Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9304f160789e41c5c58b4be9994841ed5e82e09f 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-ssh155080974032051431.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-ssh5402963584518570407.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-ssh682413932673494975.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-ssh2305696402182071035.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-ssh2977765987733848532.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3628 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/857 [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/857 # 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 9304f160789e41c5c58b4be9994841ed5e82e09f (main) Commit message: "fix: CoreData apply default retention policy to none autoEvent (#5189)" > 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 9304f160789e41c5c58b4be9994841ed5e82e09f # timeout=10 > git rev-list --no-walk 82c539f34f6a916b913fe300897188a5ee0c39b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-20T10:23:43.288Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-20T10:23:43.370Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-20T10:23:43.403Z] ========================================================= [2025-06-20T10:23:43.403Z] EdgeX Global Pipelines Version Info [2025-06-20T10:23:43.403Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-20T10:23:44.137Z] ------------------- [2025-06-20T10:23:44.137Z] stable info: [2025-06-20T10:23:44.137Z] ------------------- [2025-06-20T10:23:44.137Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-20T10:23:44.137Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-20T10:23:44.137Z] Message: update stable to v1.0.274 [2025-06-20T10:23:44.708Z] ------------------- [2025-06-20T10:23:44.708Z] experimental info: [2025-06-20T10:23:44.708Z] ------------------- [2025-06-20T10:23:44.708Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-20T10:23:44.708Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-20T10:23:44.708Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-20T10:23:44.789Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-20T10:23:44.807Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-20T10:23:44.825Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-20T10:23:44.849Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-20T10:23:44.877Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-20T10:23:44.903Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-20T10:23:44.926Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-20T10:23:44.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-20T10:23:44.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-20T10:23:44.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-20T10:23:45.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-20T10:23:45.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-20T10:23:45.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-20T10:23:45.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-20T10:23:45.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-20T10:23:45.108Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-20T10:23:45.128Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-20T10:23:45.148Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-20T10:23:45.169Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-20T10:23:45.187Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-20T10:23:45.209Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-20T10:23:45.233Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-20T10:23:45.256Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-20T10:23:45.283Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-20T10:23:45.315Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-20T10:23:45.340Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-20T10:23:45.364Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T10:23:45.388Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9304f16 [Pipeline] echo [2025-06-20T10:23:45.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-20T10:23:45.473Z] provisioning config files... [2025-06-20T10:23:45.486Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config14309729859106680216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-20T10:23:45.810Z] ---> ****-login.sh [2025-06-20T10:23:45.810Z] nexus3.edgexfoundry.org:10001 [2025-06-20T10:23:46.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:23:46.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:23:46.077Z] Configure a credential helper to remove this warning. See [2025-06-20T10:23:46.077Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:23:46.077Z] [2025-06-20T10:23:46.077Z] Login Succeeded [2025-06-20T10:23:46.078Z] nexus3.edgexfoundry.org:10002 [2025-06-20T10:23:46.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:23:46.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:23:46.342Z] Configure a credential helper to remove this warning. See [2025-06-20T10:23:46.342Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:23:46.342Z] [2025-06-20T10:23:46.342Z] Login Succeeded [2025-06-20T10:23:46.342Z] nexus3.edgexfoundry.org:10003 [2025-06-20T10:23:46.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:23:46.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:23:46.342Z] Configure a credential helper to remove this warning. See [2025-06-20T10:23:46.342Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:23:46.342Z] [2025-06-20T10:23:46.342Z] Login Succeeded [2025-06-20T10:23:46.342Z] nexus3.edgexfoundry.org:10004 [2025-06-20T10:23:46.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:23:46.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:23:46.602Z] Configure a credential helper to remove this warning. See [2025-06-20T10:23:46.603Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:23:46.603Z] [2025-06-20T10:23:46.603Z] Login Succeeded [2025-06-20T10:23:46.603Z] ****.io [2025-06-20T10:23:46.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:23:46.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:23:46.863Z] Configure a credential helper to remove this warning. See [2025-06-20T10:23:46.863Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:23:46.863Z] [2025-06-20T10:23:46.863Z] Login Succeeded [2025-06-20T10:23:46.863Z] ---> ****-login.sh ends [Pipeline] } [2025-06-20T10:23:46.872Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-20T10:23:47.210Z] + 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-20T10:23:47.210Z] + dirname cmd/core-command/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/core-data/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/core-keeper/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/core-metadata/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-20T10:23:47.210Z] + + cutdirname -d/ cmd/security-proxy-setup/Dockerfile -f2 [2025-06-20T10:23:47.210Z] [2025-06-20T10:23:47.210Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/support-notifications/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-20T10:23:47.210Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-20T10:23:47.210Z] + cut -d/ -f2 [2025-06-20T10:23:47.210Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-20T10:23:47.241Z] 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-20T10:23:47.622Z] + git rev-list -1 --merges 9304f160789e41c5c58b4be9994841ed5e82e09f~1..9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T10:23:47.636Z] -----------> git rev-list -1 --merges 9304f160789e41c5c58b4be9994841ed5e82e09f~1..9304f160789e41c5c58b4be9994841ed5e82e09f 9304f160789e41c5c58b4be9994841ed5e82e09f [false] [Pipeline] sh [2025-06-20T10:23:47.933Z] + git log --format=format:%s -1 9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T10:23:47.950Z] ========================================================= [2025-06-20T10:23:47.951Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-20T10:23:47.951Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-20T10:23:48.390Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-20T10:23:48.390Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-20T10:23:48.390Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-20T10:23:48.390Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-20T10:23:48.390Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-20T10:23:48.390Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-20T10:23:48.390Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:23:48.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-20T10:23:48.812Z] [2025-06-20T10:23:48.812Z] 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-20T10:23:49.120Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-20T10:23:49.120Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-20T10:23:49.120Z] 3dae71ba6b94: Pulling fs layer [2025-06-20T10:23:49.120Z] 6bf1a483ea7c: Pulling fs layer [2025-06-20T10:23:49.120Z] f5dfc541a4d3: Pulling fs layer [2025-06-20T10:23:49.120Z] 461d9e800cba: Pulling fs layer [2025-06-20T10:23:49.120Z] 80192f66455f: Pulling fs layer [2025-06-20T10:23:49.120Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-20T10:23:49.120Z] a29436f7fd5d: Pulling fs layer [2025-06-20T10:23:49.120Z] 923cac83aea3: Pulling fs layer [2025-06-20T10:23:49.120Z] 25ad8b0a4227: Pulling fs layer [2025-06-20T10:23:49.120Z] db01528c6b51: Pulling fs layer [2025-06-20T10:23:49.120Z] 28988de357af: Pulling fs layer [2025-06-20T10:23:49.120Z] a29436f7fd5d: Waiting [2025-06-20T10:23:49.120Z] 923cac83aea3: Waiting [2025-06-20T10:23:49.120Z] 25ad8b0a4227: Waiting [2025-06-20T10:23:49.120Z] 461d9e800cba: Waiting [2025-06-20T10:23:49.120Z] db01528c6b51: Waiting [2025-06-20T10:23:49.120Z] 28988de357af: Waiting [2025-06-20T10:23:49.120Z] 80192f66455f: Waiting [2025-06-20T10:23:49.120Z] 2e8e34ca0e6c: Waiting [2025-06-20T10:23:49.120Z] 6bf1a483ea7c: Verifying Checksum [2025-06-20T10:23:49.120Z] 6bf1a483ea7c: Download complete [2025-06-20T10:23:49.120Z] 80192f66455f: Verifying Checksum [2025-06-20T10:23:49.120Z] 80192f66455f: Download complete [2025-06-20T10:23:49.381Z] f5dfc541a4d3: Verifying Checksum [2025-06-20T10:23:49.381Z] f5dfc541a4d3: Download complete [2025-06-20T10:23:49.381Z] 3dae71ba6b94: Verifying Checksum [2025-06-20T10:23:49.381Z] 3dae71ba6b94: Download complete [2025-06-20T10:23:49.381Z] 923cac83aea3: Verifying Checksum [2025-06-20T10:23:49.381Z] 923cac83aea3: Download complete [2025-06-20T10:23:49.640Z] 25ad8b0a4227: Verifying Checksum [2025-06-20T10:23:49.640Z] 25ad8b0a4227: Download complete [2025-06-20T10:23:49.640Z] db01528c6b51: Download complete [2025-06-20T10:23:49.640Z] 28988de357af: Verifying Checksum [2025-06-20T10:23:49.640Z] 28988de357af: Download complete [2025-06-20T10:23:49.640Z] a29436f7fd5d: Verifying Checksum [2025-06-20T10:23:49.640Z] a29436f7fd5d: Download complete [2025-06-20T10:23:50.208Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-20T10:23:50.208Z] 2e8e34ca0e6c: Download complete [2025-06-20T10:23:50.467Z] 3dae71ba6b94: Pull complete [2025-06-20T10:23:50.725Z] 6bf1a483ea7c: Pull complete [2025-06-20T10:23:51.293Z] f5dfc541a4d3: Pull complete [2025-06-20T10:23:51.293Z] 461d9e800cba: Pull complete [2025-06-20T10:23:51.552Z] 80192f66455f: Pull complete [2025-06-20T10:23:54.838Z] 2e8e34ca0e6c: Pull complete [2025-06-20T10:23:55.097Z] a29436f7fd5d: Pull complete [2025-06-20T10:23:55.355Z] 923cac83aea3: Pull complete [2025-06-20T10:23:55.355Z] 25ad8b0a4227: Pull complete [2025-06-20T10:23:55.355Z] db01528c6b51: Pull complete [2025-06-20T10:23:55.616Z] 28988de357af: Pull complete [2025-06-20T10:23:55.616Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-20T10:23:55.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-20T10:23:55.616Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T10:23:55.761Z] prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container [2025-06-20T10:23:55.803Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T10:23:58.596Z] $ docker top 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a -eo pid,comm [2025-06-20T10:23:58.647Z] 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-20T10:23:58.647Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-20T10:23:58.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-20T10:23:58.701Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-20T10:23:58.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-20T10:23:58.826Z] $ docker exec 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent [2025-06-20T10:23:58.913Z] SSH_AUTH_SOCK=/tmp/ssh-SodnTSHAb0SI/agent.32 [2025-06-20T10:23:58.913Z] SSH_AGENT_PID=38 [2025-06-20T10:23:58.918Z] Running ssh-add (command line suppressed) [2025-06-20T10:23:59.021Z] Identity added: /w/workspace/edgex-go/857@tmp/private_key_14125807358632831728.key (/w/workspace/edgex-go/857@tmp/private_key_14125807358632831728.key) [2025-06-20T10:23:59.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-20T10:23:59.323Z] + git tag --points-at HEAD [Pipeline] } [2025-06-20T10:23:59.338Z] $ docker exec --env ******** --env ******** 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent -k [2025-06-20T10:23:59.430Z] unset SSH_AUTH_SOCK; [2025-06-20T10:23:59.431Z] unset SSH_AGENT_PID; [2025-06-20T10:23:59.431Z] echo Agent pid 38 killed; [2025-06-20T10:23:59.435Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-20T10:23:59.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-20T10:23:59.464Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-20T10:23:59.578Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-20T10:23:59.585Z] $ docker exec 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent [2025-06-20T10:23:59.691Z] SSH_AUTH_SOCK=/tmp/ssh-1uKD97S7Weow/agent.71 [2025-06-20T10:23:59.691Z] SSH_AGENT_PID=77 [2025-06-20T10:23:59.703Z] Running ssh-add (command line suppressed) [2025-06-20T10:23:59.814Z] Identity added: /w/workspace/edgex-go/857@tmp/private_key_17866185445794484119.key (/w/workspace/edgex-go/857@tmp/private_key_17866185445794484119.key) [2025-06-20T10:23:59.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-20T10:24:00.116Z] + git semver init [2025-06-20T10:24:00.377Z] 2025-06-20 10:24:00,304 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-20T10:24:00.377Z] 2025-06-20 10:24:00,309 [run_init] DEBUG init version:0.0.0 force:False [2025-06-20T10:24:00.377Z] 2025-06-20 10:24:00,310 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/857/.semver [2025-06-20T10:24:00.377Z] 2025-06-20 10:24:00,311 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/857/.semver [2025-06-20T10:24:00.377Z] 2025-06-20 10:24:00,311 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/857/.semver'], cwd=/w/workspace/edgex-go/857, stdin=None, shell=False, universal_newlines=False) [2025-06-20T10:24:05.778Z] 2025-06-20 10:24:05,416 [append_file] DEBUG append to file:/w/workspace/edgex-go/857/.git/info/exclude [2025-06-20T10:24:05.778Z] 2025-06-20 10:24:05,417 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/857/.semver/main with force:False [2025-06-20T10:24:05.779Z] 2025-06-20 10:24:05,417 [read_version] DEBUG read version from /w/workspace/edgex-go/857/.semver/main [2025-06-20T10:24:05.779Z] 2025-06-20 10:24:05,417 [read_version] DEBUG read version from /w/workspace/edgex-go/857/.semver/main [2025-06-20T10:24:05.779Z] 4.1.0-dev.26 [Pipeline] } [2025-06-20T10:24:05.793Z] $ docker exec --env ******** --env ******** 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a ssh-agent -k [2025-06-20T10:24:05.891Z] unset SSH_AUTH_SOCK; [2025-06-20T10:24:05.892Z] unset SSH_AGENT_PID; [2025-06-20T10:24:05.892Z] echo Agent pid 77 killed; [2025-06-20T10:24:05.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-20T10:24:06.231Z] + git semver [Pipeline] } [2025-06-20T10:24:06.508Z] $ docker stop --time=1 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a [2025-06-20T10:24:07.792Z] $ docker rm -f --volumes 7af475f9396984bad619cd225fa6bde43f7457a35bc14a35ef255879e8478d1a [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-20T10:24:08.135Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-20T10:24:08.393Z] Stashed 1 file(s) [Pipeline] echo [2025-06-20T10:24:08.397Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.26 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-20T10:24:08.862Z] + git config --global --add safe.directory /w/workspace/edgex-go/857 [Pipeline] echo [2025-06-20T10:24:08.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-20T10:24:08.894Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-20T10:24:08.909Z] ========================================================= [2025-06-20T10:24:08.909Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-20T10:24:08.909Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-20T10:24:09.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-20T10:24:09.201Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-20T10:24:09.201Z] 0a9a5dfd008f: Pulling fs layer [2025-06-20T10:24:09.201Z] 36466aa92d05: Pulling fs layer [2025-06-20T10:24:09.201Z] e10405b45d13: Pulling fs layer [2025-06-20T10:24:09.201Z] 096b7ceb2af7: Pulling fs layer [2025-06-20T10:24:09.201Z] 4f4fb700ef54: Pulling fs layer [2025-06-20T10:24:09.201Z] 8213a616a21b: Pulling fs layer [2025-06-20T10:24:09.201Z] 985586143405: Pulling fs layer [2025-06-20T10:24:09.201Z] 0eae2285b678: Pulling fs layer [2025-06-20T10:24:09.201Z] d3ac315be8c5: Pulling fs layer [2025-06-20T10:24:09.201Z] 4f4fb700ef54: Waiting [2025-06-20T10:24:09.201Z] 8213a616a21b: Waiting [2025-06-20T10:24:09.201Z] 985586143405: Waiting [2025-06-20T10:24:09.201Z] 0eae2285b678: Waiting [2025-06-20T10:24:09.201Z] d3ac315be8c5: Waiting [2025-06-20T10:24:09.201Z] 096b7ceb2af7: Waiting [2025-06-20T10:24:09.201Z] 36466aa92d05: Verifying Checksum [2025-06-20T10:24:09.201Z] 36466aa92d05: Download complete [2025-06-20T10:24:09.201Z] 096b7ceb2af7: Verifying Checksum [2025-06-20T10:24:09.201Z] 096b7ceb2af7: Download complete [2025-06-20T10:24:09.201Z] 4f4fb700ef54: Verifying Checksum [2025-06-20T10:24:09.201Z] 4f4fb700ef54: Download complete [2025-06-20T10:24:09.201Z] 8213a616a21b: Verifying Checksum [2025-06-20T10:24:09.201Z] 8213a616a21b: Download complete [2025-06-20T10:24:09.201Z] 0a9a5dfd008f: Download complete [2025-06-20T10:24:09.201Z] 985586143405: Verifying Checksum [2025-06-20T10:24:09.201Z] 985586143405: Download complete [2025-06-20T10:24:09.462Z] 0a9a5dfd008f: Pull complete [2025-06-20T10:24:09.462Z] 36466aa92d05: Pull complete [2025-06-20T10:24:09.462Z] d3ac315be8c5: Verifying Checksum [2025-06-20T10:24:09.462Z] d3ac315be8c5: Download complete [2025-06-20T10:24:09.721Z] e10405b45d13: Download complete [2025-06-20T10:24:09.979Z] 0eae2285b678: Verifying Checksum [2025-06-20T10:24:09.979Z] 0eae2285b678: Download complete [2025-06-20T10:24:13.266Z] e10405b45d13: Pull complete [2025-06-20T10:24:13.266Z] 096b7ceb2af7: Pull complete [2025-06-20T10:24:13.266Z] 4f4fb700ef54: Pull complete [2025-06-20T10:24:13.266Z] 8213a616a21b: Pull complete [2025-06-20T10:24:13.524Z] 985586143405: Pull complete [2025-06-20T10:24:16.074Z] 0eae2285b678: Pull complete [2025-06-20T10:24:16.074Z] d3ac315be8c5: Pull complete [2025-06-20T10:24:16.074Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-20T10:24:16.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-20T10:24:16.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-20T10:24:16.375Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-20T10:24:16.375Z] WORKDIR /edgex [2025-06-20T10:24:16.375Z] COPY go.mod . [2025-06-20T10:24:16.375Z] RUN go mod download [2025-06-20T10:24:16.375Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-20T10:24:17.315Z] Sending build context to Docker daemon 185.9MB [2025-06-20T10:24:17.315Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-20T10:24:17.315Z] ---> ea6120ae94a0 [2025-06-20T10:24:17.315Z] Step 2/4 : WORKDIR /edgex [2025-06-20T10:24:20.667Z] ---> Running in a62ff3e170d6 [2025-06-20T10:24:20.667Z] Removing intermediate container a62ff3e170d6 [2025-06-20T10:24:20.667Z] ---> 70479202ed0e [2025-06-20T10:24:20.667Z] Step 3/4 : COPY go.mod . [2025-06-20T10:24:20.667Z] ---> 02f443fac243 [2025-06-20T10:24:20.667Z] Step 4/4 : RUN go mod download [2025-06-20T10:24:20.667Z] ---> Running in 05f53054ab1e [2025-06-20T10:24:23.527Z] Still waiting to schedule task [2025-06-20T10:24:23.527Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-20T10:24:52.770Z] Removing intermediate container 05f53054ab1e [2025-06-20T10:24:52.770Z] ---> 219cc8dc26ab [2025-06-20T10:24:52.770Z] Successfully built 219cc8dc26ab [2025-06-20T10:24:52.770Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:24:53.075Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-20T10:24:53.075Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T10:24:53.155Z] prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container [2025-06-20T10:24:53.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T10:24:53.563Z] $ docker top fa96340e9068b4c4782b52ae0eec9f21c2053de4a9dd9a733f5240fd1b6b81fe -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-20T10:24:53.922Z] + go version [2025-06-20T10:24:53.923Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-20T10:24:53.937Z] $ docker stop --time=1 fa96340e9068b4c4782b52ae0eec9f21c2053de4a9dd9a733f5240fd1b6b81fe [2025-06-20T10:24:55.200Z] $ docker rm -f --volumes fa96340e9068b4c4782b52ae0eec9f21c2053de4a9dd9a733f5240fd1b6b81fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:24:55.631Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-20T10:24:55.631Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T10:24:55.713Z] prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container [2025-06-20T10:24:55.745Z] $ 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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T10:24:56.051Z] $ docker top 10b6949361ef2f6c7762a30d2d5fcd505d2179b6014e32e7be8b3426671c7e3c -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-20T10:24:56.116Z] ========================================================= [2025-06-20T10:24:56.116Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-20T10:24:56.116Z] ========================================================= [Pipeline] sh [2025-06-20T10:24:56.392Z] + git config --global --add safe.directory /w/workspace/edgex-go/857 [Pipeline] fileExists [Pipeline] sh [2025-06-20T10:24:56.696Z] + make test [2025-06-20T10:24:56.696Z] go test -race -coverprofile=coverage.out ./... [2025-06-20T10:25:04.832Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-20T10:25:31.370Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-20T10:25:31.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.029s coverage: 42.3% of statements [2025-06-20T10:25:32.195Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-20T10:25:32.195Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-20T10:25:32.453Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-20T10:25:32.453Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-20T10:25:32.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.034s coverage: 97.0% of statements [2025-06-20T10:25:33.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-20T10:25:33.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-20T10:25:33.646Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-20T10:25:33.646Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-20T10:25:33.646Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-20T10:25:33.646Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-20T10:25:33.646Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-20T10:25:33.646Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-20T10:25:33.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-20T10:25:33.646Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-20T10:25:35.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-20T10:25:35.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-20T10:25:35.023Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-20T10:25:35.023Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-20T10:25:35.023Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-20T10:25:35.023Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-20T10:25:36.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements [2025-06-20T10:25:36.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements [2025-06-20T10:25:36.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.061s coverage: 46.3% of statements [2025-06-20T10:25:36.972Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-20T10:25:36.972Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-20T10:25:36.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.070s coverage: 93.4% of statements [2025-06-20T10:25:36.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.3% of statements [2025-06-20T10:25:37.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 8.4% of statements [2025-06-20T10:25:38.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-20T10:25:38.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-20T10:25:38.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-20T10:25:38.868Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-20T10:25:40.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.389s coverage: 95.8% of statements [2025-06-20T10:25:40.240Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements [2025-06-20T10:25:40.807Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-20T10:25:40.807Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-20T10:25:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-20T10:25:40.807Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-20T10:25:40.807Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-20T10:25:40.807Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-20T10:25:41.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.043s coverage: 0.0% of statements [no tests to run] [2025-06-20T10:25:41.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements [2025-06-20T10:25:41.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.025s coverage: 38.1% of statements [2025-06-20T10:25:41.738Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.014s coverage: 81.1% of statements [2025-06-20T10:25:42.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements [2025-06-20T10:25:42.562Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-20T10:25:42.562Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-20T10:25:42.562Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-20T10:25:43.141Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-20T10:25:43.141Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-20T10:25:43.141Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-20T10:25:43.141Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-20T10:25:43.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 87.1% of statements [2025-06-20T10:25:43.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements [2025-06-20T10:25:43.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.041s coverage: 96.3% of statements [2025-06-20T10:25:43.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2025-06-20T10:25:44.333Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-20T10:25:44.333Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-20T10:25:44.333Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-20T10:25:44.592Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-20T10:25:44.592Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-20T10:25:44.592Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-20T10:25:44.592Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-20T10:25:45.161Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-20T10:25:45.161Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-20T10:25:45.727Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-20T10:25:47.628Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-20T10:25:47.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-20T10:25:49.002Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-20T10:25:49.937Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-20T10:25:49.937Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-20T10:25:49.937Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-20T10:25:53.217Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-20T10:25:54.152Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-20T10:25:54.152Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-20T10:25:54.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-20T10:25:54.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-20T10:25:54.411Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-20T10:25:55.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements [2025-06-20T10:25:56.720Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-20T10:25:56.720Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-20T10:25:56.720Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-20T10:25:56.720Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-20T10:25:56.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-20T10:25:56.720Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-20T10:25:56.978Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-20T10:25:56.978Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-20T10:25:56.978Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-20T10:25:56.978Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-20T10:25:56.978Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-20T10:25:56.978Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-20T10:25:58.879Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-20T10:25:58.879Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-20T10:25:58.879Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-20T10:25:58.879Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-20T10:25:59.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-20T10:25:59.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-20T10:25:59.811Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-20T10:26:00.076Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-20T10:26:00.076Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-20T10:26:00.076Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-20T10:26:00.076Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-20T10:26:01.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-20T10:26:01.452Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-20T10:26:01.452Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-20T10:26:05.098Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3630 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-20T10:26:05.116Z] Running in /w/workspace/edgex-go/857 [Pipeline] { [Pipeline] checkout [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.066s coverage: 92.9% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.035s coverage: 62.3% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.022s coverage: 47.4% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.084s coverage: 81.8% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.081s coverage: 82.1% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.044s coverage: 33.3% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.193s coverage: 54.5% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.4% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.013s coverage: 100.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.016s coverage: 73.7% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.031s coverage: 88.6% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.170s coverage: 29.2% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 93.8% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.028s coverage: 76.2% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 17.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.143s coverage: 94.9% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.066s coverage: 97.7% of statements [2025-06-20T10:26:06.805Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 43.6% of statements [2025-06-20T10:26:06.805Z] 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-20T10:26:07.063Z] running golangci-lint [2025-06-20T10:26:07.321Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-20T10:26:07.321Z] go version go1.23.9 linux/amd64 [2025-06-20T10:26:07.579Z] 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-20T10:26:07.579Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-20T10:26:07.579Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-20T10:26:08.161Z] The recommended git tool is: git [2025-06-20T10:26:12.804Z] using credential edgex-jenkins-ssh [2025-06-20T10:26:12.832Z] Cloning the remote Git repository [2025-06-20T10:26:12.886Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-20T10:26:12.977Z] > git init /w/workspace/edgex-go/857 # timeout=10 [2025-06-20T10:26:13.105Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-20T10:26:13.106Z] > git --version # timeout=10 [2025-06-20T10:26:13.126Z] > git --version # 'git version 2.25.1' [2025-06-20T10:26:13.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-20T10:26:13.267Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-20T10:26:29.491Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|compiled_files|files|imports|name|types_sizes) took 20.960593695s" [2025-06-20T10:26:29.491Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 57.646133ms" [2025-06-20T10:26:31.798Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-20T10:26:31.821Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-20T10:26:32.709Z] Avoid second fetch [2025-06-20T10:26:32.710Z] Checking out Revision 9304f160789e41c5c58b4be9994841ed5e82e09f (main) [2025-06-20T10:26:33.573Z] Commit message: "fix: CoreData apply default retention policy to none autoEvent (#5189)" [2025-06-20T10:26:32.727Z] > git config core.sparsecheckout # timeout=10 [2025-06-20T10:26:32.784Z] > git checkout -f 9304f160789e41c5c58b4be9994841ed5e82e09f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-20T10:26:38.348Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-20T10:26:38.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-20T10:26:38.348Z] Dload Upload Total Spent Left Speed [2025-06-20T10:26:38.348Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 106k 0 --:--:-- --:--:-- --:--:-- 106k [Pipeline] sh [2025-06-20T10:26:38.687Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-20T10:26:39.021Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-20T10:26:39.021Z] + sudo tee /etc/docker/daemon.new [2025-06-20T10:26:39.021Z] { [2025-06-20T10:26:39.021Z] "registry-mirrors": [ [2025-06-20T10:26:39.021Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-20T10:26:39.021Z] ], [2025-06-20T10:26:39.021Z] "bip": "10.250.0.254/24", [2025-06-20T10:26:39.021Z] "hosts": [ [2025-06-20T10:26:39.021Z] "tcp://0.0.0.0:5555", [2025-06-20T10:26:39.021Z] "unix:///var/run/docker.sock" [2025-06-20T10:26:39.021Z] ], [2025-06-20T10:26:39.021Z] "mtu": 1458, [2025-06-20T10:26:39.021Z] "selinux-enabled": true, [2025-06-20T10:26:39.021Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-20T10:26:39.021Z] } [Pipeline] sh [2025-06-20T10:26:39.353Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-20T10:26:39.694Z] + sudo service docker restart [2025-06-20T10:26:44.362Z] level=info msg="[linters_context/goanalysis] analyzers took 1m51.034410748s with top 10 stages: buildir: 1m8.626927633s, gosec: 4.738443339s, inspect: 3.101107047s, fact_deprecated: 2.742090248s, printf: 2.225837433s, fact_purity: 1.71744629s, ctrlflow: 1.635651056s, S1038: 1.342760266s, nilness: 1.232647944s, ineffassign: 1.146002708s" [2025-06-20T10:26:44.362Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-20T10:26:44.362Z] level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, exclude-rules: 202/20, cgo: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, exclude: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202, nolint: 20/0, invalid_issue: 202/202" [2025-06-20T10:26:44.362Z] level=info msg="[runner] processing took 18.001605ms with stages: nolint: 7.896258ms, identifier_marker: 4.001885ms, path_prettifier: 2.115468ms, skip_dirs: 1.516403ms, exclude-rules: 1.469052ms, autogenerated_exclude: 901.018µs, cgo: 50.201µs, invalid_issue: 29.61µs, filename_unadjuster: 14.19µs, max_same_issues: 2.32µs, uniq_by_line: 720ns, fixer: 670ns, diff: 610ns, max_from_linter: 590ns, sort_results: 540ns, skip_files: 420ns, source_code: 410ns, severity-rules: 360ns, path_shortener: 330ns, exclude: 320ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" [2025-06-20T10:26:44.362Z] level=info msg="[runner] linters took 14.383870125s with stages: goanalysis_metalinter: 14.365732299s" [2025-06-20T10:26:44.362Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-20T10:26:44.362Z] level=info msg="Memory: 356 samples, avg is 345.0MB, max is 1302.7MB" [2025-06-20T10:26:44.362Z] level=info msg="Execution took 35.410403165s" [2025-06-20T10:26:44.362Z] go vet ./... [2025-06-20T10:26:50.929Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-20T10:26:50.929Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-20T10:26:50.929Z] ./bin/test-attribution-txt.sh [2025-06-20T10:26:50.929Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-20T10:26:50.929Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-20T10:26:50.942Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-20T10:26:51.237Z] + ls -al . [2025-06-20T10:26:51.238Z] total 1996 [2025-06-20T10:26:51.238Z] drwxrwxr-x 11 1001 1001 4096 Jun 20 10:24 . [2025-06-20T10:26:51.238Z] drwxr-xr-x 4 root root 4096 Jun 20 10:24 .. [2025-06-20T10:26:51.238Z] drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 .blubracket [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 10 Jun 20 10:23 .dockerignore [2025-06-20T10:26:51.238Z] drwxrwxr-x 8 1001 1001 4096 Jun 20 10:26 .git [2025-06-20T10:26:51.238Z] drwxrwxr-x 3 1001 1001 4096 Jun 20 10:23 .github [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 909 Jun 20 10:23 .gitignore [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 218 Jun 20 10:23 .golangci.yml [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 100 Jun 20 10:23 .hadolint.yml [2025-06-20T10:26:51.238Z] drwxr-xr-x 3 1001 1001 4096 Jun 20 10:24 .semver [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 155 Jun 20 10:23 .sonarcloud.properties [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 1171 Jun 20 10:23 ADOPTERS.md [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 17374 Jun 20 10:23 Attribution.txt [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 108018 Jun 20 10:23 CHANGELOG.md [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 3804 Jun 20 10:23 CONTRIBUTING.md [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 677 Jun 20 10:23 GOVERNANCE.md [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 858 Jun 20 10:23 Jenkinsfile [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 10775 Jun 20 10:23 LICENSE [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 16740 Jun 20 10:23 Makefile [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 582 Jun 20 10:23 OWNERS.md [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 9932 Jun 20 10:23 README.md [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 789 Jun 20 10:23 SECURITY.md [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 12 Jun 20 10:24 VERSION [2025-06-20T10:26:51.238Z] drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 bin [2025-06-20T10:26:51.238Z] drwxrwxr-x 19 1001 1001 4096 Jun 20 10:23 cmd [2025-06-20T10:26:51.238Z] -rw-r--r-- 1 root root 1665452 Jun 20 10:26 coverage.out [2025-06-20T10:26:51.238Z] drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 fuzz_test [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 6474 Jun 20 10:23 go.mod [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 88008 Jun 20 10:23 go.sum [2025-06-20T10:26:51.238Z] drwxrwxr-x 7 1001 1001 4096 Jun 20 10:23 internal [2025-06-20T10:26:51.238Z] drwxrwxr-x 2 1001 1001 4096 Jun 20 10:23 openapi [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 584 Jun 20 10:23 security.txt [2025-06-20T10:26:51.238Z] -rw-rw-r-- 1 1001 1001 204 Jun 20 10:23 version.go [Pipeline] sh [2025-06-20T10:26:51.526Z] + '[' -e coverage.out ] [2025-06-20T10:26:51.526Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-20T10:26:51.677Z] Stashed 1 file(s) [Pipeline] sh [2025-06-20T10:26:51.957Z] + make build [2025-06-20T10:26:51.957Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-20T10:26:57.974Z] provisioning config files... [2025-06-20T10:26:57.998Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config2426301010864495872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-20T10:26:58.412Z] ---> ****-login.sh [2025-06-20T10:26:58.412Z] nexus3.edgexfoundry.org:10001 [2025-06-20T10:26:58.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:26:58.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:26:58.952Z] Configure a credential helper to remove this warning. See [2025-06-20T10:26:58.952Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:26:58.952Z] [2025-06-20T10:26:58.952Z] Login Succeeded [2025-06-20T10:26:58.952Z] nexus3.edgexfoundry.org:10002 [2025-06-20T10:26:59.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:26:59.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:26:59.489Z] Configure a credential helper to remove this warning. See [2025-06-20T10:26:59.489Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:26:59.489Z] [2025-06-20T10:26:59.489Z] Login Succeeded [2025-06-20T10:26:59.489Z] nexus3.edgexfoundry.org:10003 [2025-06-20T10:26:59.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:26:59.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:26:59.757Z] Configure a credential helper to remove this warning. See [2025-06-20T10:26:59.758Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:26:59.758Z] [2025-06-20T10:26:59.758Z] Login Succeeded [2025-06-20T10:26:59.758Z] nexus3.edgexfoundry.org:10004 [2025-06-20T10:27:00.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:27:00.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:27:00.026Z] Configure a credential helper to remove this warning. See [2025-06-20T10:27:00.026Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:27:00.026Z] [2025-06-20T10:27:00.026Z] Login Succeeded [2025-06-20T10:27:00.026Z] ****.io [2025-06-20T10:27:00.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:27:00.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:27:00.560Z] Configure a credential helper to remove this warning. See [2025-06-20T10:27:00.560Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:27:00.560Z] [2025-06-20T10:27:00.560Z] Login Succeeded [2025-06-20T10:27:00.560Z] ---> ****-login.sh ends [Pipeline] } [2025-06-20T10:27:00.573Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-06-20T10:27:01.183Z] + git config --global --add safe.directory /w/workspace/edgex-go/857 [Pipeline] echo [2025-06-20T10:27:01.204Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-20T10:27:01.229Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-20T10:27:01.250Z] ========================================================= [2025-06-20T10:27:01.250Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-20T10:27:01.250Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-20T10:27:01.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-20T10:27:01.858Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-20T10:27:01.858Z] 94e9d8af2201: Pulling fs layer [2025-06-20T10:27:01.858Z] a6c56e8762df: Pulling fs layer [2025-06-20T10:27:01.858Z] f0f3c8884826: Pulling fs layer [2025-06-20T10:27:01.858Z] c7e7622c144d: Pulling fs layer [2025-06-20T10:27:01.858Z] 4f4fb700ef54: Pulling fs layer [2025-06-20T10:27:01.858Z] e8859aadc426: Pulling fs layer [2025-06-20T10:27:01.858Z] b4813487a9f6: Pulling fs layer [2025-06-20T10:27:01.858Z] 502a3d64fb4b: Pulling fs layer [2025-06-20T10:27:01.858Z] c7e7622c144d: Waiting [2025-06-20T10:27:01.858Z] 4f4fb700ef54: Waiting [2025-06-20T10:27:01.858Z] b4813487a9f6: Waiting [2025-06-20T10:27:01.858Z] a6c56e8762df: Verifying Checksum [2025-06-20T10:27:01.858Z] a6c56e8762df: Download complete [2025-06-20T10:27:01.858Z] c7e7622c144d: Verifying Checksum [2025-06-20T10:27:01.858Z] c7e7622c144d: Download complete [2025-06-20T10:27:01.858Z] 4f4fb700ef54: Verifying Checksum [2025-06-20T10:27:01.858Z] 4f4fb700ef54: Download complete [2025-06-20T10:27:01.858Z] e8859aadc426: Verifying Checksum [2025-06-20T10:27:01.858Z] e8859aadc426: Download complete [2025-06-20T10:27:01.858Z] 94e9d8af2201: Verifying Checksum [2025-06-20T10:27:01.858Z] 94e9d8af2201: Download complete [2025-06-20T10:27:02.448Z] 502a3d64fb4b: Verifying Checksum [2025-06-20T10:27:02.449Z] 502a3d64fb4b: Download complete [2025-06-20T10:27:02.725Z] 94e9d8af2201: Pull complete [2025-06-20T10:27:03.313Z] a6c56e8762df: Pull complete [2025-06-20T10:27:03.921Z] f0f3c8884826: Verifying Checksum [2025-06-20T10:27:03.921Z] f0f3c8884826: Download complete [2025-06-20T10:27:04.507Z] b4813487a9f6: Verifying Checksum [2025-06-20T10:27:04.507Z] b4813487a9f6: Download complete [2025-06-20T10:27:18.513Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-20T10:27:18.513Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-20T10:27:19.082Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-20T10:27:19.547Z] f0f3c8884826: Pull complete [2025-06-20T10:27:19.547Z] c7e7622c144d: Pull complete [2025-06-20T10:27:19.547Z] 4f4fb700ef54: Pull complete [2025-06-20T10:27:19.547Z] e8859aadc426: Pull complete [2025-06-20T10:27:19.648Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-20T10:27:21.546Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-20T10:27:26.219Z] b4813487a9f6: Pull complete [2025-06-20T10:27:26.898Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-20T10:27:28.173Z] 502a3d64fb4b: Pull complete [2025-06-20T10:27:28.173Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-20T10:27:28.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-20T10:27:28.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-20T10:27:28.504Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-20T10:27:28.504Z] WORKDIR /edgex [2025-06-20T10:27:28.504Z] COPY go.mod . [2025-06-20T10:27:28.504Z] RUN go mod download -t [2025-06-20T10:27:28.504Z] ci-base-image-arm64 -f - . [2025-06-20T10:27:29.105Z] Sending build context to Docker daemon 3.704MB [2025-06-20T10:27:29.372Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-20T10:27:29.372Z] ---> 3bb21d53e231 [2025-06-20T10:27:29.372Z] Step 2/4 : WORKDIR /edgex [2025-06-20T10:27:29.456Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-20T10:27:31.315Z] ---> Running in 706945cb70f8 [2025-06-20T10:27:31.315Z] Removing intermediate container 706945cb70f8 [2025-06-20T10:27:31.315Z] ---> e9c15e6a049f [2025-06-20T10:27:31.315Z] Step 3/4 : COPY go.mod . [2025-06-20T10:27:31.367Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-20T10:27:31.902Z] ---> 2a08efb911a8 [2025-06-20T10:27:31.902Z] Step 4/4 : RUN go mod download [2025-06-20T10:27:31.902Z] ---> Running in 61d44e3318f8 [2025-06-20T10:27:33.903Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-20T10:27:35.284Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-20T10:27:36.664Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-20T10:27:37.600Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-06-20T10:27:38.993Z] $ docker stop --time=1 10b6949361ef2f6c7762a30d2d5fcd505d2179b6014e32e7be8b3426671c7e3c [2025-06-20T10:27:42.784Z] $ docker rm -f --volumes 10b6949361ef2f6c7762a30d2d5fcd505d2179b6014e32e7be8b3426671c7e3c [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-20T10:27:44.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-20T10:27:44.078Z] [2025-06-20T10:27:44.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:27:44.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-20T10:27:44.387Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-20T10:27:44.387Z] 91d30c5bc195: Pulling fs layer [2025-06-20T10:27:44.387Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-20T10:27:44.387Z] 9c61dcf015f6: Pulling fs layer [2025-06-20T10:27:44.387Z] 4698f68db338: Pulling fs layer [2025-06-20T10:27:44.387Z] 2a2f49069b9e: Pulling fs layer [2025-06-20T10:27:44.387Z] e0025b399a48: Pulling fs layer [2025-06-20T10:27:44.387Z] 4698f68db338: Waiting [2025-06-20T10:27:44.387Z] 2a2f49069b9e: Waiting [2025-06-20T10:27:44.387Z] e0025b399a48: Waiting [2025-06-20T10:27:44.387Z] 91d30c5bc195: Download complete [2025-06-20T10:27:44.387Z] 4698f68db338: Verifying Checksum [2025-06-20T10:27:44.387Z] 4698f68db338: Download complete [2025-06-20T10:27:44.645Z] 91d30c5bc195: Pull complete [2025-06-20T10:27:44.645Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-20T10:27:44.645Z] 2e9b0aa3be6d: Download complete [2025-06-20T10:27:44.645Z] e0025b399a48: Download complete [2025-06-20T10:27:44.645Z] 2a2f49069b9e: Download complete [2025-06-20T10:27:44.903Z] 2e9b0aa3be6d: Pull complete [2025-06-20T10:27:45.162Z] 9c61dcf015f6: Verifying Checksum [2025-06-20T10:27:45.162Z] 9c61dcf015f6: Download complete [2025-06-20T10:27:47.693Z] 9c61dcf015f6: Pull complete [2025-06-20T10:27:47.693Z] 4698f68db338: Pull complete [2025-06-20T10:27:47.951Z] 2a2f49069b9e: Pull complete [2025-06-20T10:27:47.951Z] e0025b399a48: Pull complete [2025-06-20T10:27:47.951Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-20T10:27:47.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-20T10:27:47.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T10:27:48.056Z] prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container [2025-06-20T10:27:48.084Z] $ 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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T10:27:49.819Z] $ docker top e0195ba5104525b213334018f3bdf43e7a3c84951f2331279501278a3a0c59c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-20T10:27:50.173Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-20T10:27:52.706Z] #1 [support-scheduler internal] load build definition from Dockerfile [2025-06-20T10:27:52.706Z] #1 transferring dockerfile: 1.83kB done [2025-06-20T10:27:52.706Z] #1 DONE 0.1s [2025-06-20T10:27:52.706Z] [2025-06-20T10:27:52.706Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-06-20T10:27:52.706Z] #2 DONE 0.0s [2025-06-20T10:27:52.706Z] [2025-06-20T10:27:52.706Z] #3 [core-data internal] load build definition from Dockerfile [2025-06-20T10:27:52.706Z] #3 ... [2025-06-20T10:27:52.706Z] [2025-06-20T10:27:52.706Z] #4 [core-metadata internal] load build definition from Dockerfile [2025-06-20T10:27:52.706Z] #4 transferring dockerfile: 2.10kB done [2025-06-20T10:27:52.706Z] #4 DONE 0.1s [2025-06-20T10:27:52.706Z] [2025-06-20T10:27:52.706Z] #3 [core-data internal] load build definition from Dockerfile [2025-06-20T10:27:52.706Z] #3 transferring dockerfile: 2.04kB done [2025-06-20T10:27:52.706Z] #3 DONE 0.2s [2025-06-20T10:27:52.706Z] [2025-06-20T10:27:52.706Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-06-20T10:27:52.706Z] #5 transferring dockerfile: 1.70kB done [2025-06-20T10:27:52.706Z] #5 DONE 0.2s [2025-06-20T10:27:52.706Z] [2025-06-20T10:27:52.706Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-06-20T10:27:52.706Z] #2 transferring dockerfile: 2.01kB done [2025-06-20T10:27:52.706Z] #2 DONE 0.2s [2025-06-20T10:27:52.706Z] [2025-06-20T10:27:52.706Z] #6 [support-scheduler internal] load .dockerignore [2025-06-20T10:27:52.706Z] #6 transferring context: 50B done [2025-06-20T10:27:53.274Z] #6 ... [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-20T10:27:53.274Z] #7 transferring dockerfile: 2.14kB done [2025-06-20T10:27:53.274Z] #7 DONE 0.6s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2025-06-20T10:27:53.274Z] #8 transferring dockerfile: 1.81kB done [2025-06-20T10:27:53.274Z] #8 DONE 0.8s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #9 [support-notifications internal] load build definition from Dockerfile [2025-06-20T10:27:53.274Z] #9 transferring dockerfile: 2.00kB done [2025-06-20T10:27:53.274Z] #9 DONE 0.8s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-20T10:27:53.274Z] #10 transferring dockerfile: 2.23kB done [2025-06-20T10:27:53.274Z] #10 DONE 0.8s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #11 [core-command internal] load build definition from Dockerfile [2025-06-20T10:27:53.274Z] #11 transferring dockerfile: 1.94kB done [2025-06-20T10:27:53.274Z] #11 DONE 0.8s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-20T10:27:53.274Z] #12 transferring dockerfile: 2.50kB done [2025-06-20T10:27:53.274Z] #12 DONE 0.9s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-06-20T10:27:53.274Z] #13 transferring dockerfile: 1.69kB done [2025-06-20T10:27:53.274Z] #13 DONE 0.8s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #6 [support-scheduler internal] load .dockerignore [2025-06-20T10:27:53.274Z] #6 DONE 0.8s [2025-06-20T10:27:53.274Z] [2025-06-20T10:27:53.274Z] #14 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:27:53.532Z] #14 ... [2025-06-20T10:27:53.532Z] [2025-06-20T10:27:53.532Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-20T10:27:53.532Z] #15 transferring dockerfile: 1.89kB done [2025-06-20T10:27:53.532Z] #15 DONE 0.9s [2025-06-20T10:27:53.532Z] [2025-06-20T10:27:53.532Z] #16 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-20T10:27:53.532Z] #16 transferring dockerfile: 2.49kB done [2025-06-20T10:27:53.532Z] #16 DONE 0.9s [2025-06-20T10:27:53.532Z] [2025-06-20T10:27:53.532Z] #17 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-20T10:27:53.532Z] #17 DONE 0.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #18 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-20T10:27:53.792Z] #18 transferring dockerfile: 3.02kB done [2025-06-20T10:27:53.792Z] #18 DONE 1.1s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #14 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:27:53.792Z] #14 DONE 0.2s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #19 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:27:53.792Z] #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:27:53.792Z] #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:27:53.792Z] #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-20T10:27:53.792Z] #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-20T10:27:53.792Z] #19 ... [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #20 [core-metadata internal] load .dockerignore [2025-06-20T10:27:53.792Z] #20 transferring context: 50B done [2025-06-20T10:27:53.792Z] #20 DONE 1.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #21 [core-data internal] load .dockerignore [2025-06-20T10:27:53.792Z] #21 transferring context: 50B done [2025-06-20T10:27:53.792Z] #21 DONE 1.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #22 [security-spire-server internal] load .dockerignore [2025-06-20T10:27:53.792Z] #22 transferring context: 50B done [2025-06-20T10:27:53.792Z] #22 DONE 1.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #17 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-20T10:27:53.792Z] #17 DONE 0.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #23 [support-notifications internal] load .dockerignore [2025-06-20T10:27:53.792Z] #23 transferring context: 50B done [2025-06-20T10:27:53.792Z] #23 DONE 1.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #24 [security-bootstrapper internal] load .dockerignore [2025-06-20T10:27:53.792Z] #24 transferring context: 50B done [2025-06-20T10:27:53.792Z] #24 DONE 1.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #17 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-20T10:27:53.792Z] #17 DONE 0.0s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #25 [core-keeper internal] load .dockerignore [2025-06-20T10:27:53.792Z] #25 transferring context: 50B done [2025-06-20T10:27:53.792Z] #25 DONE 1.1s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #14 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:27:53.792Z] #14 DONE 0.3s [2025-06-20T10:27:53.792Z] [2025-06-20T10:27:53.792Z] #26 [support-notifications internal] load build context [2025-06-20T10:27:54.050Z] #26 ... [2025-06-20T10:27:54.050Z] [2025-06-20T10:27:54.050Z] #17 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-20T10:27:54.050Z] #17 DONE 0.0s [2025-06-20T10:27:54.050Z] [2025-06-20T10:27:54.050Z] #14 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:27:54.050Z] #14 DONE 0.4s [2025-06-20T10:27:54.050Z] [2025-06-20T10:27:54.051Z] #19 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:27:54.051Z] #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:27:54.051Z] #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:27:54.051Z] #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-20T10:27:54.051Z] #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-20T10:27:54.310Z] #19 ... [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #27 [security-spire-config internal] load .dockerignore [2025-06-20T10:27:54.310Z] #27 transferring context: 50B done [2025-06-20T10:27:54.310Z] #27 DONE 1.4s [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #28 [security-secretstore-setup internal] load .dockerignore [2025-06-20T10:27:54.310Z] #28 transferring context: 50B done [2025-06-20T10:27:54.310Z] #28 DONE 1.3s [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-20T10:27:54.310Z] #29 transferring context: 50B done [2025-06-20T10:27:54.310Z] #29 DONE 1.4s [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #17 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-20T10:27:54.310Z] #17 DONE 0.0s [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2025-06-20T10:27:54.310Z] #30 transferring context: 50B done [2025-06-20T10:27:54.310Z] #30 DONE 1.4s [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #31 [core-command internal] load .dockerignore [2025-06-20T10:27:54.310Z] #31 transferring context: 50B done [2025-06-20T10:27:54.310Z] #31 DONE 1.5s [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #32 [security-proxy-auth internal] load .dockerignore [2025-06-20T10:27:54.310Z] #32 transferring context: 50B done [2025-06-20T10:27:54.310Z] #32 DONE 1.5s [2025-06-20T10:27:54.310Z] [2025-06-20T10:27:54.310Z] #17 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-20T10:27:54.569Z] #17 DONE 0.0s [2025-06-20T10:27:54.569Z] [2025-06-20T10:27:54.569Z] #33 [security-spire-agent internal] load .dockerignore [2025-06-20T10:27:54.569Z] #33 transferring context: 50B done [2025-06-20T10:27:54.569Z] #33 DONE 1.6s [2025-06-20T10:27:54.569Z] [2025-06-20T10:27:54.569Z] #34 [security-proxy-setup internal] load .dockerignore [2025-06-20T10:27:54.569Z] #34 transferring context: 50B done [2025-06-20T10:27:54.569Z] #34 DONE 1.7s [2025-06-20T10:27:54.569Z] [2025-06-20T10:27:54.569Z] #35 [core-command internal] load build context [2025-06-20T10:27:54.569Z] #35 ... [2025-06-20T10:27:54.569Z] [2025-06-20T10:27:54.569Z] #17 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-20T10:27:54.569Z] #17 DONE 0.0s [2025-06-20T10:27:54.569Z] [2025-06-20T10:27:54.569Z] #19 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:27:54.569Z] #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:27:54.569Z] #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:27:54.569Z] #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-20T10:27:54.569Z] #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-20T10:27:54.569Z] #19 DONE 1.2s [2025-06-20T10:27:54.569Z] [2025-06-20T10:27:54.569Z] #35 [core-command internal] load build context [2025-06-20T10:27:54.831Z] #35 ... [2025-06-20T10:27:54.831Z] [2025-06-20T10:27:54.831Z] #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-20T10:27:54.831Z] #36 DONE 0.9s [2025-06-20T10:27:54.831Z] [2025-06-20T10:27:54.831Z] #19 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:27:54.831Z] #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:27:54.831Z] #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:27:54.831Z] #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-20T10:27:54.831Z] #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-20T10:27:54.831Z] #19 DONE 1.2s [2025-06-20T10:27:54.831Z] [2025-06-20T10:27:54.831Z] #35 [core-command internal] load build context [2025-06-20T10:27:54.831Z] #35 ... [2025-06-20T10:27:54.831Z] [2025-06-20T10:27:54.831Z] #14 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:27:54.831Z] #14 DONE 0.9s [2025-06-20T10:27:54.831Z] [2025-06-20T10:27:54.831Z] #19 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:27:54.831Z] #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:27:54.831Z] #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:27:54.831Z] #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-20T10:27:54.831Z] #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-20T10:27:54.831Z] #19 DONE 1.2s [2025-06-20T10:27:54.831Z] [2025-06-20T10:27:54.831Z] #35 [core-command internal] load build context [2025-06-20T10:27:55.398Z] #35 ... [2025-06-20T10:27:55.398Z] [2025-06-20T10:27:55.398Z] #19 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:27:55.398Z] #19 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:27:55.398Z] #19 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:27:55.398Z] #19 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-20T10:27:55.398Z] #19 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-20T10:27:55.398Z] #19 DONE 1.2s [2025-06-20T10:27:55.398Z] [2025-06-20T10:27:55.398Z] #37 [security-spire-config internal] load build context [2025-06-20T10:27:55.398Z] #37 transferring context: 22.05kB 0.0s done [2025-06-20T10:27:55.398Z] #37 DONE 0.5s [2025-06-20T10:27:55.398Z] [2025-06-20T10:27:55.398Z] #38 [security-spire-server internal] load build context [2025-06-20T10:27:55.398Z] #38 transferring context: 23.80kB 0.0s done [2025-06-20T10:27:55.398Z] #38 DONE 0.5s [2025-06-20T10:27:55.398Z] [2025-06-20T10:27:55.398Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-20T10:27:55.398Z] #39 DONE 0.7s [2025-06-20T10:27:55.398Z] [2025-06-20T10:27:55.398Z] #35 [core-command internal] load build context [2025-06-20T10:27:55.965Z] #35 ... [2025-06-20T10:27:55.965Z] [2025-06-20T10:27:55.965Z] #40 [security-spire-agent internal] load build context [2025-06-20T10:27:55.965Z] #40 transferring context: 23.33kB 0.0s done [2025-06-20T10:27:55.965Z] #40 DONE 0.5s [2025-06-20T10:27:55.965Z] [2025-06-20T10:27:55.965Z] #35 [core-command internal] load build context [2025-06-20T10:27:56.223Z] #35 ... [2025-06-20T10:27:56.223Z] [2025-06-20T10:27:56.223Z] #41 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-20T10:27:56.223Z] #41 DONE 2.7s [2025-06-20T10:27:56.223Z] [2025-06-20T10:27:56.223Z] #35 [core-command internal] load build context [2025-06-20T10:28:01.810Z] #35 transferring context: 181.36MB 6.2s [2025-06-20T10:28:01.810Z] #35 ... [2025-06-20T10:28:01.810Z] [2025-06-20T10:28:01.810Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:28:01.810Z] #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done [2025-06-20T10:28:01.810Z] #42 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-20T10:28:01.810Z] #42 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-20T10:28:01.810Z] #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-20T10:28:01.810Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done [2025-06-20T10:28:01.810Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done [2025-06-20T10:28:01.810Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-06-20T10:28:01.810Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-20T10:28:01.810Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.7s done [2025-06-20T10:28:01.810Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-20T10:28:01.810Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-06-20T10:28:02.068Z] #42 ... [2025-06-20T10:28:02.068Z] [2025-06-20T10:28:02.068Z] #35 [core-command internal] load build context [2025-06-20T10:28:03.985Z] #35 ... [2025-06-20T10:28:03.985Z] [2025-06-20T10:28:03.985Z] #43 [support-scheduler internal] load build context [2025-06-20T10:28:03.985Z] #43 ... [2025-06-20T10:28:03.985Z] [2025-06-20T10:28:03.985Z] #44 [core-data internal] load build context [2025-06-20T10:28:03.985Z] #44 ... [2025-06-20T10:28:03.985Z] [2025-06-20T10:28:03.985Z] #45 [core-metadata internal] load build context [2025-06-20T10:28:03.985Z] #45 ... [2025-06-20T10:28:03.985Z] [2025-06-20T10:28:03.985Z] #46 [core-keeper internal] load build context [2025-06-20T10:28:04.281Z] #46 ... [2025-06-20T10:28:04.281Z] [2025-06-20T10:28:04.281Z] #47 [security-bootstrapper internal] load build context [2025-06-20T10:28:04.281Z] #47 ... [2025-06-20T10:28:04.281Z] [2025-06-20T10:28:04.281Z] #46 [core-keeper internal] load build context [2025-06-20T10:28:04.281Z] #46 ... [2025-06-20T10:28:04.281Z] [2025-06-20T10:28:04.281Z] #48 [security-secretstore-setup internal] load build context [2025-06-20T10:28:04.554Z] #48 ... [2025-06-20T10:28:04.554Z] [2025-06-20T10:28:04.554Z] #49 [security-spiffe-token-provider internal] load build context [2025-06-20T10:28:04.554Z] #49 ... [2025-06-20T10:28:04.554Z] [2025-06-20T10:28:04.554Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-20T10:28:04.554Z] #50 ... [2025-06-20T10:28:04.554Z] [2025-06-20T10:28:04.554Z] #51 [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-20T10:28:04.832Z] #51 ... [2025-06-20T10:28:04.832Z] [2025-06-20T10:28:04.832Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-20T10:28:04.832Z] #0 2.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:04.832Z] #0 2.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:04.832Z] #0 2.861 (1/3) Installing ca-certificates (20241121-r1) [2025-06-20T10:28:04.832Z] #0 2.875 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:04.832Z] #0 2.878 (3/3) Installing tzdata (2025b-r0) [2025-06-20T10:28:04.832Z] #0 2.908 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:04.832Z] #0 2.920 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:28:04.832Z] #0 2.965 OK: 10 MiB in 17 packages [2025-06-20T10:28:04.832Z] #52 ... [2025-06-20T10:28:04.832Z] [2025-06-20T10:28:04.832Z] #53 [security-proxy-setup internal] load build context [2025-06-20T10:28:05.150Z] #53 ... [2025-06-20T10:28:05.150Z] [2025-06-20T10:28:05.150Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-20T10:28:05.150Z] #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.150Z] #0 4.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.150Z] #0 4.462 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:05.150Z] #0 4.469 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:05.150Z] #0 4.480 OK: 8 MiB in 15 packages [2025-06-20T10:28:05.150Z] #54 ... [2025-06-20T10:28:05.150Z] [2025-06-20T10:28:05.150Z] #55 [security-proxy-auth internal] load build context [2025-06-20T10:28:05.150Z] #55 ... [2025-06-20T10:28:05.150Z] [2025-06-20T10:28:05.150Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-20T10:28:05.150Z] #0 8.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.150Z] #0 9.085 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.150Z] #0 9.363 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:28:05.150Z] #0 9.363 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:28:05.150Z] #0 9.363 OK: 24171 distinct packages available [2025-06-20T10:28:05.150Z] #0 9.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.150Z] #0 9.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.150Z] #0 9.775 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:05.150Z] #0 9.779 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-20T10:28:05.150Z] #0 9.786 (3/4) Installing libucontext (1.2-r3) [2025-06-20T10:28:05.150Z] #0 9.791 (4/4) Installing gcompat (1.1.0-r4) [2025-06-20T10:28:05.150Z] #0 9.796 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:05.150Z] #0 9.816 OK: 8 MiB in 18 packages [2025-06-20T10:28:05.428Z] #56 ... [2025-06-20T10:28:05.428Z] [2025-06-20T10:28:05.428Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-20T10:28:05.428Z] #0 7.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 7.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 8.166 (1/4) Installing ca-certificates (20241121-r1) [2025-06-20T10:28:05.428Z] #0 8.526 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:05.428Z] #0 8.526 (3/4) Installing su-exec (0.2-r3) [2025-06-20T10:28:05.428Z] #0 8.530 (4/4) Installing yq-go (4.44.1-r2) [2025-06-20T10:28:05.428Z] #0 9.149 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:05.428Z] #0 9.157 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:28:05.428Z] #0 9.238 OK: 19 MiB in 18 packages [2025-06-20T10:28:05.428Z] #57 ... [2025-06-20T10:28:05.428Z] [2025-06-20T10:28:05.428Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-20T10:28:05.428Z] #0 1.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 3.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 4.194 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:28:05.428Z] #0 4.194 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:28:05.428Z] #0 4.194 OK: 24171 distinct packages available [2025-06-20T10:28:05.428Z] #0 4.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 4.346 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 4.767 (1/14) Installing ca-certificates (20241121-r1) [2025-06-20T10:28:05.428Z] #0 4.781 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-20T10:28:05.428Z] #0 4.799 (3/14) Installing c-ares (1.33.1-r0) [2025-06-20T10:28:05.428Z] #0 4.805 (4/14) Installing libunistring (1.2-r0) [2025-06-20T10:28:05.428Z] #0 4.817 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-20T10:28:05.428Z] #0 4.825 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-20T10:28:05.428Z] #0 4.830 (7/14) Installing libpsl (0.21.5-r1) [2025-06-20T10:28:05.428Z] #0 4.831 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-20T10:28:05.428Z] #0 4.883 (9/14) Installing libcurl (8.12.1-r0) [2025-06-20T10:28:05.428Z] #0 4.895 (10/14) Installing curl (8.12.1-r0) [2025-06-20T10:28:05.428Z] #0 4.898 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:05.428Z] #0 4.898 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-20T10:28:05.428Z] #0 4.902 (13/14) Installing libucontext (1.2-r3) [2025-06-20T10:28:05.428Z] #0 4.903 (14/14) Installing gcompat (1.1.0-r4) [2025-06-20T10:28:05.428Z] #0 4.915 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:05.428Z] #0 4.924 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:28:05.428Z] #0 4.967 OK: 13 MiB in 28 packages [2025-06-20T10:28:05.428Z] #58 ... [2025-06-20T10:28:05.428Z] [2025-06-20T10:28:05.428Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-20T10:28:05.428Z] #0 9.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 9.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 9.789 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:28:05.428Z] #0 9.789 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:28:05.428Z] #0 9.789 OK: 24171 distinct packages available [2025-06-20T10:28:05.428Z] #0 9.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 9.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.428Z] #0 10.18 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:05.428Z] #0 10.19 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-20T10:28:05.428Z] #0 10.19 (3/5) Installing libucontext (1.2-r3) [2025-06-20T10:28:05.428Z] #0 10.19 (4/5) Installing gcompat (1.1.0-r4) [2025-06-20T10:28:05.428Z] #0 10.20 (5/5) Installing openssl (3.3.3-r0) [2025-06-20T10:28:05.428Z] #0 10.21 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:05.428Z] #0 10.22 OK: 9 MiB in 19 packages [2025-06-20T10:28:05.715Z] #59 ... [2025-06-20T10:28:05.715Z] [2025-06-20T10:28:05.715Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-20T10:28:05.715Z] #0 3.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.715Z] #0 3.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:05.715Z] #0 3.968 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:05.715Z] #0 3.974 (2/2) Installing su-exec (0.2-r3) [2025-06-20T10:28:05.715Z] #0 3.979 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:05.715Z] #0 3.988 OK: 8 MiB in 16 packages [2025-06-20T10:28:05.715Z] #60 ... [2025-06-20T10:28:05.715Z] [2025-06-20T10:28:05.715Z] #26 [support-notifications internal] load build context [2025-06-20T10:28:06.009Z] #26 ... [2025-06-20T10:28:06.009Z] [2025-06-20T10:28:06.009Z] #61 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-20T10:28:06.009Z] #0 1.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:06.009Z] #0 3.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:06.009Z] #0 3.987 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:06.009Z] #0 3.992 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:06.009Z] #0 4.006 OK: 8 MiB in 15 packages [2025-06-20T10:28:06.009Z] #61 ... [2025-06-20T10:28:06.009Z] [2025-06-20T10:28:06.009Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:28:06.009Z] #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done [2025-06-20T10:28:06.009Z] #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-20T10:28:06.009Z] #62 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-20T10:28:06.009Z] #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-20T10:28:06.009Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-06-20T10:28:06.009Z] #62 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-20T10:28:06.009Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-06-20T10:28:06.009Z] #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-06-20T10:28:06.009Z] #62 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done [2025-06-20T10:28:06.009Z] #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-20T10:28:06.009Z] #62 ... [2025-06-20T10:28:06.009Z] [2025-06-20T10:28:06.009Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-20T10:28:06.267Z] #63 ... [2025-06-20T10:28:06.267Z] [2025-06-20T10:28:06.267Z] #64 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-06-20T10:28:06.267Z] #64 ... [2025-06-20T10:28:06.267Z] [2025-06-20T10:28:06.267Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-20T10:28:06.267Z] #0 0.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:06.267Z] #0 3.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:06.267Z] #0 3.724 (1/7) Installing ca-certificates (20241121-r1) [2025-06-20T10:28:06.267Z] #0 3.752 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:06.267Z] #0 3.761 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-20T10:28:06.267Z] #0 3.768 (4/7) Installing libsodium (1.0.19-r0) [2025-06-20T10:28:06.267Z] #0 3.783 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-20T10:28:06.267Z] #0 3.825 (6/7) Installing libzmq (4.3.5-r2) [2025-06-20T10:28:06.267Z] #0 3.846 (7/7) Installing zeromq (4.3.5-r2) [2025-06-20T10:28:06.267Z] #0 3.849 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:06.267Z] #0 3.861 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:28:06.267Z] #0 3.915 OK: 12 MiB in 21 packages [2025-06-20T10:28:06.267Z] #65 ... [2025-06-20T10:28:06.267Z] [2025-06-20T10:28:06.267Z] #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:28:06.267Z] #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.3s [2025-06-20T10:28:07.655Z] #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.2s done [2025-06-20T10:28:14.226Z] #42 ... [2025-06-20T10:28:14.226Z] [2025-06-20T10:28:14.226Z] #35 [core-command internal] load build context [2025-06-20T10:28:14.226Z] #35 transferring context: 507.81MB 15.7s done [2025-06-20T10:28:14.226Z] #35 ... [2025-06-20T10:28:14.226Z] [2025-06-20T10:28:14.226Z] #43 [support-scheduler internal] load build context [2025-06-20T10:28:14.226Z] #43 transferring context: 507.81MB 16.4s done [2025-06-20T10:28:14.226Z] #43 ... [2025-06-20T10:28:14.226Z] [2025-06-20T10:28:14.226Z] #44 [core-data internal] load build context [2025-06-20T10:28:14.226Z] #44 transferring context: 507.81MB 16.0s done [2025-06-20T10:28:14.820Z] #44 ... [2025-06-20T10:28:14.820Z] [2025-06-20T10:28:14.820Z] #46 [core-keeper internal] load build context [2025-06-20T10:28:14.820Z] #46 transferring context: 507.81MB 14.9s done [2025-06-20T10:28:15.079Z] #46 ... [2025-06-20T10:28:15.079Z] [2025-06-20T10:28:15.079Z] #45 [core-metadata internal] load build context [2025-06-20T10:28:15.079Z] #45 transferring context: 507.81MB 16.0s done [2025-06-20T10:28:15.079Z] #45 ... [2025-06-20T10:28:15.079Z] [2025-06-20T10:28:15.079Z] #48 [security-secretstore-setup internal] load build context [2025-06-20T10:28:15.079Z] #48 transferring context: 507.81MB 14.6s done [2025-06-20T10:28:15.337Z] #48 ... [2025-06-20T10:28:15.337Z] [2025-06-20T10:28:15.337Z] #53 [security-proxy-setup internal] load build context [2025-06-20T10:28:15.337Z] #53 transferring context: 507.81MB 15.1s done [2025-06-20T10:28:15.337Z] #53 ... [2025-06-20T10:28:15.337Z] [2025-06-20T10:28:15.337Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-20T10:28:15.337Z] #50 transferring context: 507.81MB 15.5s done [2025-06-20T10:28:15.673Z] #50 ... [2025-06-20T10:28:15.673Z] [2025-06-20T10:28:15.673Z] #49 [security-spiffe-token-provider internal] load build context [2025-06-20T10:28:15.673Z] #49 transferring context: 507.81MB 15.9s done [2025-06-20T10:28:15.673Z] #49 ... [2025-06-20T10:28:15.673Z] [2025-06-20T10:28:15.673Z] #47 [security-bootstrapper internal] load build context [2025-06-20T10:28:15.673Z] #47 transferring context: 507.81MB 15.6s done [2025-06-20T10:28:16.047Z] #47 ... [2025-06-20T10:28:16.047Z] [2025-06-20T10:28:16.047Z] #55 [security-proxy-auth internal] load build context [2025-06-20T10:28:16.047Z] #55 transferring context: 507.81MB 15.7s done [2025-06-20T10:28:16.047Z] #55 ... [2025-06-20T10:28:16.047Z] [2025-06-20T10:28:16.047Z] #26 [support-notifications internal] load build context [2025-06-20T10:28:16.047Z] #26 transferring context: 507.81MB 16.1s done [2025-06-20T10:28:19.408Z] #26 ... [2025-06-20T10:28:19.408Z] [2025-06-20T10:28:19.408Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:28:19.408Z] #62 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.2s done [2025-06-20T10:28:24.886Z] #62 ... [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #48 [security-secretstore-setup internal] load build context [2025-06-20T10:28:24.886Z] #48 DONE 29.7s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-20T10:28:24.886Z] #63 ... [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #51 [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-20T10:28:24.886Z] #51 DONE 29.7s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-20T10:28:24.886Z] #66 ... [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-20T10:28:24.886Z] #65 DONE 29.6s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-20T10:28:24.886Z] #58 DONE 29.7s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-20T10:28:24.886Z] #56 DONE 29.6s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #67 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-20T10:28:24.886Z] #67 ... [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-20T10:28:24.886Z] #54 DONE 29.9s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-20T10:28:24.886Z] #60 DONE 30.0s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #61 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-20T10:28:24.886Z] #61 DONE 30.1s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-20T10:28:24.886Z] #59 DONE 30.0s [2025-06-20T10:28:24.886Z] [2025-06-20T10:28:24.886Z] #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-20T10:28:25.187Z] #68 ... [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-20T10:28:25.187Z] #52 DONE 30.2s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-20T10:28:25.187Z] #68 ... [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-20T10:28:25.187Z] #57 DONE 30.3s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #46 [core-keeper internal] load build context [2025-06-20T10:28:25.187Z] #46 DONE 31.1s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #47 [security-bootstrapper internal] load build context [2025-06-20T10:28:25.187Z] #47 DONE 31.1s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #64 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-06-20T10:28:25.187Z] #64 DONE 29.1s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-20T10:28:25.187Z] #50 DONE 30.7s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #53 [security-proxy-setup internal] load build context [2025-06-20T10:28:25.187Z] #53 DONE 30.4s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #35 [core-command internal] load build context [2025-06-20T10:28:25.187Z] #35 DONE 30.7s [2025-06-20T10:28:25.187Z] [2025-06-20T10:28:25.187Z] #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:28:25.447Z] #69 ... [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #55 [security-proxy-auth internal] load build context [2025-06-20T10:28:25.447Z] #55 DONE 30.6s [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #49 [security-spiffe-token-provider internal] load build context [2025-06-20T10:28:25.447Z] #49 DONE 30.8s [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #26 [support-notifications internal] load build context [2025-06-20T10:28:25.447Z] #26 DONE 31.4s [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #44 [core-data internal] load build context [2025-06-20T10:28:25.447Z] #44 DONE 31.4s [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #45 [core-metadata internal] load build context [2025-06-20T10:28:25.447Z] #45 DONE 31.4s [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #43 [support-scheduler internal] load build context [2025-06-20T10:28:25.447Z] #43 DONE 31.7s [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-20T10:28:25.447Z] #63 29.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:25.447Z] #63 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:25.447Z] #63 30.09 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:25.447Z] #63 30.09 (2/4) Installing openssl (3.3.3-r0) [2025-06-20T10:28:25.447Z] #63 30.11 (3/4) Installing su-exec (0.2-r3) [2025-06-20T10:28:25.447Z] #63 30.11 (4/4) Installing yq-go (4.44.1-r2) [2025-06-20T10:28:25.447Z] #63 30.17 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:25.447Z] #63 30.18 OK: 19 MiB in 18 packages [2025-06-20T10:28:25.447Z] #63 DONE 30.5s [2025-06-20T10:28:25.447Z] [2025-06-20T10:28:25.447Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:28:27.129Z] #42 ... [2025-06-20T10:28:27.129Z] [2025-06-20T10:28:27.129Z] #70 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:28:27.129Z] #0 1.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #0 1.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #0 1.974 OK: 12 MiB in 21 packages [2025-06-20T10:28:27.129Z] #70 DONE 2.1s [2025-06-20T10:28:27.129Z] [2025-06-20T10:28:27.129Z] #68 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-20T10:28:27.129Z] #68 1.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #68 1.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #68 ... [2025-06-20T10:28:27.129Z] [2025-06-20T10:28:27.129Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:28:27.129Z] #0 1.520 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #0 1.605 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #0 1.888 OK: 8 MiB in 15 packages [2025-06-20T10:28:27.129Z] #71 DONE 2.0s [2025-06-20T10:28:27.129Z] [2025-06-20T10:28:27.129Z] #67 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-20T10:28:27.129Z] #67 1.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #67 1.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #67 2.038 OK: 8 MiB in 18 packages [2025-06-20T10:28:27.129Z] #67 DONE 2.2s [2025-06-20T10:28:27.129Z] [2025-06-20T10:28:27.129Z] #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:28:27.129Z] #69 1.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.129Z] #69 1.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.385Z] #69 2.253 OK: 248 MiB in 58 packages [2025-06-20T10:28:27.952Z] #69 ... [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #72 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:28:27.953Z] #72 DONE 1.0s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-20T10:28:27.953Z] #0 1.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 1.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 1.914 OK: 8 MiB in 16 packages [2025-06-20T10:28:27.953Z] #73 DONE 3.0s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:28:27.953Z] #0 1.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 2.277 OK: 13 MiB in 28 packages [2025-06-20T10:28:27.953Z] #74 DONE 3.4s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-20T10:28:27.953Z] #0 1.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 1.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 2.423 OK: 8 MiB in 15 packages [2025-06-20T10:28:27.953Z] #75 DONE 3.0s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-20T10:28:27.953Z] #68 2.366 OK: 9 MiB in 19 packages [2025-06-20T10:28:27.953Z] #68 DONE 3.0s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #76 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-20T10:28:27.953Z] #76 DONE 2.8s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #69 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:28:27.953Z] #69 DONE 2.8s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #77 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:28:27.953Z] #0 1.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 1.526 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:27.953Z] #0 1.867 OK: 10 MiB in 17 packages [2025-06-20T10:28:27.953Z] #77 DONE 2.8s [2025-06-20T10:28:27.953Z] [2025-06-20T10:28:27.953Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-20T10:28:28.211Z] #78 ... [2025-06-20T10:28:28.211Z] [2025-06-20T10:28:28.211Z] #79 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-20T10:28:28.211Z] #79 DONE 0.2s [2025-06-20T10:28:28.211Z] [2025-06-20T10:28:28.211Z] #80 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-20T10:28:29.146Z] #80 ... [2025-06-20T10:28:29.146Z] [2025-06-20T10:28:29.146Z] #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-20T10:28:29.146Z] #81 DONE 1.2s [2025-06-20T10:28:29.146Z] [2025-06-20T10:28:29.146Z] #82 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:28:29.146Z] #82 DONE 1.2s [2025-06-20T10:28:29.146Z] [2025-06-20T10:28:29.146Z] #80 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-20T10:28:29.146Z] #80 DONE 1.1s [2025-06-20T10:28:29.146Z] [2025-06-20T10:28:29.146Z] #83 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:28:29.146Z] #83 DONE 1.2s [2025-06-20T10:28:29.146Z] [2025-06-20T10:28:29.146Z] #84 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-20T10:28:29.713Z] #84 ... [2025-06-20T10:28:29.713Z] [2025-06-20T10:28:29.713Z] #85 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-20T10:28:29.713Z] #85 DONE 0.6s [2025-06-20T10:28:29.713Z] [2025-06-20T10:28:29.713Z] #86 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-20T10:28:29.713Z] #0 4.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:29.713Z] #0 4.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:29.713Z] #0 4.361 OK: 248 MiB in 58 packages [2025-06-20T10:28:29.713Z] #86 DONE 4.6s [2025-06-20T10:28:29.713Z] [2025-06-20T10:28:29.713Z] #84 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-20T10:28:29.713Z] #84 DONE 0.6s [2025-06-20T10:28:29.713Z] [2025-06-20T10:28:29.713Z] #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:28:29.713Z] #87 DONE 0.6s [2025-06-20T10:28:29.713Z] [2025-06-20T10:28:29.713Z] #88 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-20T10:28:29.713Z] #88 DONE 0.1s [2025-06-20T10:28:29.713Z] [2025-06-20T10:28:29.713Z] #89 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-20T10:28:29.713Z] #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:29.713Z] #0 4.105 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:29.713Z] #0 4.403 OK: 248 MiB in 58 packages [2025-06-20T10:28:29.713Z] #89 DONE 4.6s [2025-06-20T10:28:29.713Z] [2025-06-20T10:28:29.713Z] #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-20T10:28:29.971Z] #90 DONE 0.1s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #91 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-20T10:28:29.971Z] #91 DONE 0.1s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #92 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:28:29.971Z] #92 DONE 0.2s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-20T10:28:29.971Z] #93 DONE 0.1s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #94 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:28:29.971Z] #94 DONE 0.2s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:28:29.971Z] #95 ... [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-20T10:28:29.971Z] #96 DONE 0.1s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #97 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-20T10:28:29.971Z] #97 DONE 0.1s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-20T10:28:29.971Z] #98 DONE 0.0s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-20T10:28:29.971Z] #99 DONE 0.0s [2025-06-20T10:28:29.971Z] [2025-06-20T10:28:29.971Z] #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-20T10:28:29.971Z] #100 DONE 0.1s [2025-06-20T10:28:30.228Z] [2025-06-20T10:28:30.228Z] #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-20T10:28:30.228Z] #101 DONE 0.1s [2025-06-20T10:28:30.228Z] [2025-06-20T10:28:30.228Z] #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-20T10:28:30.228Z] #102 DONE 0.1s [2025-06-20T10:28:30.228Z] [2025-06-20T10:28:30.228Z] #103 [security-spire-agent] exporting to image [2025-06-20T10:28:30.228Z] #103 exporting layers [2025-06-20T10:28:30.794Z] #103 ... [2025-06-20T10:28:30.794Z] [2025-06-20T10:28:30.794Z] #104 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-20T10:28:30.794Z] #104 DONE 2.8s [2025-06-20T10:28:30.794Z] [2025-06-20T10:28:30.794Z] #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-20T10:28:30.794Z] #105 DONE 0.0s [2025-06-20T10:28:30.794Z] [2025-06-20T10:28:30.794Z] #106 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-20T10:28:30.794Z] #0 4.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:30.794Z] #0 4.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:30.794Z] #0 5.032 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:28:30.794Z] #0 5.032 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:28:30.794Z] #0 5.032 OK: 24171 distinct packages available [2025-06-20T10:28:30.794Z] #0 5.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:30.794Z] #0 5.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:30.794Z] #0 5.478 OK: 248 MiB in 58 packages [2025-06-20T10:28:30.794Z] #106 DONE 5.6s [2025-06-20T10:28:30.794Z] [2025-06-20T10:28:30.794Z] #107 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:28:30.794Z] #107 DONE 0.0s [2025-06-20T10:28:30.794Z] [2025-06-20T10:28:30.794Z] #103 [security-spire-agent] exporting to image [2025-06-20T10:28:30.794Z] #103 exporting layers 0.8s done [2025-06-20T10:28:30.794Z] #103 writing image sha256:39081bf4203a05cc906c009370e3bb0eef907906a6a1d4c42c83a090536f88dd [2025-06-20T10:28:30.794Z] #103 ... [2025-06-20T10:28:30.794Z] [2025-06-20T10:28:30.794Z] #108 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-20T10:28:30.794Z] #0 5.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:30.794Z] #0 5.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:30.794Z] #0 5.620 OK: 19 MiB in 18 packages [2025-06-20T10:28:30.794Z] #108 DONE 5.7s [2025-06-20T10:28:30.794Z] [2025-06-20T10:28:30.794Z] #103 [security-spire-config] exporting to image [2025-06-20T10:28:30.794Z] #103 writing image sha256:39081bf4203a05cc906c009370e3bb0eef907906a6a1d4c42c83a090536f88dd done [2025-06-20T10:28:30.794Z] #103 naming to docker.io/library/security-spire-config done [2025-06-20T10:28:31.053Z] #103 ... [2025-06-20T10:28:31.053Z] [2025-06-20T10:28:31.053Z] #109 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-20T10:28:31.053Z] #0 5.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:31.053Z] #0 5.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:31.053Z] #0 5.384 OK: 19 MiB in 18 packages [2025-06-20T10:28:31.053Z] #109 DONE 5.5s [2025-06-20T10:28:31.053Z] [2025-06-20T10:28:31.053Z] #103 [security-spire-server] exporting to image [2025-06-20T10:28:31.053Z] #103 exporting layers 0.9s done [2025-06-20T10:28:31.053Z] #103 writing image sha256:bf83acc327a07a02879128b1b1d30f242d375c569808e8eacbc41a09eb5f2fad done [2025-06-20T10:28:31.053Z] #103 naming to docker.io/library/security-spire-server done [2025-06-20T10:28:31.053Z] #103 writing image sha256:0604c6ca004cb48138dcd83250cffb042e62c8a45282cc2122384569497a2246 done [2025-06-20T10:28:31.053Z] #103 naming to docker.io/library/security-spire-agent [2025-06-20T10:28:31.053Z] #103 naming to docker.io/library/security-spire-agent done [2025-06-20T10:28:31.053Z] #103 DONE 1.1s [2025-06-20T10:28:31.053Z] [2025-06-20T10:28:31.053Z] #110 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-20T10:28:31.053Z] #110 DONE 0.0s [2025-06-20T10:28:31.053Z] [2025-06-20T10:28:31.053Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:28:31.987Z] #111 ... [2025-06-20T10:28:31.987Z] [2025-06-20T10:28:31.987Z] #112 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:28:31.987Z] #0 5.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:31.987Z] #0 6.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:31.987Z] #0 6.578 OK: 248 MiB in 58 packages [2025-06-20T10:28:31.987Z] #112 DONE 6.8s [2025-06-20T10:28:31.987Z] [2025-06-20T10:28:31.987Z] #113 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:28:31.987Z] #113 DONE 0.1s [2025-06-20T10:28:31.987Z] [2025-06-20T10:28:31.987Z] #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:28:33.893Z] #114 ... [2025-06-20T10:28:33.893Z] [2025-06-20T10:28:33.893Z] #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-20T10:28:33.893Z] #66 1.562 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:33.893Z] #66 4.303 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:33.893Z] #66 7.712 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-20T10:28:33.893Z] #66 9.172 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:28:33.893Z] #66 9.178 OK: 8 MiB in 15 packages [2025-06-20T10:28:33.893Z] #66 DONE 9.3s [2025-06-20T10:28:33.893Z] [2025-06-20T10:28:33.893Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-20T10:28:33.893Z] #78 2.824 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:33.893Z] #78 5.427 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-20T10:28:35.794Z] #78 ... [2025-06-20T10:28:35.794Z] [2025-06-20T10:28:35.794Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:28:35.794Z] #62 ... [2025-06-20T10:28:35.794Z] [2025-06-20T10:28:35.794Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:28:36.731Z] #115 ... [2025-06-20T10:28:36.731Z] [2025-06-20T10:28:36.731Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-20T10:28:36.731Z] #78 8.675 OK: 248 MiB in 58 packages [2025-06-20T10:28:36.731Z] #78 DONE 8.8s [2025-06-20T10:28:36.731Z] [2025-06-20T10:28:36.731Z] #116 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-20T10:28:36.731Z] #116 DONE 0.1s [2025-06-20T10:28:36.731Z] [2025-06-20T10:28:36.731Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:28:39.260Z] #117 ... [2025-06-20T10:28:39.261Z] [2025-06-20T10:28:39.261Z] #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:28:53.518Z] Removing intermediate container 61d44e3318f8 [2025-06-20T10:28:53.519Z] ---> a140444121b6 [2025-06-20T10:28:53.519Z] Successfully built a140444121b6 [2025-06-20T10:28:53.519Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:28:53.864Z] + docker inspect -f . ci-base-image-arm64 [2025-06-20T10:28:53.864Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T10:28:54.078Z] prd-ubuntu20.04-docker-arm64-4c-16g-3630 does not seem to be running inside a container [2025-06-20T10:28:54.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T10:28:55.372Z] $ docker top 5a944b245667436d82aaab8e785fa47e44e2870e53ff59ff7d0d6f69b828974e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-20T10:28:56.196Z] + go version [2025-06-20T10:28:56.196Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-20T10:28:56.215Z] $ docker stop --time=1 5a944b245667436d82aaab8e785fa47e44e2870e53ff59ff7d0d6f69b828974e [2025-06-20T10:28:57.814Z] $ docker rm -f --volumes 5a944b245667436d82aaab8e785fa47e44e2870e53ff59ff7d0d6f69b828974e [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-20T10:28:58.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-20T10:28:58.512Z] [2025-06-20T10:28:58.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:28:58.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-20T10:28:59.117Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-20T10:28:59.117Z] 547446be3368: Pulling fs layer [2025-06-20T10:28:59.117Z] d125d8839a47: Pulling fs layer [2025-06-20T10:28:59.117Z] 3e85d5ac6304: Pulling fs layer [2025-06-20T10:28:59.117Z] c3105a71a48b: Pulling fs layer [2025-06-20T10:28:59.117Z] 0f093f025ec4: Pulling fs layer [2025-06-20T10:28:59.117Z] c3106fc0e877: Pulling fs layer [2025-06-20T10:28:59.117Z] c3105a71a48b: Waiting [2025-06-20T10:28:59.117Z] c3106fc0e877: Waiting [2025-06-20T10:28:59.117Z] 0f093f025ec4: Waiting [2025-06-20T10:28:59.117Z] 547446be3368: Verifying Checksum [2025-06-20T10:28:59.117Z] 547446be3368: Download complete [2025-06-20T10:28:59.117Z] c3105a71a48b: Verifying Checksum [2025-06-20T10:28:59.117Z] c3105a71a48b: Download complete [2025-06-20T10:28:59.385Z] d125d8839a47: Verifying Checksum [2025-06-20T10:28:59.385Z] d125d8839a47: Download complete [2025-06-20T10:28:59.652Z] c3106fc0e877: Verifying Checksum [2025-06-20T10:28:59.652Z] c3106fc0e877: Download complete [2025-06-20T10:28:59.652Z] 0f093f025ec4: Verifying Checksum [2025-06-20T10:28:59.652Z] 0f093f025ec4: Download complete [2025-06-20T10:28:59.920Z] 547446be3368: Pull complete [2025-06-20T10:29:00.880Z] d125d8839a47: Pull complete [2025-06-20T10:29:01.462Z] 3e85d5ac6304: Verifying Checksum [2025-06-20T10:29:01.462Z] 3e85d5ac6304: Download complete [2025-06-20T10:29:11.535Z] 3e85d5ac6304: Pull complete [2025-06-20T10:29:11.535Z] c3105a71a48b: Pull complete [2025-06-20T10:29:12.498Z] 0f093f025ec4: Pull complete [2025-06-20T10:29:12.765Z] c3106fc0e877: Pull complete [2025-06-20T10:29:12.765Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-20T10:29:12.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-20T10:29:12.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T10:29:12.985Z] prd-ubuntu20.04-docker-arm64-4c-16g-3630 does not seem to be running inside a container [2025-06-20T10:29:13.053Z] $ 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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T10:29:15.016Z] $ docker top a364df3b6c1cb109c2c3fab8849bc96a12b3fefdea30ee798c2c949034a2edc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-20T10:29:15.854Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-20T10:29:25.940Z] #1 [security-spire-server internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #1 transferring dockerfile: 1.70kB done [2025-06-20T10:29:25.940Z] #1 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #2 transferring dockerfile: 1.81kB 0.0s done [2025-06-20T10:29:25.940Z] #2 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #3 [core-command internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #3 transferring dockerfile: 1.94kB done [2025-06-20T10:29:25.940Z] #3 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #4 transferring dockerfile: 3.02kB done [2025-06-20T10:29:25.940Z] #4 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #5 [support-notifications internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #5 transferring dockerfile: 2.00kB 0.0s done [2025-06-20T10:29:25.940Z] #5 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #6 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #6 transferring dockerfile: 2.14kB done [2025-06-20T10:29:25.940Z] #6 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #7 transferring dockerfile: 1.89kB 0.0s done [2025-06-20T10:29:25.940Z] #7 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #8 [core-metadata internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #8 transferring dockerfile: 2.10kB done [2025-06-20T10:29:25.940Z] #8 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #9 transferring dockerfile: 2.49kB done [2025-06-20T10:29:25.940Z] #9 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #10 [core-keeper internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #10 transferring dockerfile: 2.01kB done [2025-06-20T10:29:25.940Z] #10 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #11 [support-scheduler internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #11 transferring dockerfile: 1.83kB 0.0s done [2025-06-20T10:29:25.940Z] #11 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.940Z] #12 [core-data internal] load build definition from Dockerfile [2025-06-20T10:29:25.940Z] #12 transferring dockerfile: 2.04kB done [2025-06-20T10:29:25.940Z] #12 DONE 0.1s [2025-06-20T10:29:25.940Z] [2025-06-20T10:29:25.941Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-20T10:29:25.941Z] #13 transferring dockerfile: 2.50kB done [2025-06-20T10:29:25.941Z] #13 DONE 0.1s [2025-06-20T10:29:25.941Z] [2025-06-20T10:29:25.941Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-20T10:29:25.941Z] #14 transferring dockerfile: 2.23kB 0.0s done [2025-06-20T10:29:25.941Z] #14 DONE 0.1s [2025-06-20T10:29:25.941Z] [2025-06-20T10:29:25.941Z] #15 [security-spire-config internal] load build definition from Dockerfile [2025-06-20T10:29:25.941Z] #15 transferring dockerfile: 1.69kB 0.0s done [2025-06-20T10:29:25.941Z] #15 DONE 0.1s [2025-06-20T10:29:25.941Z] [2025-06-20T10:29:25.941Z] #16 [security-spire-server internal] load .dockerignore [2025-06-20T10:29:25.941Z] #16 transferring context: [2025-06-20T10:29:25.964Z] #118 ... [2025-06-20T10:29:25.964Z] [2025-06-20T10:29:25.964Z] #114 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:25.964Z] #114 DONE 46.9s [2025-06-20T10:29:25.964Z] [2025-06-20T10:29:25.964Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:25.964Z] #111 DONE 48.1s [2025-06-20T10:29:25.964Z] [2025-06-20T10:29:25.964Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:25.964Z] #115 DONE 49.0s [2025-06-20T10:29:25.964Z] [2025-06-20T10:29:25.964Z] #117 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:25.964Z] #117 DONE 42.1s [2025-06-20T10:29:25.964Z] [2025-06-20T10:29:25.964Z] #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:25.964Z] #118 DONE 49.8s [2025-06-20T10:29:25.964Z] [2025-06-20T10:29:25.964Z] #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:25.964Z] #95 DONE 49.0s [2025-06-20T10:29:25.964Z] [2025-06-20T10:29:25.964Z] #119 [core-data builder 6/7] COPY . . [2025-06-20T10:29:26.207Z] #16 transferring context: 50B 0.0s done [2025-06-20T10:29:26.207Z] #16 DONE 0.1s [2025-06-20T10:29:26.811Z] [2025-06-20T10:29:26.811Z] #17 [security-spire-agent internal] load .dockerignore [2025-06-20T10:29:26.811Z] #17 transferring context: 50B 0.0s done [2025-06-20T10:29:26.811Z] #17 DONE 0.1s [2025-06-20T10:29:26.811Z] [2025-06-20T10:29:26.811Z] #18 [core-command internal] load .dockerignore [2025-06-20T10:29:26.811Z] #18 transferring context: 50B done [2025-06-20T10:29:26.811Z] #18 DONE 0.1s [2025-06-20T10:29:26.811Z] [2025-06-20T10:29:26.811Z] #19 [security-bootstrapper internal] load .dockerignore [2025-06-20T10:29:26.811Z] #19 transferring context: 50B 0.0s done [2025-06-20T10:29:26.811Z] #19 DONE 0.1s [2025-06-20T10:29:26.811Z] [2025-06-20T10:29:26.811Z] #20 [support-notifications internal] load .dockerignore [2025-06-20T10:29:27.080Z] #20 transferring context: 50B done [2025-06-20T10:29:27.080Z] #20 DONE 0.1s [2025-06-20T10:29:27.080Z] [2025-06-20T10:29:27.080Z] #21 [security-proxy-auth internal] load .dockerignore [2025-06-20T10:29:27.080Z] #21 transferring context: 50B done [2025-06-20T10:29:27.080Z] #21 DONE 0.1s [2025-06-20T10:29:27.080Z] [2025-06-20T10:29:27.080Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2025-06-20T10:29:27.080Z] #22 transferring context: 50B done [2025-06-20T10:29:27.080Z] #22 DONE 0.1s [2025-06-20T10:29:27.080Z] [2025-06-20T10:29:27.080Z] #23 [core-metadata internal] load .dockerignore [2025-06-20T10:29:27.080Z] #23 transferring context: 50B done [2025-06-20T10:29:27.080Z] #23 DONE 0.1s [2025-06-20T10:29:27.080Z] [2025-06-20T10:29:27.080Z] #24 [security-secretstore-setup internal] load .dockerignore [2025-06-20T10:29:27.348Z] #24 transferring context: 50B 0.0s done [2025-06-20T10:29:27.348Z] #24 DONE 0.1s [2025-06-20T10:29:27.348Z] [2025-06-20T10:29:27.348Z] #25 [core-keeper internal] load .dockerignore [2025-06-20T10:29:27.348Z] #25 transferring context: 50B done [2025-06-20T10:29:27.348Z] #25 DONE 0.1s [2025-06-20T10:29:27.348Z] [2025-06-20T10:29:27.348Z] #26 [support-scheduler internal] load .dockerignore [2025-06-20T10:29:27.348Z] #26 transferring context: 50B 0.0s done [2025-06-20T10:29:27.348Z] #26 DONE 0.1s [2025-06-20T10:29:27.348Z] [2025-06-20T10:29:27.348Z] #27 [core-data internal] load .dockerignore [2025-06-20T10:29:27.615Z] #27 transferring context: 50B done [2025-06-20T10:29:27.616Z] #27 DONE 0.1s [2025-06-20T10:29:27.616Z] [2025-06-20T10:29:27.616Z] #28 [security-proxy-setup internal] load .dockerignore [2025-06-20T10:29:27.616Z] #28 transferring context: 50B 0.0s done [2025-06-20T10:29:27.616Z] #28 DONE 0.1s [2025-06-20T10:29:27.616Z] [2025-06-20T10:29:27.616Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-20T10:29:27.616Z] #29 transferring context: 50B 0.0s done [2025-06-20T10:29:27.616Z] #29 DONE 0.1s [2025-06-20T10:29:27.616Z] [2025-06-20T10:29:27.616Z] #30 [security-spire-config internal] load .dockerignore [2025-06-20T10:29:27.616Z] #30 transferring context: 50B 0.0s done [2025-06-20T10:29:27.616Z] #30 DONE 0.1s [2025-06-20T10:29:27.616Z] [2025-06-20T10:29:27.616Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-20T10:29:27.871Z] #119 DONE 8.8s [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #120 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #120 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #121 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:27.871Z] #121 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #122 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:29:27.871Z] #122 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #123 [security-proxy-auth builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #123 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #124 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:27.871Z] #124 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #125 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:29:27.871Z] #125 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #126 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #126 DONE 8.9s [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #127 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:27.871Z] #127 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #128 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:29:27.871Z] #128 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #129 [core-command builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #129 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #130 [security-bootstrapper builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #130 DONE 8.9s [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #131 [core-metadata builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #131 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:27.871Z] #132 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:29:27.871Z] #133 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:29:27.871Z] #134 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:27.871Z] #135 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #136 [security-proxy-setup builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #136 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #137 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:29:27.871Z] #138 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:29:27.871Z] #139 CACHED [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #140 [support-notifications builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #140 DONE 8.9s [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #141 [core-keeper builder 7/8] COPY . . [2025-06-20T10:29:27.871Z] #141 DONE 8.9s [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #142 [support-scheduler builder 6/7] COPY . . [2025-06-20T10:29:27.871Z] #142 DONE 8.9s [2025-06-20T10:29:27.871Z] [2025-06-20T10:29:27.871Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-20T10:29:28.304Z] #31 ... [2025-06-20T10:29:28.304Z] [2025-06-20T10:29:28.304Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:29:28.304Z] #32 DONE 0.6s [2025-06-20T10:29:28.304Z] [2025-06-20T10:29:28.304Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-20T10:29:28.304Z] #31 DONE 0.7s [2025-06-20T10:29:28.583Z] [2025-06-20T10:29:28.583Z] #33 [security-spire-server internal] load build context [2025-06-20T10:29:28.583Z] #33 transferring context: 23.80kB 0.0s done [2025-06-20T10:29:28.583Z] #33 DONE 0.1s [2025-06-20T10:29:28.583Z] [2025-06-20T10:29:28.583Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:28.583Z] #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-06-20T10:29:28.583Z] #34 ... [2025-06-20T10:29:28.583Z] [2025-06-20T10:29:28.583Z] #35 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:28.583Z] #35 DONE 0.0s [2025-06-20T10:29:28.583Z] [2025-06-20T10:29:28.583Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-20T10:29:28.583Z] #31 DONE 0.7s [2025-06-20T10:29:28.583Z] [2025-06-20T10:29:28.583Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:28.583Z] #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-20T10:29:28.583Z] #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-20T10:29:28.583Z] #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-20T10:29:28.583Z] #34 ... [2025-06-20T10:29:28.583Z] [2025-06-20T10:29:28.583Z] #35 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:28.583Z] #35 DONE 0.0s [2025-06-20T10:29:28.583Z] [2025-06-20T10:29:28.583Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:28.583Z] #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-06-20T10:29:28.583Z] #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-20T10:29:28.583Z] #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-06-20T10:29:28.583Z] #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-20T10:29:28.583Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.2s [2025-06-20T10:29:28.864Z] #34 ... [2025-06-20T10:29:28.864Z] [2025-06-20T10:29:28.864Z] #35 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:28.864Z] #35 DONE 0.0s [2025-06-20T10:29:28.864Z] [2025-06-20T10:29:28.864Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:29:28.864Z] #32 DONE 0.6s [2025-06-20T10:29:28.864Z] [2025-06-20T10:29:28.864Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:28.864Z] #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-20T10:29:28.864Z] #34 ... [2025-06-20T10:29:28.864Z] [2025-06-20T10:29:28.864Z] #35 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:28.864Z] #35 DONE 0.0s [2025-06-20T10:29:28.864Z] [2025-06-20T10:29:28.864Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:28.864Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.21MB / 33.17MB 0.4s [2025-06-20T10:29:28.864Z] #34 ... [2025-06-20T10:29:28.864Z] [2025-06-20T10:29:28.864Z] #35 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:28.864Z] #35 DONE 0.0s [2025-06-20T10:29:28.864Z] [2025-06-20T10:29:28.864Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:28.864Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.16MB / 33.17MB 0.5s [2025-06-20T10:29:29.145Z] #34 ... [2025-06-20T10:29:29.145Z] [2025-06-20T10:29:29.145Z] #35 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:29.145Z] #35 DONE 0.0s [2025-06-20T10:29:29.145Z] [2025-06-20T10:29:29.145Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-20T10:29:29.145Z] #36 DONE 0.7s [2025-06-20T10:29:29.145Z] [2025-06-20T10:29:29.145Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:29.145Z] #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-06-20T10:29:29.145Z] #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-20T10:29:29.145Z] #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-20T10:29:29.145Z] #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-20T10:29:29.145Z] #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-20T10:29:29.145Z] #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-20T10:29:29.145Z] #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-06-20T10:29:29.145Z] #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-20T10:29:29.436Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 0.9s [2025-06-20T10:29:29.436Z] #34 ... [2025-06-20T10:29:29.436Z] [2025-06-20T10:29:29.436Z] #35 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:29.436Z] #35 DONE 0.0s [2025-06-20T10:29:29.436Z] [2025-06-20T10:29:29.436Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:29.436Z] #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-20T10:29:29.436Z] #34 ... [2025-06-20T10:29:29.436Z] [2025-06-20T10:29:29.436Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:29:29.436Z] #32 DONE 1.1s [2025-06-20T10:29:29.436Z] [2025-06-20T10:29:29.436Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:29.710Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 1.2s [2025-06-20T10:29:29.769Z] #143 1.969 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-20T10:29:29.986Z] #34 ... [2025-06-20T10:29:29.986Z] [2025-06-20T10:29:29.986Z] #35 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:29.986Z] #35 DONE 0.0s [2025-06-20T10:29:29.986Z] [2025-06-20T10:29:29.986Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:29.986Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 1.5s [2025-06-20T10:29:30.256Z] #34 ... [2025-06-20T10:29:30.256Z] [2025-06-20T10:29:30.256Z] #35 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:30.256Z] #35 DONE 0.0s [2025-06-20T10:29:30.256Z] [2025-06-20T10:29:30.256Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:30.256Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 1.8s [2025-06-20T10:29:30.525Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 2.0s [2025-06-20T10:29:30.525Z] #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-20T10:29:30.525Z] #34 ... [2025-06-20T10:29:30.525Z] [2025-06-20T10:29:30.525Z] #35 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-20T10:29:30.525Z] #35 DONE 0.0s [2025-06-20T10:29:30.525Z] [2025-06-20T10:29:30.525Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:30.525Z] #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-06-20T10:29:31.117Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 2.5s [2025-06-20T10:29:31.388Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 2.8s [2025-06-20T10:29:31.665Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 3.1s [2025-06-20T10:29:31.938Z] #34 ... [2025-06-20T10:29:31.938Z] [2025-06-20T10:29:31.938Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-06-20T10:29:31.938Z] #32 DONE 2.8s [2025-06-20T10:29:31.938Z] [2025-06-20T10:29:31.938Z] #37 [core-metadata stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:29:31.938Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:29:31.938Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-20T10:29:31.938Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:29:31.938Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-20T10:29:32.211Z] #37 ... [2025-06-20T10:29:32.211Z] [2025-06-20T10:29:32.211Z] #38 [security-proxy-setup internal] load build context [2025-06-20T10:29:32.211Z] #38 DONE 0.0s [2025-06-20T10:29:32.211Z] [2025-06-20T10:29:32.211Z] #39 [security-spire-agent internal] load build context [2025-06-20T10:29:32.211Z] #39 transferring context: 23.33kB 0.1s done [2025-06-20T10:29:32.211Z] #39 DONE 3.0s [2025-06-20T10:29:32.211Z] [2025-06-20T10:29:32.211Z] #37 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:29:32.211Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:29:32.211Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-20T10:29:32.211Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:29:32.211Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-20T10:29:33.644Z] #37 ... [2025-06-20T10:29:33.644Z] [2025-06-20T10:29:33.644Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-20T10:29:33.644Z] #31 DONE 3.1s [2025-06-20T10:29:33.644Z] [2025-06-20T10:29:33.644Z] #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:33.644Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.7s done [2025-06-20T10:29:33.644Z] #34 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-06-20T10:29:33.644Z] #34 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-20T10:29:33.644Z] #34 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-20T10:29:33.644Z] #34 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-20T10:29:33.644Z] #34 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-20T10:29:33.644Z] #34 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-20T10:29:33.644Z] #34 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-06-20T10:29:33.644Z] #34 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-20T10:29:33.644Z] #34 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.7s done [2025-06-20T10:29:33.644Z] #34 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-20T10:29:33.644Z] #34 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-06-20T10:29:33.933Z] #34 ... [2025-06-20T10:29:33.933Z] [2025-06-20T10:29:33.933Z] #40 [core-command internal] load build context [2025-06-20T10:29:33.933Z] #40 transferring context: 3.22MB 3.4s done [2025-06-20T10:29:33.933Z] #40 DONE 5.2s [2025-06-20T10:29:33.933Z] [2025-06-20T10:29:33.933Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-20T10:29:34.905Z] #41 ... [2025-06-20T10:29:34.905Z] [2025-06-20T10:29:34.905Z] #42 [security-bootstrapper internal] load build context [2025-06-20T10:29:34.905Z] #42 transferring context: 3.22MB 3.1s done [2025-06-20T10:29:34.905Z] #42 DONE 5.8s [2025-06-20T10:29:34.905Z] [2025-06-20T10:29:34.905Z] #43 [security-spiffe-token-provider internal] load build context [2025-06-20T10:29:34.905Z] #43 transferring context: 3.22MB 3.7s done [2025-06-20T10:29:34.905Z] #43 DONE 5.9s [2025-06-20T10:29:34.905Z] [2025-06-20T10:29:34.905Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:34.905Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-06-20T10:29:35.173Z] #34 ... [2025-06-20T10:29:35.173Z] [2025-06-20T10:29:35.173Z] #44 [security-proxy-auth internal] load build context [2025-06-20T10:29:35.173Z] #44 transferring context: 3.22MB 4.0s done [2025-06-20T10:29:35.173Z] #44 DONE 6.4s [2025-06-20T10:29:35.449Z] [2025-06-20T10:29:35.449Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:29:35.449Z] #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.8s done [2025-06-20T10:29:35.449Z] #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-20T10:29:35.449Z] #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-20T10:29:35.449Z] #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-20T10:29:35.449Z] #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.2s done [2025-06-20T10:29:35.449Z] #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 4.9s [2025-06-20T10:29:35.449Z] #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-20T10:29:35.718Z] #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.44MB / 14.28MB 5.2s [2025-06-20T10:29:35.718Z] #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 5.4s [2025-06-20T10:29:35.988Z] #45 ... [2025-06-20T10:29:35.988Z] [2025-06-20T10:29:35.988Z] #46 [support-notifications internal] load build context [2025-06-20T10:29:35.988Z] #46 transferring context: 3.22MB 4.5s done [2025-06-20T10:29:35.988Z] #46 DONE 7.1s [2025-06-20T10:29:35.988Z] [2025-06-20T10:29:35.988Z] #47 [support-scheduler internal] load build context [2025-06-20T10:29:35.988Z] #47 ... [2025-06-20T10:29:35.988Z] [2025-06-20T10:29:35.988Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:37.868Z] #143 ... [2025-06-20T10:29:37.868Z] [2025-06-20T10:29:37.868Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-20T10:29:37.868Z] #0 0.546 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-20T10:29:37.868Z] #144 ... [2025-06-20T10:29:37.868Z] [2025-06-20T10:29:37.868Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-20T10:29:37.868Z] #0 0.809 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-20T10:29:38.126Z] #145 ... [2025-06-20T10:29:38.126Z] [2025-06-20T10:29:38.126Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-20T10:29:38.126Z] #0 1.582 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-20T10:29:38.126Z] #146 ... [2025-06-20T10:29:38.126Z] [2025-06-20T10:29:38.126Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:29:38.126Z] #0 1.907 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-20T10:29:38.384Z] #147 ... [2025-06-20T10:29:38.384Z] [2025-06-20T10:29:38.384Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-20T10:29:38.384Z] #0 0.360 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-20T10:29:38.578Z] #34 ... [2025-06-20T10:29:38.578Z] [2025-06-20T10:29:38.578Z] #48 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-20T10:29:38.641Z] #148 ... [2025-06-20T10:29:38.641Z] [2025-06-20T10:29:38.641Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-20T10:29:38.641Z] #0 1.276 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-20T10:29:38.641Z] #149 ... [2025-06-20T10:29:38.641Z] [2025-06-20T10:29:38.641Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-20T10:29:38.641Z] #0 1.823 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-20T10:29:38.847Z] #48 ... [2025-06-20T10:29:38.847Z] [2025-06-20T10:29:38.847Z] #47 [support-scheduler internal] load build context [2025-06-20T10:29:38.847Z] #47 transferring context: 3.22MB 6.1s done [2025-06-20T10:29:38.847Z] #47 ... [2025-06-20T10:29:38.847Z] [2025-06-20T10:29:38.847Z] #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-20T10:29:38.847Z] #0 6.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:38.847Z] #0 6.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:38.847Z] #0 9.057 (1/7) Installing ca-certificates (20241121-r1) [2025-06-20T10:29:38.847Z] #0 9.292 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:38.847Z] #0 9.292 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-20T10:29:38.847Z] #0 9.292 (4/7) Installing libsodium (1.0.19-r0) [2025-06-20T10:29:38.847Z] #0 9.416 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-20T10:29:38.847Z] #0 9.623 (6/7) Installing libzmq (4.3.5-r2) [2025-06-20T10:29:38.847Z] #0 9.675 (7/7) Installing zeromq (4.3.5-r2) [2025-06-20T10:29:38.847Z] #0 9.787 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:38.847Z] #0 9.920 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:29:38.898Z] #150 ... [2025-06-20T10:29:38.898Z] [2025-06-20T10:29:38.898Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-20T10:29:38.898Z] #0 1.056 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-20T10:29:38.898Z] #151 ... [2025-06-20T10:29:38.898Z] [2025-06-20T10:29:38.898Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-20T10:29:38.898Z] #0 1.011 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-20T10:29:39.116Z] #49 ... [2025-06-20T10:29:39.116Z] [2025-06-20T10:29:39.116Z] #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-20T10:29:39.116Z] #0 9.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:39.116Z] #50 ... [2025-06-20T10:29:39.116Z] [2025-06-20T10:29:39.116Z] #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-20T10:29:39.116Z] #0 8.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:39.116Z] #0 9.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:39.155Z] #152 ... [2025-06-20T10:29:39.155Z] [2025-06-20T10:29:39.155Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-20T10:29:39.155Z] #0 0.786 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-20T10:29:39.384Z] #51 ... [2025-06-20T10:29:39.384Z] [2025-06-20T10:29:39.384Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-20T10:29:39.384Z] #0 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:39.384Z] #52 ... [2025-06-20T10:29:39.384Z] [2025-06-20T10:29:39.384Z] #53 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-20T10:29:39.385Z] #0 9.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:39.385Z] #0 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:39.413Z] #153 ... [2025-06-20T10:29:39.413Z] [2025-06-20T10:29:39.413Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-20T10:29:39.413Z] #0 1.677 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-20T10:29:39.656Z] #53 ... [2025-06-20T10:29:39.656Z] [2025-06-20T10:29:39.656Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:39.925Z] #34 ... [2025-06-20T10:29:39.925Z] [2025-06-20T10:29:39.925Z] #54 [core-metadata internal] load build context [2025-06-20T10:29:39.925Z] #54 transferring context: 3.22MB 6.5s done [2025-06-20T10:29:39.925Z] #54 ... [2025-06-20T10:29:39.925Z] [2025-06-20T10:29:39.925Z] #55 [core-keeper internal] load build context [2025-06-20T10:29:39.925Z] #55 transferring context: 3.22MB 7.3s done [2025-06-20T10:29:40.204Z] #55 ... [2025-06-20T10:29:40.204Z] [2025-06-20T10:29:40.204Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-20T10:29:40.204Z] #56 ... [2025-06-20T10:29:40.204Z] [2025-06-20T10:29:40.204Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-20T10:29:40.204Z] #0 9.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:40.204Z] #57 ... [2025-06-20T10:29:40.204Z] [2025-06-20T10:29:40.204Z] #58 [security-secretstore-setup internal] load build context [2025-06-20T10:29:40.204Z] #58 transferring context: 3.22MB 6.2s done [2025-06-20T10:29:40.473Z] #58 ... [2025-06-20T10:29:40.473Z] [2025-06-20T10:29:40.473Z] #47 [support-scheduler internal] load build context [2025-06-20T10:29:40.473Z] #47 DONE 10.7s [2025-06-20T10:29:40.473Z] [2025-06-20T10:29:40.473Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-20T10:29:40.473Z] #59 ... [2025-06-20T10:29:40.473Z] [2025-06-20T10:29:40.473Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:40.473Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.9s [2025-06-20T10:29:40.747Z] #34 ... [2025-06-20T10:29:40.747Z] [2025-06-20T10:29:40.747Z] #58 [security-secretstore-setup internal] load build context [2025-06-20T10:29:40.747Z] #58 DONE 11.0s [2025-06-20T10:29:41.016Z] [2025-06-20T10:29:41.016Z] #60 [core-data internal] load build context [2025-06-20T10:29:41.283Z] #60 ... [2025-06-20T10:29:41.284Z] [2025-06-20T10:29:41.284Z] #54 [core-metadata internal] load build context [2025-06-20T10:29:41.284Z] #54 DONE 11.4s [2025-06-20T10:29:41.284Z] [2025-06-20T10:29:41.284Z] #61 [core-common-config-bootstrapper internal] load build context [2025-06-20T10:29:41.284Z] #61 ... [2025-06-20T10:29:41.284Z] [2025-06-20T10:29:41.284Z] #60 [core-data internal] load build context [2025-06-20T10:29:41.559Z] #60 ... [2025-06-20T10:29:41.559Z] [2025-06-20T10:29:41.559Z] #55 [core-keeper internal] load build context [2025-06-20T10:29:41.559Z] #55 DONE 11.7s [2025-06-20T10:29:41.559Z] [2025-06-20T10:29:41.559Z] #60 [core-data internal] load build context [2025-06-20T10:29:41.559Z] #60 ... [2025-06-20T10:29:41.559Z] [2025-06-20T10:29:41.559Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-20T10:29:41.559Z] #56 DONE 11.5s [2025-06-20T10:29:41.559Z] [2025-06-20T10:29:41.559Z] #60 [core-data internal] load build context [2025-06-20T10:29:42.146Z] #60 ... [2025-06-20T10:29:42.146Z] [2025-06-20T10:29:42.146Z] #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-20T10:29:42.146Z] #49 11.19 OK: 14 MiB in 21 packages [2025-06-20T10:29:42.146Z] #49 DONE 13.0s [2025-06-20T10:29:42.146Z] [2025-06-20T10:29:42.146Z] #60 [core-data internal] load build context [2025-06-20T10:29:42.146Z] #60 transferring context: 3.22MB 5.0s done [2025-06-20T10:29:42.146Z] #60 ... [2025-06-20T10:29:42.146Z] [2025-06-20T10:29:42.146Z] #62 [security-spire-config internal] load build context [2025-06-20T10:29:42.146Z] #62 transferring context: 22.05kB 0.3s done [2025-06-20T10:29:42.146Z] #62 DONE 8.4s [2025-06-20T10:29:42.414Z] [2025-06-20T10:29:42.414Z] #60 [core-data internal] load build context [2025-06-20T10:29:42.414Z] #60 DONE 9.7s [2025-06-20T10:29:42.414Z] [2025-06-20T10:29:42.414Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:42.683Z] #34 ... [2025-06-20T10:29:42.683Z] [2025-06-20T10:29:42.683Z] #38 [security-proxy-setup internal] load build context [2025-06-20T10:29:42.683Z] #38 transferring context: 3.22MB 5.1s done [2025-06-20T10:29:42.683Z] #38 DONE 10.2s [2025-06-20T10:29:42.683Z] [2025-06-20T10:29:42.683Z] #48 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-20T10:29:42.683Z] #48 DONE 14.0s [2025-06-20T10:29:42.683Z] [2025-06-20T10:29:42.683Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:42.956Z] #34 ... [2025-06-20T10:29:42.956Z] [2025-06-20T10:29:42.956Z] #61 [core-common-config-bootstrapper internal] load build context [2025-06-20T10:29:42.956Z] #61 transferring context: 3.22MB 5.2s done [2025-06-20T10:29:42.956Z] #61 DONE 10.6s [2025-06-20T10:29:42.956Z] [2025-06-20T10:29:42.956Z] #63 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-06-20T10:29:43.551Z] #63 DONE 1.0s [2025-06-20T10:29:43.551Z] [2025-06-20T10:29:43.551Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-20T10:29:43.551Z] #57 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:43.551Z] #57 ... [2025-06-20T10:29:43.551Z] [2025-06-20T10:29:43.551Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-20T10:29:43.551Z] #0 9.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:43.820Z] #64 ... [2025-06-20T10:29:43.821Z] [2025-06-20T10:29:43.821Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-20T10:29:43.821Z] #65 ... [2025-06-20T10:29:43.821Z] [2025-06-20T10:29:43.821Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:29:43.821Z] #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-20T10:29:43.821Z] #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-20T10:29:43.821Z] #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-20T10:29:43.821Z] #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-20T10:29:44.092Z] #37 ... [2025-06-20T10:29:44.092Z] [2025-06-20T10:29:44.092Z] #66 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:29:44.690Z] #66 ... [2025-06-20T10:29:44.690Z] [2025-06-20T10:29:44.690Z] #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-20T10:29:44.690Z] #51 13.62 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:44.690Z] #51 13.65 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:44.690Z] #51 13.84 OK: 9 MiB in 15 packages [2025-06-20T10:29:44.690Z] #51 DONE 15.8s [2025-06-20T10:29:44.961Z] [2025-06-20T10:29:44.961Z] #67 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-06-20T10:29:46.380Z] #67 ... [2025-06-20T10:29:46.380Z] [2025-06-20T10:29:46.380Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:29:46.380Z] #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.4s done [2025-06-20T10:29:46.380Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.9s [2025-06-20T10:29:46.380Z] #45 ... [2025-06-20T10:29:46.380Z] [2025-06-20T10:29:46.380Z] #53 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-20T10:29:46.380Z] #53 16.60 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:46.380Z] #53 16.63 (2/2) Installing su-exec (0.2-r3) [2025-06-20T10:29:46.380Z] #53 16.65 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:46.380Z] #53 16.80 OK: 9 MiB in 16 packages [2025-06-20T10:29:47.795Z] #53 DONE 18.9s [2025-06-20T10:29:47.796Z] [2025-06-20T10:29:47.796Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:29:49.758Z] #45 ... [2025-06-20T10:29:49.758Z] [2025-06-20T10:29:49.758Z] #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-20T10:29:49.758Z] #50 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:49.758Z] #50 17.12 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:29:49.758Z] #50 17.12 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:29:49.758Z] #50 17.12 OK: 24049 distinct packages available [2025-06-20T10:29:49.758Z] #50 18.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:49.758Z] #50 19.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:49.758Z] #50 ... [2025-06-20T10:29:49.758Z] [2025-06-20T10:29:49.758Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:49.758Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.0s [2025-06-20T10:29:49.758Z] #34 ... [2025-06-20T10:29:49.758Z] [2025-06-20T10:29:49.758Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:29:51.191Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.9s [2025-06-20T10:29:51.191Z] #45 ... [2025-06-20T10:29:51.191Z] [2025-06-20T10:29:51.191Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-20T10:29:51.191Z] #52 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:51.191Z] #52 19.21 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:29:51.191Z] #52 19.21 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:29:51.191Z] #52 19.21 OK: 24049 distinct packages available [2025-06-20T10:29:51.191Z] #52 20.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:51.191Z] #52 21.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:51.191Z] #52 ... [2025-06-20T10:29:51.191Z] [2025-06-20T10:29:51.191Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:29:51.459Z] #45 ... [2025-06-20T10:29:51.459Z] [2025-06-20T10:29:51.459Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-20T10:29:51.459Z] #57 16.77 (1/3) Installing ca-certificates (20241121-r1) [2025-06-20T10:29:51.459Z] #57 17.35 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:51.459Z] #57 17.39 (3/3) Installing tzdata (2025b-r0) [2025-06-20T10:29:51.459Z] #57 18.67 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:51.459Z] #57 18.88 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:29:51.459Z] #57 19.93 OK: 11 MiB in 17 packages [2025-06-20T10:29:51.459Z] #57 DONE 21.5s [2025-06-20T10:29:51.459Z] [2025-06-20T10:29:51.459Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:52.066Z] #34 ... [2025-06-20T10:29:52.066Z] [2025-06-20T10:29:52.066Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-20T10:29:52.066Z] #68 ... [2025-06-20T10:29:52.066Z] [2025-06-20T10:29:52.066Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:29:52.066Z] #69 ... [2025-06-20T10:29:52.066Z] [2025-06-20T10:29:52.066Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-20T10:29:52.066Z] #64 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:52.066Z] #64 17.09 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:52.066Z] #64 17.11 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:52.066Z] #64 17.27 OK: 9 MiB in 15 packages [2025-06-20T10:29:52.067Z] #64 DONE 18.8s [2025-06-20T10:29:52.067Z] [2025-06-20T10:29:52.067Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-20T10:29:52.067Z] #59 11.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:52.067Z] #59 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:52.067Z] #59 19.20 (1/4) Installing ca-certificates (20241121-r1) [2025-06-20T10:29:52.067Z] #59 19.60 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:52.067Z] #59 19.65 (3/4) Installing su-exec (0.2-r3) [2025-06-20T10:29:52.067Z] #59 19.65 (4/4) Installing yq-go (4.44.1-r2) [2025-06-20T10:29:52.067Z] #59 20.46 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:52.067Z] #59 20.53 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:29:52.067Z] #59 21.69 OK: 20 MiB in 18 packages [2025-06-20T10:29:52.336Z] #59 ... [2025-06-20T10:29:52.336Z] [2025-06-20T10:29:52.336Z] #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:29:53.299Z] #70 ... [2025-06-20T10:29:53.299Z] [2025-06-20T10:29:53.299Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-20T10:29:53.299Z] #59 DONE 23.1s [2025-06-20T10:29:53.568Z] [2025-06-20T10:29:53.568Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-20T10:29:53.568Z] #71 ... [2025-06-20T10:29:53.568Z] [2025-06-20T10:29:53.568Z] #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:29:53.846Z] #72 ... [2025-06-20T10:29:53.846Z] [2025-06-20T10:29:53.846Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-20T10:29:53.846Z] #73 ... [2025-06-20T10:29:53.846Z] [2025-06-20T10:29:53.846Z] #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-20T10:29:54.115Z] #74 ... [2025-06-20T10:29:54.115Z] [2025-06-20T10:29:54.115Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-20T10:29:54.115Z] #75 ... [2025-06-20T10:29:54.115Z] [2025-06-20T10:29:54.115Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:54.388Z] #34 ... [2025-06-20T10:29:54.388Z] [2025-06-20T10:29:54.388Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-20T10:29:54.388Z] #65 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:54.388Z] #65 13.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:54.388Z] #65 19.43 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:54.388Z] #65 19.45 (2/4) Installing openssl (3.3.3-r0) [2025-06-20T10:29:54.388Z] #65 19.52 (3/4) Installing su-exec (0.2-r3) [2025-06-20T10:29:54.388Z] #65 19.52 (4/4) Installing yq-go (4.44.1-r2) [2025-06-20T10:29:54.388Z] #65 19.89 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:54.388Z] #65 19.95 OK: 20 MiB in 18 packages [2025-06-20T10:29:54.388Z] #65 DONE 21.1s [2025-06-20T10:29:54.388Z] [2025-06-20T10:29:54.388Z] #50 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-20T10:29:54.388Z] #50 25.57 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:54.388Z] #50 25.57 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-20T10:29:54.388Z] #50 25.61 (3/5) Installing libucontext (1.2-r3) [2025-06-20T10:29:54.388Z] #50 25.61 (4/5) Installing gcompat (1.1.0-r4) [2025-06-20T10:29:54.660Z] #50 25.66 (5/5) Installing openssl (3.3.3-r0) [2025-06-20T10:29:54.660Z] #50 25.74 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:54.936Z] #50 25.84 OK: 10 MiB in 19 packages [2025-06-20T10:29:56.383Z] #50 DONE 27.9s [2025-06-20T10:29:56.383Z] [2025-06-20T10:29:56.383Z] #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-20T10:29:57.807Z] #76 ... [2025-06-20T10:29:57.807Z] [2025-06-20T10:29:57.807Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-20T10:29:58.079Z] #77 ... [2025-06-20T10:29:58.079Z] [2025-06-20T10:29:58.079Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:58.079Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.0s [2025-06-20T10:29:58.079Z] #34 ... [2025-06-20T10:29:58.079Z] [2025-06-20T10:29:58.079Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-20T10:29:58.079Z] #71 DONE 14.6s [2025-06-20T10:29:58.348Z] [2025-06-20T10:29:58.348Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:29:58.616Z] #34 ... [2025-06-20T10:29:58.616Z] [2025-06-20T10:29:58.616Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-20T10:29:58.616Z] #41 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:58.616Z] #41 15.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:58.616Z] #41 20.54 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:29:58.616Z] #41 20.54 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:29:58.616Z] #41 20.54 OK: 24049 distinct packages available [2025-06-20T10:29:58.616Z] #41 21.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:58.616Z] #41 22.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:29:58.616Z] #41 ... [2025-06-20T10:29:58.616Z] [2025-06-20T10:29:58.616Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-20T10:29:58.616Z] #52 26.06 (1/14) Installing ca-certificates (20241121-r1) [2025-06-20T10:29:58.616Z] #52 26.36 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-20T10:29:58.616Z] #52 26.43 (3/14) Installing c-ares (1.33.1-r0) [2025-06-20T10:29:58.616Z] #52 26.44 (4/14) Installing libunistring (1.2-r0) [2025-06-20T10:29:58.616Z] #52 26.53 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-20T10:29:58.616Z] #52 26.57 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-20T10:29:58.616Z] #52 26.58 (7/14) Installing libpsl (0.21.5-r1) [2025-06-20T10:29:58.616Z] #52 26.60 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-20T10:29:58.616Z] #52 26.64 (9/14) Installing libcurl (8.12.1-r0) [2025-06-20T10:29:58.616Z] #52 26.68 (10/14) Installing curl (8.12.1-r0) [2025-06-20T10:29:58.616Z] #52 26.69 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-20T10:29:58.616Z] #52 26.72 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-20T10:29:58.616Z] #52 26.72 (13/14) Installing libucontext (1.2-r3) [2025-06-20T10:29:58.616Z] #52 26.74 (14/14) Installing gcompat (1.1.0-r4) [2025-06-20T10:29:58.616Z] #52 26.76 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:29:58.616Z] #52 26.88 Executing ca-certificates-20241121-r1.trigger [2025-06-20T10:29:58.616Z] #52 27.54 OK: 15 MiB in 28 packages [2025-06-20T10:29:58.904Z] #52 DONE 29.8s [2025-06-20T10:29:58.904Z] [2025-06-20T10:29:58.904Z] #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:01.493Z] #78 ... [2025-06-20T10:30:01.493Z] [2025-06-20T10:30:01.493Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:30:01.493Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.2s done [2025-06-20T10:30:01.760Z] #45 ... [2025-06-20T10:30:01.760Z] [2025-06-20T10:30:01.760Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:01.760Z] #79 ... [2025-06-20T10:30:01.760Z] [2025-06-20T10:30:01.760Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:03.175Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.5s [2025-06-20T10:30:03.175Z] #34 ... [2025-06-20T10:30:03.175Z] [2025-06-20T10:30:03.175Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-20T10:30:03.443Z] #80 ... [2025-06-20T10:30:03.443Z] [2025-06-20T10:30:03.443Z] #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:03.443Z] #70 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:03.712Z] #70 ... [2025-06-20T10:30:03.712Z] [2025-06-20T10:30:03.712Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-20T10:30:03.712Z] #68 11.94 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:03.712Z] #68 15.65 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:03.980Z] #68 ... [2025-06-20T10:30:03.980Z] [2025-06-20T10:30:03.980Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:04.570Z] #34 ... [2025-06-20T10:30:04.570Z] [2025-06-20T10:30:04.570Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-20T10:30:04.570Z] #75 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:04.570Z] #75 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:04.570Z] #75 19.12 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-20T10:30:04.570Z] #75 19.12 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-20T10:30:04.570Z] #75 19.12 OK: 24049 distinct packages available [2025-06-20T10:30:04.843Z] #75 ... [2025-06-20T10:30:04.843Z] [2025-06-20T10:30:04.843Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-20T10:30:04.844Z] #0 9.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:04.844Z] #81 ... [2025-06-20T10:30:04.844Z] [2025-06-20T10:30:04.844Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:06.274Z] #34 ... [2025-06-20T10:30:06.274Z] [2025-06-20T10:30:06.274Z] #66 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:30:06.274Z] #66 12.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:06.274Z] #66 13.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:06.274Z] #66 20.77 OK: 239 MiB in 58 packages [2025-06-20T10:30:06.274Z] #66 ... [2025-06-20T10:30:06.274Z] [2025-06-20T10:30:06.274Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:06.274Z] #34 ... [2025-06-20T10:30:06.274Z] [2025-06-20T10:30:06.274Z] #66 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:30:06.274Z] #66 DONE 23.0s [2025-06-20T10:30:06.274Z] [2025-06-20T10:30:06.274Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:06.549Z] #34 ... [2025-06-20T10:30:06.549Z] [2025-06-20T10:30:06.549Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:06.549Z] #69 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:06.549Z] #69 15.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:06.549Z] #69 23.06 OK: 14 MiB in 21 packages [2025-06-20T10:30:06.817Z] #69 ... [2025-06-20T10:30:06.817Z] [2025-06-20T10:30:06.817Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:06.817Z] #34 ... [2025-06-20T10:30:06.817Z] [2025-06-20T10:30:06.817Z] #82 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:06.817Z] #82 DONE 0.6s [2025-06-20T10:30:06.817Z] [2025-06-20T10:30:06.817Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:06.817Z] #34 ... [2025-06-20T10:30:06.817Z] [2025-06-20T10:30:06.817Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-20T10:30:06.817Z] #73 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:06.817Z] #73 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:06.817Z] #73 ... [2025-06-20T10:30:06.817Z] [2025-06-20T10:30:06.817Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-20T10:30:06.817Z] #41 30.43 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-20T10:30:06.817Z] #41 30.47 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-20T10:30:06.817Z] #41 30.50 (3/4) Installing libucontext (1.2-r3) [2025-06-20T10:30:06.817Z] #41 30.56 (4/4) Installing gcompat (1.1.0-r4) [2025-06-20T10:30:06.817Z] #41 30.61 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:30:06.817Z] #41 30.76 OK: 9 MiB in 18 packages [2025-06-20T10:30:06.817Z] #41 DONE 33.0s [2025-06-20T10:30:06.817Z] [2025-06-20T10:30:06.817Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:30:07.784Z] #83 ... [2025-06-20T10:30:07.784Z] [2025-06-20T10:30:07.784Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:07.784Z] #69 DONE 25.8s [2025-06-20T10:30:08.052Z] [2025-06-20T10:30:08.052Z] #34 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:08.052Z] #34 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.8s done [2025-06-20T10:30:08.052Z] #34 ... [2025-06-20T10:30:08.052Z] [2025-06-20T10:30:08.052Z] #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-20T10:30:08.052Z] #0 6.832 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:08.320Z] #84 ... [2025-06-20T10:30:08.320Z] [2025-06-20T10:30:08.320Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-20T10:30:08.320Z] #85 ... [2025-06-20T10:30:08.320Z] [2025-06-20T10:30:08.320Z] #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-20T10:30:08.320Z] #34 DONE 40.9s [2025-06-20T10:30:08.587Z] [2025-06-20T10:30:08.587Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-20T10:30:08.587Z] #73 24.86 OK: 239 MiB in 58 packages [2025-06-20T10:30:09.549Z] #73 ... [2025-06-20T10:30:09.549Z] [2025-06-20T10:30:09.549Z] #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-20T10:30:09.549Z] #74 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:09.549Z] #74 17.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:09.549Z] #74 ... [2025-06-20T10:30:09.549Z] [2025-06-20T10:30:09.549Z] #67 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-06-20T10:30:09.549Z] #67 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:09.549Z] #67 16.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:09.549Z] #67 ... [2025-06-20T10:30:09.549Z] [2025-06-20T10:30:09.549Z] #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-20T10:30:09.549Z] #84 10.65 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:09.816Z] #84 ... [2025-06-20T10:30:09.816Z] [2025-06-20T10:30:09.816Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-20T10:30:09.816Z] #73 DONE 26.4s [2025-06-20T10:30:10.084Z] [2025-06-20T10:30:10.084Z] #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:10.352Z] #86 ... [2025-06-20T10:30:10.352Z] [2025-06-20T10:30:10.352Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-20T10:30:10.352Z] #77 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:10.352Z] #77 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:10.620Z] #77 ... [2025-06-20T10:30:10.621Z] [2025-06-20T10:30:10.621Z] #86 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:10.621Z] #86 DONE 0.5s [2025-06-20T10:30:10.621Z] [2025-06-20T10:30:10.621Z] #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:30:10.621Z] #87 ... [2025-06-20T10:30:10.621Z] [2025-06-20T10:30:10.621Z] #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:30:10.621Z] #72 17.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:10.621Z] #72 18.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:10.889Z] #72 ... [2025-06-20T10:30:10.889Z] [2025-06-20T10:30:10.889Z] #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:10.889Z] #78 6.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:10.889Z] #78 8.332 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:11.157Z] #78 ... [2025-06-20T10:30:11.157Z] [2025-06-20T10:30:11.157Z] #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-20T10:30:11.157Z] #74 27.60 OK: 239 MiB in 58 packages [2025-06-20T10:30:12.122Z] #74 ... [2025-06-20T10:30:12.122Z] [2025-06-20T10:30:12.122Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:12.122Z] #79 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:12.122Z] #79 12.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:12.122Z] #79 ... [2025-06-20T10:30:12.122Z] [2025-06-20T10:30:12.122Z] #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:30:12.122Z] #72 28.00 OK: 239 MiB in 58 packages [2025-06-20T10:30:12.413Z] #72 ... [2025-06-20T10:30:12.413Z] [2025-06-20T10:30:12.413Z] #74 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-20T10:30:12.413Z] #74 DONE 28.8s [2025-06-20T10:30:12.413Z] [2025-06-20T10:30:12.413Z] #88 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:12.696Z] #88 ... [2025-06-20T10:30:12.696Z] [2025-06-20T10:30:12.696Z] #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-20T10:30:12.696Z] #72 DONE 29.4s [2025-06-20T10:30:12.968Z] [2025-06-20T10:30:12.968Z] #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:13.260Z] #89 ... [2025-06-20T10:30:13.260Z] [2025-06-20T10:30:13.260Z] #88 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:13.260Z] #88 DONE 0.8s [2025-06-20T10:30:13.260Z] [2025-06-20T10:30:13.260Z] #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:30:13.531Z] #90 ... [2025-06-20T10:30:13.531Z] [2025-06-20T10:30:13.531Z] #67 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2025-06-20T10:30:13.531Z] #67 27.05 OK: 9 MiB in 15 packages [2025-06-20T10:30:13.531Z] #67 DONE 29.1s [2025-06-20T10:30:13.531Z] [2025-06-20T10:30:13.531Z] #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:13.531Z] #89 DONE 0.9s [2025-06-20T10:30:13.531Z] [2025-06-20T10:30:13.531Z] #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-20T10:30:13.531Z] #76 8.240 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:13.531Z] #76 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:13.808Z] #76 ... [2025-06-20T10:30:13.808Z] [2025-06-20T10:30:13.808Z] #91 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:30:13.808Z] #91 ... [2025-06-20T10:30:13.808Z] [2025-06-20T10:30:13.808Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-20T10:30:13.808Z] #80 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:13.808Z] #80 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:14.080Z] #80 ... [2025-06-20T10:30:14.080Z] [2025-06-20T10:30:14.080Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-20T10:30:14.080Z] #77 25.75 OK: 9 MiB in 16 packages [2025-06-20T10:30:15.043Z] #77 DONE 27.2s [2025-06-20T10:30:15.043Z] [2025-06-20T10:30:15.043Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:15.043Z] #79 22.95 OK: 11 MiB in 17 packages [2025-06-20T10:30:15.043Z] #79 ... [2025-06-20T10:30:15.043Z] [2025-06-20T10:30:15.043Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-20T10:30:15.043Z] #75 21.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:15.043Z] #75 24.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:15.312Z] #75 ... [2025-06-20T10:30:15.312Z] [2025-06-20T10:30:15.312Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-20T10:30:16.273Z] #92 ... [2025-06-20T10:30:16.273Z] [2025-06-20T10:30:16.273Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:16.273Z] #79 DONE 24.6s [2025-06-20T10:30:16.273Z] [2025-06-20T10:30:16.273Z] #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:16.273Z] #70 13.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:16.273Z] #70 ... [2025-06-20T10:30:16.273Z] [2025-06-20T10:30:16.273Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-20T10:30:16.273Z] #68 29.60 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-20T10:30:16.273Z] #68 31.62 Executing busybox-1.36.1-r29.trigger [2025-06-20T10:30:16.273Z] #68 31.83 OK: 9 MiB in 15 packages [2025-06-20T10:30:16.273Z] #68 DONE 34.3s [2025-06-20T10:30:16.273Z] [2025-06-20T10:30:16.273Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-20T10:30:16.273Z] #81 11.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:16.541Z] #81 ... [2025-06-20T10:30:16.541Z] [2025-06-20T10:30:16.541Z] #76 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-20T10:30:16.541Z] #76 21.10 OK: 10 MiB in 19 packages [2025-06-20T10:30:17.974Z] #76 DONE 22.2s [2025-06-20T10:30:17.974Z] [2025-06-20T10:30:17.974Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:30:18.583Z] #93 ... [2025-06-20T10:30:18.583Z] [2025-06-20T10:30:18.583Z] #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:18.583Z] #70 24.22 OK: 9 MiB in 15 packages [2025-06-20T10:30:18.583Z] #70 DONE 26.0s [2025-06-20T10:30:18.583Z] [2025-06-20T10:30:18.583Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-20T10:30:18.583Z] #81 22.39 OK: 20 MiB in 18 packages [2025-06-20T10:30:18.583Z] #81 DONE 23.6s [2025-06-20T10:30:18.583Z] [2025-06-20T10:30:18.583Z] #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-20T10:30:18.583Z] #78 18.45 OK: 15 MiB in 28 packages [2025-06-20T10:30:18.583Z] #78 DONE 19.8s [2025-06-20T10:30:18.583Z] [2025-06-20T10:30:18.583Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-20T10:30:19.172Z] #94 DONE 0.6s [2025-06-20T10:30:19.172Z] [2025-06-20T10:30:19.172Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-20T10:30:19.172Z] #80 24.94 OK: 20 MiB in 18 packages [2025-06-20T10:30:20.158Z] #80 DONE 26.8s [2025-06-20T10:30:20.158Z] [2025-06-20T10:30:20.158Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-20T10:30:20.158Z] #75 34.29 OK: 239 MiB in 58 packages [2025-06-20T10:30:20.158Z] #75 DONE 36.5s [2025-06-20T10:30:20.158Z] [2025-06-20T10:30:20.158Z] #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:20.158Z] #95 ... [2025-06-20T10:30:20.158Z] [2025-06-20T10:30:20.158Z] #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-20T10:30:20.158Z] #96 DONE 2.6s [2025-06-20T10:30:20.432Z] [2025-06-20T10:30:20.432Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:30:20.706Z] #97 ... [2025-06-20T10:30:20.706Z] [2025-06-20T10:30:20.706Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-20T10:30:20.706Z] #92 DONE 5.6s [2025-06-20T10:30:20.706Z] [2025-06-20T10:30:20.706Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-20T10:30:20.976Z] #98 ... [2025-06-20T10:30:20.976Z] [2025-06-20T10:30:20.976Z] #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:30:20.976Z] #95 DONE 0.9s [2025-06-20T10:30:20.976Z] [2025-06-20T10:30:20.976Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-20T10:30:20.976Z] #98 DONE 0.4s [2025-06-20T10:30:20.976Z] [2025-06-20T10:30:20.976Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:30:21.251Z] #99 ... [2025-06-20T10:30:21.251Z] [2025-06-20T10:30:21.251Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-20T10:30:21.251Z] #85 4.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:21.251Z] #85 5.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-20T10:30:21.251Z] #85 ... [2025-06-20T10:30:21.251Z] [2025-06-20T10:30:21.251Z] #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-20T10:30:21.251Z] #84 22.46 OK: 239 MiB in 58 packages [2025-06-20T10:30:21.838Z] #84 DONE 23.7s [2025-06-20T10:30:21.838Z] [2025-06-20T10:30:21.838Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-20T10:30:21.838Z] #85 14.60 OK: 9 MiB in 18 packages [2025-06-20T10:30:22.432Z] #85 DONE 15.3s [2025-06-20T10:30:22.432Z] [2025-06-20T10:30:22.432Z] #100 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-20T10:30:22.708Z] #100 DONE 0.8s [2025-06-20T10:30:22.708Z] [2025-06-20T10:30:22.708Z] #101 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:30:24.661Z] #101 ... [2025-06-20T10:30:24.661Z] [2025-06-20T10:30:24.661Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:30:24.661Z] #93 DONE 6.7s [2025-06-20T10:30:24.661Z] [2025-06-20T10:30:24.661Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-20T10:30:24.661Z] #102 DONE 0.2s [2025-06-20T10:30:24.661Z] [2025-06-20T10:30:24.661Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-20T10:30:24.931Z] #103 DONE 0.3s [2025-06-20T10:30:24.931Z] [2025-06-20T10:30:24.931Z] #97 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:30:24.931Z] #97 DONE 4.6s [2025-06-20T10:30:24.931Z] [2025-06-20T10:30:24.931Z] #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-20T10:30:25.211Z] #104 ... [2025-06-20T10:30:25.211Z] [2025-06-20T10:30:25.211Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-20T10:30:25.211Z] #105 DONE 0.3s [2025-06-20T10:30:25.211Z] [2025-06-20T10:30:25.211Z] #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-20T10:30:25.211Z] #104 DONE 0.4s [2025-06-20T10:30:25.211Z] [2025-06-20T10:30:25.211Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-20T10:30:25.493Z] #106 DONE 0.3s [2025-06-20T10:30:25.493Z] [2025-06-20T10:30:25.493Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-20T10:30:25.493Z] #107 DONE 0.3s [2025-06-20T10:30:25.493Z] [2025-06-20T10:30:25.493Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-20T10:30:25.767Z] #108 DONE 0.2s [2025-06-20T10:30:25.767Z] [2025-06-20T10:30:25.767Z] #109 [security-spire-server] exporting to image [2025-06-20T10:30:25.767Z] #109 exporting layers [2025-06-20T10:30:26.035Z] #109 ... [2025-06-20T10:30:26.035Z] [2025-06-20T10:30:26.035Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-20T10:30:26.035Z] #110 DONE 0.3s [2025-06-20T10:30:26.035Z] [2025-06-20T10:30:26.035Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-20T10:30:26.035Z] #111 DONE 0.2s [2025-06-20T10:30:26.035Z] [2025-06-20T10:30:26.035Z] #112 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-20T10:30:26.323Z] #112 DONE 3.8s [2025-06-20T10:30:26.323Z] [2025-06-20T10:30:26.323Z] #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-20T10:30:26.323Z] #113 ... [2025-06-20T10:30:26.323Z] [2025-06-20T10:30:26.323Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-20T10:30:26.323Z] #114 DONE 0.2s [2025-06-20T10:30:26.592Z] [2025-06-20T10:30:26.592Z] #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-20T10:30:26.592Z] #113 DONE 0.2s [2025-06-20T10:30:26.592Z] [2025-06-20T10:30:26.592Z] #109 [security-spire-agent] exporting to image [2025-06-20T10:30:26.883Z] #109 ... [2025-06-20T10:30:26.883Z] [2025-06-20T10:30:26.883Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-20T10:30:26.883Z] #115 DONE 0.2s [2025-06-20T10:30:27.150Z] [2025-06-20T10:30:27.150Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-20T10:30:27.150Z] #116 DONE 0.2s [2025-06-20T10:30:27.150Z] [2025-06-20T10:30:27.150Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-20T10:30:27.420Z] #117 DONE 0.2s [2025-06-20T10:30:27.420Z] [2025-06-20T10:30:27.420Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-20T10:30:27.690Z] #118 DONE 0.3s [2025-06-20T10:30:27.690Z] [2025-06-20T10:30:27.690Z] #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:30:27.690Z] #87 ... [2025-06-20T10:30:27.690Z] [2025-06-20T10:30:27.690Z] #109 [security-spire-config] exporting to image [2025-06-20T10:30:29.635Z] #109 exporting layers 3.7s done [2025-06-20T10:30:29.635Z] #109 writing image sha256:f1cf0a3fba3bc8b59ad208a2d22c92b58c504a68991b1f654e794d5d8702c220 0.0s done [2025-06-20T10:30:29.635Z] #109 naming to docker.io/library/security-spire-server-arm64 done [2025-06-20T10:30:29.635Z] #109 exporting layers 3.4s done [2025-06-20T10:30:29.635Z] #109 writing image sha256:72aabeb32110154cfa6e5550a72dff3f9d61d84b5354383c70e6d1aef2eb3821 done [2025-06-20T10:30:29.635Z] #109 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-20T10:30:30.596Z] #109 exporting layers 2.6s done [2025-06-20T10:30:30.596Z] #109 writing image sha256:541fdb45ab544500036ba5877d2de5c386527fb33ccecd47e0af2f48da94da74 done [2025-06-20T10:30:30.596Z] #109 naming to docker.io/library/security-spire-config-arm64 done [2025-06-20T10:30:30.596Z] #109 DONE 3.7s [2025-06-20T10:30:30.596Z] [2025-06-20T10:30:30.596Z] #91 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:31:15.841Z] #154 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-20T10:31:15.841Z] #144 DONE 98.5s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-20T10:31:15.841Z] #150 DONE 98.5s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:31:15.841Z] #155 DONE 0.3s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-20T10:31:15.841Z] #156 DONE 0.2s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-20T10:31:15.841Z] #157 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:31:15.841Z] #158 DONE 0.3s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #159 DONE 0.3s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #160 DONE 0.2s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #161 DONE 0.2s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #162 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-20T10:31:15.841Z] #157 DONE 1.8s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:31:15.841Z] #163 DONE 0.3s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:31:15.841Z] #147 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #162 DONE 1.2s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:31:15.841Z] #164 DONE 0.2s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #103 [core-common-config-bootstrapper] exporting to image [2025-06-20T10:31:15.841Z] #103 exporting layers [2025-06-20T10:31:15.841Z] #103 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-20T10:31:15.841Z] #165 DONE 0.3s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-20T10:31:15.841Z] #166 DONE 0.1s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:31:15.841Z] #147 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #103 [core-common-config-bootstrapper] exporting to image [2025-06-20T10:31:15.841Z] #103 exporting layers 0.6s done [2025-06-20T10:31:15.841Z] #103 writing image sha256:dd9cacf0f2d15289d8647dbd38761e8ecfaec8dab05e0713cf7652beb2be2fff done [2025-06-20T10:31:15.841Z] #103 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-20T10:31:15.841Z] #103 DONE 1.7s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #167 DONE 0.2s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #168 DONE 0.1s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-20T10:31:15.841Z] #151 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #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-20T10:31:15.841Z] #169 DONE 0.1s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-20T10:31:15.841Z] #170 DONE 0.1s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-20T10:31:15.841Z] #171 DONE 1.9s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-20T10:31:15.841Z] #151 ... [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #103 [security-bootstrapper] exporting to image [2025-06-20T10:31:15.841Z] #103 exporting layers 0.7s done [2025-06-20T10:31:15.841Z] #103 writing image sha256:706d3b9226bfc2825deca5b83a73ab2621f681f0a7609d0fdb97bad0c7ce6957 done [2025-06-20T10:31:15.841Z] #103 naming to docker.io/library/security-bootstrapper done [2025-06-20T10:31:15.841Z] #103 DONE 2.4s [2025-06-20T10:31:15.841Z] [2025-06-20T10:31:15.841Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-20T10:32:07.267Z] #91 DONE 103.5s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:32:07.268Z] #37 ... [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #90 DONE 104.2s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #99 DONE 96.4s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #87 DONE 106.9s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #119 ... [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #83 DONE 110.7s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #120 [core-command builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #120 ... [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #101 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #101 DONE 96.1s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-20T10:32:07.268Z] #121 ... [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #122 DONE 1.9s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #123 [support-scheduler builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #123 DONE 1.9s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:32:07.268Z] #124 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #125 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #126 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #127 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #128 [core-data builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #128 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #129 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:32:07.268Z] #129 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:32:07.268Z] #130 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #131 [core-metadata builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #131 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #132 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #133 [security-proxy-auth builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #133 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #134 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:32:07.268Z] #135 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #119 DONE 1.9s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #120 [core-command builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #120 DONE 1.8s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #136 [security-bootstrapper builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #136 DONE 2.0s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-20T10:32:07.268Z] #137 ... [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #138 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #138 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #139 [security-proxy-setup builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #139 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:32:07.268Z] #140 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-20T10:32:07.268Z] #141 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #142 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-20T10:32:07.268Z] #142 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #143 [security-secretstore-setup builder 6/7] COPY . . [2025-06-20T10:32:07.268Z] #143 CACHED [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #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-20T10:32:07.268Z] #144 ... [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-20T10:32:07.268Z] #121 DONE 1.9s [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-20T10:32:07.268Z] #145 4.935 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-20T10:32:07.268Z] #145 ... [2025-06-20T10:32:07.268Z] [2025-06-20T10:32:07.268Z] #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-20T10:32:07.268Z] #144 6.242 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-20T10:32:09.289Z] #144 ... [2025-06-20T10:32:09.289Z] [2025-06-20T10:32:09.289Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-20T10:32:09.289Z] #0 5.558 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-20T10:32:09.556Z] #146 ... [2025-06-20T10:32:09.556Z] [2025-06-20T10:32:09.556Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-20T10:32:09.556Z] #0 5.216 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-20T10:32:09.556Z] #147 ... [2025-06-20T10:32:09.556Z] [2025-06-20T10:32:09.556Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-20T10:32:09.556Z] #0 6.361 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-20T10:32:09.823Z] #148 ... [2025-06-20T10:32:09.823Z] [2025-06-20T10:32:09.823Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:32:09.823Z] #0 5.361 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-20T10:32:09.823Z] #149 ... [2025-06-20T10:32:09.823Z] [2025-06-20T10:32:09.823Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-20T10:32:10.092Z] #0 5.683 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-20T10:32:10.092Z] #150 ... [2025-06-20T10:32:10.092Z] [2025-06-20T10:32:10.092Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-20T10:32:10.092Z] #0 5.144 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-20T10:32:10.369Z] #151 ... [2025-06-20T10:32:10.369Z] [2025-06-20T10:32:10.369Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-20T10:32:10.369Z] #0 4.200 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-20T10:32:10.369Z] #152 ... [2025-06-20T10:32:10.369Z] [2025-06-20T10:32:10.369Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-20T10:32:10.369Z] #0 4.640 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-20T10:32:10.635Z] #153 ... [2025-06-20T10:32:10.635Z] [2025-06-20T10:32:10.635Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-20T10:32:10.636Z] #0 6.154 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-20T10:32:10.636Z] #154 ... [2025-06-20T10:32:10.636Z] [2025-06-20T10:32:10.636Z] #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-20T10:32:10.636Z] #137 6.737 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-20T10:32:12.055Z] #145 ... [2025-06-20T10:32:12.056Z] [2025-06-20T10:32:12.056Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-20T10:32:12.056Z] #154 161.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-20T10:32:24.328Z] #154 ... [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-20T10:32:24.328Z] #149 DONE 174.7s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-20T10:32:24.328Z] #154 DONE 174.7s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-20T10:32:24.328Z] #145 DONE 174.7s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-20T10:32:24.328Z] #148 DONE 174.8s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-20T10:32:24.328Z] #153 DONE 174.7s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-20T10:32:24.328Z] #143 DONE 174.7s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:32:24.328Z] #147 DONE 174.7s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #172 ... [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-20T10:32:24.328Z] #152 DONE 174.9s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-20T10:32:24.328Z] #146 DONE 174.9s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-20T10:32:24.328Z] #151 DONE 175.0s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #173 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #173 DONE 0.3s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #174 DONE 0.2s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #172 DONE 0.3s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #175 DONE 0.2s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #176 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #176 DONE 0.2s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #177 DONE 0.2s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #178 DONE 0.2s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #179 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-20T10:32:24.328Z] #179 ... [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #180 DONE 0.1s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #181 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #181 CACHED [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #182 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #182 CACHED [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #183 DONE 0.1s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #184 CACHED [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #185 CACHED [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #186 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:32:24.328Z] #186 DONE 0.2s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #187 DONE 0.4s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-20T10:32:24.328Z] #188 ... [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #189 DONE 0.4s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #190 DONE 0.4s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #191 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #191 DONE 0.3s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #179 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-20T10:32:24.328Z] #179 DONE 0.4s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #192 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:32:24.328Z] #192 DONE 0.4s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #193 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-20T10:32:24.328Z] #193 ... [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #194 [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-20T10:32:24.328Z] #194 DONE 0.7s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #195 [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-20T10:32:24.328Z] #195 ... [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #196 [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-20T10:32:24.328Z] #196 DONE 1.0s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #188 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-20T10:32:24.328Z] #188 DONE 1.3s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-20T10:32:24.328Z] #197 DONE 1.3s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #198 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-20T10:32:24.328Z] #198 DONE 1.3s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #199 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-20T10:32:24.328Z] #199 DONE 1.1s [2025-06-20T10:32:24.328Z] [2025-06-20T10:32:24.328Z] #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:32:24.605Z] #200 ... [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #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-20T10:32:24.605Z] #201 DONE 1.3s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-20T10:32:24.605Z] #202 DONE 1.3s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:32:24.605Z] #203 DONE 1.3s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #195 [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-20T10:32:24.605Z] #195 DONE 0.9s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #204 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:32:24.605Z] #204 DONE 0.1s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #193 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-20T10:32:24.605Z] #193 DONE 1.3s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-20T10:32:24.605Z] #205 DONE 0.4s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-20T10:32:24.605Z] #206 DONE 0.4s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:32:24.605Z] #207 DONE 0.4s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:32:24.605Z] #200 DONE 0.4s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #208 [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-20T10:32:24.605Z] #208 DONE 0.2s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #209 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:32:24.605Z] #209 DONE 0.2s [2025-06-20T10:32:24.605Z] [2025-06-20T10:32:24.605Z] #103 [security-spiffe-token-provider] exporting to image [2025-06-20T10:32:24.605Z] #103 exporting layers 0.2s done [2025-06-20T10:32:24.941Z] #103 ... [2025-06-20T10:32:24.941Z] [2025-06-20T10:32:24.941Z] #210 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:32:24.941Z] #210 DONE 0.3s [2025-06-20T10:32:24.941Z] [2025-06-20T10:32:24.941Z] #211 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-20T10:32:24.941Z] #211 DONE 0.3s [2025-06-20T10:32:24.941Z] [2025-06-20T10:32:24.941Z] #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-20T10:32:24.941Z] #212 DONE 0.3s [2025-06-20T10:32:24.941Z] [2025-06-20T10:32:24.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-20T10:32:24.941Z] #213 DONE 0.4s [2025-06-20T10:32:24.941Z] [2025-06-20T10:32:24.941Z] #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-20T10:32:24.941Z] #214 DONE 0.4s [2025-06-20T10:32:24.941Z] [2025-06-20T10:32:24.941Z] #103 [core-metadata] exporting to image [2025-06-20T10:32:24.941Z] #103 exporting layers 0.3s done [2025-06-20T10:32:25.313Z] #103 writing image sha256:edcc740f5476d24c0885271a80d416489133d58a69bd77dc9c4553b6d4c8598a [2025-06-20T10:32:25.313Z] #103 ... [2025-06-20T10:32:25.313Z] [2025-06-20T10:32:25.313Z] #215 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-20T10:32:25.313Z] #215 DONE 0.2s [2025-06-20T10:32:25.313Z] [2025-06-20T10:32:25.313Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-20T10:32:25.313Z] #216 DONE 0.2s [2025-06-20T10:32:25.313Z] [2025-06-20T10:32:25.313Z] #103 [core-keeper] exporting to image [2025-06-20T10:32:25.313Z] #103 exporting layers 0.5s done [2025-06-20T10:32:25.313Z] #103 writing image sha256:edcc740f5476d24c0885271a80d416489133d58a69bd77dc9c4553b6d4c8598a 0.0s done [2025-06-20T10:32:25.313Z] #103 writing image sha256:e6274af6a5cd386024dd689b39d1ee63f5a848e7c12a21ffbe9ec20cfc875d85 0.0s done [2025-06-20T10:32:25.313Z] #103 writing image sha256:60477155802204180b11e9c408b2d254ae297a792b36601676a70c5e0252046a 0.0s done [2025-06-20T10:32:25.313Z] #103 naming to docker.io/library/core-data done [2025-06-20T10:32:25.313Z] #103 naming to docker.io/library/core-command done [2025-06-20T10:32:25.313Z] #103 naming to docker.io/library/core-keeper done [2025-06-20T10:32:25.313Z] #103 writing image sha256:83fbe077c496d3a646ec991c34eeb0b6f904c259c0f7337c45c78dad48646c4f [2025-06-20T10:32:25.573Z] #103 exporting layers 0.3s done [2025-06-20T10:32:25.573Z] #103 writing image sha256:83fbe077c496d3a646ec991c34eeb0b6f904c259c0f7337c45c78dad48646c4f 0.0s done [2025-06-20T10:32:25.573Z] #103 writing image sha256:aecae6d30c71bb7459e6e8e54c9fa15c04586f122ca04b0c51defb7f0ba6b379 0.0s done [2025-06-20T10:32:25.573Z] #103 naming to docker.io/library/security-spiffe-token-provider done [2025-06-20T10:32:25.573Z] #103 writing image sha256:e9cee49fe59330bbba79d0c8434c947d725bae61f68c08cec5a6ef1e7f5e93de done [2025-06-20T10:32:25.573Z] #103 naming to docker.io/library/support-notifications done [2025-06-20T10:32:25.573Z] #103 naming to docker.io/library/core-metadata done [2025-06-20T10:32:25.573Z] #103 writing image sha256:33fe674726c82957d8bf163dc0fdc9256d170906393735462ef83f67e12987ea [2025-06-20T10:32:25.573Z] #103 ... [2025-06-20T10:32:25.573Z] [2025-06-20T10:32:25.573Z] #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-20T10:32:25.573Z] #217 DONE 0.4s [2025-06-20T10:32:25.573Z] [2025-06-20T10:32:25.573Z] #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-20T10:32:25.573Z] #218 DONE 0.6s [2025-06-20T10:32:25.573Z] [2025-06-20T10:32:25.573Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-20T10:32:25.573Z] #219 DONE 0.1s [2025-06-20T10:32:25.573Z] [2025-06-20T10:32:25.573Z] #103 [security-proxy-auth] exporting to image [2025-06-20T10:32:25.573Z] #103 writing image sha256:33fe674726c82957d8bf163dc0fdc9256d170906393735462ef83f67e12987ea done [2025-06-20T10:32:25.573Z] #103 naming to docker.io/library/support-scheduler done [2025-06-20T10:32:25.838Z] #103 ... [2025-06-20T10:32:25.838Z] [2025-06-20T10:32:25.838Z] #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-20T10:32:25.838Z] #220 DONE 0.6s [2025-06-20T10:32:25.838Z] [2025-06-20T10:32:25.838Z] #103 [security-proxy-setup] exporting to image [2025-06-20T10:32:26.098Z] #103 ... [2025-06-20T10:32:26.098Z] [2025-06-20T10:32:26.098Z] #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-20T10:32:26.098Z] #221 DONE 0.4s [2025-06-20T10:32:26.098Z] [2025-06-20T10:32:26.098Z] #103 [security-proxy-setup] exporting to image [2025-06-20T10:32:26.098Z] #103 exporting layers 0.2s done [2025-06-20T10:32:26.098Z] #103 writing image sha256:05a3350d8b03d0d48ddce1a6fb113733145f06e2410236d073ab22bfda71ed60 done [2025-06-20T10:32:26.098Z] #103 naming to docker.io/library/security-proxy-setup done [2025-06-20T10:32:26.357Z] #103 exporting layers 0.2s done [2025-06-20T10:32:26.357Z] #103 writing image sha256:16af76a67a960fa94d1661c5cea09729508425815a545ce055288a42cc5e52d0 done [2025-06-20T10:32:26.357Z] #103 naming to docker.io/library/security-proxy-auth done [2025-06-20T10:32:26.357Z] #103 writing image sha256:6ee9837e722483102b3cb7ed5ea6600e846557252596169295ae70bb82d0c4d8 done [2025-06-20T10:32:26.357Z] #103 naming to docker.io/library/security-secretstore-setup done [2025-06-20T10:32:26.357Z] #103 DONE 4.1s [2025-06-20T10:32:26.357Z] [2025-06-20T10:32:26.357Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T10:32:26.357Z] time="2025-06-20T10:27:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-20T10:32:26.376Z] $ docker stop --time=1 e0195ba5104525b213334018f3bdf43e7a3c84951f2331279501278a3a0c59c5 [2025-06-20T10:32:27.643Z] $ docker rm -f --volumes e0195ba5104525b213334018f3bdf43e7a3c84951f2331279501278a3a0c59c5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-20T10:32:27.984Z] + docker images [2025-06-20T10:32:27.984Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-20T10:32:27.984Z] security-secretstore-setup latest 6ee9837e7224 2 seconds ago 68.7MB [2025-06-20T10:32:27.984Z] security-proxy-setup latest 05a3350d8b03 2 seconds ago 38.5MB [2025-06-20T10:32:27.984Z] security-proxy-auth latest 16af76a67a96 2 seconds ago 31.8MB [2025-06-20T10:32:27.984Z] core-command latest e6274af6a5cd 3 seconds ago 28.4MB [2025-06-20T10:32:27.984Z] core-metadata latest e9cee49fe593 3 seconds ago 33.1MB [2025-06-20T10:32:27.984Z] core-keeper latest edcc740f5476 3 seconds ago 32.5MB [2025-06-20T10:32:27.984Z] support-scheduler latest 33fe674726c8 3 seconds ago 48.8MB [2025-06-20T10:32:27.984Z] support-notifications latest 83fbe077c496 3 seconds ago 52.4MB [2025-06-20T10:32:27.984Z] security-spiffe-token-provider latest aecae6d30c71 3 seconds ago 47.7MB [2025-06-20T10:32:27.984Z] core-data latest 604771558022 3 seconds ago 32.9MB [2025-06-20T10:32:27.984Z] security-bootstrapper latest 706d3b9226bf About a minute ago 20.4MB [2025-06-20T10:32:27.984Z] core-common-config-bootstrapper latest dd9cacf0f2d1 About a minute ago 17.1MB [2025-06-20T10:32:27.984Z] security-spire-server latest bf83acc327a0 3 minutes ago 149MB [2025-06-20T10:32:27.984Z] security-spire-config latest 39081bf4203a 3 minutes ago 149MB [2025-06-20T10:32:27.984Z] security-spire-agent latest 0604c6ca004c 3 minutes ago 195MB [2025-06-20T10:32:27.984Z] ci-base-image-x86_64 latest 219cc8dc26ab 7 minutes ago 925MB [2025-06-20T10:32:27.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 2 days ago 574MB [2025-06-20T10:32:27.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 weeks ago 573MB [2025-06-20T10:32:27.984Z] 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-20T10:32:28.124Z] provisioning config files... [2025-06-20T10:32:28.133Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config11080386440234573769tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-20T10:32:28.441Z] ---> ****-login.sh [2025-06-20T10:32:28.441Z] nexus3.edgexfoundry.org:10001 [2025-06-20T10:32:28.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:32:28.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:32:28.442Z] Configure a credential helper to remove this warning. See [2025-06-20T10:32:28.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:32:28.442Z] [2025-06-20T10:32:28.442Z] Login Succeeded [2025-06-20T10:32:28.442Z] nexus3.edgexfoundry.org:10002 [2025-06-20T10:32:28.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:32:28.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:32:28.442Z] Configure a credential helper to remove this warning. See [2025-06-20T10:32:28.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:32:28.442Z] [2025-06-20T10:32:28.442Z] Login Succeeded [2025-06-20T10:32:28.442Z] nexus3.edgexfoundry.org:10003 [2025-06-20T10:32:28.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:32:28.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:32:28.701Z] Configure a credential helper to remove this warning. See [2025-06-20T10:32:28.701Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:32:28.701Z] [2025-06-20T10:32:28.701Z] Login Succeeded [2025-06-20T10:32:28.701Z] nexus3.edgexfoundry.org:10004 [2025-06-20T10:32:28.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:32:28.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:32:28.701Z] Configure a credential helper to remove this warning. See [2025-06-20T10:32:28.701Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:32:28.701Z] [2025-06-20T10:32:28.701Z] Login Succeeded [2025-06-20T10:32:28.701Z] ****.io [2025-06-20T10:32:28.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T10:32:28.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T10:32:28.961Z] Configure a credential helper to remove this warning. See [2025-06-20T10:32:28.961Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T10:32:28.961Z] [2025-06-20T10:32:28.961Z] Login Succeeded [2025-06-20T10:32:28.961Z] ---> ****-login.sh ends [Pipeline] } [2025-06-20T10:32:28.968Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:32:29.018Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-20T10:32:29.056Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-20T10:32:29.056Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:29.056Z] latest [2025-06-20T10:32:29.056Z] 4.1.0-dev.26 [2025-06-20T10:32:29.056Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:29.056Z] main [2025-06-20T10:32:29.056Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:29.411Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:29.742Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:29.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-20T10:32:29.742Z] 6f36a5005088: Preparing [2025-06-20T10:32:29.742Z] 61303cec9567: Preparing [2025-06-20T10:32:29.742Z] 47130cca76ab: Preparing [2025-06-20T10:32:29.742Z] 79d996c828fa: Preparing [2025-06-20T10:32:29.742Z] dfa5b52d2111: Preparing [2025-06-20T10:32:29.742Z] 451f1a03b084: Preparing [2025-06-20T10:32:29.742Z] 994456c4fd7b: Preparing [2025-06-20T10:32:29.742Z] 451f1a03b084: Waiting [2025-06-20T10:32:29.742Z] 994456c4fd7b: Waiting [2025-06-20T10:32:29.742Z] 47130cca76ab: Pushed [2025-06-20T10:32:29.742Z] 6f36a5005088: Pushed [2025-06-20T10:32:29.742Z] dfa5b52d2111: Pushed [2025-06-20T10:32:29.742Z] 79d996c828fa: Pushed [2025-06-20T10:32:29.742Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:29.742Z] 451f1a03b084: Pushed [2025-06-20T10:32:31.649Z] 61303cec9567: Pushed [2025-06-20T10:32:31.909Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:32.240Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:32.555Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-20T10:32:32.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-20T10:32:32.555Z] 6f36a5005088: Preparing [2025-06-20T10:32:32.555Z] 61303cec9567: Preparing [2025-06-20T10:32:32.555Z] 47130cca76ab: Preparing [2025-06-20T10:32:32.555Z] 79d996c828fa: Preparing [2025-06-20T10:32:32.555Z] dfa5b52d2111: Preparing [2025-06-20T10:32:32.555Z] 451f1a03b084: Preparing [2025-06-20T10:32:32.555Z] 994456c4fd7b: Preparing [2025-06-20T10:32:32.555Z] 451f1a03b084: Waiting [2025-06-20T10:32:32.555Z] 6f36a5005088: Layer already exists [2025-06-20T10:32:32.555Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:32.555Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:32.555Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:32.555Z] 61303cec9567: Layer already exists [2025-06-20T10:32:32.555Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:32.555Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:32.555Z] latest: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:32.885Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:33.213Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-20T10:32:33.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-20T10:32:33.213Z] 6f36a5005088: Preparing [2025-06-20T10:32:33.213Z] 61303cec9567: Preparing [2025-06-20T10:32:33.213Z] 47130cca76ab: Preparing [2025-06-20T10:32:33.213Z] 79d996c828fa: Preparing [2025-06-20T10:32:33.213Z] dfa5b52d2111: Preparing [2025-06-20T10:32:33.213Z] 451f1a03b084: Preparing [2025-06-20T10:32:33.213Z] 994456c4fd7b: Preparing [2025-06-20T10:32:33.213Z] 994456c4fd7b: Waiting [2025-06-20T10:32:33.213Z] 451f1a03b084: Waiting [2025-06-20T10:32:33.213Z] 6f36a5005088: Layer already exists [2025-06-20T10:32:33.213Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:33.213Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:33.213Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:33.213Z] 61303cec9567: Layer already exists [2025-06-20T10:32:33.213Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:33.213Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:33.213Z] 4.1.0-dev.26: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:33.537Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:33.867Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:33.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-20T10:32:33.867Z] 6f36a5005088: Preparing [2025-06-20T10:32:33.867Z] 61303cec9567: Preparing [2025-06-20T10:32:33.867Z] 47130cca76ab: Preparing [2025-06-20T10:32:33.867Z] 79d996c828fa: Preparing [2025-06-20T10:32:33.867Z] dfa5b52d2111: Preparing [2025-06-20T10:32:33.867Z] 451f1a03b084: Preparing [2025-06-20T10:32:33.867Z] 994456c4fd7b: Preparing [2025-06-20T10:32:33.867Z] 451f1a03b084: Waiting [2025-06-20T10:32:33.867Z] 994456c4fd7b: Waiting [2025-06-20T10:32:33.867Z] 61303cec9567: Layer already exists [2025-06-20T10:32:33.867Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:33.867Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:33.867Z] 6f36a5005088: Layer already exists [2025-06-20T10:32:33.867Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:33.867Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:33.867Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:33.867Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:34.211Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:34.539Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-20T10:32:34.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-20T10:32:34.539Z] 6f36a5005088: Preparing [2025-06-20T10:32:34.539Z] 61303cec9567: Preparing [2025-06-20T10:32:34.539Z] 47130cca76ab: Preparing [2025-06-20T10:32:34.539Z] 79d996c828fa: Preparing [2025-06-20T10:32:34.539Z] dfa5b52d2111: Preparing [2025-06-20T10:32:34.539Z] 451f1a03b084: Preparing [2025-06-20T10:32:34.539Z] 994456c4fd7b: Preparing [2025-06-20T10:32:34.539Z] 994456c4fd7b: Waiting [2025-06-20T10:32:34.539Z] 451f1a03b084: Waiting [2025-06-20T10:32:34.539Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:34.539Z] 6f36a5005088: Layer already exists [2025-06-20T10:32:34.539Z] 61303cec9567: Layer already exists [2025-06-20T10:32:34.539Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:34.539Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:34.539Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:34.539Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:34.539Z] main: digest: sha256:a3c27ddaf7a4e77b65c9273c8b3cdd0068b89c963319e70140278cf1f78e310c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:32:34.618Z] ===================================================== [Pipeline] echo [2025-06-20T10:32:34.635Z] taggedImages: [2025-06-20T10:32:34.635Z] - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:34.635Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-20T10:32:34.635Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-20T10:32:34.635Z] - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:34.635Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-20T10:32:34.665Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-20T10:32:34.665Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:34.665Z] latest [2025-06-20T10:32:34.665Z] 4.1.0-dev.26 [2025-06-20T10:32:34.665Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:34.665Z] main [2025-06-20T10:32:34.665Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:35.016Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:35.341Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:35.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-20T10:32:35.341Z] 3c7aee9a7ea1: Preparing [2025-06-20T10:32:35.341Z] acc888fda531: Preparing [2025-06-20T10:32:35.341Z] 4e946f0c869e: Preparing [2025-06-20T10:32:35.341Z] ff6741f6cb39: Preparing [2025-06-20T10:32:35.341Z] 47130cca76ab: Preparing [2025-06-20T10:32:35.341Z] 79d996c828fa: Preparing [2025-06-20T10:32:35.341Z] dfa5b52d2111: Preparing [2025-06-20T10:32:35.341Z] 451f1a03b084: Preparing [2025-06-20T10:32:35.341Z] 994456c4fd7b: Preparing [2025-06-20T10:32:35.341Z] 79d996c828fa: Waiting [2025-06-20T10:32:35.341Z] dfa5b52d2111: Waiting [2025-06-20T10:32:35.341Z] 451f1a03b084: Waiting [2025-06-20T10:32:35.341Z] 994456c4fd7b: Waiting [2025-06-20T10:32:35.341Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:35.341Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:35.341Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:35.341Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:35.341Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:35.341Z] 4e946f0c869e: Pushed [2025-06-20T10:32:35.341Z] 3c7aee9a7ea1: Pushed [2025-06-20T10:32:35.341Z] acc888fda531: Pushed [2025-06-20T10:32:36.720Z] ff6741f6cb39: Pushed [2025-06-20T10:32:36.720Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:37.049Z] + 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-20T10:32:37.383Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-20T10:32:37.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-20T10:32:37.383Z] 3c7aee9a7ea1: Preparing [2025-06-20T10:32:37.383Z] acc888fda531: Preparing [2025-06-20T10:32:37.383Z] 4e946f0c869e: Preparing [2025-06-20T10:32:37.383Z] ff6741f6cb39: Preparing [2025-06-20T10:32:37.383Z] 47130cca76ab: Preparing [2025-06-20T10:32:37.383Z] 79d996c828fa: Preparing [2025-06-20T10:32:37.383Z] dfa5b52d2111: Preparing [2025-06-20T10:32:37.383Z] 451f1a03b084: Preparing [2025-06-20T10:32:37.383Z] 994456c4fd7b: Preparing [2025-06-20T10:32:37.383Z] 451f1a03b084: Waiting [2025-06-20T10:32:37.383Z] 79d996c828fa: Waiting [2025-06-20T10:32:37.383Z] dfa5b52d2111: Waiting [2025-06-20T10:32:37.383Z] 994456c4fd7b: Waiting [2025-06-20T10:32:37.383Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:37.383Z] 4e946f0c869e: Layer already exists [2025-06-20T10:32:37.383Z] acc888fda531: Layer already exists [2025-06-20T10:32:37.383Z] 3c7aee9a7ea1: Layer already exists [2025-06-20T10:32:37.383Z] ff6741f6cb39: Layer already exists [2025-06-20T10:32:37.383Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:37.383Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:37.383Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:37.383Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:37.383Z] latest: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:37.708Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:38.038Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-20T10:32:38.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-20T10:32:38.038Z] 3c7aee9a7ea1: Preparing [2025-06-20T10:32:38.038Z] acc888fda531: Preparing [2025-06-20T10:32:38.038Z] 4e946f0c869e: Preparing [2025-06-20T10:32:38.038Z] ff6741f6cb39: Preparing [2025-06-20T10:32:38.038Z] 47130cca76ab: Preparing [2025-06-20T10:32:38.038Z] 79d996c828fa: Preparing [2025-06-20T10:32:38.038Z] dfa5b52d2111: Preparing [2025-06-20T10:32:38.038Z] 451f1a03b084: Preparing [2025-06-20T10:32:38.038Z] 994456c4fd7b: Preparing [2025-06-20T10:32:38.038Z] 79d996c828fa: Waiting [2025-06-20T10:32:38.038Z] dfa5b52d2111: Waiting [2025-06-20T10:32:38.038Z] 451f1a03b084: Waiting [2025-06-20T10:32:38.038Z] 994456c4fd7b: Waiting [2025-06-20T10:32:38.038Z] 3c7aee9a7ea1: Layer already exists [2025-06-20T10:32:38.038Z] 4e946f0c869e: Layer already exists [2025-06-20T10:32:38.038Z] ff6741f6cb39: Layer already exists [2025-06-20T10:32:38.038Z] acc888fda531: Layer already exists [2025-06-20T10:32:38.038Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:38.038Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:38.038Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:38.038Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:38.038Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:38.038Z] 4.1.0-dev.26: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:38.368Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:38.699Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:38.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-20T10:32:38.699Z] 3c7aee9a7ea1: Preparing [2025-06-20T10:32:38.699Z] acc888fda531: Preparing [2025-06-20T10:32:38.699Z] 4e946f0c869e: Preparing [2025-06-20T10:32:38.699Z] ff6741f6cb39: Preparing [2025-06-20T10:32:38.699Z] 47130cca76ab: Preparing [2025-06-20T10:32:38.699Z] 79d996c828fa: Preparing [2025-06-20T10:32:38.699Z] dfa5b52d2111: Preparing [2025-06-20T10:32:38.699Z] 451f1a03b084: Preparing [2025-06-20T10:32:38.699Z] 994456c4fd7b: Preparing [2025-06-20T10:32:38.699Z] dfa5b52d2111: Waiting [2025-06-20T10:32:38.699Z] 451f1a03b084: Waiting [2025-06-20T10:32:38.699Z] 79d996c828fa: Waiting [2025-06-20T10:32:38.699Z] 994456c4fd7b: Waiting [2025-06-20T10:32:38.699Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:38.699Z] ff6741f6cb39: Layer already exists [2025-06-20T10:32:38.699Z] 4e946f0c869e: Layer already exists [2025-06-20T10:32:38.699Z] acc888fda531: Layer already exists [2025-06-20T10:32:38.699Z] 3c7aee9a7ea1: Layer already exists [2025-06-20T10:32:38.699Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:38.699Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:38.699Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:38.699Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:38.699Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:39.024Z] + 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-20T10:32:39.431Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-20T10:32:39.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-20T10:32:39.431Z] 3c7aee9a7ea1: Preparing [2025-06-20T10:32:39.431Z] acc888fda531: Preparing [2025-06-20T10:32:39.431Z] 4e946f0c869e: Preparing [2025-06-20T10:32:39.431Z] ff6741f6cb39: Preparing [2025-06-20T10:32:39.431Z] 47130cca76ab: Preparing [2025-06-20T10:32:39.431Z] 79d996c828fa: Preparing [2025-06-20T10:32:39.431Z] dfa5b52d2111: Preparing [2025-06-20T10:32:39.431Z] 451f1a03b084: Preparing [2025-06-20T10:32:39.431Z] 994456c4fd7b: Preparing [2025-06-20T10:32:39.431Z] 79d996c828fa: Waiting [2025-06-20T10:32:39.431Z] 451f1a03b084: Waiting [2025-06-20T10:32:39.431Z] dfa5b52d2111: Waiting [2025-06-20T10:32:39.431Z] 994456c4fd7b: Waiting [2025-06-20T10:32:39.431Z] 3c7aee9a7ea1: Layer already exists [2025-06-20T10:32:39.431Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:39.431Z] ff6741f6cb39: Layer already exists [2025-06-20T10:32:39.431Z] acc888fda531: Layer already exists [2025-06-20T10:32:39.431Z] 4e946f0c869e: Layer already exists [2025-06-20T10:32:39.431Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:39.431Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:39.431Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:39.431Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:39.431Z] main: digest: sha256:3f26f12632db5746e81a8ed7299b41fb4d5a189e1c988510c4ab91b056e2ba9e size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:32:39.499Z] ===================================================== [Pipeline] echo [2025-06-20T10:32:39.511Z] taggedImages: [2025-06-20T10:32:39.511Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:39.511Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-20T10:32:39.511Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-20T10:32:39.511Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:39.511Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-20T10:32:39.537Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-20T10:32:39.537Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:39.537Z] latest [2025-06-20T10:32:39.537Z] 4.1.0-dev.26 [2025-06-20T10:32:39.537Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:39.537Z] main [2025-06-20T10:32:39.537Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:39.877Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:40.201Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:40.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-20T10:32:40.201Z] 2e714427e971: Preparing [2025-06-20T10:32:40.201Z] 0a37612e9d1d: Preparing [2025-06-20T10:32:40.201Z] 47130cca76ab: Preparing [2025-06-20T10:32:40.201Z] 79d996c828fa: Preparing [2025-06-20T10:32:40.201Z] 299f07067cfd: Preparing [2025-06-20T10:32:40.201Z] fe7037b32d7f: Preparing [2025-06-20T10:32:40.201Z] 994456c4fd7b: Preparing [2025-06-20T10:32:40.201Z] fe7037b32d7f: Waiting [2025-06-20T10:32:40.201Z] 994456c4fd7b: Waiting [2025-06-20T10:32:40.201Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:40.201Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:40.201Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:40.201Z] 299f07067cfd: Pushed [2025-06-20T10:32:40.201Z] 2e714427e971: Pushed [2025-06-20T10:32:40.201Z] fe7037b32d7f: Pushed [2025-06-20T10:32:43.490Z] 0a37612e9d1d: Pushed [2025-06-20T10:32:43.490Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:43.821Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:44.151Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-20T10:32:44.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-20T10:32:44.151Z] 2e714427e971: Preparing [2025-06-20T10:32:44.151Z] 0a37612e9d1d: Preparing [2025-06-20T10:32:44.151Z] 47130cca76ab: Preparing [2025-06-20T10:32:44.151Z] 79d996c828fa: Preparing [2025-06-20T10:32:44.151Z] 299f07067cfd: Preparing [2025-06-20T10:32:44.151Z] fe7037b32d7f: Preparing [2025-06-20T10:32:44.151Z] 994456c4fd7b: Preparing [2025-06-20T10:32:44.151Z] 994456c4fd7b: Waiting [2025-06-20T10:32:44.151Z] fe7037b32d7f: Waiting [2025-06-20T10:32:44.151Z] 0a37612e9d1d: Layer already exists [2025-06-20T10:32:44.151Z] 299f07067cfd: Layer already exists [2025-06-20T10:32:44.151Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:44.151Z] 2e714427e971: Layer already exists [2025-06-20T10:32:44.151Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:44.151Z] fe7037b32d7f: Layer already exists [2025-06-20T10:32:44.151Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:44.151Z] latest: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:44.484Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:44.811Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-20T10:32:44.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-20T10:32:44.811Z] 2e714427e971: Preparing [2025-06-20T10:32:44.811Z] 0a37612e9d1d: Preparing [2025-06-20T10:32:44.811Z] 47130cca76ab: Preparing [2025-06-20T10:32:44.811Z] 79d996c828fa: Preparing [2025-06-20T10:32:44.811Z] 299f07067cfd: Preparing [2025-06-20T10:32:44.811Z] fe7037b32d7f: Preparing [2025-06-20T10:32:44.811Z] 994456c4fd7b: Preparing [2025-06-20T10:32:44.811Z] fe7037b32d7f: Waiting [2025-06-20T10:32:44.811Z] 994456c4fd7b: Waiting [2025-06-20T10:32:44.811Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:44.811Z] 0a37612e9d1d: Layer already exists [2025-06-20T10:32:44.811Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:44.811Z] 299f07067cfd: Layer already exists [2025-06-20T10:32:44.811Z] 2e714427e971: Layer already exists [2025-06-20T10:32:44.811Z] fe7037b32d7f: Layer already exists [2025-06-20T10:32:44.811Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:44.811Z] 4.1.0-dev.26: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:45.135Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:45.456Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:45.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-20T10:32:45.456Z] 2e714427e971: Preparing [2025-06-20T10:32:45.456Z] 0a37612e9d1d: Preparing [2025-06-20T10:32:45.456Z] 47130cca76ab: Preparing [2025-06-20T10:32:45.456Z] 79d996c828fa: Preparing [2025-06-20T10:32:45.456Z] 299f07067cfd: Preparing [2025-06-20T10:32:45.456Z] fe7037b32d7f: Preparing [2025-06-20T10:32:45.456Z] 994456c4fd7b: Preparing [2025-06-20T10:32:45.456Z] fe7037b32d7f: Waiting [2025-06-20T10:32:45.456Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:45.456Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:45.456Z] 0a37612e9d1d: Layer already exists [2025-06-20T10:32:45.456Z] 299f07067cfd: Layer already exists [2025-06-20T10:32:45.456Z] 2e714427e971: Layer already exists [2025-06-20T10:32:45.456Z] fe7037b32d7f: Layer already exists [2025-06-20T10:32:45.456Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:45.456Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:45.780Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:46.098Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-20T10:32:46.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-20T10:32:46.098Z] 2e714427e971: Preparing [2025-06-20T10:32:46.098Z] 0a37612e9d1d: Preparing [2025-06-20T10:32:46.098Z] 47130cca76ab: Preparing [2025-06-20T10:32:46.098Z] 79d996c828fa: Preparing [2025-06-20T10:32:46.098Z] 299f07067cfd: Preparing [2025-06-20T10:32:46.098Z] fe7037b32d7f: Preparing [2025-06-20T10:32:46.098Z] 994456c4fd7b: Preparing [2025-06-20T10:32:46.098Z] fe7037b32d7f: Waiting [2025-06-20T10:32:46.098Z] 994456c4fd7b: Waiting [2025-06-20T10:32:46.098Z] 299f07067cfd: Layer already exists [2025-06-20T10:32:46.098Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:46.098Z] 0a37612e9d1d: Layer already exists [2025-06-20T10:32:46.098Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:46.098Z] 2e714427e971: Layer already exists [2025-06-20T10:32:46.098Z] fe7037b32d7f: Layer already exists [2025-06-20T10:32:46.098Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:46.098Z] main: digest: sha256:baac1b25db781589bea3a915acdb6947b03fa8461f0be32631588d1a70d915cd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:32:46.161Z] ===================================================== [Pipeline] echo [2025-06-20T10:32:46.175Z] taggedImages: [2025-06-20T10:32:46.175Z] - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:46.175Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-20T10:32:46.175Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-20T10:32:46.175Z] - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:46.175Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-20T10:32:46.197Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-20T10:32:46.197Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:46.197Z] latest [2025-06-20T10:32:46.197Z] 4.1.0-dev.26 [2025-06-20T10:32:46.197Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:46.197Z] main [2025-06-20T10:32:46.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:46.539Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:46.859Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:46.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-20T10:32:46.859Z] f62ddf4e26bd: Preparing [2025-06-20T10:32:46.859Z] 76c3b4f98d65: Preparing [2025-06-20T10:32:46.859Z] 79d996c828fa: Preparing [2025-06-20T10:32:46.859Z] 4a9da9800552: Preparing [2025-06-20T10:32:46.859Z] 5cc578b08c5f: Preparing [2025-06-20T10:32:46.859Z] 994456c4fd7b: Preparing [2025-06-20T10:32:46.859Z] 994456c4fd7b: Waiting [2025-06-20T10:32:46.859Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:46.859Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:46.859Z] 5cc578b08c5f: Pushed [2025-06-20T10:32:46.859Z] 4a9da9800552: Pushed [2025-06-20T10:32:46.859Z] f62ddf4e26bd: Pushed [2025-06-20T10:32:49.396Z] 76c3b4f98d65: Pushed [2025-06-20T10:32:49.655Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:49.979Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:50.300Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-20T10:32:50.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-20T10:32:50.300Z] f62ddf4e26bd: Preparing [2025-06-20T10:32:50.300Z] 76c3b4f98d65: Preparing [2025-06-20T10:32:50.300Z] 79d996c828fa: Preparing [2025-06-20T10:32:50.300Z] 4a9da9800552: Preparing [2025-06-20T10:32:50.300Z] 5cc578b08c5f: Preparing [2025-06-20T10:32:50.300Z] 994456c4fd7b: Preparing [2025-06-20T10:32:50.300Z] 994456c4fd7b: Waiting [2025-06-20T10:32:50.300Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:50.300Z] 5cc578b08c5f: Layer already exists [2025-06-20T10:32:50.300Z] 76c3b4f98d65: Layer already exists [2025-06-20T10:32:50.300Z] 4a9da9800552: Layer already exists [2025-06-20T10:32:50.300Z] f62ddf4e26bd: Layer already exists [2025-06-20T10:32:50.300Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:50.300Z] latest: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:50.629Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:50.951Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-20T10:32:50.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-20T10:32:50.951Z] f62ddf4e26bd: Preparing [2025-06-20T10:32:50.951Z] 76c3b4f98d65: Preparing [2025-06-20T10:32:50.951Z] 79d996c828fa: Preparing [2025-06-20T10:32:50.951Z] 4a9da9800552: Preparing [2025-06-20T10:32:50.951Z] 5cc578b08c5f: Preparing [2025-06-20T10:32:50.951Z] 994456c4fd7b: Preparing [2025-06-20T10:32:50.951Z] 994456c4fd7b: Waiting [2025-06-20T10:32:50.951Z] f62ddf4e26bd: Layer already exists [2025-06-20T10:32:50.951Z] 5cc578b08c5f: Layer already exists [2025-06-20T10:32:50.951Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:50.951Z] 76c3b4f98d65: Layer already exists [2025-06-20T10:32:50.952Z] 4a9da9800552: Layer already exists [2025-06-20T10:32:50.952Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:50.952Z] 4.1.0-dev.26: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:51.276Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:51.593Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:51.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-20T10:32:51.593Z] f62ddf4e26bd: Preparing [2025-06-20T10:32:51.593Z] 76c3b4f98d65: Preparing [2025-06-20T10:32:51.593Z] 79d996c828fa: Preparing [2025-06-20T10:32:51.593Z] 4a9da9800552: Preparing [2025-06-20T10:32:51.593Z] 5cc578b08c5f: Preparing [2025-06-20T10:32:51.593Z] 994456c4fd7b: Preparing [2025-06-20T10:32:51.593Z] 994456c4fd7b: Waiting [2025-06-20T10:32:51.593Z] 5cc578b08c5f: Layer already exists [2025-06-20T10:32:51.593Z] f62ddf4e26bd: Layer already exists [2025-06-20T10:32:51.593Z] 76c3b4f98d65: Layer already exists [2025-06-20T10:32:51.593Z] 4a9da9800552: Layer already exists [2025-06-20T10:32:51.593Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:51.593Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:51.593Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:51.917Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:52.239Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-20T10:32:52.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-20T10:32:52.239Z] f62ddf4e26bd: Preparing [2025-06-20T10:32:52.239Z] 76c3b4f98d65: Preparing [2025-06-20T10:32:52.239Z] 79d996c828fa: Preparing [2025-06-20T10:32:52.239Z] 4a9da9800552: Preparing [2025-06-20T10:32:52.239Z] 5cc578b08c5f: Preparing [2025-06-20T10:32:52.239Z] 994456c4fd7b: Preparing [2025-06-20T10:32:52.239Z] 76c3b4f98d65: Layer already exists [2025-06-20T10:32:52.239Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:52.239Z] 5cc578b08c5f: Layer already exists [2025-06-20T10:32:52.239Z] f62ddf4e26bd: Layer already exists [2025-06-20T10:32:52.239Z] 4a9da9800552: Layer already exists [2025-06-20T10:32:52.239Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:52.239Z] main: digest: sha256:6cbf7ac8489d1bed7fdfff0b4c13c5c7d1fd07ca148a286cd2ff5b285724224c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:32:52.302Z] ===================================================== [Pipeline] echo [2025-06-20T10:32:52.319Z] taggedImages: [2025-06-20T10:32:52.319Z] - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:52.319Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-20T10:32:52.319Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-20T10:32:52.319Z] - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:52.319Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-20T10:32:52.349Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-20T10:32:52.349Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:52.349Z] latest [2025-06-20T10:32:52.349Z] 4.1.0-dev.26 [2025-06-20T10:32:52.349Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:52.349Z] main [2025-06-20T10:32:52.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:52.702Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:53.025Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:53.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-20T10:32:53.025Z] 34cbcc2d1a81: Preparing [2025-06-20T10:32:53.025Z] c6b747ba964a: Preparing [2025-06-20T10:32:53.025Z] 9473ebae6a28: Preparing [2025-06-20T10:32:53.025Z] 47130cca76ab: Preparing [2025-06-20T10:32:53.025Z] 79d996c828fa: Preparing [2025-06-20T10:32:53.025Z] dfa5b52d2111: Preparing [2025-06-20T10:32:53.025Z] 451f1a03b084: Preparing [2025-06-20T10:32:53.025Z] 994456c4fd7b: Preparing [2025-06-20T10:32:53.025Z] 451f1a03b084: Waiting [2025-06-20T10:32:53.025Z] 994456c4fd7b: Waiting [2025-06-20T10:32:53.025Z] dfa5b52d2111: Waiting [2025-06-20T10:32:53.025Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:53.025Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:53.025Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:53.025Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:53.025Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:53.025Z] c6b747ba964a: Pushed [2025-06-20T10:32:53.025Z] 34cbcc2d1a81: Pushed [2025-06-20T10:32:56.311Z] 9473ebae6a28: Pushed [2025-06-20T10:32:56.311Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:56.641Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:56.973Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-20T10:32:56.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-20T10:32:56.973Z] 34cbcc2d1a81: Preparing [2025-06-20T10:32:56.973Z] c6b747ba964a: Preparing [2025-06-20T10:32:56.973Z] 9473ebae6a28: Preparing [2025-06-20T10:32:56.973Z] 47130cca76ab: Preparing [2025-06-20T10:32:56.973Z] 79d996c828fa: Preparing [2025-06-20T10:32:56.973Z] dfa5b52d2111: Preparing [2025-06-20T10:32:56.973Z] 451f1a03b084: Preparing [2025-06-20T10:32:56.973Z] 994456c4fd7b: Preparing [2025-06-20T10:32:56.973Z] dfa5b52d2111: Waiting [2025-06-20T10:32:56.973Z] 451f1a03b084: Waiting [2025-06-20T10:32:56.973Z] 994456c4fd7b: Waiting [2025-06-20T10:32:56.973Z] c6b747ba964a: Layer already exists [2025-06-20T10:32:56.973Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:56.973Z] 34cbcc2d1a81: Layer already exists [2025-06-20T10:32:56.973Z] 9473ebae6a28: Layer already exists [2025-06-20T10:32:56.973Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:56.973Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:56.973Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:56.973Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:56.973Z] latest: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:57.305Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:57.626Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-20T10:32:57.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-20T10:32:57.626Z] 34cbcc2d1a81: Preparing [2025-06-20T10:32:57.627Z] c6b747ba964a: Preparing [2025-06-20T10:32:57.627Z] 9473ebae6a28: Preparing [2025-06-20T10:32:57.627Z] 47130cca76ab: Preparing [2025-06-20T10:32:57.627Z] 79d996c828fa: Preparing [2025-06-20T10:32:57.627Z] dfa5b52d2111: Preparing [2025-06-20T10:32:57.627Z] 451f1a03b084: Preparing [2025-06-20T10:32:57.627Z] 994456c4fd7b: Preparing [2025-06-20T10:32:57.627Z] dfa5b52d2111: Waiting [2025-06-20T10:32:57.627Z] 451f1a03b084: Waiting [2025-06-20T10:32:57.627Z] 994456c4fd7b: Waiting [2025-06-20T10:32:57.627Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:57.627Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:57.627Z] c6b747ba964a: Layer already exists [2025-06-20T10:32:57.627Z] 9473ebae6a28: Layer already exists [2025-06-20T10:32:57.627Z] 34cbcc2d1a81: Layer already exists [2025-06-20T10:32:57.627Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:57.627Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:57.627Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:57.627Z] 4.1.0-dev.26: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:57.958Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:58.273Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:58.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-20T10:32:58.273Z] 34cbcc2d1a81: Preparing [2025-06-20T10:32:58.273Z] c6b747ba964a: Preparing [2025-06-20T10:32:58.273Z] 9473ebae6a28: Preparing [2025-06-20T10:32:58.273Z] 47130cca76ab: Preparing [2025-06-20T10:32:58.273Z] 79d996c828fa: Preparing [2025-06-20T10:32:58.273Z] dfa5b52d2111: Preparing [2025-06-20T10:32:58.273Z] 451f1a03b084: Preparing [2025-06-20T10:32:58.273Z] 994456c4fd7b: Preparing [2025-06-20T10:32:58.273Z] dfa5b52d2111: Waiting [2025-06-20T10:32:58.273Z] 994456c4fd7b: Waiting [2025-06-20T10:32:58.273Z] 451f1a03b084: Waiting [2025-06-20T10:32:58.273Z] 34cbcc2d1a81: Layer already exists [2025-06-20T10:32:58.273Z] c6b747ba964a: Layer already exists [2025-06-20T10:32:58.273Z] 9473ebae6a28: Layer already exists [2025-06-20T10:32:58.273Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:58.273Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:58.273Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:58.273Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:58.273Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:58.273Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:58.602Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:58.923Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-20T10:32:58.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-20T10:32:58.923Z] 34cbcc2d1a81: Preparing [2025-06-20T10:32:58.923Z] c6b747ba964a: Preparing [2025-06-20T10:32:58.923Z] 9473ebae6a28: Preparing [2025-06-20T10:32:58.923Z] 47130cca76ab: Preparing [2025-06-20T10:32:58.923Z] 79d996c828fa: Preparing [2025-06-20T10:32:58.923Z] dfa5b52d2111: Preparing [2025-06-20T10:32:58.923Z] 451f1a03b084: Preparing [2025-06-20T10:32:58.923Z] 994456c4fd7b: Preparing [2025-06-20T10:32:58.923Z] dfa5b52d2111: Waiting [2025-06-20T10:32:58.923Z] 994456c4fd7b: Waiting [2025-06-20T10:32:58.923Z] 451f1a03b084: Waiting [2025-06-20T10:32:58.923Z] c6b747ba964a: Layer already exists [2025-06-20T10:32:58.923Z] 9473ebae6a28: Layer already exists [2025-06-20T10:32:58.923Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:58.923Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:58.923Z] 34cbcc2d1a81: Layer already exists [2025-06-20T10:32:58.923Z] dfa5b52d2111: Layer already exists [2025-06-20T10:32:58.923Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:58.923Z] 451f1a03b084: Layer already exists [2025-06-20T10:32:58.923Z] main: digest: sha256:3a6babb3b9857d8687c0704b45428f75c0601a963b1617a1746676ec79a74111 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:32:58.998Z] ===================================================== [Pipeline] echo [2025-06-20T10:32:59.015Z] taggedImages: [2025-06-20T10:32:59.015Z] - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:59.015Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-20T10:32:59.015Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-20T10:32:59.015Z] - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:59.015Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-20T10:32:59.042Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-20T10:32:59.042Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:59.042Z] latest [2025-06-20T10:32:59.042Z] 4.1.0-dev.26 [2025-06-20T10:32:59.042Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:32:59.042Z] main [2025-06-20T10:32:59.042Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:59.378Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:32:59.691Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:32:59.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-20T10:32:59.691Z] b3c9cc5c461b: Preparing [2025-06-20T10:32:59.691Z] efbfdbb69ec7: Preparing [2025-06-20T10:32:59.691Z] 9e0f9e3422ef: Preparing [2025-06-20T10:32:59.691Z] 6f56d9a9aeeb: Preparing [2025-06-20T10:32:59.691Z] 0faf1f8a66f7: Preparing [2025-06-20T10:32:59.691Z] 799f18b7c5a0: Preparing [2025-06-20T10:32:59.691Z] a3bf95374ac3: Preparing [2025-06-20T10:32:59.691Z] 47130cca76ab: Preparing [2025-06-20T10:32:59.691Z] 79d996c828fa: Preparing [2025-06-20T10:32:59.691Z] 722d85f0fa35: Preparing [2025-06-20T10:32:59.691Z] cead71395325: Preparing [2025-06-20T10:32:59.691Z] 5f70bf18a086: Preparing [2025-06-20T10:32:59.691Z] 861f2f7975dc: Preparing [2025-06-20T10:32:59.691Z] f6e6426ddead: Preparing [2025-06-20T10:32:59.691Z] 4c4ab9fb6365: Preparing [2025-06-20T10:32:59.691Z] 994456c4fd7b: Preparing [2025-06-20T10:32:59.691Z] f6e6426ddead: Waiting [2025-06-20T10:32:59.691Z] 4c4ab9fb6365: Waiting [2025-06-20T10:32:59.691Z] 79d996c828fa: Waiting [2025-06-20T10:32:59.691Z] 722d85f0fa35: Waiting [2025-06-20T10:32:59.691Z] 994456c4fd7b: Waiting [2025-06-20T10:32:59.691Z] cead71395325: Waiting [2025-06-20T10:32:59.691Z] 5f70bf18a086: Waiting [2025-06-20T10:32:59.691Z] 799f18b7c5a0: Waiting [2025-06-20T10:32:59.691Z] 47130cca76ab: Waiting [2025-06-20T10:32:59.691Z] a3bf95374ac3: Waiting [2025-06-20T10:32:59.691Z] 861f2f7975dc: Waiting [2025-06-20T10:32:59.691Z] 6f56d9a9aeeb: Pushed [2025-06-20T10:32:59.691Z] 9e0f9e3422ef: Pushed [2025-06-20T10:32:59.691Z] efbfdbb69ec7: Pushed [2025-06-20T10:32:59.691Z] 0faf1f8a66f7: Pushed [2025-06-20T10:32:59.691Z] b3c9cc5c461b: Pushed [2025-06-20T10:32:59.691Z] 47130cca76ab: Layer already exists [2025-06-20T10:32:59.691Z] 79d996c828fa: Layer already exists [2025-06-20T10:32:59.691Z] 5f70bf18a086: Layer already exists [2025-06-20T10:32:59.950Z] 799f18b7c5a0: Pushed [2025-06-20T10:32:59.950Z] 722d85f0fa35: Pushed [2025-06-20T10:32:59.950Z] cead71395325: Pushed [2025-06-20T10:32:59.950Z] 994456c4fd7b: Layer already exists [2025-06-20T10:32:59.950Z] 861f2f7975dc: Pushed [2025-06-20T10:32:59.950Z] f6e6426ddead: Pushed [2025-06-20T10:32:59.950Z] 4c4ab9fb6365: Pushed [2025-06-20T10:33:01.328Z] a3bf95374ac3: Pushed [2025-06-20T10:33:01.328Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:01.644Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:01.974Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-20T10:33:01.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-20T10:33:01.974Z] b3c9cc5c461b: Preparing [2025-06-20T10:33:01.974Z] efbfdbb69ec7: Preparing [2025-06-20T10:33:01.974Z] 9e0f9e3422ef: Preparing [2025-06-20T10:33:01.974Z] 6f56d9a9aeeb: Preparing [2025-06-20T10:33:01.974Z] 0faf1f8a66f7: Preparing [2025-06-20T10:33:01.974Z] 799f18b7c5a0: Preparing [2025-06-20T10:33:01.974Z] a3bf95374ac3: Preparing [2025-06-20T10:33:01.974Z] 47130cca76ab: Preparing [2025-06-20T10:33:01.974Z] 79d996c828fa: Preparing [2025-06-20T10:33:01.974Z] 722d85f0fa35: Preparing [2025-06-20T10:33:01.974Z] cead71395325: Preparing [2025-06-20T10:33:01.974Z] 5f70bf18a086: Preparing [2025-06-20T10:33:01.974Z] 861f2f7975dc: Preparing [2025-06-20T10:33:01.974Z] f6e6426ddead: Preparing [2025-06-20T10:33:01.974Z] 4c4ab9fb6365: Preparing [2025-06-20T10:33:01.974Z] 994456c4fd7b: Preparing [2025-06-20T10:33:01.974Z] 79d996c828fa: Waiting [2025-06-20T10:33:01.974Z] 722d85f0fa35: Waiting [2025-06-20T10:33:01.975Z] cead71395325: Waiting [2025-06-20T10:33:01.975Z] 5f70bf18a086: Waiting [2025-06-20T10:33:01.975Z] 861f2f7975dc: Waiting [2025-06-20T10:33:01.975Z] 799f18b7c5a0: Waiting [2025-06-20T10:33:01.975Z] f6e6426ddead: Waiting [2025-06-20T10:33:01.975Z] 4c4ab9fb6365: Waiting [2025-06-20T10:33:01.975Z] 994456c4fd7b: Waiting [2025-06-20T10:33:01.975Z] a3bf95374ac3: Waiting [2025-06-20T10:33:01.975Z] 47130cca76ab: Waiting [2025-06-20T10:33:01.975Z] efbfdbb69ec7: Layer already exists [2025-06-20T10:33:01.975Z] 6f56d9a9aeeb: Layer already exists [2025-06-20T10:33:01.975Z] 0faf1f8a66f7: Layer already exists [2025-06-20T10:33:01.975Z] b3c9cc5c461b: Layer already exists [2025-06-20T10:33:01.975Z] 9e0f9e3422ef: Layer already exists [2025-06-20T10:33:01.975Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:01.975Z] 799f18b7c5a0: Layer already exists [2025-06-20T10:33:01.975Z] a3bf95374ac3: Layer already exists [2025-06-20T10:33:01.975Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:01.975Z] 722d85f0fa35: Layer already exists [2025-06-20T10:33:01.975Z] cead71395325: Layer already exists [2025-06-20T10:33:01.975Z] 861f2f7975dc: Layer already exists [2025-06-20T10:33:01.975Z] 5f70bf18a086: Layer already exists [2025-06-20T10:33:01.975Z] f6e6426ddead: Layer already exists [2025-06-20T10:33:01.975Z] 4c4ab9fb6365: Layer already exists [2025-06-20T10:33:01.975Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:01.975Z] latest: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:02.295Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:02.622Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-20T10:33:02.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-20T10:33:02.623Z] b3c9cc5c461b: Preparing [2025-06-20T10:33:02.623Z] efbfdbb69ec7: Preparing [2025-06-20T10:33:02.623Z] 9e0f9e3422ef: Preparing [2025-06-20T10:33:02.623Z] 6f56d9a9aeeb: Preparing [2025-06-20T10:33:02.623Z] 0faf1f8a66f7: Preparing [2025-06-20T10:33:02.623Z] 799f18b7c5a0: Preparing [2025-06-20T10:33:02.623Z] a3bf95374ac3: Preparing [2025-06-20T10:33:02.623Z] 47130cca76ab: Preparing [2025-06-20T10:33:02.623Z] 79d996c828fa: Preparing [2025-06-20T10:33:02.623Z] 722d85f0fa35: Preparing [2025-06-20T10:33:02.623Z] cead71395325: Preparing [2025-06-20T10:33:02.623Z] 5f70bf18a086: Preparing [2025-06-20T10:33:02.623Z] 861f2f7975dc: Preparing [2025-06-20T10:33:02.623Z] f6e6426ddead: Preparing [2025-06-20T10:33:02.623Z] 4c4ab9fb6365: Preparing [2025-06-20T10:33:02.623Z] 994456c4fd7b: Preparing [2025-06-20T10:33:02.623Z] 79d996c828fa: Waiting [2025-06-20T10:33:02.623Z] 722d85f0fa35: Waiting [2025-06-20T10:33:02.623Z] cead71395325: Waiting [2025-06-20T10:33:02.623Z] 5f70bf18a086: Waiting [2025-06-20T10:33:02.623Z] 861f2f7975dc: Waiting [2025-06-20T10:33:02.623Z] f6e6426ddead: Waiting [2025-06-20T10:33:02.623Z] 4c4ab9fb6365: Waiting [2025-06-20T10:33:02.623Z] 994456c4fd7b: Waiting [2025-06-20T10:33:02.623Z] 799f18b7c5a0: Waiting [2025-06-20T10:33:02.623Z] a3bf95374ac3: Waiting [2025-06-20T10:33:02.623Z] 47130cca76ab: Waiting [2025-06-20T10:33:02.623Z] efbfdbb69ec7: Layer already exists [2025-06-20T10:33:02.623Z] 0faf1f8a66f7: Layer already exists [2025-06-20T10:33:02.623Z] b3c9cc5c461b: Layer already exists [2025-06-20T10:33:02.623Z] 9e0f9e3422ef: Layer already exists [2025-06-20T10:33:02.623Z] 6f56d9a9aeeb: Layer already exists [2025-06-20T10:33:02.623Z] 799f18b7c5a0: Layer already exists [2025-06-20T10:33:02.623Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:02.623Z] 722d85f0fa35: Layer already exists [2025-06-20T10:33:02.623Z] a3bf95374ac3: Layer already exists [2025-06-20T10:33:02.623Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:02.623Z] 5f70bf18a086: Layer already exists [2025-06-20T10:33:02.623Z] cead71395325: Layer already exists [2025-06-20T10:33:02.623Z] f6e6426ddead: Layer already exists [2025-06-20T10:33:02.623Z] 4c4ab9fb6365: Layer already exists [2025-06-20T10:33:02.623Z] 861f2f7975dc: Layer already exists [2025-06-20T10:33:02.623Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:02.623Z] 4.1.0-dev.26: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:02.949Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:03.284Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:03.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-20T10:33:03.285Z] b3c9cc5c461b: Preparing [2025-06-20T10:33:03.285Z] efbfdbb69ec7: Preparing [2025-06-20T10:33:03.285Z] 9e0f9e3422ef: Preparing [2025-06-20T10:33:03.285Z] 6f56d9a9aeeb: Preparing [2025-06-20T10:33:03.285Z] 0faf1f8a66f7: Preparing [2025-06-20T10:33:03.285Z] 799f18b7c5a0: Preparing [2025-06-20T10:33:03.285Z] a3bf95374ac3: Preparing [2025-06-20T10:33:03.285Z] 47130cca76ab: Preparing [2025-06-20T10:33:03.285Z] 79d996c828fa: Preparing [2025-06-20T10:33:03.285Z] 722d85f0fa35: Preparing [2025-06-20T10:33:03.285Z] cead71395325: Preparing [2025-06-20T10:33:03.285Z] 5f70bf18a086: Preparing [2025-06-20T10:33:03.285Z] 861f2f7975dc: Preparing [2025-06-20T10:33:03.285Z] 799f18b7c5a0: Waiting [2025-06-20T10:33:03.285Z] 47130cca76ab: Waiting [2025-06-20T10:33:03.285Z] 79d996c828fa: Waiting [2025-06-20T10:33:03.285Z] 722d85f0fa35: Waiting [2025-06-20T10:33:03.285Z] cead71395325: Waiting [2025-06-20T10:33:03.285Z] a3bf95374ac3: Waiting [2025-06-20T10:33:03.285Z] 5f70bf18a086: Waiting [2025-06-20T10:33:03.285Z] f6e6426ddead: Preparing [2025-06-20T10:33:03.285Z] 4c4ab9fb6365: Preparing [2025-06-20T10:33:03.285Z] 861f2f7975dc: Waiting [2025-06-20T10:33:03.285Z] f6e6426ddead: Waiting [2025-06-20T10:33:03.285Z] 994456c4fd7b: Preparing [2025-06-20T10:33:03.285Z] 4c4ab9fb6365: Waiting [2025-06-20T10:33:03.285Z] b3c9cc5c461b: Layer already exists [2025-06-20T10:33:03.285Z] 0faf1f8a66f7: Layer already exists [2025-06-20T10:33:03.285Z] efbfdbb69ec7: Layer already exists [2025-06-20T10:33:03.285Z] 6f56d9a9aeeb: Layer already exists [2025-06-20T10:33:03.285Z] 9e0f9e3422ef: Layer already exists [2025-06-20T10:33:03.285Z] 799f18b7c5a0: Layer already exists [2025-06-20T10:33:03.285Z] a3bf95374ac3: Layer already exists [2025-06-20T10:33:03.285Z] 722d85f0fa35: Layer already exists [2025-06-20T10:33:03.285Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:03.285Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:03.285Z] cead71395325: Layer already exists [2025-06-20T10:33:03.285Z] 5f70bf18a086: Layer already exists [2025-06-20T10:33:03.285Z] f6e6426ddead: Layer already exists [2025-06-20T10:33:03.285Z] 861f2f7975dc: Layer already exists [2025-06-20T10:33:03.285Z] 4c4ab9fb6365: Layer already exists [2025-06-20T10:33:03.285Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:03.285Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:03.617Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:03.946Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-20T10:33:03.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-20T10:33:03.946Z] b3c9cc5c461b: Preparing [2025-06-20T10:33:03.946Z] efbfdbb69ec7: Preparing [2025-06-20T10:33:03.946Z] 9e0f9e3422ef: Preparing [2025-06-20T10:33:03.946Z] 6f56d9a9aeeb: Preparing [2025-06-20T10:33:03.946Z] 0faf1f8a66f7: Preparing [2025-06-20T10:33:03.946Z] 799f18b7c5a0: Preparing [2025-06-20T10:33:03.946Z] a3bf95374ac3: Preparing [2025-06-20T10:33:03.946Z] 47130cca76ab: Preparing [2025-06-20T10:33:03.946Z] 79d996c828fa: Preparing [2025-06-20T10:33:03.946Z] 722d85f0fa35: Preparing [2025-06-20T10:33:03.946Z] cead71395325: Preparing [2025-06-20T10:33:03.946Z] 5f70bf18a086: Preparing [2025-06-20T10:33:03.946Z] 861f2f7975dc: Preparing [2025-06-20T10:33:03.946Z] f6e6426ddead: Preparing [2025-06-20T10:33:03.946Z] 4c4ab9fb6365: Preparing [2025-06-20T10:33:03.946Z] 994456c4fd7b: Preparing [2025-06-20T10:33:03.946Z] 722d85f0fa35: Waiting [2025-06-20T10:33:03.946Z] 799f18b7c5a0: Waiting [2025-06-20T10:33:03.946Z] cead71395325: Waiting [2025-06-20T10:33:03.946Z] 47130cca76ab: Waiting [2025-06-20T10:33:03.946Z] a3bf95374ac3: Waiting [2025-06-20T10:33:03.946Z] 5f70bf18a086: Waiting [2025-06-20T10:33:03.946Z] 4c4ab9fb6365: Waiting [2025-06-20T10:33:03.946Z] 861f2f7975dc: Waiting [2025-06-20T10:33:03.946Z] 79d996c828fa: Waiting [2025-06-20T10:33:03.946Z] f6e6426ddead: Waiting [2025-06-20T10:33:03.946Z] 994456c4fd7b: Waiting [2025-06-20T10:33:03.946Z] 0faf1f8a66f7: Layer already exists [2025-06-20T10:33:03.946Z] 6f56d9a9aeeb: Layer already exists [2025-06-20T10:33:03.946Z] 9e0f9e3422ef: Layer already exists [2025-06-20T10:33:03.946Z] efbfdbb69ec7: Layer already exists [2025-06-20T10:33:03.946Z] b3c9cc5c461b: Layer already exists [2025-06-20T10:33:03.946Z] 799f18b7c5a0: Layer already exists [2025-06-20T10:33:03.946Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:03.946Z] 722d85f0fa35: Layer already exists [2025-06-20T10:33:03.946Z] a3bf95374ac3: Layer already exists [2025-06-20T10:33:03.946Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:03.946Z] 5f70bf18a086: Layer already exists [2025-06-20T10:33:03.946Z] f6e6426ddead: Layer already exists [2025-06-20T10:33:03.946Z] cead71395325: Layer already exists [2025-06-20T10:33:03.946Z] 861f2f7975dc: Layer already exists [2025-06-20T10:33:03.946Z] 4c4ab9fb6365: Layer already exists [2025-06-20T10:33:03.946Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:03.946Z] main: digest: sha256:c5be8b7c6a3a8d7973c2a152b0c6cdae43ef3a3cd9013e7455c4c5687e38a255 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:33:04.025Z] ===================================================== [Pipeline] echo [2025-06-20T10:33:04.041Z] taggedImages: [2025-06-20T10:33:04.041Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:04.041Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-20T10:33:04.041Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-20T10:33:04.042Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:04.042Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-20T10:33:04.070Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-20T10:33:04.070Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:04.070Z] latest [2025-06-20T10:33:04.070Z] 4.1.0-dev.26 [2025-06-20T10:33:04.070Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:04.070Z] main [2025-06-20T10:33:04.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:04.428Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:04.751Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:04.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-20T10:33:04.751Z] 1194c700232c: Preparing [2025-06-20T10:33:04.751Z] d9fbe0c2ca88: Preparing [2025-06-20T10:33:04.751Z] a3b3e3e74ad3: Preparing [2025-06-20T10:33:04.751Z] dd4a0201a453: Preparing [2025-06-20T10:33:04.751Z] 47130cca76ab: Preparing [2025-06-20T10:33:04.751Z] 79d996c828fa: Preparing [2025-06-20T10:33:04.751Z] dfa5b52d2111: Preparing [2025-06-20T10:33:04.751Z] 451f1a03b084: Preparing [2025-06-20T10:33:04.751Z] 994456c4fd7b: Preparing [2025-06-20T10:33:04.751Z] 79d996c828fa: Waiting [2025-06-20T10:33:04.751Z] dfa5b52d2111: Waiting [2025-06-20T10:33:04.751Z] 451f1a03b084: Waiting [2025-06-20T10:33:04.751Z] 994456c4fd7b: Waiting [2025-06-20T10:33:04.751Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:04.751Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:04.751Z] dfa5b52d2111: Layer already exists [2025-06-20T10:33:04.751Z] 451f1a03b084: Layer already exists [2025-06-20T10:33:04.751Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:04.751Z] d9fbe0c2ca88: Pushed [2025-06-20T10:33:04.751Z] a3b3e3e74ad3: Pushed [2025-06-20T10:33:04.751Z] 1194c700232c: Pushed [2025-06-20T10:33:08.039Z] dd4a0201a453: Pushed [2025-06-20T10:33:08.039Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:08.363Z] + 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-20T10:33:08.686Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-20T10:33:08.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-20T10:33:08.686Z] 1194c700232c: Preparing [2025-06-20T10:33:08.686Z] d9fbe0c2ca88: Preparing [2025-06-20T10:33:08.686Z] a3b3e3e74ad3: Preparing [2025-06-20T10:33:08.686Z] dd4a0201a453: Preparing [2025-06-20T10:33:08.686Z] 47130cca76ab: Preparing [2025-06-20T10:33:08.686Z] 79d996c828fa: Preparing [2025-06-20T10:33:08.686Z] dfa5b52d2111: Preparing [2025-06-20T10:33:08.686Z] 451f1a03b084: Preparing [2025-06-20T10:33:08.686Z] 994456c4fd7b: Preparing [2025-06-20T10:33:08.686Z] 79d996c828fa: Waiting [2025-06-20T10:33:08.686Z] 451f1a03b084: Waiting [2025-06-20T10:33:08.686Z] 994456c4fd7b: Waiting [2025-06-20T10:33:08.686Z] d9fbe0c2ca88: Layer already exists [2025-06-20T10:33:08.686Z] 1194c700232c: Layer already exists [2025-06-20T10:33:08.686Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:08.686Z] dd4a0201a453: Layer already exists [2025-06-20T10:33:08.686Z] a3b3e3e74ad3: Layer already exists [2025-06-20T10:33:08.686Z] dfa5b52d2111: Layer already exists [2025-06-20T10:33:08.686Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:08.686Z] 451f1a03b084: Layer already exists [2025-06-20T10:33:08.686Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:08.686Z] latest: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:09.011Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:09.334Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-20T10:33:09.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-20T10:33:09.335Z] 1194c700232c: Preparing [2025-06-20T10:33:09.335Z] d9fbe0c2ca88: Preparing [2025-06-20T10:33:09.335Z] a3b3e3e74ad3: Preparing [2025-06-20T10:33:09.335Z] dd4a0201a453: Preparing [2025-06-20T10:33:09.335Z] 47130cca76ab: Preparing [2025-06-20T10:33:09.335Z] 79d996c828fa: Preparing [2025-06-20T10:33:09.335Z] dfa5b52d2111: Preparing [2025-06-20T10:33:09.335Z] 451f1a03b084: Preparing [2025-06-20T10:33:09.335Z] 994456c4fd7b: Preparing [2025-06-20T10:33:09.335Z] 451f1a03b084: Waiting [2025-06-20T10:33:09.335Z] 79d996c828fa: Waiting [2025-06-20T10:33:09.335Z] dfa5b52d2111: Waiting [2025-06-20T10:33:09.335Z] 994456c4fd7b: Waiting [2025-06-20T10:33:09.335Z] dd4a0201a453: Layer already exists [2025-06-20T10:33:09.335Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:09.335Z] d9fbe0c2ca88: Layer already exists [2025-06-20T10:33:09.335Z] a3b3e3e74ad3: Layer already exists [2025-06-20T10:33:09.335Z] 1194c700232c: Layer already exists [2025-06-20T10:33:09.335Z] dfa5b52d2111: Layer already exists [2025-06-20T10:33:09.335Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:09.335Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:09.335Z] 451f1a03b084: Layer already exists [2025-06-20T10:33:09.335Z] 4.1.0-dev.26: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:09.660Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:09.987Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:09.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-20T10:33:09.987Z] 1194c700232c: Preparing [2025-06-20T10:33:09.987Z] d9fbe0c2ca88: Preparing [2025-06-20T10:33:09.987Z] a3b3e3e74ad3: Preparing [2025-06-20T10:33:09.987Z] dd4a0201a453: Preparing [2025-06-20T10:33:09.987Z] 47130cca76ab: Preparing [2025-06-20T10:33:09.987Z] 79d996c828fa: Preparing [2025-06-20T10:33:09.987Z] dfa5b52d2111: Preparing [2025-06-20T10:33:09.987Z] 451f1a03b084: Preparing [2025-06-20T10:33:09.987Z] 994456c4fd7b: Preparing [2025-06-20T10:33:09.987Z] dfa5b52d2111: Waiting [2025-06-20T10:33:09.987Z] 451f1a03b084: Waiting [2025-06-20T10:33:09.987Z] 994456c4fd7b: Waiting [2025-06-20T10:33:09.987Z] 79d996c828fa: Waiting [2025-06-20T10:33:09.987Z] d9fbe0c2ca88: Layer already exists [2025-06-20T10:33:09.987Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:09.987Z] dd4a0201a453: Layer already exists [2025-06-20T10:33:09.987Z] a3b3e3e74ad3: Layer already exists [2025-06-20T10:33:09.987Z] 1194c700232c: Layer already exists [2025-06-20T10:33:09.987Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:09.987Z] dfa5b52d2111: Layer already exists [2025-06-20T10:33:09.987Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:09.987Z] 451f1a03b084: Layer already exists [2025-06-20T10:33:09.987Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:10.313Z] + 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-20T10:33:10.636Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-20T10:33:10.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-20T10:33:10.636Z] 1194c700232c: Preparing [2025-06-20T10:33:10.636Z] d9fbe0c2ca88: Preparing [2025-06-20T10:33:10.636Z] a3b3e3e74ad3: Preparing [2025-06-20T10:33:10.636Z] dd4a0201a453: Preparing [2025-06-20T10:33:10.636Z] 47130cca76ab: Preparing [2025-06-20T10:33:10.636Z] 79d996c828fa: Preparing [2025-06-20T10:33:10.636Z] dfa5b52d2111: Preparing [2025-06-20T10:33:10.636Z] 451f1a03b084: Preparing [2025-06-20T10:33:10.636Z] 994456c4fd7b: Preparing [2025-06-20T10:33:10.636Z] 79d996c828fa: Waiting [2025-06-20T10:33:10.636Z] dfa5b52d2111: Waiting [2025-06-20T10:33:10.636Z] 451f1a03b084: Waiting [2025-06-20T10:33:10.636Z] 994456c4fd7b: Waiting [2025-06-20T10:33:10.636Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:10.636Z] 1194c700232c: Layer already exists [2025-06-20T10:33:10.636Z] a3b3e3e74ad3: Layer already exists [2025-06-20T10:33:10.636Z] dd4a0201a453: Layer already exists [2025-06-20T10:33:10.636Z] d9fbe0c2ca88: Layer already exists [2025-06-20T10:33:10.636Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:10.636Z] 451f1a03b084: Layer already exists [2025-06-20T10:33:10.636Z] dfa5b52d2111: Layer already exists [2025-06-20T10:33:10.636Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:10.636Z] main: digest: sha256:bab6c32c84f47c3a886d2b6f7d6b6d10e88cd2db87706b2d67564e59a7e75890 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:33:10.715Z] ===================================================== [Pipeline] echo [2025-06-20T10:33:10.739Z] taggedImages: [2025-06-20T10:33:10.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:10.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-20T10:33:10.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-20T10:33:10.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:10.739Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-20T10:33:10.775Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-20T10:33:10.775Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:10.775Z] latest [2025-06-20T10:33:10.775Z] 4.1.0-dev.26 [2025-06-20T10:33:10.775Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:10.775Z] main [2025-06-20T10:33:10.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:11.120Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:11.440Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:11.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-20T10:33:11.440Z] e871a53d985b: Preparing [2025-06-20T10:33:11.440Z] fdfe27db06b8: Preparing [2025-06-20T10:33:11.440Z] 010c4a2c973a: Preparing [2025-06-20T10:33:11.440Z] 1d5f9b3fd2a7: Preparing [2025-06-20T10:33:11.440Z] 365051c6d01d: Preparing [2025-06-20T10:33:11.440Z] 47130cca76ab: Preparing [2025-06-20T10:33:11.440Z] 79d996c828fa: Preparing [2025-06-20T10:33:11.440Z] ae6dad6bbaef: Preparing [2025-06-20T10:33:11.440Z] c4b1b36bd5bd: Preparing [2025-06-20T10:33:11.440Z] 79d996c828fa: Waiting [2025-06-20T10:33:11.440Z] ae6dad6bbaef: Waiting [2025-06-20T10:33:11.440Z] 20859ff0ae9c: Preparing [2025-06-20T10:33:11.440Z] 994456c4fd7b: Preparing [2025-06-20T10:33:11.440Z] 20859ff0ae9c: Waiting [2025-06-20T10:33:11.440Z] c4b1b36bd5bd: Waiting [2025-06-20T10:33:11.440Z] 994456c4fd7b: Waiting [2025-06-20T10:33:11.440Z] 365051c6d01d: Pushed [2025-06-20T10:33:11.440Z] e871a53d985b: Pushed [2025-06-20T10:33:11.440Z] fdfe27db06b8: Pushed [2025-06-20T10:33:11.440Z] 1d5f9b3fd2a7: Pushed [2025-06-20T10:33:11.440Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:11.440Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:11.440Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:11.440Z] ae6dad6bbaef: Pushed [2025-06-20T10:33:11.698Z] c4b1b36bd5bd: Pushed [2025-06-20T10:33:13.148Z] 20859ff0ae9c: Pushed [2025-06-20T10:33:13.431Z] 010c4a2c973a: Pushed [2025-06-20T10:33:13.705Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:14.078Z] + 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-20T10:33:14.463Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-20T10:33:14.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-20T10:33:14.463Z] e871a53d985b: Preparing [2025-06-20T10:33:14.463Z] fdfe27db06b8: Preparing [2025-06-20T10:33:14.463Z] 010c4a2c973a: Preparing [2025-06-20T10:33:14.463Z] 1d5f9b3fd2a7: Preparing [2025-06-20T10:33:14.463Z] 365051c6d01d: Preparing [2025-06-20T10:33:14.463Z] 47130cca76ab: Preparing [2025-06-20T10:33:14.463Z] 79d996c828fa: Preparing [2025-06-20T10:33:14.463Z] ae6dad6bbaef: Preparing [2025-06-20T10:33:14.463Z] c4b1b36bd5bd: Preparing [2025-06-20T10:33:14.463Z] 20859ff0ae9c: Preparing [2025-06-20T10:33:14.463Z] 994456c4fd7b: Preparing [2025-06-20T10:33:14.463Z] c4b1b36bd5bd: Waiting [2025-06-20T10:33:14.463Z] 47130cca76ab: Waiting [2025-06-20T10:33:14.463Z] 20859ff0ae9c: Waiting [2025-06-20T10:33:14.463Z] ae6dad6bbaef: Waiting [2025-06-20T10:33:14.463Z] 994456c4fd7b: Waiting [2025-06-20T10:33:14.463Z] 79d996c828fa: Waiting [2025-06-20T10:33:14.463Z] fdfe27db06b8: Layer already exists [2025-06-20T10:33:14.463Z] 1d5f9b3fd2a7: Layer already exists [2025-06-20T10:33:14.463Z] e871a53d985b: Layer already exists [2025-06-20T10:33:14.463Z] 010c4a2c973a: Layer already exists [2025-06-20T10:33:14.463Z] 365051c6d01d: Layer already exists [2025-06-20T10:33:14.463Z] ae6dad6bbaef: Layer already exists [2025-06-20T10:33:14.463Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:14.463Z] 20859ff0ae9c: Layer already exists [2025-06-20T10:33:14.463Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:14.463Z] c4b1b36bd5bd: Layer already exists [2025-06-20T10:33:14.463Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:14.463Z] latest: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:14.795Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:15.131Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-20T10:33:15.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-20T10:33:15.131Z] e871a53d985b: Preparing [2025-06-20T10:33:15.131Z] fdfe27db06b8: Preparing [2025-06-20T10:33:15.131Z] 010c4a2c973a: Preparing [2025-06-20T10:33:15.131Z] 1d5f9b3fd2a7: Preparing [2025-06-20T10:33:15.131Z] 365051c6d01d: Preparing [2025-06-20T10:33:15.131Z] 47130cca76ab: Preparing [2025-06-20T10:33:15.131Z] 79d996c828fa: Preparing [2025-06-20T10:33:15.131Z] ae6dad6bbaef: Preparing [2025-06-20T10:33:15.131Z] c4b1b36bd5bd: Preparing [2025-06-20T10:33:15.131Z] 20859ff0ae9c: Preparing [2025-06-20T10:33:15.131Z] 994456c4fd7b: Preparing [2025-06-20T10:33:15.131Z] 79d996c828fa: Waiting [2025-06-20T10:33:15.131Z] ae6dad6bbaef: Waiting [2025-06-20T10:33:15.131Z] c4b1b36bd5bd: Waiting [2025-06-20T10:33:15.131Z] 20859ff0ae9c: Waiting [2025-06-20T10:33:15.131Z] 994456c4fd7b: Waiting [2025-06-20T10:33:15.131Z] 47130cca76ab: Waiting [2025-06-20T10:33:15.131Z] 1d5f9b3fd2a7: Layer already exists [2025-06-20T10:33:15.131Z] e871a53d985b: Layer already exists [2025-06-20T10:33:15.131Z] fdfe27db06b8: Layer already exists [2025-06-20T10:33:15.131Z] 010c4a2c973a: Layer already exists [2025-06-20T10:33:15.131Z] 365051c6d01d: Layer already exists [2025-06-20T10:33:15.131Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:15.131Z] ae6dad6bbaef: Layer already exists [2025-06-20T10:33:15.131Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:15.131Z] c4b1b36bd5bd: Layer already exists [2025-06-20T10:33:15.131Z] 20859ff0ae9c: Layer already exists [2025-06-20T10:33:15.131Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:15.131Z] 4.1.0-dev.26: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:15.463Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:15.792Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:15.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-20T10:33:15.792Z] e871a53d985b: Preparing [2025-06-20T10:33:15.792Z] fdfe27db06b8: Preparing [2025-06-20T10:33:15.792Z] 010c4a2c973a: Preparing [2025-06-20T10:33:15.792Z] 1d5f9b3fd2a7: Preparing [2025-06-20T10:33:15.792Z] 365051c6d01d: Preparing [2025-06-20T10:33:15.792Z] 47130cca76ab: Preparing [2025-06-20T10:33:15.792Z] 79d996c828fa: Preparing [2025-06-20T10:33:15.792Z] ae6dad6bbaef: Preparing [2025-06-20T10:33:15.792Z] c4b1b36bd5bd: Preparing [2025-06-20T10:33:15.792Z] 20859ff0ae9c: Preparing [2025-06-20T10:33:15.792Z] 994456c4fd7b: Preparing [2025-06-20T10:33:15.792Z] 47130cca76ab: Waiting [2025-06-20T10:33:15.792Z] 79d996c828fa: Waiting [2025-06-20T10:33:15.792Z] ae6dad6bbaef: Waiting [2025-06-20T10:33:15.792Z] 20859ff0ae9c: Waiting [2025-06-20T10:33:15.792Z] c4b1b36bd5bd: Waiting [2025-06-20T10:33:15.792Z] 994456c4fd7b: Waiting [2025-06-20T10:33:15.792Z] 365051c6d01d: Layer already exists [2025-06-20T10:33:15.792Z] 010c4a2c973a: Layer already exists [2025-06-20T10:33:15.792Z] 1d5f9b3fd2a7: Layer already exists [2025-06-20T10:33:15.792Z] fdfe27db06b8: Layer already exists [2025-06-20T10:33:15.792Z] e871a53d985b: Layer already exists [2025-06-20T10:33:15.792Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:15.792Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:15.792Z] ae6dad6bbaef: Layer already exists [2025-06-20T10:33:15.792Z] c4b1b36bd5bd: Layer already exists [2025-06-20T10:33:15.792Z] 20859ff0ae9c: Layer already exists [2025-06-20T10:33:15.792Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:15.792Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:16.123Z] + 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-20T10:33:16.447Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-20T10:33:16.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-20T10:33:16.447Z] e871a53d985b: Preparing [2025-06-20T10:33:16.447Z] fdfe27db06b8: Preparing [2025-06-20T10:33:16.447Z] 010c4a2c973a: Preparing [2025-06-20T10:33:16.447Z] 1d5f9b3fd2a7: Preparing [2025-06-20T10:33:16.447Z] 365051c6d01d: Preparing [2025-06-20T10:33:16.447Z] 47130cca76ab: Preparing [2025-06-20T10:33:16.447Z] 79d996c828fa: Preparing [2025-06-20T10:33:16.447Z] ae6dad6bbaef: Preparing [2025-06-20T10:33:16.447Z] c4b1b36bd5bd: Preparing [2025-06-20T10:33:16.448Z] 20859ff0ae9c: Preparing [2025-06-20T10:33:16.448Z] 994456c4fd7b: Preparing [2025-06-20T10:33:16.448Z] ae6dad6bbaef: Waiting [2025-06-20T10:33:16.448Z] c4b1b36bd5bd: Waiting [2025-06-20T10:33:16.448Z] 47130cca76ab: Waiting [2025-06-20T10:33:16.448Z] 20859ff0ae9c: Waiting [2025-06-20T10:33:16.448Z] 994456c4fd7b: Waiting [2025-06-20T10:33:16.448Z] 010c4a2c973a: Layer already exists [2025-06-20T10:33:16.448Z] 1d5f9b3fd2a7: Layer already exists [2025-06-20T10:33:16.448Z] e871a53d985b: Layer already exists [2025-06-20T10:33:16.448Z] 365051c6d01d: Layer already exists [2025-06-20T10:33:16.448Z] fdfe27db06b8: Layer already exists [2025-06-20T10:33:16.448Z] ae6dad6bbaef: Layer already exists [2025-06-20T10:33:16.448Z] c4b1b36bd5bd: Layer already exists [2025-06-20T10:33:16.448Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:16.448Z] 20859ff0ae9c: Layer already exists [2025-06-20T10:33:16.448Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:16.448Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:16.448Z] main: digest: sha256:0ebede50b7be4b8f12e7f82e3ffde33ec19c974f3df2a928df97db1483527e7d size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:33:16.520Z] ===================================================== [Pipeline] echo [2025-06-20T10:33:16.532Z] taggedImages: [2025-06-20T10:33:16.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:16.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-20T10:33:16.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-20T10:33:16.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:16.532Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-20T10:33:16.558Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-20T10:33:16.558Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:16.558Z] latest [2025-06-20T10:33:16.558Z] 4.1.0-dev.26 [2025-06-20T10:33:16.558Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:16.558Z] main [2025-06-20T10:33:16.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:16.898Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:17.217Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:17.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-20T10:33:17.217Z] ba298780d23f: Preparing [2025-06-20T10:33:17.217Z] 7d3675d3547a: Preparing [2025-06-20T10:33:17.217Z] 7acb30b36e4d: Preparing [2025-06-20T10:33:17.217Z] 48bd14adeecb: Preparing [2025-06-20T10:33:17.217Z] 826fcd538159: Preparing [2025-06-20T10:33:17.217Z] ee2c2faa8acb: Preparing [2025-06-20T10:33:17.217Z] b4e8ba317816: Preparing [2025-06-20T10:33:17.217Z] 47130cca76ab: Preparing [2025-06-20T10:33:17.217Z] 79d996c828fa: Preparing [2025-06-20T10:33:17.217Z] 2b12bdc16846: Preparing [2025-06-20T10:33:17.217Z] f19b0712ae89: Preparing [2025-06-20T10:33:17.217Z] 994456c4fd7b: Preparing [2025-06-20T10:33:17.217Z] 47130cca76ab: Waiting [2025-06-20T10:33:17.217Z] 994456c4fd7b: Waiting [2025-06-20T10:33:17.217Z] 79d996c828fa: Waiting [2025-06-20T10:33:17.217Z] ee2c2faa8acb: Waiting [2025-06-20T10:33:17.217Z] f19b0712ae89: Waiting [2025-06-20T10:33:17.217Z] 2b12bdc16846: Waiting [2025-06-20T10:33:17.217Z] b4e8ba317816: Waiting [2025-06-20T10:33:17.217Z] ba298780d23f: Pushed [2025-06-20T10:33:17.217Z] 7d3675d3547a: Pushed [2025-06-20T10:33:17.217Z] 826fcd538159: Pushed [2025-06-20T10:33:17.217Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:17.217Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:17.475Z] ee2c2faa8acb: Pushed [2025-06-20T10:33:17.475Z] b4e8ba317816: Pushed [2025-06-20T10:33:17.475Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:17.475Z] 2b12bdc16846: Pushed [2025-06-20T10:33:18.850Z] f19b0712ae89: Pushed [2025-06-20T10:33:19.110Z] 48bd14adeecb: Pushed [2025-06-20T10:33:20.044Z] 7acb30b36e4d: Pushed [2025-06-20T10:33:20.303Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:20.626Z] + 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-20T10:33:20.945Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-20T10:33:20.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-20T10:33:20.945Z] ba298780d23f: Preparing [2025-06-20T10:33:20.945Z] 7d3675d3547a: Preparing [2025-06-20T10:33:20.945Z] 7acb30b36e4d: Preparing [2025-06-20T10:33:20.945Z] 48bd14adeecb: Preparing [2025-06-20T10:33:20.945Z] 826fcd538159: Preparing [2025-06-20T10:33:20.945Z] ee2c2faa8acb: Preparing [2025-06-20T10:33:20.945Z] b4e8ba317816: Preparing [2025-06-20T10:33:20.945Z] 47130cca76ab: Preparing [2025-06-20T10:33:20.945Z] 79d996c828fa: Preparing [2025-06-20T10:33:20.945Z] 2b12bdc16846: Preparing [2025-06-20T10:33:20.945Z] f19b0712ae89: Preparing [2025-06-20T10:33:20.945Z] 994456c4fd7b: Preparing [2025-06-20T10:33:20.945Z] b4e8ba317816: Waiting [2025-06-20T10:33:20.945Z] 47130cca76ab: Waiting [2025-06-20T10:33:20.945Z] f19b0712ae89: Waiting [2025-06-20T10:33:20.945Z] 994456c4fd7b: Waiting [2025-06-20T10:33:20.945Z] 2b12bdc16846: Waiting [2025-06-20T10:33:20.945Z] ee2c2faa8acb: Waiting [2025-06-20T10:33:20.945Z] 79d996c828fa: Waiting [2025-06-20T10:33:20.945Z] 48bd14adeecb: Layer already exists [2025-06-20T10:33:20.945Z] 826fcd538159: Layer already exists [2025-06-20T10:33:20.945Z] 7d3675d3547a: Layer already exists [2025-06-20T10:33:20.945Z] 7acb30b36e4d: Layer already exists [2025-06-20T10:33:20.945Z] ba298780d23f: Layer already exists [2025-06-20T10:33:20.945Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:20.945Z] b4e8ba317816: Layer already exists [2025-06-20T10:33:20.945Z] ee2c2faa8acb: Layer already exists [2025-06-20T10:33:20.945Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:20.945Z] 2b12bdc16846: Layer already exists [2025-06-20T10:33:20.945Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:20.945Z] f19b0712ae89: Layer already exists [2025-06-20T10:33:20.945Z] latest: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:21.280Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:21.686Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-20T10:33:21.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-20T10:33:21.686Z] ba298780d23f: Preparing [2025-06-20T10:33:21.686Z] 7d3675d3547a: Preparing [2025-06-20T10:33:21.686Z] 7acb30b36e4d: Preparing [2025-06-20T10:33:21.686Z] 48bd14adeecb: Preparing [2025-06-20T10:33:21.686Z] 826fcd538159: Preparing [2025-06-20T10:33:21.686Z] ee2c2faa8acb: Preparing [2025-06-20T10:33:21.686Z] b4e8ba317816: Preparing [2025-06-20T10:33:21.686Z] 47130cca76ab: Preparing [2025-06-20T10:33:21.686Z] 79d996c828fa: Preparing [2025-06-20T10:33:21.686Z] 2b12bdc16846: Preparing [2025-06-20T10:33:21.686Z] f19b0712ae89: Preparing [2025-06-20T10:33:21.686Z] 994456c4fd7b: Preparing [2025-06-20T10:33:21.686Z] ee2c2faa8acb: Waiting [2025-06-20T10:33:21.686Z] 47130cca76ab: Waiting [2025-06-20T10:33:21.686Z] 2b12bdc16846: Waiting [2025-06-20T10:33:21.686Z] b4e8ba317816: Waiting [2025-06-20T10:33:21.686Z] 79d996c828fa: Waiting [2025-06-20T10:33:21.686Z] 7d3675d3547a: Layer already exists [2025-06-20T10:33:21.686Z] 826fcd538159: Layer already exists [2025-06-20T10:33:21.686Z] 7acb30b36e4d: Layer already exists [2025-06-20T10:33:21.686Z] ba298780d23f: Layer already exists [2025-06-20T10:33:21.686Z] 48bd14adeecb: Layer already exists [2025-06-20T10:33:21.686Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:21.686Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:21.686Z] b4e8ba317816: Layer already exists [2025-06-20T10:33:21.686Z] ee2c2faa8acb: Layer already exists [2025-06-20T10:33:21.686Z] 2b12bdc16846: Layer already exists [2025-06-20T10:33:21.686Z] f19b0712ae89: Layer already exists [2025-06-20T10:33:21.686Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:21.686Z] 4.1.0-dev.26: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:22.006Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:22.328Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:22.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-20T10:33:22.328Z] ba298780d23f: Preparing [2025-06-20T10:33:22.328Z] 7d3675d3547a: Preparing [2025-06-20T10:33:22.328Z] 7acb30b36e4d: Preparing [2025-06-20T10:33:22.328Z] 48bd14adeecb: Preparing [2025-06-20T10:33:22.328Z] 826fcd538159: Preparing [2025-06-20T10:33:22.328Z] ee2c2faa8acb: Preparing [2025-06-20T10:33:22.328Z] b4e8ba317816: Preparing [2025-06-20T10:33:22.328Z] 47130cca76ab: Preparing [2025-06-20T10:33:22.328Z] 79d996c828fa: Preparing [2025-06-20T10:33:22.328Z] 2b12bdc16846: Preparing [2025-06-20T10:33:22.328Z] f19b0712ae89: Preparing [2025-06-20T10:33:22.328Z] 994456c4fd7b: Preparing [2025-06-20T10:33:22.328Z] b4e8ba317816: Waiting [2025-06-20T10:33:22.328Z] ee2c2faa8acb: Waiting [2025-06-20T10:33:22.328Z] 79d996c828fa: Waiting [2025-06-20T10:33:22.328Z] 2b12bdc16846: Waiting [2025-06-20T10:33:22.328Z] 994456c4fd7b: Waiting [2025-06-20T10:33:22.328Z] f19b0712ae89: Waiting [2025-06-20T10:33:22.328Z] 47130cca76ab: Waiting [2025-06-20T10:33:22.328Z] 7d3675d3547a: Layer already exists [2025-06-20T10:33:22.328Z] 826fcd538159: Layer already exists [2025-06-20T10:33:22.328Z] 48bd14adeecb: Layer already exists [2025-06-20T10:33:22.328Z] ba298780d23f: Layer already exists [2025-06-20T10:33:22.328Z] 7acb30b36e4d: Layer already exists [2025-06-20T10:33:22.328Z] ee2c2faa8acb: Layer already exists [2025-06-20T10:33:22.328Z] b4e8ba317816: Layer already exists [2025-06-20T10:33:22.328Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:22.328Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:22.328Z] 2b12bdc16846: Layer already exists [2025-06-20T10:33:22.328Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:22.328Z] f19b0712ae89: Layer already exists [2025-06-20T10:33:22.328Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:22.651Z] + 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-20T10:33:22.990Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-20T10:33:22.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-20T10:33:22.991Z] ba298780d23f: Preparing [2025-06-20T10:33:22.991Z] 7d3675d3547a: Preparing [2025-06-20T10:33:22.991Z] 7acb30b36e4d: Preparing [2025-06-20T10:33:22.991Z] 48bd14adeecb: Preparing [2025-06-20T10:33:22.991Z] 826fcd538159: Preparing [2025-06-20T10:33:22.991Z] ee2c2faa8acb: Preparing [2025-06-20T10:33:22.991Z] b4e8ba317816: Preparing [2025-06-20T10:33:22.991Z] 47130cca76ab: Preparing [2025-06-20T10:33:22.991Z] 79d996c828fa: Preparing [2025-06-20T10:33:22.991Z] 2b12bdc16846: Preparing [2025-06-20T10:33:22.991Z] f19b0712ae89: Preparing [2025-06-20T10:33:22.991Z] 994456c4fd7b: Preparing [2025-06-20T10:33:22.991Z] 47130cca76ab: Waiting [2025-06-20T10:33:22.991Z] f19b0712ae89: Waiting [2025-06-20T10:33:22.991Z] 79d996c828fa: Waiting [2025-06-20T10:33:22.991Z] ee2c2faa8acb: Waiting [2025-06-20T10:33:22.991Z] 2b12bdc16846: Waiting [2025-06-20T10:33:22.991Z] b4e8ba317816: Waiting [2025-06-20T10:33:22.991Z] 826fcd538159: Layer already exists [2025-06-20T10:33:22.991Z] 7acb30b36e4d: Layer already exists [2025-06-20T10:33:22.991Z] 7d3675d3547a: Layer already exists [2025-06-20T10:33:22.991Z] 48bd14adeecb: Layer already exists [2025-06-20T10:33:22.991Z] ba298780d23f: Layer already exists [2025-06-20T10:33:22.991Z] ee2c2faa8acb: Layer already exists [2025-06-20T10:33:22.991Z] b4e8ba317816: Layer already exists [2025-06-20T10:33:22.991Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:22.991Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:22.991Z] 2b12bdc16846: Layer already exists [2025-06-20T10:33:22.991Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:22.991Z] f19b0712ae89: Layer already exists [2025-06-20T10:33:22.991Z] main: digest: sha256:a77482d771fbf8417f9987b6d280eac6a1cde8ae7ae25bbbc587ddfe1fa96663 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:33:23.065Z] ===================================================== [Pipeline] echo [2025-06-20T10:33:23.083Z] taggedImages: [2025-06-20T10:33:23.083Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:23.083Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-20T10:33:23.083Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-20T10:33:23.083Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:23.083Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-20T10:33:23.113Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-20T10:33:23.113Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:23.113Z] latest [2025-06-20T10:33:23.113Z] 4.1.0-dev.26 [2025-06-20T10:33:23.113Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:23.113Z] main [2025-06-20T10:33:23.113Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:23.463Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:23.776Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:23.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-20T10:33:23.776Z] 0c837542fd90: Preparing [2025-06-20T10:33:23.776Z] afb29156b57c: Preparing [2025-06-20T10:33:23.776Z] 47130cca76ab: Preparing [2025-06-20T10:33:23.776Z] 79d996c828fa: Preparing [2025-06-20T10:33:23.776Z] 09db4c48c5ef: Preparing [2025-06-20T10:33:23.776Z] 794786e5aa6d: Preparing [2025-06-20T10:33:23.776Z] 994456c4fd7b: Preparing [2025-06-20T10:33:23.776Z] 794786e5aa6d: Waiting [2025-06-20T10:33:23.776Z] 994456c4fd7b: Waiting [2025-06-20T10:33:23.776Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:23.776Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:23.776Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:23.776Z] 09db4c48c5ef: Pushed [2025-06-20T10:33:23.776Z] 0c837542fd90: Pushed [2025-06-20T10:33:24.711Z] 794786e5aa6d: Pushed [2025-06-20T10:33:27.243Z] afb29156b57c: Pushed [2025-06-20T10:33:27.243Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:27.574Z] + 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-20T10:33:27.897Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-20T10:33:27.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-20T10:33:27.897Z] 0c837542fd90: Preparing [2025-06-20T10:33:27.897Z] afb29156b57c: Preparing [2025-06-20T10:33:27.897Z] 47130cca76ab: Preparing [2025-06-20T10:33:27.897Z] 79d996c828fa: Preparing [2025-06-20T10:33:27.897Z] 09db4c48c5ef: Preparing [2025-06-20T10:33:27.897Z] 794786e5aa6d: Preparing [2025-06-20T10:33:27.897Z] 994456c4fd7b: Preparing [2025-06-20T10:33:27.897Z] 794786e5aa6d: Waiting [2025-06-20T10:33:27.897Z] 994456c4fd7b: Waiting [2025-06-20T10:33:27.897Z] 09db4c48c5ef: Layer already exists [2025-06-20T10:33:27.897Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:27.897Z] afb29156b57c: Layer already exists [2025-06-20T10:33:27.897Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:27.897Z] 0c837542fd90: Layer already exists [2025-06-20T10:33:27.897Z] 794786e5aa6d: Layer already exists [2025-06-20T10:33:27.897Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:27.897Z] latest: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:28.231Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:28.562Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-20T10:33:28.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-20T10:33:28.562Z] 0c837542fd90: Preparing [2025-06-20T10:33:28.562Z] afb29156b57c: Preparing [2025-06-20T10:33:28.562Z] 47130cca76ab: Preparing [2025-06-20T10:33:28.562Z] 79d996c828fa: Preparing [2025-06-20T10:33:28.562Z] 09db4c48c5ef: Preparing [2025-06-20T10:33:28.562Z] 794786e5aa6d: Preparing [2025-06-20T10:33:28.562Z] 994456c4fd7b: Preparing [2025-06-20T10:33:28.562Z] 794786e5aa6d: Waiting [2025-06-20T10:33:28.562Z] 994456c4fd7b: Waiting [2025-06-20T10:33:28.562Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:28.562Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:28.562Z] 09db4c48c5ef: Layer already exists [2025-06-20T10:33:28.562Z] 0c837542fd90: Layer already exists [2025-06-20T10:33:28.562Z] afb29156b57c: Layer already exists [2025-06-20T10:33:28.562Z] 794786e5aa6d: Layer already exists [2025-06-20T10:33:28.562Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:28.562Z] 4.1.0-dev.26: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:28.893Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:29.215Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:29.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-20T10:33:29.215Z] 0c837542fd90: Preparing [2025-06-20T10:33:29.215Z] afb29156b57c: Preparing [2025-06-20T10:33:29.215Z] 47130cca76ab: Preparing [2025-06-20T10:33:29.215Z] 79d996c828fa: Preparing [2025-06-20T10:33:29.215Z] 09db4c48c5ef: Preparing [2025-06-20T10:33:29.215Z] 794786e5aa6d: Preparing [2025-06-20T10:33:29.215Z] 994456c4fd7b: Preparing [2025-06-20T10:33:29.215Z] 794786e5aa6d: Waiting [2025-06-20T10:33:29.215Z] 994456c4fd7b: Waiting [2025-06-20T10:33:29.215Z] 0c837542fd90: Layer already exists [2025-06-20T10:33:29.215Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:29.215Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:29.215Z] 09db4c48c5ef: Layer already exists [2025-06-20T10:33:29.215Z] afb29156b57c: Layer already exists [2025-06-20T10:33:29.215Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:29.215Z] 794786e5aa6d: Layer already exists [2025-06-20T10:33:29.215Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:29.534Z] + 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-20T10:33:29.857Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-20T10:33:29.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-20T10:33:29.857Z] 0c837542fd90: Preparing [2025-06-20T10:33:29.857Z] afb29156b57c: Preparing [2025-06-20T10:33:29.857Z] 47130cca76ab: Preparing [2025-06-20T10:33:29.857Z] 79d996c828fa: Preparing [2025-06-20T10:33:29.857Z] 09db4c48c5ef: Preparing [2025-06-20T10:33:29.857Z] 794786e5aa6d: Preparing [2025-06-20T10:33:29.857Z] 994456c4fd7b: Preparing [2025-06-20T10:33:29.857Z] 794786e5aa6d: Waiting [2025-06-20T10:33:29.857Z] 994456c4fd7b: Waiting [2025-06-20T10:33:29.857Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:29.857Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:29.857Z] 09db4c48c5ef: Layer already exists [2025-06-20T10:33:29.857Z] afb29156b57c: Layer already exists [2025-06-20T10:33:29.857Z] 0c837542fd90: Layer already exists [2025-06-20T10:33:29.857Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:29.857Z] 794786e5aa6d: Layer already exists [2025-06-20T10:33:29.857Z] main: digest: sha256:2b13af7bea5a28a9a4060b1ea73ce2cfbdf4cf494e28fb1b7cf350cb13bf2964 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:33:29.931Z] ===================================================== [Pipeline] echo [2025-06-20T10:33:29.943Z] taggedImages: [2025-06-20T10:33:29.944Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:29.944Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-20T10:33:29.944Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-20T10:33:29.944Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:29.944Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-20T10:33:29.974Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-20T10:33:29.974Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:29.974Z] latest [2025-06-20T10:33:29.974Z] 4.1.0-dev.26 [2025-06-20T10:33:29.974Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:29.974Z] main [2025-06-20T10:33:29.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:30.313Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:30.643Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:30.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-20T10:33:30.643Z] c9a9e2b55691: Preparing [2025-06-20T10:33:30.643Z] 47c38abd81a3: Preparing [2025-06-20T10:33:30.643Z] 67d59cf9e2ce: Preparing [2025-06-20T10:33:30.643Z] 47130cca76ab: Preparing [2025-06-20T10:33:30.643Z] 79d996c828fa: Preparing [2025-06-20T10:33:30.643Z] 4bfa1b389ec5: Preparing [2025-06-20T10:33:30.643Z] a9f9a587e723: Preparing [2025-06-20T10:33:30.643Z] a427dc607c92: Preparing [2025-06-20T10:33:30.643Z] 3f169d5a27b8: Preparing [2025-06-20T10:33:30.643Z] 994456c4fd7b: Preparing [2025-06-20T10:33:30.643Z] 4bfa1b389ec5: Waiting [2025-06-20T10:33:30.643Z] a9f9a587e723: Waiting [2025-06-20T10:33:30.643Z] a427dc607c92: Waiting [2025-06-20T10:33:30.643Z] 994456c4fd7b: Waiting [2025-06-20T10:33:30.643Z] 3f169d5a27b8: Waiting [2025-06-20T10:33:30.643Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:30.643Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:30.643Z] 47c38abd81a3: Pushed [2025-06-20T10:33:30.643Z] 67d59cf9e2ce: Pushed [2025-06-20T10:33:30.643Z] c9a9e2b55691: Pushed [2025-06-20T10:33:30.643Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:30.643Z] a427dc607c92: Pushed [2025-06-20T10:33:31.208Z] 3f169d5a27b8: Pushed [2025-06-20T10:33:35.397Z] a9f9a587e723: Pushed [2025-06-20T10:33:43.518Z] 4bfa1b389ec5: Pushed [2025-06-20T10:33:43.518Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:43.842Z] + 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-20T10:33:44.171Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-20T10:33:44.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-20T10:33:44.171Z] c9a9e2b55691: Preparing [2025-06-20T10:33:44.171Z] 47c38abd81a3: Preparing [2025-06-20T10:33:44.171Z] 67d59cf9e2ce: Preparing [2025-06-20T10:33:44.171Z] 47130cca76ab: Preparing [2025-06-20T10:33:44.171Z] 79d996c828fa: Preparing [2025-06-20T10:33:44.171Z] 4bfa1b389ec5: Preparing [2025-06-20T10:33:44.171Z] a9f9a587e723: Preparing [2025-06-20T10:33:44.171Z] a427dc607c92: Preparing [2025-06-20T10:33:44.171Z] 3f169d5a27b8: Preparing [2025-06-20T10:33:44.171Z] 994456c4fd7b: Preparing [2025-06-20T10:33:44.171Z] a9f9a587e723: Waiting [2025-06-20T10:33:44.171Z] a427dc607c92: Waiting [2025-06-20T10:33:44.171Z] 3f169d5a27b8: Waiting [2025-06-20T10:33:44.171Z] 994456c4fd7b: Waiting [2025-06-20T10:33:44.171Z] 4bfa1b389ec5: Waiting [2025-06-20T10:33:44.171Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:44.171Z] 67d59cf9e2ce: Layer already exists [2025-06-20T10:33:44.171Z] 47c38abd81a3: Layer already exists [2025-06-20T10:33:44.171Z] c9a9e2b55691: Layer already exists [2025-06-20T10:33:44.171Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:44.171Z] 4bfa1b389ec5: Layer already exists [2025-06-20T10:33:44.171Z] a9f9a587e723: Layer already exists [2025-06-20T10:33:44.171Z] a427dc607c92: Layer already exists [2025-06-20T10:33:44.171Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:33:44.171Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:44.171Z] latest: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:44.508Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:44.827Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-20T10:33:44.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-20T10:33:44.827Z] c9a9e2b55691: Preparing [2025-06-20T10:33:44.827Z] 47c38abd81a3: Preparing [2025-06-20T10:33:44.827Z] 67d59cf9e2ce: Preparing [2025-06-20T10:33:44.827Z] 47130cca76ab: Preparing [2025-06-20T10:33:44.827Z] 79d996c828fa: Preparing [2025-06-20T10:33:44.827Z] 4bfa1b389ec5: Preparing [2025-06-20T10:33:44.827Z] a9f9a587e723: Preparing [2025-06-20T10:33:44.827Z] a427dc607c92: Preparing [2025-06-20T10:33:44.827Z] 3f169d5a27b8: Preparing [2025-06-20T10:33:44.827Z] 994456c4fd7b: Preparing [2025-06-20T10:33:44.827Z] a427dc607c92: Waiting [2025-06-20T10:33:44.827Z] 994456c4fd7b: Waiting [2025-06-20T10:33:44.827Z] 3f169d5a27b8: Waiting [2025-06-20T10:33:44.827Z] 4bfa1b389ec5: Waiting [2025-06-20T10:33:44.827Z] a9f9a587e723: Waiting [2025-06-20T10:33:44.827Z] 47c38abd81a3: Layer already exists [2025-06-20T10:33:44.827Z] c9a9e2b55691: Layer already exists [2025-06-20T10:33:44.827Z] 67d59cf9e2ce: Layer already exists [2025-06-20T10:33:44.827Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:44.827Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:44.827Z] a427dc607c92: Layer already exists [2025-06-20T10:33:44.827Z] a9f9a587e723: Layer already exists [2025-06-20T10:33:44.827Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:44.827Z] 4bfa1b389ec5: Layer already exists [2025-06-20T10:33:44.827Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:33:44.827Z] 4.1.0-dev.26: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:45.145Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:45.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:45.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-20T10:33:45.465Z] c9a9e2b55691: Preparing [2025-06-20T10:33:45.465Z] 47c38abd81a3: Preparing [2025-06-20T10:33:45.465Z] 67d59cf9e2ce: Preparing [2025-06-20T10:33:45.465Z] 47130cca76ab: Preparing [2025-06-20T10:33:45.465Z] 79d996c828fa: Preparing [2025-06-20T10:33:45.465Z] 4bfa1b389ec5: Preparing [2025-06-20T10:33:45.465Z] a9f9a587e723: Preparing [2025-06-20T10:33:45.465Z] a427dc607c92: Preparing [2025-06-20T10:33:45.465Z] 3f169d5a27b8: Preparing [2025-06-20T10:33:45.465Z] 994456c4fd7b: Preparing [2025-06-20T10:33:45.465Z] 4bfa1b389ec5: Waiting [2025-06-20T10:33:45.465Z] a9f9a587e723: Waiting [2025-06-20T10:33:45.465Z] a427dc607c92: Waiting [2025-06-20T10:33:45.465Z] 3f169d5a27b8: Waiting [2025-06-20T10:33:45.465Z] 994456c4fd7b: Waiting [2025-06-20T10:33:45.465Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:45.465Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:45.465Z] c9a9e2b55691: Layer already exists [2025-06-20T10:33:45.465Z] 47c38abd81a3: Layer already exists [2025-06-20T10:33:45.465Z] 67d59cf9e2ce: Layer already exists [2025-06-20T10:33:45.465Z] 4bfa1b389ec5: Layer already exists [2025-06-20T10:33:45.465Z] a427dc607c92: Layer already exists [2025-06-20T10:33:45.465Z] a9f9a587e723: Layer already exists [2025-06-20T10:33:45.465Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:33:45.465Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:45.465Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:45.782Z] + 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-20T10:33:46.093Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-20T10:33:46.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-20T10:33:46.094Z] c9a9e2b55691: Preparing [2025-06-20T10:33:46.094Z] 47c38abd81a3: Preparing [2025-06-20T10:33:46.094Z] 67d59cf9e2ce: Preparing [2025-06-20T10:33:46.094Z] 47130cca76ab: Preparing [2025-06-20T10:33:46.094Z] 79d996c828fa: Preparing [2025-06-20T10:33:46.094Z] 4bfa1b389ec5: Preparing [2025-06-20T10:33:46.094Z] a9f9a587e723: Preparing [2025-06-20T10:33:46.094Z] a427dc607c92: Preparing [2025-06-20T10:33:46.094Z] 3f169d5a27b8: Preparing [2025-06-20T10:33:46.094Z] 994456c4fd7b: Preparing [2025-06-20T10:33:46.094Z] a9f9a587e723: Waiting [2025-06-20T10:33:46.094Z] a427dc607c92: Waiting [2025-06-20T10:33:46.094Z] 3f169d5a27b8: Waiting [2025-06-20T10:33:46.094Z] 994456c4fd7b: Waiting [2025-06-20T10:33:46.094Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:46.094Z] 47c38abd81a3: Layer already exists [2025-06-20T10:33:46.094Z] 67d59cf9e2ce: Layer already exists [2025-06-20T10:33:46.094Z] c9a9e2b55691: Layer already exists [2025-06-20T10:33:46.094Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:46.094Z] 4bfa1b389ec5: Layer already exists [2025-06-20T10:33:46.094Z] a9f9a587e723: Layer already exists [2025-06-20T10:33:46.094Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:33:46.094Z] a427dc607c92: Layer already exists [2025-06-20T10:33:46.094Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:46.094Z] main: digest: sha256:b93f685dc2ea30898feee714ec94b7633d984839eb63c2fdcd3550e1d39d8a2a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:33:46.163Z] ===================================================== [Pipeline] echo [2025-06-20T10:33:46.180Z] taggedImages: [2025-06-20T10:33:46.180Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:46.180Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-20T10:33:46.180Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-20T10:33:46.180Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:46.180Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-20T10:33:46.207Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-20T10:33:46.207Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:46.207Z] latest [2025-06-20T10:33:46.207Z] 4.1.0-dev.26 [2025-06-20T10:33:46.207Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:33:46.207Z] main [2025-06-20T10:33:46.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:46.541Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:46.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:33:46.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-20T10:33:46.855Z] 6f896a7063aa: Preparing [2025-06-20T10:33:46.855Z] ec13232e4422: Preparing [2025-06-20T10:33:46.855Z] 94d34853f4c2: Preparing [2025-06-20T10:33:46.855Z] 47130cca76ab: Preparing [2025-06-20T10:33:46.855Z] 79d996c828fa: Preparing [2025-06-20T10:33:46.855Z] 4429d4a905e4: Preparing [2025-06-20T10:33:46.855Z] 1eb8ebaedaef: Preparing [2025-06-20T10:33:46.855Z] 4429d4a905e4: Waiting [2025-06-20T10:33:46.855Z] d90a033113d5: Preparing [2025-06-20T10:33:46.855Z] 994456c4fd7b: Preparing [2025-06-20T10:33:46.855Z] d90a033113d5: Waiting [2025-06-20T10:33:46.855Z] 1eb8ebaedaef: Waiting [2025-06-20T10:33:46.855Z] 994456c4fd7b: Waiting [2025-06-20T10:33:46.855Z] 47130cca76ab: Layer already exists [2025-06-20T10:33:46.855Z] 79d996c828fa: Layer already exists [2025-06-20T10:33:46.855Z] 94d34853f4c2: Pushed [2025-06-20T10:33:46.855Z] ec13232e4422: Pushed [2025-06-20T10:33:46.855Z] 1eb8ebaedaef: Pushed [2025-06-20T10:33:46.855Z] 6f896a7063aa: Pushed [2025-06-20T10:33:46.855Z] 994456c4fd7b: Layer already exists [2025-06-20T10:33:47.420Z] d90a033113d5: Pushed [2025-06-20T10:33:59.626Z] 4429d4a905e4: Pushed [2025-06-20T10:33:59.626Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:33:59.947Z] + 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-20T10:34:00.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-20T10:34:00.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-20T10:34:00.256Z] 6f896a7063aa: Preparing [2025-06-20T10:34:00.256Z] ec13232e4422: Preparing [2025-06-20T10:34:00.256Z] 94d34853f4c2: Preparing [2025-06-20T10:34:00.256Z] 47130cca76ab: Preparing [2025-06-20T10:34:00.256Z] 79d996c828fa: Preparing [2025-06-20T10:34:00.256Z] 4429d4a905e4: Preparing [2025-06-20T10:34:00.256Z] 1eb8ebaedaef: Preparing [2025-06-20T10:34:00.256Z] d90a033113d5: Preparing [2025-06-20T10:34:00.256Z] 994456c4fd7b: Preparing [2025-06-20T10:34:00.256Z] 4429d4a905e4: Waiting [2025-06-20T10:34:00.256Z] 1eb8ebaedaef: Waiting [2025-06-20T10:34:00.256Z] d90a033113d5: Waiting [2025-06-20T10:34:00.256Z] 994456c4fd7b: Waiting [2025-06-20T10:34:00.516Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:00.516Z] 6f896a7063aa: Layer already exists [2025-06-20T10:34:00.516Z] ec13232e4422: Layer already exists [2025-06-20T10:34:00.516Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:00.516Z] 94d34853f4c2: Layer already exists [2025-06-20T10:34:00.516Z] 4429d4a905e4: Layer already exists [2025-06-20T10:34:00.516Z] d90a033113d5: Layer already exists [2025-06-20T10:34:00.516Z] 1eb8ebaedaef: Layer already exists [2025-06-20T10:34:00.516Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:00.516Z] latest: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:00.843Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:01.160Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-20T10:34:01.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-20T10:34:01.160Z] 6f896a7063aa: Preparing [2025-06-20T10:34:01.160Z] ec13232e4422: Preparing [2025-06-20T10:34:01.160Z] 94d34853f4c2: Preparing [2025-06-20T10:34:01.160Z] 47130cca76ab: Preparing [2025-06-20T10:34:01.160Z] 79d996c828fa: Preparing [2025-06-20T10:34:01.160Z] 4429d4a905e4: Preparing [2025-06-20T10:34:01.160Z] 1eb8ebaedaef: Preparing [2025-06-20T10:34:01.160Z] d90a033113d5: Preparing [2025-06-20T10:34:01.160Z] 994456c4fd7b: Preparing [2025-06-20T10:34:01.160Z] 4429d4a905e4: Waiting [2025-06-20T10:34:01.160Z] 1eb8ebaedaef: Waiting [2025-06-20T10:34:01.160Z] 994456c4fd7b: Waiting [2025-06-20T10:34:01.160Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:01.160Z] 6f896a7063aa: Layer already exists [2025-06-20T10:34:01.160Z] 94d34853f4c2: Layer already exists [2025-06-20T10:34:01.160Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:01.160Z] ec13232e4422: Layer already exists [2025-06-20T10:34:01.160Z] 4429d4a905e4: Layer already exists [2025-06-20T10:34:01.160Z] 1eb8ebaedaef: Layer already exists [2025-06-20T10:34:01.160Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:01.160Z] d90a033113d5: Layer already exists [2025-06-20T10:34:01.160Z] 4.1.0-dev.26: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:01.491Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:01.818Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:01.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-20T10:34:01.818Z] 6f896a7063aa: Preparing [2025-06-20T10:34:01.818Z] ec13232e4422: Preparing [2025-06-20T10:34:01.818Z] 94d34853f4c2: Preparing [2025-06-20T10:34:01.818Z] 47130cca76ab: Preparing [2025-06-20T10:34:01.818Z] 79d996c828fa: Preparing [2025-06-20T10:34:01.818Z] 4429d4a905e4: Preparing [2025-06-20T10:34:01.818Z] 1eb8ebaedaef: Preparing [2025-06-20T10:34:01.818Z] d90a033113d5: Preparing [2025-06-20T10:34:01.818Z] 994456c4fd7b: Preparing [2025-06-20T10:34:01.818Z] 4429d4a905e4: Waiting [2025-06-20T10:34:01.818Z] 1eb8ebaedaef: Waiting [2025-06-20T10:34:01.818Z] d90a033113d5: Waiting [2025-06-20T10:34:01.818Z] 994456c4fd7b: Waiting [2025-06-20T10:34:01.818Z] ec13232e4422: Layer already exists [2025-06-20T10:34:01.818Z] 94d34853f4c2: Layer already exists [2025-06-20T10:34:01.818Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:01.818Z] 6f896a7063aa: Layer already exists [2025-06-20T10:34:01.818Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:01.818Z] 1eb8ebaedaef: Layer already exists [2025-06-20T10:34:01.818Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:01.818Z] 4429d4a905e4: Layer already exists [2025-06-20T10:34:01.818Z] d90a033113d5: Layer already exists [2025-06-20T10:34:01.818Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:02.140Z] + 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-20T10:34:02.456Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-20T10:34:02.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-20T10:34:02.456Z] 6f896a7063aa: Preparing [2025-06-20T10:34:02.456Z] ec13232e4422: Preparing [2025-06-20T10:34:02.456Z] 94d34853f4c2: Preparing [2025-06-20T10:34:02.456Z] 47130cca76ab: Preparing [2025-06-20T10:34:02.456Z] 79d996c828fa: Preparing [2025-06-20T10:34:02.456Z] 4429d4a905e4: Preparing [2025-06-20T10:34:02.456Z] 1eb8ebaedaef: Preparing [2025-06-20T10:34:02.456Z] d90a033113d5: Preparing [2025-06-20T10:34:02.456Z] 994456c4fd7b: Preparing [2025-06-20T10:34:02.456Z] d90a033113d5: Waiting [2025-06-20T10:34:02.456Z] 1eb8ebaedaef: Waiting [2025-06-20T10:34:02.456Z] 994456c4fd7b: Waiting [2025-06-20T10:34:02.456Z] 4429d4a905e4: Waiting [2025-06-20T10:34:02.456Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:02.456Z] 94d34853f4c2: Layer already exists [2025-06-20T10:34:02.456Z] ec13232e4422: Layer already exists [2025-06-20T10:34:02.456Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:02.456Z] 6f896a7063aa: Layer already exists [2025-06-20T10:34:02.456Z] 1eb8ebaedaef: Layer already exists [2025-06-20T10:34:02.456Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:02.456Z] 4429d4a905e4: Layer already exists [2025-06-20T10:34:02.456Z] d90a033113d5: Layer already exists [2025-06-20T10:34:02.456Z] main: digest: sha256:fcad73c4ddc56c9510c2d9317cf8291b193a284330fce74425888146f90f2d80 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:34:02.533Z] ===================================================== [Pipeline] echo [2025-06-20T10:34:02.552Z] taggedImages: [2025-06-20T10:34:02.552Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:02.552Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-20T10:34:02.552Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-20T10:34:02.552Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:02.552Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-20T10:34:02.581Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-20T10:34:02.581Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:02.581Z] latest [2025-06-20T10:34:02.581Z] 4.1.0-dev.26 [2025-06-20T10:34:02.581Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:02.581Z] main [2025-06-20T10:34:02.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:02.920Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:03.242Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:03.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-20T10:34:03.242Z] c9a9e2b55691: Preparing [2025-06-20T10:34:03.242Z] a5080aa8e601: Preparing [2025-06-20T10:34:03.242Z] 6c69a10281bd: Preparing [2025-06-20T10:34:03.242Z] 47130cca76ab: Preparing [2025-06-20T10:34:03.242Z] 79d996c828fa: Preparing [2025-06-20T10:34:03.242Z] 89e7fddf13bc: Preparing [2025-06-20T10:34:03.242Z] a427dc607c92: Preparing [2025-06-20T10:34:03.242Z] 3f169d5a27b8: Preparing [2025-06-20T10:34:03.242Z] 994456c4fd7b: Preparing [2025-06-20T10:34:03.242Z] 89e7fddf13bc: Waiting [2025-06-20T10:34:03.242Z] a427dc607c92: Waiting [2025-06-20T10:34:03.242Z] 994456c4fd7b: Waiting [2025-06-20T10:34:03.242Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:03.242Z] c9a9e2b55691: Layer already exists [2025-06-20T10:34:03.242Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:03.242Z] a427dc607c92: Layer already exists [2025-06-20T10:34:03.243Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:34:03.243Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:03.243Z] 6c69a10281bd: Pushed [2025-06-20T10:34:03.243Z] a5080aa8e601: Pushed [2025-06-20T10:34:15.451Z] 89e7fddf13bc: Pushed [2025-06-20T10:34:15.451Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:15.779Z] + 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-20T10:34:16.108Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-20T10:34:16.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-20T10:34:16.108Z] c9a9e2b55691: Preparing [2025-06-20T10:34:16.108Z] a5080aa8e601: Preparing [2025-06-20T10:34:16.108Z] 6c69a10281bd: Preparing [2025-06-20T10:34:16.108Z] 47130cca76ab: Preparing [2025-06-20T10:34:16.108Z] 79d996c828fa: Preparing [2025-06-20T10:34:16.108Z] 89e7fddf13bc: Preparing [2025-06-20T10:34:16.108Z] a427dc607c92: Preparing [2025-06-20T10:34:16.108Z] 3f169d5a27b8: Preparing [2025-06-20T10:34:16.108Z] 994456c4fd7b: Preparing [2025-06-20T10:34:16.108Z] 89e7fddf13bc: Waiting [2025-06-20T10:34:16.108Z] a427dc607c92: Waiting [2025-06-20T10:34:16.108Z] 3f169d5a27b8: Waiting [2025-06-20T10:34:16.108Z] 994456c4fd7b: Waiting [2025-06-20T10:34:16.108Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:16.108Z] c9a9e2b55691: Layer already exists [2025-06-20T10:34:16.108Z] 6c69a10281bd: Layer already exists [2025-06-20T10:34:16.108Z] a5080aa8e601: Layer already exists [2025-06-20T10:34:16.108Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:16.108Z] a427dc607c92: Layer already exists [2025-06-20T10:34:16.108Z] 89e7fddf13bc: Layer already exists [2025-06-20T10:34:16.108Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:34:16.108Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:16.108Z] latest: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:16.431Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:16.754Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-20T10:34:16.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-20T10:34:16.754Z] c9a9e2b55691: Preparing [2025-06-20T10:34:16.754Z] a5080aa8e601: Preparing [2025-06-20T10:34:16.754Z] 6c69a10281bd: Preparing [2025-06-20T10:34:16.754Z] 47130cca76ab: Preparing [2025-06-20T10:34:16.754Z] 79d996c828fa: Preparing [2025-06-20T10:34:16.754Z] 89e7fddf13bc: Preparing [2025-06-20T10:34:16.754Z] a427dc607c92: Preparing [2025-06-20T10:34:16.754Z] 3f169d5a27b8: Preparing [2025-06-20T10:34:16.754Z] 994456c4fd7b: Preparing [2025-06-20T10:34:16.754Z] a427dc607c92: Waiting [2025-06-20T10:34:16.754Z] 3f169d5a27b8: Waiting [2025-06-20T10:34:16.754Z] 994456c4fd7b: Waiting [2025-06-20T10:34:16.754Z] 89e7fddf13bc: Waiting [2025-06-20T10:34:16.754Z] 6c69a10281bd: Layer already exists [2025-06-20T10:34:16.754Z] c9a9e2b55691: Layer already exists [2025-06-20T10:34:16.754Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:16.754Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:16.754Z] a5080aa8e601: Layer already exists [2025-06-20T10:34:16.754Z] a427dc607c92: Layer already exists [2025-06-20T10:34:16.754Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:34:16.754Z] 89e7fddf13bc: Layer already exists [2025-06-20T10:34:16.754Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:16.754Z] 4.1.0-dev.26: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:17.077Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:17.401Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:17.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-20T10:34:17.401Z] c9a9e2b55691: Preparing [2025-06-20T10:34:17.401Z] a5080aa8e601: Preparing [2025-06-20T10:34:17.401Z] 6c69a10281bd: Preparing [2025-06-20T10:34:17.401Z] 47130cca76ab: Preparing [2025-06-20T10:34:17.401Z] 79d996c828fa: Preparing [2025-06-20T10:34:17.401Z] 89e7fddf13bc: Preparing [2025-06-20T10:34:17.401Z] a427dc607c92: Preparing [2025-06-20T10:34:17.401Z] 3f169d5a27b8: Preparing [2025-06-20T10:34:17.401Z] 994456c4fd7b: Preparing [2025-06-20T10:34:17.401Z] 89e7fddf13bc: Waiting [2025-06-20T10:34:17.401Z] a427dc607c92: Waiting [2025-06-20T10:34:17.401Z] 3f169d5a27b8: Waiting [2025-06-20T10:34:17.401Z] 994456c4fd7b: Waiting [2025-06-20T10:34:17.401Z] 6c69a10281bd: Layer already exists [2025-06-20T10:34:17.401Z] a5080aa8e601: Layer already exists [2025-06-20T10:34:17.401Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:17.401Z] c9a9e2b55691: Layer already exists [2025-06-20T10:34:17.401Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:17.401Z] a427dc607c92: Layer already exists [2025-06-20T10:34:17.401Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:34:17.401Z] 89e7fddf13bc: Layer already exists [2025-06-20T10:34:17.401Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:17.401Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:17.723Z] + 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-20T10:34:18.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-20T10:34:18.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-20T10:34:18.052Z] c9a9e2b55691: Preparing [2025-06-20T10:34:18.052Z] a5080aa8e601: Preparing [2025-06-20T10:34:18.052Z] 6c69a10281bd: Preparing [2025-06-20T10:34:18.052Z] 47130cca76ab: Preparing [2025-06-20T10:34:18.052Z] 79d996c828fa: Preparing [2025-06-20T10:34:18.052Z] 89e7fddf13bc: Preparing [2025-06-20T10:34:18.052Z] a427dc607c92: Preparing [2025-06-20T10:34:18.052Z] 3f169d5a27b8: Preparing [2025-06-20T10:34:18.052Z] 994456c4fd7b: Preparing [2025-06-20T10:34:18.052Z] 89e7fddf13bc: Waiting [2025-06-20T10:34:18.052Z] a427dc607c92: Waiting [2025-06-20T10:34:18.052Z] 3f169d5a27b8: Waiting [2025-06-20T10:34:18.052Z] 994456c4fd7b: Waiting [2025-06-20T10:34:18.052Z] c9a9e2b55691: Layer already exists [2025-06-20T10:34:18.052Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:18.052Z] a5080aa8e601: Layer already exists [2025-06-20T10:34:18.052Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:18.052Z] 6c69a10281bd: Layer already exists [2025-06-20T10:34:18.052Z] a427dc607c92: Layer already exists [2025-06-20T10:34:18.052Z] 89e7fddf13bc: Layer already exists [2025-06-20T10:34:18.052Z] 3f169d5a27b8: Layer already exists [2025-06-20T10:34:18.052Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:18.052Z] main: digest: sha256:e208d8d5b1daf5f38242d3d38effee7d0c6532f8241866a296ecd1fd67951e09 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:34:18.125Z] ===================================================== [Pipeline] echo [2025-06-20T10:34:18.139Z] taggedImages: [2025-06-20T10:34:18.139Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:18.139Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-20T10:34:18.139Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-20T10:34:18.139Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:18.139Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-20T10:34:18.161Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-20T10:34:18.161Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:18.161Z] latest [2025-06-20T10:34:18.161Z] 4.1.0-dev.26 [2025-06-20T10:34:18.161Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:18.161Z] main [2025-06-20T10:34:18.161Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:18.504Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:18.828Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:18.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-20T10:34:18.828Z] 92d4b2576f0f: Preparing [2025-06-20T10:34:18.828Z] b7858c27fb6c: Preparing [2025-06-20T10:34:18.828Z] 47130cca76ab: Preparing [2025-06-20T10:34:18.828Z] 79d996c828fa: Preparing [2025-06-20T10:34:18.828Z] 6443b382baae: Preparing [2025-06-20T10:34:18.828Z] 6a1fec281aaf: Preparing [2025-06-20T10:34:18.828Z] 994456c4fd7b: Preparing [2025-06-20T10:34:18.828Z] 994456c4fd7b: Waiting [2025-06-20T10:34:18.828Z] 6a1fec281aaf: Waiting [2025-06-20T10:34:18.828Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:18.828Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:18.828Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:18.828Z] 6443b382baae: Pushed [2025-06-20T10:34:18.828Z] 92d4b2576f0f: Pushed [2025-06-20T10:34:19.396Z] 6a1fec281aaf: Pushed [2025-06-20T10:34:22.684Z] b7858c27fb6c: Pushed [2025-06-20T10:34:22.684Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:23.011Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:23.328Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-20T10:34:23.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-20T10:34:23.328Z] 92d4b2576f0f: Preparing [2025-06-20T10:34:23.328Z] b7858c27fb6c: Preparing [2025-06-20T10:34:23.328Z] 47130cca76ab: Preparing [2025-06-20T10:34:23.328Z] 79d996c828fa: Preparing [2025-06-20T10:34:23.328Z] 6443b382baae: Preparing [2025-06-20T10:34:23.328Z] 6a1fec281aaf: Preparing [2025-06-20T10:34:23.328Z] 994456c4fd7b: Preparing [2025-06-20T10:34:23.328Z] 6a1fec281aaf: Waiting [2025-06-20T10:34:23.328Z] 994456c4fd7b: Waiting [2025-06-20T10:34:23.328Z] b7858c27fb6c: Layer already exists [2025-06-20T10:34:23.328Z] 92d4b2576f0f: Layer already exists [2025-06-20T10:34:23.328Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:23.328Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:23.328Z] 6443b382baae: Layer already exists [2025-06-20T10:34:23.328Z] 6a1fec281aaf: Layer already exists [2025-06-20T10:34:23.328Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:23.328Z] latest: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:23.655Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:23.971Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-20T10:34:23.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-20T10:34:23.971Z] 92d4b2576f0f: Preparing [2025-06-20T10:34:23.971Z] b7858c27fb6c: Preparing [2025-06-20T10:34:23.971Z] 47130cca76ab: Preparing [2025-06-20T10:34:23.971Z] 79d996c828fa: Preparing [2025-06-20T10:34:23.971Z] 6443b382baae: Preparing [2025-06-20T10:34:23.971Z] 6a1fec281aaf: Preparing [2025-06-20T10:34:23.971Z] 994456c4fd7b: Preparing [2025-06-20T10:34:23.971Z] 6a1fec281aaf: Waiting [2025-06-20T10:34:23.971Z] 994456c4fd7b: Waiting [2025-06-20T10:34:23.971Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:23.971Z] 6443b382baae: Layer already exists [2025-06-20T10:34:23.971Z] 92d4b2576f0f: Layer already exists [2025-06-20T10:34:23.971Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:23.971Z] b7858c27fb6c: Layer already exists [2025-06-20T10:34:23.971Z] 6a1fec281aaf: Layer already exists [2025-06-20T10:34:23.971Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:23.971Z] 4.1.0-dev.26: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:24.297Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:24.622Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:24.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-20T10:34:24.622Z] 92d4b2576f0f: Preparing [2025-06-20T10:34:24.622Z] b7858c27fb6c: Preparing [2025-06-20T10:34:24.622Z] 47130cca76ab: Preparing [2025-06-20T10:34:24.622Z] 79d996c828fa: Preparing [2025-06-20T10:34:24.622Z] 6443b382baae: Preparing [2025-06-20T10:34:24.622Z] 6a1fec281aaf: Preparing [2025-06-20T10:34:24.622Z] 994456c4fd7b: Preparing [2025-06-20T10:34:24.622Z] 6a1fec281aaf: Waiting [2025-06-20T10:34:24.622Z] 994456c4fd7b: Waiting [2025-06-20T10:34:24.622Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:24.622Z] 6443b382baae: Layer already exists [2025-06-20T10:34:24.622Z] b7858c27fb6c: Layer already exists [2025-06-20T10:34:24.622Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:24.622Z] 92d4b2576f0f: Layer already exists [2025-06-20T10:34:24.622Z] 6a1fec281aaf: Layer already exists [2025-06-20T10:34:24.622Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:24.622Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:24.958Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:25.291Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-20T10:34:25.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-20T10:34:25.291Z] 92d4b2576f0f: Preparing [2025-06-20T10:34:25.291Z] b7858c27fb6c: Preparing [2025-06-20T10:34:25.291Z] 47130cca76ab: Preparing [2025-06-20T10:34:25.291Z] 79d996c828fa: Preparing [2025-06-20T10:34:25.291Z] 6443b382baae: Preparing [2025-06-20T10:34:25.291Z] 6a1fec281aaf: Preparing [2025-06-20T10:34:25.291Z] 994456c4fd7b: Preparing [2025-06-20T10:34:25.291Z] 6a1fec281aaf: Waiting [2025-06-20T10:34:25.291Z] 994456c4fd7b: Waiting [2025-06-20T10:34:25.291Z] 92d4b2576f0f: Layer already exists [2025-06-20T10:34:25.291Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:25.291Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:25.291Z] b7858c27fb6c: Layer already exists [2025-06-20T10:34:25.291Z] 6443b382baae: Layer already exists [2025-06-20T10:34:25.291Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:25.291Z] 6a1fec281aaf: Layer already exists [2025-06-20T10:34:25.291Z] main: digest: sha256:5e204ca7efa2329133425c4b313f9bf36dced150e7d88dd4ebe2e8c797cf35b9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:34:25.365Z] ===================================================== [Pipeline] echo [2025-06-20T10:34:25.384Z] taggedImages: [2025-06-20T10:34:25.384Z] - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:25.384Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-20T10:34:25.384Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-20T10:34:25.384Z] - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:25.384Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-20T10:34:25.413Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-20T10:34:25.413Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:25.413Z] latest [2025-06-20T10:34:25.413Z] 4.1.0-dev.26 [2025-06-20T10:34:25.413Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:25.413Z] main [2025-06-20T10:34:25.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:25.765Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:26.098Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:26.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-20T10:34:26.098Z] 75c23ce72d16: Preparing [2025-06-20T10:34:26.098Z] a809246b7f3a: Preparing [2025-06-20T10:34:26.098Z] 47130cca76ab: Preparing [2025-06-20T10:34:26.098Z] 79d996c828fa: Preparing [2025-06-20T10:34:26.098Z] 3595bd2b016d: Preparing [2025-06-20T10:34:26.098Z] 732a096d7d47: Preparing [2025-06-20T10:34:26.098Z] 994456c4fd7b: Preparing [2025-06-20T10:34:26.098Z] 732a096d7d47: Waiting [2025-06-20T10:34:26.098Z] 994456c4fd7b: Waiting [2025-06-20T10:34:26.098Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:26.098Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:26.098Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:26.098Z] 75c23ce72d16: Pushed [2025-06-20T10:34:26.098Z] 3595bd2b016d: Pushed [2025-06-20T10:34:26.358Z] 732a096d7d47: Pushed [2025-06-20T10:34:30.551Z] a809246b7f3a: Pushed [2025-06-20T10:34:30.551Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:30.880Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:31.206Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-20T10:34:31.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-20T10:34:31.206Z] 75c23ce72d16: Preparing [2025-06-20T10:34:31.206Z] a809246b7f3a: Preparing [2025-06-20T10:34:31.206Z] 47130cca76ab: Preparing [2025-06-20T10:34:31.206Z] 79d996c828fa: Preparing [2025-06-20T10:34:31.206Z] 3595bd2b016d: Preparing [2025-06-20T10:34:31.206Z] 732a096d7d47: Preparing [2025-06-20T10:34:31.206Z] 994456c4fd7b: Preparing [2025-06-20T10:34:31.206Z] 732a096d7d47: Waiting [2025-06-20T10:34:31.206Z] 994456c4fd7b: Waiting [2025-06-20T10:34:31.206Z] a809246b7f3a: Layer already exists [2025-06-20T10:34:31.206Z] 75c23ce72d16: Layer already exists [2025-06-20T10:34:31.206Z] 3595bd2b016d: Layer already exists [2025-06-20T10:34:31.206Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:31.206Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:31.206Z] 732a096d7d47: Layer already exists [2025-06-20T10:34:31.206Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:31.206Z] latest: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:31.530Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:31.856Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-20T10:34:31.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-20T10:34:31.856Z] 75c23ce72d16: Preparing [2025-06-20T10:34:31.856Z] a809246b7f3a: Preparing [2025-06-20T10:34:31.856Z] 47130cca76ab: Preparing [2025-06-20T10:34:31.856Z] 79d996c828fa: Preparing [2025-06-20T10:34:31.856Z] 3595bd2b016d: Preparing [2025-06-20T10:34:31.856Z] 732a096d7d47: Preparing [2025-06-20T10:34:31.856Z] 994456c4fd7b: Preparing [2025-06-20T10:34:31.856Z] 732a096d7d47: Waiting [2025-06-20T10:34:31.856Z] 994456c4fd7b: Waiting [2025-06-20T10:34:31.856Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:31.856Z] 75c23ce72d16: Layer already exists [2025-06-20T10:34:31.856Z] 3595bd2b016d: Layer already exists [2025-06-20T10:34:31.856Z] a809246b7f3a: Layer already exists [2025-06-20T10:34:31.856Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:31.856Z] 732a096d7d47: Layer already exists [2025-06-20T10:34:31.856Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:31.856Z] 4.1.0-dev.26: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:32.174Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:32.487Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:32.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-20T10:34:32.487Z] 75c23ce72d16: Preparing [2025-06-20T10:34:32.487Z] a809246b7f3a: Preparing [2025-06-20T10:34:32.487Z] 47130cca76ab: Preparing [2025-06-20T10:34:32.487Z] 79d996c828fa: Preparing [2025-06-20T10:34:32.487Z] 3595bd2b016d: Preparing [2025-06-20T10:34:32.487Z] 732a096d7d47: Preparing [2025-06-20T10:34:32.487Z] 994456c4fd7b: Preparing [2025-06-20T10:34:32.487Z] 732a096d7d47: Waiting [2025-06-20T10:34:32.487Z] 994456c4fd7b: Waiting [2025-06-20T10:34:32.487Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:32.487Z] 75c23ce72d16: Layer already exists [2025-06-20T10:34:32.487Z] a809246b7f3a: Layer already exists [2025-06-20T10:34:32.487Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:32.487Z] 3595bd2b016d: Layer already exists [2025-06-20T10:34:32.487Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:32.487Z] 732a096d7d47: Layer already exists [2025-06-20T10:34:32.487Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:32.806Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T10:34:33.130Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-20T10:34:33.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-20T10:34:33.130Z] 75c23ce72d16: Preparing [2025-06-20T10:34:33.130Z] a809246b7f3a: Preparing [2025-06-20T10:34:33.130Z] 47130cca76ab: Preparing [2025-06-20T10:34:33.130Z] 79d996c828fa: Preparing [2025-06-20T10:34:33.130Z] 3595bd2b016d: Preparing [2025-06-20T10:34:33.130Z] 732a096d7d47: Preparing [2025-06-20T10:34:33.130Z] 994456c4fd7b: Preparing [2025-06-20T10:34:33.130Z] 732a096d7d47: Waiting [2025-06-20T10:34:33.130Z] 994456c4fd7b: Waiting [2025-06-20T10:34:33.130Z] a809246b7f3a: Layer already exists [2025-06-20T10:34:33.130Z] 79d996c828fa: Layer already exists [2025-06-20T10:34:33.130Z] 3595bd2b016d: Layer already exists [2025-06-20T10:34:33.130Z] 47130cca76ab: Layer already exists [2025-06-20T10:34:33.130Z] 75c23ce72d16: Layer already exists [2025-06-20T10:34:33.130Z] 732a096d7d47: Layer already exists [2025-06-20T10:34:33.130Z] 994456c4fd7b: Layer already exists [2025-06-20T10:34:33.130Z] main: digest: sha256:82d68137122f3b805300e415150f70628554aeaefbe3d7e8755caddcda095347 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T10:34:33.197Z] ===================================================== [Pipeline] echo [2025-06-20T10:34:33.208Z] taggedImages: [2025-06-20T10:34:33.208Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.208Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-20T10:34:33.208Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-20T10:34:33.208Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.208Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-20T10:34:33.265Z] ========================================================= [2025-06-20T10:34:33.265Z] [edgeXBuildMultiArch] RAW Config: [2025-06-20T10:34:33.265Z] images: [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-command:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-data:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-keeper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-metadata:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-notifications:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T10:34:33.265Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-20T10:34:33.265Z] settingsFile: [2025-06-20T10:34:33.265Z] edgex-go-settings [2025-06-20T10:34:33.265Z] ========================================================= [Pipeline] node [2025-06-20T10:34:48.268Z] Still waiting to schedule task [2025-06-20T10:34:48.268Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-20T10:35:18.025Z] Running on prd-centos7-docker-4c-2g-3632 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-20T10:35:18.069Z] provisioning config files... [2025-06-20T10:35:18.106Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1067972705681217490tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-20T10:35:19.084Z] ---> ****-login.sh [2025-06-20T10:35:19.084Z] nexus3.edgexfoundry.org:10001 [2025-06-20T10:53:18.721Z] #137 ... [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-20T10:53:18.722Z] #146 DONE 1270.8s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:53:18.722Z] #149 ... [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:53:18.722Z] #155 DONE 0.4s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:53:18.722Z] #156 DONE 0.1s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-20T10:53:18.722Z] #157 DONE 0.4s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:53:18.722Z] #149 ... [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-06-20T10:53:18.722Z] #158 DONE 0.3s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-20T10:53:18.722Z] #147 ... [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-06-20T10:53:18.722Z] #159 DONE 0.1s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-20T10:53:18.722Z] #160 DONE 2.3s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #109 [core-common-config-bootstrapper] exporting to image [2025-06-20T10:53:18.722Z] #109 exporting layers [2025-06-20T10:53:18.722Z] #109 exporting layers 0.7s done [2025-06-20T10:53:18.722Z] #109 writing image sha256:fdf369e755f7132a8af17276f6489c5a133efeb19e4a97f4d04657cd82986b44 done [2025-06-20T10:53:18.722Z] #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-20T10:53:18.722Z] #109 DONE 4.4s [2025-06-20T10:53:18.722Z] [2025-06-20T10:53:18.722Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:53:31.283Z] #149 ... [2025-06-20T10:53:31.283Z] [2025-06-20T10:53:31.284Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-20T10:53:31.284Z] #148 DONE 1290.2s [2025-06-20T10:53:31.284Z] [2025-06-20T10:53:31.284Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T10:53:31.284Z] #37 ... [2025-06-20T10:53:31.284Z] [2025-06-20T10:53:31.284Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-20T10:53:31.284Z] #161 DONE 0.2s [2025-06-20T10:53:31.284Z] [2025-06-20T10:53:31.284Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-20T10:53:32.309Z] #162 DONE 2.1s [2025-06-20T10:53:32.309Z] [2025-06-20T10:53:32.309Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T10:53:32.857Z] #45 ... [2025-06-20T10:53:32.857Z] [2025-06-20T10:53:32.857Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T10:53:32.857Z] #163 DONE 0.5s [2025-06-20T10:53:32.857Z] [2025-06-20T10:53:32.857Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-20T10:53:32.857Z] #147 ... [2025-06-20T10:53:32.857Z] [2025-06-20T10:53:32.857Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-20T10:53:32.857Z] #164 DONE 0.1s [2025-06-20T10:53:33.150Z] [2025-06-20T10:53:33.150Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-20T10:53:33.434Z] #165 DONE 0.4s [2025-06-20T10:53:33.434Z] [2025-06-20T10:53:33.434Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-20T10:53:33.434Z] #166 DONE 0.1s [2025-06-20T10:53:33.434Z] [2025-06-20T10:53:33.434Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:53:33.702Z] #149 ... [2025-06-20T10:53:33.702Z] [2025-06-20T10:53:33.702Z] #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-20T10:53:33.969Z] #167 DONE 0.2s [2025-06-20T10:53:33.969Z] [2025-06-20T10:53:33.969Z] #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-20T10:53:33.969Z] #168 DONE 0.1s [2025-06-20T10:53:33.969Z] [2025-06-20T10:53:33.969Z] #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-20T10:53:34.242Z] #169 DONE 0.3s [2025-06-20T10:53:34.242Z] [2025-06-20T10:53:34.242Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T10:53:34.242Z] #149 ... [2025-06-20T10:53:34.242Z] [2025-06-20T10:53:34.242Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-20T10:53:34.242Z] #170 DONE 0.1s [2025-06-20T10:53:34.512Z] [2025-06-20T10:53:34.512Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-20T10:53:36.458Z] #171 DONE 2.0s [2025-06-20T10:53:36.458Z] [2025-06-20T10:53:36.458Z] #109 [security-bootstrapper] exporting to image [2025-06-20T10:53:36.458Z] #109 exporting layers [2025-06-20T10:53:37.422Z] #109 exporting layers 1.0s done [2025-06-20T10:53:37.422Z] #109 writing image sha256:9e4b18307fdf3687135d0e8b1cb9c3ed19594a3e1cf50f3af50b4c717bdcde98 done [2025-06-20T10:53:37.422Z] #109 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-20T10:53:37.422Z] #109 DONE 5.4s [2025-06-20T10:53:37.422Z] [2025-06-20T10:53:37.422Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-20T11:08:14.966Z] #147 ... [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-20T11:08:14.966Z] #154 DONE 2168.8s [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:08:14.966Z] #149 ... [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:08:14.966Z] #172 DONE 0.2s [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:08:14.966Z] #173 DONE 0.2s [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:08:14.966Z] #149 ... [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-20T11:08:14.966Z] #174 DONE 0.5s [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-20T11:08:14.966Z] #175 DONE 0.1s [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:08:14.966Z] #37 ... [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #109 [core-command] exporting to image [2025-06-20T11:08:14.966Z] #109 exporting layers [2025-06-20T11:08:14.966Z] #109 exporting layers 0.3s done [2025-06-20T11:08:14.966Z] #109 writing image sha256:2fb3c2f721f4e3b4f815fe4f5f78dc2def3c60f5898dc7412d64d244b94b327d done [2025-06-20T11:08:14.966Z] #109 naming to docker.io/library/core-command-arm64 done [2025-06-20T11:08:14.966Z] #109 DONE 5.8s [2025-06-20T11:08:14.966Z] [2025-06-20T11:08:14.966Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:08:21.616Z] #149 ... [2025-06-20T11:08:21.616Z] [2025-06-20T11:08:21.616Z] #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-20T11:08:21.616Z] #144 2182.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-20T11:08:23.565Z] #144 ... [2025-06-20T11:08:23.565Z] [2025-06-20T11:08:23.565Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-20T11:08:23.565Z] #150 DONE 2184.2s [2025-06-20T11:08:23.834Z] [2025-06-20T11:08:23.834Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-20T11:08:24.102Z] #145 ... [2025-06-20T11:08:24.102Z] [2025-06-20T11:08:24.102Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:08:24.383Z] #176 DONE 0.3s [2025-06-20T11:08:24.383Z] [2025-06-20T11:08:24.383Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:08:24.656Z] #177 DONE 0.2s [2025-06-20T11:08:24.656Z] [2025-06-20T11:08:24.656Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-06-20T11:08:24.656Z] #178 DONE 0.2s [2025-06-20T11:08:24.656Z] [2025-06-20T11:08:24.656Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-20T11:08:24.923Z] #179 DONE 0.2s [2025-06-20T11:08:24.923Z] [2025-06-20T11:08:24.923Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-20T11:08:25.227Z] #180 DONE 0.4s [2025-06-20T11:08:25.227Z] [2025-06-20T11:08:25.227Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:08:25.503Z] #37 ... [2025-06-20T11:08:25.503Z] [2025-06-20T11:08:25.503Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-20T11:08:25.503Z] #181 DONE 0.2s [2025-06-20T11:08:25.503Z] [2025-06-20T11:08:25.503Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-20T11:08:27.452Z] #182 DONE 1.9s [2025-06-20T11:08:27.452Z] [2025-06-20T11:08:27.452Z] #109 [security-proxy-setup] exporting to image [2025-06-20T11:08:27.452Z] #109 exporting layers [2025-06-20T11:08:28.414Z] #109 exporting layers 0.8s done [2025-06-20T11:08:28.414Z] #109 writing image sha256:099f18e1469d2f747e14fca8accd5a609c239723c6baea1074715e1e554a616d done [2025-06-20T11:08:28.414Z] #109 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-20T11:08:28.414Z] #109 DONE 6.6s [2025-06-20T11:08:28.414Z] [2025-06-20T11:08:28.414Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T11:09:00.649Z] #45 ... [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #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-20T11:09:00.649Z] #144 DONE 2215.8s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:09:00.649Z] #37 ... [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:09:00.649Z] #183 DONE 0.3s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:09:00.649Z] #149 ... [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:09:00.649Z] #184 DONE 0.1s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-06-20T11:09:00.649Z] #185 DONE 0.2s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-06-20T11:09:00.649Z] #186 DONE 0.2s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-20T11:09:00.649Z] #187 DONE 0.1s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-20T11:09:00.649Z] #188 DONE 0.3s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:09:00.649Z] #149 ... [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-20T11:09:00.649Z] #189 DONE 0.4s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T11:09:00.649Z] #45 ... [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-20T11:09:00.649Z] #190 DONE 0.2s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-20T11:09:00.649Z] #191 DONE 2.0s [2025-06-20T11:09:00.649Z] [2025-06-20T11:09:00.649Z] #109 [security-secretstore-setup] exporting to image [2025-06-20T11:09:00.649Z] #109 exporting layers [2025-06-20T11:09:00.915Z] #109 exporting layers 1.5s done [2025-06-20T11:09:01.184Z] #109 writing image sha256:7d8ee45713fa94f738fffba8ab3543bb669f2ed9e14de7f6b4669b97868fe1ad done [2025-06-20T11:09:01.184Z] #109 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-20T11:09:01.184Z] #109 DONE 8.2s [2025-06-20T11:09:01.184Z] [2025-06-20T11:09:01.184Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:10:09.051Z] #149 ... [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-20T11:10:09.051Z] #153 DONE 2284.5s [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:10:09.051Z] #149 ... [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:10:09.051Z] #192 DONE 0.1s [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:10:09.051Z] #149 ... [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:10:09.051Z] #193 DONE 0.2s [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-20T11:10:09.051Z] #194 DONE 0.5s [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-06-20T11:10:09.051Z] #195 DONE 0.1s [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:10:09.051Z] #149 ... [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #109 [security-spiffe-token-provider] exporting to image [2025-06-20T11:10:09.051Z] #109 exporting layers [2025-06-20T11:10:09.051Z] #109 exporting layers 1.0s done [2025-06-20T11:10:09.051Z] #109 writing image sha256:0a68c8164bb6ec7d958cae1ce1509c544130037a0368be4864622e0f71098d93 done [2025-06-20T11:10:09.051Z] #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-20T11:10:09.051Z] #109 DONE 9.2s [2025-06-20T11:10:09.051Z] [2025-06-20T11:10:09.051Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-20T11:10:35.720Z] #145 ... [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-20T11:10:35.720Z] #151 DONE 2313.1s [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:10:35.720Z] #37 ... [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:10:35.720Z] #196 DONE 0.2s [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:10:35.720Z] #197 DONE 0.2s [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-20T11:10:35.720Z] #198 DONE 0.3s [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-20T11:10:35.720Z] #199 DONE 0.1s [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T11:10:35.720Z] #45 ... [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.720Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-20T11:10:35.720Z] #200 DONE 0.1s [2025-06-20T11:10:35.720Z] [2025-06-20T11:10:35.721Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-20T11:10:35.721Z] #201 DONE 1.9s [2025-06-20T11:10:35.721Z] [2025-06-20T11:10:35.721Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:10:35.721Z] #37 ... [2025-06-20T11:10:35.721Z] [2025-06-20T11:10:35.721Z] #109 [security-proxy-auth] exporting to image [2025-06-20T11:10:35.721Z] #109 exporting layers [2025-06-20T11:10:36.307Z] #109 exporting layers 0.6s done [2025-06-20T11:10:36.307Z] #109 writing image sha256:6ab25218247cea17121289926455f5816c3ea99a8994f2e9a5cf996b382328a2 done [2025-06-20T11:10:36.307Z] #109 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-20T11:10:36.307Z] #109 DONE 9.8s [2025-06-20T11:10:36.307Z] [2025-06-20T11:10:36.307Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:10:40.567Z] #149 ... [2025-06-20T11:10:40.567Z] [2025-06-20T11:10:40.567Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-20T11:10:40.567Z] #147 DONE 2321.2s [2025-06-20T11:10:40.567Z] [2025-06-20T11:10:40.567Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:10:41.176Z] #149 ... [2025-06-20T11:10:41.176Z] [2025-06-20T11:10:41.176Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:10:41.176Z] #202 ... [2025-06-20T11:10:41.176Z] [2025-06-20T11:10:41.176Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-20T11:10:41.176Z] #145 DONE 2320.6s [2025-06-20T11:10:41.448Z] [2025-06-20T11:10:41.448Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:10:41.448Z] #149 ... [2025-06-20T11:10:41.448Z] [2025-06-20T11:10:41.448Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:10:41.448Z] #202 DONE 0.4s [2025-06-20T11:10:41.716Z] [2025-06-20T11:10:41.716Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T11:10:41.984Z] #45 ... [2025-06-20T11:10:41.984Z] [2025-06-20T11:10:41.984Z] #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:10:42.250Z] #203 DONE 0.2s [2025-06-20T11:10:42.250Z] [2025-06-20T11:10:42.250Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-20T11:10:42.250Z] #204 ... [2025-06-20T11:10:42.250Z] [2025-06-20T11:10:42.250Z] #205 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:10:42.250Z] #205 DONE 0.2s [2025-06-20T11:10:42.529Z] [2025-06-20T11:10:42.529Z] #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-20T11:10:42.827Z] #206 ... [2025-06-20T11:10:42.827Z] [2025-06-20T11:10:42.827Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-20T11:10:42.827Z] #204 DONE 0.6s [2025-06-20T11:10:42.827Z] [2025-06-20T11:10:42.827Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-20T11:10:42.827Z] #152 DONE 2323.6s [2025-06-20T11:10:42.827Z] [2025-06-20T11:10:42.827Z] #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-20T11:10:43.102Z] #207 DONE 0.2s [2025-06-20T11:10:43.102Z] [2025-06-20T11:10:43.102Z] #206 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-20T11:10:43.102Z] #206 DONE 0.7s [2025-06-20T11:10:43.102Z] [2025-06-20T11:10:43.102Z] #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-20T11:10:43.369Z] #208 DONE 0.3s [2025-06-20T11:10:43.369Z] [2025-06-20T11:10:43.369Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-20T11:10:43.369Z] #209 DONE 0.4s [2025-06-20T11:10:43.369Z] [2025-06-20T11:10:43.369Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:10:43.973Z] #210 DONE 0.4s [2025-06-20T11:10:43.973Z] [2025-06-20T11:10:43.973Z] #109 [core-metadata] exporting to image [2025-06-20T11:10:43.973Z] #109 exporting layers [2025-06-20T11:10:44.268Z] #109 ... [2025-06-20T11:10:44.268Z] [2025-06-20T11:10:44.268Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:10:44.268Z] #211 DONE 0.4s [2025-06-20T11:10:44.537Z] [2025-06-20T11:10:44.537Z] #109 [core-keeper] exporting to image [2025-06-20T11:10:44.537Z] #109 exporting layers 0.8s done [2025-06-20T11:10:44.537Z] #109 writing image sha256:2b4ed9c32784e0f7b41c2b046e310ee460249b310b9ab7828140b3714e822a04 0.0s done [2025-06-20T11:10:44.537Z] #109 naming to docker.io/library/core-keeper-arm64 done [2025-06-20T11:10:44.537Z] #109 exporting layers 1.0s done [2025-06-20T11:10:44.813Z] #109 writing image sha256:f882793f0ce4f1aa1c88dc65683cfe3ab8852e75a73a2235703a74ea9418c605 0.0s done [2025-06-20T11:10:44.813Z] #109 naming to docker.io/library/core-metadata-arm64 done [2025-06-20T11:10:44.813Z] #109 DONE 10.9s [2025-06-20T11:10:44.813Z] [2025-06-20T11:10:44.813Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-20T11:10:45.086Z] #212 DONE 0.7s [2025-06-20T11:10:45.086Z] [2025-06-20T11:10:45.086Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-20T11:10:45.086Z] #213 DONE 0.1s [2025-06-20T11:10:45.086Z] [2025-06-20T11:10:45.086Z] #109 [core-data] exporting to image [2025-06-20T11:10:45.353Z] #109 exporting layers 0.4s done [2025-06-20T11:10:45.353Z] #109 writing image sha256:110ff07a1735408f77a97708b14b94cf2d500f1522628e7d1c6a16a836358302 done [2025-06-20T11:10:45.353Z] #109 naming to docker.io/library/core-data-arm64 done [2025-06-20T11:10:45.353Z] #109 DONE 11.3s [2025-06-20T11:10:45.353Z] [2025-06-20T11:10:45.353Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-20T11:11:12.405Z] #149 DONE 2352.6s [2025-06-20T11:11:12.405Z] [2025-06-20T11:11:12.405Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:11:12.405Z] #37 ... [2025-06-20T11:11:12.405Z] [2025-06-20T11:11:12.405Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:11:12.405Z] #214 DONE 0.1s [2025-06-20T11:11:12.405Z] [2025-06-20T11:11:12.405Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:11:12.676Z] #215 DONE 0.2s [2025-06-20T11:11:12.676Z] [2025-06-20T11:11:12.676Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-20T11:11:13.280Z] #216 DONE 0.5s [2025-06-20T11:11:13.280Z] [2025-06-20T11:11:13.280Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-20T11:11:13.280Z] #217 DONE 0.2s [2025-06-20T11:11:13.280Z] [2025-06-20T11:11:13.280Z] #109 [support-scheduler] exporting to image [2025-06-20T11:11:13.280Z] #109 exporting layers [2025-06-20T11:11:14.244Z] #109 exporting layers 1.1s done [2025-06-20T11:11:14.244Z] #109 writing image sha256:98bd76786051d09956ad50b3ce8e78662d50f37e5676b6dd3fa04650b4a1049e done [2025-06-20T11:11:14.244Z] #109 naming to docker.io/library/support-scheduler-arm64 done [2025-06-20T11:11:14.244Z] #109 DONE 12.4s [2025-06-20T11:11:14.244Z] [2025-06-20T11:11:14.244Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:11:20.906Z] #37 ... [2025-06-20T11:11:20.906Z] [2025-06-20T11:11:20.906Z] #137 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-20T11:11:20.906Z] #137 DONE 2361.1s [2025-06-20T11:11:20.906Z] [2025-06-20T11:11:20.906Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-20T11:11:20.906Z] #218 DONE 0.1s [2025-06-20T11:11:20.906Z] [2025-06-20T11:11:20.906Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T11:11:20.906Z] #45 ... [2025-06-20T11:11:20.906Z] [2025-06-20T11:11:20.906Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-20T11:11:20.906Z] #219 DONE 0.1s [2025-06-20T11:11:21.173Z] [2025-06-20T11:11:21.173Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-20T11:11:21.758Z] #220 DONE 0.5s [2025-06-20T11:11:21.758Z] [2025-06-20T11:11:21.758Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-20T11:11:21.758Z] #221 DONE 0.1s [2025-06-20T11:11:21.758Z] [2025-06-20T11:11:21.758Z] #37 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-20T11:11:21.758Z] #37 ... [2025-06-20T11:11:21.758Z] [2025-06-20T11:11:21.758Z] #109 [support-notifications] exporting to image [2025-06-20T11:11:21.758Z] #109 exporting layers [2025-06-20T11:11:22.341Z] #109 exporting layers 0.5s done [2025-06-20T11:11:22.341Z] #109 writing image sha256:5c16c35e509c67e175f28ab488199416e9c103396d275c3c3cbc3c777c7b8d6b done [2025-06-20T11:11:22.341Z] #109 naming to docker.io/library/support-notifications-arm64 done [2025-06-20T11:11:22.341Z] #109 DONE 13.0s [2025-06-20T11:11:22.341Z] [2025-06-20T11:11:22.341Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-20T11:11:22.341Z] time="2025-06-20T10:29:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-20T11:11:22.352Z] $ docker stop --time=1 a364df3b6c1cb109c2c3fab8849bc96a12b3fefdea30ee798c2c949034a2edc3 [2025-06-20T11:11:23.983Z] $ docker rm -f --volumes a364df3b6c1cb109c2c3fab8849bc96a12b3fefdea30ee798c2c949034a2edc3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-20T11:11:24.492Z] + docker images [2025-06-20T11:11:24.493Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-20T11:11:24.493Z] support-notifications-arm64 latest 5c16c35e509c 3 seconds ago 52.8MB [2025-06-20T11:11:24.493Z] support-scheduler-arm64 latest 98bd76786051 11 seconds ago 48.9MB [2025-06-20T11:11:24.493Z] core-data-arm64 latest 110ff07a1735 40 seconds ago 33.3MB [2025-06-20T11:11:24.493Z] core-keeper-arm64 latest 2b4ed9c32784 41 seconds ago 33MB [2025-06-20T11:11:24.493Z] core-metadata-arm64 latest f882793f0ce4 41 seconds ago 33.5MB [2025-06-20T11:11:24.493Z] security-proxy-auth-arm64 latest 6ab25218247c 49 seconds ago 32.2MB [2025-06-20T11:11:24.493Z] security-spiffe-token-provider-arm64 latest 0a68c8164bb6 About a minute ago 48.6MB [2025-06-20T11:11:24.493Z] security-secretstore-setup-arm64 latest 7d8ee45713fa 2 minutes ago 68.2MB [2025-06-20T11:11:24.493Z] security-proxy-setup-arm64 latest 099f18e1469d 2 minutes ago 38.9MB [2025-06-20T11:11:24.493Z] core-command-arm64 latest 2fb3c2f721f4 3 minutes ago 28.9MB [2025-06-20T11:11:24.493Z] security-bootstrapper-arm64 latest 9e4b18307fdf 17 minutes ago 21.1MB [2025-06-20T11:11:24.493Z] core-common-config-bootstrapper-arm64 latest fdf369e755f7 18 minutes ago 18MB [2025-06-20T11:11:24.493Z] security-spire-config-arm64 latest 541fdb45ab54 40 minutes ago 143MB [2025-06-20T11:11:24.493Z] security-spire-agent-arm64 latest 72aabeb32110 40 minutes ago 187MB [2025-06-20T11:11:24.493Z] security-spire-server-arm64 latest f1cf0a3fba3b 40 minutes ago 144MB [2025-06-20T11:11:24.493Z] ci-base-image-arm64 latest a140444121b6 42 minutes ago 910MB [2025-06-20T11:11:24.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 2 days ago 560MB [2025-06-20T11:11:24.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-20T11:11:24.652Z] provisioning config files... [2025-06-20T11:11:24.668Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/857@tmp/config10940625553022629650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-20T11:11:25.022Z] ---> ****-login.sh [2025-06-20T11:11:25.022Z] nexus3.edgexfoundry.org:10001 [2025-06-20T11:11:25.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T11:11:25.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T11:11:25.288Z] Configure a credential helper to remove this warning. See [2025-06-20T11:11:25.288Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T11:11:25.288Z] [2025-06-20T11:11:25.288Z] Login Succeeded [2025-06-20T11:11:25.288Z] nexus3.edgexfoundry.org:10002 [2025-06-20T11:11:25.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T11:11:25.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T11:11:25.823Z] Configure a credential helper to remove this warning. See [2025-06-20T11:11:25.823Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T11:11:25.823Z] [2025-06-20T11:11:25.823Z] Login Succeeded [2025-06-20T11:11:25.823Z] nexus3.edgexfoundry.org:10003 [2025-06-20T11:11:25.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T11:11:26.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T11:11:26.093Z] Configure a credential helper to remove this warning. See [2025-06-20T11:11:26.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T11:11:26.093Z] [2025-06-20T11:11:26.093Z] Login Succeeded [2025-06-20T11:11:26.093Z] nexus3.edgexfoundry.org:10004 [2025-06-20T11:11:26.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T11:11:26.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T11:11:26.360Z] Configure a credential helper to remove this warning. See [2025-06-20T11:11:26.360Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T11:11:26.360Z] [2025-06-20T11:11:26.360Z] Login Succeeded [2025-06-20T11:11:26.360Z] ****.io [2025-06-20T11:11:26.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-20T11:11:26.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-20T11:11:26.891Z] Configure a credential helper to remove this warning. See [2025-06-20T11:11:26.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-20T11:11:26.891Z] [2025-06-20T11:11:26.891Z] Login Succeeded [2025-06-20T11:11:26.891Z] ---> ****-login.sh ends [Pipeline] } [2025-06-20T11:11:26.900Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:11:26.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-20T11:11:26.986Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-20T11:11:26.986Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:26.986Z] latest [2025-06-20T11:11:26.986Z] 4.1.0-dev.26 [2025-06-20T11:11:26.986Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:26.986Z] main [2025-06-20T11:11:26.986Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:27.361Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:27.726Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:27.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-20T11:11:27.726Z] 9315642421b5: Preparing [2025-06-20T11:11:27.726Z] bd3180376ab6: Preparing [2025-06-20T11:11:27.726Z] 34f012ca3978: Preparing [2025-06-20T11:11:27.726Z] c1ef31a3121c: Preparing [2025-06-20T11:11:27.726Z] 46be0a63e442: Preparing [2025-06-20T11:11:27.726Z] 78b63b89be57: Preparing [2025-06-20T11:11:27.726Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:27.726Z] 78b63b89be57: Waiting [2025-06-20T11:11:27.726Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:27.992Z] 34f012ca3978: Pushed [2025-06-20T11:11:27.992Z] 46be0a63e442: Pushed [2025-06-20T11:11:27.992Z] 9315642421b5: Pushed [2025-06-20T11:11:27.992Z] c1ef31a3121c: Pushed [2025-06-20T11:11:27.992Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:27.992Z] 78b63b89be57: Pushed [2025-06-20T11:11:33.315Z] bd3180376ab6: Pushed [2025-06-20T11:11:33.315Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:33.678Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:34.042Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-20T11:11:34.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-20T11:11:34.042Z] 9315642421b5: Preparing [2025-06-20T11:11:34.042Z] bd3180376ab6: Preparing [2025-06-20T11:11:34.042Z] 34f012ca3978: Preparing [2025-06-20T11:11:34.042Z] c1ef31a3121c: Preparing [2025-06-20T11:11:34.042Z] 46be0a63e442: Preparing [2025-06-20T11:11:34.042Z] 78b63b89be57: Preparing [2025-06-20T11:11:34.042Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:34.042Z] 78b63b89be57: Waiting [2025-06-20T11:11:34.042Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:34.042Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:34.042Z] 9315642421b5: Layer already exists [2025-06-20T11:11:34.042Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:34.042Z] bd3180376ab6: Layer already exists [2025-06-20T11:11:34.042Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:34.042Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:34.042Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:34.306Z] latest: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:34.673Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:35.035Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [2025-06-20T11:11:35.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-20T11:11:35.035Z] 9315642421b5: Preparing [2025-06-20T11:11:35.035Z] bd3180376ab6: Preparing [2025-06-20T11:11:35.035Z] 34f012ca3978: Preparing [2025-06-20T11:11:35.035Z] c1ef31a3121c: Preparing [2025-06-20T11:11:35.035Z] 46be0a63e442: Preparing [2025-06-20T11:11:35.035Z] 78b63b89be57: Preparing [2025-06-20T11:11:35.035Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:35.035Z] 78b63b89be57: Waiting [2025-06-20T11:11:35.035Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:35.035Z] 9315642421b5: Layer already exists [2025-06-20T11:11:35.035Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:35.035Z] bd3180376ab6: Layer already exists [2025-06-20T11:11:35.035Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:35.035Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:35.035Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:35.035Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:35.035Z] 4.1.0-dev.26: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:35.384Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:35.738Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:35.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-20T11:11:35.738Z] 9315642421b5: Preparing [2025-06-20T11:11:35.738Z] bd3180376ab6: Preparing [2025-06-20T11:11:35.738Z] 34f012ca3978: Preparing [2025-06-20T11:11:35.738Z] c1ef31a3121c: Preparing [2025-06-20T11:11:35.738Z] 46be0a63e442: Preparing [2025-06-20T11:11:35.738Z] 78b63b89be57: Preparing [2025-06-20T11:11:35.738Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:35.738Z] 78b63b89be57: Waiting [2025-06-20T11:11:35.738Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:35.738Z] bd3180376ab6: Layer already exists [2025-06-20T11:11:35.738Z] 9315642421b5: Layer already exists [2025-06-20T11:11:35.738Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:35.738Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:35.738Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:35.738Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:35.738Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:36.003Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:36.360Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:36.701Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-20T11:11:36.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-20T11:11:36.701Z] 9315642421b5: Preparing [2025-06-20T11:11:36.701Z] bd3180376ab6: Preparing [2025-06-20T11:11:36.701Z] 34f012ca3978: Preparing [2025-06-20T11:11:36.701Z] c1ef31a3121c: Preparing [2025-06-20T11:11:36.701Z] 46be0a63e442: Preparing [2025-06-20T11:11:36.701Z] 78b63b89be57: Preparing [2025-06-20T11:11:36.701Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:36.701Z] 78b63b89be57: Waiting [2025-06-20T11:11:36.701Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:36.701Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:36.701Z] 9315642421b5: Layer already exists [2025-06-20T11:11:36.701Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:36.701Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:36.701Z] bd3180376ab6: Layer already exists [2025-06-20T11:11:36.701Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:36.701Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:36.964Z] main: digest: sha256:52ad76e2fff149c3733db52bee2ebe0c558e55559a2a894aba3aff35309cc4c2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:11:37.042Z] ===================================================== [Pipeline] echo [2025-06-20T11:11:37.055Z] taggedImages: [2025-06-20T11:11:37.055Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:37.055Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-20T11:11:37.055Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [2025-06-20T11:11:37.055Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:37.055Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-20T11:11:37.078Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-20T11:11:37.078Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:37.078Z] latest [2025-06-20T11:11:37.078Z] 4.1.0-dev.26 [2025-06-20T11:11:37.078Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:37.078Z] main [2025-06-20T11:11:37.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:37.439Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:37.784Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:37.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-20T11:11:37.784Z] 44ccdce77900: Preparing [2025-06-20T11:11:37.784Z] 1e020a976d9a: Preparing [2025-06-20T11:11:37.784Z] 671a49808e96: Preparing [2025-06-20T11:11:37.784Z] 41fa850aa501: Preparing [2025-06-20T11:11:37.784Z] 34f012ca3978: Preparing [2025-06-20T11:11:37.784Z] c1ef31a3121c: Preparing [2025-06-20T11:11:37.784Z] 46be0a63e442: Preparing [2025-06-20T11:11:37.784Z] 78b63b89be57: Preparing [2025-06-20T11:11:37.784Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:37.784Z] 46be0a63e442: Waiting [2025-06-20T11:11:37.784Z] 78b63b89be57: Waiting [2025-06-20T11:11:37.784Z] c1ef31a3121c: Waiting [2025-06-20T11:11:37.784Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:38.050Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:38.050Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:38.050Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:38.050Z] 671a49808e96: Pushed [2025-06-20T11:11:38.050Z] 1e020a976d9a: Pushed [2025-06-20T11:11:38.050Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:38.050Z] 44ccdce77900: Pushed [2025-06-20T11:11:38.050Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:39.981Z] 41fa850aa501: Pushed [2025-06-20T11:11:40.244Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:40.595Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:40.940Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-20T11:11:40.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-20T11:11:40.940Z] 44ccdce77900: Preparing [2025-06-20T11:11:40.940Z] 1e020a976d9a: Preparing [2025-06-20T11:11:40.940Z] 671a49808e96: Preparing [2025-06-20T11:11:40.940Z] 41fa850aa501: Preparing [2025-06-20T11:11:40.940Z] 34f012ca3978: Preparing [2025-06-20T11:11:40.940Z] c1ef31a3121c: Preparing [2025-06-20T11:11:40.940Z] 46be0a63e442: Preparing [2025-06-20T11:11:40.940Z] 78b63b89be57: Preparing [2025-06-20T11:11:40.940Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:40.940Z] 46be0a63e442: Waiting [2025-06-20T11:11:40.940Z] 78b63b89be57: Waiting [2025-06-20T11:11:40.940Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:40.941Z] c1ef31a3121c: Waiting [2025-06-20T11:11:40.941Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:40.941Z] 41fa850aa501: Layer already exists [2025-06-20T11:11:40.941Z] 44ccdce77900: Layer already exists [2025-06-20T11:11:40.941Z] 1e020a976d9a: Layer already exists [2025-06-20T11:11:40.941Z] 671a49808e96: Layer already exists [2025-06-20T11:11:40.941Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:40.941Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:40.941Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:40.941Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:41.203Z] latest: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:41.559Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:41.910Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [2025-06-20T11:11:41.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-20T11:11:41.911Z] 44ccdce77900: Preparing [2025-06-20T11:11:41.911Z] 1e020a976d9a: Preparing [2025-06-20T11:11:41.911Z] 671a49808e96: Preparing [2025-06-20T11:11:41.911Z] 41fa850aa501: Preparing [2025-06-20T11:11:41.911Z] 34f012ca3978: Preparing [2025-06-20T11:11:41.911Z] c1ef31a3121c: Preparing [2025-06-20T11:11:41.911Z] 46be0a63e442: Preparing [2025-06-20T11:11:41.911Z] 78b63b89be57: Preparing [2025-06-20T11:11:41.911Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:41.911Z] 78b63b89be57: Waiting [2025-06-20T11:11:41.911Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:41.911Z] c1ef31a3121c: Waiting [2025-06-20T11:11:41.911Z] 46be0a63e442: Waiting [2025-06-20T11:11:41.911Z] 671a49808e96: Layer already exists [2025-06-20T11:11:41.911Z] 44ccdce77900: Layer already exists [2025-06-20T11:11:41.911Z] 41fa850aa501: Layer already exists [2025-06-20T11:11:41.911Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:41.911Z] 1e020a976d9a: Layer already exists [2025-06-20T11:11:41.911Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:41.911Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:41.911Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:41.911Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:41.911Z] 4.1.0-dev.26: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:42.533Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:42.874Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:42.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-20T11:11:42.874Z] 44ccdce77900: Preparing [2025-06-20T11:11:42.874Z] 1e020a976d9a: Preparing [2025-06-20T11:11:42.874Z] 671a49808e96: Preparing [2025-06-20T11:11:42.874Z] 41fa850aa501: Preparing [2025-06-20T11:11:42.874Z] 34f012ca3978: Preparing [2025-06-20T11:11:42.874Z] c1ef31a3121c: Preparing [2025-06-20T11:11:42.874Z] 46be0a63e442: Preparing [2025-06-20T11:11:42.874Z] 78b63b89be57: Preparing [2025-06-20T11:11:42.874Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:42.874Z] 46be0a63e442: Waiting [2025-06-20T11:11:42.874Z] 78b63b89be57: Waiting [2025-06-20T11:11:42.874Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:42.874Z] c1ef31a3121c: Waiting [2025-06-20T11:11:42.874Z] 1e020a976d9a: Layer already exists [2025-06-20T11:11:42.874Z] 41fa850aa501: Layer already exists [2025-06-20T11:11:42.874Z] 44ccdce77900: Layer already exists [2025-06-20T11:11:42.874Z] 671a49808e96: Layer already exists [2025-06-20T11:11:42.874Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:42.874Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:42.874Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:42.874Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:42.874Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:42.874Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:43.485Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:43.834Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-20T11:11:43.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-20T11:11:43.834Z] 44ccdce77900: Preparing [2025-06-20T11:11:43.834Z] 1e020a976d9a: Preparing [2025-06-20T11:11:43.834Z] 671a49808e96: Preparing [2025-06-20T11:11:43.834Z] 41fa850aa501: Preparing [2025-06-20T11:11:43.834Z] 34f012ca3978: Preparing [2025-06-20T11:11:43.834Z] c1ef31a3121c: Preparing [2025-06-20T11:11:43.834Z] 46be0a63e442: Preparing [2025-06-20T11:11:43.834Z] 78b63b89be57: Preparing [2025-06-20T11:11:43.834Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:43.834Z] 46be0a63e442: Waiting [2025-06-20T11:11:43.834Z] 78b63b89be57: Waiting [2025-06-20T11:11:43.834Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:43.834Z] c1ef31a3121c: Waiting [2025-06-20T11:11:43.834Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:43.834Z] 671a49808e96: Layer already exists [2025-06-20T11:11:43.834Z] 44ccdce77900: Layer already exists [2025-06-20T11:11:43.834Z] 41fa850aa501: Layer already exists [2025-06-20T11:11:43.834Z] 1e020a976d9a: Layer already exists [2025-06-20T11:11:43.834Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:43.834Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:43.834Z] 46be0a63e442: Layer already exists [2025-06-20T11:11:43.834Z] 78b63b89be57: Layer already exists [2025-06-20T11:11:44.098Z] main: digest: sha256:c3fdafbcb86420d2d43c9bcb07c5bccebaf4410312950a8d1d0de7ed9a12bea6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:11:44.169Z] ===================================================== [Pipeline] echo [2025-06-20T11:11:44.181Z] taggedImages: [2025-06-20T11:11:44.181Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:44.181Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-20T11:11:44.181Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [2025-06-20T11:11:44.181Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:44.182Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-20T11:11:44.205Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-20T11:11:44.205Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:44.205Z] latest [2025-06-20T11:11:44.205Z] 4.1.0-dev.26 [2025-06-20T11:11:44.205Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:44.205Z] main [2025-06-20T11:11:44.205Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:44.579Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:44.938Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:44.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-20T11:11:44.938Z] 60769b1704be: Preparing [2025-06-20T11:11:44.938Z] 29205265d0f1: Preparing [2025-06-20T11:11:44.938Z] 34f012ca3978: Preparing [2025-06-20T11:11:44.938Z] c1ef31a3121c: Preparing [2025-06-20T11:11:44.938Z] 39f5b26ba1dd: Preparing [2025-06-20T11:11:44.938Z] 0121669565d7: Preparing [2025-06-20T11:11:44.938Z] 0121669565d7: Waiting [2025-06-20T11:11:44.938Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:44.938Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:45.204Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:45.204Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:45.204Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:45.204Z] 39f5b26ba1dd: Pushed [2025-06-20T11:11:45.204Z] 60769b1704be: Pushed [2025-06-20T11:11:45.204Z] 0121669565d7: Pushed [2025-06-20T11:11:50.528Z] 29205265d0f1: Pushed [2025-06-20T11:11:50.529Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:50.884Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:51.236Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-20T11:11:51.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-20T11:11:51.236Z] 60769b1704be: Preparing [2025-06-20T11:11:51.236Z] 29205265d0f1: Preparing [2025-06-20T11:11:51.236Z] 34f012ca3978: Preparing [2025-06-20T11:11:51.236Z] c1ef31a3121c: Preparing [2025-06-20T11:11:51.236Z] 39f5b26ba1dd: Preparing [2025-06-20T11:11:51.236Z] 0121669565d7: Preparing [2025-06-20T11:11:51.236Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:51.236Z] 0121669565d7: Waiting [2025-06-20T11:11:51.236Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:51.236Z] 29205265d0f1: Layer already exists [2025-06-20T11:11:51.236Z] 60769b1704be: Layer already exists [2025-06-20T11:11:51.236Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:51.236Z] 39f5b26ba1dd: Layer already exists [2025-06-20T11:11:51.237Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:51.237Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:51.237Z] 0121669565d7: Layer already exists [2025-06-20T11:11:51.501Z] latest: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:51.855Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:52.210Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [2025-06-20T11:11:52.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-20T11:11:52.210Z] 60769b1704be: Preparing [2025-06-20T11:11:52.210Z] 29205265d0f1: Preparing [2025-06-20T11:11:52.210Z] 34f012ca3978: Preparing [2025-06-20T11:11:52.210Z] c1ef31a3121c: Preparing [2025-06-20T11:11:52.210Z] 39f5b26ba1dd: Preparing [2025-06-20T11:11:52.210Z] 0121669565d7: Preparing [2025-06-20T11:11:52.210Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:52.210Z] 0121669565d7: Waiting [2025-06-20T11:11:52.210Z] 60769b1704be: Layer already exists [2025-06-20T11:11:52.210Z] 29205265d0f1: Layer already exists [2025-06-20T11:11:52.210Z] 39f5b26ba1dd: Layer already exists [2025-06-20T11:11:52.210Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:52.210Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:52.210Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:52.210Z] 0121669565d7: Layer already exists [2025-06-20T11:11:52.475Z] 4.1.0-dev.26: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:52.829Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:53.191Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:53.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-20T11:11:53.191Z] 60769b1704be: Preparing [2025-06-20T11:11:53.191Z] 29205265d0f1: Preparing [2025-06-20T11:11:53.191Z] 34f012ca3978: Preparing [2025-06-20T11:11:53.191Z] c1ef31a3121c: Preparing [2025-06-20T11:11:53.191Z] 39f5b26ba1dd: Preparing [2025-06-20T11:11:53.191Z] 0121669565d7: Preparing [2025-06-20T11:11:53.191Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:53.191Z] 0121669565d7: Waiting [2025-06-20T11:11:53.191Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:53.191Z] 39f5b26ba1dd: Layer already exists [2025-06-20T11:11:53.191Z] 60769b1704be: Layer already exists [2025-06-20T11:11:53.191Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:53.191Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:53.191Z] 29205265d0f1: Layer already exists [2025-06-20T11:11:53.191Z] 0121669565d7: Layer already exists [2025-06-20T11:11:53.191Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:53.456Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:53.806Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:54.153Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-20T11:11:54.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-20T11:11:54.153Z] 60769b1704be: Preparing [2025-06-20T11:11:54.153Z] 29205265d0f1: Preparing [2025-06-20T11:11:54.153Z] 34f012ca3978: Preparing [2025-06-20T11:11:54.153Z] c1ef31a3121c: Preparing [2025-06-20T11:11:54.153Z] 39f5b26ba1dd: Preparing [2025-06-20T11:11:54.153Z] 0121669565d7: Preparing [2025-06-20T11:11:54.153Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:54.153Z] 0121669565d7: Waiting [2025-06-20T11:11:54.153Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:54.153Z] 34f012ca3978: Layer already exists [2025-06-20T11:11:54.153Z] 29205265d0f1: Layer already exists [2025-06-20T11:11:54.153Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:54.153Z] 39f5b26ba1dd: Layer already exists [2025-06-20T11:11:54.153Z] 60769b1704be: Layer already exists [2025-06-20T11:11:54.153Z] 0121669565d7: Layer already exists [2025-06-20T11:11:54.153Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:54.418Z] main: digest: sha256:bf5b6c4ee2afb8ba8f3d33a3fdba6819f20d3022c0e76b359a330cbb423a741f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:11:54.499Z] ===================================================== [Pipeline] echo [2025-06-20T11:11:54.515Z] taggedImages: [2025-06-20T11:11:54.515Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:54.515Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-20T11:11:54.515Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [2025-06-20T11:11:54.515Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:54.515Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-20T11:11:54.544Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-20T11:11:54.544Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:54.544Z] latest [2025-06-20T11:11:54.544Z] 4.1.0-dev.26 [2025-06-20T11:11:54.544Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:11:54.544Z] main [2025-06-20T11:11:54.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:54.916Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:11:55.266Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:11:55.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-20T11:11:55.266Z] 1ce5349035e4: Preparing [2025-06-20T11:11:55.266Z] bf2f830bf251: Preparing [2025-06-20T11:11:55.266Z] c1ef31a3121c: Preparing [2025-06-20T11:11:55.266Z] 596f536db1a1: Preparing [2025-06-20T11:11:55.266Z] b74fd2889a3a: Preparing [2025-06-20T11:11:55.266Z] dd9c8f8612c8: Preparing [2025-06-20T11:11:55.266Z] dd9c8f8612c8: Waiting [2025-06-20T11:11:55.266Z] c1ef31a3121c: Layer already exists [2025-06-20T11:11:55.531Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:11:55.531Z] b74fd2889a3a: Pushed [2025-06-20T11:11:55.531Z] 596f536db1a1: Pushed [2025-06-20T11:11:55.531Z] 1ce5349035e4: Pushed [2025-06-20T11:12:00.855Z] bf2f830bf251: Pushed [2025-06-20T11:12:00.855Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:01.212Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:01.574Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-20T11:12:01.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-20T11:12:01.574Z] 1ce5349035e4: Preparing [2025-06-20T11:12:01.574Z] bf2f830bf251: Preparing [2025-06-20T11:12:01.574Z] c1ef31a3121c: Preparing [2025-06-20T11:12:01.574Z] 596f536db1a1: Preparing [2025-06-20T11:12:01.574Z] b74fd2889a3a: Preparing [2025-06-20T11:12:01.574Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:01.574Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:01.574Z] b74fd2889a3a: Layer already exists [2025-06-20T11:12:01.574Z] bf2f830bf251: Layer already exists [2025-06-20T11:12:01.574Z] 1ce5349035e4: Layer already exists [2025-06-20T11:12:01.574Z] 596f536db1a1: Layer already exists [2025-06-20T11:12:01.574Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:01.574Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:01.839Z] latest: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:02.195Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:02.544Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [2025-06-20T11:12:02.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-20T11:12:02.544Z] 1ce5349035e4: Preparing [2025-06-20T11:12:02.544Z] bf2f830bf251: Preparing [2025-06-20T11:12:02.544Z] c1ef31a3121c: Preparing [2025-06-20T11:12:02.544Z] 596f536db1a1: Preparing [2025-06-20T11:12:02.544Z] b74fd2889a3a: Preparing [2025-06-20T11:12:02.544Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:02.544Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:02.544Z] 1ce5349035e4: Layer already exists [2025-06-20T11:12:02.544Z] b74fd2889a3a: Layer already exists [2025-06-20T11:12:02.544Z] bf2f830bf251: Layer already exists [2025-06-20T11:12:02.544Z] 596f536db1a1: Layer already exists [2025-06-20T11:12:02.544Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:02.544Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:02.544Z] 4.1.0-dev.26: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:03.172Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:03.523Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:03.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-20T11:12:03.523Z] 1ce5349035e4: Preparing [2025-06-20T11:12:03.523Z] bf2f830bf251: Preparing [2025-06-20T11:12:03.523Z] c1ef31a3121c: Preparing [2025-06-20T11:12:03.523Z] 596f536db1a1: Preparing [2025-06-20T11:12:03.523Z] b74fd2889a3a: Preparing [2025-06-20T11:12:03.523Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:03.523Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:03.523Z] bf2f830bf251: Layer already exists [2025-06-20T11:12:03.523Z] 596f536db1a1: Layer already exists [2025-06-20T11:12:03.523Z] 1ce5349035e4: Layer already exists [2025-06-20T11:12:03.523Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:03.523Z] b74fd2889a3a: Layer already exists [2025-06-20T11:12:03.523Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:03.796Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:04.157Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:04.510Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-20T11:12:04.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-20T11:12:04.511Z] 1ce5349035e4: Preparing [2025-06-20T11:12:04.511Z] bf2f830bf251: Preparing [2025-06-20T11:12:04.511Z] c1ef31a3121c: Preparing [2025-06-20T11:12:04.511Z] 596f536db1a1: Preparing [2025-06-20T11:12:04.511Z] b74fd2889a3a: Preparing [2025-06-20T11:12:04.511Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:04.511Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:04.511Z] 1ce5349035e4: Layer already exists [2025-06-20T11:12:04.511Z] bf2f830bf251: Layer already exists [2025-06-20T11:12:04.511Z] b74fd2889a3a: Layer already exists [2025-06-20T11:12:04.511Z] 596f536db1a1: Layer already exists [2025-06-20T11:12:04.511Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:04.511Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:04.778Z] main: digest: sha256:5178d3a74f55e9b10036fca7b9263ae96f167816c1b225e373b5df6aaab0fc30 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:12:04.850Z] ===================================================== [Pipeline] echo [2025-06-20T11:12:04.865Z] taggedImages: [2025-06-20T11:12:04.865Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:04.865Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-20T11:12:04.865Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [2025-06-20T11:12:04.865Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:04.865Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-20T11:12:04.890Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-20T11:12:04.890Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:04.890Z] latest [2025-06-20T11:12:04.890Z] 4.1.0-dev.26 [2025-06-20T11:12:04.890Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:04.890Z] main [2025-06-20T11:12:04.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:05.262Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:05.741Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:05.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-20T11:12:05.741Z] 7ac5f86f9d9d: Preparing [2025-06-20T11:12:05.741Z] 8e50c1574752: Preparing [2025-06-20T11:12:05.741Z] ffcb653e847d: Preparing [2025-06-20T11:12:05.741Z] 34f012ca3978: Preparing [2025-06-20T11:12:05.741Z] c1ef31a3121c: Preparing [2025-06-20T11:12:05.741Z] 46be0a63e442: Preparing [2025-06-20T11:12:05.741Z] 78b63b89be57: Preparing [2025-06-20T11:12:05.741Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:05.741Z] 78b63b89be57: Waiting [2025-06-20T11:12:05.741Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:05.741Z] 46be0a63e442: Waiting [2025-06-20T11:12:06.061Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:06.061Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:06.061Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:06.061Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:06.061Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:06.061Z] 8e50c1574752: Pushed [2025-06-20T11:12:06.061Z] 7ac5f86f9d9d: Pushed [2025-06-20T11:12:11.582Z] ffcb653e847d: Pushed [2025-06-20T11:12:11.582Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:11.949Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:12.291Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-20T11:12:12.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-20T11:12:12.291Z] 7ac5f86f9d9d: Preparing [2025-06-20T11:12:12.291Z] 8e50c1574752: Preparing [2025-06-20T11:12:12.291Z] ffcb653e847d: Preparing [2025-06-20T11:12:12.291Z] 34f012ca3978: Preparing [2025-06-20T11:12:12.291Z] c1ef31a3121c: Preparing [2025-06-20T11:12:12.291Z] 46be0a63e442: Preparing [2025-06-20T11:12:12.291Z] 78b63b89be57: Preparing [2025-06-20T11:12:12.291Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:12.291Z] 46be0a63e442: Waiting [2025-06-20T11:12:12.291Z] 78b63b89be57: Waiting [2025-06-20T11:12:12.291Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:12.291Z] 7ac5f86f9d9d: Layer already exists [2025-06-20T11:12:12.291Z] ffcb653e847d: Layer already exists [2025-06-20T11:12:12.291Z] 8e50c1574752: Layer already exists [2025-06-20T11:12:12.291Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:12.291Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:12.291Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:12.291Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:12.291Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:12.556Z] latest: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:12.905Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:13.249Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [2025-06-20T11:12:13.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-20T11:12:13.249Z] 7ac5f86f9d9d: Preparing [2025-06-20T11:12:13.249Z] 8e50c1574752: Preparing [2025-06-20T11:12:13.249Z] ffcb653e847d: Preparing [2025-06-20T11:12:13.249Z] 34f012ca3978: Preparing [2025-06-20T11:12:13.249Z] c1ef31a3121c: Preparing [2025-06-20T11:12:13.249Z] 46be0a63e442: Preparing [2025-06-20T11:12:13.249Z] 78b63b89be57: Preparing [2025-06-20T11:12:13.249Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:13.249Z] 46be0a63e442: Waiting [2025-06-20T11:12:13.249Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:13.249Z] 78b63b89be57: Waiting [2025-06-20T11:12:13.249Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:13.249Z] 7ac5f86f9d9d: Layer already exists [2025-06-20T11:12:13.249Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:13.249Z] 8e50c1574752: Layer already exists [2025-06-20T11:12:13.249Z] ffcb653e847d: Layer already exists [2025-06-20T11:12:13.249Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:13.249Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:13.249Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:13.513Z] 4.1.0-dev.26: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:13.856Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:14.195Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:14.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-20T11:12:14.196Z] 7ac5f86f9d9d: Preparing [2025-06-20T11:12:14.196Z] 8e50c1574752: Preparing [2025-06-20T11:12:14.196Z] ffcb653e847d: Preparing [2025-06-20T11:12:14.196Z] 34f012ca3978: Preparing [2025-06-20T11:12:14.196Z] c1ef31a3121c: Preparing [2025-06-20T11:12:14.196Z] 46be0a63e442: Preparing [2025-06-20T11:12:14.196Z] 78b63b89be57: Preparing [2025-06-20T11:12:14.196Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:14.196Z] 46be0a63e442: Waiting [2025-06-20T11:12:14.196Z] 78b63b89be57: Waiting [2025-06-20T11:12:14.196Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:14.196Z] 8e50c1574752: Layer already exists [2025-06-20T11:12:14.196Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:14.196Z] 7ac5f86f9d9d: Layer already exists [2025-06-20T11:12:14.196Z] ffcb653e847d: Layer already exists [2025-06-20T11:12:14.196Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:14.196Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:14.196Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:14.196Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:14.460Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:14.813Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:15.168Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-20T11:12:15.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-20T11:12:15.168Z] 7ac5f86f9d9d: Preparing [2025-06-20T11:12:15.168Z] 8e50c1574752: Preparing [2025-06-20T11:12:15.168Z] ffcb653e847d: Preparing [2025-06-20T11:12:15.168Z] 34f012ca3978: Preparing [2025-06-20T11:12:15.168Z] c1ef31a3121c: Preparing [2025-06-20T11:12:15.168Z] 46be0a63e442: Preparing [2025-06-20T11:12:15.168Z] 78b63b89be57: Preparing [2025-06-20T11:12:15.168Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:15.168Z] 46be0a63e442: Waiting [2025-06-20T11:12:15.168Z] 78b63b89be57: Waiting [2025-06-20T11:12:15.168Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:15.168Z] ffcb653e847d: Layer already exists [2025-06-20T11:12:15.168Z] 8e50c1574752: Layer already exists [2025-06-20T11:12:15.168Z] 7ac5f86f9d9d: Layer already exists [2025-06-20T11:12:15.168Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:15.168Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:15.168Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:15.168Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:15.168Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:15.434Z] main: digest: sha256:b6a8c4e40276ce16261fd193e5ab1fa6d3fe85f444e70521b53155c5822c8486 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:12:15.512Z] ===================================================== [Pipeline] echo [2025-06-20T11:12:15.526Z] taggedImages: [2025-06-20T11:12:15.526Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:15.526Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-20T11:12:15.526Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [2025-06-20T11:12:15.526Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:15.526Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-20T11:12:15.550Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-20T11:12:15.550Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:15.550Z] latest [2025-06-20T11:12:15.550Z] 4.1.0-dev.26 [2025-06-20T11:12:15.550Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:15.550Z] main [2025-06-20T11:12:15.550Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:15.917Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:16.271Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:16.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-20T11:12:16.271Z] 9860af12db87: Preparing [2025-06-20T11:12:16.271Z] 3ac4072165a8: Preparing [2025-06-20T11:12:16.271Z] 587676889528: Preparing [2025-06-20T11:12:16.271Z] 385332f681bf: Preparing [2025-06-20T11:12:16.271Z] 28980c64a69b: Preparing [2025-06-20T11:12:16.271Z] 8adc16df1af2: Preparing [2025-06-20T11:12:16.271Z] e5519f92b079: Preparing [2025-06-20T11:12:16.271Z] 34f012ca3978: Preparing [2025-06-20T11:12:16.271Z] c1ef31a3121c: Preparing [2025-06-20T11:12:16.271Z] b8364e9f43bf: Preparing [2025-06-20T11:12:16.271Z] f3510262406b: Preparing [2025-06-20T11:12:16.271Z] 5f70bf18a086: Preparing [2025-06-20T11:12:16.271Z] 34271c8beb45: Preparing [2025-06-20T11:12:16.271Z] c7686241fdbf: Preparing [2025-06-20T11:12:16.271Z] 33b93827980d: Preparing [2025-06-20T11:12:16.271Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:16.271Z] 8adc16df1af2: Waiting [2025-06-20T11:12:16.271Z] e5519f92b079: Waiting [2025-06-20T11:12:16.271Z] 34f012ca3978: Waiting [2025-06-20T11:12:16.271Z] c1ef31a3121c: Waiting [2025-06-20T11:12:16.271Z] b8364e9f43bf: Waiting [2025-06-20T11:12:16.271Z] f3510262406b: Waiting [2025-06-20T11:12:16.271Z] 5f70bf18a086: Waiting [2025-06-20T11:12:16.271Z] 34271c8beb45: Waiting [2025-06-20T11:12:16.271Z] c7686241fdbf: Waiting [2025-06-20T11:12:16.271Z] 33b93827980d: Waiting [2025-06-20T11:12:16.271Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:16.538Z] 587676889528: Pushed [2025-06-20T11:12:16.538Z] 28980c64a69b: Pushed [2025-06-20T11:12:16.538Z] 385332f681bf: Pushed [2025-06-20T11:12:16.538Z] 9860af12db87: Pushed [2025-06-20T11:12:16.538Z] 3ac4072165a8: Pushed [2025-06-20T11:12:16.538Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:16.538Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:16.538Z] 8adc16df1af2: Pushed [2025-06-20T11:12:16.538Z] 5f70bf18a086: Layer already exists [2025-06-20T11:12:16.806Z] f3510262406b: Pushed [2025-06-20T11:12:16.806Z] b8364e9f43bf: Pushed [2025-06-20T11:12:16.806Z] 34271c8beb45: Pushed [2025-06-20T11:12:16.806Z] c7686241fdbf: Pushed [2025-06-20T11:12:16.806Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:16.806Z] 33b93827980d: Pushed [2025-06-20T11:12:19.387Z] e5519f92b079: Pushed [2025-06-20T11:12:19.654Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:20.013Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:20.362Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-20T11:12:20.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-20T11:12:20.362Z] 9860af12db87: Preparing [2025-06-20T11:12:20.362Z] 3ac4072165a8: Preparing [2025-06-20T11:12:20.362Z] 587676889528: Preparing [2025-06-20T11:12:20.362Z] 385332f681bf: Preparing [2025-06-20T11:12:20.362Z] 28980c64a69b: Preparing [2025-06-20T11:12:20.362Z] 8adc16df1af2: Preparing [2025-06-20T11:12:20.362Z] e5519f92b079: Preparing [2025-06-20T11:12:20.362Z] 34f012ca3978: Preparing [2025-06-20T11:12:20.362Z] c1ef31a3121c: Preparing [2025-06-20T11:12:20.362Z] b8364e9f43bf: Preparing [2025-06-20T11:12:20.362Z] f3510262406b: Preparing [2025-06-20T11:12:20.362Z] 5f70bf18a086: Preparing [2025-06-20T11:12:20.362Z] 34271c8beb45: Preparing [2025-06-20T11:12:20.362Z] c7686241fdbf: Preparing [2025-06-20T11:12:20.362Z] 33b93827980d: Preparing [2025-06-20T11:12:20.362Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:20.362Z] 8adc16df1af2: Waiting [2025-06-20T11:12:20.362Z] 5f70bf18a086: Waiting [2025-06-20T11:12:20.362Z] e5519f92b079: Waiting [2025-06-20T11:12:20.362Z] 34271c8beb45: Waiting [2025-06-20T11:12:20.362Z] 34f012ca3978: Waiting [2025-06-20T11:12:20.362Z] c7686241fdbf: Waiting [2025-06-20T11:12:20.362Z] 33b93827980d: Waiting [2025-06-20T11:12:20.362Z] c1ef31a3121c: Waiting [2025-06-20T11:12:20.362Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:20.362Z] f3510262406b: Waiting [2025-06-20T11:12:20.362Z] 385332f681bf: Layer already exists [2025-06-20T11:12:20.362Z] 28980c64a69b: Layer already exists [2025-06-20T11:12:20.362Z] 3ac4072165a8: Layer already exists [2025-06-20T11:12:20.362Z] 9860af12db87: Layer already exists [2025-06-20T11:12:20.362Z] 587676889528: Layer already exists [2025-06-20T11:12:20.362Z] 8adc16df1af2: Layer already exists [2025-06-20T11:12:20.362Z] b8364e9f43bf: Layer already exists [2025-06-20T11:12:20.362Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:20.362Z] e5519f92b079: Layer already exists [2025-06-20T11:12:20.362Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:20.362Z] f3510262406b: Layer already exists [2025-06-20T11:12:20.362Z] 5f70bf18a086: Layer already exists [2025-06-20T11:12:20.362Z] c7686241fdbf: Layer already exists [2025-06-20T11:12:20.362Z] 34271c8beb45: Layer already exists [2025-06-20T11:12:20.362Z] 33b93827980d: Layer already exists [2025-06-20T11:12:20.362Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:20.628Z] latest: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:20.987Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:21.338Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [2025-06-20T11:12:21.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-20T11:12:21.339Z] 9860af12db87: Preparing [2025-06-20T11:12:21.339Z] 3ac4072165a8: Preparing [2025-06-20T11:12:21.339Z] 587676889528: Preparing [2025-06-20T11:12:21.339Z] 385332f681bf: Preparing [2025-06-20T11:12:21.339Z] 28980c64a69b: Preparing [2025-06-20T11:12:21.339Z] 8adc16df1af2: Preparing [2025-06-20T11:12:21.339Z] e5519f92b079: Preparing [2025-06-20T11:12:21.339Z] 8adc16df1af2: Waiting [2025-06-20T11:12:21.339Z] 34f012ca3978: Preparing [2025-06-20T11:12:21.339Z] e5519f92b079: Waiting [2025-06-20T11:12:21.339Z] c1ef31a3121c: Preparing [2025-06-20T11:12:21.339Z] 34f012ca3978: Waiting [2025-06-20T11:12:21.339Z] c1ef31a3121c: Waiting [2025-06-20T11:12:21.339Z] b8364e9f43bf: Preparing [2025-06-20T11:12:21.339Z] f3510262406b: Preparing [2025-06-20T11:12:21.339Z] b8364e9f43bf: Waiting [2025-06-20T11:12:21.339Z] 5f70bf18a086: Preparing [2025-06-20T11:12:21.339Z] f3510262406b: Waiting [2025-06-20T11:12:21.339Z] 5f70bf18a086: Waiting [2025-06-20T11:12:21.339Z] 34271c8beb45: Preparing [2025-06-20T11:12:21.339Z] c7686241fdbf: Preparing [2025-06-20T11:12:21.339Z] 34271c8beb45: Waiting [2025-06-20T11:12:21.339Z] c7686241fdbf: Waiting [2025-06-20T11:12:21.339Z] 33b93827980d: Preparing [2025-06-20T11:12:21.339Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:21.339Z] 33b93827980d: Waiting [2025-06-20T11:12:21.339Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:21.339Z] 587676889528: Layer already exists [2025-06-20T11:12:21.339Z] 28980c64a69b: Layer already exists [2025-06-20T11:12:21.339Z] 3ac4072165a8: Layer already exists [2025-06-20T11:12:21.339Z] 9860af12db87: Layer already exists [2025-06-20T11:12:21.339Z] 385332f681bf: Layer already exists [2025-06-20T11:12:21.339Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:21.339Z] e5519f92b079: Layer already exists [2025-06-20T11:12:21.339Z] 8adc16df1af2: Layer already exists [2025-06-20T11:12:21.339Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:21.339Z] b8364e9f43bf: Layer already exists [2025-06-20T11:12:21.339Z] f3510262406b: Layer already exists [2025-06-20T11:12:21.339Z] 34271c8beb45: Layer already exists [2025-06-20T11:12:21.339Z] c7686241fdbf: Layer already exists [2025-06-20T11:12:21.339Z] 5f70bf18a086: Layer already exists [2025-06-20T11:12:21.339Z] 33b93827980d: Layer already exists [2025-06-20T11:12:21.339Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:21.603Z] 4.1.0-dev.26: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:21.959Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:22.317Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:22.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-20T11:12:22.317Z] 9860af12db87: Preparing [2025-06-20T11:12:22.317Z] 3ac4072165a8: Preparing [2025-06-20T11:12:22.317Z] 587676889528: Preparing [2025-06-20T11:12:22.317Z] 385332f681bf: Preparing [2025-06-20T11:12:22.317Z] 28980c64a69b: Preparing [2025-06-20T11:12:22.317Z] 8adc16df1af2: Preparing [2025-06-20T11:12:22.317Z] e5519f92b079: Preparing [2025-06-20T11:12:22.317Z] 34f012ca3978: Preparing [2025-06-20T11:12:22.317Z] c1ef31a3121c: Preparing [2025-06-20T11:12:22.317Z] b8364e9f43bf: Preparing [2025-06-20T11:12:22.317Z] f3510262406b: Preparing [2025-06-20T11:12:22.317Z] 5f70bf18a086: Preparing [2025-06-20T11:12:22.317Z] 34271c8beb45: Preparing [2025-06-20T11:12:22.317Z] c7686241fdbf: Preparing [2025-06-20T11:12:22.317Z] 33b93827980d: Preparing [2025-06-20T11:12:22.317Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:22.317Z] e5519f92b079: Waiting [2025-06-20T11:12:22.317Z] 34f012ca3978: Waiting [2025-06-20T11:12:22.317Z] 8adc16df1af2: Waiting [2025-06-20T11:12:22.317Z] c1ef31a3121c: Waiting [2025-06-20T11:12:22.317Z] b8364e9f43bf: Waiting [2025-06-20T11:12:22.317Z] 5f70bf18a086: Waiting [2025-06-20T11:12:22.317Z] f3510262406b: Waiting [2025-06-20T11:12:22.317Z] 34271c8beb45: Waiting [2025-06-20T11:12:22.317Z] 33b93827980d: Waiting [2025-06-20T11:12:22.317Z] c7686241fdbf: Waiting [2025-06-20T11:12:22.317Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:22.317Z] 9860af12db87: Layer already exists [2025-06-20T11:12:22.317Z] 587676889528: Layer already exists [2025-06-20T11:12:22.317Z] 28980c64a69b: Layer already exists [2025-06-20T11:12:22.317Z] 385332f681bf: Layer already exists [2025-06-20T11:12:22.317Z] 3ac4072165a8: Layer already exists [2025-06-20T11:12:22.317Z] 8adc16df1af2: Layer already exists [2025-06-20T11:12:22.317Z] e5519f92b079: Layer already exists [2025-06-20T11:12:22.317Z] b8364e9f43bf: Layer already exists [2025-06-20T11:12:22.317Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:22.317Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:22.317Z] c7686241fdbf: Layer already exists [2025-06-20T11:12:22.317Z] f3510262406b: Layer already exists [2025-06-20T11:12:22.317Z] 5f70bf18a086: Layer already exists [2025-06-20T11:12:22.317Z] 34271c8beb45: Layer already exists [2025-06-20T11:12:22.317Z] 33b93827980d: Layer already exists [2025-06-20T11:12:22.317Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:22.580Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:22.926Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:23.271Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-20T11:12:23.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-20T11:12:23.271Z] 9860af12db87: Preparing [2025-06-20T11:12:23.271Z] 3ac4072165a8: Preparing [2025-06-20T11:12:23.271Z] 587676889528: Preparing [2025-06-20T11:12:23.271Z] 385332f681bf: Preparing [2025-06-20T11:12:23.271Z] 28980c64a69b: Preparing [2025-06-20T11:12:23.271Z] 8adc16df1af2: Preparing [2025-06-20T11:12:23.271Z] e5519f92b079: Preparing [2025-06-20T11:12:23.271Z] 34f012ca3978: Preparing [2025-06-20T11:12:23.271Z] c1ef31a3121c: Preparing [2025-06-20T11:12:23.271Z] b8364e9f43bf: Preparing [2025-06-20T11:12:23.271Z] f3510262406b: Preparing [2025-06-20T11:12:23.271Z] 5f70bf18a086: Preparing [2025-06-20T11:12:23.271Z] 34271c8beb45: Preparing [2025-06-20T11:12:23.271Z] c7686241fdbf: Preparing [2025-06-20T11:12:23.271Z] 33b93827980d: Preparing [2025-06-20T11:12:23.271Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:23.271Z] b8364e9f43bf: Waiting [2025-06-20T11:12:23.271Z] f3510262406b: Waiting [2025-06-20T11:12:23.271Z] 5f70bf18a086: Waiting [2025-06-20T11:12:23.271Z] 34271c8beb45: Waiting [2025-06-20T11:12:23.271Z] c7686241fdbf: Waiting [2025-06-20T11:12:23.271Z] 33b93827980d: Waiting [2025-06-20T11:12:23.271Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:23.271Z] e5519f92b079: Waiting [2025-06-20T11:12:23.271Z] 8adc16df1af2: Waiting [2025-06-20T11:12:23.271Z] 34f012ca3978: Waiting [2025-06-20T11:12:23.271Z] c1ef31a3121c: Waiting [2025-06-20T11:12:23.271Z] 3ac4072165a8: Layer already exists [2025-06-20T11:12:23.271Z] 587676889528: Layer already exists [2025-06-20T11:12:23.271Z] 28980c64a69b: Layer already exists [2025-06-20T11:12:23.271Z] 9860af12db87: Layer already exists [2025-06-20T11:12:23.271Z] 385332f681bf: Layer already exists [2025-06-20T11:12:23.271Z] e5519f92b079: Layer already exists [2025-06-20T11:12:23.271Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:23.271Z] b8364e9f43bf: Layer already exists [2025-06-20T11:12:23.271Z] 8adc16df1af2: Layer already exists [2025-06-20T11:12:23.271Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:23.271Z] f3510262406b: Layer already exists [2025-06-20T11:12:23.271Z] 5f70bf18a086: Layer already exists [2025-06-20T11:12:23.271Z] 34271c8beb45: Layer already exists [2025-06-20T11:12:23.271Z] c7686241fdbf: Layer already exists [2025-06-20T11:12:23.271Z] 33b93827980d: Layer already exists [2025-06-20T11:12:23.537Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:23.537Z] main: digest: sha256:6a24d75a1df23bdec0b11ebc732b5137eb7b0bb8bbe514bb6c1a1a41a7b40723 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:12:23.612Z] ===================================================== [Pipeline] echo [2025-06-20T11:12:23.623Z] taggedImages: [2025-06-20T11:12:23.623Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:23.623Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-20T11:12:23.623Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [2025-06-20T11:12:23.623Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:23.623Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-20T11:12:23.653Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-20T11:12:23.653Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:23.653Z] latest [2025-06-20T11:12:23.653Z] 4.1.0-dev.26 [2025-06-20T11:12:23.653Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:23.653Z] main [2025-06-20T11:12:23.653Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:24.010Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:24.357Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:24.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-20T11:12:24.357Z] 32be64eec406: Preparing [2025-06-20T11:12:24.357Z] cb3a15f46087: Preparing [2025-06-20T11:12:24.357Z] 7035f1455e24: Preparing [2025-06-20T11:12:24.357Z] 3c0fe2c41ebc: Preparing [2025-06-20T11:12:24.357Z] 34f012ca3978: Preparing [2025-06-20T11:12:24.357Z] c1ef31a3121c: Preparing [2025-06-20T11:12:24.357Z] 46be0a63e442: Preparing [2025-06-20T11:12:24.357Z] 78b63b89be57: Preparing [2025-06-20T11:12:24.357Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:24.357Z] c1ef31a3121c: Waiting [2025-06-20T11:12:24.357Z] 46be0a63e442: Waiting [2025-06-20T11:12:24.357Z] 78b63b89be57: Waiting [2025-06-20T11:12:24.357Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:24.357Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:24.622Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:24.622Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:24.622Z] 7035f1455e24: Pushed [2025-06-20T11:12:24.622Z] cb3a15f46087: Pushed [2025-06-20T11:12:24.622Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:24.622Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:24.622Z] 32be64eec406: Pushed [2025-06-20T11:12:29.946Z] 3c0fe2c41ebc: Pushed [2025-06-20T11:12:29.946Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:30.300Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:30.646Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-20T11:12:30.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-20T11:12:30.646Z] 32be64eec406: Preparing [2025-06-20T11:12:30.646Z] cb3a15f46087: Preparing [2025-06-20T11:12:30.646Z] 7035f1455e24: Preparing [2025-06-20T11:12:30.646Z] 3c0fe2c41ebc: Preparing [2025-06-20T11:12:30.646Z] 34f012ca3978: Preparing [2025-06-20T11:12:30.646Z] c1ef31a3121c: Preparing [2025-06-20T11:12:30.646Z] 46be0a63e442: Preparing [2025-06-20T11:12:30.646Z] 78b63b89be57: Preparing [2025-06-20T11:12:30.646Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:30.646Z] 46be0a63e442: Waiting [2025-06-20T11:12:30.646Z] 78b63b89be57: Waiting [2025-06-20T11:12:30.646Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:30.646Z] c1ef31a3121c: Waiting [2025-06-20T11:12:30.646Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:30.646Z] 32be64eec406: Layer already exists [2025-06-20T11:12:30.646Z] 3c0fe2c41ebc: Layer already exists [2025-06-20T11:12:30.646Z] cb3a15f46087: Layer already exists [2025-06-20T11:12:30.646Z] 7035f1455e24: Layer already exists [2025-06-20T11:12:30.646Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:30.646Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:30.646Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:30.646Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:30.911Z] latest: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:31.257Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:31.604Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [2025-06-20T11:12:31.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-20T11:12:31.604Z] 32be64eec406: Preparing [2025-06-20T11:12:31.604Z] cb3a15f46087: Preparing [2025-06-20T11:12:31.604Z] 7035f1455e24: Preparing [2025-06-20T11:12:31.604Z] 3c0fe2c41ebc: Preparing [2025-06-20T11:12:31.604Z] 34f012ca3978: Preparing [2025-06-20T11:12:31.604Z] c1ef31a3121c: Preparing [2025-06-20T11:12:31.604Z] 46be0a63e442: Preparing [2025-06-20T11:12:31.604Z] 78b63b89be57: Preparing [2025-06-20T11:12:31.604Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:31.604Z] c1ef31a3121c: Waiting [2025-06-20T11:12:31.604Z] 78b63b89be57: Waiting [2025-06-20T11:12:31.604Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:31.604Z] 46be0a63e442: Waiting [2025-06-20T11:12:31.604Z] 7035f1455e24: Layer already exists [2025-06-20T11:12:31.604Z] cb3a15f46087: Layer already exists [2025-06-20T11:12:31.604Z] 3c0fe2c41ebc: Layer already exists [2025-06-20T11:12:31.604Z] 32be64eec406: Layer already exists [2025-06-20T11:12:31.604Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:31.604Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:31.604Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:31.604Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:31.604Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:31.867Z] 4.1.0-dev.26: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:32.217Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:32.567Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:32.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-20T11:12:32.567Z] 32be64eec406: Preparing [2025-06-20T11:12:32.567Z] cb3a15f46087: Preparing [2025-06-20T11:12:32.567Z] 7035f1455e24: Preparing [2025-06-20T11:12:32.567Z] 3c0fe2c41ebc: Preparing [2025-06-20T11:12:32.567Z] 34f012ca3978: Preparing [2025-06-20T11:12:32.567Z] c1ef31a3121c: Preparing [2025-06-20T11:12:32.567Z] 46be0a63e442: Preparing [2025-06-20T11:12:32.567Z] 78b63b89be57: Preparing [2025-06-20T11:12:32.567Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:32.567Z] 46be0a63e442: Waiting [2025-06-20T11:12:32.567Z] 78b63b89be57: Waiting [2025-06-20T11:12:32.567Z] c1ef31a3121c: Waiting [2025-06-20T11:12:32.567Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:32.567Z] 7035f1455e24: Layer already exists [2025-06-20T11:12:32.567Z] cb3a15f46087: Layer already exists [2025-06-20T11:12:32.567Z] 32be64eec406: Layer already exists [2025-06-20T11:12:32.567Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:32.567Z] 3c0fe2c41ebc: Layer already exists [2025-06-20T11:12:32.567Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:32.567Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:32.567Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:32.567Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:32.567Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:33.174Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:33.524Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-20T11:12:33.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-20T11:12:33.524Z] 32be64eec406: Preparing [2025-06-20T11:12:33.524Z] cb3a15f46087: Preparing [2025-06-20T11:12:33.524Z] 7035f1455e24: Preparing [2025-06-20T11:12:33.524Z] 3c0fe2c41ebc: Preparing [2025-06-20T11:12:33.524Z] 34f012ca3978: Preparing [2025-06-20T11:12:33.524Z] c1ef31a3121c: Preparing [2025-06-20T11:12:33.524Z] 46be0a63e442: Preparing [2025-06-20T11:12:33.524Z] 78b63b89be57: Preparing [2025-06-20T11:12:33.524Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:33.524Z] 46be0a63e442: Waiting [2025-06-20T11:12:33.524Z] 78b63b89be57: Waiting [2025-06-20T11:12:33.524Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:33.524Z] c1ef31a3121c: Waiting [2025-06-20T11:12:33.524Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:33.524Z] 7035f1455e24: Layer already exists [2025-06-20T11:12:33.524Z] 32be64eec406: Layer already exists [2025-06-20T11:12:33.524Z] 3c0fe2c41ebc: Layer already exists [2025-06-20T11:12:33.524Z] cb3a15f46087: Layer already exists [2025-06-20T11:12:33.524Z] 78b63b89be57: Layer already exists [2025-06-20T11:12:33.524Z] 46be0a63e442: Layer already exists [2025-06-20T11:12:33.524Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:33.524Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:33.788Z] main: digest: sha256:92f65bafd881f88d38ec1f3f4911c64cd48274b0d2b0e688c0e0a525457d95e0 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:12:33.865Z] ===================================================== [Pipeline] echo [2025-06-20T11:12:33.883Z] taggedImages: [2025-06-20T11:12:33.883Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:33.883Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-20T11:12:33.883Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [2025-06-20T11:12:33.883Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:33.883Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-20T11:12:33.911Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-20T11:12:33.911Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:33.911Z] latest [2025-06-20T11:12:33.911Z] 4.1.0-dev.26 [2025-06-20T11:12:33.911Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:33.911Z] main [2025-06-20T11:12:33.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:34.270Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:34.622Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:34.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-20T11:12:34.622Z] bbefc0839eda: Preparing [2025-06-20T11:12:34.622Z] 6f1ea7066e41: Preparing [2025-06-20T11:12:34.622Z] de00fc14285d: Preparing [2025-06-20T11:12:34.622Z] 9267a0ceefa2: Preparing [2025-06-20T11:12:34.622Z] 70e78c0cf61d: Preparing [2025-06-20T11:12:34.622Z] 34f012ca3978: Preparing [2025-06-20T11:12:34.622Z] c1ef31a3121c: Preparing [2025-06-20T11:12:34.622Z] f48ed0fdf115: Preparing [2025-06-20T11:12:34.622Z] ff1681b615cd: Preparing [2025-06-20T11:12:34.622Z] 3f9c9d9c185f: Preparing [2025-06-20T11:12:34.622Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:34.622Z] f48ed0fdf115: Waiting [2025-06-20T11:12:34.622Z] ff1681b615cd: Waiting [2025-06-20T11:12:34.622Z] 34f012ca3978: Waiting [2025-06-20T11:12:34.622Z] c1ef31a3121c: Waiting [2025-06-20T11:12:34.622Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:34.622Z] 3f9c9d9c185f: Waiting [2025-06-20T11:12:34.887Z] 6f1ea7066e41: Pushed [2025-06-20T11:12:34.887Z] bbefc0839eda: Pushed [2025-06-20T11:12:34.887Z] 9267a0ceefa2: Pushed [2025-06-20T11:12:34.887Z] 70e78c0cf61d: Pushed [2025-06-20T11:12:34.887Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:34.887Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:34.887Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:34.887Z] f48ed0fdf115: Pushed [2025-06-20T11:12:35.150Z] ff1681b615cd: Pushed [2025-06-20T11:12:37.712Z] 3f9c9d9c185f: Pushed [2025-06-20T11:12:39.108Z] de00fc14285d: Pushed [2025-06-20T11:12:39.108Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:39.451Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:39.789Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-20T11:12:39.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-20T11:12:39.789Z] bbefc0839eda: Preparing [2025-06-20T11:12:39.789Z] 6f1ea7066e41: Preparing [2025-06-20T11:12:39.789Z] de00fc14285d: Preparing [2025-06-20T11:12:39.789Z] 9267a0ceefa2: Preparing [2025-06-20T11:12:39.789Z] 70e78c0cf61d: Preparing [2025-06-20T11:12:39.789Z] 34f012ca3978: Preparing [2025-06-20T11:12:39.789Z] c1ef31a3121c: Preparing [2025-06-20T11:12:39.789Z] f48ed0fdf115: Preparing [2025-06-20T11:12:39.789Z] ff1681b615cd: Preparing [2025-06-20T11:12:39.789Z] 3f9c9d9c185f: Preparing [2025-06-20T11:12:39.789Z] 34f012ca3978: Waiting [2025-06-20T11:12:39.789Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:39.789Z] c1ef31a3121c: Waiting [2025-06-20T11:12:39.789Z] f48ed0fdf115: Waiting [2025-06-20T11:12:39.789Z] ff1681b615cd: Waiting [2025-06-20T11:12:39.789Z] 3f9c9d9c185f: Waiting [2025-06-20T11:12:39.789Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:39.789Z] 70e78c0cf61d: Layer already exists [2025-06-20T11:12:39.789Z] 9267a0ceefa2: Layer already exists [2025-06-20T11:12:39.789Z] bbefc0839eda: Layer already exists [2025-06-20T11:12:39.789Z] de00fc14285d: Layer already exists [2025-06-20T11:12:39.789Z] 6f1ea7066e41: Layer already exists [2025-06-20T11:12:39.789Z] f48ed0fdf115: Layer already exists [2025-06-20T11:12:39.789Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:39.789Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:39.789Z] 3f9c9d9c185f: Layer already exists [2025-06-20T11:12:39.789Z] ff1681b615cd: Layer already exists [2025-06-20T11:12:39.789Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:40.052Z] latest: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:40.391Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:40.738Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [2025-06-20T11:12:40.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-20T11:12:40.739Z] bbefc0839eda: Preparing [2025-06-20T11:12:40.739Z] 6f1ea7066e41: Preparing [2025-06-20T11:12:40.739Z] de00fc14285d: Preparing [2025-06-20T11:12:40.739Z] 9267a0ceefa2: Preparing [2025-06-20T11:12:40.739Z] 70e78c0cf61d: Preparing [2025-06-20T11:12:40.739Z] 34f012ca3978: Preparing [2025-06-20T11:12:40.739Z] c1ef31a3121c: Preparing [2025-06-20T11:12:40.739Z] f48ed0fdf115: Preparing [2025-06-20T11:12:40.739Z] ff1681b615cd: Preparing [2025-06-20T11:12:40.739Z] 3f9c9d9c185f: Preparing [2025-06-20T11:12:40.739Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:40.739Z] 34f012ca3978: Waiting [2025-06-20T11:12:40.739Z] ff1681b615cd: Waiting [2025-06-20T11:12:40.739Z] 3f9c9d9c185f: Waiting [2025-06-20T11:12:40.739Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:40.739Z] f48ed0fdf115: Waiting [2025-06-20T11:12:40.739Z] c1ef31a3121c: Waiting [2025-06-20T11:12:40.739Z] de00fc14285d: Layer already exists [2025-06-20T11:12:40.739Z] 70e78c0cf61d: Layer already exists [2025-06-20T11:12:40.739Z] bbefc0839eda: Layer already exists [2025-06-20T11:12:40.739Z] 6f1ea7066e41: Layer already exists [2025-06-20T11:12:40.739Z] 9267a0ceefa2: Layer already exists [2025-06-20T11:12:40.739Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:40.739Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:40.739Z] 3f9c9d9c185f: Layer already exists [2025-06-20T11:12:40.739Z] f48ed0fdf115: Layer already exists [2025-06-20T11:12:40.739Z] ff1681b615cd: Layer already exists [2025-06-20T11:12:40.739Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:41.003Z] 4.1.0-dev.26: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:41.360Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:41.714Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:41.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-20T11:12:41.714Z] bbefc0839eda: Preparing [2025-06-20T11:12:41.714Z] 6f1ea7066e41: Preparing [2025-06-20T11:12:41.714Z] de00fc14285d: Preparing [2025-06-20T11:12:41.714Z] 9267a0ceefa2: Preparing [2025-06-20T11:12:41.714Z] 70e78c0cf61d: Preparing [2025-06-20T11:12:41.714Z] 34f012ca3978: Preparing [2025-06-20T11:12:41.714Z] c1ef31a3121c: Preparing [2025-06-20T11:12:41.714Z] f48ed0fdf115: Preparing [2025-06-20T11:12:41.714Z] ff1681b615cd: Preparing [2025-06-20T11:12:41.714Z] 3f9c9d9c185f: Preparing [2025-06-20T11:12:41.714Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:41.714Z] f48ed0fdf115: Waiting [2025-06-20T11:12:41.714Z] 34f012ca3978: Waiting [2025-06-20T11:12:41.714Z] c1ef31a3121c: Waiting [2025-06-20T11:12:41.714Z] 3f9c9d9c185f: Waiting [2025-06-20T11:12:41.714Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:41.714Z] ff1681b615cd: Waiting [2025-06-20T11:12:41.714Z] de00fc14285d: Layer already exists [2025-06-20T11:12:41.714Z] 6f1ea7066e41: Layer already exists [2025-06-20T11:12:41.714Z] 9267a0ceefa2: Layer already exists [2025-06-20T11:12:41.714Z] 70e78c0cf61d: Layer already exists [2025-06-20T11:12:41.714Z] bbefc0839eda: Layer already exists [2025-06-20T11:12:41.714Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:41.714Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:41.714Z] f48ed0fdf115: Layer already exists [2025-06-20T11:12:41.714Z] ff1681b615cd: Layer already exists [2025-06-20T11:12:41.714Z] 3f9c9d9c185f: Layer already exists [2025-06-20T11:12:41.714Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:41.978Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:42.336Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:42.690Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-20T11:12:42.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-20T11:12:42.690Z] bbefc0839eda: Preparing [2025-06-20T11:12:42.690Z] 6f1ea7066e41: Preparing [2025-06-20T11:12:42.690Z] de00fc14285d: Preparing [2025-06-20T11:12:42.690Z] 9267a0ceefa2: Preparing [2025-06-20T11:12:42.690Z] 70e78c0cf61d: Preparing [2025-06-20T11:12:42.690Z] 34f012ca3978: Preparing [2025-06-20T11:12:42.690Z] c1ef31a3121c: Preparing [2025-06-20T11:12:42.690Z] f48ed0fdf115: Preparing [2025-06-20T11:12:42.690Z] ff1681b615cd: Preparing [2025-06-20T11:12:42.690Z] 3f9c9d9c185f: Preparing [2025-06-20T11:12:42.690Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:42.690Z] 34f012ca3978: Waiting [2025-06-20T11:12:42.690Z] c1ef31a3121c: Waiting [2025-06-20T11:12:42.690Z] f48ed0fdf115: Waiting [2025-06-20T11:12:42.690Z] ff1681b615cd: Waiting [2025-06-20T11:12:42.690Z] 3f9c9d9c185f: Waiting [2025-06-20T11:12:42.690Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:42.690Z] de00fc14285d: Layer already exists [2025-06-20T11:12:42.690Z] bbefc0839eda: Layer already exists [2025-06-20T11:12:42.690Z] 6f1ea7066e41: Layer already exists [2025-06-20T11:12:42.690Z] 70e78c0cf61d: Layer already exists [2025-06-20T11:12:42.690Z] 9267a0ceefa2: Layer already exists [2025-06-20T11:12:42.690Z] ff1681b615cd: Layer already exists [2025-06-20T11:12:42.690Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:42.690Z] f48ed0fdf115: Layer already exists [2025-06-20T11:12:42.690Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:42.690Z] 3f9c9d9c185f: Layer already exists [2025-06-20T11:12:42.690Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:42.954Z] main: digest: sha256:6387093af8612276e70ee5c8c7412c1a102ddc701adf2cf1b8f9f7ca53e370bd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:12:43.036Z] ===================================================== [Pipeline] echo [2025-06-20T11:12:43.051Z] taggedImages: [2025-06-20T11:12:43.051Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:43.051Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-20T11:12:43.051Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [2025-06-20T11:12:43.051Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:43.051Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-20T11:12:43.078Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-20T11:12:43.078Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:43.078Z] latest [2025-06-20T11:12:43.078Z] 4.1.0-dev.26 [2025-06-20T11:12:43.078Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:43.078Z] main [2025-06-20T11:12:43.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:43.447Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:43.800Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:43.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-20T11:12:43.800Z] 8106bebf74b9: Preparing [2025-06-20T11:12:43.800Z] f46d4c7a5e82: Preparing [2025-06-20T11:12:43.800Z] e4a550426b1f: Preparing [2025-06-20T11:12:43.800Z] 4876bd2b67fc: Preparing [2025-06-20T11:12:43.800Z] 0158ef8b6c6b: Preparing [2025-06-20T11:12:43.800Z] b72e4e14644b: Preparing [2025-06-20T11:12:43.800Z] 4bd5443d1e4e: Preparing [2025-06-20T11:12:43.800Z] 34f012ca3978: Preparing [2025-06-20T11:12:43.800Z] c1ef31a3121c: Preparing [2025-06-20T11:12:43.800Z] 8dfc0740acc9: Preparing [2025-06-20T11:12:43.800Z] a40816fa742c: Preparing [2025-06-20T11:12:43.800Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:43.800Z] 34f012ca3978: Waiting [2025-06-20T11:12:43.800Z] c1ef31a3121c: Waiting [2025-06-20T11:12:43.800Z] 8dfc0740acc9: Waiting [2025-06-20T11:12:43.800Z] a40816fa742c: Waiting [2025-06-20T11:12:43.800Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:43.800Z] b72e4e14644b: Waiting [2025-06-20T11:12:43.800Z] 4bd5443d1e4e: Waiting [2025-06-20T11:12:44.065Z] 0158ef8b6c6b: Pushed [2025-06-20T11:12:44.065Z] f46d4c7a5e82: Pushed [2025-06-20T11:12:44.065Z] 8106bebf74b9: Pushed [2025-06-20T11:12:44.065Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:44.065Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:44.065Z] b72e4e14644b: Pushed [2025-06-20T11:12:44.065Z] 4bd5443d1e4e: Pushed [2025-06-20T11:12:44.329Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:44.329Z] 8dfc0740acc9: Pushed [2025-06-20T11:12:46.895Z] a40816fa742c: Pushed [2025-06-20T11:12:48.292Z] 4876bd2b67fc: Pushed [2025-06-20T11:12:50.222Z] e4a550426b1f: Pushed [2025-06-20T11:12:50.486Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:50.854Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:51.206Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-20T11:12:51.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-20T11:12:51.206Z] 8106bebf74b9: Preparing [2025-06-20T11:12:51.206Z] f46d4c7a5e82: Preparing [2025-06-20T11:12:51.206Z] e4a550426b1f: Preparing [2025-06-20T11:12:51.206Z] 4876bd2b67fc: Preparing [2025-06-20T11:12:51.206Z] 0158ef8b6c6b: Preparing [2025-06-20T11:12:51.206Z] b72e4e14644b: Preparing [2025-06-20T11:12:51.206Z] 4bd5443d1e4e: Preparing [2025-06-20T11:12:51.206Z] 34f012ca3978: Preparing [2025-06-20T11:12:51.206Z] c1ef31a3121c: Preparing [2025-06-20T11:12:51.206Z] 8dfc0740acc9: Preparing [2025-06-20T11:12:51.206Z] a40816fa742c: Preparing [2025-06-20T11:12:51.206Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:51.206Z] c1ef31a3121c: Waiting [2025-06-20T11:12:51.206Z] 4bd5443d1e4e: Waiting [2025-06-20T11:12:51.206Z] b72e4e14644b: Waiting [2025-06-20T11:12:51.206Z] 34f012ca3978: Waiting [2025-06-20T11:12:51.206Z] 8dfc0740acc9: Waiting [2025-06-20T11:12:51.206Z] a40816fa742c: Waiting [2025-06-20T11:12:51.206Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:51.206Z] 8106bebf74b9: Layer already exists [2025-06-20T11:12:51.206Z] 4876bd2b67fc: Layer already exists [2025-06-20T11:12:51.206Z] e4a550426b1f: Layer already exists [2025-06-20T11:12:51.206Z] f46d4c7a5e82: Layer already exists [2025-06-20T11:12:51.206Z] 0158ef8b6c6b: Layer already exists [2025-06-20T11:12:51.206Z] b72e4e14644b: Layer already exists [2025-06-20T11:12:51.206Z] 4bd5443d1e4e: Layer already exists [2025-06-20T11:12:51.206Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:51.206Z] 8dfc0740acc9: Layer already exists [2025-06-20T11:12:51.206Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:51.206Z] a40816fa742c: Layer already exists [2025-06-20T11:12:51.206Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:51.470Z] latest: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:51.819Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:52.170Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [2025-06-20T11:12:52.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-20T11:12:52.171Z] 8106bebf74b9: Preparing [2025-06-20T11:12:52.171Z] f46d4c7a5e82: Preparing [2025-06-20T11:12:52.171Z] e4a550426b1f: Preparing [2025-06-20T11:12:52.171Z] 4876bd2b67fc: Preparing [2025-06-20T11:12:52.171Z] 0158ef8b6c6b: Preparing [2025-06-20T11:12:52.171Z] b72e4e14644b: Preparing [2025-06-20T11:12:52.171Z] 4bd5443d1e4e: Preparing [2025-06-20T11:12:52.171Z] 34f012ca3978: Preparing [2025-06-20T11:12:52.171Z] c1ef31a3121c: Preparing [2025-06-20T11:12:52.171Z] 8dfc0740acc9: Preparing [2025-06-20T11:12:52.171Z] a40816fa742c: Preparing [2025-06-20T11:12:52.171Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:52.171Z] c1ef31a3121c: Waiting [2025-06-20T11:12:52.171Z] b72e4e14644b: Waiting [2025-06-20T11:12:52.171Z] 8dfc0740acc9: Waiting [2025-06-20T11:12:52.171Z] 4bd5443d1e4e: Waiting [2025-06-20T11:12:52.171Z] a40816fa742c: Waiting [2025-06-20T11:12:52.171Z] 34f012ca3978: Waiting [2025-06-20T11:12:52.171Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:52.171Z] 0158ef8b6c6b: Layer already exists [2025-06-20T11:12:52.171Z] e4a550426b1f: Layer already exists [2025-06-20T11:12:52.171Z] 4876bd2b67fc: Layer already exists [2025-06-20T11:12:52.171Z] 8106bebf74b9: Layer already exists [2025-06-20T11:12:52.171Z] f46d4c7a5e82: Layer already exists [2025-06-20T11:12:52.171Z] 4bd5443d1e4e: Layer already exists [2025-06-20T11:12:52.171Z] b72e4e14644b: Layer already exists [2025-06-20T11:12:52.171Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:52.171Z] 8dfc0740acc9: Layer already exists [2025-06-20T11:12:52.171Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:52.171Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:52.171Z] a40816fa742c: Layer already exists [2025-06-20T11:12:52.484Z] 4.1.0-dev.26: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:52.857Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:53.221Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:53.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-20T11:12:53.221Z] 8106bebf74b9: Preparing [2025-06-20T11:12:53.221Z] f46d4c7a5e82: Preparing [2025-06-20T11:12:53.221Z] e4a550426b1f: Preparing [2025-06-20T11:12:53.221Z] 4876bd2b67fc: Preparing [2025-06-20T11:12:53.221Z] 0158ef8b6c6b: Preparing [2025-06-20T11:12:53.221Z] b72e4e14644b: Preparing [2025-06-20T11:12:53.221Z] 4bd5443d1e4e: Preparing [2025-06-20T11:12:53.221Z] 34f012ca3978: Preparing [2025-06-20T11:12:53.221Z] c1ef31a3121c: Preparing [2025-06-20T11:12:53.221Z] 8dfc0740acc9: Preparing [2025-06-20T11:12:53.221Z] b72e4e14644b: Waiting [2025-06-20T11:12:53.221Z] 4bd5443d1e4e: Waiting [2025-06-20T11:12:53.221Z] 34f012ca3978: Waiting [2025-06-20T11:12:53.221Z] c1ef31a3121c: Waiting [2025-06-20T11:12:53.221Z] a40816fa742c: Preparing [2025-06-20T11:12:53.221Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:53.221Z] a40816fa742c: Waiting [2025-06-20T11:12:53.221Z] 8dfc0740acc9: Waiting [2025-06-20T11:12:53.221Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:53.221Z] f46d4c7a5e82: Layer already exists [2025-06-20T11:12:53.221Z] 4876bd2b67fc: Layer already exists [2025-06-20T11:12:53.221Z] 8106bebf74b9: Layer already exists [2025-06-20T11:12:53.221Z] 0158ef8b6c6b: Layer already exists [2025-06-20T11:12:53.221Z] e4a550426b1f: Layer already exists [2025-06-20T11:12:53.221Z] 4bd5443d1e4e: Layer already exists [2025-06-20T11:12:53.221Z] 8dfc0740acc9: Layer already exists [2025-06-20T11:12:53.221Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:53.221Z] b72e4e14644b: Layer already exists [2025-06-20T11:12:53.221Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:53.221Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:53.221Z] a40816fa742c: Layer already exists [2025-06-20T11:12:53.490Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:53.957Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:54.302Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-20T11:12:54.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-20T11:12:54.302Z] 8106bebf74b9: Preparing [2025-06-20T11:12:54.302Z] f46d4c7a5e82: Preparing [2025-06-20T11:12:54.302Z] e4a550426b1f: Preparing [2025-06-20T11:12:54.302Z] 4876bd2b67fc: Preparing [2025-06-20T11:12:54.302Z] 0158ef8b6c6b: Preparing [2025-06-20T11:12:54.302Z] b72e4e14644b: Preparing [2025-06-20T11:12:54.302Z] 4bd5443d1e4e: Preparing [2025-06-20T11:12:54.302Z] 34f012ca3978: Preparing [2025-06-20T11:12:54.302Z] c1ef31a3121c: Preparing [2025-06-20T11:12:54.302Z] 8dfc0740acc9: Preparing [2025-06-20T11:12:54.302Z] a40816fa742c: Preparing [2025-06-20T11:12:54.302Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:54.302Z] c1ef31a3121c: Waiting [2025-06-20T11:12:54.302Z] 8dfc0740acc9: Waiting [2025-06-20T11:12:54.302Z] a40816fa742c: Waiting [2025-06-20T11:12:54.302Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:54.302Z] 4bd5443d1e4e: Waiting [2025-06-20T11:12:54.302Z] b72e4e14644b: Waiting [2025-06-20T11:12:54.302Z] 34f012ca3978: Waiting [2025-06-20T11:12:54.302Z] 8106bebf74b9: Layer already exists [2025-06-20T11:12:54.302Z] 4876bd2b67fc: Layer already exists [2025-06-20T11:12:54.302Z] 0158ef8b6c6b: Layer already exists [2025-06-20T11:12:54.302Z] e4a550426b1f: Layer already exists [2025-06-20T11:12:54.302Z] f46d4c7a5e82: Layer already exists [2025-06-20T11:12:54.302Z] 4bd5443d1e4e: Layer already exists [2025-06-20T11:12:54.302Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:54.302Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:54.302Z] 8dfc0740acc9: Layer already exists [2025-06-20T11:12:54.302Z] b72e4e14644b: Layer already exists [2025-06-20T11:12:54.302Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:54.302Z] a40816fa742c: Layer already exists [2025-06-20T11:12:54.570Z] main: digest: sha256:d563d4754366e0ba1002a88da337dfd14560e3316bf91109a5f0f54660e24623 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:12:54.649Z] ===================================================== [Pipeline] echo [2025-06-20T11:12:54.669Z] taggedImages: [2025-06-20T11:12:54.669Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:54.669Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-20T11:12:54.669Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [2025-06-20T11:12:54.669Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:54.669Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-20T11:12:54.694Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-20T11:12:54.694Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:54.694Z] latest [2025-06-20T11:12:54.694Z] 4.1.0-dev.26 [2025-06-20T11:12:54.694Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:12:54.694Z] main [2025-06-20T11:12:54.694Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:55.052Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:12:55.403Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:12:55.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-20T11:12:55.403Z] 339fe4e9a5a3: Preparing [2025-06-20T11:12:55.403Z] 5e25b0b473c6: Preparing [2025-06-20T11:12:55.403Z] 34f012ca3978: Preparing [2025-06-20T11:12:55.403Z] c1ef31a3121c: Preparing [2025-06-20T11:12:55.403Z] 46d8db497bc5: Preparing [2025-06-20T11:12:55.403Z] 23f7ee181134: Preparing [2025-06-20T11:12:55.403Z] dd9c8f8612c8: Preparing [2025-06-20T11:12:55.403Z] 23f7ee181134: Waiting [2025-06-20T11:12:55.403Z] dd9c8f8612c8: Waiting [2025-06-20T11:12:55.403Z] c1ef31a3121c: Layer already exists [2025-06-20T11:12:55.667Z] 34f012ca3978: Layer already exists [2025-06-20T11:12:55.667Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:12:55.667Z] 46d8db497bc5: Pushed [2025-06-20T11:12:55.667Z] 339fe4e9a5a3: Pushed [2025-06-20T11:12:57.595Z] 23f7ee181134: Pushed [2025-06-20T11:13:02.903Z] 5e25b0b473c6: Pushed [2025-06-20T11:13:02.904Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:03.251Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:03.595Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-20T11:13:03.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-20T11:13:03.596Z] 339fe4e9a5a3: Preparing [2025-06-20T11:13:03.596Z] 5e25b0b473c6: Preparing [2025-06-20T11:13:03.596Z] 34f012ca3978: Preparing [2025-06-20T11:13:03.596Z] c1ef31a3121c: Preparing [2025-06-20T11:13:03.596Z] 46d8db497bc5: Preparing [2025-06-20T11:13:03.596Z] 23f7ee181134: Preparing [2025-06-20T11:13:03.596Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:03.596Z] 23f7ee181134: Waiting [2025-06-20T11:13:03.596Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:03.596Z] 46d8db497bc5: Layer already exists [2025-06-20T11:13:03.596Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:03.596Z] 339fe4e9a5a3: Layer already exists [2025-06-20T11:13:03.596Z] 5e25b0b473c6: Layer already exists [2025-06-20T11:13:03.596Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:03.596Z] 23f7ee181134: Layer already exists [2025-06-20T11:13:03.596Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:03.859Z] latest: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:04.203Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:04.549Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [2025-06-20T11:13:04.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-20T11:13:04.549Z] 339fe4e9a5a3: Preparing [2025-06-20T11:13:04.549Z] 5e25b0b473c6: Preparing [2025-06-20T11:13:04.549Z] 34f012ca3978: Preparing [2025-06-20T11:13:04.549Z] c1ef31a3121c: Preparing [2025-06-20T11:13:04.549Z] 46d8db497bc5: Preparing [2025-06-20T11:13:04.549Z] 23f7ee181134: Preparing [2025-06-20T11:13:04.549Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:04.549Z] 23f7ee181134: Waiting [2025-06-20T11:13:04.549Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:04.549Z] 339fe4e9a5a3: Layer already exists [2025-06-20T11:13:04.549Z] 5e25b0b473c6: Layer already exists [2025-06-20T11:13:04.549Z] 46d8db497bc5: Layer already exists [2025-06-20T11:13:04.549Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:04.549Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:04.549Z] 23f7ee181134: Layer already exists [2025-06-20T11:13:04.549Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:04.813Z] 4.1.0-dev.26: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:05.166Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:05.514Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:13:05.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-20T11:13:05.514Z] 339fe4e9a5a3: Preparing [2025-06-20T11:13:05.514Z] 5e25b0b473c6: Preparing [2025-06-20T11:13:05.514Z] 34f012ca3978: Preparing [2025-06-20T11:13:05.514Z] c1ef31a3121c: Preparing [2025-06-20T11:13:05.514Z] 46d8db497bc5: Preparing [2025-06-20T11:13:05.514Z] 23f7ee181134: Preparing [2025-06-20T11:13:05.514Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:05.514Z] 23f7ee181134: Waiting [2025-06-20T11:13:05.514Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:05.514Z] 46d8db497bc5: Layer already exists [2025-06-20T11:13:05.514Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:05.514Z] 339fe4e9a5a3: Layer already exists [2025-06-20T11:13:05.514Z] 5e25b0b473c6: Layer already exists [2025-06-20T11:13:05.514Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:05.514Z] 23f7ee181134: Layer already exists [2025-06-20T11:13:05.514Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:05.778Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:06.127Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:06.468Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-20T11:13:06.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-20T11:13:06.468Z] 339fe4e9a5a3: Preparing [2025-06-20T11:13:06.468Z] 5e25b0b473c6: Preparing [2025-06-20T11:13:06.468Z] 34f012ca3978: Preparing [2025-06-20T11:13:06.468Z] c1ef31a3121c: Preparing [2025-06-20T11:13:06.468Z] 46d8db497bc5: Preparing [2025-06-20T11:13:06.468Z] 23f7ee181134: Preparing [2025-06-20T11:13:06.468Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:06.468Z] 23f7ee181134: Waiting [2025-06-20T11:13:06.468Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:06.468Z] 46d8db497bc5: Layer already exists [2025-06-20T11:13:06.468Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:06.468Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:06.468Z] 339fe4e9a5a3: Layer already exists [2025-06-20T11:13:06.468Z] 5e25b0b473c6: Layer already exists [2025-06-20T11:13:06.468Z] 23f7ee181134: Layer already exists [2025-06-20T11:13:06.468Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:06.731Z] main: digest: sha256:1493722a3d3a902e90598d858cfc776628e88f3e761f925bcce3929e34324444 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:13:06.817Z] ===================================================== [Pipeline] echo [2025-06-20T11:13:06.838Z] taggedImages: [2025-06-20T11:13:06.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:13:06.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-20T11:13:06.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [2025-06-20T11:13:06.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:13:06.838Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-20T11:13:06.875Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-20T11:13:06.875Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:13:06.875Z] latest [2025-06-20T11:13:06.875Z] 4.1.0-dev.26 [2025-06-20T11:13:06.875Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:13:06.875Z] main [2025-06-20T11:13:06.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:07.233Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:07.585Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:13:07.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-20T11:13:07.586Z] 188911abdd8c: Preparing [2025-06-20T11:13:07.586Z] dad3e247629e: Preparing [2025-06-20T11:13:07.586Z] 098669793368: Preparing [2025-06-20T11:13:07.586Z] 34f012ca3978: Preparing [2025-06-20T11:13:07.586Z] c1ef31a3121c: Preparing [2025-06-20T11:13:07.586Z] d1900c63db30: Preparing [2025-06-20T11:13:07.586Z] efb348d81882: Preparing [2025-06-20T11:13:07.586Z] 88456a1494ef: Preparing [2025-06-20T11:13:07.586Z] 88726dd025d8: Preparing [2025-06-20T11:13:07.586Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:07.586Z] efb348d81882: Waiting [2025-06-20T11:13:07.586Z] 88456a1494ef: Waiting [2025-06-20T11:13:07.586Z] 88726dd025d8: Waiting [2025-06-20T11:13:07.586Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:07.586Z] d1900c63db30: Waiting [2025-06-20T11:13:07.586Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:07.586Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:07.850Z] 098669793368: Pushed [2025-06-20T11:13:07.850Z] dad3e247629e: Pushed [2025-06-20T11:13:07.850Z] 188911abdd8c: Pushed [2025-06-20T11:13:07.850Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:07.850Z] 88456a1494ef: Pushed [2025-06-20T11:13:08.798Z] 88726dd025d8: Pushed [2025-06-20T11:13:18.838Z] efb348d81882: Pushed [2025-06-20T11:13:33.795Z] d1900c63db30: Pushed [2025-06-20T11:13:33.795Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:34.142Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:34.490Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-20T11:13:34.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-20T11:13:34.490Z] 188911abdd8c: Preparing [2025-06-20T11:13:34.490Z] dad3e247629e: Preparing [2025-06-20T11:13:34.490Z] 098669793368: Preparing [2025-06-20T11:13:34.490Z] 34f012ca3978: Preparing [2025-06-20T11:13:34.490Z] c1ef31a3121c: Preparing [2025-06-20T11:13:34.490Z] d1900c63db30: Preparing [2025-06-20T11:13:34.490Z] efb348d81882: Preparing [2025-06-20T11:13:34.490Z] 88456a1494ef: Preparing [2025-06-20T11:13:34.490Z] 88726dd025d8: Preparing [2025-06-20T11:13:34.490Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:34.490Z] d1900c63db30: Waiting [2025-06-20T11:13:34.490Z] efb348d81882: Waiting [2025-06-20T11:13:34.490Z] 88456a1494ef: Waiting [2025-06-20T11:13:34.490Z] 88726dd025d8: Waiting [2025-06-20T11:13:34.490Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:34.490Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:34.490Z] 188911abdd8c: Layer already exists [2025-06-20T11:13:34.490Z] 098669793368: Layer already exists [2025-06-20T11:13:34.490Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:34.490Z] dad3e247629e: Layer already exists [2025-06-20T11:13:34.490Z] efb348d81882: Layer already exists [2025-06-20T11:13:34.490Z] d1900c63db30: Layer already exists [2025-06-20T11:13:34.490Z] 88456a1494ef: Layer already exists [2025-06-20T11:13:34.490Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:34.490Z] 88726dd025d8: Layer already exists [2025-06-20T11:13:34.756Z] latest: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:35.114Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:35.455Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [2025-06-20T11:13:35.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-20T11:13:35.455Z] 188911abdd8c: Preparing [2025-06-20T11:13:35.455Z] dad3e247629e: Preparing [2025-06-20T11:13:35.455Z] 098669793368: Preparing [2025-06-20T11:13:35.455Z] 34f012ca3978: Preparing [2025-06-20T11:13:35.455Z] c1ef31a3121c: Preparing [2025-06-20T11:13:35.455Z] d1900c63db30: Preparing [2025-06-20T11:13:35.455Z] efb348d81882: Preparing [2025-06-20T11:13:35.455Z] 88456a1494ef: Preparing [2025-06-20T11:13:35.455Z] 88726dd025d8: Preparing [2025-06-20T11:13:35.455Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:35.455Z] d1900c63db30: Waiting [2025-06-20T11:13:35.455Z] efb348d81882: Waiting [2025-06-20T11:13:35.455Z] 88726dd025d8: Waiting [2025-06-20T11:13:35.455Z] 88456a1494ef: Waiting [2025-06-20T11:13:35.455Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:35.455Z] 098669793368: Layer already exists [2025-06-20T11:13:35.455Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:35.455Z] 188911abdd8c: Layer already exists [2025-06-20T11:13:35.455Z] dad3e247629e: Layer already exists [2025-06-20T11:13:35.455Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:35.455Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:35.455Z] efb348d81882: Layer already exists [2025-06-20T11:13:35.455Z] d1900c63db30: Layer already exists [2025-06-20T11:13:35.455Z] 88456a1494ef: Layer already exists [2025-06-20T11:13:35.455Z] 88726dd025d8: Layer already exists [2025-06-20T11:13:35.455Z] 4.1.0-dev.26: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:36.060Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:36.402Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:13:36.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-20T11:13:36.402Z] 188911abdd8c: Preparing [2025-06-20T11:13:36.402Z] dad3e247629e: Preparing [2025-06-20T11:13:36.402Z] 098669793368: Preparing [2025-06-20T11:13:36.402Z] 34f012ca3978: Preparing [2025-06-20T11:13:36.402Z] c1ef31a3121c: Preparing [2025-06-20T11:13:36.402Z] d1900c63db30: Preparing [2025-06-20T11:13:36.402Z] efb348d81882: Preparing [2025-06-20T11:13:36.402Z] 88456a1494ef: Preparing [2025-06-20T11:13:36.402Z] 88726dd025d8: Preparing [2025-06-20T11:13:36.402Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:36.402Z] 88726dd025d8: Waiting [2025-06-20T11:13:36.402Z] d1900c63db30: Waiting [2025-06-20T11:13:36.402Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:36.402Z] efb348d81882: Waiting [2025-06-20T11:13:36.402Z] 88456a1494ef: Waiting [2025-06-20T11:13:36.402Z] 098669793368: Layer already exists [2025-06-20T11:13:36.402Z] dad3e247629e: Layer already exists [2025-06-20T11:13:36.402Z] 188911abdd8c: Layer already exists [2025-06-20T11:13:36.402Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:36.402Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:36.402Z] 88456a1494ef: Layer already exists [2025-06-20T11:13:36.402Z] efb348d81882: Layer already exists [2025-06-20T11:13:36.402Z] d1900c63db30: Layer already exists [2025-06-20T11:13:36.402Z] 88726dd025d8: Layer already exists [2025-06-20T11:13:36.402Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:36.402Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:37.014Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:37.356Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-20T11:13:37.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-20T11:13:37.356Z] 188911abdd8c: Preparing [2025-06-20T11:13:37.356Z] dad3e247629e: Preparing [2025-06-20T11:13:37.356Z] 098669793368: Preparing [2025-06-20T11:13:37.356Z] 34f012ca3978: Preparing [2025-06-20T11:13:37.356Z] c1ef31a3121c: Preparing [2025-06-20T11:13:37.356Z] d1900c63db30: Preparing [2025-06-20T11:13:37.356Z] efb348d81882: Preparing [2025-06-20T11:13:37.356Z] 88456a1494ef: Preparing [2025-06-20T11:13:37.356Z] 88726dd025d8: Preparing [2025-06-20T11:13:37.356Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:37.356Z] d1900c63db30: Waiting [2025-06-20T11:13:37.356Z] 88456a1494ef: Waiting [2025-06-20T11:13:37.356Z] efb348d81882: Waiting [2025-06-20T11:13:37.356Z] 88726dd025d8: Waiting [2025-06-20T11:13:37.356Z] dd9c8f8612c8: Waiting [2025-06-20T11:13:37.356Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:37.356Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:37.356Z] 098669793368: Layer already exists [2025-06-20T11:13:37.356Z] dad3e247629e: Layer already exists [2025-06-20T11:13:37.356Z] 188911abdd8c: Layer already exists [2025-06-20T11:13:37.356Z] efb348d81882: Layer already exists [2025-06-20T11:13:37.356Z] d1900c63db30: Layer already exists [2025-06-20T11:13:37.356Z] 88456a1494ef: Layer already exists [2025-06-20T11:13:37.356Z] 88726dd025d8: Layer already exists [2025-06-20T11:13:37.356Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:37.618Z] main: digest: sha256:0e5e028bbb14b52154843aadc93e44a6b9a9ca1e5c6dc0fd17dfd59b3d2cce58 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:13:37.687Z] ===================================================== [Pipeline] echo [2025-06-20T11:13:37.698Z] taggedImages: [2025-06-20T11:13:37.698Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:13:37.698Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-20T11:13:37.698Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [2025-06-20T11:13:37.698Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:13:37.698Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-20T11:13:37.727Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-20T11:13:37.727Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:13:37.727Z] latest [2025-06-20T11:13:37.727Z] 4.1.0-dev.26 [2025-06-20T11:13:37.727Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:13:37.727Z] main [2025-06-20T11:13:37.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:38.099Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:13:38.436Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:13:38.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-20T11:13:38.436Z] 8fa40047d1df: Preparing [2025-06-20T11:13:38.436Z] 7b843d54f3e6: Preparing [2025-06-20T11:13:38.436Z] 75abc8520115: Preparing [2025-06-20T11:13:38.436Z] 34f012ca3978: Preparing [2025-06-20T11:13:38.436Z] c1ef31a3121c: Preparing [2025-06-20T11:13:38.436Z] 9a04b1fcc6c7: Preparing [2025-06-20T11:13:38.436Z] b4caf0ae4884: Preparing [2025-06-20T11:13:38.436Z] c4f38088d36f: Preparing [2025-06-20T11:13:38.436Z] dd9c8f8612c8: Preparing [2025-06-20T11:13:38.436Z] b4caf0ae4884: Waiting [2025-06-20T11:13:38.436Z] c4f38088d36f: Waiting [2025-06-20T11:13:38.436Z] 9a04b1fcc6c7: Waiting [2025-06-20T11:13:38.436Z] c1ef31a3121c: Layer already exists [2025-06-20T11:13:38.436Z] 34f012ca3978: Layer already exists [2025-06-20T11:13:38.700Z] 75abc8520115: Pushed [2025-06-20T11:13:38.700Z] 8fa40047d1df: Pushed [2025-06-20T11:13:38.700Z] 7b843d54f3e6: Pushed [2025-06-20T11:13:38.700Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:13:38.700Z] b4caf0ae4884: Pushed [2025-06-20T11:13:39.277Z] c4f38088d36f: Pushed [2025-06-20T11:14:05.916Z] 9a04b1fcc6c7: Pushed [2025-06-20T11:14:05.916Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:06.264Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:06.606Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-20T11:14:06.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-20T11:14:06.606Z] 8fa40047d1df: Preparing [2025-06-20T11:14:06.606Z] 7b843d54f3e6: Preparing [2025-06-20T11:14:06.606Z] 75abc8520115: Preparing [2025-06-20T11:14:06.606Z] 34f012ca3978: Preparing [2025-06-20T11:14:06.606Z] c1ef31a3121c: Preparing [2025-06-20T11:14:06.606Z] 9a04b1fcc6c7: Preparing [2025-06-20T11:14:06.606Z] b4caf0ae4884: Preparing [2025-06-20T11:14:06.606Z] c4f38088d36f: Preparing [2025-06-20T11:14:06.606Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:06.606Z] 9a04b1fcc6c7: Waiting [2025-06-20T11:14:06.606Z] b4caf0ae4884: Waiting [2025-06-20T11:14:06.606Z] c4f38088d36f: Waiting [2025-06-20T11:14:06.606Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:06.606Z] 7b843d54f3e6: Layer already exists [2025-06-20T11:14:06.606Z] 8fa40047d1df: Layer already exists [2025-06-20T11:14:06.606Z] 75abc8520115: Layer already exists [2025-06-20T11:14:06.606Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:06.606Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:06.606Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:06.606Z] c4f38088d36f: Layer already exists [2025-06-20T11:14:06.606Z] 9a04b1fcc6c7: Layer already exists [2025-06-20T11:14:06.606Z] b4caf0ae4884: Layer already exists [2025-06-20T11:14:06.871Z] latest: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:07.219Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:07.569Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [2025-06-20T11:14:07.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-20T11:14:07.569Z] 8fa40047d1df: Preparing [2025-06-20T11:14:07.569Z] 7b843d54f3e6: Preparing [2025-06-20T11:14:07.569Z] 75abc8520115: Preparing [2025-06-20T11:14:07.569Z] 34f012ca3978: Preparing [2025-06-20T11:14:07.569Z] c1ef31a3121c: Preparing [2025-06-20T11:14:07.569Z] 9a04b1fcc6c7: Preparing [2025-06-20T11:14:07.569Z] b4caf0ae4884: Preparing [2025-06-20T11:14:07.569Z] c4f38088d36f: Preparing [2025-06-20T11:14:07.569Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:07.569Z] 9a04b1fcc6c7: Waiting [2025-06-20T11:14:07.569Z] b4caf0ae4884: Waiting [2025-06-20T11:14:07.569Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:07.569Z] c4f38088d36f: Waiting [2025-06-20T11:14:07.569Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:07.569Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:07.569Z] 75abc8520115: Layer already exists [2025-06-20T11:14:07.569Z] 7b843d54f3e6: Layer already exists [2025-06-20T11:14:07.569Z] 8fa40047d1df: Layer already exists [2025-06-20T11:14:07.569Z] 9a04b1fcc6c7: Layer already exists [2025-06-20T11:14:07.569Z] b4caf0ae4884: Layer already exists [2025-06-20T11:14:07.569Z] c4f38088d36f: Layer already exists [2025-06-20T11:14:07.569Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:07.832Z] 4.1.0-dev.26: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:08.185Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:08.536Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:08.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-20T11:14:08.536Z] 8fa40047d1df: Preparing [2025-06-20T11:14:08.536Z] 7b843d54f3e6: Preparing [2025-06-20T11:14:08.536Z] 75abc8520115: Preparing [2025-06-20T11:14:08.536Z] 34f012ca3978: Preparing [2025-06-20T11:14:08.536Z] c1ef31a3121c: Preparing [2025-06-20T11:14:08.536Z] 9a04b1fcc6c7: Preparing [2025-06-20T11:14:08.536Z] b4caf0ae4884: Preparing [2025-06-20T11:14:08.536Z] c4f38088d36f: Preparing [2025-06-20T11:14:08.536Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:08.536Z] b4caf0ae4884: Waiting [2025-06-20T11:14:08.536Z] c4f38088d36f: Waiting [2025-06-20T11:14:08.536Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:08.536Z] 9a04b1fcc6c7: Waiting [2025-06-20T11:14:08.536Z] 8fa40047d1df: Layer already exists [2025-06-20T11:14:08.536Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:08.536Z] 75abc8520115: Layer already exists [2025-06-20T11:14:08.536Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:08.536Z] 7b843d54f3e6: Layer already exists [2025-06-20T11:14:08.536Z] 9a04b1fcc6c7: Layer already exists [2025-06-20T11:14:08.536Z] b4caf0ae4884: Layer already exists [2025-06-20T11:14:08.536Z] c4f38088d36f: Layer already exists [2025-06-20T11:14:08.536Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:08.799Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:09.144Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:09.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-20T11:14:09.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-20T11:14:09.493Z] 8fa40047d1df: Preparing [2025-06-20T11:14:09.493Z] 7b843d54f3e6: Preparing [2025-06-20T11:14:09.493Z] 75abc8520115: Preparing [2025-06-20T11:14:09.493Z] 34f012ca3978: Preparing [2025-06-20T11:14:09.493Z] c1ef31a3121c: Preparing [2025-06-20T11:14:09.493Z] 9a04b1fcc6c7: Preparing [2025-06-20T11:14:09.493Z] b4caf0ae4884: Preparing [2025-06-20T11:14:09.493Z] c4f38088d36f: Preparing [2025-06-20T11:14:09.493Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:09.493Z] b4caf0ae4884: Waiting [2025-06-20T11:14:09.493Z] c4f38088d36f: Waiting [2025-06-20T11:14:09.493Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:09.493Z] 9a04b1fcc6c7: Waiting [2025-06-20T11:14:09.493Z] 75abc8520115: Layer already exists [2025-06-20T11:14:09.493Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:09.493Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:09.493Z] 7b843d54f3e6: Layer already exists [2025-06-20T11:14:09.493Z] 8fa40047d1df: Layer already exists [2025-06-20T11:14:09.493Z] c4f38088d36f: Layer already exists [2025-06-20T11:14:09.493Z] 9a04b1fcc6c7: Layer already exists [2025-06-20T11:14:09.493Z] b4caf0ae4884: Layer already exists [2025-06-20T11:14:09.493Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:09.756Z] main: digest: sha256:e8dcfdcb92038176bf52210a55d73d05e4c1f0bddf8e4be369879bb9c8313ae9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:14:09.829Z] ===================================================== [Pipeline] echo [2025-06-20T11:14:09.842Z] taggedImages: [2025-06-20T11:14:09.842Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:09.842Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-20T11:14:09.842Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [2025-06-20T11:14:09.842Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:09.842Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-20T11:14:09.873Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-20T11:14:09.873Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:09.873Z] latest [2025-06-20T11:14:09.873Z] 4.1.0-dev.26 [2025-06-20T11:14:09.873Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:09.873Z] main [2025-06-20T11:14:09.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:10.247Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:10.593Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:10.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-20T11:14:10.593Z] a8e1a5948c52: Preparing [2025-06-20T11:14:10.593Z] 16b6ec2f5546: Preparing [2025-06-20T11:14:10.593Z] 196623cd1bac: Preparing [2025-06-20T11:14:10.593Z] 34f012ca3978: Preparing [2025-06-20T11:14:10.593Z] c1ef31a3121c: Preparing [2025-06-20T11:14:10.593Z] 1ebe1208699d: Preparing [2025-06-20T11:14:10.593Z] 88456a1494ef: Preparing [2025-06-20T11:14:10.593Z] 88726dd025d8: Preparing [2025-06-20T11:14:10.593Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:10.593Z] 1ebe1208699d: Waiting [2025-06-20T11:14:10.593Z] 88456a1494ef: Waiting [2025-06-20T11:14:10.593Z] 88726dd025d8: Waiting [2025-06-20T11:14:10.593Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:10.593Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:10.593Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:10.863Z] 88456a1494ef: Layer already exists [2025-06-20T11:14:10.863Z] 88726dd025d8: Layer already exists [2025-06-20T11:14:10.863Z] 196623cd1bac: Pushed [2025-06-20T11:14:10.863Z] 16b6ec2f5546: Pushed [2025-06-20T11:14:10.863Z] a8e1a5948c52: Pushed [2025-06-20T11:14:10.863Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:37.504Z] 1ebe1208699d: Pushed [2025-06-20T11:14:37.504Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:37.859Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:38.201Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-20T11:14:38.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-20T11:14:38.201Z] a8e1a5948c52: Preparing [2025-06-20T11:14:38.201Z] 16b6ec2f5546: Preparing [2025-06-20T11:14:38.201Z] 196623cd1bac: Preparing [2025-06-20T11:14:38.201Z] 34f012ca3978: Preparing [2025-06-20T11:14:38.201Z] c1ef31a3121c: Preparing [2025-06-20T11:14:38.201Z] 1ebe1208699d: Preparing [2025-06-20T11:14:38.201Z] 88456a1494ef: Preparing [2025-06-20T11:14:38.201Z] 1ebe1208699d: Waiting [2025-06-20T11:14:38.201Z] 88726dd025d8: Preparing [2025-06-20T11:14:38.201Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:38.201Z] 88456a1494ef: Waiting [2025-06-20T11:14:38.201Z] 88726dd025d8: Waiting [2025-06-20T11:14:38.201Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:38.201Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:38.201Z] 16b6ec2f5546: Layer already exists [2025-06-20T11:14:38.201Z] 196623cd1bac: Layer already exists [2025-06-20T11:14:38.201Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:38.201Z] a8e1a5948c52: Layer already exists [2025-06-20T11:14:38.201Z] 1ebe1208699d: Layer already exists [2025-06-20T11:14:38.201Z] 88726dd025d8: Layer already exists [2025-06-20T11:14:38.201Z] 88456a1494ef: Layer already exists [2025-06-20T11:14:38.201Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:38.465Z] latest: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:38.808Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:39.150Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [2025-06-20T11:14:39.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-20T11:14:39.151Z] a8e1a5948c52: Preparing [2025-06-20T11:14:39.151Z] 16b6ec2f5546: Preparing [2025-06-20T11:14:39.151Z] 196623cd1bac: Preparing [2025-06-20T11:14:39.151Z] 34f012ca3978: Preparing [2025-06-20T11:14:39.151Z] c1ef31a3121c: Preparing [2025-06-20T11:14:39.151Z] 1ebe1208699d: Preparing [2025-06-20T11:14:39.151Z] 88456a1494ef: Preparing [2025-06-20T11:14:39.151Z] 88726dd025d8: Preparing [2025-06-20T11:14:39.151Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:39.151Z] 1ebe1208699d: Waiting [2025-06-20T11:14:39.151Z] 88456a1494ef: Waiting [2025-06-20T11:14:39.151Z] 88726dd025d8: Waiting [2025-06-20T11:14:39.151Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:39.151Z] 196623cd1bac: Layer already exists [2025-06-20T11:14:39.151Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:39.151Z] a8e1a5948c52: Layer already exists [2025-06-20T11:14:39.151Z] 16b6ec2f5546: Layer already exists [2025-06-20T11:14:39.151Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:39.151Z] 88726dd025d8: Layer already exists [2025-06-20T11:14:39.151Z] 1ebe1208699d: Layer already exists [2025-06-20T11:14:39.151Z] 88456a1494ef: Layer already exists [2025-06-20T11:14:39.151Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:39.151Z] 4.1.0-dev.26: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:39.776Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:40.132Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:40.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-20T11:14:40.132Z] a8e1a5948c52: Preparing [2025-06-20T11:14:40.132Z] 16b6ec2f5546: Preparing [2025-06-20T11:14:40.132Z] 196623cd1bac: Preparing [2025-06-20T11:14:40.132Z] 34f012ca3978: Preparing [2025-06-20T11:14:40.132Z] c1ef31a3121c: Preparing [2025-06-20T11:14:40.132Z] 1ebe1208699d: Preparing [2025-06-20T11:14:40.132Z] 88456a1494ef: Preparing [2025-06-20T11:14:40.132Z] 88726dd025d8: Preparing [2025-06-20T11:14:40.132Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:40.132Z] 88456a1494ef: Waiting [2025-06-20T11:14:40.132Z] 88726dd025d8: Waiting [2025-06-20T11:14:40.132Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:40.132Z] 1ebe1208699d: Waiting [2025-06-20T11:14:40.132Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:40.132Z] 196623cd1bac: Layer already exists [2025-06-20T11:14:40.132Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:40.132Z] a8e1a5948c52: Layer already exists [2025-06-20T11:14:40.132Z] 16b6ec2f5546: Layer already exists [2025-06-20T11:14:40.132Z] 1ebe1208699d: Layer already exists [2025-06-20T11:14:40.132Z] 88726dd025d8: Layer already exists [2025-06-20T11:14:40.132Z] 88456a1494ef: Layer already exists [2025-06-20T11:14:40.132Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:40.401Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:40.767Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:41.134Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-20T11:14:41.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-20T11:14:41.134Z] a8e1a5948c52: Preparing [2025-06-20T11:14:41.134Z] 16b6ec2f5546: Preparing [2025-06-20T11:14:41.134Z] 196623cd1bac: Preparing [2025-06-20T11:14:41.134Z] 34f012ca3978: Preparing [2025-06-20T11:14:41.134Z] c1ef31a3121c: Preparing [2025-06-20T11:14:41.134Z] 1ebe1208699d: Preparing [2025-06-20T11:14:41.134Z] 88456a1494ef: Preparing [2025-06-20T11:14:41.134Z] 88726dd025d8: Preparing [2025-06-20T11:14:41.134Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:41.134Z] 88456a1494ef: Waiting [2025-06-20T11:14:41.134Z] 88726dd025d8: Waiting [2025-06-20T11:14:41.134Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:41.134Z] 1ebe1208699d: Waiting [2025-06-20T11:14:41.135Z] a8e1a5948c52: Layer already exists [2025-06-20T11:14:41.135Z] 196623cd1bac: Layer already exists [2025-06-20T11:14:41.135Z] 16b6ec2f5546: Layer already exists [2025-06-20T11:14:41.135Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:41.135Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:41.135Z] 1ebe1208699d: Layer already exists [2025-06-20T11:14:41.135Z] 88456a1494ef: Layer already exists [2025-06-20T11:14:41.135Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:41.135Z] 88726dd025d8: Layer already exists [2025-06-20T11:14:41.399Z] main: digest: sha256:911d7b200bb59689bbf03c1565531680c8b7318f21b3ffe6221108cb15ed9ffe size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:14:41.467Z] ===================================================== [Pipeline] echo [2025-06-20T11:14:41.481Z] taggedImages: [2025-06-20T11:14:41.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:41.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-20T11:14:41.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [2025-06-20T11:14:41.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:41.481Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-20T11:14:41.508Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-20T11:14:41.508Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:41.508Z] latest [2025-06-20T11:14:41.508Z] 4.1.0-dev.26 [2025-06-20T11:14:41.508Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:41.508Z] main [2025-06-20T11:14:41.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:41.888Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:42.241Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:42.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-20T11:14:42.241Z] 0cd9d3838449: Preparing [2025-06-20T11:14:42.241Z] e1754481e0b8: Preparing [2025-06-20T11:14:42.241Z] 34f012ca3978: Preparing [2025-06-20T11:14:42.241Z] c1ef31a3121c: Preparing [2025-06-20T11:14:42.241Z] 209dc5b8a2f5: Preparing [2025-06-20T11:14:42.241Z] afca7b0e4ad3: Preparing [2025-06-20T11:14:42.241Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:42.241Z] afca7b0e4ad3: Waiting [2025-06-20T11:14:42.241Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:42.241Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:42.241Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:42.506Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:42.506Z] 0cd9d3838449: Pushed [2025-06-20T11:14:42.506Z] 209dc5b8a2f5: Pushed [2025-06-20T11:14:43.904Z] afca7b0e4ad3: Pushed [2025-06-20T11:14:50.523Z] e1754481e0b8: Pushed [2025-06-20T11:14:50.788Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:51.134Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:51.471Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-20T11:14:51.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-20T11:14:51.471Z] 0cd9d3838449: Preparing [2025-06-20T11:14:51.471Z] e1754481e0b8: Preparing [2025-06-20T11:14:51.471Z] 34f012ca3978: Preparing [2025-06-20T11:14:51.471Z] c1ef31a3121c: Preparing [2025-06-20T11:14:51.471Z] 209dc5b8a2f5: Preparing [2025-06-20T11:14:51.471Z] afca7b0e4ad3: Preparing [2025-06-20T11:14:51.471Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:51.471Z] afca7b0e4ad3: Waiting [2025-06-20T11:14:51.471Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:51.471Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:51.471Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:51.471Z] e1754481e0b8: Layer already exists [2025-06-20T11:14:51.471Z] 209dc5b8a2f5: Layer already exists [2025-06-20T11:14:51.471Z] 0cd9d3838449: Layer already exists [2025-06-20T11:14:51.471Z] afca7b0e4ad3: Layer already exists [2025-06-20T11:14:51.471Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:51.471Z] latest: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:52.068Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:52.410Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [2025-06-20T11:14:52.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-20T11:14:52.410Z] 0cd9d3838449: Preparing [2025-06-20T11:14:52.410Z] e1754481e0b8: Preparing [2025-06-20T11:14:52.410Z] 34f012ca3978: Preparing [2025-06-20T11:14:52.410Z] c1ef31a3121c: Preparing [2025-06-20T11:14:52.410Z] 209dc5b8a2f5: Preparing [2025-06-20T11:14:52.410Z] afca7b0e4ad3: Preparing [2025-06-20T11:14:52.410Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:52.410Z] afca7b0e4ad3: Waiting [2025-06-20T11:14:52.410Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:52.410Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:52.410Z] 209dc5b8a2f5: Layer already exists [2025-06-20T11:14:52.410Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:52.410Z] 0cd9d3838449: Layer already exists [2025-06-20T11:14:52.410Z] e1754481e0b8: Layer already exists [2025-06-20T11:14:52.410Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:52.410Z] afca7b0e4ad3: Layer already exists [2025-06-20T11:14:52.410Z] 4.1.0-dev.26: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:52.760Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:53.099Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:53.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-20T11:14:53.099Z] 0cd9d3838449: Preparing [2025-06-20T11:14:53.099Z] e1754481e0b8: Preparing [2025-06-20T11:14:53.099Z] 34f012ca3978: Preparing [2025-06-20T11:14:53.099Z] c1ef31a3121c: Preparing [2025-06-20T11:14:53.099Z] 209dc5b8a2f5: Preparing [2025-06-20T11:14:53.099Z] afca7b0e4ad3: Preparing [2025-06-20T11:14:53.099Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:53.099Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:53.099Z] afca7b0e4ad3: Waiting [2025-06-20T11:14:53.099Z] e1754481e0b8: Layer already exists [2025-06-20T11:14:53.099Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:53.099Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:53.099Z] 209dc5b8a2f5: Layer already exists [2025-06-20T11:14:53.099Z] 0cd9d3838449: Layer already exists [2025-06-20T11:14:53.099Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:53.099Z] afca7b0e4ad3: Layer already exists [2025-06-20T11:14:53.099Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:53.448Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:53.789Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-20T11:14:53.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-20T11:14:53.789Z] 0cd9d3838449: Preparing [2025-06-20T11:14:53.789Z] e1754481e0b8: Preparing [2025-06-20T11:14:53.789Z] 34f012ca3978: Preparing [2025-06-20T11:14:53.789Z] c1ef31a3121c: Preparing [2025-06-20T11:14:53.789Z] 209dc5b8a2f5: Preparing [2025-06-20T11:14:53.789Z] afca7b0e4ad3: Preparing [2025-06-20T11:14:53.789Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:53.789Z] afca7b0e4ad3: Waiting [2025-06-20T11:14:53.789Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:53.789Z] 209dc5b8a2f5: Layer already exists [2025-06-20T11:14:53.789Z] e1754481e0b8: Layer already exists [2025-06-20T11:14:53.789Z] 0cd9d3838449: Layer already exists [2025-06-20T11:14:53.789Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:53.789Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:53.789Z] afca7b0e4ad3: Layer already exists [2025-06-20T11:14:53.789Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:54.052Z] main: digest: sha256:13d9093be2ecef6304d927b2d141d878abce2047bd05d2e7ab6a1df9fc82392b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:14:54.125Z] ===================================================== [Pipeline] echo [2025-06-20T11:14:54.141Z] taggedImages: [2025-06-20T11:14:54.141Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:54.141Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-20T11:14:54.141Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [2025-06-20T11:14:54.141Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:54.141Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-20T11:14:54.164Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-20T11:14:54.164Z] 9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:54.164Z] latest [2025-06-20T11:14:54.164Z] 4.1.0-dev.26 [2025-06-20T11:14:54.164Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:14:54.164Z] main [2025-06-20T11:14:54.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:54.526Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:14:54.879Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:14:54.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-20T11:14:54.880Z] 3ddaf2b6747c: Preparing [2025-06-20T11:14:54.880Z] 457429b181b8: Preparing [2025-06-20T11:14:54.880Z] 34f012ca3978: Preparing [2025-06-20T11:14:54.880Z] c1ef31a3121c: Preparing [2025-06-20T11:14:54.880Z] ce15b0f2dc7f: Preparing [2025-06-20T11:14:54.880Z] 4275250e4fe9: Preparing [2025-06-20T11:14:54.880Z] dd9c8f8612c8: Preparing [2025-06-20T11:14:54.880Z] 4275250e4fe9: Waiting [2025-06-20T11:14:54.880Z] dd9c8f8612c8: Waiting [2025-06-20T11:14:54.880Z] 34f012ca3978: Layer already exists [2025-06-20T11:14:54.880Z] c1ef31a3121c: Layer already exists [2025-06-20T11:14:55.147Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:14:55.147Z] ce15b0f2dc7f: Pushed [2025-06-20T11:14:55.147Z] 3ddaf2b6747c: Pushed [2025-06-20T11:14:55.729Z] 4275250e4fe9: Pushed [2025-06-20T11:15:03.897Z] 457429b181b8: Pushed [2025-06-20T11:15:03.897Z] 9304f160789e41c5c58b4be9994841ed5e82e09f: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:04.257Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:04.598Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-20T11:15:04.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-20T11:15:04.598Z] 3ddaf2b6747c: Preparing [2025-06-20T11:15:04.598Z] 457429b181b8: Preparing [2025-06-20T11:15:04.599Z] 34f012ca3978: Preparing [2025-06-20T11:15:04.599Z] c1ef31a3121c: Preparing [2025-06-20T11:15:04.599Z] ce15b0f2dc7f: Preparing [2025-06-20T11:15:04.599Z] 4275250e4fe9: Preparing [2025-06-20T11:15:04.599Z] dd9c8f8612c8: Preparing [2025-06-20T11:15:04.599Z] 4275250e4fe9: Waiting [2025-06-20T11:15:04.599Z] dd9c8f8612c8: Waiting [2025-06-20T11:15:04.599Z] ce15b0f2dc7f: Layer already exists [2025-06-20T11:15:04.599Z] 457429b181b8: Layer already exists [2025-06-20T11:15:04.599Z] 3ddaf2b6747c: Layer already exists [2025-06-20T11:15:04.599Z] 34f012ca3978: Layer already exists [2025-06-20T11:15:04.599Z] c1ef31a3121c: Layer already exists [2025-06-20T11:15:04.599Z] 4275250e4fe9: Layer already exists [2025-06-20T11:15:04.599Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:15:04.864Z] latest: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:05.215Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:05.570Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [2025-06-20T11:15:05.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-20T11:15:05.570Z] 3ddaf2b6747c: Preparing [2025-06-20T11:15:05.570Z] 457429b181b8: Preparing [2025-06-20T11:15:05.570Z] 34f012ca3978: Preparing [2025-06-20T11:15:05.570Z] c1ef31a3121c: Preparing [2025-06-20T11:15:05.570Z] ce15b0f2dc7f: Preparing [2025-06-20T11:15:05.570Z] 4275250e4fe9: Preparing [2025-06-20T11:15:05.570Z] dd9c8f8612c8: Preparing [2025-06-20T11:15:05.570Z] 4275250e4fe9: Waiting [2025-06-20T11:15:05.570Z] dd9c8f8612c8: Waiting [2025-06-20T11:15:05.570Z] ce15b0f2dc7f: Layer already exists [2025-06-20T11:15:05.570Z] 34f012ca3978: Layer already exists [2025-06-20T11:15:05.570Z] 457429b181b8: Layer already exists [2025-06-20T11:15:05.570Z] 3ddaf2b6747c: Layer already exists [2025-06-20T11:15:05.570Z] c1ef31a3121c: Layer already exists [2025-06-20T11:15:05.570Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:15:05.570Z] 4275250e4fe9: Layer already exists [2025-06-20T11:15:05.570Z] 4.1.0-dev.26: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:05.933Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:06.289Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:15:06.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-20T11:15:06.289Z] 3ddaf2b6747c: Preparing [2025-06-20T11:15:06.289Z] 457429b181b8: Preparing [2025-06-20T11:15:06.289Z] 34f012ca3978: Preparing [2025-06-20T11:15:06.289Z] c1ef31a3121c: Preparing [2025-06-20T11:15:06.289Z] ce15b0f2dc7f: Preparing [2025-06-20T11:15:06.289Z] 4275250e4fe9: Preparing [2025-06-20T11:15:06.289Z] dd9c8f8612c8: Preparing [2025-06-20T11:15:06.289Z] 4275250e4fe9: Waiting [2025-06-20T11:15:06.289Z] dd9c8f8612c8: Waiting [2025-06-20T11:15:06.289Z] ce15b0f2dc7f: Layer already exists [2025-06-20T11:15:06.289Z] c1ef31a3121c: Layer already exists [2025-06-20T11:15:06.289Z] 34f012ca3978: Layer already exists [2025-06-20T11:15:06.289Z] 3ddaf2b6747c: Layer already exists [2025-06-20T11:15:06.289Z] 457429b181b8: Layer already exists [2025-06-20T11:15:06.289Z] 4275250e4fe9: Layer already exists [2025-06-20T11:15:06.289Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:15:06.554Z] 9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:06.898Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:07.241Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-20T11:15:07.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-20T11:15:07.242Z] 3ddaf2b6747c: Preparing [2025-06-20T11:15:07.242Z] 457429b181b8: Preparing [2025-06-20T11:15:07.242Z] 34f012ca3978: Preparing [2025-06-20T11:15:07.242Z] c1ef31a3121c: Preparing [2025-06-20T11:15:07.242Z] ce15b0f2dc7f: Preparing [2025-06-20T11:15:07.242Z] 4275250e4fe9: Preparing [2025-06-20T11:15:07.242Z] dd9c8f8612c8: Preparing [2025-06-20T11:15:07.242Z] 4275250e4fe9: Waiting [2025-06-20T11:15:07.242Z] dd9c8f8612c8: Waiting [2025-06-20T11:15:07.242Z] ce15b0f2dc7f: Layer already exists [2025-06-20T11:15:07.242Z] 457429b181b8: Layer already exists [2025-06-20T11:15:07.242Z] 3ddaf2b6747c: Layer already exists [2025-06-20T11:15:07.242Z] 34f012ca3978: Layer already exists [2025-06-20T11:15:07.242Z] c1ef31a3121c: Layer already exists [2025-06-20T11:15:07.242Z] 4275250e4fe9: Layer already exists [2025-06-20T11:15:07.242Z] dd9c8f8612c8: Layer already exists [2025-06-20T11:15:07.504Z] main: digest: sha256:c2e89f78498ee936d86a2a40bead742ab9257ef78d061b25d3d5835c72442499 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T11:15:07.598Z] ===================================================== [Pipeline] echo [2025-06-20T11:15:07.615Z] taggedImages: [2025-06-20T11:15:07.615Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [2025-06-20T11:15:07.615Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-20T11:15:07.615Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [2025-06-20T11:15:07.615Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [2025-06-20T11:15:07.615Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-20T11:15:07.627Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:07.642Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-20T11:15:07.655Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.669Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.684Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-20T11:15:07.698Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:07.712Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-20T11:15:07.727Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.737Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.749Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-20T11:15:07.762Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:07.776Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-20T11:15:07.790Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.804Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.819Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-20T11:15:07.833Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:07.845Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-20T11:15:07.861Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.873Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.887Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-20T11:15:07.898Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:07.912Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-20T11:15:07.923Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.934Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:07.950Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-20T11:15:07.961Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:07.978Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-20T11:15:07.991Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.002Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.015Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-20T11:15:08.029Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.044Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.057Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.070Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.085Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-20T11:15:08.102Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.113Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.125Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.139Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.153Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-20T11:15:08.164Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.177Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.187Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.198Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.209Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-20T11:15:08.221Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.236Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.262Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.273Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-20T11:15:08.284Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.296Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.308Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.321Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.335Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-20T11:15:08.351Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.364Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.378Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.391Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.405Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-20T11:15:08.414Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.425Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.437Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.448Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.459Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-20T11:15:08.471Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.482Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.497Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.509Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.525Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-20T11:15:08.538Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f [Pipeline] echo [2025-06-20T11:15:08.554Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-20T11:15:08.568Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.586Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9304f160789e41c5c58b4be9994841ed5e82e09f-4.1.0-dev.26 [Pipeline] echo [2025-06-20T11:15:08.601Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:08.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-20T11:15:08.995Z] [2025-06-20T11:15:08.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T11:15:09.322Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-20T11:15:09.323Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-20T11:15:09.323Z] 8998bd30e6a1: Pulling fs layer [2025-06-20T11:15:09.323Z] 04944245beec: Pulling fs layer [2025-06-20T11:15:09.323Z] 699f458cf7ca: Pulling fs layer [2025-06-20T11:15:09.323Z] 765212b225bb: Pulling fs layer [2025-06-20T11:15:09.323Z] f23df028b6ca: Pulling fs layer [2025-06-20T11:15:09.323Z] d65c8cfc05b1: Pulling fs layer [2025-06-20T11:15:09.323Z] 2437ff75d9bd: Pulling fs layer [2025-06-20T11:15:09.323Z] 765212b225bb: Waiting [2025-06-20T11:15:09.323Z] f23df028b6ca: Waiting [2025-06-20T11:15:09.323Z] d65c8cfc05b1: Waiting [2025-06-20T11:15:09.589Z] 04944245beec: Verifying Checksum [2025-06-20T11:15:09.589Z] 04944245beec: Download complete [2025-06-20T11:15:09.589Z] 765212b225bb: Verifying Checksum [2025-06-20T11:15:09.589Z] 765212b225bb: Download complete [2025-06-20T11:15:09.589Z] f23df028b6ca: Verifying Checksum [2025-06-20T11:15:09.589Z] f23df028b6ca: Download complete [2025-06-20T11:15:09.589Z] d65c8cfc05b1: Verifying Checksum [2025-06-20T11:15:09.589Z] d65c8cfc05b1: Download complete [2025-06-20T11:15:09.854Z] 699f458cf7ca: Verifying Checksum [2025-06-20T11:15:09.854Z] 699f458cf7ca: Download complete [2025-06-20T11:15:10.124Z] 8998bd30e6a1: Verifying Checksum [2025-06-20T11:15:10.124Z] 8998bd30e6a1: Download complete [2025-06-20T11:15:12.692Z] 2437ff75d9bd: Verifying Checksum [2025-06-20T11:15:12.692Z] 2437ff75d9bd: Download complete [2025-06-20T11:15:14.624Z] 8998bd30e6a1: Pull complete [2025-06-20T11:15:15.202Z] 04944245beec: Pull complete [2025-06-20T11:15:16.598Z] 699f458cf7ca: Pull complete [2025-06-20T11:15:16.862Z] 765212b225bb: Pull complete [2025-06-20T11:15:17.814Z] f23df028b6ca: Pull complete [2025-06-20T11:15:18.078Z] d65c8cfc05b1: Pull complete [2025-06-20T11:15:36.255Z] 2437ff75d9bd: Pull complete [2025-06-20T11:15:36.255Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-20T11:15:36.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-20T11:15:36.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T11:15:36.454Z] prd-ubuntu20.04-docker-arm64-4c-16g-3630 does not seem to be running inside a container [2025-06-20T11:15:36.498Z] $ 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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T11:15:39.088Z] $ docker top a945b5f05f4d0b6478f7af7084e3242d7ff98cc5ef7efdbcf15f6c59ca00d188 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-20T11:15:39.992Z] ---> job-cost.sh [2025-06-20T11:15:39.992Z] lf-activate-venv: SKIPPING [2025-06-20T11:15:39.992Z] INFO: No Stack... [2025-06-20T11:15:40.261Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-20T11:15:41.221Z] INFO: Archiving Costs [Pipeline] sh [2025-06-20T11:15:41.588Z] + cat /w/workspace/edgex-go/857/archives/cost.csv [2025-06-20T11:15:41.588Z] + cut -d, -f6 [Pipeline] lock [2025-06-20T11:15:41.620Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-857-stack-cost] [2025-06-20T11:15:41.628Z] Resource [jenkins-edgexfoundry-edgex-go-main-857-stack-cost] did not exist. Created. [2025-06-20T11:15:41.633Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-857-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-20T11:15:42.278Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-20T11:15:42.927Z] Stashed 1 file(s) [Pipeline] } [2025-06-20T11:15:42.936Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-857-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-20T11:15:42.948Z] $ docker stop --time=1 a945b5f05f4d0b6478f7af7084e3242d7ff98cc5ef7efdbcf15f6c59ca00d188 [2025-06-20T11:15:44.453Z] $ docker rm -f --volumes a945b5f05f4d0b6478f7af7084e3242d7ff98cc5ef7efdbcf15f6c59ca00d188 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-20T16:23:43.289Z] Cancelling nested steps due to timeout [2025-06-20T16:23:43.296Z] Sending interrupt signal to process [2025-06-20T16:23:45.135Z] script returned exit code 143 [Pipeline] } [2025-06-20T16:23:45.145Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-20T16:23:45.783Z] + '[' -d /w/workspace/edgex-go/857/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:23:46.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:23:46.643Z] ---> package-listing.sh [2025-06-20T16:23:46.643Z] ++ facter osfamily [2025-06-20T16:23:46.643Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-20T16:23:46.903Z] + OS_FAMILY=redhat [2025-06-20T16:23:46.903Z] + workspace=/w/workspace/edgex-go/857 [2025-06-20T16:23:46.903Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-20T16:23:46.903Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-20T16:23:46.903Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-20T16:23:46.903Z] + PACKAGES=/tmp/packages_start.txt [2025-06-20T16:23:46.903Z] + '[' /w/workspace/edgex-go/857 ']' [2025-06-20T16:23:46.903Z] + PACKAGES=/tmp/packages_end.txt [2025-06-20T16:23:46.903Z] + case "${OS_FAMILY}" in [2025-06-20T16:23:46.903Z] + sort [2025-06-20T16:23:46.903Z] + rpm -qa [2025-06-20T16:23:47.473Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-20T16:23:47.473Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-20T16:23:47.473Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-20T16:23:47.473Z] + '[' /w/workspace/edgex-go/857 ']' [2025-06-20T16:23:47.473Z] + mkdir -p /w/workspace/edgex-go/857/archives/ [2025-06-20T16:23:47.473Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/857/archives/ [Pipeline] echo [2025-06-20T16:23:47.486Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/857/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-20T16:23:47.772Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T16:23:48.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-20T16:23:48.359Z] [2025-06-20T16:23:48.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T16:23:48.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-20T16:23:48.672Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-20T16:23:48.672Z] 5eb5b503b376: Pulling fs layer [2025-06-20T16:23:48.672Z] 5c69ac0246d0: Pulling fs layer [2025-06-20T16:23:48.672Z] ec43610c2a17: Pulling fs layer [2025-06-20T16:23:48.672Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-20T16:23:48.672Z] 33b1e0a273af: Pulling fs layer [2025-06-20T16:23:48.672Z] 5d3b04190fa2: Pulling fs layer [2025-06-20T16:23:48.672Z] 2f39f015ded8: Pulling fs layer [2025-06-20T16:23:48.672Z] 3a2ae6a8a46f: Waiting [2025-06-20T16:23:48.672Z] 33b1e0a273af: Waiting [2025-06-20T16:23:48.672Z] 5d3b04190fa2: Waiting [2025-06-20T16:23:48.672Z] 2f39f015ded8: Waiting [2025-06-20T16:23:48.937Z] 5c69ac0246d0: Verifying Checksum [2025-06-20T16:23:48.937Z] 5c69ac0246d0: Download complete [2025-06-20T16:23:48.937Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-20T16:23:48.937Z] 3a2ae6a8a46f: Download complete [2025-06-20T16:23:48.937Z] 33b1e0a273af: Verifying Checksum [2025-06-20T16:23:48.937Z] 33b1e0a273af: Download complete [2025-06-20T16:23:48.937Z] ec43610c2a17: Verifying Checksum [2025-06-20T16:23:48.937Z] ec43610c2a17: Download complete [2025-06-20T16:23:48.937Z] 5d3b04190fa2: Verifying Checksum [2025-06-20T16:23:48.937Z] 5d3b04190fa2: Download complete [2025-06-20T16:23:48.937Z] 5eb5b503b376: Verifying Checksum [2025-06-20T16:23:48.937Z] 5eb5b503b376: Download complete [2025-06-20T16:23:49.887Z] 2f39f015ded8: Verifying Checksum [2025-06-20T16:23:49.887Z] 2f39f015ded8: Download complete [2025-06-20T16:23:50.466Z] 5eb5b503b376: Pull complete [2025-06-20T16:23:50.466Z] 5c69ac0246d0: Pull complete [2025-06-20T16:23:51.039Z] ec43610c2a17: Pull complete [2025-06-20T16:23:51.039Z] 3a2ae6a8a46f: Pull complete [2025-06-20T16:23:51.302Z] 33b1e0a273af: Pull complete [2025-06-20T16:23:51.302Z] 5d3b04190fa2: Pull complete [2025-06-20T16:23:55.527Z] 2f39f015ded8: Pull complete [2025-06-20T16:23:55.527Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-20T16:23:55.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-20T16:23:55.528Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T16:23:55.636Z] prd-centos7-docker-4c-2g-3632 does not seem to be running inside a container [2025-06-20T16:23:55.674Z] $ 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/857/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-20T16:23:59.180Z] $ docker top b034011d62bae3ce70f7bf3fedec2cd671c27b8f62d66d638de313da4e0139d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-20T16:23:59.534Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-20T16:23:59.829Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-20T16:24:00.118Z] + ls /var/log/sa-host [2025-06-20T16:24:00.118Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-20T16:24:00.324Z] provisioning config files... [2025-06-20T16:24:00.335Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2587785712533235072tmp [Pipeline] { [Pipeline] echo [2025-06-20T16:24:00.354Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:00.657Z] ---> create-netrc.sh [Pipeline] } [2025-06-20T16:24:00.664Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:01.021Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-20T16:24:01.030Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:01.317Z] ---> sudo-logs.sh [2025-06-20T16:24:01.317Z] Archiving 'sudo' log.. [2025-06-20T16:24:01.317Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-20T16:24:01.353Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-20T16:24:01.362Z] $ docker stop --time=1 b034011d62bae3ce70f7bf3fedec2cd671c27b8f62d66d638de313da4e0139d5 [2025-06-20T16:24:02.494Z] $ docker rm -f --volumes b034011d62bae3ce70f7bf3fedec2cd671c27b8f62d66d638de313da4e0139d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-20T16:24:02.602Z] [WS-CLEANUP] Deleting project workspace... [2025-06-20T16:24:02.602Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-20T16:24:02.620Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-20T16:24:02.877Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-20T16:24:03.710Z] + [ -d /w/workspace/edgex-go/857/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:04.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:04.858Z] ---> package-listing.sh [2025-06-20T16:24:04.858Z] ++ facter osfamily [2025-06-20T16:24:04.858Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-20T16:24:05.116Z] + OS_FAMILY=debian [2025-06-20T16:24:05.116Z] + workspace=/w/workspace/edgex-go/857 [2025-06-20T16:24:05.116Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-20T16:24:05.116Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-20T16:24:05.116Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-20T16:24:05.116Z] + PACKAGES=/tmp/packages_start.txt [2025-06-20T16:24:05.116Z] + '[' /w/workspace/edgex-go/857 ']' [2025-06-20T16:24:05.116Z] + PACKAGES=/tmp/packages_end.txt [2025-06-20T16:24:05.116Z] + case "${OS_FAMILY}" in [2025-06-20T16:24:05.116Z] + dpkg -l [2025-06-20T16:24:05.116Z] + grep '^ii' [2025-06-20T16:24:05.116Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-20T16:24:05.116Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-20T16:24:05.116Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-20T16:24:05.116Z] + '[' /w/workspace/edgex-go/857 ']' [2025-06-20T16:24:05.116Z] + mkdir -p /w/workspace/edgex-go/857/archives/ [2025-06-20T16:24:05.116Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/857/archives/ [Pipeline] echo [2025-06-20T16:24:05.129Z] 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/857/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-20T16:24:05.404Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T16:24:05.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-20T16:24:05.965Z] [2025-06-20T16:24:05.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-20T16:24:06.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-20T16:24:06.276Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-20T16:24:06.276Z] 5eb5b503b376: Pulling fs layer [2025-06-20T16:24:06.276Z] 5c69ac0246d0: Pulling fs layer [2025-06-20T16:24:06.276Z] ec43610c2a17: Pulling fs layer [2025-06-20T16:24:06.276Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-20T16:24:06.276Z] 33b1e0a273af: Pulling fs layer [2025-06-20T16:24:06.276Z] 5d3b04190fa2: Pulling fs layer [2025-06-20T16:24:06.276Z] 2f39f015ded8: Pulling fs layer [2025-06-20T16:24:06.276Z] 3a2ae6a8a46f: Waiting [2025-06-20T16:24:06.276Z] 5d3b04190fa2: Waiting [2025-06-20T16:24:06.276Z] 33b1e0a273af: Waiting [2025-06-20T16:24:06.276Z] 5c69ac0246d0: Verifying Checksum [2025-06-20T16:24:06.276Z] 5c69ac0246d0: Download complete [2025-06-20T16:24:06.276Z] 3a2ae6a8a46f: Download complete [2025-06-20T16:24:06.276Z] 33b1e0a273af: Verifying Checksum [2025-06-20T16:24:06.276Z] 33b1e0a273af: Download complete [2025-06-20T16:24:06.276Z] 5d3b04190fa2: Download complete [2025-06-20T16:24:06.276Z] ec43610c2a17: Verifying Checksum [2025-06-20T16:24:06.276Z] ec43610c2a17: Download complete [2025-06-20T16:24:06.535Z] 5eb5b503b376: Verifying Checksum [2025-06-20T16:24:06.535Z] 5eb5b503b376: Download complete [2025-06-20T16:24:07.101Z] 2f39f015ded8: Download complete [2025-06-20T16:24:07.667Z] 5eb5b503b376: Pull complete [2025-06-20T16:24:07.667Z] 5c69ac0246d0: Pull complete [2025-06-20T16:24:08.234Z] ec43610c2a17: Pull complete [2025-06-20T16:24:08.234Z] 3a2ae6a8a46f: Pull complete [2025-06-20T16:24:08.234Z] 33b1e0a273af: Pull complete [2025-06-20T16:24:08.235Z] 5d3b04190fa2: Pull complete [2025-06-20T16:24:12.418Z] 2f39f015ded8: Pull complete [2025-06-20T16:24:12.418Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-20T16:24:12.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-20T16:24:12.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-20T16:24:12.532Z] prd-ubuntu20.04-docker-8c-8g-3628 does not seem to be running inside a container [2025-06-20T16:24:12.563Z] $ 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/857/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/857 -v /w/workspace/edgex-go/857:/w/workspace/edgex-go/857:rw,z -v /w/workspace/edgex-go/857@tmp:/w/workspace/edgex-go/857@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-20T16:24:14.186Z] $ docker top bc6a9cac0fb9d298a37184c93b96a409f529554fb67db4951f327b51347415e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-20T16:24:14.534Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-20T16:24:14.817Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-20T16:24:15.099Z] + ls /var/log/sa-host [2025-06-20T16:24:15.099Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-20T16:24:15.139Z] provisioning config files... [2025-06-20T16:24:15.147Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/857@tmp/config9736389065650462050tmp [Pipeline] { [Pipeline] echo [2025-06-20T16:24:15.168Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:15.456Z] ---> create-netrc.sh [Pipeline] } [2025-06-20T16:24:15.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:15.771Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-20T16:24:15.782Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:16.063Z] ---> sudo-logs.sh [2025-06-20T16:24:16.063Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-20T16:24:16.120Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:16.402Z] ---> job-cost.sh [2025-06-20T16:24:16.402Z] lf-activate-venv: SKIPPING [2025-06-20T16:24:16.402Z] DEBUG: total: 0.10999999940395355 [2025-06-20T16:24:16.402Z] INFO: Retrieving Stack Cost... [2025-06-20T16:24:16.661Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-20T16:24:16.919Z] INFO: Archiving Costs [Pipeline] echo [2025-06-20T16:24:16.934Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-20T16:24:17.222Z] ---> logs-deploy.sh [2025-06-20T16:24:17.223Z] lf-activate-venv: SKIPPING [2025-06-20T16:24:17.223Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/857 [2025-06-20T16:24:17.223Z] INFO: archiving workspace using pattern(s): [2025-06-20T16:24:18.159Z] Archives upload complete. [2025-06-20T16:24:18.159Z] INFO: archiving logs to Nexus