Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 208e85735de406a1e1d37f437623169183356937 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-ssh9738874776853982279.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-ssh8697209161167210733.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-ssh7871625729596683384.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-ssh13652742688387584425.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-ssh10532850497933821068.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-3366 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/854 [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/854 # 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 208e85735de406a1e1d37f437623169183356937 (main) Commit message: "Merge pull request #5182 from yichun-chou/EDX-5631-branch-2" > 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 208e85735de406a1e1d37f437623169183356937 # timeout=10 > git rev-list --no-walk 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-16T03:26:27.509Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-16T03:26:27.581Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-16T03:26:27.608Z] ========================================================= [2025-06-16T03:26:27.609Z] EdgeX Global Pipelines Version Info [2025-06-16T03:26:27.609Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-16T03:26:28.694Z] ------------------- [2025-06-16T03:26:28.694Z] stable info: [2025-06-16T03:26:28.694Z] ------------------- [2025-06-16T03:26:28.694Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-16T03:26:28.694Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-16T03:26:28.694Z] Message: update stable to v1.0.274 [2025-06-16T03:26:29.631Z] ------------------- [2025-06-16T03:26:29.631Z] experimental info: [2025-06-16T03:26:29.631Z] ------------------- [2025-06-16T03:26:29.631Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-16T03:26:29.631Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-16T03:26:29.631Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-16T03:26:29.721Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-16T03:26:29.747Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-16T03:26:29.773Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-16T03:26:29.796Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-16T03:26:29.816Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-16T03:26:29.837Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-16T03:26:29.856Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-16T03:26:29.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-16T03:26:29.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-16T03:26:29.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-16T03:26:29.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-16T03:26:29.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-16T03:26:30.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-16T03:26:30.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-16T03:26:30.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-16T03:26:30.079Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-16T03:26:30.101Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-16T03:26:30.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-16T03:26:30.148Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-16T03:26:30.172Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-16T03:26:30.196Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-16T03:26:30.220Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-16T03:26:30.243Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-16T03:26:30.265Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-16T03:26:30.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-16T03:26:30.315Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-16T03:26:30.338Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T03:26:30.358Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 208e857 [Pipeline] echo [2025-06-16T03:26:30.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-16T03:26:30.453Z] provisioning config files... [2025-06-16T03:26:30.467Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config7690040707046882426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-16T03:26:30.813Z] ---> ****-login.sh [2025-06-16T03:26:30.813Z] nexus3.edgexfoundry.org:10001 [2025-06-16T03:26:31.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:26:31.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:26:31.073Z] Configure a credential helper to remove this warning. See [2025-06-16T03:26:31.073Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:26:31.073Z] [2025-06-16T03:26:31.073Z] Login Succeeded [2025-06-16T03:26:31.073Z] nexus3.edgexfoundry.org:10002 [2025-06-16T03:26:31.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:26:31.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:26:31.335Z] Configure a credential helper to remove this warning. See [2025-06-16T03:26:31.335Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:26:31.335Z] [2025-06-16T03:26:31.335Z] Login Succeeded [2025-06-16T03:26:31.335Z] nexus3.edgexfoundry.org:10003 [2025-06-16T03:26:31.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:26:31.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:26:31.335Z] Configure a credential helper to remove this warning. See [2025-06-16T03:26:31.335Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:26:31.335Z] [2025-06-16T03:26:31.335Z] Login Succeeded [2025-06-16T03:26:31.335Z] nexus3.edgexfoundry.org:10004 [2025-06-16T03:26:31.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:26:31.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:26:31.595Z] Configure a credential helper to remove this warning. See [2025-06-16T03:26:31.595Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:26:31.595Z] [2025-06-16T03:26:31.595Z] Login Succeeded [2025-06-16T03:26:31.595Z] ****.io [2025-06-16T03:26:31.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:26:31.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:26:31.858Z] Configure a credential helper to remove this warning. See [2025-06-16T03:26:31.858Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:26:31.858Z] [2025-06-16T03:26:31.858Z] Login Succeeded [2025-06-16T03:26:31.858Z] ---> ****-login.sh ends [Pipeline] } [2025-06-16T03:26:31.867Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-16T03:26:32.198Z] + 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-16T03:26:32.198Z] + + dirname cmd/core-command/Dockerfile [2025-06-16T03:26:32.198Z] cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/core-data/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/core-keeper/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/core-metadata/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/support-notifications/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-16T03:26:32.198Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-16T03:26:32.198Z] + cut -d/ -f2 [2025-06-16T03:26:32.198Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-16T03:26:32.233Z] 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-16T03:26:32.601Z] + git rev-list -1 --merges 208e85735de406a1e1d37f437623169183356937~1..208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T03:26:32.615Z] -----------> git rev-list -1 --merges 208e85735de406a1e1d37f437623169183356937~1..208e85735de406a1e1d37f437623169183356937 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:26:32.615Z] 208e85735de406a1e1d37f437623169183356937 [false] [Pipeline] sh [2025-06-16T03:26:32.908Z] + git log --format=format:%s -1 208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T03:26:32.924Z] ========================================================= [2025-06-16T03:26:32.924Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-16T03:26:32.924Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-16T03:26:33.396Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-16T03:26:33.396Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-16T03:26:33.396Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-16T03:26:33.396Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-16T03:26:33.396Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-16T03:26:33.396Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-16T03:26:33.396Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:26:33.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-16T03:26:33.825Z] [2025-06-16T03:26:33.825Z] 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-16T03:26:34.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-16T03:26:34.141Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-16T03:26:34.141Z] 3dae71ba6b94: Pulling fs layer [2025-06-16T03:26:34.141Z] 6bf1a483ea7c: Pulling fs layer [2025-06-16T03:26:34.141Z] f5dfc541a4d3: Pulling fs layer [2025-06-16T03:26:34.141Z] 461d9e800cba: Pulling fs layer [2025-06-16T03:26:34.141Z] 80192f66455f: Pulling fs layer [2025-06-16T03:26:34.141Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-16T03:26:34.141Z] a29436f7fd5d: Pulling fs layer [2025-06-16T03:26:34.141Z] 923cac83aea3: Pulling fs layer [2025-06-16T03:26:34.141Z] 25ad8b0a4227: Pulling fs layer [2025-06-16T03:26:34.141Z] db01528c6b51: Pulling fs layer [2025-06-16T03:26:34.141Z] 28988de357af: Pulling fs layer [2025-06-16T03:26:34.141Z] a29436f7fd5d: Waiting [2025-06-16T03:26:34.141Z] 80192f66455f: Waiting [2025-06-16T03:26:34.141Z] 923cac83aea3: Waiting [2025-06-16T03:26:34.141Z] 2e8e34ca0e6c: Waiting [2025-06-16T03:26:34.141Z] 461d9e800cba: Waiting [2025-06-16T03:26:34.141Z] 25ad8b0a4227: Waiting [2025-06-16T03:26:34.141Z] 28988de357af: Waiting [2025-06-16T03:26:34.141Z] db01528c6b51: Waiting [2025-06-16T03:26:34.141Z] 6bf1a483ea7c: Verifying Checksum [2025-06-16T03:26:34.141Z] 6bf1a483ea7c: Download complete [2025-06-16T03:26:34.141Z] 461d9e800cba: Verifying Checksum [2025-06-16T03:26:34.141Z] 461d9e800cba: Download complete [2025-06-16T03:26:34.141Z] 80192f66455f: Download complete [2025-06-16T03:26:34.399Z] f5dfc541a4d3: Verifying Checksum [2025-06-16T03:26:34.399Z] f5dfc541a4d3: Download complete [2025-06-16T03:26:34.399Z] 3dae71ba6b94: Verifying Checksum [2025-06-16T03:26:34.399Z] 3dae71ba6b94: Download complete [2025-06-16T03:26:34.399Z] 923cac83aea3: Verifying Checksum [2025-06-16T03:26:34.399Z] 923cac83aea3: Download complete [2025-06-16T03:26:34.399Z] 25ad8b0a4227: Verifying Checksum [2025-06-16T03:26:34.399Z] 25ad8b0a4227: Download complete [2025-06-16T03:26:34.659Z] db01528c6b51: Verifying Checksum [2025-06-16T03:26:34.659Z] db01528c6b51: Download complete [2025-06-16T03:26:34.660Z] 28988de357af: Download complete [2025-06-16T03:26:34.660Z] a29436f7fd5d: Verifying Checksum [2025-06-16T03:26:34.660Z] a29436f7fd5d: Download complete [2025-06-16T03:26:35.228Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-16T03:26:35.228Z] 2e8e34ca0e6c: Download complete [2025-06-16T03:26:35.489Z] 3dae71ba6b94: Pull complete [2025-06-16T03:26:35.760Z] 6bf1a483ea7c: Pull complete [2025-06-16T03:26:36.338Z] f5dfc541a4d3: Pull complete [2025-06-16T03:26:36.601Z] 461d9e800cba: Pull complete [2025-06-16T03:26:36.601Z] 80192f66455f: Pull complete [2025-06-16T03:26:39.898Z] 2e8e34ca0e6c: Pull complete [2025-06-16T03:26:40.466Z] a29436f7fd5d: Pull complete [2025-06-16T03:26:40.466Z] 923cac83aea3: Pull complete [2025-06-16T03:26:40.725Z] 25ad8b0a4227: Pull complete [2025-06-16T03:26:40.726Z] db01528c6b51: Pull complete [2025-06-16T03:26:40.726Z] 28988de357af: Pull complete [2025-06-16T03:26:40.726Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-16T03:26:40.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-16T03:26:40.726Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T03:26:40.885Z] prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container [2025-06-16T03:26:40.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T03:26:42.791Z] $ docker top 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e -eo pid,comm [2025-06-16T03:26:42.848Z] 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-16T03:26:42.848Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-16T03:26:42.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-16T03:26:42.899Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-16T03:26:43.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-16T03:26:43.036Z] $ docker exec 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent [2025-06-16T03:26:43.144Z] SSH_AUTH_SOCK=/tmp/ssh-4FxSkbb0KIAd/agent.32 [2025-06-16T03:26:43.144Z] SSH_AGENT_PID=38 [2025-06-16T03:26:43.151Z] Running ssh-add (command line suppressed) [2025-06-16T03:26:43.277Z] Identity added: /w/workspace/edgex-go/854@tmp/private_key_9016232046694221807.key (/w/workspace/edgex-go/854@tmp/private_key_9016232046694221807.key) [2025-06-16T03:26:43.287Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-16T03:26:43.580Z] + git tag --points-at HEAD [Pipeline] } [2025-06-16T03:26:43.601Z] $ docker exec --env ******** --env ******** 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent -k [2025-06-16T03:26:43.703Z] unset SSH_AUTH_SOCK; [2025-06-16T03:26:43.703Z] unset SSH_AGENT_PID; [2025-06-16T03:26:43.703Z] echo Agent pid 38 killed; [2025-06-16T03:26:43.709Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-16T03:26:43.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-16T03:26:43.747Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-16T03:26:43.861Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-16T03:26:43.870Z] $ docker exec 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent [2025-06-16T03:26:43.980Z] SSH_AUTH_SOCK=/tmp/ssh-7wU3QkerZjyK/agent.72 [2025-06-16T03:26:43.980Z] SSH_AGENT_PID=78 [2025-06-16T03:26:43.984Z] Running ssh-add (command line suppressed) [2025-06-16T03:26:44.092Z] Identity added: /w/workspace/edgex-go/854@tmp/private_key_17564047405888202559.key (/w/workspace/edgex-go/854@tmp/private_key_17564047405888202559.key) [2025-06-16T03:26:44.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-16T03:26:44.395Z] + git semver init [2025-06-16T03:26:44.655Z] 2025-06-16 03:26:44,622 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-16T03:26:44.655Z] 2025-06-16 03:26:44,625 [run_init] DEBUG init version:0.0.0 force:False [2025-06-16T03:26:44.655Z] 2025-06-16 03:26:44,626 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/854/.semver [2025-06-16T03:26:44.655Z] 2025-06-16 03:26:44,626 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/854/.semver [2025-06-16T03:26:44.655Z] 2025-06-16 03:26:44,627 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/854/.semver'], cwd=/w/workspace/edgex-go/854, stdin=None, shell=False, universal_newlines=False) [2025-06-16T03:26:49.932Z] 2025-06-16 03:26:49,080 [append_file] DEBUG append to file:/w/workspace/edgex-go/854/.git/info/exclude [2025-06-16T03:26:49.932Z] 2025-06-16 03:26:49,081 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/854/.semver/main with force:False [2025-06-16T03:26:49.932Z] 2025-06-16 03:26:49,081 [read_version] DEBUG read version from /w/workspace/edgex-go/854/.semver/main [2025-06-16T03:26:49.932Z] 2025-06-16 03:26:49,081 [read_version] DEBUG read version from /w/workspace/edgex-go/854/.semver/main [2025-06-16T03:26:49.932Z] 4.1.0-dev.24 [Pipeline] } [2025-06-16T03:26:49.947Z] $ docker exec --env ******** --env ******** 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e ssh-agent -k [2025-06-16T03:26:50.049Z] unset SSH_AUTH_SOCK; [2025-06-16T03:26:50.050Z] unset SSH_AGENT_PID; [2025-06-16T03:26:50.050Z] echo Agent pid 78 killed; [2025-06-16T03:26:50.053Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-16T03:26:50.376Z] + git semver [Pipeline] } [2025-06-16T03:26:50.965Z] $ docker stop --time=1 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e [2025-06-16T03:26:52.284Z] $ docker rm -f --volumes 8831ae29938453299b828dd8aed081c32c31712f82568125f23d72d77150996e [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-16T03:26:52.620Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-16T03:26:52.843Z] Stashed 1 file(s) [Pipeline] echo [2025-06-16T03:26:52.847Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.24 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-16T03:26:53.309Z] + git config --global --add safe.directory /w/workspace/edgex-go/854 [Pipeline] echo [2025-06-16T03:26:53.321Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-16T03:26:53.340Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-16T03:26:53.359Z] ========================================================= [2025-06-16T03:26:53.359Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-16T03:26:53.359Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-16T03:26:53.658Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-16T03:26:53.658Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-16T03:26:53.658Z] 0a9a5dfd008f: Pulling fs layer [2025-06-16T03:26:53.658Z] dbfa0bcfca99: Pulling fs layer [2025-06-16T03:26:53.658Z] 70eabb1d9476: Pulling fs layer [2025-06-16T03:26:53.658Z] 957bedc73fa3: Pulling fs layer [2025-06-16T03:26:53.658Z] 4f4fb700ef54: Pulling fs layer [2025-06-16T03:26:53.658Z] f40432e63723: Pulling fs layer [2025-06-16T03:26:53.658Z] 90b4343acab7: Pulling fs layer [2025-06-16T03:26:53.658Z] 9f67ea4ac784: Pulling fs layer [2025-06-16T03:26:53.658Z] 9228b9a606be: Pulling fs layer [2025-06-16T03:26:53.658Z] 9f67ea4ac784: Waiting [2025-06-16T03:26:53.658Z] f40432e63723: Waiting [2025-06-16T03:26:53.658Z] 9228b9a606be: Waiting [2025-06-16T03:26:53.658Z] 90b4343acab7: Waiting [2025-06-16T03:26:53.658Z] 4f4fb700ef54: Waiting [2025-06-16T03:26:53.658Z] 957bedc73fa3: Waiting [2025-06-16T03:26:53.658Z] dbfa0bcfca99: Download complete [2025-06-16T03:26:53.658Z] 957bedc73fa3: Verifying Checksum [2025-06-16T03:26:53.658Z] 957bedc73fa3: Download complete [2025-06-16T03:26:53.658Z] 0a9a5dfd008f: Download complete [2025-06-16T03:26:53.658Z] 4f4fb700ef54: Verifying Checksum [2025-06-16T03:26:53.658Z] 4f4fb700ef54: Download complete [2025-06-16T03:26:53.658Z] f40432e63723: Verifying Checksum [2025-06-16T03:26:53.658Z] f40432e63723: Download complete [2025-06-16T03:26:53.658Z] 90b4343acab7: Verifying Checksum [2025-06-16T03:26:53.658Z] 90b4343acab7: Download complete [2025-06-16T03:26:53.918Z] 0a9a5dfd008f: Pull complete [2025-06-16T03:26:53.918Z] 9228b9a606be: Verifying Checksum [2025-06-16T03:26:53.918Z] 9228b9a606be: Download complete [2025-06-16T03:26:53.918Z] dbfa0bcfca99: Pull complete [2025-06-16T03:26:54.177Z] 70eabb1d9476: Download complete [2025-06-16T03:26:54.434Z] 9f67ea4ac784: Verifying Checksum [2025-06-16T03:26:54.434Z] 9f67ea4ac784: Download complete [2025-06-16T03:26:57.734Z] 70eabb1d9476: Pull complete [2025-06-16T03:26:57.734Z] 957bedc73fa3: Pull complete [2025-06-16T03:26:57.993Z] 4f4fb700ef54: Pull complete [2025-06-16T03:26:57.993Z] f40432e63723: Pull complete [2025-06-16T03:26:57.993Z] 90b4343acab7: Pull complete [2025-06-16T03:27:00.522Z] 9f67ea4ac784: Pull complete [2025-06-16T03:27:00.780Z] 9228b9a606be: Pull complete [2025-06-16T03:27:00.780Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-16T03:27:00.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-16T03:27:00.780Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-16T03:27:01.082Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-16T03:27:01.082Z] WORKDIR /edgex [2025-06-16T03:27:01.082Z] COPY go.mod . [2025-06-16T03:27:01.082Z] RUN go mod download [2025-06-16T03:27:01.082Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-16T03:27:01.647Z] Sending build context to Docker daemon 185.9MB [2025-06-16T03:27:01.647Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-16T03:27:01.647Z] ---> 69404ca5bff2 [2025-06-16T03:27:01.647Z] Step 2/4 : WORKDIR /edgex [2025-06-16T03:27:03.560Z] ---> Running in 72b4c696a0f6 [2025-06-16T03:27:03.560Z] Removing intermediate container 72b4c696a0f6 [2025-06-16T03:27:03.560Z] ---> f9e9dd2f7d82 [2025-06-16T03:27:03.560Z] Step 3/4 : COPY go.mod . [2025-06-16T03:27:03.560Z] ---> 87934f8a82b7 [2025-06-16T03:27:03.560Z] Step 4/4 : RUN go mod download [2025-06-16T03:27:03.560Z] ---> Running in 62df1d8f96f0 [2025-06-16T03:27:07.981Z] Still waiting to schedule task [2025-06-16T03:27:07.981Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-16T03:27:25.506Z] Removing intermediate container 62df1d8f96f0 [2025-06-16T03:27:25.506Z] ---> 12ed1efd50e8 [2025-06-16T03:27:25.506Z] Successfully built 12ed1efd50e8 [2025-06-16T03:27:25.506Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:27:25.816Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-16T03:27:25.816Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T03:27:25.898Z] prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container [2025-06-16T03:27:25.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T03:27:26.303Z] $ docker top 5d6fd76938c9f3593fe80f4bdf24ae66fa63448417e4ebf35d68f6e38486fb74 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-16T03:27:26.649Z] + go version [2025-06-16T03:27:26.650Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-16T03:27:26.667Z] $ docker stop --time=1 5d6fd76938c9f3593fe80f4bdf24ae66fa63448417e4ebf35d68f6e38486fb74 [2025-06-16T03:27:27.955Z] $ docker rm -f --volumes 5d6fd76938c9f3593fe80f4bdf24ae66fa63448417e4ebf35d68f6e38486fb74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:27:28.387Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-16T03:27:28.387Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T03:27:28.474Z] prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container [2025-06-16T03:27:28.510Z] $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T03:27:28.854Z] $ docker top fe0cf5380c77f55942f9db03d4d677b8130d42738367667b35fd0dc399f1ad12 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-16T03:27:28.922Z] ========================================================= [2025-06-16T03:27:28.922Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-16T03:27:28.922Z] ========================================================= [Pipeline] sh [2025-06-16T03:27:29.206Z] + git config --global --add safe.directory /w/workspace/edgex-go/854 [Pipeline] fileExists [Pipeline] sh [2025-06-16T03:27:29.512Z] + make test [2025-06-16T03:27:29.512Z] go test -race -coverprofile=coverage.out ./... [2025-06-16T03:27:39.504Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-16T03:28:06.034Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-16T03:28:06.034Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-16T03:28:06.035Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-16T03:28:06.035Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-16T03:28:06.035Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-16T03:28:06.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.022s coverage: 42.3% of statements [2025-06-16T03:28:06.035Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-16T03:28:06.035Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-16T03:28:06.601Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-16T03:28:06.601Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-16T03:28:06.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2025-06-16T03:28:07.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-16T03:28:07.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-16T03:28:07.426Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-16T03:28:07.426Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-16T03:28:07.426Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-16T03:28:07.426Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-16T03:28:07.426Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-16T03:28:07.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-16T03:28:07.426Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-16T03:28:07.426Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-16T03:28:08.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-16T03:28:08.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-16T03:28:08.800Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-16T03:28:08.800Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-16T03:28:08.800Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-16T03:28:08.800Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-16T03:28:10.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.066s coverage: 69.2% of statements [2025-06-16T03:28:10.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements [2025-06-16T03:28:10.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.053s coverage: 45.2% of statements [2025-06-16T03:28:10.436Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-16T03:28:10.436Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-16T03:28:10.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.162s coverage: 93.4% of statements [2025-06-16T03:28:10.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.3% of statements [2025-06-16T03:28:11.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 8.4% of statements [2025-06-16T03:28:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-16T03:28:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-16T03:28:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-16T03:28:12.311Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-16T03:28:13.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.365s coverage: 95.8% of statements [2025-06-16T03:28:13.684Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements [2025-06-16T03:28:14.251Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-16T03:28:14.251Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-16T03:28:14.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-16T03:28:14.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-16T03:28:14.509Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-16T03:28:14.509Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-16T03:28:15.443Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] [2025-06-16T03:28:15.443Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements [2025-06-16T03:28:15.443Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements [2025-06-16T03:28:15.443Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 81.1% of statements [2025-06-16T03:28:16.011Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.027s coverage: 40.0% of statements [2025-06-16T03:28:16.269Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-16T03:28:16.269Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-16T03:28:16.269Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-16T03:28:16.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-16T03:28:16.836Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-16T03:28:16.836Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-16T03:28:16.836Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-16T03:28:17.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.027s coverage: 87.1% of statements [2025-06-16T03:28:17.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2025-06-16T03:28:17.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements [2025-06-16T03:28:17.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2025-06-16T03:28:18.466Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-16T03:28:18.466Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-16T03:28:18.466Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-16T03:28:19.032Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-16T03:28:19.032Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-16T03:28:19.032Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-16T03:28:19.032Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-16T03:28:19.598Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-16T03:28:19.598Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-16T03:28:20.164Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-16T03:28:22.064Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-16T03:28:22.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-16T03:28:23.966Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-16T03:28:24.902Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-16T03:28:24.902Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-16T03:28:24.902Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-16T03:28:28.190Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-16T03:28:29.126Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.040s coverage: 94.4% of statements [2025-06-16T03:28:29.126Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-16T03:28:29.126Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-16T03:28:29.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-16T03:28:29.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-16T03:28:29.386Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-16T03:28:31.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-16T03:28:31.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-16T03:28:31.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-16T03:28:31.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-16T03:28:31.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-16T03:28:31.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-16T03:28:32.178Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-16T03:28:32.178Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-16T03:28:32.178Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-16T03:28:32.178Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-16T03:28:32.178Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-16T03:28:32.178Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-16T03:28:34.079Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-16T03:28:34.079Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-16T03:28:34.079Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-16T03:28:34.079Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-16T03:28:35.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-16T03:28:35.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-16T03:28:35.016Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-16T03:28:35.016Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-16T03:28:35.016Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-16T03:28:35.016Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-16T03:28:35.016Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-16T03:28:36.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-16T03:28:36.390Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-16T03:28:36.390Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.048s coverage: 92.9% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.031s coverage: 47.4% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.036s coverage: 87.2% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.094s coverage: 81.8% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.087s coverage: 82.1% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.048s coverage: 6.8% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.051s coverage: 33.3% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.053s coverage: 100.0% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.176s coverage: 54.5% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.034s coverage: 88.6% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.023s coverage: 100.0% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.204s coverage: 29.2% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 3.1% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements [2025-06-16T03:28:39.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements [2025-06-16T03:28:41.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.063s coverage: 17.0% of statements [2025-06-16T03:28:41.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.136s coverage: 94.9% of statements [2025-06-16T03:28:41.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements [2025-06-16T03:28:41.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.081s coverage: 97.7% of statements [2025-06-16T03:28:41.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements [2025-06-16T03:28:41.046Z] 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-16T03:28:41.306Z] running golangci-lint [2025-06-16T03:28:41.563Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-16T03:28:41.563Z] go version go1.23.8 linux/amd64 [2025-06-16T03:28:41.563Z] 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-16T03:28:41.563Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-16T03:28:41.563Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-16T03:28:43.078Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3367 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-16T03:28:43.098Z] Running in /w/workspace/edgex-go/854 [Pipeline] { [Pipeline] checkout [2025-06-16T03:28:43.141Z] The recommended git tool is: git [2025-06-16T03:28:47.701Z] using credential edgex-jenkins-ssh [2025-06-16T03:28:47.726Z] Cloning the remote Git repository [2025-06-16T03:28:47.766Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-16T03:28:47.856Z] > git init /w/workspace/edgex-go/854 # timeout=10 [2025-06-16T03:28:47.992Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-16T03:28:47.994Z] > git --version # timeout=10 [2025-06-16T03:28:48.012Z] > git --version # 'git version 2.25.1' [2025-06-16T03:28:48.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-16T03:28:48.150Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-16T03:29:06.525Z] Avoid second fetch [2025-06-16T03:29:06.526Z] Checking out Revision 208e85735de406a1e1d37f437623169183356937 (main) [2025-06-16T03:29:07.301Z] Commit message: "Merge pull request #5182 from yichun-chou/EDX-5631-branch-2" [2025-06-16T03:29:05.715Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-16T03:29:05.739Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-16T03:29:06.543Z] > git config core.sparsecheckout # timeout=10 [2025-06-16T03:29:06.596Z] > git checkout -f 208e85735de406a1e1d37f437623169183356937 # timeout=10 [2025-06-16T03:29:08.094Z] level=info msg="[loader] Go packages loading at mode 575 (deps|files|imports|name|compiled_files|exports_file|types_sizes) took 24.415771904s" [2025-06-16T03:29:08.094Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 62.101114ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-16T03:29:12.032Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-16T03:29:12.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-16T03:29:12.032Z] Dload Upload Total Spent Left Speed [2025-06-16T03:29:12.032Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 94659 0 --:--:-- --:--:-- --:--:-- 94659 [Pipeline] sh [2025-06-16T03:29:12.359Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-16T03:29:12.689Z] + sudo tee /etc/docker/daemon.new [2025-06-16T03:29:12.690Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-16T03:29:12.690Z] { [2025-06-16T03:29:12.690Z] "registry-mirrors": [ [2025-06-16T03:29:12.690Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-16T03:29:12.690Z] ], [2025-06-16T03:29:12.690Z] "bip": "10.250.0.254/24", [2025-06-16T03:29:12.690Z] "hosts": [ [2025-06-16T03:29:12.690Z] "tcp://0.0.0.0:5555", [2025-06-16T03:29:12.690Z] "unix:///var/run/docker.sock" [2025-06-16T03:29:12.690Z] ], [2025-06-16T03:29:12.690Z] "mtu": 1458, [2025-06-16T03:29:12.690Z] "selinux-enabled": true, [2025-06-16T03:29:12.690Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-16T03:29:12.690Z] } [Pipeline] sh [2025-06-16T03:29:13.013Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-16T03:29:13.334Z] + sudo service docker restart [2025-06-16T03:29:20.303Z] level=info msg="[linters_context/goanalysis] analyzers took 1m58.723663325s with top 10 stages: buildir: 1m9.859057744s, gosec: 3.590590689s, fact_deprecated: 3.357400643s, inspect: 3.145444378s, printf: 2.293465961s, ctrlflow: 1.820834933s, S1038: 1.485350709s, fact_purity: 1.428778804s, nilness: 1.335108753s, S1039: 914.371993ms" [2025-06-16T03:29:20.303Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-16T03:29:20.303Z] level=info msg="[runner] Processors filtering stat (in/out): skip_dirs: 202/202, autogenerated_exclude: 202/202, cgo: 202/202, filename_unadjuster: 202/202, identifier_marker: 202/202, exclude: 202/202, skip_files: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, exclude-rules: 202/20, nolint: 20/0" [2025-06-16T03:29:20.303Z] level=info msg="[runner] processing took 21.348653ms with stages: nolint: 11.67298ms, identifier_marker: 4.894552ms, exclude-rules: 1.671872ms, path_prettifier: 1.212073ms, autogenerated_exclude: 1.155812ms, skip_dirs: 595.011µs, invalid_issue: 76.702µs, cgo: 39.06µs, filename_unadjuster: 22.151µs, max_same_issues: 2.22µs, fixer: 1.23µs, max_from_linter: 730ns, sort_results: 650ns, uniq_by_line: 590ns, diff: 590ns, exclude: 500ns, source_code: 460ns, skip_files: 430ns, path_shortener: 420ns, path_prefixer: 290ns, max_per_file_from_linter: 190ns, severity-rules: 140ns" [2025-06-16T03:29:20.303Z] level=info msg="[runner] linters took 14.20482231s with stages: goanalysis_metalinter: 14.183313723s" [2025-06-16T03:29:20.303Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-16T03:29:20.303Z] level=info msg="Memory: 385 samples, avg is 306.6MB, max is 1286.7MB" [2025-06-16T03:29:20.303Z] level=info msg="Execution took 38.690641548s" [2025-06-16T03:29:20.563Z] go vet ./... [2025-06-16T03:29:28.677Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-16T03:29:28.677Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-16T03:29:28.677Z] ./bin/test-attribution-txt.sh [2025-06-16T03:29:28.677Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-16T03:29:28.677Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-16T03:29:28.692Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-16T03:29:28.983Z] + ls -al . [2025-06-16T03:29:28.984Z] total 1992 [2025-06-16T03:29:28.984Z] drwxrwxr-x 11 1001 1001 4096 Jun 16 03:27 . [2025-06-16T03:29:28.984Z] drwxr-xr-x 4 root root 4096 Jun 16 03:27 .. [2025-06-16T03:29:28.984Z] drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 .blubracket [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 10 Jun 16 03:26 .dockerignore [2025-06-16T03:29:28.984Z] drwxrwxr-x 8 1001 1001 4096 Jun 16 03:28 .git [2025-06-16T03:29:28.984Z] drwxrwxr-x 3 1001 1001 4096 Jun 16 03:26 .github [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 909 Jun 16 03:26 .gitignore [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 218 Jun 16 03:26 .golangci.yml [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 100 Jun 16 03:26 .hadolint.yml [2025-06-16T03:29:28.984Z] drwxr-xr-x 3 1001 1001 4096 Jun 16 03:26 .semver [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 155 Jun 16 03:26 .sonarcloud.properties [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 1171 Jun 16 03:26 ADOPTERS.md [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 17374 Jun 16 03:26 Attribution.txt [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 108018 Jun 16 03:26 CHANGELOG.md [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 3804 Jun 16 03:26 CONTRIBUTING.md [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 677 Jun 16 03:26 GOVERNANCE.md [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 858 Jun 16 03:26 Jenkinsfile [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 10775 Jun 16 03:26 LICENSE [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 16740 Jun 16 03:26 Makefile [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 582 Jun 16 03:26 OWNERS.md [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 9932 Jun 16 03:26 README.md [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 789 Jun 16 03:26 SECURITY.md [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 12 Jun 16 03:26 VERSION [2025-06-16T03:29:28.984Z] drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 bin [2025-06-16T03:29:28.984Z] drwxrwxr-x 19 1001 1001 4096 Jun 16 03:26 cmd [2025-06-16T03:29:28.984Z] -rw-r--r-- 1 root root 1662281 Jun 16 03:28 coverage.out [2025-06-16T03:29:28.984Z] drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 fuzz_test [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 6474 Jun 16 03:26 go.mod [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 88008 Jun 16 03:26 go.sum [2025-06-16T03:29:28.984Z] drwxrwxr-x 7 1001 1001 4096 Jun 16 03:26 internal [2025-06-16T03:29:28.984Z] drwxrwxr-x 2 1001 1001 4096 Jun 16 03:26 openapi [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 584 Jun 16 03:26 security.txt [2025-06-16T03:29:28.984Z] -rw-rw-r-- 1 1001 1001 204 Jun 16 03:26 version.go [Pipeline] sh [2025-06-16T03:29:29.273Z] + '[' -e coverage.out ] [2025-06-16T03:29:29.273Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-16T03:29:29.438Z] Stashed 1 file(s) [Pipeline] sh [2025-06-16T03:29:29.721Z] + make build [2025-06-16T03:29:29.721Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-16T03:29:31.580Z] provisioning config files... [2025-06-16T03:29:31.609Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config93101651966271232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-16T03:29:32.028Z] ---> ****-login.sh [2025-06-16T03:29:32.028Z] nexus3.edgexfoundry.org:10001 [2025-06-16T03:29:32.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:29:32.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:29:32.580Z] Configure a credential helper to remove this warning. See [2025-06-16T03:29:32.580Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:29:32.580Z] [2025-06-16T03:29:32.580Z] Login Succeeded [2025-06-16T03:29:32.580Z] nexus3.edgexfoundry.org:10002 [2025-06-16T03:29:32.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:29:32.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:29:32.851Z] Configure a credential helper to remove this warning. See [2025-06-16T03:29:32.851Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:29:32.851Z] [2025-06-16T03:29:32.851Z] Login Succeeded [2025-06-16T03:29:32.851Z] nexus3.edgexfoundry.org:10003 [2025-06-16T03:29:33.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:29:33.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:29:33.390Z] Configure a credential helper to remove this warning. See [2025-06-16T03:29:33.390Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:29:33.390Z] [2025-06-16T03:29:33.390Z] Login Succeeded [2025-06-16T03:29:33.390Z] nexus3.edgexfoundry.org:10004 [2025-06-16T03:29:33.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:29:33.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:29:33.667Z] Configure a credential helper to remove this warning. See [2025-06-16T03:29:33.667Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:29:33.667Z] [2025-06-16T03:29:33.667Z] Login Succeeded [2025-06-16T03:29:33.667Z] ****.io [2025-06-16T03:29:33.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:29:34.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:29:34.198Z] Configure a credential helper to remove this warning. See [2025-06-16T03:29:34.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:29:34.198Z] [2025-06-16T03:29:34.198Z] Login Succeeded [2025-06-16T03:29:34.198Z] ---> ****-login.sh ends [Pipeline] } [2025-06-16T03:29:34.211Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-06-16T03:29:34.838Z] + git config --global --add safe.directory /w/workspace/edgex-go/854 [Pipeline] echo [2025-06-16T03:29:34.858Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-16T03:29:34.880Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-16T03:29:34.901Z] ========================================================= [2025-06-16T03:29:34.901Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-16T03:29:34.901Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-16T03:29:35.224Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-16T03:29:35.224Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-16T03:29:35.224Z] 94e9d8af2201: Pulling fs layer [2025-06-16T03:29:35.224Z] 634366ca850b: Pulling fs layer [2025-06-16T03:29:35.224Z] f66ade281fe9: Pulling fs layer [2025-06-16T03:29:35.224Z] 13fd4ce6e94e: Pulling fs layer [2025-06-16T03:29:35.224Z] 4f4fb700ef54: Pulling fs layer [2025-06-16T03:29:35.224Z] 4cccf3f17d63: Pulling fs layer [2025-06-16T03:29:35.224Z] 2d8010953d95: Pulling fs layer [2025-06-16T03:29:35.224Z] ec743f232bc5: Pulling fs layer [2025-06-16T03:29:35.224Z] 4cccf3f17d63: Waiting [2025-06-16T03:29:35.224Z] 2d8010953d95: Waiting [2025-06-16T03:29:35.224Z] ec743f232bc5: Waiting [2025-06-16T03:29:35.224Z] 4f4fb700ef54: Waiting [2025-06-16T03:29:35.224Z] 13fd4ce6e94e: Waiting [2025-06-16T03:29:35.491Z] 634366ca850b: Verifying Checksum [2025-06-16T03:29:35.491Z] 634366ca850b: Download complete [2025-06-16T03:29:35.491Z] 13fd4ce6e94e: Verifying Checksum [2025-06-16T03:29:35.491Z] 13fd4ce6e94e: Download complete [2025-06-16T03:29:35.491Z] 4f4fb700ef54: Verifying Checksum [2025-06-16T03:29:35.491Z] 4f4fb700ef54: Download complete [2025-06-16T03:29:35.491Z] 4cccf3f17d63: Verifying Checksum [2025-06-16T03:29:35.491Z] 4cccf3f17d63: Download complete [2025-06-16T03:29:35.491Z] 94e9d8af2201: Verifying Checksum [2025-06-16T03:29:35.491Z] 94e9d8af2201: Download complete [2025-06-16T03:29:35.760Z] ec743f232bc5: Verifying Checksum [2025-06-16T03:29:35.760Z] ec743f232bc5: Download complete [2025-06-16T03:29:36.356Z] 94e9d8af2201: Pull complete [2025-06-16T03:29:36.944Z] 634366ca850b: Pull complete [2025-06-16T03:29:37.530Z] f66ade281fe9: Verifying Checksum [2025-06-16T03:29:37.530Z] f66ade281fe9: Download complete [2025-06-16T03:29:38.116Z] 2d8010953d95: Verifying Checksum [2025-06-16T03:29:38.116Z] 2d8010953d95: Download complete [2025-06-16T03:29:53.125Z] f66ade281fe9: Pull complete [2025-06-16T03:29:53.125Z] 13fd4ce6e94e: Pull complete [2025-06-16T03:29:53.125Z] 4f4fb700ef54: Pull complete [2025-06-16T03:29:53.125Z] 4cccf3f17d63: Pull complete [2025-06-16T03:29:56.252Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-16T03:29:56.252Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-16T03:29:56.511Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-16T03:29:57.078Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-16T03:29:58.978Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-16T03:30:01.332Z] 2d8010953d95: Pull complete [2025-06-16T03:30:01.922Z] ec743f232bc5: Pull complete [2025-06-16T03:30:01.922Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-16T03:30:01.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-16T03:30:01.922Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-16T03:30:02.265Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-16T03:30:02.265Z] WORKDIR /edgex [2025-06-16T03:30:02.265Z] COPY go.mod . [2025-06-16T03:30:02.265Z] RUN go mod download [2025-06-16T03:30:02.265Z] + docker build -t ci-base-image-arm64 -f - . [2025-06-16T03:30:02.851Z] Sending build context to Docker daemon 3.699MB [2025-06-16T03:30:02.851Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-16T03:30:02.851Z] ---> 12c1d4c06be1 [2025-06-16T03:30:02.851Z] Step 2/4 : WORKDIR /edgex [2025-06-16T03:30:03.810Z] ---> Running in accc54d6b98c [2025-06-16T03:30:03.810Z] Removing intermediate container accc54d6b98c [2025-06-16T03:30:03.810Z] ---> 2efc1f86326c [2025-06-16T03:30:03.810Z] Step 3/4 : COPY go.mod . [2025-06-16T03:30:04.242Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-16T03:30:04.391Z] ---> bdd4901d6310 [2025-06-16T03:30:04.391Z] Step 4/4 : RUN go mod download [2025-06-16T03:30:04.391Z] ---> Running in eaf561618537 [2025-06-16T03:30:06.779Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-16T03:30:08.680Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-16T03:30:11.214Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-16T03:30:12.589Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-16T03:30:13.964Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-16T03:30:14.899Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-06-16T03:30:16.819Z] $ docker stop --time=1 fe0cf5380c77f55942f9db03d4d677b8130d42738367667b35fd0dc399f1ad12 [2025-06-16T03:30:19.291Z] $ docker rm -f --volumes fe0cf5380c77f55942f9db03d4d677b8130d42738367667b35fd0dc399f1ad12 [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-16T03:30:20.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-16T03:30:20.631Z] [2025-06-16T03:30:20.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:30:20.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-16T03:30:20.934Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-16T03:30:20.934Z] 91d30c5bc195: Pulling fs layer [2025-06-16T03:30:20.934Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-16T03:30:20.934Z] 9c61dcf015f6: Pulling fs layer [2025-06-16T03:30:20.934Z] 4698f68db338: Pulling fs layer [2025-06-16T03:30:20.934Z] 2a2f49069b9e: Pulling fs layer [2025-06-16T03:30:20.934Z] e0025b399a48: Pulling fs layer [2025-06-16T03:30:20.934Z] 2a2f49069b9e: Waiting [2025-06-16T03:30:20.934Z] e0025b399a48: Waiting [2025-06-16T03:30:20.934Z] 4698f68db338: Waiting [2025-06-16T03:30:20.934Z] 91d30c5bc195: Verifying Checksum [2025-06-16T03:30:20.934Z] 91d30c5bc195: Download complete [2025-06-16T03:30:20.934Z] 4698f68db338: Verifying Checksum [2025-06-16T03:30:20.934Z] 4698f68db338: Download complete [2025-06-16T03:30:21.192Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-16T03:30:21.192Z] 2e9b0aa3be6d: Download complete [2025-06-16T03:30:21.192Z] e0025b399a48: Verifying Checksum [2025-06-16T03:30:21.192Z] e0025b399a48: Download complete [2025-06-16T03:30:21.192Z] 91d30c5bc195: Pull complete [2025-06-16T03:30:21.192Z] 2a2f49069b9e: Download complete [2025-06-16T03:30:21.450Z] 2e9b0aa3be6d: Pull complete [2025-06-16T03:30:21.708Z] 9c61dcf015f6: Verifying Checksum [2025-06-16T03:30:21.708Z] 9c61dcf015f6: Download complete [2025-06-16T03:30:24.239Z] 9c61dcf015f6: Pull complete [2025-06-16T03:30:24.239Z] 4698f68db338: Pull complete [2025-06-16T03:30:24.805Z] 2a2f49069b9e: Pull complete [2025-06-16T03:30:24.805Z] e0025b399a48: Pull complete [2025-06-16T03:30:24.805Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-16T03:30:24.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-16T03:30:24.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T03:30:24.905Z] prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container [2025-06-16T03:30:24.942Z] $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T03:30:26.032Z] $ docker top 8827ad8df12dfb5670b5764a1d1595a70fd4482ebac9cda1893a757c12c7878d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-16T03:30:26.391Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-16T03:30:28.926Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #1 transferring dockerfile: [2025-06-16T03:30:28.926Z] #1 transferring dockerfile: 1.81kB done [2025-06-16T03:30:28.926Z] #1 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #2 transferring dockerfile: 2.01kB done [2025-06-16T03:30:28.926Z] #2 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #3 transferring dockerfile: 2.14kB done [2025-06-16T03:30:28.926Z] #3 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #4 transferring dockerfile: 2.50kB done [2025-06-16T03:30:28.926Z] #4 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #5 transferring dockerfile: 2.23kB done [2025-06-16T03:30:28.926Z] #5 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #6 [support-notifications internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #6 transferring dockerfile: 2.00kB done [2025-06-16T03:30:28.926Z] #6 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #7 [core-command internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #7 transferring dockerfile: 1.94kB done [2025-06-16T03:30:28.926Z] #7 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #8 [security-spire-config internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #8 transferring dockerfile: 1.69kB done [2025-06-16T03:30:28.926Z] #8 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #9 transferring dockerfile: 2.10kB done [2025-06-16T03:30:28.926Z] #9 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #10 [core-data internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #10 transferring dockerfile: 2.04kB done [2025-06-16T03:30:28.926Z] #10 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #11 transferring dockerfile: 3.02kB done [2025-06-16T03:30:28.926Z] #11 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-16T03:30:28.926Z] #12 transferring dockerfile: 2.49kB done [2025-06-16T03:30:28.926Z] #12 DONE 0.0s [2025-06-16T03:30:28.926Z] [2025-06-16T03:30:28.926Z] #13 [security-spire-agent internal] load .dockerignore [2025-06-16T03:30:29.185Z] #13 transferring context: 50B done [2025-06-16T03:30:29.185Z] #13 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-16T03:30:29.185Z] #14 transferring dockerfile: 1.89kB done [2025-06-16T03:30:29.185Z] #14 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #15 [security-spire-server internal] load build definition from Dockerfile [2025-06-16T03:30:29.185Z] #15 transferring dockerfile: 1.70kB done [2025-06-16T03:30:29.185Z] #15 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #16 [support-scheduler internal] load build definition from Dockerfile [2025-06-16T03:30:29.185Z] #16 transferring dockerfile: 1.83kB done [2025-06-16T03:30:29.185Z] #16 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #17 [core-keeper internal] load .dockerignore [2025-06-16T03:30:29.185Z] #17 transferring context: 50B done [2025-06-16T03:30:29.185Z] #17 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #18 [security-proxy-auth internal] load .dockerignore [2025-06-16T03:30:29.185Z] #18 transferring context: 50B done [2025-06-16T03:30:29.185Z] #18 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #19 [security-proxy-setup internal] load .dockerignore [2025-06-16T03:30:29.185Z] #19 transferring context: 50B done [2025-06-16T03:30:29.185Z] #19 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-16T03:30:29.185Z] #20 transferring context: 50B done [2025-06-16T03:30:29.185Z] #20 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #21 [support-notifications internal] load .dockerignore [2025-06-16T03:30:29.185Z] #21 transferring context: 50B done [2025-06-16T03:30:29.185Z] #21 DONE 0.0s [2025-06-16T03:30:29.185Z] [2025-06-16T03:30:29.185Z] #22 [core-command internal] load .dockerignore [2025-06-16T03:30:29.443Z] #22 transferring context: 50B done [2025-06-16T03:30:29.444Z] #22 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #23 [security-spire-config internal] load .dockerignore [2025-06-16T03:30:29.444Z] #23 transferring context: 50B done [2025-06-16T03:30:29.444Z] #23 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #24 [core-metadata internal] load .dockerignore [2025-06-16T03:30:29.444Z] #24 transferring context: 50B done [2025-06-16T03:30:29.444Z] #24 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #25 [core-data internal] load .dockerignore [2025-06-16T03:30:29.444Z] #25 transferring context: 50B done [2025-06-16T03:30:29.444Z] #25 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #26 [security-bootstrapper internal] load .dockerignore [2025-06-16T03:30:29.444Z] #26 transferring context: 50B done [2025-06-16T03:30:29.444Z] #26 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #27 [security-secretstore-setup internal] load .dockerignore [2025-06-16T03:30:29.444Z] #27 transferring context: 50B done [2025-06-16T03:30:29.444Z] #27 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2025-06-16T03:30:29.444Z] #28 transferring context: 50B done [2025-06-16T03:30:29.444Z] #28 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #29 [support-scheduler internal] load .dockerignore [2025-06-16T03:30:29.444Z] #29 transferring context: 50B done [2025-06-16T03:30:29.444Z] #29 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #30 [security-spire-server internal] load .dockerignore [2025-06-16T03:30:29.444Z] #30 transferring context: 50B done [2025-06-16T03:30:29.444Z] #30 DONE 0.0s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:30:29.444Z] #31 DONE 0.1s [2025-06-16T03:30:29.444Z] [2025-06-16T03:30:29.444Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-16T03:30:29.702Z] #32 ... [2025-06-16T03:30:29.702Z] [2025-06-16T03:30:29.702Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-16T03:30:29.702Z] #33 DONE 0.0s [2025-06-16T03:30:29.702Z] [2025-06-16T03:30:29.702Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-16T03:30:29.702Z] #33 DONE 0.0s [2025-06-16T03:30:29.702Z] [2025-06-16T03:30:29.702Z] #34 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:30:29.702Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-16T03:30:29.702Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:30:29.702Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-16T03:30:29.702Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-16T03:30:29.961Z] #34 DONE 0.2s [2025-06-16T03:30:29.961Z] [2025-06-16T03:30:29.961Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-16T03:30:29.961Z] #33 DONE 0.0s [2025-06-16T03:30:29.961Z] [2025-06-16T03:30:29.961Z] #35 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:29.961Z] #35 ... [2025-06-16T03:30:29.961Z] [2025-06-16T03:30:29.961Z] #34 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:30:29.961Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-16T03:30:29.961Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:30:29.961Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-16T03:30:29.961Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-16T03:30:29.961Z] #34 DONE 0.2s [2025-06-16T03:30:29.961Z] [2025-06-16T03:30:29.961Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-16T03:30:29.961Z] #33 DONE 0.0s [2025-06-16T03:30:29.961Z] [2025-06-16T03:30:29.961Z] #35 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:30.224Z] #35 ... [2025-06-16T03:30:30.224Z] [2025-06-16T03:30:30.224Z] #34 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:30:30.224Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-16T03:30:30.224Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:30:30.224Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-16T03:30:30.224Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-16T03:30:30.224Z] #34 DONE 0.2s [2025-06-16T03:30:30.224Z] [2025-06-16T03:30:30.224Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:30:30.224Z] #31 DONE 0.5s [2025-06-16T03:30:30.224Z] [2025-06-16T03:30:30.224Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-16T03:30:30.224Z] #32 DONE 0.7s [2025-06-16T03:30:30.224Z] [2025-06-16T03:30:30.224Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-16T03:30:30.482Z] #36 ... [2025-06-16T03:30:30.482Z] [2025-06-16T03:30:30.482Z] #34 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:30:30.482Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-16T03:30:30.482Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:30:30.482Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-16T03:30:30.482Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-16T03:30:30.482Z] #34 DONE 0.3s [2025-06-16T03:30:30.482Z] [2025-06-16T03:30:30.482Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-16T03:30:30.482Z] #37 DONE 1.0s [2025-06-16T03:30:30.482Z] [2025-06-16T03:30:30.482Z] #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-16T03:30:31.056Z] #38 ... [2025-06-16T03:30:31.056Z] [2025-06-16T03:30:31.056Z] #39 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64 [2025-06-16T03:30:31.056Z] #39 DONE 1.4s [2025-06-16T03:30:31.056Z] [2025-06-16T03:30:31.056Z] #40 [security-spire-server internal] load build context [2025-06-16T03:30:31.056Z] #40 transferring context: 23.80kB 0.0s done [2025-06-16T03:30:31.056Z] #40 DONE 0.5s [2025-06-16T03:30:31.056Z] [2025-06-16T03:30:31.056Z] #41 [security-spire-config internal] load build context [2025-06-16T03:30:31.056Z] #41 transferring context: 22.05kB 0.0s done [2025-06-16T03:30:31.056Z] #41 DONE 0.6s [2025-06-16T03:30:31.056Z] [2025-06-16T03:30:31.056Z] #42 [security-spire-agent internal] load build context [2025-06-16T03:30:31.056Z] #42 transferring context: 23.33kB 0.0s done [2025-06-16T03:30:31.056Z] #42 DONE 0.5s [2025-06-16T03:30:31.056Z] [2025-06-16T03:30:31.056Z] #43 [security-proxy-auth builder 2/8] WORKDIR /edgex-go [2025-06-16T03:30:35.241Z] #43 DONE 3.5s [2025-06-16T03:30:35.241Z] [2025-06-16T03:30:35.241Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:30:35.241Z] #44 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-06-16T03:30:35.241Z] #44 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-16T03:30:35.241Z] #44 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-16T03:30:35.241Z] #44 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-16T03:30:35.241Z] #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-16T03:30:35.241Z] #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-16T03:30:35.241Z] #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-06-16T03:30:35.241Z] #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-16T03:30:35.241Z] #44 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.5s done [2025-06-16T03:30:35.241Z] #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-16T03:30:35.241Z] #44 ... [2025-06-16T03:30:35.241Z] [2025-06-16T03:30:35.241Z] #45 [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-16T03:30:35.241Z] #45 DONE 5.4s [2025-06-16T03:30:35.241Z] [2025-06-16T03:30:35.241Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:30:35.241Z] #44 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-16T03:30:35.539Z] #44 ... [2025-06-16T03:30:35.539Z] [2025-06-16T03:30:35.539Z] #46 [core-keeper internal] load build context [2025-06-16T03:30:35.539Z] #46 ... [2025-06-16T03:30:35.539Z] [2025-06-16T03:30:35.539Z] #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:39.911Z] #47 ... [2025-06-16T03:30:39.911Z] [2025-06-16T03:30:39.911Z] #48 [support-notifications internal] load build context [2025-06-16T03:30:39.911Z] #48 transferring context: 331.68MB 9.9s [2025-06-16T03:30:40.214Z] #48 ... [2025-06-16T03:30:40.214Z] [2025-06-16T03:30:40.214Z] #49 [core-data internal] load build context [2025-06-16T03:30:40.214Z] #49 ... [2025-06-16T03:30:40.214Z] [2025-06-16T03:30:40.214Z] #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:40.214Z] #0 2.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.214Z] #0 2.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.214Z] #0 3.259 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:40.214Z] #0 3.270 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:40.214Z] #0 3.285 OK: 8 MiB in 15 packages [2025-06-16T03:30:40.214Z] #50 ... [2025-06-16T03:30:40.214Z] [2025-06-16T03:30:40.214Z] #51 [security-proxy-setup internal] load build context [2025-06-16T03:30:40.471Z] #51 ... [2025-06-16T03:30:40.471Z] [2025-06-16T03:30:40.471Z] #52 [security-bootstrapper internal] load build context [2025-06-16T03:30:40.471Z] #52 ... [2025-06-16T03:30:40.471Z] [2025-06-16T03:30:40.471Z] #53 [core-metadata internal] load build context [2025-06-16T03:30:40.471Z] #53 ... [2025-06-16T03:30:40.471Z] [2025-06-16T03:30:40.471Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-16T03:30:40.471Z] #0 1.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.471Z] #0 3.712 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.471Z] #0 3.988 (1/4) Installing ca-certificates (20241121-r1) [2025-06-16T03:30:40.471Z] #0 4.009 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:40.471Z] #0 4.014 (3/4) Installing su-exec (0.2-r3) [2025-06-16T03:30:40.471Z] #0 4.015 (4/4) Installing yq-go (4.44.1-r2) [2025-06-16T03:30:40.471Z] #0 4.093 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:40.471Z] #0 4.102 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:30:40.471Z] #0 4.137 OK: 19 MiB in 18 packages [2025-06-16T03:30:40.728Z] #54 ... [2025-06-16T03:30:40.728Z] [2025-06-16T03:30:40.728Z] #55 [security-proxy-auth internal] load build context [2025-06-16T03:30:40.728Z] #55 ... [2025-06-16T03:30:40.728Z] [2025-06-16T03:30:40.728Z] #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-16T03:30:40.987Z] #56 ... [2025-06-16T03:30:40.987Z] [2025-06-16T03:30:40.987Z] #35 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:40.987Z] #35 0.817 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.987Z] #35 3.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.987Z] #35 3.725 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:40.987Z] #35 3.729 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:40.987Z] #35 3.733 OK: 8 MiB in 15 packages [2025-06-16T03:30:40.987Z] #35 ... [2025-06-16T03:30:40.987Z] [2025-06-16T03:30:40.987Z] #57 [security-spiffe-token-provider internal] load build context [2025-06-16T03:30:40.987Z] #57 ... [2025-06-16T03:30:40.987Z] [2025-06-16T03:30:40.987Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-16T03:30:40.987Z] #0 4.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.987Z] #0 4.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:40.987Z] #0 4.899 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:40.987Z] #0 4.917 (2/2) Installing su-exec (0.2-r3) [2025-06-16T03:30:40.987Z] #0 4.917 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:40.987Z] #0 4.925 OK: 8 MiB in 16 packages [2025-06-16T03:30:41.243Z] #58 ... [2025-06-16T03:30:41.243Z] [2025-06-16T03:30:41.243Z] #35 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:41.243Z] #35 DONE 11.3s [2025-06-16T03:30:41.243Z] [2025-06-16T03:30:41.243Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:30:41.243Z] #59 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-06-16T03:30:41.243Z] #59 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-16T03:30:41.243Z] #59 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-16T03:30:41.243Z] #59 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-16T03:30:41.243Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-16T03:30:41.243Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-16T03:30:41.243Z] #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-16T03:30:41.243Z] #59 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.6s done [2025-06-16T03:30:41.243Z] #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.5s done [2025-06-16T03:30:41.243Z] #59 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-16T03:30:41.243Z] #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.9s [2025-06-16T03:30:41.243Z] #59 ... [2025-06-16T03:30:41.243Z] [2025-06-16T03:30:41.243Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-16T03:30:41.243Z] #0 1.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.243Z] #0 4.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.243Z] #0 4.428 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:41.243Z] #0 4.433 (2/4) Installing openssl (3.3.3-r0) [2025-06-16T03:30:41.243Z] #0 4.445 (3/4) Installing su-exec (0.2-r3) [2025-06-16T03:30:41.243Z] #0 4.446 (4/4) Installing yq-go (4.44.1-r2) [2025-06-16T03:30:41.243Z] #0 4.509 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:41.243Z] #0 4.513 OK: 19 MiB in 18 packages [2025-06-16T03:30:41.243Z] #60 DONE 11.4s [2025-06-16T03:30:41.243Z] [2025-06-16T03:30:41.243Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:30:41.243Z] #59 ... [2025-06-16T03:30:41.243Z] [2025-06-16T03:30:41.243Z] #61 [support-scheduler internal] load build context [2025-06-16T03:30:41.502Z] #61 ... [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-16T03:30:41.502Z] #54 DONE 11.4s [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:41.502Z] #50 DONE 11.4s [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #61 [support-scheduler internal] load build context [2025-06-16T03:30:41.502Z] #61 ... [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #62 [core-command internal] load build context [2025-06-16T03:30:41.502Z] #62 ... [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-16T03:30:41.502Z] #0 0.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.502Z] #0 3.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.502Z] #0 3.541 (1/7) Installing ca-certificates (20241121-r1) [2025-06-16T03:30:41.502Z] #0 3.559 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:41.502Z] #0 3.565 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-16T03:30:41.502Z] #0 3.572 (4/7) Installing libsodium (1.0.19-r0) [2025-06-16T03:30:41.502Z] #0 3.583 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-16T03:30:41.502Z] #0 3.603 (6/7) Installing libzmq (4.3.5-r2) [2025-06-16T03:30:41.502Z] #0 3.616 (7/7) Installing zeromq (4.3.5-r2) [2025-06-16T03:30:41.502Z] #0 3.619 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:41.502Z] #0 3.630 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:30:41.502Z] #0 3.679 OK: 12 MiB in 21 packages [2025-06-16T03:30:41.502Z] #63 DONE 11.6s [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-16T03:30:41.502Z] #58 DONE 11.5s [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #62 [core-command internal] load build context [2025-06-16T03:30:41.502Z] #62 ... [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-16T03:30:41.502Z] #64 ... [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-16T03:30:41.502Z] #38 3.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.502Z] #38 4.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.502Z] #38 4.349 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:30:41.502Z] #38 4.349 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:30:41.502Z] #38 4.349 OK: 24171 distinct packages available [2025-06-16T03:30:41.502Z] #38 4.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.502Z] #38 4.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:41.502Z] #38 4.809 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:41.502Z] #38 4.909 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-16T03:30:41.502Z] #38 4.909 (3/4) Installing libucontext (1.2-r3) [2025-06-16T03:30:41.502Z] #38 4.909 (4/4) Installing gcompat (1.1.0-r4) [2025-06-16T03:30:41.502Z] #38 4.913 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:41.502Z] #38 4.921 OK: 8 MiB in 18 packages [2025-06-16T03:30:41.502Z] #38 DONE 10.9s [2025-06-16T03:30:41.502Z] [2025-06-16T03:30:41.502Z] #65 [core-common-config-bootstrapper internal] load build context [2025-06-16T03:30:41.764Z] #65 ... [2025-06-16T03:30:41.764Z] [2025-06-16T03:30:41.764Z] #66 [security-secretstore-setup internal] load build context [2025-06-16T03:30:41.764Z] #66 ... [2025-06-16T03:30:41.764Z] [2025-06-16T03:30:41.764Z] #65 [core-common-config-bootstrapper internal] load build context [2025-06-16T03:30:42.021Z] #65 ... [2025-06-16T03:30:42.021Z] [2025-06-16T03:30:42.021Z] #62 [core-command internal] load build context [2025-06-16T03:30:42.021Z] #62 transferring context: 507.80MB 11.9s done [2025-06-16T03:30:42.021Z] #62 DONE 12.2s [2025-06-16T03:30:42.021Z] [2025-06-16T03:30:42.021Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:30:42.021Z] #44 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.5s [2025-06-16T03:30:42.956Z] #44 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.4s done [2025-06-16T03:30:44.939Z] #44 ... [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-16T03:30:44.939Z] #67 ... [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #49 [core-data internal] load build context [2025-06-16T03:30:44.939Z] #49 transferring context: 507.80MB 12.6s done [2025-06-16T03:30:44.939Z] #49 DONE 14.8s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-16T03:30:44.939Z] #0 9.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 9.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 9.425 OK: 248 MiB in 58 packages [2025-06-16T03:30:44.939Z] #68 DONE 10.2s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #36 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-16T03:30:44.939Z] #36 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #36 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #36 11.30 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:30:44.939Z] #36 11.30 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:30:44.939Z] #36 11.30 OK: 24171 distinct packages available [2025-06-16T03:30:44.939Z] #36 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #36 11.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #36 11.71 (1/14) Installing ca-certificates (20241121-r1) [2025-06-16T03:30:44.939Z] #36 11.73 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-16T03:30:44.939Z] #36 11.75 (3/14) Installing c-ares (1.33.1-r0) [2025-06-16T03:30:44.939Z] #36 11.76 (4/14) Installing libunistring (1.2-r0) [2025-06-16T03:30:44.939Z] #36 11.78 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-16T03:30:44.939Z] #36 11.79 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-16T03:30:44.939Z] #36 11.79 (7/14) Installing libpsl (0.21.5-r1) [2025-06-16T03:30:44.939Z] #36 11.79 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-16T03:30:44.939Z] #36 11.81 (9/14) Installing libcurl (8.12.1-r0) [2025-06-16T03:30:44.939Z] #36 11.82 (10/14) Installing curl (8.12.1-r0) [2025-06-16T03:30:44.939Z] #36 11.82 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:44.939Z] #36 11.83 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-16T03:30:44.939Z] #36 11.84 (13/14) Installing libucontext (1.2-r3) [2025-06-16T03:30:44.939Z] #36 11.84 (14/14) Installing gcompat (1.1.0-r4) [2025-06-16T03:30:44.939Z] #36 11.85 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:44.939Z] #36 11.86 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:30:44.939Z] #36 11.90 OK: 13 MiB in 28 packages [2025-06-16T03:30:44.939Z] #36 DONE 14.4s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #56 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-16T03:30:44.939Z] #56 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #56 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #56 11.80 (1/3) Installing ca-certificates (20241121-r1) [2025-06-16T03:30:44.939Z] #56 11.82 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:44.939Z] #56 11.82 (3/3) Installing tzdata (2025b-r0) [2025-06-16T03:30:44.939Z] #56 11.87 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:44.939Z] #56 11.90 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:30:44.939Z] #56 11.97 OK: 10 MiB in 17 packages [2025-06-16T03:30:44.939Z] #56 DONE 14.5s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #61 [support-scheduler internal] load build context [2025-06-16T03:30:44.939Z] #61 transferring context: 507.80MB 12.5s done [2025-06-16T03:30:44.939Z] #61 DONE 14.6s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-16T03:30:44.939Z] #0 8.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 8.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 9.192 OK: 248 MiB in 58 packages [2025-06-16T03:30:44.939Z] #69 DONE 10.2s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-16T03:30:44.939Z] #0 8.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 8.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 8.549 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:30:44.939Z] #0 8.549 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:30:44.939Z] #0 8.549 OK: 24171 distinct packages available [2025-06-16T03:30:44.939Z] #0 8.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 8.766 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #0 9.140 OK: 248 MiB in 58 packages [2025-06-16T03:30:44.939Z] #70 DONE 10.2s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #52 [security-bootstrapper internal] load build context [2025-06-16T03:30:44.939Z] #52 transferring context: 507.80MB 13.0s done [2025-06-16T03:30:44.939Z] #52 DONE 14.9s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #46 [core-keeper internal] load build context [2025-06-16T03:30:44.939Z] #46 transferring context: 507.80MB 13.5s done [2025-06-16T03:30:44.939Z] #46 DONE 15.2s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #66 [security-secretstore-setup internal] load build context [2025-06-16T03:30:44.939Z] #66 transferring context: 507.80MB 13.5s done [2025-06-16T03:30:44.939Z] #66 DONE 14.9s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-16T03:30:44.939Z] #64 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #64 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #64 11.75 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:30:44.939Z] #64 11.75 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:30:44.939Z] #64 11.75 OK: 24171 distinct packages available [2025-06-16T03:30:44.939Z] #64 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #64 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:44.939Z] #64 12.17 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:44.939Z] #64 12.18 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-16T03:30:44.939Z] #64 12.18 (3/5) Installing libucontext (1.2-r3) [2025-06-16T03:30:44.939Z] #64 12.19 (4/5) Installing gcompat (1.1.0-r4) [2025-06-16T03:30:44.939Z] #64 12.19 (5/5) Installing openssl (3.3.3-r0) [2025-06-16T03:30:44.939Z] #64 12.21 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:44.939Z] #64 12.22 OK: 9 MiB in 19 packages [2025-06-16T03:30:44.939Z] #64 DONE 14.3s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #71 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:30:44.939Z] #71 ... [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #57 [security-spiffe-token-provider internal] load build context [2025-06-16T03:30:44.939Z] #57 transferring context: 507.80MB 13.4s done [2025-06-16T03:30:44.939Z] #57 DONE 14.7s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #65 [core-common-config-bootstrapper internal] load build context [2025-06-16T03:30:44.939Z] #65 transferring context: 507.80MB 14.0s done [2025-06-16T03:30:44.939Z] #65 DONE 15.1s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #53 [core-metadata internal] load build context [2025-06-16T03:30:44.939Z] #53 transferring context: 507.80MB 14.2s done [2025-06-16T03:30:44.939Z] #53 DONE 15.1s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #55 [security-proxy-auth internal] load build context [2025-06-16T03:30:44.939Z] #55 transferring context: 507.80MB 14.1s done [2025-06-16T03:30:44.939Z] #55 DONE 15.2s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #48 [support-notifications internal] load build context [2025-06-16T03:30:44.939Z] #48 transferring context: 507.80MB 14.6s done [2025-06-16T03:30:44.939Z] #48 DONE 15.2s [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-16T03:30:44.939Z] #72 ... [2025-06-16T03:30:44.939Z] [2025-06-16T03:30:44.939Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-16T03:30:45.212Z] #73 ... [2025-06-16T03:30:45.212Z] [2025-06-16T03:30:45.212Z] #71 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:30:45.212Z] #71 DONE 0.3s [2025-06-16T03:30:45.212Z] [2025-06-16T03:30:45.212Z] #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:30:45.212Z] #74 DONE 0.3s [2025-06-16T03:30:45.212Z] [2025-06-16T03:30:45.212Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:30:45.212Z] #75 DONE 0.3s [2025-06-16T03:30:45.212Z] [2025-06-16T03:30:45.212Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:30:45.807Z] #44 ... [2025-06-16T03:30:45.807Z] [2025-06-16T03:30:45.807Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-16T03:30:45.807Z] #67 DONE 11.2s [2025-06-16T03:30:45.807Z] [2025-06-16T03:30:45.807Z] #51 [security-proxy-setup internal] load build context [2025-06-16T03:30:45.807Z] #51 transferring context: 507.80MB 16.0s done [2025-06-16T03:30:45.807Z] #51 DONE 16.1s [2025-06-16T03:30:45.807Z] [2025-06-16T03:30:45.807Z] #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-16T03:30:45.807Z] #73 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:45.807Z] #73 10.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:45.807Z] #73 11.15 OK: 248 MiB in 58 packages [2025-06-16T03:30:45.807Z] #73 DONE 11.3s [2025-06-16T03:30:45.807Z] [2025-06-16T03:30:45.807Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:30:45.807Z] #76 DONE 0.1s [2025-06-16T03:30:45.807Z] [2025-06-16T03:30:45.807Z] #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-16T03:30:45.807Z] #72 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:45.807Z] #72 11.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.091Z] #72 11.59 OK: 248 MiB in 58 packages [2025-06-16T03:30:46.377Z] #72 DONE 11.8s [2025-06-16T03:30:46.377Z] [2025-06-16T03:30:46.377Z] #77 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-16T03:30:46.377Z] #0 4.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.377Z] #0 4.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.377Z] #0 4.938 OK: 8 MiB in 15 packages [2025-06-16T03:30:46.377Z] #77 DONE 5.1s [2025-06-16T03:30:46.377Z] [2025-06-16T03:30:46.377Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:30:46.377Z] #78 DONE 0.1s [2025-06-16T03:30:46.377Z] [2025-06-16T03:30:46.377Z] #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:46.377Z] #47 10.39 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.975Z] #47 ... [2025-06-16T03:30:46.975Z] [2025-06-16T03:30:46.975Z] #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:30:46.975Z] #0 4.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.975Z] #0 4.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.975Z] #0 5.193 OK: 8 MiB in 15 packages [2025-06-16T03:30:46.975Z] #79 DONE 5.3s [2025-06-16T03:30:46.975Z] [2025-06-16T03:30:46.975Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-16T03:30:46.975Z] #0 4.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.975Z] #0 5.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:46.975Z] #0 5.344 OK: 19 MiB in 18 packages [2025-06-16T03:30:46.975Z] #80 DONE 5.4s [2025-06-16T03:30:46.975Z] [2025-06-16T03:30:46.975Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:30:47.254Z] #81 ... [2025-06-16T03:30:47.254Z] [2025-06-16T03:30:47.254Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-16T03:30:47.254Z] #0 5.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.254Z] #0 5.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.254Z] #0 5.594 OK: 8 MiB in 18 packages [2025-06-16T03:30:47.254Z] #82 DONE 5.7s [2025-06-16T03:30:47.254Z] [2025-06-16T03:30:47.254Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-16T03:30:47.254Z] #0 4.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.254Z] #0 5.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.254Z] #0 5.859 OK: 19 MiB in 18 packages [2025-06-16T03:30:47.254Z] #83 DONE 6.0s [2025-06-16T03:30:47.254Z] [2025-06-16T03:30:47.254Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-16T03:30:47.254Z] #84 DONE 0.1s [2025-06-16T03:30:47.254Z] [2025-06-16T03:30:47.254Z] #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:30:47.822Z] #85 DONE 0.5s [2025-06-16T03:30:47.822Z] [2025-06-16T03:30:47.822Z] #86 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-16T03:30:47.822Z] #0 5.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.822Z] #0 5.473 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.822Z] #0 5.839 OK: 8 MiB in 16 packages [2025-06-16T03:30:47.822Z] #86 DONE 6.3s [2025-06-16T03:30:47.822Z] [2025-06-16T03:30:47.822Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-16T03:30:47.822Z] #0 2.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.822Z] #0 2.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:47.822Z] #0 3.034 OK: 9 MiB in 19 packages [2025-06-16T03:30:47.822Z] #87 DONE 3.2s [2025-06-16T03:30:47.822Z] [2025-06-16T03:30:47.822Z] #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-16T03:30:48.420Z] #88 DONE 0.4s [2025-06-16T03:30:48.420Z] [2025-06-16T03:30:48.420Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:30:48.420Z] #0 2.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:48.420Z] #0 2.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:48.420Z] #0 3.051 OK: 10 MiB in 17 packages [2025-06-16T03:30:48.420Z] #89 DONE 3.5s [2025-06-16T03:30:48.420Z] [2025-06-16T03:30:48.420Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:30:48.420Z] #90 DONE 0.4s [2025-06-16T03:30:48.420Z] [2025-06-16T03:30:48.420Z] #91 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-16T03:30:48.420Z] #91 DONE 0.1s [2025-06-16T03:30:48.420Z] [2025-06-16T03:30:48.420Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-16T03:30:48.420Z] #92 DONE 0.5s [2025-06-16T03:30:48.420Z] [2025-06-16T03:30:48.420Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:30:48.680Z] #93 ... [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-16T03:30:48.680Z] #94 DONE 0.1s [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #95 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-16T03:30:48.680Z] #95 DONE 0.4s [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #96 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:30:48.680Z] #0 5.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:48.680Z] #0 6.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:48.680Z] #0 7.120 OK: 12 MiB in 21 packages [2025-06-16T03:30:48.680Z] #96 DONE 7.2s [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:30:48.680Z] #93 DONE 0.5s [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-16T03:30:48.680Z] #97 ... [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-16T03:30:48.680Z] #98 DONE 0.4s [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #99 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:30:48.680Z] #0 2.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:48.680Z] #0 3.554 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:48.680Z] #0 3.903 OK: 13 MiB in 28 packages [2025-06-16T03:30:48.680Z] #99 DONE 4.1s [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #100 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-16T03:30:48.680Z] #100 DONE 0.1s [2025-06-16T03:30:48.680Z] [2025-06-16T03:30:48.680Z] #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-16T03:30:48.680Z] #101 DONE 0.1s [2025-06-16T03:30:48.937Z] [2025-06-16T03:30:48.937Z] #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-16T03:30:48.937Z] #102 DONE 0.1s [2025-06-16T03:30:48.937Z] [2025-06-16T03:30:48.937Z] #103 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-16T03:30:48.938Z] #103 DONE 0.1s [2025-06-16T03:30:48.938Z] [2025-06-16T03:30:48.938Z] #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-16T03:30:48.938Z] #97 DONE 0.1s [2025-06-16T03:30:48.938Z] [2025-06-16T03:30:48.938Z] #104 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-16T03:30:48.938Z] #104 DONE 0.1s [2025-06-16T03:30:48.938Z] [2025-06-16T03:30:48.938Z] #105 [security-spire-config] exporting to image [2025-06-16T03:30:48.938Z] #105 exporting layers [2025-06-16T03:30:48.938Z] #105 ... [2025-06-16T03:30:48.938Z] [2025-06-16T03:30:48.938Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-16T03:30:48.938Z] #106 DONE 0.1s [2025-06-16T03:30:48.938Z] [2025-06-16T03:30:48.938Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-16T03:30:48.938Z] #107 DONE 0.1s [2025-06-16T03:30:48.938Z] [2025-06-16T03:30:48.938Z] #105 [security-spire-server] exporting to image [2025-06-16T03:30:49.195Z] #105 ... [2025-06-16T03:30:49.195Z] [2025-06-16T03:30:49.195Z] #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-16T03:30:49.195Z] #108 DONE 0.1s [2025-06-16T03:30:49.195Z] [2025-06-16T03:30:49.195Z] #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-16T03:30:49.195Z] #109 DONE 0.0s [2025-06-16T03:30:49.195Z] [2025-06-16T03:30:49.195Z] #105 [security-spire-agent] exporting to image [2025-06-16T03:30:49.761Z] #105 ... [2025-06-16T03:30:49.761Z] [2025-06-16T03:30:49.761Z] #110 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-16T03:30:49.761Z] #110 DONE 2.0s [2025-06-16T03:30:49.761Z] [2025-06-16T03:30:49.761Z] #111 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-16T03:30:49.761Z] #111 DONE 0.0s [2025-06-16T03:30:50.019Z] [2025-06-16T03:30:50.019Z] #105 [security-spire-config] exporting to image [2025-06-16T03:30:50.019Z] #105 exporting layers 1.0s done [2025-06-16T03:30:50.019Z] #105 writing image sha256:b65f97bafe1789bafa777f41350ae9e587ae69deac79156dd6695e815bd7467e 0.0s done [2025-06-16T03:30:50.019Z] #105 naming to docker.io/library/security-spire-server done [2025-06-16T03:30:50.019Z] #105 writing image sha256:3f95c0ec4f57f9f71432f43c8b58fa6233de9b1eb2e71f836f9a419d972fb887 done [2025-06-16T03:30:50.019Z] #105 naming to docker.io/library/security-spire-config done [2025-06-16T03:30:50.019Z] #105 exporting layers 0.8s done [2025-06-16T03:30:50.019Z] #105 writing image sha256:8a0517c65c3604ed66c9fc89ac6483f604ec20577050bf926ed50018a2f85c43 done [2025-06-16T03:30:50.019Z] #105 naming to docker.io/library/security-spire-agent done [2025-06-16T03:30:50.019Z] #105 DONE 1.2s [2025-06-16T03:30:50.019Z] [2025-06-16T03:30:50.019Z] #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-16T03:30:50.019Z] #0 3.005 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:51.926Z] #112 ... [2025-06-16T03:30:51.926Z] [2025-06-16T03:30:51.926Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:30:51.926Z] #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.3s done [2025-06-16T03:30:52.492Z] #59 ... [2025-06-16T03:30:52.492Z] [2025-06-16T03:30:52.492Z] #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:52.492Z] #47 16.86 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:55.774Z] #47 ... [2025-06-16T03:30:55.774Z] [2025-06-16T03:30:55.774Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:30:55.774Z] #113 ... [2025-06-16T03:30:55.774Z] [2025-06-16T03:30:55.774Z] #114 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:30:55.774Z] #114 ... [2025-06-16T03:30:55.774Z] [2025-06-16T03:30:55.774Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:30:55.774Z] #115 ... [2025-06-16T03:30:55.774Z] [2025-06-16T03:30:55.774Z] #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-16T03:30:55.774Z] #112 7.476 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-16T03:30:56.033Z] #112 ... [2025-06-16T03:30:56.033Z] [2025-06-16T03:30:56.033Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:30:56.033Z] #116 ... [2025-06-16T03:30:56.033Z] [2025-06-16T03:30:56.033Z] #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:30:56.033Z] #47 20.27 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-16T03:30:57.938Z] #47 21.76 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:30:57.938Z] #47 21.76 OK: 8 MiB in 15 packages [2025-06-16T03:31:02.124Z] #47 ... [2025-06-16T03:31:02.125Z] [2025-06-16T03:31:02.125Z] #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-16T03:31:02.125Z] #112 10.80 OK: 248 MiB in 58 packages [2025-06-16T03:31:02.125Z] #112 DONE 16.6s [2025-06-16T03:31:02.382Z] [2025-06-16T03:31:02.382Z] #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-16T03:31:07.651Z] #117 ... [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #47 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:31:07.651Z] #47 DONE 31.3s [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:07.651Z] #113 DONE 21.7s [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:07.651Z] #81 DONE 20.4s [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:07.651Z] #116 DONE 20.9s [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:07.651Z] #115 DONE 21.8s [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #114 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:07.651Z] #114 DONE 21.8s [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-16T03:31:07.651Z] #117 DONE 4.5s [2025-06-16T03:31:07.651Z] [2025-06-16T03:31:07.651Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:12.245Z] Removing intermediate container eaf561618537 [2025-06-16T03:31:12.246Z] ---> a7f4cbf0b2c5 [2025-06-16T03:31:12.246Z] Successfully built a7f4cbf0b2c5 [2025-06-16T03:31:12.246Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:31:12.601Z] + docker inspect -f . ci-base-image-arm64 [2025-06-16T03:31:12.601Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T03:31:12.828Z] prd-ubuntu20.04-docker-arm64-4c-16g-3367 does not seem to be running inside a container [2025-06-16T03:31:12.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T03:31:12.919Z] #118 ... [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #119 [core-command builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #119 DONE 5.7s [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #120 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:31:12.919Z] #120 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #121 [core-metadata builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #121 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #122 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:12.919Z] #122 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #123 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:12.919Z] #123 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:31:12.919Z] #124 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #125 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #126 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:31:12.919Z] #126 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #127 [core-data builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #127 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:12.919Z] #128 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #129 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #129 DONE 5.8s [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:12.919Z] #130 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:31:12.919Z] #131 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #132 [security-proxy-auth builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #132 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #133 [support-notifications builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #133 DONE 5.8s [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #134 [support-scheduler builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #134 DONE 5.8s [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #135 [security-bootstrapper builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #135 DONE 5.8s [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:31:12.919Z] #136 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #137 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:12.919Z] #137 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #138 [security-secretstore-setup builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #138 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:31:12.919Z] #139 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #140 [security-proxy-setup builder 6/7] COPY . . [2025-06-16T03:31:12.919Z] #140 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:12.919Z] #141 CACHED [2025-06-16T03:31:12.919Z] [2025-06-16T03:31:12.919Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-16T03:31:13.858Z] #142 1.015 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-16T03:31:14.148Z] $ docker top 3346a8839778108f990e231f5be1786fddd200f2b579a7588c39a89f3a2260f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-16T03:31:14.974Z] + go version [2025-06-16T03:31:14.975Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-16T03:31:15.002Z] $ docker stop --time=1 3346a8839778108f990e231f5be1786fddd200f2b579a7588c39a89f3a2260f4 [2025-06-16T03:31:16.604Z] $ docker rm -f --volumes 3346a8839778108f990e231f5be1786fddd200f2b579a7588c39a89f3a2260f4 [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-16T03:31:17.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-16T03:31:17.274Z] [2025-06-16T03:31:17.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:31:17.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-16T03:31:17.618Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-16T03:31:17.618Z] 547446be3368: Pulling fs layer [2025-06-16T03:31:17.618Z] d125d8839a47: Pulling fs layer [2025-06-16T03:31:17.618Z] 3e85d5ac6304: Pulling fs layer [2025-06-16T03:31:17.618Z] c3105a71a48b: Pulling fs layer [2025-06-16T03:31:17.618Z] 0f093f025ec4: Pulling fs layer [2025-06-16T03:31:17.618Z] c3106fc0e877: Pulling fs layer [2025-06-16T03:31:17.618Z] c3105a71a48b: Waiting [2025-06-16T03:31:17.618Z] 0f093f025ec4: Waiting [2025-06-16T03:31:17.618Z] c3106fc0e877: Waiting [2025-06-16T03:31:17.885Z] 547446be3368: Verifying Checksum [2025-06-16T03:31:17.885Z] 547446be3368: Download complete [2025-06-16T03:31:17.885Z] c3105a71a48b: Verifying Checksum [2025-06-16T03:31:17.885Z] c3105a71a48b: Download complete [2025-06-16T03:31:18.165Z] d125d8839a47: Verifying Checksum [2025-06-16T03:31:18.165Z] d125d8839a47: Download complete [2025-06-16T03:31:18.433Z] c3106fc0e877: Verifying Checksum [2025-06-16T03:31:18.433Z] c3106fc0e877: Download complete [2025-06-16T03:31:18.433Z] 0f093f025ec4: Verifying Checksum [2025-06-16T03:31:18.433Z] 0f093f025ec4: Download complete [2025-06-16T03:31:18.699Z] 547446be3368: Pull complete [2025-06-16T03:31:19.656Z] d125d8839a47: Pull complete [2025-06-16T03:31:20.242Z] 3e85d5ac6304: Verifying Checksum [2025-06-16T03:31:20.242Z] 3e85d5ac6304: Download complete [2025-06-16T03:31:23.823Z] #142 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T03:31:23.823Z] #0 0.564 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-16T03:31:23.823Z] #143 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T03:31:23.823Z] #0 1.379 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-16T03:31:23.823Z] #144 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T03:31:23.823Z] #0 1.274 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-16T03:31:23.823Z] #145 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T03:31:23.823Z] #0 1.245 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-16T03:31:23.823Z] #146 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T03:31:23.823Z] #0 1.249 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-16T03:31:23.823Z] #147 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-16T03:31:23.823Z] #0 0.903 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-16T03:31:23.823Z] #148 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T03:31:23.823Z] #0 0.684 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-16T03:31:23.823Z] #149 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #150 [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-16T03:31:23.823Z] #0 1.102 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-16T03:31:23.823Z] #150 ... [2025-06-16T03:31:23.823Z] [2025-06-16T03:31:23.823Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-16T03:31:23.823Z] #0 0.976 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-16T03:31:24.080Z] #151 ... [2025-06-16T03:31:24.080Z] [2025-06-16T03:31:24.080Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-16T03:31:24.080Z] #0 0.687 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-16T03:31:30.320Z] 3e85d5ac6304: Pull complete [2025-06-16T03:31:30.320Z] c3105a71a48b: Pull complete [2025-06-16T03:31:31.278Z] 0f093f025ec4: Pull complete [2025-06-16T03:31:31.543Z] c3106fc0e877: Pull complete [2025-06-16T03:31:31.543Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-16T03:31:31.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-16T03:31:31.543Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T03:31:31.744Z] prd-ubuntu20.04-docker-arm64-4c-16g-3367 does not seem to be running inside a container [2025-06-16T03:31:31.811Z] $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T03:31:33.857Z] $ docker top f9fce6a4d47b8de1d3a24f25bb94ab93487a3af487eb903d53db38456028097b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-16T03:31:34.682Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-16T03:31:38.935Z] #152 ... [2025-06-16T03:31:38.935Z] [2025-06-16T03:31:38.935Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:31:38.935Z] #118 DONE 32.2s [2025-06-16T03:31:39.193Z] [2025-06-16T03:31:39.193Z] #153 [core-keeper builder 7/8] COPY . . [2025-06-16T03:31:41.089Z] #153 DONE 1.7s [2025-06-16T03:31:41.089Z] [2025-06-16T03:31:41.089Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-16T03:31:41.353Z] #154 0.544 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-16T03:31:44.751Z] #1 [support-notifications internal] load build definition from Dockerfile [2025-06-16T03:31:44.751Z] #1 transferring dockerfile: [2025-06-16T03:31:44.751Z] #1 transferring dockerfile: 2.00kB done [2025-06-16T03:31:44.751Z] #1 DONE 0.1s [2025-06-16T03:31:44.751Z] [2025-06-16T03:31:44.751Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2025-06-16T03:31:44.751Z] #2 transferring dockerfile: 1.81kB done [2025-06-16T03:31:44.751Z] #2 DONE 0.1s [2025-06-16T03:31:44.751Z] [2025-06-16T03:31:44.751Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-16T03:31:44.751Z] #3 transferring dockerfile: 1.89kB 0.0s done [2025-06-16T03:31:44.751Z] #3 DONE 0.1s [2025-06-16T03:31:44.751Z] [2025-06-16T03:31:44.751Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-06-16T03:31:44.751Z] #4 transferring dockerfile: 1.69kB done [2025-06-16T03:31:44.751Z] #4 DONE 0.1s [2025-06-16T03:31:44.751Z] [2025-06-16T03:31:44.751Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-16T03:31:44.751Z] #5 transferring dockerfile: 2.49kB 0.0s done [2025-06-16T03:31:44.751Z] #5 DONE 0.1s [2025-06-16T03:31:44.751Z] [2025-06-16T03:31:44.752Z] #6 [support-scheduler internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #6 transferring dockerfile: 1.83kB done [2025-06-16T03:31:44.752Z] #6 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #7 [core-data internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #7 transferring dockerfile: 2.04kB done [2025-06-16T03:31:44.752Z] #7 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #8 transferring dockerfile: 2.50kB 0.0s done [2025-06-16T03:31:44.752Z] #8 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #9 transferring dockerfile: 2.14kB 0.0s done [2025-06-16T03:31:44.752Z] #9 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #10 [core-keeper internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #10 transferring dockerfile: 2.01kB done [2025-06-16T03:31:44.752Z] #10 DONE 0.0s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #11 [security-spire-server internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #11 transferring dockerfile: 1.70kB 0.0s done [2025-06-16T03:31:44.752Z] #11 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #12 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #12 transferring dockerfile: 3.02kB done [2025-06-16T03:31:44.752Z] #12 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #13 [core-command internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #13 transferring dockerfile: 1.94kB done [2025-06-16T03:31:44.752Z] #13 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #14 [core-metadata internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #14 transferring dockerfile: 2.10kB done [2025-06-16T03:31:44.752Z] #14 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-16T03:31:44.752Z] #15 transferring dockerfile: 2.23kB done [2025-06-16T03:31:44.752Z] #15 DONE 0.1s [2025-06-16T03:31:44.752Z] [2025-06-16T03:31:44.752Z] #16 [support-notifications internal] load .dockerignore [2025-06-16T03:31:44.752Z] #16 transferring context: [2025-06-16T03:31:45.019Z] #16 transferring context: 50B done [2025-06-16T03:31:45.019Z] #16 DONE 0.1s [2025-06-16T03:31:45.604Z] [2025-06-16T03:31:45.604Z] #17 [security-spire-agent internal] load .dockerignore [2025-06-16T03:31:45.604Z] #17 transferring context: 50B 0.0s done [2025-06-16T03:31:45.604Z] #17 DONE 0.0s [2025-06-16T03:31:45.604Z] [2025-06-16T03:31:45.604Z] #18 [security-spiffe-token-provider internal] load .dockerignore [2025-06-16T03:31:45.604Z] #18 transferring context: 50B done [2025-06-16T03:31:45.604Z] #18 DONE 0.1s [2025-06-16T03:31:45.604Z] [2025-06-16T03:31:45.604Z] #19 [security-spire-config internal] load .dockerignore [2025-06-16T03:31:45.604Z] #19 transferring context: 50B done [2025-06-16T03:31:45.604Z] #19 DONE 0.0s [2025-06-16T03:31:45.872Z] [2025-06-16T03:31:45.872Z] #20 [security-secretstore-setup internal] load .dockerignore [2025-06-16T03:31:45.872Z] #20 transferring context: 50B done [2025-06-16T03:31:45.872Z] #20 DONE 0.1s [2025-06-16T03:31:45.872Z] [2025-06-16T03:31:45.872Z] #21 [support-scheduler internal] load .dockerignore [2025-06-16T03:31:45.872Z] #21 transferring context: 50B done [2025-06-16T03:31:45.872Z] #21 DONE 0.0s [2025-06-16T03:31:45.872Z] [2025-06-16T03:31:45.872Z] #22 [core-data internal] load .dockerignore [2025-06-16T03:31:45.872Z] #22 transferring context: 50B done [2025-06-16T03:31:45.872Z] #22 DONE 0.0s [2025-06-16T03:31:45.872Z] [2025-06-16T03:31:45.872Z] #23 [security-proxy-setup internal] load .dockerignore [2025-06-16T03:31:45.872Z] #23 transferring context: 50B done [2025-06-16T03:31:46.143Z] #23 DONE 0.0s [2025-06-16T03:31:46.143Z] [2025-06-16T03:31:46.143Z] #24 [security-proxy-auth internal] load .dockerignore [2025-06-16T03:31:46.143Z] #24 transferring context: 50B done [2025-06-16T03:31:46.143Z] #24 DONE 0.1s [2025-06-16T03:31:46.143Z] [2025-06-16T03:31:46.143Z] #25 [core-keeper internal] load .dockerignore [2025-06-16T03:31:46.143Z] #25 transferring context: 50B 0.0s done [2025-06-16T03:31:46.143Z] #25 DONE 0.1s [2025-06-16T03:31:46.143Z] [2025-06-16T03:31:46.143Z] #26 [security-spire-server internal] load .dockerignore [2025-06-16T03:31:46.143Z] #26 transferring context: 50B done [2025-06-16T03:31:46.143Z] #26 DONE 0.1s [2025-06-16T03:31:46.143Z] [2025-06-16T03:31:46.143Z] #27 [security-bootstrapper internal] load .dockerignore [2025-06-16T03:31:46.143Z] #27 transferring context: 50B done [2025-06-16T03:31:46.143Z] #27 DONE 0.1s [2025-06-16T03:31:46.143Z] [2025-06-16T03:31:46.143Z] #28 [core-command internal] load .dockerignore [2025-06-16T03:31:46.144Z] #28 transferring context: 50B done [2025-06-16T03:31:46.144Z] #28 DONE 0.1s [2025-06-16T03:31:46.415Z] [2025-06-16T03:31:46.415Z] #29 [core-metadata internal] load .dockerignore [2025-06-16T03:31:46.415Z] #29 transferring context: 50B done [2025-06-16T03:31:46.415Z] #29 DONE 0.1s [2025-06-16T03:31:46.415Z] [2025-06-16T03:31:46.415Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-16T03:31:46.415Z] #30 transferring context: 50B 0.0s done [2025-06-16T03:31:46.415Z] #30 DONE 0.1s [2025-06-16T03:31:46.415Z] [2025-06-16T03:31:46.415Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:46.415Z] #31 DONE 0.0s [2025-06-16T03:31:46.415Z] [2025-06-16T03:31:46.415Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:47.086Z] #32 DONE 0.6s [2025-06-16T03:31:47.086Z] [2025-06-16T03:31:47.086Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:31:47.086Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:47.086Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:47.086Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:47.086Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:47.374Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:47.374Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:47.374Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:47.374Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:47.374Z] #33 DONE 0.4s [2025-06-16T03:31:47.374Z] [2025-06-16T03:31:47.374Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:47.374Z] #31 DONE 0.0s [2025-06-16T03:31:47.374Z] [2025-06-16T03:31:47.374Z] #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-16T03:31:47.652Z] #34 ... [2025-06-16T03:31:47.652Z] [2025-06-16T03:31:47.652Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:47.652Z] #31 DONE 0.0s [2025-06-16T03:31:47.652Z] [2025-06-16T03:31:47.652Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:47.652Z] #31 DONE 0.0s [2025-06-16T03:31:47.652Z] [2025-06-16T03:31:47.652Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:31:47.652Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:47.652Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:47.652Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:47.652Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:47.652Z] #33 DONE 0.5s [2025-06-16T03:31:47.652Z] [2025-06-16T03:31:47.652Z] #35 [security-secretstore-setup internal] load build context [2025-06-16T03:31:47.950Z] #35 ... [2025-06-16T03:31:47.950Z] [2025-06-16T03:31:47.950Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:47.950Z] #31 DONE 0.0s [2025-06-16T03:31:47.950Z] [2025-06-16T03:31:47.950Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:47.950Z] #31 DONE 0.0s [2025-06-16T03:31:47.950Z] [2025-06-16T03:31:47.950Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:48.233Z] #32 ... [2025-06-16T03:31:48.233Z] [2025-06-16T03:31:48.233Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:48.233Z] #31 DONE 0.0s [2025-06-16T03:31:48.233Z] [2025-06-16T03:31:48.233Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:48.233Z] #32 ... [2025-06-16T03:31:48.233Z] [2025-06-16T03:31:48.233Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:48.233Z] #31 DONE 0.0s [2025-06-16T03:31:48.233Z] [2025-06-16T03:31:48.233Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:48.233Z] #32 ... [2025-06-16T03:31:48.233Z] [2025-06-16T03:31:48.233Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:31:48.233Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:48.233Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:48.233Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:48.233Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:48.233Z] #33 DONE 0.6s [2025-06-16T03:31:48.233Z] [2025-06-16T03:31:48.233Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:48.506Z] #32 ... [2025-06-16T03:31:48.506Z] [2025-06-16T03:31:48.506Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:48.506Z] #31 DONE 0.0s [2025-06-16T03:31:48.506Z] [2025-06-16T03:31:48.506Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:48.788Z] #32 ... [2025-06-16T03:31:48.788Z] [2025-06-16T03:31:48.788Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:48.788Z] #31 DONE 0.0s [2025-06-16T03:31:48.788Z] [2025-06-16T03:31:48.788Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:49.054Z] #32 ... [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:31:49.054Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:49.054Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:49.054Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:49.054Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:49.054Z] #33 DONE 0.6s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:49.054Z] #31 DONE 0.0s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-16T03:31:49.054Z] #36 DONE 1.6s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-16T03:31:49.054Z] #37 DONE 1.7s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:49.054Z] #32 ... [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:31:49.054Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:49.054Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:49.054Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:49.054Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:49.054Z] #33 DONE 0.6s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-16T03:31:49.054Z] #31 DONE 0.1s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-16T03:31:49.054Z] #32 DONE 1.9s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:31:49.054Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:49.054Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:49.054Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:49.054Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:49.054Z] #33 DONE 0.7s [2025-06-16T03:31:49.054Z] [2025-06-16T03:31:49.054Z] #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-16T03:31:49.323Z] #38 ... [2025-06-16T03:31:49.323Z] [2025-06-16T03:31:49.323Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-16T03:31:49.323Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-16T03:31:49.323Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-16T03:31:49.323Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-16T03:31:49.323Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-16T03:31:49.323Z] #33 DONE 0.7s [2025-06-16T03:31:49.323Z] [2025-06-16T03:31:49.323Z] #39 [security-spire-server internal] load build context [2025-06-16T03:31:49.323Z] #39 DONE 0.0s [2025-06-16T03:31:49.323Z] [2025-06-16T03:31:49.323Z] #40 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-16T03:31:49.589Z] #40 ... [2025-06-16T03:31:49.589Z] [2025-06-16T03:31:49.589Z] #41 [support-notifications internal] load build context [2025-06-16T03:31:49.589Z] #41 transferring context: 3.22MB 1.2s done [2025-06-16T03:31:49.589Z] #41 DONE 2.4s [2025-06-16T03:31:49.856Z] [2025-06-16T03:31:49.856Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:49.856Z] #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.6s done [2025-06-16T03:31:49.856Z] #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-16T03:31:49.856Z] #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-16T03:31:49.856Z] #42 ... [2025-06-16T03:31:49.856Z] [2025-06-16T03:31:49.856Z] #43 [security-spiffe-token-provider internal] load build context [2025-06-16T03:31:49.856Z] #43 transferring context: 3.22MB 1.4s done [2025-06-16T03:31:49.856Z] #43 DONE 2.5s [2025-06-16T03:31:50.122Z] [2025-06-16T03:31:50.122Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:31:50.122Z] #44 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.5s done [2025-06-16T03:31:50.122Z] #44 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-16T03:31:50.122Z] #44 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-16T03:31:50.389Z] #44 ... [2025-06-16T03:31:50.389Z] [2025-06-16T03:31:50.389Z] #35 [security-secretstore-setup internal] load build context [2025-06-16T03:31:50.389Z] #35 transferring context: 3.22MB 1.3s done [2025-06-16T03:31:50.389Z] #35 DONE 2.5s [2025-06-16T03:31:50.389Z] [2025-06-16T03:31:50.389Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:50.389Z] #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-16T03:31:51.792Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 1.0s [2025-06-16T03:31:51.793Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.2s [2025-06-16T03:31:51.793Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.2s [2025-06-16T03:31:51.793Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.2s [2025-06-16T03:31:51.793Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.3s done [2025-06-16T03:31:52.059Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.5s [2025-06-16T03:31:52.059Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done [2025-06-16T03:31:52.326Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done [2025-06-16T03:31:52.326Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-06-16T03:31:52.591Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.8s done [2025-06-16T03:31:52.591Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done [2025-06-16T03:31:53.174Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.7s [2025-06-16T03:31:55.755Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 5.3s [2025-06-16T03:31:56.023Z] #42 ... [2025-06-16T03:31:56.023Z] [2025-06-16T03:31:56.023Z] #39 [security-spire-server internal] load build context [2025-06-16T03:31:56.023Z] #39 transferring context: 23.80kB 1.1s done [2025-06-16T03:31:56.023Z] #39 DONE 6.7s [2025-06-16T03:31:56.023Z] [2025-06-16T03:31:56.023Z] #45 [security-spire-agent internal] load build context [2025-06-16T03:31:56.023Z] #45 transferring context: 23.33kB 0.7s done [2025-06-16T03:31:56.023Z] #45 DONE 6.9s [2025-06-16T03:31:56.023Z] [2025-06-16T03:31:56.023Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:56.023Z] #42 ... [2025-06-16T03:31:56.023Z] [2025-06-16T03:31:56.023Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:31:56.023Z] #44 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-16T03:31:56.023Z] #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done [2025-06-16T03:31:56.023Z] #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.5s done [2025-06-16T03:31:56.023Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 5.5s [2025-06-16T03:31:56.023Z] #44 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 4.9s done [2025-06-16T03:31:56.289Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.96MB / 14.28MB 5.7s [2025-06-16T03:31:56.289Z] #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-16T03:31:56.289Z] #44 ... [2025-06-16T03:31:56.289Z] [2025-06-16T03:31:56.289Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:56.289Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 5.9s [2025-06-16T03:31:56.289Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-16T03:31:56.558Z] #42 ... [2025-06-16T03:31:56.558Z] [2025-06-16T03:31:56.558Z] #46 [security-spire-config internal] load build context [2025-06-16T03:31:56.558Z] #46 transferring context: 22.05kB 0.8s done [2025-06-16T03:31:56.558Z] #46 DONE 7.6s [2025-06-16T03:31:56.558Z] [2025-06-16T03:31:56.558Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:57.138Z] #42 ... [2025-06-16T03:31:57.139Z] [2025-06-16T03:31:57.139Z] #47 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-16T03:31:57.139Z] #47 ... [2025-06-16T03:31:57.139Z] [2025-06-16T03:31:57.139Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:31:57.139Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 6.6s [2025-06-16T03:31:57.720Z] #44 ... [2025-06-16T03:31:57.720Z] [2025-06-16T03:31:57.720Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-16T03:31:57.720Z] #0 6.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:31:57.720Z] #0 7.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:31:57.720Z] #48 ... [2025-06-16T03:31:57.720Z] [2025-06-16T03:31:57.720Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:57.720Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 7.2s [2025-06-16T03:31:57.985Z] #42 ... [2025-06-16T03:31:57.985Z] [2025-06-16T03:31:57.985Z] #47 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-16T03:31:57.985Z] #47 DONE 11.6s [2025-06-16T03:31:57.985Z] [2025-06-16T03:31:57.985Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:57.985Z] #42 ... [2025-06-16T03:31:57.985Z] [2025-06-16T03:31:57.985Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-16T03:31:57.985Z] #0 8.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:31:57.985Z] #0 9.291 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:31:57.985Z] #49 ... [2025-06-16T03:31:57.985Z] [2025-06-16T03:31:57.985Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:58.253Z] #42 ... [2025-06-16T03:31:58.253Z] [2025-06-16T03:31:58.253Z] #50 [security-proxy-setup internal] load build context [2025-06-16T03:31:58.253Z] #50 transferring context: 2.56MB 8.6s [2025-06-16T03:31:58.253Z] #50 ... [2025-06-16T03:31:58.253Z] [2025-06-16T03:31:58.253Z] #51 [security-proxy-auth internal] load build context [2025-06-16T03:31:58.253Z] #51 transferring context: 3.22MB 8.2s done [2025-06-16T03:31:58.253Z] #51 DONE 10.1s [2025-06-16T03:31:58.253Z] [2025-06-16T03:31:58.253Z] #52 [core-data internal] load build context [2025-06-16T03:31:58.253Z] #52 transferring context: 3.22MB 8.3s done [2025-06-16T03:31:58.521Z] #52 ... [2025-06-16T03:31:58.521Z] [2025-06-16T03:31:58.521Z] #53 [support-scheduler internal] load build context [2025-06-16T03:31:58.521Z] #53 transferring context: 3.22MB 8.5s done [2025-06-16T03:31:58.521Z] #53 ... [2025-06-16T03:31:58.521Z] [2025-06-16T03:31:58.521Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:31:58.521Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 8.0s [2025-06-16T03:31:58.788Z] #42 ... [2025-06-16T03:31:58.788Z] [2025-06-16T03:31:58.788Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-16T03:31:58.788Z] #54 ... [2025-06-16T03:31:58.788Z] [2025-06-16T03:31:58.788Z] #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-16T03:31:59.063Z] #55 ... [2025-06-16T03:31:59.063Z] [2025-06-16T03:31:59.063Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-16T03:31:59.063Z] #56 ... [2025-06-16T03:31:59.063Z] [2025-06-16T03:31:59.063Z] #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-16T03:31:59.063Z] #0 7.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:31:59.063Z] #0 8.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:31:59.338Z] #57 ... [2025-06-16T03:31:59.339Z] [2025-06-16T03:31:59.339Z] #58 [core-command internal] load build context [2025-06-16T03:31:59.339Z] #58 ... [2025-06-16T03:31:59.339Z] [2025-06-16T03:31:59.339Z] #59 [core-common-config-bootstrapper internal] load build context [2025-06-16T03:31:59.339Z] #59 ... [2025-06-16T03:31:59.339Z] [2025-06-16T03:31:59.339Z] #52 [core-data internal] load build context [2025-06-16T03:31:59.339Z] #52 DONE 11.2s [2025-06-16T03:31:59.339Z] [2025-06-16T03:31:59.339Z] #59 [core-common-config-bootstrapper internal] load build context [2025-06-16T03:31:59.339Z] #59 ... [2025-06-16T03:31:59.339Z] [2025-06-16T03:31:59.339Z] #60 [security-bootstrapper internal] load build context [2025-06-16T03:31:59.618Z] #60 ... [2025-06-16T03:31:59.618Z] [2025-06-16T03:31:59.618Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-16T03:31:59.618Z] #61 ... [2025-06-16T03:31:59.618Z] [2025-06-16T03:31:59.618Z] #53 [support-scheduler internal] load build context [2025-06-16T03:31:59.618Z] #53 DONE 11.3s [2025-06-16T03:31:59.618Z] [2025-06-16T03:31:59.618Z] #62 [core-keeper internal] load build context [2025-06-16T03:31:59.888Z] #62 ... [2025-06-16T03:31:59.888Z] [2025-06-16T03:31:59.888Z] #63 [core-metadata internal] load build context [2025-06-16T03:31:59.888Z] #63 ... [2025-06-16T03:31:59.888Z] [2025-06-16T03:31:59.888Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-16T03:32:00.177Z] #64 ... [2025-06-16T03:32:00.177Z] [2025-06-16T03:32:00.178Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:00.178Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 9.6s [2025-06-16T03:32:00.178Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-16T03:32:00.178Z] #42 ... [2025-06-16T03:32:00.178Z] [2025-06-16T03:32:00.178Z] #50 [security-proxy-setup internal] load build context [2025-06-16T03:32:00.178Z] #50 transferring context: 3.22MB 10.3s done [2025-06-16T03:32:00.178Z] #50 DONE 11.8s [2025-06-16T03:32:00.178Z] [2025-06-16T03:32:00.178Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:00.786Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.58MB / 33.17MB 10.2s [2025-06-16T03:32:00.786Z] #42 ... [2025-06-16T03:32:00.786Z] [2025-06-16T03:32:00.786Z] #65 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-06-16T03:32:00.786Z] #65 DONE 3.5s [2025-06-16T03:32:00.786Z] [2025-06-16T03:32:00.786Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:01.388Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 10.8s [2025-06-16T03:32:01.388Z] #42 ... [2025-06-16T03:32:01.388Z] [2025-06-16T03:32:01.388Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-16T03:32:01.388Z] #61 DONE 11.9s [2025-06-16T03:32:01.388Z] [2025-06-16T03:32:01.388Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:01.658Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 11.3s [2025-06-16T03:32:02.245Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 11.7s [2025-06-16T03:32:02.604Z] #42 ... [2025-06-16T03:32:02.604Z] [2025-06-16T03:32:02.604Z] #59 [core-common-config-bootstrapper internal] load build context [2025-06-16T03:32:02.604Z] #59 transferring context: 3.22MB 9.2s done [2025-06-16T03:32:02.604Z] #59 DONE 13.2s [2025-06-16T03:32:02.604Z] [2025-06-16T03:32:02.604Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:02.604Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 12.0s [2025-06-16T03:32:02.604Z] #42 ... [2025-06-16T03:32:02.604Z] [2025-06-16T03:32:02.604Z] #62 [core-keeper internal] load build context [2025-06-16T03:32:02.604Z] #62 transferring context: 3.22MB 9.2s done [2025-06-16T03:32:02.604Z] #62 DONE 13.5s [2025-06-16T03:32:02.604Z] [2025-06-16T03:32:02.604Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:02.875Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 12.4s [2025-06-16T03:32:02.875Z] #42 ... [2025-06-16T03:32:02.875Z] [2025-06-16T03:32:02.875Z] #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-16T03:32:02.875Z] #34 6.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:02.875Z] #34 7.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:02.875Z] #34 9.753 (1/7) Installing ca-certificates (20241121-r1) [2025-06-16T03:32:02.875Z] #34 10.03 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:02.875Z] #34 10.03 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-16T03:32:02.875Z] #34 10.03 (4/7) Installing libsodium (1.0.19-r0) [2025-06-16T03:32:02.875Z] #34 10.10 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-16T03:32:02.875Z] #34 10.30 (6/7) Installing libzmq (4.3.5-r2) [2025-06-16T03:32:02.875Z] #34 10.43 (7/7) Installing zeromq (4.3.5-r2) [2025-06-16T03:32:02.875Z] #34 10.56 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:02.875Z] #34 10.85 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:32:02.875Z] #34 11.95 OK: 14 MiB in 21 packages [2025-06-16T03:32:02.875Z] #34 DONE 15.4s [2025-06-16T03:32:02.875Z] [2025-06-16T03:32:02.875Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:03.143Z] #42 ... [2025-06-16T03:32:03.144Z] [2025-06-16T03:32:03.144Z] #60 [security-bootstrapper internal] load build context [2025-06-16T03:32:03.144Z] #60 transferring context: 3.22MB 10.1s done [2025-06-16T03:32:03.144Z] #60 DONE 13.7s [2025-06-16T03:32:03.144Z] [2025-06-16T03:32:03.144Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:03.144Z] #42 ... [2025-06-16T03:32:03.144Z] [2025-06-16T03:32:03.144Z] #63 [core-metadata internal] load build context [2025-06-16T03:32:03.144Z] #63 transferring context: 3.22MB 10.2s done [2025-06-16T03:32:03.144Z] #63 DONE 14.0s [2025-06-16T03:32:03.144Z] [2025-06-16T03:32:03.144Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:03.412Z] #42 ... [2025-06-16T03:32:03.412Z] [2025-06-16T03:32:03.412Z] #58 [core-command internal] load build context [2025-06-16T03:32:03.412Z] #58 transferring context: 3.22MB 10.3s done [2025-06-16T03:32:03.412Z] #58 DONE 14.0s [2025-06-16T03:32:03.412Z] [2025-06-16T03:32:03.412Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:03.412Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 13.0s [2025-06-16T03:32:03.683Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.3s [2025-06-16T03:32:03.952Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.4s done [2025-06-16T03:32:06.546Z] #42 ... [2025-06-16T03:32:06.546Z] [2025-06-16T03:32:06.546Z] #40 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-16T03:32:06.546Z] #40 7.483 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:06.546Z] #40 8.459 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:06.546Z] #40 15.68 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:32:06.546Z] #40 15.68 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:32:06.546Z] #40 15.68 OK: 24049 distinct packages available [2025-06-16T03:32:06.546Z] #40 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:06.814Z] #40 ... [2025-06-16T03:32:06.814Z] [2025-06-16T03:32:06.814Z] #57 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:06.814Z] #57 15.39 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:06.814Z] #57 15.49 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:06.814Z] #57 15.63 OK: 9 MiB in 15 packages [2025-06-16T03:32:06.814Z] #57 DONE 17.9s [2025-06-16T03:32:06.814Z] [2025-06-16T03:32:06.814Z] #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-16T03:32:07.780Z] #66 ... [2025-06-16T03:32:07.780Z] [2025-06-16T03:32:07.780Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:32:07.780Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.2s done [2025-06-16T03:32:07.780Z] #44 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-16T03:32:07.780Z] #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.3s [2025-06-16T03:32:07.780Z] #44 ... [2025-06-16T03:32:07.780Z] [2025-06-16T03:32:07.780Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:07.780Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.3s [2025-06-16T03:32:08.047Z] #42 ... [2025-06-16T03:32:08.047Z] [2025-06-16T03:32:08.047Z] #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-16T03:32:08.047Z] #38 8.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:08.047Z] #38 10.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:08.315Z] #38 ... [2025-06-16T03:32:08.316Z] [2025-06-16T03:32:08.316Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-16T03:32:08.316Z] #48 10.58 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:32:08.316Z] #48 10.58 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:32:08.316Z] #48 10.58 OK: 24049 distinct packages available [2025-06-16T03:32:08.316Z] #48 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:08.316Z] #48 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:08.316Z] #48 ... [2025-06-16T03:32:08.316Z] [2025-06-16T03:32:08.316Z] #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-16T03:32:08.316Z] #38 19.19 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:32:08.316Z] #38 19.19 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:32:08.316Z] #38 19.19 OK: 24049 distinct packages available [2025-06-16T03:32:08.903Z] #38 ... [2025-06-16T03:32:08.903Z] [2025-06-16T03:32:08.903Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-16T03:32:08.903Z] #54 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:08.903Z] #54 12.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:09.171Z] #54 ... [2025-06-16T03:32:09.171Z] [2025-06-16T03:32:09.171Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:09.438Z] #42 ... [2025-06-16T03:32:09.438Z] [2025-06-16T03:32:09.438Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:09.438Z] #56 10.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:09.438Z] #56 12.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:09.438Z] #56 20.50 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:09.438Z] #56 20.52 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:09.438Z] #56 20.61 OK: 9 MiB in 15 packages [2025-06-16T03:32:09.708Z] #56 ... [2025-06-16T03:32:09.708Z] [2025-06-16T03:32:09.708Z] #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-16T03:32:09.708Z] #38 20.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:10.304Z] #38 ... [2025-06-16T03:32:10.304Z] [2025-06-16T03:32:10.304Z] #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-16T03:32:10.304Z] #55 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:10.304Z] #55 13.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:10.304Z] #55 20.60 (1/3) Installing ca-certificates (20241121-r1) [2025-06-16T03:32:10.304Z] #55 20.98 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:10.304Z] #55 21.02 (3/3) Installing tzdata (2025b-r0) [2025-06-16T03:32:10.578Z] #55 ... [2025-06-16T03:32:10.578Z] [2025-06-16T03:32:10.578Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-16T03:32:10.578Z] #54 21.80 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:10.578Z] #54 21.82 (2/4) Installing openssl (3.3.3-r0) [2025-06-16T03:32:10.578Z] #54 22.04 (3/4) Installing su-exec (0.2-r3) [2025-06-16T03:32:10.847Z] #54 ... [2025-06-16T03:32:10.847Z] [2025-06-16T03:32:10.847Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-16T03:32:10.847Z] #49 17.49 (1/4) Installing ca-certificates (20241121-r1) [2025-06-16T03:32:10.847Z] #49 18.09 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:10.847Z] #49 18.14 (3/4) Installing su-exec (0.2-r3) [2025-06-16T03:32:10.847Z] #49 18.16 (4/4) Installing yq-go (4.44.1-r2) [2025-06-16T03:32:10.847Z] #49 19.43 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:10.847Z] #49 19.55 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:32:10.847Z] #49 20.31 OK: 20 MiB in 18 packages [2025-06-16T03:32:10.847Z] #49 DONE 22.8s [2025-06-16T03:32:10.847Z] [2025-06-16T03:32:10.847Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-16T03:32:10.847Z] #54 22.06 (4/4) Installing yq-go (4.44.1-r2) [2025-06-16T03:32:10.847Z] #54 ... [2025-06-16T03:32:10.847Z] [2025-06-16T03:32:10.847Z] #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-16T03:32:10.847Z] #67 ... [2025-06-16T03:32:10.847Z] [2025-06-16T03:32:10.847Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-16T03:32:11.120Z] #68 ... [2025-06-16T03:32:11.120Z] [2025-06-16T03:32:11.120Z] #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-16T03:32:11.120Z] #69 ... [2025-06-16T03:32:11.120Z] [2025-06-16T03:32:11.120Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:11.120Z] #56 DONE 22.3s [2025-06-16T03:32:11.120Z] [2025-06-16T03:32:11.120Z] #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-16T03:32:11.395Z] #70 ... [2025-06-16T03:32:11.395Z] [2025-06-16T03:32:11.395Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-16T03:32:11.395Z] #71 ... [2025-06-16T03:32:11.395Z] [2025-06-16T03:32:11.395Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-16T03:32:11.682Z] #72 ... [2025-06-16T03:32:11.682Z] [2025-06-16T03:32:11.682Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-16T03:32:11.682Z] #71 10.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:11.964Z] #71 ... [2025-06-16T03:32:11.964Z] [2025-06-16T03:32:11.964Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-16T03:32:11.964Z] #68 DONE 11.1s [2025-06-16T03:32:11.964Z] [2025-06-16T03:32:11.964Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-16T03:32:11.964Z] #64 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:11.964Z] #64 14.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:11.964Z] #64 ... [2025-06-16T03:32:11.964Z] [2025-06-16T03:32:11.965Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:11.965Z] #73 ... [2025-06-16T03:32:11.965Z] [2025-06-16T03:32:11.965Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-16T03:32:11.965Z] #54 23.33 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:11.965Z] #54 23.46 OK: 20 MiB in 18 packages [2025-06-16T03:32:12.938Z] #54 ... [2025-06-16T03:32:12.938Z] [2025-06-16T03:32:12.938Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:13.208Z] #74 ... [2025-06-16T03:32:13.208Z] [2025-06-16T03:32:13.208Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-16T03:32:13.208Z] #64 23.60 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:13.208Z] #64 23.64 (2/2) Installing su-exec (0.2-r3) [2025-06-16T03:32:13.208Z] #64 23.65 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:13.485Z] #64 23.89 OK: 9 MiB in 16 packages [2025-06-16T03:32:13.755Z] #64 ... [2025-06-16T03:32:13.755Z] [2025-06-16T03:32:13.755Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-16T03:32:13.755Z] #54 DONE 25.1s [2025-06-16T03:32:14.024Z] [2025-06-16T03:32:14.024Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:14.024Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.2s [2025-06-16T03:32:14.617Z] #42 ... [2025-06-16T03:32:14.617Z] [2025-06-16T03:32:14.617Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-16T03:32:14.617Z] #64 DONE 25.2s [2025-06-16T03:32:14.891Z] [2025-06-16T03:32:14.891Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:32:14.891Z] #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.3s [2025-06-16T03:32:14.891Z] #44 ... [2025-06-16T03:32:14.891Z] [2025-06-16T03:32:14.891Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-16T03:32:15.512Z] #75 ... [2025-06-16T03:32:15.512Z] [2025-06-16T03:32:15.512Z] #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-16T03:32:15.512Z] #55 22.06 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:15.512Z] #55 22.14 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:32:15.512Z] #55 23.36 OK: 11 MiB in 17 packages [2025-06-16T03:32:15.512Z] #55 DONE 26.7s [2025-06-16T03:32:15.512Z] [2025-06-16T03:32:15.512Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-16T03:32:15.512Z] #48 23.13 (1/14) Installing ca-certificates (20241121-r1) [2025-06-16T03:32:15.512Z] #48 23.82 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-16T03:32:15.512Z] #48 23.86 (3/14) Installing c-ares (1.33.1-r0) [2025-06-16T03:32:15.512Z] #48 23.86 (4/14) Installing libunistring (1.2-r0) [2025-06-16T03:32:15.512Z] #48 23.99 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-16T03:32:15.512Z] #48 24.01 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-16T03:32:15.512Z] #48 24.04 (7/14) Installing libpsl (0.21.5-r1) [2025-06-16T03:32:15.512Z] #48 24.05 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-16T03:32:15.512Z] #48 24.18 (9/14) Installing libcurl (8.12.1-r0) [2025-06-16T03:32:15.512Z] #48 24.28 (10/14) Installing curl (8.12.1-r0) [2025-06-16T03:32:15.512Z] #48 24.72 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:15.512Z] #48 24.75 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-16T03:32:15.512Z] #48 24.77 (13/14) Installing libucontext (1.2-r3) [2025-06-16T03:32:15.512Z] #48 24.79 (14/14) Installing gcompat (1.1.0-r4) [2025-06-16T03:32:15.512Z] #48 24.83 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:15.512Z] #48 25.04 Executing ca-certificates-20241121-r1.trigger [2025-06-16T03:32:15.512Z] #48 26.24 OK: 15 MiB in 28 packages [2025-06-16T03:32:15.512Z] #48 DONE 28.1s [2025-06-16T03:32:15.512Z] [2025-06-16T03:32:15.512Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:16.941Z] #76 ... [2025-06-16T03:32:16.941Z] [2025-06-16T03:32:16.941Z] #40 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-16T03:32:16.941Z] #40 18.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:16.941Z] #40 25.24 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:16.941Z] #40 25.27 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-16T03:32:16.941Z] #40 25.28 (3/5) Installing libucontext (1.2-r3) [2025-06-16T03:32:16.941Z] #40 25.34 (4/5) Installing gcompat (1.1.0-r4) [2025-06-16T03:32:16.941Z] #40 25.37 (5/5) Installing openssl (3.3.3-r0) [2025-06-16T03:32:16.941Z] #40 25.51 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:16.941Z] #40 25.79 OK: 10 MiB in 19 packages [2025-06-16T03:32:16.941Z] #40 DONE 27.6s [2025-06-16T03:32:16.941Z] [2025-06-16T03:32:16.941Z] #77 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-06-16T03:32:18.943Z] #77 ... [2025-06-16T03:32:18.943Z] [2025-06-16T03:32:18.943Z] #38 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-16T03:32:18.943Z] #38 21.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:18.943Z] #38 27.48 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:18.943Z] #38 27.52 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-16T03:32:18.943Z] #38 27.55 (3/4) Installing libucontext (1.2-r3) [2025-06-16T03:32:18.943Z] #38 27.55 (4/4) Installing gcompat (1.1.0-r4) [2025-06-16T03:32:18.944Z] #38 27.58 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:18.944Z] #38 27.71 OK: 9 MiB in 18 packages [2025-06-16T03:32:18.944Z] #38 DONE 29.7s [2025-06-16T03:32:18.944Z] [2025-06-16T03:32:18.944Z] #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-16T03:32:18.944Z] #66 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:19.908Z] #66 ... [2025-06-16T03:32:19.908Z] [2025-06-16T03:32:19.908Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-16T03:32:19.908Z] #71 12.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:19.908Z] #71 18.34 OK: 239 MiB in 58 packages [2025-06-16T03:32:19.908Z] #71 DONE 19.1s [2025-06-16T03:32:19.908Z] [2025-06-16T03:32:19.908Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:32:20.910Z] #78 ... [2025-06-16T03:32:20.910Z] [2025-06-16T03:32:20.910Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-16T03:32:20.910Z] #79 ... [2025-06-16T03:32:20.910Z] [2025-06-16T03:32:20.910Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:32:20.910Z] #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 18.5s [2025-06-16T03:32:21.181Z] #44 ... [2025-06-16T03:32:21.181Z] [2025-06-16T03:32:21.181Z] #67 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-16T03:32:21.181Z] #67 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:21.181Z] #67 13.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:21.181Z] #67 19.57 OK: 239 MiB in 58 packages [2025-06-16T03:32:21.181Z] #67 DONE 20.4s [2025-06-16T03:32:21.181Z] [2025-06-16T03:32:21.181Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:32:21.181Z] #44 ... [2025-06-16T03:32:21.181Z] [2025-06-16T03:32:21.181Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:21.181Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.6s [2025-06-16T03:32:21.181Z] #42 ... [2025-06-16T03:32:21.181Z] [2025-06-16T03:32:21.181Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:21.449Z] #80 ... [2025-06-16T03:32:21.449Z] [2025-06-16T03:32:21.449Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:32:22.032Z] #81 ... [2025-06-16T03:32:22.032Z] [2025-06-16T03:32:22.032Z] #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-16T03:32:22.032Z] #82 ... [2025-06-16T03:32:22.032Z] [2025-06-16T03:32:22.032Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:32:22.300Z] #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.9s done [2025-06-16T03:32:22.300Z] #44 ... [2025-06-16T03:32:22.300Z] [2025-06-16T03:32:22.300Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:32:22.300Z] #78 DONE 2.5s [2025-06-16T03:32:22.567Z] [2025-06-16T03:32:22.567Z] #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:22.567Z] #83 ... [2025-06-16T03:32:22.567Z] [2025-06-16T03:32:22.567Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:32:22.567Z] #81 DONE 1.5s [2025-06-16T03:32:22.834Z] [2025-06-16T03:32:22.834Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:23.419Z] #84 ... [2025-06-16T03:32:23.419Z] [2025-06-16T03:32:23.419Z] #69 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-06-16T03:32:23.419Z] #69 14.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:23.419Z] #69 15.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:23.419Z] #69 21.28 OK: 239 MiB in 58 packages [2025-06-16T03:32:23.419Z] #69 DONE 22.7s [2025-06-16T03:32:23.419Z] [2025-06-16T03:32:23.419Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:24.004Z] #42 ... [2025-06-16T03:32:24.004Z] [2025-06-16T03:32:24.004Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-16T03:32:24.004Z] #85 ... [2025-06-16T03:32:24.004Z] [2025-06-16T03:32:24.004Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:32:24.004Z] #44 DONE 35.0s [2025-06-16T03:32:24.004Z] [2025-06-16T03:32:24.004Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:24.965Z] #42 ... [2025-06-16T03:32:24.965Z] [2025-06-16T03:32:24.965Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:24.965Z] #74 14.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:24.965Z] #74 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:24.965Z] #74 20.82 OK: 14 MiB in 21 packages [2025-06-16T03:32:24.965Z] #74 DONE 21.9s [2025-06-16T03:32:24.965Z] [2025-06-16T03:32:24.965Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:25.929Z] #42 ... [2025-06-16T03:32:25.929Z] [2025-06-16T03:32:25.929Z] #86 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:32:25.929Z] #86 DONE 2.4s [2025-06-16T03:32:25.929Z] [2025-06-16T03:32:25.929Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:25.929Z] #42 ... [2025-06-16T03:32:25.929Z] [2025-06-16T03:32:25.929Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:25.929Z] #87 ... [2025-06-16T03:32:25.929Z] [2025-06-16T03:32:25.929Z] #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:27.342Z] #88 ... [2025-06-16T03:32:27.342Z] [2025-06-16T03:32:27.342Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:27.342Z] #73 15.53 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.342Z] #73 18.90 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.612Z] #73 ... [2025-06-16T03:32:27.612Z] [2025-06-16T03:32:27.612Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-16T03:32:27.612Z] #70 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.612Z] #70 19.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.612Z] #70 24.70 OK: 239 MiB in 58 packages [2025-06-16T03:32:27.612Z] #70 DONE 26.8s [2025-06-16T03:32:27.612Z] [2025-06-16T03:32:27.612Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:27.612Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.9s [2025-06-16T03:32:27.612Z] #42 ... [2025-06-16T03:32:27.612Z] [2025-06-16T03:32:27.612Z] #66 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-06-16T03:32:27.612Z] #66 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.612Z] #66 19.39 OK: 9 MiB in 15 packages [2025-06-16T03:32:27.612Z] #66 DONE 21.0s [2025-06-16T03:32:27.612Z] [2025-06-16T03:32:27.612Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-16T03:32:27.612Z] #72 16.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.612Z] #72 18.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.612Z] #72 24.71 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-16T03:32:27.612Z] #72 24.71 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-16T03:32:27.612Z] #72 24.71 OK: 24049 distinct packages available [2025-06-16T03:32:27.612Z] #72 25.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.612Z] #72 26.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:27.878Z] #72 ... [2025-06-16T03:32:27.878Z] [2025-06-16T03:32:27.878Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:28.854Z] #42 ... [2025-06-16T03:32:28.854Z] [2025-06-16T03:32:28.854Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-16T03:32:29.122Z] #89 ... [2025-06-16T03:32:29.122Z] [2025-06-16T03:32:29.122Z] #90 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:32:29.122Z] #90 DONE 1.5s [2025-06-16T03:32:29.122Z] [2025-06-16T03:32:29.122Z] #91 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:30.537Z] #91 ... [2025-06-16T03:32:30.538Z] [2025-06-16T03:32:30.538Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-16T03:32:30.538Z] #79 11.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:30.538Z] #79 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:30.538Z] #79 18.04 OK: 20 MiB in 18 packages [2025-06-16T03:32:30.538Z] #79 DONE 19.7s [2025-06-16T03:32:30.538Z] [2025-06-16T03:32:30.538Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:32.483Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.8s [2025-06-16T03:32:33.445Z] #42 ... [2025-06-16T03:32:33.445Z] [2025-06-16T03:32:33.445Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:33.445Z] #80 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:33.445Z] #80 14.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:33.445Z] #80 20.69 OK: 9 MiB in 15 packages [2025-06-16T03:32:33.445Z] #80 DONE 22.2s [2025-06-16T03:32:33.445Z] [2025-06-16T03:32:33.445Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:34.420Z] #42 ... [2025-06-16T03:32:34.420Z] [2025-06-16T03:32:34.420Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-16T03:32:34.420Z] #85 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:34.420Z] #85 13.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:34.420Z] #85 19.11 OK: 20 MiB in 18 packages [2025-06-16T03:32:34.420Z] #85 DONE 20.5s [2025-06-16T03:32:34.420Z] [2025-06-16T03:32:34.420Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:34.420Z] #42 ... [2025-06-16T03:32:34.420Z] [2025-06-16T03:32:34.420Z] #92 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-16T03:32:34.420Z] #92 DONE 0.2s [2025-06-16T03:32:34.420Z] [2025-06-16T03:32:34.420Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:32:35.830Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.4s done [2025-06-16T03:32:36.100Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.4s done [2025-06-16T03:32:36.100Z] #42 DONE 47.4s [2025-06-16T03:32:36.100Z] [2025-06-16T03:32:36.100Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-16T03:32:36.100Z] #72 34.50 OK: 239 MiB in 58 packages [2025-06-16T03:32:36.100Z] #72 DONE 35.4s [2025-06-16T03:32:36.100Z] [2025-06-16T03:32:36.100Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:36.100Z] #73 32.06 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-16T03:32:36.685Z] #73 ... [2025-06-16T03:32:36.685Z] [2025-06-16T03:32:36.685Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:32:36.685Z] #93 DONE 0.6s [2025-06-16T03:32:36.952Z] [2025-06-16T03:32:36.952Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:37.220Z] #94 ... [2025-06-16T03:32:37.220Z] [2025-06-16T03:32:37.220Z] #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-16T03:32:37.220Z] #82 15.27 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:37.220Z] #82 20.31 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:37.220Z] #82 ... [2025-06-16T03:32:37.220Z] [2025-06-16T03:32:37.220Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:37.220Z] #73 35.31 Executing busybox-1.36.1-r29.trigger [2025-06-16T03:32:37.220Z] #73 35.52 OK: 9 MiB in 15 packages [2025-06-16T03:32:37.487Z] #73 ... [2025-06-16T03:32:37.487Z] [2025-06-16T03:32:37.487Z] #77 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-06-16T03:32:37.487Z] #77 11.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:37.487Z] #77 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:37.487Z] #77 19.50 OK: 10 MiB in 19 packages [2025-06-16T03:32:37.487Z] #77 DONE 20.7s [2025-06-16T03:32:37.487Z] [2025-06-16T03:32:37.487Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-16T03:32:37.589Z] #154 ... [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-16T03:32:37.589Z] #148 DONE 83.3s [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T03:32:37.589Z] #144 ... [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:32:37.589Z] #155 DONE 0.1s [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:32:37.589Z] #156 DONE 0.1s [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #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-16T03:32:37.589Z] #157 DONE 0.1s [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T03:32:37.589Z] #146 ... [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #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-16T03:32:37.589Z] #158 DONE 0.1s [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.589Z] #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-16T03:32:37.589Z] #159 DONE 0.1s [2025-06-16T03:32:37.589Z] [2025-06-16T03:32:37.590Z] #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-16T03:32:37.590Z] #160 ... [2025-06-16T03:32:37.590Z] [2025-06-16T03:32:37.590Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-16T03:32:37.590Z] #151 DONE 84.3s [2025-06-16T03:32:37.590Z] [2025-06-16T03:32:37.590Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-16T03:32:37.590Z] #142 ... [2025-06-16T03:32:37.590Z] [2025-06-16T03:32:37.590Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-16T03:32:37.590Z] #161 DONE 0.2s [2025-06-16T03:32:37.590Z] [2025-06-16T03:32:37.590Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-16T03:32:37.590Z] #162 ... [2025-06-16T03:32:37.590Z] [2025-06-16T03:32:37.590Z] #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-16T03:32:37.590Z] #160 DONE 0.9s [2025-06-16T03:32:37.590Z] [2025-06-16T03:32:37.590Z] #105 [core-common-config-bootstrapper] exporting to image [2025-06-16T03:32:37.590Z] #105 exporting layers [2025-06-16T03:32:38.155Z] #105 exporting layers 0.5s done [2025-06-16T03:32:38.155Z] #105 writing image sha256:a9a06414091490b7e19ee386138f674180fea2b32f4838feb8effa9172fcb9ac done [2025-06-16T03:32:38.155Z] #105 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-16T03:32:38.155Z] #105 DONE 1.7s [2025-06-16T03:32:38.155Z] [2025-06-16T03:32:38.155Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T03:32:38.726Z] #143 ... [2025-06-16T03:32:38.726Z] [2025-06-16T03:32:38.726Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-16T03:32:38.726Z] #162 DONE 1.3s [2025-06-16T03:32:38.726Z] [2025-06-16T03:32:38.726Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:32:38.726Z] #163 DONE 0.0s [2025-06-16T03:32:38.726Z] [2025-06-16T03:32:38.726Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:32:38.898Z] #95 DONE 1.2s [2025-06-16T03:32:38.898Z] [2025-06-16T03:32:38.898Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:32:38.898Z] #96 ... [2025-06-16T03:32:38.898Z] [2025-06-16T03:32:38.898Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:38.898Z] #87 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:38.898Z] #87 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:38.898Z] #87 22.56 OK: 15 MiB in 28 packages [2025-06-16T03:32:38.898Z] #87 ... [2025-06-16T03:32:38.898Z] [2025-06-16T03:32:38.898Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-16T03:32:38.898Z] #73 DONE 37.3s [2025-06-16T03:32:38.898Z] [2025-06-16T03:32:38.898Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:32:38.983Z] #164 DONE 0.1s [2025-06-16T03:32:38.983Z] [2025-06-16T03:32:38.983Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-16T03:32:38.983Z] #165 DONE 0.1s [2025-06-16T03:32:38.983Z] [2025-06-16T03:32:38.983Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-16T03:32:38.983Z] #166 DONE 0.1s [2025-06-16T03:32:38.983Z] [2025-06-16T03:32:38.983Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-06-16T03:32:38.983Z] #167 DONE 0.1s [2025-06-16T03:32:38.983Z] [2025-06-16T03:32:38.983Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T03:32:39.241Z] #143 ... [2025-06-16T03:32:39.241Z] [2025-06-16T03:32:39.241Z] #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-16T03:32:39.241Z] #168 DONE 0.0s [2025-06-16T03:32:39.241Z] [2025-06-16T03:32:39.241Z] #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-16T03:32:39.241Z] #169 DONE 0.0s [2025-06-16T03:32:39.241Z] [2025-06-16T03:32:39.241Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-16T03:32:39.241Z] #170 DONE 0.1s [2025-06-16T03:32:39.241Z] [2025-06-16T03:32:39.241Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-16T03:32:39.482Z] #97 ... [2025-06-16T03:32:39.482Z] [2025-06-16T03:32:39.482Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-16T03:32:39.482Z] #75 14.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:39.482Z] #75 16.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:39.482Z] #75 24.00 OK: 9 MiB in 16 packages [2025-06-16T03:32:39.748Z] #75 ... [2025-06-16T03:32:39.748Z] [2025-06-16T03:32:39.748Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:39.748Z] #76 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:39.748Z] #76 16.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:39.748Z] #76 23.52 OK: 11 MiB in 17 packages [2025-06-16T03:32:40.023Z] #76 ... [2025-06-16T03:32:40.023Z] [2025-06-16T03:32:40.023Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-16T03:32:40.023Z] #89 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:40.023Z] #89 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-16T03:32:40.023Z] #89 ... [2025-06-16T03:32:40.023Z] [2025-06-16T03:32:40.023Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-16T03:32:40.023Z] #75 DONE 25.4s [2025-06-16T03:32:40.291Z] [2025-06-16T03:32:40.291Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:40.291Z] #87 DONE 24.5s [2025-06-16T03:32:40.291Z] [2025-06-16T03:32:40.291Z] #98 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-16T03:32:40.558Z] #98 ... [2025-06-16T03:32:40.558Z] [2025-06-16T03:32:40.558Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-16T03:32:40.558Z] #76 DONE 24.9s [2025-06-16T03:32:40.672Z] #171 DONE 1.3s [2025-06-16T03:32:40.672Z] [2025-06-16T03:32:40.672Z] #105 [security-bootstrapper] exporting to image [2025-06-16T03:32:40.827Z] [2025-06-16T03:32:40.827Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-16T03:32:40.827Z] #89 21.40 OK: 9 MiB in 18 packages [2025-06-16T03:32:40.928Z] #105 exporting layers 0.4s done [2025-06-16T03:32:40.928Z] #105 writing image sha256:eb4d7a2cd412524896d649ab4935c0e35762b7640df9d57ebc452283fb6cde33 done [2025-06-16T03:32:40.928Z] #105 naming to docker.io/library/security-bootstrapper done [2025-06-16T03:32:40.928Z] #105 DONE 2.2s [2025-06-16T03:32:40.928Z] [2025-06-16T03:32:40.928Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-16T03:32:41.837Z] #89 DONE 22.8s [2025-06-16T03:32:41.837Z] [2025-06-16T03:32:41.837Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:41.837Z] #84 ... [2025-06-16T03:32:41.837Z] [2025-06-16T03:32:41.837Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:32:42.429Z] #99 ... [2025-06-16T03:32:42.429Z] [2025-06-16T03:32:42.429Z] #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:32:42.429Z] #96 DONE 3.7s [2025-06-16T03:32:42.720Z] [2025-06-16T03:32:42.720Z] #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-16T03:32:42.720Z] #100 DONE 0.4s [2025-06-16T03:32:42.720Z] [2025-06-16T03:32:42.720Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:32:42.720Z] #97 DONE 4.0s [2025-06-16T03:32:42.720Z] [2025-06-16T03:32:42.720Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-16T03:32:42.991Z] #101 DONE 0.3s [2025-06-16T03:32:42.991Z] [2025-06-16T03:32:42.991Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-16T03:32:42.991Z] #102 ... [2025-06-16T03:32:42.991Z] [2025-06-16T03:32:42.991Z] #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-16T03:32:42.991Z] #82 30.20 OK: 239 MiB in 58 packages [2025-06-16T03:32:42.991Z] #82 DONE 31.2s [2025-06-16T03:32:43.262Z] [2025-06-16T03:32:43.262Z] #103 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-16T03:32:43.262Z] #103 DONE 0.5s [2025-06-16T03:32:43.262Z] [2025-06-16T03:32:43.262Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-16T03:32:43.529Z] #104 ... [2025-06-16T03:32:43.529Z] [2025-06-16T03:32:43.529Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-16T03:32:43.529Z] #102 DONE 0.6s [2025-06-16T03:32:43.811Z] [2025-06-16T03:32:43.811Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-16T03:32:43.811Z] #104 DONE 0.4s [2025-06-16T03:32:43.811Z] [2025-06-16T03:32:43.811Z] #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-16T03:32:43.811Z] #105 ... [2025-06-16T03:32:43.811Z] [2025-06-16T03:32:43.811Z] #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-16T03:32:43.811Z] #106 DONE 0.3s [2025-06-16T03:32:44.083Z] [2025-06-16T03:32:44.083Z] #107 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-16T03:32:44.083Z] #107 DONE 0.9s [2025-06-16T03:32:44.083Z] [2025-06-16T03:32:44.083Z] #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-16T03:32:44.083Z] #108 ... [2025-06-16T03:32:44.083Z] [2025-06-16T03:32:44.083Z] #105 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-16T03:32:44.083Z] #105 DONE 0.4s [2025-06-16T03:32:44.360Z] [2025-06-16T03:32:44.360Z] #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-16T03:32:44.360Z] #109 ... [2025-06-16T03:32:44.360Z] [2025-06-16T03:32:44.360Z] #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-16T03:32:44.360Z] #108 DONE 0.5s [2025-06-16T03:32:44.360Z] [2025-06-16T03:32:44.360Z] #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-16T03:32:44.360Z] #109 DONE 0.4s [2025-06-16T03:32:44.360Z] [2025-06-16T03:32:44.360Z] #110 [security-spire-agent] exporting to image [2025-06-16T03:32:44.360Z] #110 exporting layers [2025-06-16T03:32:44.628Z] #110 ... [2025-06-16T03:32:44.628Z] [2025-06-16T03:32:44.628Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-16T03:32:44.628Z] #111 DONE 0.3s [2025-06-16T03:32:44.628Z] [2025-06-16T03:32:44.628Z] #110 [security-spire-server] exporting to image [2025-06-16T03:32:45.211Z] #110 ... [2025-06-16T03:32:45.212Z] [2025-06-16T03:32:45.212Z] #98 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-16T03:32:45.212Z] #98 DONE 5.1s [2025-06-16T03:32:45.487Z] [2025-06-16T03:32:45.487Z] #112 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-16T03:32:45.756Z] #112 DONE 0.4s [2025-06-16T03:32:45.756Z] [2025-06-16T03:32:45.756Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:46.343Z] #113 ... [2025-06-16T03:32:46.343Z] [2025-06-16T03:32:46.343Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-16T03:32:46.343Z] #99 DONE 4.4s [2025-06-16T03:32:46.343Z] [2025-06-16T03:32:46.343Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-16T03:32:46.610Z] #114 DONE 0.3s [2025-06-16T03:32:46.610Z] [2025-06-16T03:32:46.610Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-16T03:32:46.610Z] #115 DONE 0.2s [2025-06-16T03:32:46.610Z] [2025-06-16T03:32:46.610Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-16T03:32:46.897Z] #116 DONE 0.2s [2025-06-16T03:32:46.897Z] [2025-06-16T03:32:46.897Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:47.163Z] #113 ... [2025-06-16T03:32:47.163Z] [2025-06-16T03:32:47.163Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-16T03:32:47.163Z] #117 DONE 0.2s [2025-06-16T03:32:47.163Z] [2025-06-16T03:32:47.163Z] #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-16T03:32:47.163Z] #118 DONE 0.2s [2025-06-16T03:32:47.163Z] [2025-06-16T03:32:47.163Z] #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:32:47.434Z] #88 ... [2025-06-16T03:32:47.434Z] [2025-06-16T03:32:47.434Z] #110 [security-spire-config] exporting to image [2025-06-16T03:32:48.848Z] #110 exporting layers 4.1s done [2025-06-16T03:32:48.848Z] #110 exporting layers 4.0s done [2025-06-16T03:32:48.848Z] #110 writing image sha256:eeddcbb5a0cae0d4a3506962f55f4282cff8f1fff4289dee77bedf7744420a12 0.0s done [2025-06-16T03:32:48.848Z] #110 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-16T03:32:48.848Z] #110 writing image sha256:e3b2109ac62c131f98ac0ffa8be371581809a057a0d4c3824c30f0aaa273e321 done [2025-06-16T03:32:48.848Z] #110 naming to docker.io/library/security-spire-server-arm64 done [2025-06-16T03:32:49.805Z] #110 exporting layers 2.4s done [2025-06-16T03:32:49.805Z] #110 writing image sha256:d483e283c5650c88eae99a434925e55afa991844526ad645491f51d9ee51a2e2 done [2025-06-16T03:32:49.805Z] #110 naming to docker.io/library/security-spire-config-arm64 done [2025-06-16T03:32:49.805Z] #110 DONE 5.2s [2025-06-16T03:32:49.805Z] [2025-06-16T03:32:49.805Z] #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:33:48.577Z] #152 ... [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #150 [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-16T03:33:48.577Z] #150 152.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-16T03:33:48.577Z] #150 ... [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-16T03:33:48.577Z] #152 DONE 153.5s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:48.577Z] #172 DONE 0.0s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:48.577Z] #173 DONE 0.1s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T03:33:48.577Z] #144 ... [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-16T03:33:48.577Z] #174 DONE 0.2s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #142 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-16T03:33:48.577Z] #142 DONE 154.1s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #175 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:48.577Z] #175 DONE 0.1s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #176 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-16T03:33:48.577Z] #176 DONE 0.2s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #105 [core-command] exporting to image [2025-06-16T03:33:48.577Z] #105 exporting layers [2025-06-16T03:33:48.577Z] #105 exporting layers 0.2s done [2025-06-16T03:33:48.577Z] #105 writing image sha256:b08677b892ad6cdd94e2948b4ad6eb83857d5717c07635093e35326bc042623d 0.0s done [2025-06-16T03:33:48.577Z] #105 naming to docker.io/library/core-command done [2025-06-16T03:33:48.577Z] #105 DONE 2.4s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:48.577Z] #177 DONE 0.2s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #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-16T03:33:48.577Z] #178 DONE 0.1s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-16T03:33:48.577Z] #179 DONE 0.1s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T03:33:48.577Z] #144 ... [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-16T03:33:48.577Z] #180 DONE 0.1s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-16T03:33:48.577Z] #181 DONE 0.0s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #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-16T03:33:48.577Z] #182 ... [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #150 [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-16T03:33:48.577Z] #150 DONE 155.8s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #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-16T03:33:48.577Z] #182 DONE 1.2s [2025-06-16T03:33:48.577Z] [2025-06-16T03:33:48.577Z] #105 [security-proxy-setup] exporting to image [2025-06-16T03:33:48.840Z] #105 ... [2025-06-16T03:33:48.840Z] [2025-06-16T03:33:48.840Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:48.840Z] #183 DONE 0.3s [2025-06-16T03:33:49.097Z] [2025-06-16T03:33:49.097Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:49.097Z] #184 DONE 0.2s [2025-06-16T03:33:49.097Z] [2025-06-16T03:33:49.097Z] #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-16T03:33:49.355Z] #185 DONE 0.1s [2025-06-16T03:33:49.355Z] [2025-06-16T03:33:49.355Z] #105 [security-proxy-setup] exporting to image [2025-06-16T03:33:49.355Z] #105 exporting layers 0.6s done [2025-06-16T03:33:49.355Z] #105 writing image sha256:62aca734df6e3f17c322fd752f61cb50de01e600cf75698bd2741acce2b193e9 done [2025-06-16T03:33:49.355Z] #105 naming to docker.io/library/security-proxy-setup done [2025-06-16T03:33:49.355Z] #105 DONE 3.0s [2025-06-16T03:33:49.355Z] [2025-06-16T03:33:49.355Z] #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-16T03:33:49.355Z] #186 DONE 0.1s [2025-06-16T03:33:49.355Z] [2025-06-16T03:33:49.355Z] #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-16T03:33:49.355Z] #187 DONE 0.0s [2025-06-16T03:33:49.355Z] [2025-06-16T03:33:49.355Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-16T03:33:49.612Z] #188 DONE 0.1s [2025-06-16T03:33:49.612Z] [2025-06-16T03:33:49.612Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-16T03:33:49.612Z] #189 DONE 0.1s [2025-06-16T03:33:49.612Z] [2025-06-16T03:33:49.612Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T03:33:49.612Z] #144 ... [2025-06-16T03:33:49.612Z] [2025-06-16T03:33:49.612Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-16T03:33:49.612Z] #190 DONE 0.0s [2025-06-16T03:33:49.612Z] [2025-06-16T03:33:49.612Z] #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-16T03:33:50.980Z] #191 DONE 1.1s [2025-06-16T03:33:50.980Z] [2025-06-16T03:33:50.980Z] #105 [security-secretstore-setup] exporting to image [2025-06-16T03:33:51.237Z] #105 ... [2025-06-16T03:33:51.237Z] [2025-06-16T03:33:51.237Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T03:33:51.237Z] #144 DONE 158.6s [2025-06-16T03:33:51.237Z] [2025-06-16T03:33:51.237Z] #105 [security-secretstore-setup] exporting to image [2025-06-16T03:33:51.237Z] #105 exporting layers 0.5s done [2025-06-16T03:33:51.237Z] #105 writing image sha256:49e6c11f0c10afb720412d3dbb8a0ba0f06d5c6d4732535c75f08ef4da66df93 0.0s done [2025-06-16T03:33:51.237Z] #105 naming to docker.io/library/security-secretstore-setup [2025-06-16T03:33:51.237Z] #105 naming to docker.io/library/security-secretstore-setup 0.1s done [2025-06-16T03:33:51.237Z] #105 DONE 3.6s [2025-06-16T03:33:51.237Z] [2025-06-16T03:33:51.237Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:51.494Z] #192 DONE 0.3s [2025-06-16T03:33:51.494Z] [2025-06-16T03:33:51.494Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:51.751Z] #193 DONE 0.1s [2025-06-16T03:33:51.751Z] [2025-06-16T03:33:51.751Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T03:33:51.751Z] #143 DONE 159.1s [2025-06-16T03:33:51.751Z] [2025-06-16T03:33:51.751Z] #194 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:52.009Z] #194 DONE 0.2s [2025-06-16T03:33:52.009Z] [2025-06-16T03:33:52.009Z] #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-16T03:33:52.009Z] #195 DONE 0.3s [2025-06-16T03:33:52.009Z] [2025-06-16T03:33:52.009Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T03:33:52.009Z] #149 DONE 159.4s [2025-06-16T03:33:52.009Z] [2025-06-16T03:33:52.009Z] #196 [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-16T03:33:52.266Z] #196 DONE 0.2s [2025-06-16T03:33:52.266Z] [2025-06-16T03:33:52.266Z] #105 [security-spiffe-token-provider] exporting to image [2025-06-16T03:33:52.266Z] #105 ... [2025-06-16T03:33:52.266Z] [2025-06-16T03:33:52.266Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:52.266Z] #197 DONE 0.3s [2025-06-16T03:33:52.266Z] [2025-06-16T03:33:52.266Z] #198 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:52.266Z] #198 DONE 0.2s [2025-06-16T03:33:52.523Z] [2025-06-16T03:33:52.523Z] #199 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:52.523Z] #199 DONE 0.1s [2025-06-16T03:33:52.523Z] [2025-06-16T03:33:52.523Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-16T03:33:52.523Z] #200 DONE 0.2s [2025-06-16T03:33:52.523Z] [2025-06-16T03:33:52.523Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-16T03:33:52.523Z] #201 DONE 0.1s [2025-06-16T03:33:52.523Z] [2025-06-16T03:33:52.523Z] #202 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-16T03:33:52.523Z] #202 DONE 0.1s [2025-06-16T03:33:52.523Z] [2025-06-16T03:33:52.523Z] #105 [security-spiffe-token-provider] exporting to image [2025-06-16T03:33:52.523Z] #105 exporting layers 0.3s done [2025-06-16T03:33:52.523Z] #105 writing image sha256:fef66ae21ea10a2e6d40de9c51b093f3d64b79bd0dc86d95c48c957cd7d22ecf done [2025-06-16T03:33:52.523Z] #105 naming to docker.io/library/security-spiffe-token-provider done [2025-06-16T03:33:52.523Z] #105 DONE 3.9s [2025-06-16T03:33:52.523Z] [2025-06-16T03:33:52.523Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-16T03:33:52.523Z] #203 DONE 0.1s [2025-06-16T03:33:52.523Z] [2025-06-16T03:33:52.523Z] #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-16T03:33:52.779Z] #204 DONE 0.1s [2025-06-16T03:33:52.779Z] [2025-06-16T03:33:52.779Z] #105 [core-data] exporting to image [2025-06-16T03:33:52.779Z] #105 exporting layers 0.1s done [2025-06-16T03:33:52.779Z] #105 writing image sha256:4e4e03980593dea558667c18bd84db284a8ccfb324e9e5e9d7c68fbda98fd278 done [2025-06-16T03:33:52.779Z] #105 naming to docker.io/library/core-data done [2025-06-16T03:33:52.779Z] #105 DONE 4.1s [2025-06-16T03:33:52.779Z] [2025-06-16T03:33:52.779Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-16T03:33:53.344Z] #205 DONE 0.5s [2025-06-16T03:33:53.344Z] [2025-06-16T03:33:53.344Z] #105 [security-proxy-auth] exporting to image [2025-06-16T03:33:53.344Z] #105 exporting layers 0.2s done [2025-06-16T03:33:53.344Z] #105 writing image sha256:1bba321290f153c0f056f322fb2f1306dc51f5b9b75ef98efb4b23dd0e2ce5f9 done [2025-06-16T03:33:53.344Z] #105 naming to docker.io/library/security-proxy-auth done [2025-06-16T03:33:53.344Z] #105 DONE 4.3s [2025-06-16T03:33:53.344Z] [2025-06-16T03:33:53.344Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-16T03:33:54.726Z] #154 ... [2025-06-16T03:33:54.726Z] [2025-06-16T03:33:54.726Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T03:33:54.726Z] #145 DONE 161.9s [2025-06-16T03:33:54.726Z] [2025-06-16T03:33:54.726Z] #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:54.726Z] #206 DONE 0.0s [2025-06-16T03:33:54.726Z] [2025-06-16T03:33:54.726Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:54.726Z] #207 DONE 0.0s [2025-06-16T03:33:54.726Z] [2025-06-16T03:33:54.726Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-16T03:33:54.984Z] #208 DONE 0.1s [2025-06-16T03:33:54.984Z] [2025-06-16T03:33:54.984Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-16T03:33:54.984Z] #209 DONE 0.1s [2025-06-16T03:33:54.984Z] [2025-06-16T03:33:54.984Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T03:33:54.984Z] #147 ... [2025-06-16T03:33:54.984Z] [2025-06-16T03:33:54.984Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-16T03:33:54.984Z] #210 DONE 0.0s [2025-06-16T03:33:54.984Z] [2025-06-16T03:33:54.984Z] #105 [core-metadata] exporting to image [2025-06-16T03:33:55.241Z] #105 exporting layers 0.1s done [2025-06-16T03:33:55.241Z] #105 writing image sha256:7ba85c9ff68a309946694570769bf6069ee7445aa730c596de41887c906c7f6b done [2025-06-16T03:33:55.241Z] #105 naming to docker.io/library/core-metadata done [2025-06-16T03:33:55.241Z] #105 DONE 4.4s [2025-06-16T03:33:55.241Z] [2025-06-16T03:33:55.241Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:33:57.138Z] #59 ... [2025-06-16T03:33:57.138Z] [2025-06-16T03:33:57.138Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T03:33:57.138Z] #146 DONE 164.4s [2025-06-16T03:33:57.138Z] [2025-06-16T03:33:57.138Z] #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:57.138Z] #211 DONE 0.1s [2025-06-16T03:33:57.138Z] [2025-06-16T03:33:57.138Z] #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:57.138Z] #212 DONE 0.0s [2025-06-16T03:33:57.138Z] [2025-06-16T03:33:57.138Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:33:57.396Z] #59 ... [2025-06-16T03:33:57.396Z] [2025-06-16T03:33:57.396Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T03:33:57.396Z] #147 DONE 164.8s [2025-06-16T03:33:57.396Z] [2025-06-16T03:33:57.396Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-16T03:33:57.396Z] #213 DONE 0.2s [2025-06-16T03:33:57.396Z] [2025-06-16T03:33:57.396Z] #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-16T03:33:57.396Z] #214 DONE 0.0s [2025-06-16T03:33:57.396Z] [2025-06-16T03:33:57.396Z] #105 [support-scheduler] exporting to image [2025-06-16T03:33:57.653Z] #105 ... [2025-06-16T03:33:57.653Z] [2025-06-16T03:33:57.653Z] #215 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:57.653Z] #215 DONE 0.0s [2025-06-16T03:33:57.653Z] [2025-06-16T03:33:57.653Z] #216 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:33:57.653Z] #216 DONE 0.0s [2025-06-16T03:33:57.653Z] [2025-06-16T03:33:57.653Z] #105 [support-scheduler] exporting to image [2025-06-16T03:33:57.653Z] #105 exporting layers 0.2s done [2025-06-16T03:33:57.653Z] #105 writing image sha256:8a6c735fc43832d915838adf3cffc5628565c4a34d570c6d33191e082359558a done [2025-06-16T03:33:57.653Z] #105 naming to docker.io/library/support-scheduler done [2025-06-16T03:33:57.653Z] #105 DONE 4.7s [2025-06-16T03:33:57.653Z] [2025-06-16T03:33:57.653Z] #217 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-16T03:33:57.910Z] #217 DONE 0.1s [2025-06-16T03:33:57.910Z] [2025-06-16T03:33:57.910Z] #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-16T03:33:57.910Z] #218 DONE 0.0s [2025-06-16T03:33:57.910Z] [2025-06-16T03:33:57.910Z] #105 [support-notifications] exporting to image [2025-06-16T03:33:58.168Z] #105 exporting layers 0.2s done [2025-06-16T03:33:58.168Z] #105 writing image sha256:39964cadf7695d6dbb52ee964ebeaa6d9042dcadd5615c9eb98e3aeafb2caccd done [2025-06-16T03:33:58.168Z] #105 naming to docker.io/library/support-notifications done [2025-06-16T03:33:58.168Z] #105 DONE 4.9s [2025-06-16T03:33:58.168Z] [2025-06-16T03:33:58.168Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:33:59.102Z] #44 ... [2025-06-16T03:33:59.102Z] [2025-06-16T03:33:59.102Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-16T03:33:59.102Z] #154 DONE 138.2s [2025-06-16T03:33:59.102Z] [2025-06-16T03:33:59.102Z] #219 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:33:59.102Z] #219 DONE 0.0s [2025-06-16T03:33:59.102Z] [2025-06-16T03:33:59.102Z] #220 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-16T03:33:59.102Z] #220 DONE 0.1s [2025-06-16T03:33:59.102Z] [2025-06-16T03:33:59.102Z] #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-16T03:33:59.361Z] #44 ... [2025-06-16T03:33:59.361Z] [2025-06-16T03:33:59.361Z] #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-16T03:33:59.361Z] #221 DONE 0.0s [2025-06-16T03:33:59.361Z] [2025-06-16T03:33:59.361Z] #105 [core-keeper] exporting to image [2025-06-16T03:33:59.361Z] #105 exporting layers 0.1s done [2025-06-16T03:33:59.361Z] #105 writing image sha256:1d43bfd93e7d262479bd59ce6ab24af46038e194f2251255025d0d58eecd4d1b done [2025-06-16T03:33:59.361Z] #105 naming to docker.io/library/core-keeper done [2025-06-16T03:33:59.361Z] #105 DONE 5.0s [2025-06-16T03:33:59.361Z] [2025-06-16T03:33:59.361Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T03:33:59.361Z] time="2025-06-16T03:30:26Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-16T03:33:59.380Z] $ docker stop --time=1 8827ad8df12dfb5670b5764a1d1595a70fd4482ebac9cda1893a757c12c7878d [2025-06-16T03:34:00.699Z] $ docker rm -f --volumes 8827ad8df12dfb5670b5764a1d1595a70fd4482ebac9cda1893a757c12c7878d [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-16T03:34:01.034Z] + docker images [2025-06-16T03:34:01.034Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-16T03:34:01.034Z] core-keeper latest 1d43bfd93e7d 1 second ago 32.5MB [2025-06-16T03:34:01.034Z] support-scheduler latest 8a6c735fc438 3 seconds ago 48.8MB [2025-06-16T03:34:01.034Z] support-notifications latest 39964cadf769 3 seconds ago 52.4MB [2025-06-16T03:34:01.034Z] core-metadata latest 7ba85c9ff68a 6 seconds ago 33.1MB [2025-06-16T03:34:01.034Z] core-data latest 4e4e03980593 8 seconds ago 32.9MB [2025-06-16T03:34:01.034Z] security-proxy-auth latest 1bba321290f1 8 seconds ago 31.8MB [2025-06-16T03:34:01.034Z] security-spiffe-token-provider latest fef66ae21ea1 9 seconds ago 47.7MB [2025-06-16T03:34:01.034Z] security-secretstore-setup latest 49e6c11f0c10 10 seconds ago 68.7MB [2025-06-16T03:34:01.034Z] security-proxy-setup latest 62aca734df6e 12 seconds ago 38.5MB [2025-06-16T03:34:01.034Z] core-command latest b08677b892ad 14 seconds ago 28.4MB [2025-06-16T03:34:01.034Z] security-bootstrapper latest eb4d7a2cd412 About a minute ago 20.4MB [2025-06-16T03:34:01.034Z] core-common-config-bootstrapper latest a9a064140914 About a minute ago 17.1MB [2025-06-16T03:34:01.034Z] security-spire-config latest 3f95c0ec4f57 3 minutes ago 149MB [2025-06-16T03:34:01.034Z] security-spire-server latest b65f97bafe17 3 minutes ago 149MB [2025-06-16T03:34:01.034Z] security-spire-agent latest 8a0517c65c36 3 minutes ago 195MB [2025-06-16T03:34:01.034Z] ci-base-image-x86_64 latest 12ed1efd50e8 6 minutes ago 924MB [2025-06-16T03:34:01.034Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 weeks ago 573MB [2025-06-16T03:34:01.034Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 2 months ago 574MB [2025-06-16T03:34:01.034Z] 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-16T03:34:01.178Z] provisioning config files... [2025-06-16T03:34:01.187Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config17668943368898199446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-16T03:34:01.486Z] ---> ****-login.sh [2025-06-16T03:34:01.486Z] nexus3.edgexfoundry.org:10001 [2025-06-16T03:34:01.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:34:01.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:34:01.487Z] Configure a credential helper to remove this warning. See [2025-06-16T03:34:01.487Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:34:01.487Z] [2025-06-16T03:34:01.487Z] Login Succeeded [2025-06-16T03:34:01.487Z] nexus3.edgexfoundry.org:10002 [2025-06-16T03:34:01.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:34:01.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:34:01.487Z] Configure a credential helper to remove this warning. See [2025-06-16T03:34:01.487Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:34:01.487Z] [2025-06-16T03:34:01.487Z] Login Succeeded [2025-06-16T03:34:01.487Z] nexus3.edgexfoundry.org:10003 [2025-06-16T03:34:01.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:34:01.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:34:01.747Z] Configure a credential helper to remove this warning. See [2025-06-16T03:34:01.747Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:34:01.747Z] [2025-06-16T03:34:01.747Z] Login Succeeded [2025-06-16T03:34:01.747Z] nexus3.edgexfoundry.org:10004 [2025-06-16T03:34:01.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:34:01.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:34:01.747Z] Configure a credential helper to remove this warning. See [2025-06-16T03:34:01.747Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:34:01.747Z] [2025-06-16T03:34:01.747Z] Login Succeeded [2025-06-16T03:34:01.747Z] ****.io [2025-06-16T03:34:02.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T03:34:02.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T03:34:02.006Z] Configure a credential helper to remove this warning. See [2025-06-16T03:34:02.006Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T03:34:02.006Z] [2025-06-16T03:34:02.006Z] Login Succeeded [2025-06-16T03:34:02.006Z] ---> ****-login.sh ends [Pipeline] } [2025-06-16T03:34:02.013Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:02.056Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-16T03:34:02.083Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-16T03:34:02.083Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:02.083Z] latest [2025-06-16T03:34:02.083Z] 4.1.0-dev.24 [2025-06-16T03:34:02.083Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:02.083Z] main [2025-06-16T03:34:02.083Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:02.421Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:02.740Z] + docker push nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:02.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-16T03:34:02.740Z] 680418a7261a: Preparing [2025-06-16T03:34:02.740Z] cf758826a0eb: Preparing [2025-06-16T03:34:02.740Z] f17021a9f238: Preparing [2025-06-16T03:34:02.740Z] bf6512f40f05: Preparing [2025-06-16T03:34:02.740Z] 62deec87f970: Preparing [2025-06-16T03:34:02.740Z] df86b84bd3c5: Preparing [2025-06-16T03:34:02.740Z] 994456c4fd7b: Preparing [2025-06-16T03:34:02.740Z] df86b84bd3c5: Waiting [2025-06-16T03:34:02.740Z] 994456c4fd7b: Waiting [2025-06-16T03:34:02.740Z] 62deec87f970: Pushed [2025-06-16T03:34:02.740Z] 680418a7261a: Pushed [2025-06-16T03:34:02.740Z] bf6512f40f05: Pushed [2025-06-16T03:34:02.740Z] f17021a9f238: Pushed [2025-06-16T03:34:02.740Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:02.999Z] df86b84bd3c5: Pushed [2025-06-16T03:34:04.903Z] cf758826a0eb: Pushed [2025-06-16T03:34:04.903Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:05.233Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:05.551Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-16T03:34:05.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-16T03:34:05.551Z] 680418a7261a: Preparing [2025-06-16T03:34:05.551Z] cf758826a0eb: Preparing [2025-06-16T03:34:05.551Z] f17021a9f238: Preparing [2025-06-16T03:34:05.551Z] bf6512f40f05: Preparing [2025-06-16T03:34:05.551Z] 62deec87f970: Preparing [2025-06-16T03:34:05.551Z] df86b84bd3c5: Preparing [2025-06-16T03:34:05.551Z] 994456c4fd7b: Preparing [2025-06-16T03:34:05.551Z] df86b84bd3c5: Waiting [2025-06-16T03:34:05.551Z] 994456c4fd7b: Waiting [2025-06-16T03:34:05.551Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:05.551Z] 62deec87f970: Layer already exists [2025-06-16T03:34:05.551Z] 680418a7261a: Layer already exists [2025-06-16T03:34:05.551Z] cf758826a0eb: Layer already exists [2025-06-16T03:34:05.551Z] f17021a9f238: Layer already exists [2025-06-16T03:34:05.551Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:05.551Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:05.551Z] latest: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:05.881Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:06.204Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-16T03:34:06.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-16T03:34:06.204Z] 680418a7261a: Preparing [2025-06-16T03:34:06.204Z] cf758826a0eb: Preparing [2025-06-16T03:34:06.204Z] f17021a9f238: Preparing [2025-06-16T03:34:06.204Z] bf6512f40f05: Preparing [2025-06-16T03:34:06.204Z] 62deec87f970: Preparing [2025-06-16T03:34:06.204Z] df86b84bd3c5: Preparing [2025-06-16T03:34:06.204Z] 994456c4fd7b: Preparing [2025-06-16T03:34:06.204Z] df86b84bd3c5: Waiting [2025-06-16T03:34:06.204Z] 994456c4fd7b: Waiting [2025-06-16T03:34:06.204Z] 680418a7261a: Layer already exists [2025-06-16T03:34:06.204Z] cf758826a0eb: Layer already exists [2025-06-16T03:34:06.204Z] 62deec87f970: Layer already exists [2025-06-16T03:34:06.204Z] f17021a9f238: Layer already exists [2025-06-16T03:34:06.204Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:06.204Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:06.204Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:06.204Z] 4.1.0-dev.24: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:06.526Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:06.852Z] + docker push nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:06.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-16T03:34:06.852Z] 680418a7261a: Preparing [2025-06-16T03:34:06.852Z] cf758826a0eb: Preparing [2025-06-16T03:34:06.852Z] f17021a9f238: Preparing [2025-06-16T03:34:06.852Z] bf6512f40f05: Preparing [2025-06-16T03:34:06.852Z] 62deec87f970: Preparing [2025-06-16T03:34:06.852Z] df86b84bd3c5: Preparing [2025-06-16T03:34:06.852Z] 994456c4fd7b: Preparing [2025-06-16T03:34:06.852Z] df86b84bd3c5: Waiting [2025-06-16T03:34:06.852Z] 994456c4fd7b: Waiting [2025-06-16T03:34:06.852Z] f17021a9f238: Layer already exists [2025-06-16T03:34:06.852Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:06.852Z] 680418a7261a: Layer already exists [2025-06-16T03:34:06.852Z] 62deec87f970: Layer already exists [2025-06-16T03:34:06.852Z] cf758826a0eb: Layer already exists [2025-06-16T03:34:06.852Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:06.852Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:06.852Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:07.176Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:07.497Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-16T03:34:07.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-16T03:34:07.497Z] 680418a7261a: Preparing [2025-06-16T03:34:07.497Z] cf758826a0eb: Preparing [2025-06-16T03:34:07.497Z] f17021a9f238: Preparing [2025-06-16T03:34:07.497Z] bf6512f40f05: Preparing [2025-06-16T03:34:07.497Z] 62deec87f970: Preparing [2025-06-16T03:34:07.497Z] df86b84bd3c5: Preparing [2025-06-16T03:34:07.497Z] 994456c4fd7b: Preparing [2025-06-16T03:34:07.497Z] df86b84bd3c5: Waiting [2025-06-16T03:34:07.497Z] 994456c4fd7b: Waiting [2025-06-16T03:34:07.497Z] 680418a7261a: Layer already exists [2025-06-16T03:34:07.497Z] f17021a9f238: Layer already exists [2025-06-16T03:34:07.497Z] cf758826a0eb: Layer already exists [2025-06-16T03:34:07.497Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:07.497Z] 62deec87f970: Layer already exists [2025-06-16T03:34:07.497Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:07.497Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:07.497Z] main: digest: sha256:36cbd5d3729b529ee6d3e90d789ccd29ca6dfde7a1271c03d1a004ac64087f49 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:07.570Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:07.585Z] taggedImages: [2025-06-16T03:34:07.585Z] - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:07.585Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-16T03:34:07.585Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-16T03:34:07.585Z] - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:07.585Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-16T03:34:07.616Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-16T03:34:07.616Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:07.616Z] latest [2025-06-16T03:34:07.616Z] 4.1.0-dev.24 [2025-06-16T03:34:07.616Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:07.616Z] main [2025-06-16T03:34:07.616Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:07.961Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:08.291Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:08.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-16T03:34:08.291Z] 3057f654a093: Preparing [2025-06-16T03:34:08.291Z] 9e7ea66392a8: Preparing [2025-06-16T03:34:08.291Z] caa16fc78b74: Preparing [2025-06-16T03:34:08.291Z] b908f586be05: Preparing [2025-06-16T03:34:08.291Z] f17021a9f238: Preparing [2025-06-16T03:34:08.291Z] bf6512f40f05: Preparing [2025-06-16T03:34:08.291Z] 62deec87f970: Preparing [2025-06-16T03:34:08.291Z] df86b84bd3c5: Preparing [2025-06-16T03:34:08.291Z] 994456c4fd7b: Preparing [2025-06-16T03:34:08.291Z] 62deec87f970: Waiting [2025-06-16T03:34:08.291Z] df86b84bd3c5: Waiting [2025-06-16T03:34:08.291Z] 994456c4fd7b: Waiting [2025-06-16T03:34:08.291Z] bf6512f40f05: Waiting [2025-06-16T03:34:08.291Z] f17021a9f238: Layer already exists [2025-06-16T03:34:08.291Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:08.291Z] 62deec87f970: Layer already exists [2025-06-16T03:34:08.291Z] caa16fc78b74: Pushed [2025-06-16T03:34:08.291Z] 9e7ea66392a8: Pushed [2025-06-16T03:34:08.291Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:08.291Z] 3057f654a093: Pushed [2025-06-16T03:34:08.291Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:09.225Z] b908f586be05: Pushed [2025-06-16T03:34:09.484Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:09.814Z] + 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-16T03:34:10.133Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-16T03:34:10.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-16T03:34:10.133Z] 3057f654a093: Preparing [2025-06-16T03:34:10.133Z] 9e7ea66392a8: Preparing [2025-06-16T03:34:10.133Z] caa16fc78b74: Preparing [2025-06-16T03:34:10.133Z] b908f586be05: Preparing [2025-06-16T03:34:10.133Z] f17021a9f238: Preparing [2025-06-16T03:34:10.133Z] bf6512f40f05: Preparing [2025-06-16T03:34:10.133Z] 62deec87f970: Preparing [2025-06-16T03:34:10.133Z] df86b84bd3c5: Preparing [2025-06-16T03:34:10.133Z] 994456c4fd7b: Preparing [2025-06-16T03:34:10.133Z] bf6512f40f05: Waiting [2025-06-16T03:34:10.133Z] 62deec87f970: Waiting [2025-06-16T03:34:10.133Z] df86b84bd3c5: Waiting [2025-06-16T03:34:10.133Z] 994456c4fd7b: Waiting [2025-06-16T03:34:10.133Z] 9e7ea66392a8: Layer already exists [2025-06-16T03:34:10.133Z] b908f586be05: Layer already exists [2025-06-16T03:34:10.133Z] 3057f654a093: Layer already exists [2025-06-16T03:34:10.133Z] caa16fc78b74: Layer already exists [2025-06-16T03:34:10.133Z] f17021a9f238: Layer already exists [2025-06-16T03:34:10.133Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:10.133Z] 62deec87f970: Layer already exists [2025-06-16T03:34:10.133Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:10.133Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:10.133Z] latest: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:10.451Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:10.770Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-16T03:34:10.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-16T03:34:10.770Z] 3057f654a093: Preparing [2025-06-16T03:34:10.770Z] 9e7ea66392a8: Preparing [2025-06-16T03:34:10.770Z] caa16fc78b74: Preparing [2025-06-16T03:34:10.770Z] b908f586be05: Preparing [2025-06-16T03:34:10.770Z] f17021a9f238: Preparing [2025-06-16T03:34:10.770Z] bf6512f40f05: Preparing [2025-06-16T03:34:10.770Z] 62deec87f970: Preparing [2025-06-16T03:34:10.770Z] df86b84bd3c5: Preparing [2025-06-16T03:34:10.770Z] 994456c4fd7b: Preparing [2025-06-16T03:34:10.770Z] bf6512f40f05: Waiting [2025-06-16T03:34:10.770Z] 994456c4fd7b: Waiting [2025-06-16T03:34:10.770Z] df86b84bd3c5: Waiting [2025-06-16T03:34:10.770Z] 62deec87f970: Waiting [2025-06-16T03:34:10.770Z] 9e7ea66392a8: Layer already exists [2025-06-16T03:34:10.770Z] b908f586be05: Layer already exists [2025-06-16T03:34:10.770Z] f17021a9f238: Layer already exists [2025-06-16T03:34:10.770Z] 3057f654a093: Layer already exists [2025-06-16T03:34:10.770Z] caa16fc78b74: Layer already exists [2025-06-16T03:34:10.770Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:10.770Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:10.770Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:10.770Z] 62deec87f970: Layer already exists [2025-06-16T03:34:10.770Z] 4.1.0-dev.24: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:11.088Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:11.409Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:11.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-16T03:34:11.409Z] 3057f654a093: Preparing [2025-06-16T03:34:11.409Z] 9e7ea66392a8: Preparing [2025-06-16T03:34:11.409Z] caa16fc78b74: Preparing [2025-06-16T03:34:11.409Z] b908f586be05: Preparing [2025-06-16T03:34:11.409Z] f17021a9f238: Preparing [2025-06-16T03:34:11.409Z] bf6512f40f05: Preparing [2025-06-16T03:34:11.409Z] 62deec87f970: Preparing [2025-06-16T03:34:11.409Z] df86b84bd3c5: Preparing [2025-06-16T03:34:11.409Z] 994456c4fd7b: Preparing [2025-06-16T03:34:11.409Z] bf6512f40f05: Waiting [2025-06-16T03:34:11.409Z] 62deec87f970: Waiting [2025-06-16T03:34:11.409Z] df86b84bd3c5: Waiting [2025-06-16T03:34:11.409Z] 994456c4fd7b: Waiting [2025-06-16T03:34:11.409Z] f17021a9f238: Layer already exists [2025-06-16T03:34:11.409Z] caa16fc78b74: Layer already exists [2025-06-16T03:34:11.409Z] 3057f654a093: Layer already exists [2025-06-16T03:34:11.409Z] 9e7ea66392a8: Layer already exists [2025-06-16T03:34:11.409Z] b908f586be05: Layer already exists [2025-06-16T03:34:11.409Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:11.409Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:11.409Z] 62deec87f970: Layer already exists [2025-06-16T03:34:11.409Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:11.409Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:11.725Z] + 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-16T03:34:12.054Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-16T03:34:12.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-16T03:34:12.054Z] 3057f654a093: Preparing [2025-06-16T03:34:12.054Z] 9e7ea66392a8: Preparing [2025-06-16T03:34:12.054Z] caa16fc78b74: Preparing [2025-06-16T03:34:12.054Z] b908f586be05: Preparing [2025-06-16T03:34:12.054Z] f17021a9f238: Preparing [2025-06-16T03:34:12.054Z] bf6512f40f05: Preparing [2025-06-16T03:34:12.054Z] 62deec87f970: Preparing [2025-06-16T03:34:12.054Z] df86b84bd3c5: Preparing [2025-06-16T03:34:12.054Z] 994456c4fd7b: Preparing [2025-06-16T03:34:12.054Z] 62deec87f970: Waiting [2025-06-16T03:34:12.055Z] 994456c4fd7b: Waiting [2025-06-16T03:34:12.055Z] df86b84bd3c5: Waiting [2025-06-16T03:34:12.055Z] bf6512f40f05: Waiting [2025-06-16T03:34:12.055Z] 9e7ea66392a8: Layer already exists [2025-06-16T03:34:12.055Z] 3057f654a093: Layer already exists [2025-06-16T03:34:12.055Z] b908f586be05: Layer already exists [2025-06-16T03:34:12.055Z] f17021a9f238: Layer already exists [2025-06-16T03:34:12.055Z] caa16fc78b74: Layer already exists [2025-06-16T03:34:12.055Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:12.055Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:12.055Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:12.055Z] 62deec87f970: Layer already exists [2025-06-16T03:34:12.055Z] main: digest: sha256:fd11b0d15cdf6cd123db58cdd35d3687a159f3d4f9e3b7a89574be2ebcbc3cae size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:12.119Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:12.132Z] taggedImages: [2025-06-16T03:34:12.132Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:12.132Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-16T03:34:12.132Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-16T03:34:12.132Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:12.132Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-16T03:34:12.163Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-16T03:34:12.163Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:12.163Z] latest [2025-06-16T03:34:12.163Z] 4.1.0-dev.24 [2025-06-16T03:34:12.163Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:12.163Z] main [2025-06-16T03:34:12.163Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:12.506Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:12.836Z] + docker push nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:12.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-16T03:34:12.836Z] 20753dca6c4a: Preparing [2025-06-16T03:34:12.836Z] 820ed1e27e03: Preparing [2025-06-16T03:34:12.836Z] f17021a9f238: Preparing [2025-06-16T03:34:12.836Z] bf6512f40f05: Preparing [2025-06-16T03:34:12.836Z] 18f4d6624604: Preparing [2025-06-16T03:34:12.836Z] df86b84bd3c5: Preparing [2025-06-16T03:34:12.836Z] 994456c4fd7b: Preparing [2025-06-16T03:34:12.836Z] df86b84bd3c5: Waiting [2025-06-16T03:34:12.836Z] 994456c4fd7b: Waiting [2025-06-16T03:34:12.836Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:12.836Z] f17021a9f238: Layer already exists [2025-06-16T03:34:12.836Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:12.836Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:12.836Z] 18f4d6624604: Pushed [2025-06-16T03:34:12.836Z] 20753dca6c4a: Pushed [2025-06-16T03:34:15.369Z] 820ed1e27e03: Pushed [2025-06-16T03:34:15.369Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:15.699Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:16.020Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-16T03:34:16.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-16T03:34:16.020Z] 20753dca6c4a: Preparing [2025-06-16T03:34:16.020Z] 820ed1e27e03: Preparing [2025-06-16T03:34:16.020Z] f17021a9f238: Preparing [2025-06-16T03:34:16.020Z] bf6512f40f05: Preparing [2025-06-16T03:34:16.020Z] 18f4d6624604: Preparing [2025-06-16T03:34:16.020Z] df86b84bd3c5: Preparing [2025-06-16T03:34:16.020Z] 994456c4fd7b: Preparing [2025-06-16T03:34:16.020Z] df86b84bd3c5: Waiting [2025-06-16T03:34:16.020Z] 994456c4fd7b: Waiting [2025-06-16T03:34:16.020Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:16.020Z] 20753dca6c4a: Layer already exists [2025-06-16T03:34:16.020Z] 820ed1e27e03: Layer already exists [2025-06-16T03:34:16.020Z] 18f4d6624604: Layer already exists [2025-06-16T03:34:16.020Z] f17021a9f238: Layer already exists [2025-06-16T03:34:16.020Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:16.020Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:16.020Z] latest: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:16.352Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:16.680Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-16T03:34:16.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-16T03:34:16.680Z] 20753dca6c4a: Preparing [2025-06-16T03:34:16.680Z] 820ed1e27e03: Preparing [2025-06-16T03:34:16.680Z] f17021a9f238: Preparing [2025-06-16T03:34:16.680Z] bf6512f40f05: Preparing [2025-06-16T03:34:16.680Z] 18f4d6624604: Preparing [2025-06-16T03:34:16.680Z] df86b84bd3c5: Preparing [2025-06-16T03:34:16.680Z] 994456c4fd7b: Preparing [2025-06-16T03:34:16.680Z] df86b84bd3c5: Waiting [2025-06-16T03:34:16.680Z] 994456c4fd7b: Waiting [2025-06-16T03:34:16.680Z] 18f4d6624604: Layer already exists [2025-06-16T03:34:16.680Z] 20753dca6c4a: Layer already exists [2025-06-16T03:34:16.680Z] 820ed1e27e03: Layer already exists [2025-06-16T03:34:16.680Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:16.680Z] f17021a9f238: Layer already exists [2025-06-16T03:34:16.680Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:16.680Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:16.680Z] 4.1.0-dev.24: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:17.004Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:17.318Z] + docker push nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:17.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-16T03:34:17.318Z] 20753dca6c4a: Preparing [2025-06-16T03:34:17.318Z] 820ed1e27e03: Preparing [2025-06-16T03:34:17.318Z] f17021a9f238: Preparing [2025-06-16T03:34:17.318Z] bf6512f40f05: Preparing [2025-06-16T03:34:17.318Z] 18f4d6624604: Preparing [2025-06-16T03:34:17.318Z] df86b84bd3c5: Preparing [2025-06-16T03:34:17.318Z] 994456c4fd7b: Preparing [2025-06-16T03:34:17.318Z] df86b84bd3c5: Waiting [2025-06-16T03:34:17.318Z] 994456c4fd7b: Waiting [2025-06-16T03:34:17.318Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:17.318Z] 820ed1e27e03: Layer already exists [2025-06-16T03:34:17.318Z] 18f4d6624604: Layer already exists [2025-06-16T03:34:17.318Z] 20753dca6c4a: Layer already exists [2025-06-16T03:34:17.318Z] f17021a9f238: Layer already exists [2025-06-16T03:34:17.318Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:17.318Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:17.318Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:17.643Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:17.958Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-16T03:34:17.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-16T03:34:17.958Z] 20753dca6c4a: Preparing [2025-06-16T03:34:17.958Z] 820ed1e27e03: Preparing [2025-06-16T03:34:17.958Z] f17021a9f238: Preparing [2025-06-16T03:34:17.958Z] bf6512f40f05: Preparing [2025-06-16T03:34:17.958Z] 18f4d6624604: Preparing [2025-06-16T03:34:17.958Z] df86b84bd3c5: Preparing [2025-06-16T03:34:17.958Z] 994456c4fd7b: Preparing [2025-06-16T03:34:17.958Z] df86b84bd3c5: Waiting [2025-06-16T03:34:17.958Z] 994456c4fd7b: Waiting [2025-06-16T03:34:17.958Z] 20753dca6c4a: Layer already exists [2025-06-16T03:34:17.958Z] 820ed1e27e03: Layer already exists [2025-06-16T03:34:17.958Z] 18f4d6624604: Layer already exists [2025-06-16T03:34:17.958Z] f17021a9f238: Layer already exists [2025-06-16T03:34:17.958Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:17.958Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:17.958Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:17.958Z] main: digest: sha256:1d9fc44ca52c1ac07fc4c1fa10946560799dcb50b76b1ceefeb9f4139078b9ec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:18.022Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:18.036Z] taggedImages: [2025-06-16T03:34:18.036Z] - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:18.036Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-16T03:34:18.036Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-16T03:34:18.036Z] - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:18.036Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-16T03:34:18.061Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-16T03:34:18.061Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:18.061Z] latest [2025-06-16T03:34:18.061Z] 4.1.0-dev.24 [2025-06-16T03:34:18.061Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:18.061Z] main [2025-06-16T03:34:18.061Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:18.411Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:18.735Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:18.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-16T03:34:18.735Z] 8dcfe5ee4555: Preparing [2025-06-16T03:34:18.735Z] 74dccc8f31b1: Preparing [2025-06-16T03:34:18.735Z] bf6512f40f05: Preparing [2025-06-16T03:34:18.735Z] c9bcfff3e090: Preparing [2025-06-16T03:34:18.735Z] cd29c1c6b7b1: Preparing [2025-06-16T03:34:18.735Z] 994456c4fd7b: Preparing [2025-06-16T03:34:18.735Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:18.735Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:18.735Z] c9bcfff3e090: Pushed [2025-06-16T03:34:18.735Z] cd29c1c6b7b1: Pushed [2025-06-16T03:34:18.735Z] 8dcfe5ee4555: Pushed [2025-06-16T03:34:21.265Z] 74dccc8f31b1: Pushed [2025-06-16T03:34:21.265Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:21.589Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:21.903Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-16T03:34:21.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-16T03:34:21.904Z] 8dcfe5ee4555: Preparing [2025-06-16T03:34:21.904Z] 74dccc8f31b1: Preparing [2025-06-16T03:34:21.904Z] bf6512f40f05: Preparing [2025-06-16T03:34:21.904Z] c9bcfff3e090: Preparing [2025-06-16T03:34:21.904Z] cd29c1c6b7b1: Preparing [2025-06-16T03:34:21.904Z] 994456c4fd7b: Preparing [2025-06-16T03:34:21.904Z] 994456c4fd7b: Waiting [2025-06-16T03:34:21.904Z] c9bcfff3e090: Layer already exists [2025-06-16T03:34:21.904Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:21.904Z] 74dccc8f31b1: Layer already exists [2025-06-16T03:34:21.904Z] cd29c1c6b7b1: Layer already exists [2025-06-16T03:34:21.904Z] 8dcfe5ee4555: Layer already exists [2025-06-16T03:34:21.904Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:21.904Z] latest: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:22.232Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:22.542Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-16T03:34:22.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-16T03:34:22.542Z] 8dcfe5ee4555: Preparing [2025-06-16T03:34:22.542Z] 74dccc8f31b1: Preparing [2025-06-16T03:34:22.542Z] bf6512f40f05: Preparing [2025-06-16T03:34:22.542Z] c9bcfff3e090: Preparing [2025-06-16T03:34:22.542Z] cd29c1c6b7b1: Preparing [2025-06-16T03:34:22.542Z] 994456c4fd7b: Preparing [2025-06-16T03:34:22.542Z] 994456c4fd7b: Waiting [2025-06-16T03:34:22.542Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:22.542Z] 8dcfe5ee4555: Layer already exists [2025-06-16T03:34:22.542Z] c9bcfff3e090: Layer already exists [2025-06-16T03:34:22.542Z] cd29c1c6b7b1: Layer already exists [2025-06-16T03:34:22.542Z] 74dccc8f31b1: Layer already exists [2025-06-16T03:34:22.542Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:22.542Z] 4.1.0-dev.24: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:22.864Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:23.186Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:23.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-16T03:34:23.186Z] 8dcfe5ee4555: Preparing [2025-06-16T03:34:23.186Z] 74dccc8f31b1: Preparing [2025-06-16T03:34:23.186Z] bf6512f40f05: Preparing [2025-06-16T03:34:23.186Z] c9bcfff3e090: Preparing [2025-06-16T03:34:23.186Z] cd29c1c6b7b1: Preparing [2025-06-16T03:34:23.186Z] 994456c4fd7b: Preparing [2025-06-16T03:34:23.186Z] 74dccc8f31b1: Layer already exists [2025-06-16T03:34:23.186Z] 8dcfe5ee4555: Layer already exists [2025-06-16T03:34:23.186Z] cd29c1c6b7b1: Layer already exists [2025-06-16T03:34:23.186Z] c9bcfff3e090: Layer already exists [2025-06-16T03:34:23.186Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:23.186Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:23.186Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:23.521Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:23.839Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-16T03:34:23.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-16T03:34:23.839Z] 8dcfe5ee4555: Preparing [2025-06-16T03:34:23.839Z] 74dccc8f31b1: Preparing [2025-06-16T03:34:23.839Z] bf6512f40f05: Preparing [2025-06-16T03:34:23.839Z] c9bcfff3e090: Preparing [2025-06-16T03:34:23.839Z] cd29c1c6b7b1: Preparing [2025-06-16T03:34:23.839Z] 994456c4fd7b: Preparing [2025-06-16T03:34:23.839Z] 994456c4fd7b: Waiting [2025-06-16T03:34:23.839Z] 8dcfe5ee4555: Layer already exists [2025-06-16T03:34:23.839Z] c9bcfff3e090: Layer already exists [2025-06-16T03:34:23.839Z] 74dccc8f31b1: Layer already exists [2025-06-16T03:34:23.839Z] cd29c1c6b7b1: Layer already exists [2025-06-16T03:34:23.839Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:23.839Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:23.839Z] main: digest: sha256:d489badfeec22635c8de567ae846f5117f465f30a8ea4673c2984f2c15471bdd size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:23.916Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:23.934Z] taggedImages: [2025-06-16T03:34:23.934Z] - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:23.934Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-16T03:34:23.934Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-16T03:34:23.934Z] - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:23.934Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-16T03:34:23.962Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-16T03:34:23.962Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:23.962Z] latest [2025-06-16T03:34:23.962Z] 4.1.0-dev.24 [2025-06-16T03:34:23.962Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:23.962Z] main [2025-06-16T03:34:23.962Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:24.311Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:24.640Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:24.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-16T03:34:24.640Z] bb8aaea430c6: Preparing [2025-06-16T03:34:24.640Z] 4dbc2f869173: Preparing [2025-06-16T03:34:24.640Z] 5488be866bd8: Preparing [2025-06-16T03:34:24.640Z] f17021a9f238: Preparing [2025-06-16T03:34:24.640Z] bf6512f40f05: Preparing [2025-06-16T03:34:24.640Z] 62deec87f970: Preparing [2025-06-16T03:34:24.640Z] df86b84bd3c5: Preparing [2025-06-16T03:34:24.640Z] 994456c4fd7b: Preparing [2025-06-16T03:34:24.640Z] 62deec87f970: Waiting [2025-06-16T03:34:24.640Z] df86b84bd3c5: Waiting [2025-06-16T03:34:24.640Z] 994456c4fd7b: Waiting [2025-06-16T03:34:24.640Z] f17021a9f238: Layer already exists [2025-06-16T03:34:24.640Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:24.640Z] 62deec87f970: Layer already exists [2025-06-16T03:34:24.640Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:24.640Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:24.640Z] bb8aaea430c6: Pushed [2025-06-16T03:34:24.640Z] 4dbc2f869173: Pushed [2025-06-16T03:34:27.168Z] 5488be866bd8: Pushed [2025-06-16T03:34:27.168Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:27.494Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:27.822Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-16T03:34:27.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-16T03:34:27.822Z] bb8aaea430c6: Preparing [2025-06-16T03:34:27.822Z] 4dbc2f869173: Preparing [2025-06-16T03:34:27.822Z] 5488be866bd8: Preparing [2025-06-16T03:34:27.822Z] f17021a9f238: Preparing [2025-06-16T03:34:27.822Z] bf6512f40f05: Preparing [2025-06-16T03:34:27.823Z] 62deec87f970: Preparing [2025-06-16T03:34:27.823Z] 62deec87f970: Waiting [2025-06-16T03:34:27.823Z] df86b84bd3c5: Preparing [2025-06-16T03:34:27.823Z] 994456c4fd7b: Preparing [2025-06-16T03:34:27.823Z] 994456c4fd7b: Waiting [2025-06-16T03:34:27.823Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:27.823Z] 4dbc2f869173: Layer already exists [2025-06-16T03:34:27.823Z] f17021a9f238: Layer already exists [2025-06-16T03:34:27.823Z] 5488be866bd8: Layer already exists [2025-06-16T03:34:27.823Z] bb8aaea430c6: Layer already exists [2025-06-16T03:34:27.823Z] 62deec87f970: Layer already exists [2025-06-16T03:34:27.823Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:27.823Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:27.823Z] latest: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:28.150Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:28.480Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-16T03:34:28.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-16T03:34:28.481Z] bb8aaea430c6: Preparing [2025-06-16T03:34:28.481Z] 4dbc2f869173: Preparing [2025-06-16T03:34:28.481Z] 5488be866bd8: Preparing [2025-06-16T03:34:28.481Z] f17021a9f238: Preparing [2025-06-16T03:34:28.481Z] bf6512f40f05: Preparing [2025-06-16T03:34:28.481Z] 62deec87f970: Preparing [2025-06-16T03:34:28.481Z] df86b84bd3c5: Preparing [2025-06-16T03:34:28.481Z] 994456c4fd7b: Preparing [2025-06-16T03:34:28.481Z] 62deec87f970: Waiting [2025-06-16T03:34:28.481Z] 994456c4fd7b: Waiting [2025-06-16T03:34:28.481Z] bb8aaea430c6: Layer already exists [2025-06-16T03:34:28.481Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:28.481Z] 5488be866bd8: Layer already exists [2025-06-16T03:34:28.481Z] f17021a9f238: Layer already exists [2025-06-16T03:34:28.481Z] 4dbc2f869173: Layer already exists [2025-06-16T03:34:28.481Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:28.481Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:28.481Z] 62deec87f970: Layer already exists [2025-06-16T03:34:28.481Z] 4.1.0-dev.24: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:28.813Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:29.139Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:29.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-16T03:34:29.139Z] bb8aaea430c6: Preparing [2025-06-16T03:34:29.139Z] 4dbc2f869173: Preparing [2025-06-16T03:34:29.139Z] 5488be866bd8: Preparing [2025-06-16T03:34:29.139Z] f17021a9f238: Preparing [2025-06-16T03:34:29.139Z] bf6512f40f05: Preparing [2025-06-16T03:34:29.139Z] 62deec87f970: Preparing [2025-06-16T03:34:29.139Z] df86b84bd3c5: Preparing [2025-06-16T03:34:29.139Z] 994456c4fd7b: Preparing [2025-06-16T03:34:29.139Z] 62deec87f970: Waiting [2025-06-16T03:34:29.139Z] df86b84bd3c5: Waiting [2025-06-16T03:34:29.139Z] 994456c4fd7b: Waiting [2025-06-16T03:34:29.139Z] 5488be866bd8: Layer already exists [2025-06-16T03:34:29.139Z] 4dbc2f869173: Layer already exists [2025-06-16T03:34:29.139Z] f17021a9f238: Layer already exists [2025-06-16T03:34:29.139Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:29.139Z] bb8aaea430c6: Layer already exists [2025-06-16T03:34:29.139Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:29.139Z] 62deec87f970: Layer already exists [2025-06-16T03:34:29.139Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:29.139Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:29.466Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:29.800Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-16T03:34:29.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-16T03:34:29.800Z] bb8aaea430c6: Preparing [2025-06-16T03:34:29.800Z] 4dbc2f869173: Preparing [2025-06-16T03:34:29.800Z] 5488be866bd8: Preparing [2025-06-16T03:34:29.800Z] f17021a9f238: Preparing [2025-06-16T03:34:29.800Z] bf6512f40f05: Preparing [2025-06-16T03:34:29.800Z] 62deec87f970: Preparing [2025-06-16T03:34:29.800Z] df86b84bd3c5: Preparing [2025-06-16T03:34:29.800Z] 994456c4fd7b: Preparing [2025-06-16T03:34:29.800Z] 62deec87f970: Waiting [2025-06-16T03:34:29.800Z] df86b84bd3c5: Waiting [2025-06-16T03:34:29.800Z] 994456c4fd7b: Waiting [2025-06-16T03:34:29.800Z] bb8aaea430c6: Layer already exists [2025-06-16T03:34:29.800Z] 5488be866bd8: Layer already exists [2025-06-16T03:34:29.800Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:29.800Z] 4dbc2f869173: Layer already exists [2025-06-16T03:34:29.800Z] f17021a9f238: Layer already exists [2025-06-16T03:34:29.800Z] 62deec87f970: Layer already exists [2025-06-16T03:34:29.800Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:29.800Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:29.800Z] main: digest: sha256:7e904ccdc74eaa1c22a915045b625ca5978d3b9ad5b0c91e34ce5d7c108715dc size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:29.877Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:29.890Z] taggedImages: [2025-06-16T03:34:29.890Z] - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:29.890Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-16T03:34:29.890Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-16T03:34:29.890Z] - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:29.890Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-16T03:34:29.919Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-16T03:34:29.919Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:29.919Z] latest [2025-06-16T03:34:29.919Z] 4.1.0-dev.24 [2025-06-16T03:34:29.919Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:29.919Z] main [2025-06-16T03:34:29.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:30.284Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:30.603Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:30.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-16T03:34:30.603Z] 435872d05a69: Preparing [2025-06-16T03:34:30.603Z] 9b7e9f9c8a7d: Preparing [2025-06-16T03:34:30.603Z] 37730665b38a: Preparing [2025-06-16T03:34:30.603Z] 0e97fd56cab1: Preparing [2025-06-16T03:34:30.603Z] cffc1e347d1d: Preparing [2025-06-16T03:34:30.603Z] d01ea3ffa1c1: Preparing [2025-06-16T03:34:30.603Z] 6da999636bdd: Preparing [2025-06-16T03:34:30.603Z] f17021a9f238: Preparing [2025-06-16T03:34:30.603Z] bf6512f40f05: Preparing [2025-06-16T03:34:30.603Z] b11f9a541f9b: Preparing [2025-06-16T03:34:30.603Z] e32f260d92f3: Preparing [2025-06-16T03:34:30.603Z] 5f70bf18a086: Preparing [2025-06-16T03:34:30.603Z] 2f27d49a6deb: Preparing [2025-06-16T03:34:30.603Z] 5450ef183360: Preparing [2025-06-16T03:34:30.603Z] a4df5b29613f: Preparing [2025-06-16T03:34:30.603Z] 994456c4fd7b: Preparing [2025-06-16T03:34:30.603Z] d01ea3ffa1c1: Waiting [2025-06-16T03:34:30.603Z] 5f70bf18a086: Waiting [2025-06-16T03:34:30.604Z] bf6512f40f05: Waiting [2025-06-16T03:34:30.604Z] 2f27d49a6deb: Waiting [2025-06-16T03:34:30.604Z] b11f9a541f9b: Waiting [2025-06-16T03:34:30.604Z] 5450ef183360: Waiting [2025-06-16T03:34:30.604Z] e32f260d92f3: Waiting [2025-06-16T03:34:30.604Z] 6da999636bdd: Waiting [2025-06-16T03:34:30.604Z] a4df5b29613f: Waiting [2025-06-16T03:34:30.604Z] f17021a9f238: Waiting [2025-06-16T03:34:30.604Z] 994456c4fd7b: Waiting [2025-06-16T03:34:30.604Z] 0e97fd56cab1: Pushed [2025-06-16T03:34:30.604Z] 9b7e9f9c8a7d: Pushed [2025-06-16T03:34:30.604Z] 37730665b38a: Pushed [2025-06-16T03:34:30.604Z] cffc1e347d1d: Pushed [2025-06-16T03:34:30.604Z] 435872d05a69: Pushed [2025-06-16T03:34:30.604Z] f17021a9f238: Layer already exists [2025-06-16T03:34:30.604Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:30.604Z] 5f70bf18a086: Layer already exists [2025-06-16T03:34:30.604Z] d01ea3ffa1c1: Pushed [2025-06-16T03:34:30.861Z] b11f9a541f9b: Pushed [2025-06-16T03:34:30.861Z] e32f260d92f3: Pushed [2025-06-16T03:34:30.861Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:30.861Z] 2f27d49a6deb: Pushed [2025-06-16T03:34:30.861Z] 5450ef183360: Pushed [2025-06-16T03:34:30.861Z] a4df5b29613f: Pushed [2025-06-16T03:34:32.237Z] 6da999636bdd: Pushed [2025-06-16T03:34:32.237Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:32.563Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:32.887Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-16T03:34:32.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-16T03:34:32.888Z] 435872d05a69: Preparing [2025-06-16T03:34:32.888Z] 9b7e9f9c8a7d: Preparing [2025-06-16T03:34:32.888Z] 37730665b38a: Preparing [2025-06-16T03:34:32.888Z] 0e97fd56cab1: Preparing [2025-06-16T03:34:32.888Z] cffc1e347d1d: Preparing [2025-06-16T03:34:32.888Z] d01ea3ffa1c1: Preparing [2025-06-16T03:34:32.888Z] 6da999636bdd: Preparing [2025-06-16T03:34:32.888Z] f17021a9f238: Preparing [2025-06-16T03:34:32.888Z] bf6512f40f05: Preparing [2025-06-16T03:34:32.888Z] b11f9a541f9b: Preparing [2025-06-16T03:34:32.888Z] e32f260d92f3: Preparing [2025-06-16T03:34:32.888Z] 5f70bf18a086: Preparing [2025-06-16T03:34:32.888Z] 2f27d49a6deb: Preparing [2025-06-16T03:34:32.888Z] 5450ef183360: Preparing [2025-06-16T03:34:32.888Z] a4df5b29613f: Preparing [2025-06-16T03:34:32.888Z] 994456c4fd7b: Preparing [2025-06-16T03:34:32.888Z] d01ea3ffa1c1: Waiting [2025-06-16T03:34:32.888Z] bf6512f40f05: Waiting [2025-06-16T03:34:32.888Z] 6da999636bdd: Waiting [2025-06-16T03:34:32.888Z] b11f9a541f9b: Waiting [2025-06-16T03:34:32.888Z] f17021a9f238: Waiting [2025-06-16T03:34:32.888Z] e32f260d92f3: Waiting [2025-06-16T03:34:32.888Z] 5450ef183360: Waiting [2025-06-16T03:34:32.888Z] 5f70bf18a086: Waiting [2025-06-16T03:34:32.888Z] a4df5b29613f: Waiting [2025-06-16T03:34:32.888Z] 994456c4fd7b: Waiting [2025-06-16T03:34:32.888Z] 2f27d49a6deb: Waiting [2025-06-16T03:34:32.888Z] 9b7e9f9c8a7d: Layer already exists [2025-06-16T03:34:32.888Z] 37730665b38a: Layer already exists [2025-06-16T03:34:32.888Z] 435872d05a69: Layer already exists [2025-06-16T03:34:32.888Z] 0e97fd56cab1: Layer already exists [2025-06-16T03:34:32.888Z] cffc1e347d1d: Layer already exists [2025-06-16T03:34:32.888Z] 6da999636bdd: Layer already exists [2025-06-16T03:34:32.888Z] d01ea3ffa1c1: Layer already exists [2025-06-16T03:34:32.888Z] f17021a9f238: Layer already exists [2025-06-16T03:34:32.888Z] b11f9a541f9b: Layer already exists [2025-06-16T03:34:32.888Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:32.888Z] e32f260d92f3: Layer already exists [2025-06-16T03:34:32.888Z] 5450ef183360: Layer already exists [2025-06-16T03:34:32.888Z] 5f70bf18a086: Layer already exists [2025-06-16T03:34:32.888Z] 2f27d49a6deb: Layer already exists [2025-06-16T03:34:32.888Z] a4df5b29613f: Layer already exists [2025-06-16T03:34:32.888Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:32.888Z] latest: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:33.215Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:33.540Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-16T03:34:33.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-16T03:34:33.540Z] 435872d05a69: Preparing [2025-06-16T03:34:33.540Z] 9b7e9f9c8a7d: Preparing [2025-06-16T03:34:33.540Z] 37730665b38a: Preparing [2025-06-16T03:34:33.540Z] 0e97fd56cab1: Preparing [2025-06-16T03:34:33.540Z] cffc1e347d1d: Preparing [2025-06-16T03:34:33.540Z] d01ea3ffa1c1: Preparing [2025-06-16T03:34:33.540Z] 6da999636bdd: Preparing [2025-06-16T03:34:33.540Z] f17021a9f238: Preparing [2025-06-16T03:34:33.540Z] bf6512f40f05: Preparing [2025-06-16T03:34:33.540Z] b11f9a541f9b: Preparing [2025-06-16T03:34:33.540Z] e32f260d92f3: Preparing [2025-06-16T03:34:33.540Z] 5f70bf18a086: Preparing [2025-06-16T03:34:33.540Z] 2f27d49a6deb: Preparing [2025-06-16T03:34:33.540Z] 5450ef183360: Preparing [2025-06-16T03:34:33.540Z] a4df5b29613f: Preparing [2025-06-16T03:34:33.540Z] 994456c4fd7b: Preparing [2025-06-16T03:34:33.540Z] 6da999636bdd: Waiting [2025-06-16T03:34:33.540Z] f17021a9f238: Waiting [2025-06-16T03:34:33.540Z] d01ea3ffa1c1: Waiting [2025-06-16T03:34:33.540Z] bf6512f40f05: Waiting [2025-06-16T03:34:33.540Z] b11f9a541f9b: Waiting [2025-06-16T03:34:33.540Z] e32f260d92f3: Waiting [2025-06-16T03:34:33.540Z] 5f70bf18a086: Waiting [2025-06-16T03:34:33.540Z] 5450ef183360: Waiting [2025-06-16T03:34:33.540Z] 2f27d49a6deb: Waiting [2025-06-16T03:34:33.540Z] a4df5b29613f: Waiting [2025-06-16T03:34:33.540Z] 994456c4fd7b: Waiting [2025-06-16T03:34:33.540Z] cffc1e347d1d: Layer already exists [2025-06-16T03:34:33.540Z] 0e97fd56cab1: Layer already exists [2025-06-16T03:34:33.540Z] 9b7e9f9c8a7d: Layer already exists [2025-06-16T03:34:33.540Z] 37730665b38a: Layer already exists [2025-06-16T03:34:33.540Z] 435872d05a69: Layer already exists [2025-06-16T03:34:33.540Z] 6da999636bdd: Layer already exists [2025-06-16T03:34:33.540Z] d01ea3ffa1c1: Layer already exists [2025-06-16T03:34:33.540Z] b11f9a541f9b: Layer already exists [2025-06-16T03:34:33.540Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:33.540Z] f17021a9f238: Layer already exists [2025-06-16T03:34:33.540Z] 5f70bf18a086: Layer already exists [2025-06-16T03:34:33.540Z] 2f27d49a6deb: Layer already exists [2025-06-16T03:34:33.540Z] a4df5b29613f: Layer already exists [2025-06-16T03:34:33.540Z] e32f260d92f3: Layer already exists [2025-06-16T03:34:33.540Z] 5450ef183360: Layer already exists [2025-06-16T03:34:33.540Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:33.540Z] 4.1.0-dev.24: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:33.863Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:34.184Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:34.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-16T03:34:34.184Z] 435872d05a69: Preparing [2025-06-16T03:34:34.184Z] 9b7e9f9c8a7d: Preparing [2025-06-16T03:34:34.184Z] 37730665b38a: Preparing [2025-06-16T03:34:34.184Z] 0e97fd56cab1: Preparing [2025-06-16T03:34:34.184Z] cffc1e347d1d: Preparing [2025-06-16T03:34:34.184Z] d01ea3ffa1c1: Preparing [2025-06-16T03:34:34.184Z] 6da999636bdd: Preparing [2025-06-16T03:34:34.184Z] f17021a9f238: Preparing [2025-06-16T03:34:34.184Z] bf6512f40f05: Preparing [2025-06-16T03:34:34.184Z] b11f9a541f9b: Preparing [2025-06-16T03:34:34.184Z] e32f260d92f3: Preparing [2025-06-16T03:34:34.184Z] 5f70bf18a086: Preparing [2025-06-16T03:34:34.184Z] 2f27d49a6deb: Preparing [2025-06-16T03:34:34.184Z] 5450ef183360: Preparing [2025-06-16T03:34:34.184Z] a4df5b29613f: Preparing [2025-06-16T03:34:34.184Z] 994456c4fd7b: Preparing [2025-06-16T03:34:34.184Z] f17021a9f238: Waiting [2025-06-16T03:34:34.184Z] d01ea3ffa1c1: Waiting [2025-06-16T03:34:34.184Z] bf6512f40f05: Waiting [2025-06-16T03:34:34.184Z] 2f27d49a6deb: Waiting [2025-06-16T03:34:34.184Z] 5450ef183360: Waiting [2025-06-16T03:34:34.184Z] a4df5b29613f: Waiting [2025-06-16T03:34:34.184Z] 994456c4fd7b: Waiting [2025-06-16T03:34:34.184Z] b11f9a541f9b: Waiting [2025-06-16T03:34:34.184Z] 435872d05a69: Layer already exists [2025-06-16T03:34:34.184Z] cffc1e347d1d: Layer already exists [2025-06-16T03:34:34.184Z] 37730665b38a: Layer already exists [2025-06-16T03:34:34.184Z] 9b7e9f9c8a7d: Layer already exists [2025-06-16T03:34:34.184Z] 0e97fd56cab1: Layer already exists [2025-06-16T03:34:34.184Z] 6da999636bdd: Layer already exists [2025-06-16T03:34:34.184Z] d01ea3ffa1c1: Layer already exists [2025-06-16T03:34:34.184Z] f17021a9f238: Layer already exists [2025-06-16T03:34:34.184Z] b11f9a541f9b: Layer already exists [2025-06-16T03:34:34.184Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:34.184Z] e32f260d92f3: Layer already exists [2025-06-16T03:34:34.184Z] 5f70bf18a086: Layer already exists [2025-06-16T03:34:34.184Z] 5450ef183360: Layer already exists [2025-06-16T03:34:34.184Z] a4df5b29613f: Layer already exists [2025-06-16T03:34:34.184Z] 2f27d49a6deb: Layer already exists [2025-06-16T03:34:34.184Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:34.184Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:34.506Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:34.830Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-16T03:34:34.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-16T03:34:34.830Z] 435872d05a69: Preparing [2025-06-16T03:34:34.830Z] 9b7e9f9c8a7d: Preparing [2025-06-16T03:34:34.830Z] 37730665b38a: Preparing [2025-06-16T03:34:34.830Z] 0e97fd56cab1: Preparing [2025-06-16T03:34:34.830Z] cffc1e347d1d: Preparing [2025-06-16T03:34:34.830Z] d01ea3ffa1c1: Preparing [2025-06-16T03:34:34.830Z] 6da999636bdd: Preparing [2025-06-16T03:34:34.830Z] f17021a9f238: Preparing [2025-06-16T03:34:34.830Z] bf6512f40f05: Preparing [2025-06-16T03:34:34.830Z] b11f9a541f9b: Preparing [2025-06-16T03:34:34.830Z] e32f260d92f3: Preparing [2025-06-16T03:34:34.830Z] 5f70bf18a086: Preparing [2025-06-16T03:34:34.830Z] 2f27d49a6deb: Preparing [2025-06-16T03:34:34.830Z] 5450ef183360: Preparing [2025-06-16T03:34:34.830Z] a4df5b29613f: Preparing [2025-06-16T03:34:34.830Z] 994456c4fd7b: Preparing [2025-06-16T03:34:34.830Z] d01ea3ffa1c1: Waiting [2025-06-16T03:34:34.830Z] 6da999636bdd: Waiting [2025-06-16T03:34:34.830Z] f17021a9f238: Waiting [2025-06-16T03:34:34.830Z] bf6512f40f05: Waiting [2025-06-16T03:34:34.830Z] b11f9a541f9b: Waiting [2025-06-16T03:34:34.830Z] e32f260d92f3: Waiting [2025-06-16T03:34:34.830Z] 5f70bf18a086: Waiting [2025-06-16T03:34:34.830Z] 2f27d49a6deb: Waiting [2025-06-16T03:34:34.830Z] 5450ef183360: Waiting [2025-06-16T03:34:34.830Z] a4df5b29613f: Waiting [2025-06-16T03:34:34.830Z] 994456c4fd7b: Waiting [2025-06-16T03:34:34.830Z] 435872d05a69: Layer already exists [2025-06-16T03:34:34.830Z] 0e97fd56cab1: Layer already exists [2025-06-16T03:34:34.830Z] cffc1e347d1d: Layer already exists [2025-06-16T03:34:34.830Z] 9b7e9f9c8a7d: Layer already exists [2025-06-16T03:34:34.830Z] 37730665b38a: Layer already exists [2025-06-16T03:34:34.830Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:34.830Z] 6da999636bdd: Layer already exists [2025-06-16T03:34:34.830Z] f17021a9f238: Layer already exists [2025-06-16T03:34:34.830Z] d01ea3ffa1c1: Layer already exists [2025-06-16T03:34:34.830Z] b11f9a541f9b: Layer already exists [2025-06-16T03:34:34.830Z] e32f260d92f3: Layer already exists [2025-06-16T03:34:34.830Z] 2f27d49a6deb: Layer already exists [2025-06-16T03:34:34.830Z] a4df5b29613f: Layer already exists [2025-06-16T03:34:34.830Z] 5450ef183360: Layer already exists [2025-06-16T03:34:34.830Z] 5f70bf18a086: Layer already exists [2025-06-16T03:34:34.830Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:34.830Z] main: digest: sha256:1ce66848ae9cb97182f388220182e214d2fc323c8457084c1f63506d11ae3713 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:34.910Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:34.930Z] taggedImages: [2025-06-16T03:34:34.930Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:34.930Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-16T03:34:34.930Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-16T03:34:34.930Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:34.930Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-16T03:34:34.958Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-16T03:34:34.958Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:34.958Z] latest [2025-06-16T03:34:34.958Z] 4.1.0-dev.24 [2025-06-16T03:34:34.958Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:34.958Z] main [2025-06-16T03:34:34.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:35.296Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:35.623Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:35.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-16T03:34:35.623Z] b6775f8f57c7: Preparing [2025-06-16T03:34:35.623Z] 6c5f13eb0141: Preparing [2025-06-16T03:34:35.623Z] dae36013efc3: Preparing [2025-06-16T03:34:35.623Z] 1d1ac6c72a9e: Preparing [2025-06-16T03:34:35.623Z] f17021a9f238: Preparing [2025-06-16T03:34:35.623Z] bf6512f40f05: Preparing [2025-06-16T03:34:35.623Z] 62deec87f970: Preparing [2025-06-16T03:34:35.623Z] df86b84bd3c5: Preparing [2025-06-16T03:34:35.623Z] 994456c4fd7b: Preparing [2025-06-16T03:34:35.623Z] df86b84bd3c5: Waiting [2025-06-16T03:34:35.623Z] 62deec87f970: Waiting [2025-06-16T03:34:35.623Z] bf6512f40f05: Waiting [2025-06-16T03:34:35.623Z] 994456c4fd7b: Waiting [2025-06-16T03:34:35.623Z] f17021a9f238: Layer already exists [2025-06-16T03:34:35.623Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:35.623Z] 62deec87f970: Layer already exists [2025-06-16T03:34:35.623Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:35.623Z] 6c5f13eb0141: Pushed [2025-06-16T03:34:35.623Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:35.623Z] b6775f8f57c7: Pushed [2025-06-16T03:34:35.623Z] dae36013efc3: Pushed [2025-06-16T03:34:38.157Z] 1d1ac6c72a9e: Pushed [2025-06-16T03:34:38.157Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:38.476Z] + 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-16T03:34:38.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-16T03:34:38.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-16T03:34:38.803Z] b6775f8f57c7: Preparing [2025-06-16T03:34:38.803Z] 6c5f13eb0141: Preparing [2025-06-16T03:34:38.803Z] dae36013efc3: Preparing [2025-06-16T03:34:38.803Z] 1d1ac6c72a9e: Preparing [2025-06-16T03:34:38.803Z] f17021a9f238: Preparing [2025-06-16T03:34:38.803Z] bf6512f40f05: Preparing [2025-06-16T03:34:38.803Z] 62deec87f970: Preparing [2025-06-16T03:34:38.803Z] df86b84bd3c5: Preparing [2025-06-16T03:34:38.803Z] 994456c4fd7b: Preparing [2025-06-16T03:34:38.803Z] bf6512f40f05: Waiting [2025-06-16T03:34:38.803Z] 994456c4fd7b: Waiting [2025-06-16T03:34:38.803Z] df86b84bd3c5: Waiting [2025-06-16T03:34:38.803Z] dae36013efc3: Layer already exists [2025-06-16T03:34:38.803Z] 1d1ac6c72a9e: Layer already exists [2025-06-16T03:34:38.803Z] b6775f8f57c7: Layer already exists [2025-06-16T03:34:38.803Z] 6c5f13eb0141: Layer already exists [2025-06-16T03:34:38.803Z] f17021a9f238: Layer already exists [2025-06-16T03:34:38.803Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:38.803Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:38.803Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:38.803Z] 62deec87f970: Layer already exists [2025-06-16T03:34:38.803Z] latest: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:39.128Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:39.455Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-16T03:34:39.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-16T03:34:39.455Z] b6775f8f57c7: Preparing [2025-06-16T03:34:39.455Z] 6c5f13eb0141: Preparing [2025-06-16T03:34:39.455Z] dae36013efc3: Preparing [2025-06-16T03:34:39.455Z] 1d1ac6c72a9e: Preparing [2025-06-16T03:34:39.455Z] f17021a9f238: Preparing [2025-06-16T03:34:39.455Z] bf6512f40f05: Preparing [2025-06-16T03:34:39.455Z] 62deec87f970: Preparing [2025-06-16T03:34:39.455Z] df86b84bd3c5: Preparing [2025-06-16T03:34:39.455Z] 994456c4fd7b: Preparing [2025-06-16T03:34:39.455Z] bf6512f40f05: Waiting [2025-06-16T03:34:39.455Z] 62deec87f970: Waiting [2025-06-16T03:34:39.455Z] df86b84bd3c5: Waiting [2025-06-16T03:34:39.455Z] 994456c4fd7b: Waiting [2025-06-16T03:34:39.455Z] 6c5f13eb0141: Layer already exists [2025-06-16T03:34:39.455Z] dae36013efc3: Layer already exists [2025-06-16T03:34:39.455Z] b6775f8f57c7: Layer already exists [2025-06-16T03:34:39.455Z] 1d1ac6c72a9e: Layer already exists [2025-06-16T03:34:39.455Z] f17021a9f238: Layer already exists [2025-06-16T03:34:39.455Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:39.455Z] 62deec87f970: Layer already exists [2025-06-16T03:34:39.455Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:39.455Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:39.455Z] 4.1.0-dev.24: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:39.783Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:40.110Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:40.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-16T03:34:40.110Z] b6775f8f57c7: Preparing [2025-06-16T03:34:40.110Z] 6c5f13eb0141: Preparing [2025-06-16T03:34:40.110Z] dae36013efc3: Preparing [2025-06-16T03:34:40.110Z] 1d1ac6c72a9e: Preparing [2025-06-16T03:34:40.110Z] f17021a9f238: Preparing [2025-06-16T03:34:40.110Z] bf6512f40f05: Preparing [2025-06-16T03:34:40.110Z] 62deec87f970: Preparing [2025-06-16T03:34:40.110Z] bf6512f40f05: Waiting [2025-06-16T03:34:40.110Z] df86b84bd3c5: Preparing [2025-06-16T03:34:40.110Z] 994456c4fd7b: Preparing [2025-06-16T03:34:40.110Z] df86b84bd3c5: Waiting [2025-06-16T03:34:40.110Z] 994456c4fd7b: Waiting [2025-06-16T03:34:40.110Z] 62deec87f970: Waiting [2025-06-16T03:34:40.110Z] f17021a9f238: Layer already exists [2025-06-16T03:34:40.110Z] b6775f8f57c7: Layer already exists [2025-06-16T03:34:40.110Z] 1d1ac6c72a9e: Layer already exists [2025-06-16T03:34:40.110Z] dae36013efc3: Layer already exists [2025-06-16T03:34:40.110Z] 6c5f13eb0141: Layer already exists [2025-06-16T03:34:40.110Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:40.110Z] 62deec87f970: Layer already exists [2025-06-16T03:34:40.110Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:40.110Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:40.110Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:40.442Z] + 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-16T03:34:40.765Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-16T03:34:40.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-16T03:34:40.765Z] b6775f8f57c7: Preparing [2025-06-16T03:34:40.765Z] 6c5f13eb0141: Preparing [2025-06-16T03:34:40.765Z] dae36013efc3: Preparing [2025-06-16T03:34:40.765Z] 1d1ac6c72a9e: Preparing [2025-06-16T03:34:40.765Z] f17021a9f238: Preparing [2025-06-16T03:34:40.765Z] bf6512f40f05: Preparing [2025-06-16T03:34:40.765Z] 62deec87f970: Preparing [2025-06-16T03:34:40.765Z] df86b84bd3c5: Preparing [2025-06-16T03:34:40.765Z] 994456c4fd7b: Preparing [2025-06-16T03:34:40.765Z] 62deec87f970: Waiting [2025-06-16T03:34:40.765Z] df86b84bd3c5: Waiting [2025-06-16T03:34:40.765Z] 994456c4fd7b: Waiting [2025-06-16T03:34:40.765Z] 1d1ac6c72a9e: Layer already exists [2025-06-16T03:34:40.765Z] dae36013efc3: Layer already exists [2025-06-16T03:34:40.765Z] 6c5f13eb0141: Layer already exists [2025-06-16T03:34:40.765Z] f17021a9f238: Layer already exists [2025-06-16T03:34:40.765Z] b6775f8f57c7: Layer already exists [2025-06-16T03:34:40.765Z] 62deec87f970: Layer already exists [2025-06-16T03:34:40.765Z] df86b84bd3c5: Layer already exists [2025-06-16T03:34:40.765Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:40.765Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:40.765Z] main: digest: sha256:cde5993cdecfaa8731d01422f7dd94061aabf122f10d595ca7698e9ed777b114 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:40.832Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:40.846Z] taggedImages: [2025-06-16T03:34:40.846Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:40.846Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-16T03:34:40.846Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-16T03:34:40.846Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:40.846Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-16T03:34:40.874Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-16T03:34:40.874Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:40.874Z] latest [2025-06-16T03:34:40.874Z] 4.1.0-dev.24 [2025-06-16T03:34:40.874Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:40.874Z] main [2025-06-16T03:34:40.874Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:41.218Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:41.460Z] #88 ... [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #83 DONE 128.7s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #91 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #91 DONE 122.0s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #88 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #88 DONE 125.4s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #119 [core-data builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #119 ... [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #94 DONE 114.5s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #84 DONE 128.5s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #120 ... [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #113 DONE 108.5s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-16T03:34:41.460Z] #121 ... [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #122 [support-scheduler builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #122 DONE 2.0s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #119 [core-data builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #119 DONE 2.0s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #120 DONE 1.9s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #123 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #123 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #124 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:34:41.460Z] #125 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:34:41.460Z] #126 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #127 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #128 [core-metadata builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #128 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #129 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:34:41.460Z] #129 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #130 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #131 [core-command builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #131 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #132 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #133 [security-proxy-auth builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #133 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:34:41.460Z] #134 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #135 [support-notifications builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #135 DONE 2.1s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T03:34:41.460Z] #136 ... [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #137 [security-bootstrapper builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #137 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:34:41.460Z] #138 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #139 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-16T03:34:41.460Z] #140 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #141 [security-proxy-setup builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #141 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-16T03:34:41.460Z] #142 CACHED [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #143 [security-secretstore-setup builder 6/7] COPY . . [2025-06-16T03:34:41.460Z] #143 DONE 2.3s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-16T03:34:41.460Z] #144 ... [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-16T03:34:41.460Z] #121 DONE 1.3s [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-16T03:34:41.460Z] #145 ... [2025-06-16T03:34:41.460Z] [2025-06-16T03:34:41.460Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T03:34:41.460Z] #136 5.855 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-16T03:34:41.536Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:41.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-16T03:34:41.537Z] e9881a69b817: Preparing [2025-06-16T03:34:41.537Z] 97e01b001783: Preparing [2025-06-16T03:34:41.537Z] b8e2d1458de9: Preparing [2025-06-16T03:34:41.537Z] 630dad7206c2: Preparing [2025-06-16T03:34:41.537Z] c04de01c21b9: Preparing [2025-06-16T03:34:41.537Z] f17021a9f238: Preparing [2025-06-16T03:34:41.537Z] bf6512f40f05: Preparing [2025-06-16T03:34:41.537Z] 2c608fb7cc84: Preparing [2025-06-16T03:34:41.537Z] 37263d48d540: Preparing [2025-06-16T03:34:41.537Z] 9888f02b4f73: Preparing [2025-06-16T03:34:41.537Z] 994456c4fd7b: Preparing [2025-06-16T03:34:41.537Z] f17021a9f238: Waiting [2025-06-16T03:34:41.537Z] 37263d48d540: Waiting [2025-06-16T03:34:41.537Z] bf6512f40f05: Waiting [2025-06-16T03:34:41.537Z] 2c608fb7cc84: Waiting [2025-06-16T03:34:41.537Z] 9888f02b4f73: Waiting [2025-06-16T03:34:41.537Z] 630dad7206c2: Pushed [2025-06-16T03:34:41.537Z] 97e01b001783: Pushed [2025-06-16T03:34:41.537Z] e9881a69b817: Pushed [2025-06-16T03:34:41.537Z] c04de01c21b9: Pushed [2025-06-16T03:34:41.537Z] f17021a9f238: Layer already exists [2025-06-16T03:34:41.537Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:41.537Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:41.537Z] 37263d48d540: Pushed [2025-06-16T03:34:41.796Z] 2c608fb7cc84: Pushed [2025-06-16T03:34:43.171Z] 9888f02b4f73: Pushed [2025-06-16T03:34:43.422Z] #136 ... [2025-06-16T03:34:43.422Z] [2025-06-16T03:34:43.422Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T03:34:43.422Z] #0 4.721 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-16T03:34:43.422Z] #146 ... [2025-06-16T03:34:43.422Z] [2025-06-16T03:34:43.422Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T03:34:43.422Z] #0 5.619 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-16T03:34:43.430Z] b8e2d1458de9: Pushed [2025-06-16T03:34:43.689Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv [2025-06-16T03:34:43.722Z] #147 ... [2025-06-16T03:34:43.722Z] [2025-06-16T03:34:43.722Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T03:34:43.722Z] #0 5.667 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-16T03:34:43.722Z] #148 ... [2025-06-16T03:34:43.722Z] [2025-06-16T03:34:43.722Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T03:34:43.722Z] #0 5.972 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:44.012Z] #149 ... [2025-06-16T03:34:44.012Z] [2025-06-16T03:34:44.012Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-16T03:34:44.012Z] #0 5.528 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-16T03:34:44.012Z] #150 ... [2025-06-16T03:34:44.012Z] [2025-06-16T03:34:44.012Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-16T03:34:44.012Z] #0 4.443 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-16T03:34:44.194Z] + 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-16T03:34:44.304Z] #151 ... [2025-06-16T03:34:44.304Z] [2025-06-16T03:34:44.304Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-16T03:34:44.304Z] #0 5.182 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-16T03:34:44.304Z] #152 ... [2025-06-16T03:34:44.304Z] [2025-06-16T03:34:44.304Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T03:34:44.304Z] #0 6.194 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-16T03:34:44.558Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-16T03:34:44.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-16T03:34:44.558Z] e9881a69b817: Preparing [2025-06-16T03:34:44.558Z] 97e01b001783: Preparing [2025-06-16T03:34:44.558Z] b8e2d1458de9: Preparing [2025-06-16T03:34:44.558Z] 630dad7206c2: Preparing [2025-06-16T03:34:44.558Z] c04de01c21b9: Preparing [2025-06-16T03:34:44.558Z] f17021a9f238: Preparing [2025-06-16T03:34:44.558Z] bf6512f40f05: Preparing [2025-06-16T03:34:44.558Z] 2c608fb7cc84: Preparing [2025-06-16T03:34:44.558Z] 37263d48d540: Preparing [2025-06-16T03:34:44.558Z] 9888f02b4f73: Preparing [2025-06-16T03:34:44.558Z] bf6512f40f05: Waiting [2025-06-16T03:34:44.558Z] 2c608fb7cc84: Waiting [2025-06-16T03:34:44.558Z] 37263d48d540: Waiting [2025-06-16T03:34:44.558Z] f17021a9f238: Waiting [2025-06-16T03:34:44.558Z] 994456c4fd7b: Preparing [2025-06-16T03:34:44.558Z] 994456c4fd7b: Waiting [2025-06-16T03:34:44.558Z] 9888f02b4f73: Waiting [2025-06-16T03:34:44.558Z] 630dad7206c2: Layer already exists [2025-06-16T03:34:44.558Z] b8e2d1458de9: Layer already exists [2025-06-16T03:34:44.558Z] e9881a69b817: Layer already exists [2025-06-16T03:34:44.558Z] c04de01c21b9: Layer already exists [2025-06-16T03:34:44.558Z] 97e01b001783: Layer already exists [2025-06-16T03:34:44.558Z] f17021a9f238: Layer already exists [2025-06-16T03:34:44.558Z] 2c608fb7cc84: Layer already exists [2025-06-16T03:34:44.558Z] 37263d48d540: Layer already exists [2025-06-16T03:34:44.558Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:44.558Z] 9888f02b4f73: Layer already exists [2025-06-16T03:34:44.558Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:44.558Z] latest: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [2025-06-16T03:34:44.578Z] #153 ... [2025-06-16T03:34:44.578Z] [2025-06-16T03:34:44.578Z] #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-16T03:34:44.578Z] #0 6.416 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:44.909Z] #154 ... [2025-06-16T03:34:44.909Z] [2025-06-16T03:34:44.909Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-16T03:34:44.909Z] #145 5.639 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-16T03:34:44.957Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:45.280Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-16T03:34:45.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-16T03:34:45.280Z] e9881a69b817: Preparing [2025-06-16T03:34:45.280Z] 97e01b001783: Preparing [2025-06-16T03:34:45.280Z] b8e2d1458de9: Preparing [2025-06-16T03:34:45.280Z] 630dad7206c2: Preparing [2025-06-16T03:34:45.280Z] c04de01c21b9: Preparing [2025-06-16T03:34:45.280Z] f17021a9f238: Preparing [2025-06-16T03:34:45.280Z] bf6512f40f05: Preparing [2025-06-16T03:34:45.280Z] 2c608fb7cc84: Preparing [2025-06-16T03:34:45.280Z] 37263d48d540: Preparing [2025-06-16T03:34:45.280Z] 9888f02b4f73: Preparing [2025-06-16T03:34:45.280Z] 994456c4fd7b: Preparing [2025-06-16T03:34:45.280Z] 2c608fb7cc84: Waiting [2025-06-16T03:34:45.280Z] bf6512f40f05: Waiting [2025-06-16T03:34:45.280Z] f17021a9f238: Waiting [2025-06-16T03:34:45.280Z] 37263d48d540: Waiting [2025-06-16T03:34:45.280Z] 9888f02b4f73: Waiting [2025-06-16T03:34:45.280Z] 994456c4fd7b: Waiting [2025-06-16T03:34:45.280Z] e9881a69b817: Layer already exists [2025-06-16T03:34:45.280Z] b8e2d1458de9: Layer already exists [2025-06-16T03:34:45.280Z] 97e01b001783: Layer already exists [2025-06-16T03:34:45.280Z] 630dad7206c2: Layer already exists [2025-06-16T03:34:45.280Z] c04de01c21b9: Layer already exists [2025-06-16T03:34:45.280Z] 2c608fb7cc84: Layer already exists [2025-06-16T03:34:45.280Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:45.280Z] f17021a9f238: Layer already exists [2025-06-16T03:34:45.281Z] 9888f02b4f73: Layer already exists [2025-06-16T03:34:45.281Z] 37263d48d540: Layer already exists [2025-06-16T03:34:45.281Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:45.281Z] 4.1.0-dev.24: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:45.606Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:45.928Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:45.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-16T03:34:45.928Z] e9881a69b817: Preparing [2025-06-16T03:34:45.928Z] 97e01b001783: Preparing [2025-06-16T03:34:45.928Z] b8e2d1458de9: Preparing [2025-06-16T03:34:45.928Z] 630dad7206c2: Preparing [2025-06-16T03:34:45.928Z] c04de01c21b9: Preparing [2025-06-16T03:34:45.928Z] f17021a9f238: Preparing [2025-06-16T03:34:45.928Z] bf6512f40f05: Preparing [2025-06-16T03:34:45.928Z] 2c608fb7cc84: Preparing [2025-06-16T03:34:45.928Z] 37263d48d540: Preparing [2025-06-16T03:34:45.928Z] 9888f02b4f73: Preparing [2025-06-16T03:34:45.928Z] 994456c4fd7b: Preparing [2025-06-16T03:34:45.928Z] 37263d48d540: Waiting [2025-06-16T03:34:45.928Z] f17021a9f238: Waiting [2025-06-16T03:34:45.928Z] 994456c4fd7b: Waiting [2025-06-16T03:34:45.928Z] bf6512f40f05: Waiting [2025-06-16T03:34:45.928Z] 2c608fb7cc84: Waiting [2025-06-16T03:34:45.928Z] e9881a69b817: Layer already exists [2025-06-16T03:34:45.928Z] b8e2d1458de9: Layer already exists [2025-06-16T03:34:45.928Z] 97e01b001783: Layer already exists [2025-06-16T03:34:45.928Z] c04de01c21b9: Layer already exists [2025-06-16T03:34:45.928Z] 630dad7206c2: Layer already exists [2025-06-16T03:34:45.928Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:45.928Z] f17021a9f238: Layer already exists [2025-06-16T03:34:45.928Z] 2c608fb7cc84: Layer already exists [2025-06-16T03:34:45.928Z] 37263d48d540: Layer already exists [2025-06-16T03:34:45.928Z] 9888f02b4f73: Layer already exists [2025-06-16T03:34:45.928Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:45.928Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:46.253Z] + 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-16T03:34:46.574Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-16T03:34:46.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-16T03:34:46.574Z] e9881a69b817: Preparing [2025-06-16T03:34:46.574Z] 97e01b001783: Preparing [2025-06-16T03:34:46.574Z] b8e2d1458de9: Preparing [2025-06-16T03:34:46.574Z] 630dad7206c2: Preparing [2025-06-16T03:34:46.574Z] c04de01c21b9: Preparing [2025-06-16T03:34:46.574Z] f17021a9f238: Preparing [2025-06-16T03:34:46.574Z] bf6512f40f05: Preparing [2025-06-16T03:34:46.574Z] 2c608fb7cc84: Preparing [2025-06-16T03:34:46.574Z] 37263d48d540: Preparing [2025-06-16T03:34:46.574Z] 9888f02b4f73: Preparing [2025-06-16T03:34:46.574Z] 994456c4fd7b: Preparing [2025-06-16T03:34:46.574Z] 37263d48d540: Waiting [2025-06-16T03:34:46.574Z] 2c608fb7cc84: Waiting [2025-06-16T03:34:46.574Z] 9888f02b4f73: Waiting [2025-06-16T03:34:46.574Z] 994456c4fd7b: Waiting [2025-06-16T03:34:46.574Z] f17021a9f238: Waiting [2025-06-16T03:34:46.574Z] bf6512f40f05: Waiting [2025-06-16T03:34:46.574Z] c04de01c21b9: Layer already exists [2025-06-16T03:34:46.574Z] b8e2d1458de9: Layer already exists [2025-06-16T03:34:46.574Z] 97e01b001783: Layer already exists [2025-06-16T03:34:46.574Z] 630dad7206c2: Layer already exists [2025-06-16T03:34:46.574Z] e9881a69b817: Layer already exists [2025-06-16T03:34:46.574Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:46.574Z] 9888f02b4f73: Layer already exists [2025-06-16T03:34:46.574Z] f17021a9f238: Layer already exists [2025-06-16T03:34:46.574Z] 37263d48d540: Layer already exists [2025-06-16T03:34:46.574Z] 2c608fb7cc84: Layer already exists [2025-06-16T03:34:46.574Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:46.574Z] main: digest: sha256:9fc04073a5f0bd40a64b0b8caaae1a81ab7454e885364761c34704efd35de6b8 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:46.641Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:46.654Z] taggedImages: [2025-06-16T03:34:46.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:46.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-16T03:34:46.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-16T03:34:46.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:46.654Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-16T03:34:46.678Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-16T03:34:46.678Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:46.678Z] latest [2025-06-16T03:34:46.678Z] 4.1.0-dev.24 [2025-06-16T03:34:46.678Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:46.678Z] main [2025-06-16T03:34:46.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:47.024Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:47.345Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:47.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-16T03:34:47.345Z] 5a7682611344: Preparing [2025-06-16T03:34:47.345Z] 30f9b36281e8: Preparing [2025-06-16T03:34:47.345Z] b8172ef527e4: Preparing [2025-06-16T03:34:47.345Z] b851127278c1: Preparing [2025-06-16T03:34:47.345Z] 36904f787bf8: Preparing [2025-06-16T03:34:47.345Z] 3a5adc7ca2df: Preparing [2025-06-16T03:34:47.345Z] e84c011ab554: Preparing [2025-06-16T03:34:47.345Z] f17021a9f238: Preparing [2025-06-16T03:34:47.345Z] bf6512f40f05: Preparing [2025-06-16T03:34:47.345Z] 67999ecaa4cb: Preparing [2025-06-16T03:34:47.345Z] 3bd429f241a1: Preparing [2025-06-16T03:34:47.345Z] 994456c4fd7b: Preparing [2025-06-16T03:34:47.345Z] bf6512f40f05: Waiting [2025-06-16T03:34:47.345Z] 67999ecaa4cb: Waiting [2025-06-16T03:34:47.345Z] f17021a9f238: Waiting [2025-06-16T03:34:47.345Z] e84c011ab554: Waiting [2025-06-16T03:34:47.345Z] 994456c4fd7b: Waiting [2025-06-16T03:34:47.345Z] 36904f787bf8: Pushed [2025-06-16T03:34:47.345Z] 30f9b36281e8: Pushed [2025-06-16T03:34:47.345Z] 5a7682611344: Pushed [2025-06-16T03:34:47.345Z] f17021a9f238: Layer already exists [2025-06-16T03:34:47.345Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:47.603Z] 3a5adc7ca2df: Pushed [2025-06-16T03:34:47.603Z] e84c011ab554: Pushed [2025-06-16T03:34:47.603Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:47.603Z] 67999ecaa4cb: Pushed [2025-06-16T03:34:48.976Z] 3bd429f241a1: Pushed [2025-06-16T03:34:49.234Z] b851127278c1: Pushed [2025-06-16T03:34:50.170Z] b8172ef527e4: Pushed [2025-06-16T03:34:50.170Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:50.293Z] #145 ... [2025-06-16T03:34:50.293Z] [2025-06-16T03:34:50.293Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-16T03:34:50.293Z] #144 6.115 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-16T03:34:50.503Z] + 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-16T03:34:50.818Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-16T03:34:50.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-16T03:34:50.818Z] 5a7682611344: Preparing [2025-06-16T03:34:50.818Z] 30f9b36281e8: Preparing [2025-06-16T03:34:50.818Z] b8172ef527e4: Preparing [2025-06-16T03:34:50.818Z] b851127278c1: Preparing [2025-06-16T03:34:50.818Z] 36904f787bf8: Preparing [2025-06-16T03:34:50.818Z] 3a5adc7ca2df: Preparing [2025-06-16T03:34:50.818Z] e84c011ab554: Preparing [2025-06-16T03:34:50.818Z] f17021a9f238: Preparing [2025-06-16T03:34:50.818Z] bf6512f40f05: Preparing [2025-06-16T03:34:50.818Z] 67999ecaa4cb: Preparing [2025-06-16T03:34:50.818Z] 3bd429f241a1: Preparing [2025-06-16T03:34:50.818Z] 994456c4fd7b: Preparing [2025-06-16T03:34:50.818Z] e84c011ab554: Waiting [2025-06-16T03:34:50.818Z] 67999ecaa4cb: Waiting [2025-06-16T03:34:50.818Z] f17021a9f238: Waiting [2025-06-16T03:34:50.818Z] 3bd429f241a1: Waiting [2025-06-16T03:34:50.818Z] 994456c4fd7b: Waiting [2025-06-16T03:34:50.818Z] bf6512f40f05: Waiting [2025-06-16T03:34:50.818Z] 3a5adc7ca2df: Waiting [2025-06-16T03:34:50.818Z] 5a7682611344: Layer already exists [2025-06-16T03:34:50.818Z] b851127278c1: Layer already exists [2025-06-16T03:34:50.818Z] b8172ef527e4: Layer already exists [2025-06-16T03:34:50.818Z] 30f9b36281e8: Layer already exists [2025-06-16T03:34:50.818Z] 36904f787bf8: Layer already exists [2025-06-16T03:34:50.818Z] f17021a9f238: Layer already exists [2025-06-16T03:34:50.818Z] e84c011ab554: Layer already exists [2025-06-16T03:34:50.818Z] 3a5adc7ca2df: Layer already exists [2025-06-16T03:34:50.818Z] 67999ecaa4cb: Layer already exists [2025-06-16T03:34:50.818Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:50.818Z] 3bd429f241a1: Layer already exists [2025-06-16T03:34:50.818Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:50.818Z] latest: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:51.143Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:51.483Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-16T03:34:51.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-16T03:34:51.483Z] 5a7682611344: Preparing [2025-06-16T03:34:51.483Z] 30f9b36281e8: Preparing [2025-06-16T03:34:51.483Z] b8172ef527e4: Preparing [2025-06-16T03:34:51.483Z] b851127278c1: Preparing [2025-06-16T03:34:51.483Z] 36904f787bf8: Preparing [2025-06-16T03:34:51.483Z] 3a5adc7ca2df: Preparing [2025-06-16T03:34:51.483Z] e84c011ab554: Preparing [2025-06-16T03:34:51.483Z] f17021a9f238: Preparing [2025-06-16T03:34:51.483Z] bf6512f40f05: Preparing [2025-06-16T03:34:51.483Z] 67999ecaa4cb: Preparing [2025-06-16T03:34:51.483Z] 3bd429f241a1: Preparing [2025-06-16T03:34:51.483Z] 994456c4fd7b: Preparing [2025-06-16T03:34:51.483Z] bf6512f40f05: Waiting [2025-06-16T03:34:51.483Z] 3a5adc7ca2df: Waiting [2025-06-16T03:34:51.483Z] 67999ecaa4cb: Waiting [2025-06-16T03:34:51.483Z] f17021a9f238: Waiting [2025-06-16T03:34:51.483Z] e84c011ab554: Waiting [2025-06-16T03:34:51.483Z] 994456c4fd7b: Waiting [2025-06-16T03:34:51.483Z] 3bd429f241a1: Waiting [2025-06-16T03:34:51.483Z] 5a7682611344: Layer already exists [2025-06-16T03:34:51.483Z] b851127278c1: Layer already exists [2025-06-16T03:34:51.483Z] b8172ef527e4: Layer already exists [2025-06-16T03:34:51.483Z] 30f9b36281e8: Layer already exists [2025-06-16T03:34:51.483Z] 36904f787bf8: Layer already exists [2025-06-16T03:34:51.483Z] f17021a9f238: Layer already exists [2025-06-16T03:34:51.483Z] e84c011ab554: Layer already exists [2025-06-16T03:34:51.483Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:51.483Z] 3a5adc7ca2df: Layer already exists [2025-06-16T03:34:51.483Z] 67999ecaa4cb: Layer already exists [2025-06-16T03:34:51.483Z] 3bd429f241a1: Layer already exists [2025-06-16T03:34:51.483Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:51.483Z] 4.1.0-dev.24: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:51.808Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:52.131Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:52.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-16T03:34:52.131Z] 5a7682611344: Preparing [2025-06-16T03:34:52.131Z] 30f9b36281e8: Preparing [2025-06-16T03:34:52.131Z] b8172ef527e4: Preparing [2025-06-16T03:34:52.131Z] b851127278c1: Preparing [2025-06-16T03:34:52.131Z] 36904f787bf8: Preparing [2025-06-16T03:34:52.131Z] 3a5adc7ca2df: Preparing [2025-06-16T03:34:52.131Z] e84c011ab554: Preparing [2025-06-16T03:34:52.131Z] f17021a9f238: Preparing [2025-06-16T03:34:52.131Z] bf6512f40f05: Preparing [2025-06-16T03:34:52.131Z] 67999ecaa4cb: Preparing [2025-06-16T03:34:52.131Z] 3bd429f241a1: Preparing [2025-06-16T03:34:52.131Z] 994456c4fd7b: Preparing [2025-06-16T03:34:52.131Z] e84c011ab554: Waiting [2025-06-16T03:34:52.131Z] f17021a9f238: Waiting [2025-06-16T03:34:52.131Z] bf6512f40f05: Waiting [2025-06-16T03:34:52.131Z] 67999ecaa4cb: Waiting [2025-06-16T03:34:52.131Z] 3bd429f241a1: Waiting [2025-06-16T03:34:52.131Z] 994456c4fd7b: Waiting [2025-06-16T03:34:52.131Z] 3a5adc7ca2df: Waiting [2025-06-16T03:34:52.131Z] 30f9b36281e8: Layer already exists [2025-06-16T03:34:52.131Z] 5a7682611344: Layer already exists [2025-06-16T03:34:52.131Z] b8172ef527e4: Layer already exists [2025-06-16T03:34:52.131Z] 36904f787bf8: Layer already exists [2025-06-16T03:34:52.131Z] b851127278c1: Layer already exists [2025-06-16T03:34:52.131Z] e84c011ab554: Layer already exists [2025-06-16T03:34:52.131Z] 3a5adc7ca2df: Layer already exists [2025-06-16T03:34:52.131Z] f17021a9f238: Layer already exists [2025-06-16T03:34:52.131Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:52.131Z] 67999ecaa4cb: Layer already exists [2025-06-16T03:34:52.131Z] 3bd429f241a1: Layer already exists [2025-06-16T03:34:52.131Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:52.131Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:52.455Z] + 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-16T03:34:52.778Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-16T03:34:52.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-16T03:34:52.778Z] 5a7682611344: Preparing [2025-06-16T03:34:52.778Z] 30f9b36281e8: Preparing [2025-06-16T03:34:52.778Z] b8172ef527e4: Preparing [2025-06-16T03:34:52.778Z] b851127278c1: Preparing [2025-06-16T03:34:52.778Z] 36904f787bf8: Preparing [2025-06-16T03:34:52.778Z] 3a5adc7ca2df: Preparing [2025-06-16T03:34:52.778Z] e84c011ab554: Preparing [2025-06-16T03:34:52.778Z] f17021a9f238: Preparing [2025-06-16T03:34:52.778Z] bf6512f40f05: Preparing [2025-06-16T03:34:52.778Z] 67999ecaa4cb: Preparing [2025-06-16T03:34:52.778Z] 3bd429f241a1: Preparing [2025-06-16T03:34:52.778Z] 994456c4fd7b: Preparing [2025-06-16T03:34:52.778Z] e84c011ab554: Waiting [2025-06-16T03:34:52.778Z] f17021a9f238: Waiting [2025-06-16T03:34:52.778Z] bf6512f40f05: Waiting [2025-06-16T03:34:52.778Z] 67999ecaa4cb: Waiting [2025-06-16T03:34:52.778Z] 3bd429f241a1: Waiting [2025-06-16T03:34:52.778Z] 994456c4fd7b: Waiting [2025-06-16T03:34:52.778Z] 3a5adc7ca2df: Waiting [2025-06-16T03:34:52.778Z] 30f9b36281e8: Layer already exists [2025-06-16T03:34:52.778Z] 36904f787bf8: Layer already exists [2025-06-16T03:34:52.778Z] b851127278c1: Layer already exists [2025-06-16T03:34:52.778Z] b8172ef527e4: Layer already exists [2025-06-16T03:34:52.778Z] 5a7682611344: Layer already exists [2025-06-16T03:34:52.778Z] 3a5adc7ca2df: Layer already exists [2025-06-16T03:34:52.778Z] e84c011ab554: Layer already exists [2025-06-16T03:34:52.778Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:52.778Z] 67999ecaa4cb: Layer already exists [2025-06-16T03:34:52.778Z] f17021a9f238: Layer already exists [2025-06-16T03:34:52.778Z] 3bd429f241a1: Layer already exists [2025-06-16T03:34:52.778Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:52.778Z] main: digest: sha256:96ecf3a7fd444a0550ad522a0fa10ebe722d6988df593ca65a4bc7935d960f15 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:52.860Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:52.874Z] taggedImages: [2025-06-16T03:34:52.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:52.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-16T03:34:52.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-16T03:34:52.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:52.874Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-16T03:34:52.904Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-16T03:34:52.904Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:52.904Z] latest [2025-06-16T03:34:52.904Z] 4.1.0-dev.24 [2025-06-16T03:34:52.904Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:52.904Z] main [2025-06-16T03:34:52.904Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:53.260Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:53.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:53.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-16T03:34:53.583Z] ceb742d585c9: Preparing [2025-06-16T03:34:53.583Z] e47490925df1: Preparing [2025-06-16T03:34:53.583Z] f17021a9f238: Preparing [2025-06-16T03:34:53.583Z] bf6512f40f05: Preparing [2025-06-16T03:34:53.583Z] 7af7960a1761: Preparing [2025-06-16T03:34:53.583Z] bee6df6f9cd5: Preparing [2025-06-16T03:34:53.583Z] 994456c4fd7b: Preparing [2025-06-16T03:34:53.583Z] 994456c4fd7b: Waiting [2025-06-16T03:34:53.583Z] bee6df6f9cd5: Waiting [2025-06-16T03:34:53.583Z] f17021a9f238: Layer already exists [2025-06-16T03:34:53.583Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:53.583Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:53.583Z] 7af7960a1761: Pushed [2025-06-16T03:34:53.583Z] ceb742d585c9: Pushed [2025-06-16T03:34:54.519Z] bee6df6f9cd5: Pushed [2025-06-16T03:34:57.054Z] e47490925df1: Pushed [2025-06-16T03:34:57.054Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:57.387Z] + 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-16T03:34:57.716Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-16T03:34:57.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-16T03:34:57.716Z] ceb742d585c9: Preparing [2025-06-16T03:34:57.716Z] e47490925df1: Preparing [2025-06-16T03:34:57.716Z] f17021a9f238: Preparing [2025-06-16T03:34:57.716Z] bf6512f40f05: Preparing [2025-06-16T03:34:57.716Z] 7af7960a1761: Preparing [2025-06-16T03:34:57.716Z] bee6df6f9cd5: Preparing [2025-06-16T03:34:57.716Z] 994456c4fd7b: Preparing [2025-06-16T03:34:57.716Z] bee6df6f9cd5: Waiting [2025-06-16T03:34:57.716Z] f17021a9f238: Layer already exists [2025-06-16T03:34:57.716Z] 7af7960a1761: Layer already exists [2025-06-16T03:34:57.716Z] e47490925df1: Layer already exists [2025-06-16T03:34:57.716Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:57.716Z] ceb742d585c9: Layer already exists [2025-06-16T03:34:57.716Z] bee6df6f9cd5: Layer already exists [2025-06-16T03:34:57.716Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:57.716Z] latest: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:58.045Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:58.378Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-16T03:34:58.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-16T03:34:58.379Z] ceb742d585c9: Preparing [2025-06-16T03:34:58.379Z] e47490925df1: Preparing [2025-06-16T03:34:58.379Z] f17021a9f238: Preparing [2025-06-16T03:34:58.379Z] bf6512f40f05: Preparing [2025-06-16T03:34:58.379Z] 7af7960a1761: Preparing [2025-06-16T03:34:58.379Z] bee6df6f9cd5: Preparing [2025-06-16T03:34:58.379Z] 994456c4fd7b: Preparing [2025-06-16T03:34:58.379Z] bee6df6f9cd5: Waiting [2025-06-16T03:34:58.379Z] 994456c4fd7b: Waiting [2025-06-16T03:34:58.379Z] 7af7960a1761: Layer already exists [2025-06-16T03:34:58.379Z] f17021a9f238: Layer already exists [2025-06-16T03:34:58.379Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:58.379Z] ceb742d585c9: Layer already exists [2025-06-16T03:34:58.379Z] e47490925df1: Layer already exists [2025-06-16T03:34:58.379Z] bee6df6f9cd5: Layer already exists [2025-06-16T03:34:58.379Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:58.379Z] 4.1.0-dev.24: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:58.713Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:59.031Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:59.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-16T03:34:59.031Z] ceb742d585c9: Preparing [2025-06-16T03:34:59.031Z] e47490925df1: Preparing [2025-06-16T03:34:59.031Z] f17021a9f238: Preparing [2025-06-16T03:34:59.031Z] bf6512f40f05: Preparing [2025-06-16T03:34:59.031Z] 7af7960a1761: Preparing [2025-06-16T03:34:59.031Z] bee6df6f9cd5: Preparing [2025-06-16T03:34:59.031Z] 994456c4fd7b: Preparing [2025-06-16T03:34:59.031Z] 994456c4fd7b: Waiting [2025-06-16T03:34:59.031Z] ceb742d585c9: Layer already exists [2025-06-16T03:34:59.031Z] e47490925df1: Layer already exists [2025-06-16T03:34:59.031Z] 7af7960a1761: Layer already exists [2025-06-16T03:34:59.031Z] f17021a9f238: Layer already exists [2025-06-16T03:34:59.031Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:59.031Z] bee6df6f9cd5: Layer already exists [2025-06-16T03:34:59.031Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:59.031Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:34:59.362Z] + 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-16T03:34:59.710Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-16T03:34:59.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-16T03:34:59.711Z] ceb742d585c9: Preparing [2025-06-16T03:34:59.711Z] e47490925df1: Preparing [2025-06-16T03:34:59.711Z] f17021a9f238: Preparing [2025-06-16T03:34:59.711Z] bf6512f40f05: Preparing [2025-06-16T03:34:59.711Z] 7af7960a1761: Preparing [2025-06-16T03:34:59.711Z] bee6df6f9cd5: Preparing [2025-06-16T03:34:59.711Z] 994456c4fd7b: Preparing [2025-06-16T03:34:59.711Z] bee6df6f9cd5: Waiting [2025-06-16T03:34:59.711Z] 994456c4fd7b: Waiting [2025-06-16T03:34:59.711Z] ceb742d585c9: Layer already exists [2025-06-16T03:34:59.711Z] e47490925df1: Layer already exists [2025-06-16T03:34:59.711Z] f17021a9f238: Layer already exists [2025-06-16T03:34:59.711Z] bf6512f40f05: Layer already exists [2025-06-16T03:34:59.711Z] 7af7960a1761: Layer already exists [2025-06-16T03:34:59.711Z] bee6df6f9cd5: Layer already exists [2025-06-16T03:34:59.711Z] 994456c4fd7b: Layer already exists [2025-06-16T03:34:59.711Z] main: digest: sha256:355b465226d5104bbbbd1bb04cfb3038e25be981acd28b41acf3c635ab9f685b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:34:59.786Z] ===================================================== [Pipeline] echo [2025-06-16T03:34:59.802Z] taggedImages: [2025-06-16T03:34:59.802Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:59.802Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-16T03:34:59.802Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-16T03:34:59.802Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:59.802Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-16T03:34:59.836Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-16T03:34:59.836Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:34:59.836Z] latest [2025-06-16T03:34:59.836Z] 4.1.0-dev.24 [2025-06-16T03:34:59.836Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:34:59.836Z] main [2025-06-16T03:34:59.836Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:00.176Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:00.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:00.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-16T03:35:00.501Z] f7218f968b27: Preparing [2025-06-16T03:35:00.501Z] 1bd23b143018: Preparing [2025-06-16T03:35:00.501Z] b8efd6f513a2: Preparing [2025-06-16T03:35:00.501Z] f17021a9f238: Preparing [2025-06-16T03:35:00.501Z] bf6512f40f05: Preparing [2025-06-16T03:35:00.501Z] 774baa02d0e2: Preparing [2025-06-16T03:35:00.501Z] 048836434330: Preparing [2025-06-16T03:35:00.501Z] d826e195db4c: Preparing [2025-06-16T03:35:00.501Z] 43cbacd09f84: Preparing [2025-06-16T03:35:00.501Z] 048836434330: Waiting [2025-06-16T03:35:00.501Z] 994456c4fd7b: Preparing [2025-06-16T03:35:00.501Z] 43cbacd09f84: Waiting [2025-06-16T03:35:00.501Z] 994456c4fd7b: Waiting [2025-06-16T03:35:00.501Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:00.501Z] f17021a9f238: Layer already exists [2025-06-16T03:35:00.501Z] 1bd23b143018: Pushed [2025-06-16T03:35:00.501Z] b8efd6f513a2: Pushed [2025-06-16T03:35:00.501Z] f7218f968b27: Pushed [2025-06-16T03:35:00.501Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:00.501Z] d826e195db4c: Pushed [2025-06-16T03:35:01.068Z] 43cbacd09f84: Pushed [2025-06-16T03:35:05.260Z] 048836434330: Pushed [2025-06-16T03:35:11.826Z] 774baa02d0e2: Pushed [2025-06-16T03:35:11.826Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:12.163Z] + 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-16T03:35:12.491Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-16T03:35:12.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-16T03:35:12.491Z] f7218f968b27: Preparing [2025-06-16T03:35:12.491Z] 1bd23b143018: Preparing [2025-06-16T03:35:12.491Z] b8efd6f513a2: Preparing [2025-06-16T03:35:12.491Z] f17021a9f238: Preparing [2025-06-16T03:35:12.491Z] bf6512f40f05: Preparing [2025-06-16T03:35:12.491Z] 774baa02d0e2: Preparing [2025-06-16T03:35:12.491Z] 048836434330: Preparing [2025-06-16T03:35:12.491Z] d826e195db4c: Preparing [2025-06-16T03:35:12.491Z] 43cbacd09f84: Preparing [2025-06-16T03:35:12.491Z] 994456c4fd7b: Preparing [2025-06-16T03:35:12.491Z] 774baa02d0e2: Waiting [2025-06-16T03:35:12.491Z] 048836434330: Waiting [2025-06-16T03:35:12.491Z] d826e195db4c: Waiting [2025-06-16T03:35:12.491Z] 43cbacd09f84: Waiting [2025-06-16T03:35:12.491Z] 994456c4fd7b: Waiting [2025-06-16T03:35:12.491Z] f7218f968b27: Layer already exists [2025-06-16T03:35:12.491Z] b8efd6f513a2: Layer already exists [2025-06-16T03:35:12.491Z] f17021a9f238: Layer already exists [2025-06-16T03:35:12.491Z] 1bd23b143018: Layer already exists [2025-06-16T03:35:12.491Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:12.491Z] 048836434330: Layer already exists [2025-06-16T03:35:12.491Z] 774baa02d0e2: Layer already exists [2025-06-16T03:35:12.491Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:12.491Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:12.491Z] d826e195db4c: Layer already exists [2025-06-16T03:35:12.491Z] latest: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:12.838Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:13.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-16T03:35:13.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-16T03:35:13.158Z] f7218f968b27: Preparing [2025-06-16T03:35:13.158Z] 1bd23b143018: Preparing [2025-06-16T03:35:13.158Z] b8efd6f513a2: Preparing [2025-06-16T03:35:13.158Z] f17021a9f238: Preparing [2025-06-16T03:35:13.158Z] bf6512f40f05: Preparing [2025-06-16T03:35:13.158Z] 774baa02d0e2: Preparing [2025-06-16T03:35:13.158Z] 048836434330: Preparing [2025-06-16T03:35:13.158Z] d826e195db4c: Preparing [2025-06-16T03:35:13.158Z] 43cbacd09f84: Preparing [2025-06-16T03:35:13.158Z] 994456c4fd7b: Preparing [2025-06-16T03:35:13.158Z] 048836434330: Waiting [2025-06-16T03:35:13.158Z] 43cbacd09f84: Waiting [2025-06-16T03:35:13.158Z] 994456c4fd7b: Waiting [2025-06-16T03:35:13.158Z] 774baa02d0e2: Waiting [2025-06-16T03:35:13.158Z] d826e195db4c: Waiting [2025-06-16T03:35:13.158Z] b8efd6f513a2: Layer already exists [2025-06-16T03:35:13.158Z] 1bd23b143018: Layer already exists [2025-06-16T03:35:13.158Z] f7218f968b27: Layer already exists [2025-06-16T03:35:13.158Z] f17021a9f238: Layer already exists [2025-06-16T03:35:13.158Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:13.158Z] 774baa02d0e2: Layer already exists [2025-06-16T03:35:13.158Z] 048836434330: Layer already exists [2025-06-16T03:35:13.158Z] d826e195db4c: Layer already exists [2025-06-16T03:35:13.158Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:13.158Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:13.158Z] 4.1.0-dev.24: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:13.483Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:13.800Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:13.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-16T03:35:13.800Z] f7218f968b27: Preparing [2025-06-16T03:35:13.800Z] 1bd23b143018: Preparing [2025-06-16T03:35:13.800Z] b8efd6f513a2: Preparing [2025-06-16T03:35:13.800Z] f17021a9f238: Preparing [2025-06-16T03:35:13.800Z] bf6512f40f05: Preparing [2025-06-16T03:35:13.800Z] 774baa02d0e2: Preparing [2025-06-16T03:35:13.800Z] 048836434330: Preparing [2025-06-16T03:35:13.800Z] d826e195db4c: Preparing [2025-06-16T03:35:13.800Z] 43cbacd09f84: Preparing [2025-06-16T03:35:13.800Z] 994456c4fd7b: Preparing [2025-06-16T03:35:13.800Z] 774baa02d0e2: Waiting [2025-06-16T03:35:13.800Z] 048836434330: Waiting [2025-06-16T03:35:13.800Z] d826e195db4c: Waiting [2025-06-16T03:35:13.800Z] 43cbacd09f84: Waiting [2025-06-16T03:35:13.800Z] 994456c4fd7b: Waiting [2025-06-16T03:35:13.800Z] f7218f968b27: Layer already exists [2025-06-16T03:35:13.800Z] f17021a9f238: Layer already exists [2025-06-16T03:35:13.800Z] 1bd23b143018: Layer already exists [2025-06-16T03:35:13.800Z] b8efd6f513a2: Layer already exists [2025-06-16T03:35:13.800Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:13.800Z] 774baa02d0e2: Layer already exists [2025-06-16T03:35:13.800Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:13.800Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:13.800Z] 048836434330: Layer already exists [2025-06-16T03:35:13.800Z] d826e195db4c: Layer already exists [2025-06-16T03:35:13.800Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:14.132Z] + 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-16T03:35:14.458Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-16T03:35:14.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-16T03:35:14.459Z] f7218f968b27: Preparing [2025-06-16T03:35:14.459Z] 1bd23b143018: Preparing [2025-06-16T03:35:14.459Z] b8efd6f513a2: Preparing [2025-06-16T03:35:14.459Z] f17021a9f238: Preparing [2025-06-16T03:35:14.459Z] bf6512f40f05: Preparing [2025-06-16T03:35:14.459Z] 774baa02d0e2: Preparing [2025-06-16T03:35:14.459Z] 048836434330: Preparing [2025-06-16T03:35:14.459Z] d826e195db4c: Preparing [2025-06-16T03:35:14.459Z] 43cbacd09f84: Preparing [2025-06-16T03:35:14.459Z] 994456c4fd7b: Preparing [2025-06-16T03:35:14.459Z] 774baa02d0e2: Waiting [2025-06-16T03:35:14.459Z] d826e195db4c: Waiting [2025-06-16T03:35:14.459Z] 048836434330: Waiting [2025-06-16T03:35:14.459Z] 43cbacd09f84: Waiting [2025-06-16T03:35:14.459Z] 994456c4fd7b: Waiting [2025-06-16T03:35:14.459Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:14.459Z] f7218f968b27: Layer already exists [2025-06-16T03:35:14.459Z] f17021a9f238: Layer already exists [2025-06-16T03:35:14.459Z] b8efd6f513a2: Layer already exists [2025-06-16T03:35:14.459Z] 1bd23b143018: Layer already exists [2025-06-16T03:35:14.459Z] 048836434330: Layer already exists [2025-06-16T03:35:14.459Z] 774baa02d0e2: Layer already exists [2025-06-16T03:35:14.459Z] d826e195db4c: Layer already exists [2025-06-16T03:35:14.459Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:14.459Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:14.459Z] main: digest: sha256:6ca93857b35f27e09b4f149c5b24aa4b552e31e03c74abd4a4001d92c72614c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:35:14.529Z] ===================================================== [Pipeline] echo [2025-06-16T03:35:14.541Z] taggedImages: [2025-06-16T03:35:14.541Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:14.541Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-16T03:35:14.541Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-16T03:35:14.541Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:14.541Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-16T03:35:14.567Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-16T03:35:14.567Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:14.567Z] latest [2025-06-16T03:35:14.567Z] 4.1.0-dev.24 [2025-06-16T03:35:14.567Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:14.567Z] main [2025-06-16T03:35:14.567Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:14.913Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:15.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:15.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-16T03:35:15.240Z] 336722c14137: Preparing [2025-06-16T03:35:15.240Z] adcb8a1615a3: Preparing [2025-06-16T03:35:15.240Z] 0f3f0d64782b: Preparing [2025-06-16T03:35:15.240Z] f17021a9f238: Preparing [2025-06-16T03:35:15.240Z] bf6512f40f05: Preparing [2025-06-16T03:35:15.240Z] 4da15874ea52: Preparing [2025-06-16T03:35:15.240Z] bfe2110a1f69: Preparing [2025-06-16T03:35:15.240Z] 002e96e51984: Preparing [2025-06-16T03:35:15.240Z] 994456c4fd7b: Preparing [2025-06-16T03:35:15.240Z] bfe2110a1f69: Waiting [2025-06-16T03:35:15.240Z] 002e96e51984: Waiting [2025-06-16T03:35:15.240Z] 994456c4fd7b: Waiting [2025-06-16T03:35:15.240Z] 4da15874ea52: Waiting [2025-06-16T03:35:15.240Z] f17021a9f238: Layer already exists [2025-06-16T03:35:15.240Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:15.240Z] 336722c14137: Pushed [2025-06-16T03:35:15.240Z] adcb8a1615a3: Pushed [2025-06-16T03:35:15.240Z] 0f3f0d64782b: Pushed [2025-06-16T03:35:15.240Z] bfe2110a1f69: Pushed [2025-06-16T03:35:15.240Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:15.498Z] 002e96e51984: Pushed [2025-06-16T03:35:27.707Z] 4da15874ea52: Pushed [2025-06-16T03:35:27.707Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:28.056Z] + 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-16T03:35:28.377Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-16T03:35:28.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-16T03:35:28.377Z] 336722c14137: Preparing [2025-06-16T03:35:28.377Z] adcb8a1615a3: Preparing [2025-06-16T03:35:28.377Z] 0f3f0d64782b: Preparing [2025-06-16T03:35:28.377Z] f17021a9f238: Preparing [2025-06-16T03:35:28.377Z] bf6512f40f05: Preparing [2025-06-16T03:35:28.377Z] 4da15874ea52: Preparing [2025-06-16T03:35:28.377Z] bfe2110a1f69: Preparing [2025-06-16T03:35:28.377Z] 002e96e51984: Preparing [2025-06-16T03:35:28.377Z] 994456c4fd7b: Preparing [2025-06-16T03:35:28.377Z] 4da15874ea52: Waiting [2025-06-16T03:35:28.377Z] bfe2110a1f69: Waiting [2025-06-16T03:35:28.377Z] 002e96e51984: Waiting [2025-06-16T03:35:28.377Z] 994456c4fd7b: Waiting [2025-06-16T03:35:28.377Z] 0f3f0d64782b: Layer already exists [2025-06-16T03:35:28.377Z] 336722c14137: Layer already exists [2025-06-16T03:35:28.377Z] adcb8a1615a3: Layer already exists [2025-06-16T03:35:28.377Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:28.377Z] f17021a9f238: Layer already exists [2025-06-16T03:35:28.377Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:28.377Z] 002e96e51984: Layer already exists [2025-06-16T03:35:28.377Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:28.377Z] bfe2110a1f69: Layer already exists [2025-06-16T03:35:28.636Z] latest: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:28.966Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:29.288Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-16T03:35:29.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-16T03:35:29.288Z] 336722c14137: Preparing [2025-06-16T03:35:29.288Z] adcb8a1615a3: Preparing [2025-06-16T03:35:29.288Z] 0f3f0d64782b: Preparing [2025-06-16T03:35:29.288Z] f17021a9f238: Preparing [2025-06-16T03:35:29.288Z] bf6512f40f05: Preparing [2025-06-16T03:35:29.288Z] 4da15874ea52: Preparing [2025-06-16T03:35:29.288Z] bfe2110a1f69: Preparing [2025-06-16T03:35:29.288Z] 002e96e51984: Preparing [2025-06-16T03:35:29.288Z] 994456c4fd7b: Preparing [2025-06-16T03:35:29.288Z] bfe2110a1f69: Waiting [2025-06-16T03:35:29.288Z] 4da15874ea52: Waiting [2025-06-16T03:35:29.288Z] 994456c4fd7b: Waiting [2025-06-16T03:35:29.288Z] 002e96e51984: Waiting [2025-06-16T03:35:29.288Z] 336722c14137: Layer already exists [2025-06-16T03:35:29.288Z] 0f3f0d64782b: Layer already exists [2025-06-16T03:35:29.288Z] adcb8a1615a3: Layer already exists [2025-06-16T03:35:29.288Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:29.288Z] f17021a9f238: Layer already exists [2025-06-16T03:35:29.288Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:29.546Z] 002e96e51984: Layer already exists [2025-06-16T03:35:29.546Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:29.546Z] bfe2110a1f69: Layer already exists [2025-06-16T03:35:29.546Z] 4.1.0-dev.24: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:29.878Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:30.209Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:30.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-16T03:35:30.209Z] 336722c14137: Preparing [2025-06-16T03:35:30.209Z] adcb8a1615a3: Preparing [2025-06-16T03:35:30.209Z] 0f3f0d64782b: Preparing [2025-06-16T03:35:30.209Z] f17021a9f238: Preparing [2025-06-16T03:35:30.209Z] bf6512f40f05: Preparing [2025-06-16T03:35:30.209Z] 4da15874ea52: Preparing [2025-06-16T03:35:30.209Z] bfe2110a1f69: Preparing [2025-06-16T03:35:30.209Z] 002e96e51984: Preparing [2025-06-16T03:35:30.209Z] 994456c4fd7b: Preparing [2025-06-16T03:35:30.209Z] bfe2110a1f69: Waiting [2025-06-16T03:35:30.209Z] 994456c4fd7b: Waiting [2025-06-16T03:35:30.209Z] 002e96e51984: Waiting [2025-06-16T03:35:30.209Z] 4da15874ea52: Waiting [2025-06-16T03:35:30.209Z] f17021a9f238: Layer already exists [2025-06-16T03:35:30.209Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:30.209Z] 0f3f0d64782b: Layer already exists [2025-06-16T03:35:30.209Z] 336722c14137: Layer already exists [2025-06-16T03:35:30.209Z] adcb8a1615a3: Layer already exists [2025-06-16T03:35:30.209Z] 002e96e51984: Layer already exists [2025-06-16T03:35:30.209Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:30.209Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:30.209Z] bfe2110a1f69: Layer already exists [2025-06-16T03:35:30.209Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:30.542Z] + 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-16T03:35:30.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-16T03:35:30.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-16T03:35:30.875Z] 336722c14137: Preparing [2025-06-16T03:35:30.875Z] adcb8a1615a3: Preparing [2025-06-16T03:35:30.875Z] 0f3f0d64782b: Preparing [2025-06-16T03:35:30.875Z] f17021a9f238: Preparing [2025-06-16T03:35:30.875Z] bf6512f40f05: Preparing [2025-06-16T03:35:30.875Z] 4da15874ea52: Preparing [2025-06-16T03:35:30.875Z] bfe2110a1f69: Preparing [2025-06-16T03:35:30.875Z] 002e96e51984: Preparing [2025-06-16T03:35:30.875Z] 994456c4fd7b: Preparing [2025-06-16T03:35:30.875Z] 4da15874ea52: Waiting [2025-06-16T03:35:30.875Z] bfe2110a1f69: Waiting [2025-06-16T03:35:30.875Z] 002e96e51984: Waiting [2025-06-16T03:35:30.875Z] 994456c4fd7b: Waiting [2025-06-16T03:35:30.875Z] 0f3f0d64782b: Layer already exists [2025-06-16T03:35:30.875Z] 336722c14137: Layer already exists [2025-06-16T03:35:30.875Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:30.875Z] adcb8a1615a3: Layer already exists [2025-06-16T03:35:30.875Z] f17021a9f238: Layer already exists [2025-06-16T03:35:30.875Z] bfe2110a1f69: Layer already exists [2025-06-16T03:35:30.875Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:30.875Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:30.875Z] 002e96e51984: Layer already exists [2025-06-16T03:35:30.875Z] main: digest: sha256:50dab69bc1f61e2af718208c0a8d62bbffaaa801dec9203fce24e0addf13fc47 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:35:30.955Z] ===================================================== [Pipeline] echo [2025-06-16T03:35:30.975Z] taggedImages: [2025-06-16T03:35:30.975Z] - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:30.975Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-16T03:35:30.975Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-16T03:35:30.975Z] - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:30.975Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-16T03:35:31.009Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-16T03:35:31.009Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:31.009Z] latest [2025-06-16T03:35:31.009Z] 4.1.0-dev.24 [2025-06-16T03:35:31.009Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:31.009Z] main [2025-06-16T03:35:31.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:31.366Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:31.695Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:31.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-16T03:35:31.695Z] f7218f968b27: Preparing [2025-06-16T03:35:31.695Z] f2f01c1ff7ba: Preparing [2025-06-16T03:35:31.695Z] 6f8b50b90fe3: Preparing [2025-06-16T03:35:31.695Z] f17021a9f238: Preparing [2025-06-16T03:35:31.695Z] bf6512f40f05: Preparing [2025-06-16T03:35:31.695Z] 4da15874ea52: Preparing [2025-06-16T03:35:31.695Z] d826e195db4c: Preparing [2025-06-16T03:35:31.695Z] 43cbacd09f84: Preparing [2025-06-16T03:35:31.695Z] 994456c4fd7b: Preparing [2025-06-16T03:35:31.695Z] 4da15874ea52: Waiting [2025-06-16T03:35:31.695Z] d826e195db4c: Waiting [2025-06-16T03:35:31.695Z] 43cbacd09f84: Waiting [2025-06-16T03:35:31.695Z] 994456c4fd7b: Waiting [2025-06-16T03:35:31.695Z] f17021a9f238: Layer already exists [2025-06-16T03:35:31.695Z] f7218f968b27: Layer already exists [2025-06-16T03:35:31.695Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:31.695Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:31.695Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:31.695Z] d826e195db4c: Layer already exists [2025-06-16T03:35:31.695Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:31.695Z] 6f8b50b90fe3: Pushed [2025-06-16T03:35:31.695Z] f2f01c1ff7ba: Pushed [2025-06-16T03:35:31.955Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:32.285Z] + 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-16T03:35:32.615Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-16T03:35:32.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-16T03:35:32.615Z] f7218f968b27: Preparing [2025-06-16T03:35:32.615Z] f2f01c1ff7ba: Preparing [2025-06-16T03:35:32.615Z] 6f8b50b90fe3: Preparing [2025-06-16T03:35:32.615Z] f17021a9f238: Preparing [2025-06-16T03:35:32.615Z] bf6512f40f05: Preparing [2025-06-16T03:35:32.615Z] 4da15874ea52: Preparing [2025-06-16T03:35:32.615Z] d826e195db4c: Preparing [2025-06-16T03:35:32.615Z] 43cbacd09f84: Preparing [2025-06-16T03:35:32.615Z] 994456c4fd7b: Preparing [2025-06-16T03:35:32.615Z] d826e195db4c: Waiting [2025-06-16T03:35:32.615Z] 43cbacd09f84: Waiting [2025-06-16T03:35:32.615Z] 4da15874ea52: Waiting [2025-06-16T03:35:32.615Z] 994456c4fd7b: Waiting [2025-06-16T03:35:32.615Z] f7218f968b27: Layer already exists [2025-06-16T03:35:32.615Z] 6f8b50b90fe3: Layer already exists [2025-06-16T03:35:32.615Z] f2f01c1ff7ba: Layer already exists [2025-06-16T03:35:32.615Z] f17021a9f238: Layer already exists [2025-06-16T03:35:32.615Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:32.615Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:32.615Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:32.615Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:32.615Z] d826e195db4c: Layer already exists [2025-06-16T03:35:32.615Z] latest: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:32.951Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:33.281Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-16T03:35:33.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-16T03:35:33.281Z] f7218f968b27: Preparing [2025-06-16T03:35:33.281Z] f2f01c1ff7ba: Preparing [2025-06-16T03:35:33.281Z] 6f8b50b90fe3: Preparing [2025-06-16T03:35:33.281Z] f17021a9f238: Preparing [2025-06-16T03:35:33.281Z] bf6512f40f05: Preparing [2025-06-16T03:35:33.281Z] 4da15874ea52: Preparing [2025-06-16T03:35:33.281Z] d826e195db4c: Preparing [2025-06-16T03:35:33.281Z] 43cbacd09f84: Preparing [2025-06-16T03:35:33.281Z] 994456c4fd7b: Preparing [2025-06-16T03:35:33.281Z] d826e195db4c: Waiting [2025-06-16T03:35:33.281Z] 43cbacd09f84: Waiting [2025-06-16T03:35:33.281Z] 4da15874ea52: Waiting [2025-06-16T03:35:33.281Z] 994456c4fd7b: Waiting [2025-06-16T03:35:33.281Z] f17021a9f238: Layer already exists [2025-06-16T03:35:33.281Z] f2f01c1ff7ba: Layer already exists [2025-06-16T03:35:33.281Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:33.281Z] f7218f968b27: Layer already exists [2025-06-16T03:35:33.281Z] 6f8b50b90fe3: Layer already exists [2025-06-16T03:35:33.281Z] d826e195db4c: Layer already exists [2025-06-16T03:35:33.281Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:33.281Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:33.281Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:33.281Z] 4.1.0-dev.24: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:33.609Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:33.940Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:33.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-16T03:35:33.941Z] f7218f968b27: Preparing [2025-06-16T03:35:33.941Z] f2f01c1ff7ba: Preparing [2025-06-16T03:35:33.941Z] 6f8b50b90fe3: Preparing [2025-06-16T03:35:33.941Z] f17021a9f238: Preparing [2025-06-16T03:35:33.941Z] bf6512f40f05: Preparing [2025-06-16T03:35:33.941Z] 4da15874ea52: Preparing [2025-06-16T03:35:33.941Z] d826e195db4c: Preparing [2025-06-16T03:35:33.941Z] 43cbacd09f84: Preparing [2025-06-16T03:35:33.941Z] 994456c4fd7b: Preparing [2025-06-16T03:35:33.941Z] d826e195db4c: Waiting [2025-06-16T03:35:33.941Z] 43cbacd09f84: Waiting [2025-06-16T03:35:33.941Z] 4da15874ea52: Waiting [2025-06-16T03:35:33.941Z] f17021a9f238: Layer already exists [2025-06-16T03:35:33.941Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:33.941Z] 6f8b50b90fe3: Layer already exists [2025-06-16T03:35:33.941Z] f2f01c1ff7ba: Layer already exists [2025-06-16T03:35:33.941Z] f7218f968b27: Layer already exists [2025-06-16T03:35:33.941Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:33.941Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:33.941Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:33.941Z] d826e195db4c: Layer already exists [2025-06-16T03:35:33.941Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:34.266Z] + 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-16T03:35:34.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-16T03:35:34.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-16T03:35:34.596Z] f7218f968b27: Preparing [2025-06-16T03:35:34.596Z] f2f01c1ff7ba: Preparing [2025-06-16T03:35:34.596Z] 6f8b50b90fe3: Preparing [2025-06-16T03:35:34.596Z] f17021a9f238: Preparing [2025-06-16T03:35:34.596Z] bf6512f40f05: Preparing [2025-06-16T03:35:34.596Z] 4da15874ea52: Preparing [2025-06-16T03:35:34.596Z] d826e195db4c: Preparing [2025-06-16T03:35:34.596Z] 43cbacd09f84: Preparing [2025-06-16T03:35:34.596Z] 994456c4fd7b: Preparing [2025-06-16T03:35:34.596Z] d826e195db4c: Waiting [2025-06-16T03:35:34.596Z] 43cbacd09f84: Waiting [2025-06-16T03:35:34.596Z] 994456c4fd7b: Waiting [2025-06-16T03:35:34.596Z] 4da15874ea52: Waiting [2025-06-16T03:35:34.596Z] 6f8b50b90fe3: Layer already exists [2025-06-16T03:35:34.596Z] f7218f968b27: Layer already exists [2025-06-16T03:35:34.596Z] f17021a9f238: Layer already exists [2025-06-16T03:35:34.596Z] f2f01c1ff7ba: Layer already exists [2025-06-16T03:35:34.596Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:34.596Z] 4da15874ea52: Layer already exists [2025-06-16T03:35:34.596Z] 43cbacd09f84: Layer already exists [2025-06-16T03:35:34.596Z] d826e195db4c: Layer already exists [2025-06-16T03:35:34.596Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:34.596Z] main: digest: sha256:51e4f1fe8f16015d45276dca2d711a89ee47444a6b0f14934dbc9b01f8ec61d6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:35:34.671Z] ===================================================== [Pipeline] echo [2025-06-16T03:35:34.686Z] taggedImages: [2025-06-16T03:35:34.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:34.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-16T03:35:34.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-16T03:35:34.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:34.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-16T03:35:34.712Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-16T03:35:34.712Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:34.712Z] latest [2025-06-16T03:35:34.712Z] 4.1.0-dev.24 [2025-06-16T03:35:34.712Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:34.712Z] main [2025-06-16T03:35:34.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:35.057Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:35.381Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:35.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-16T03:35:35.382Z] 6a9c64d12dbd: Preparing [2025-06-16T03:35:35.382Z] 67ae0a143d08: Preparing [2025-06-16T03:35:35.382Z] f17021a9f238: Preparing [2025-06-16T03:35:35.382Z] bf6512f40f05: Preparing [2025-06-16T03:35:35.382Z] f15ef372b41d: Preparing [2025-06-16T03:35:35.382Z] 28e150db4664: Preparing [2025-06-16T03:35:35.382Z] 994456c4fd7b: Preparing [2025-06-16T03:35:35.382Z] 28e150db4664: Waiting [2025-06-16T03:35:35.382Z] 994456c4fd7b: Waiting [2025-06-16T03:35:35.382Z] f17021a9f238: Layer already exists [2025-06-16T03:35:35.382Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:35.382Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:35.382Z] 6a9c64d12dbd: Pushed [2025-06-16T03:35:35.382Z] f15ef372b41d: Pushed [2025-06-16T03:35:35.948Z] 28e150db4664: Pushed [2025-06-16T03:35:39.239Z] 67ae0a143d08: Pushed [2025-06-16T03:35:39.239Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:39.567Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:39.891Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-16T03:35:39.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-16T03:35:39.891Z] 6a9c64d12dbd: Preparing [2025-06-16T03:35:39.891Z] 67ae0a143d08: Preparing [2025-06-16T03:35:39.891Z] f17021a9f238: Preparing [2025-06-16T03:35:39.891Z] bf6512f40f05: Preparing [2025-06-16T03:35:39.891Z] f15ef372b41d: Preparing [2025-06-16T03:35:39.891Z] 28e150db4664: Preparing [2025-06-16T03:35:39.891Z] 994456c4fd7b: Preparing [2025-06-16T03:35:39.891Z] 994456c4fd7b: Waiting [2025-06-16T03:35:39.891Z] 28e150db4664: Waiting [2025-06-16T03:35:39.891Z] f17021a9f238: Layer already exists [2025-06-16T03:35:39.891Z] 67ae0a143d08: Layer already exists [2025-06-16T03:35:39.891Z] 6a9c64d12dbd: Layer already exists [2025-06-16T03:35:39.891Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:39.891Z] f15ef372b41d: Layer already exists [2025-06-16T03:35:39.891Z] 28e150db4664: Layer already exists [2025-06-16T03:35:39.891Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:39.891Z] latest: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:40.215Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:40.524Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-16T03:35:40.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-16T03:35:40.524Z] 6a9c64d12dbd: Preparing [2025-06-16T03:35:40.524Z] 67ae0a143d08: Preparing [2025-06-16T03:35:40.524Z] f17021a9f238: Preparing [2025-06-16T03:35:40.524Z] bf6512f40f05: Preparing [2025-06-16T03:35:40.524Z] f15ef372b41d: Preparing [2025-06-16T03:35:40.524Z] 28e150db4664: Preparing [2025-06-16T03:35:40.524Z] 994456c4fd7b: Preparing [2025-06-16T03:35:40.524Z] 28e150db4664: Waiting [2025-06-16T03:35:40.524Z] 994456c4fd7b: Waiting [2025-06-16T03:35:40.524Z] f17021a9f238: Layer already exists [2025-06-16T03:35:40.524Z] 6a9c64d12dbd: Layer already exists [2025-06-16T03:35:40.524Z] 67ae0a143d08: Layer already exists [2025-06-16T03:35:40.524Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:40.524Z] f15ef372b41d: Layer already exists [2025-06-16T03:35:40.524Z] 28e150db4664: Layer already exists [2025-06-16T03:35:40.524Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:40.524Z] 4.1.0-dev.24: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:40.849Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:41.173Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:41.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-16T03:35:41.173Z] 6a9c64d12dbd: Preparing [2025-06-16T03:35:41.173Z] 67ae0a143d08: Preparing [2025-06-16T03:35:41.173Z] f17021a9f238: Preparing [2025-06-16T03:35:41.173Z] bf6512f40f05: Preparing [2025-06-16T03:35:41.173Z] f15ef372b41d: Preparing [2025-06-16T03:35:41.173Z] 28e150db4664: Preparing [2025-06-16T03:35:41.173Z] 994456c4fd7b: Preparing [2025-06-16T03:35:41.173Z] 28e150db4664: Waiting [2025-06-16T03:35:41.173Z] 994456c4fd7b: Waiting [2025-06-16T03:35:41.173Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:41.173Z] 67ae0a143d08: Layer already exists [2025-06-16T03:35:41.173Z] f15ef372b41d: Layer already exists [2025-06-16T03:35:41.173Z] 6a9c64d12dbd: Layer already exists [2025-06-16T03:35:41.173Z] f17021a9f238: Layer already exists [2025-06-16T03:35:41.173Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:41.173Z] 28e150db4664: Layer already exists [2025-06-16T03:35:41.173Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:41.495Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:41.816Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-16T03:35:41.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-16T03:35:41.816Z] 6a9c64d12dbd: Preparing [2025-06-16T03:35:41.816Z] 67ae0a143d08: Preparing [2025-06-16T03:35:41.816Z] f17021a9f238: Preparing [2025-06-16T03:35:41.816Z] bf6512f40f05: Preparing [2025-06-16T03:35:41.816Z] f15ef372b41d: Preparing [2025-06-16T03:35:41.816Z] 28e150db4664: Preparing [2025-06-16T03:35:41.816Z] 994456c4fd7b: Preparing [2025-06-16T03:35:41.816Z] 994456c4fd7b: Waiting [2025-06-16T03:35:41.816Z] 28e150db4664: Waiting [2025-06-16T03:35:41.816Z] f17021a9f238: Layer already exists [2025-06-16T03:35:41.816Z] f15ef372b41d: Layer already exists [2025-06-16T03:35:41.816Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:41.816Z] 6a9c64d12dbd: Layer already exists [2025-06-16T03:35:41.816Z] 67ae0a143d08: Layer already exists [2025-06-16T03:35:41.816Z] 28e150db4664: Layer already exists [2025-06-16T03:35:41.816Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:41.816Z] main: digest: sha256:d374b5bd6d5355a34c77a86408de0cf2e6b2f528ae5c55bb0cf692f986d91105 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:35:41.897Z] ===================================================== [Pipeline] echo [2025-06-16T03:35:41.913Z] taggedImages: [2025-06-16T03:35:41.913Z] - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:41.913Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-16T03:35:41.913Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-16T03:35:41.913Z] - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:41.913Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-16T03:35:41.942Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-16T03:35:41.942Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:41.942Z] latest [2025-06-16T03:35:41.942Z] 4.1.0-dev.24 [2025-06-16T03:35:41.942Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:41.942Z] main [2025-06-16T03:35:41.942Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:42.296Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:42.618Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:42.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-16T03:35:42.618Z] d477330f3f13: Preparing [2025-06-16T03:35:42.618Z] 2cc02033eba2: Preparing [2025-06-16T03:35:42.618Z] f17021a9f238: Preparing [2025-06-16T03:35:42.618Z] bf6512f40f05: Preparing [2025-06-16T03:35:42.618Z] 5c3c7523c3be: Preparing [2025-06-16T03:35:42.618Z] 3e855f0dcc6e: Preparing [2025-06-16T03:35:42.618Z] 994456c4fd7b: Preparing [2025-06-16T03:35:42.618Z] 3e855f0dcc6e: Waiting [2025-06-16T03:35:42.618Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:42.618Z] f17021a9f238: Layer already exists [2025-06-16T03:35:42.618Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:42.618Z] d477330f3f13: Pushed [2025-06-16T03:35:42.618Z] 5c3c7523c3be: Pushed [2025-06-16T03:35:42.875Z] 3e855f0dcc6e: Pushed [2025-06-16T03:35:46.157Z] 2cc02033eba2: Pushed [2025-06-16T03:35:46.157Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:46.484Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:46.797Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-16T03:35:46.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-16T03:35:46.797Z] d477330f3f13: Preparing [2025-06-16T03:35:46.797Z] 2cc02033eba2: Preparing [2025-06-16T03:35:46.797Z] f17021a9f238: Preparing [2025-06-16T03:35:46.797Z] bf6512f40f05: Preparing [2025-06-16T03:35:46.797Z] 5c3c7523c3be: Preparing [2025-06-16T03:35:46.797Z] 3e855f0dcc6e: Preparing [2025-06-16T03:35:46.797Z] 994456c4fd7b: Preparing [2025-06-16T03:35:46.797Z] 3e855f0dcc6e: Waiting [2025-06-16T03:35:46.797Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:46.797Z] 5c3c7523c3be: Layer already exists [2025-06-16T03:35:46.797Z] 2cc02033eba2: Layer already exists [2025-06-16T03:35:46.797Z] d477330f3f13: Layer already exists [2025-06-16T03:35:46.797Z] f17021a9f238: Layer already exists [2025-06-16T03:35:46.797Z] 3e855f0dcc6e: Layer already exists [2025-06-16T03:35:46.797Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:46.797Z] latest: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:47.115Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:47.433Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-16T03:35:47.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-16T03:35:47.433Z] d477330f3f13: Preparing [2025-06-16T03:35:47.433Z] 2cc02033eba2: Preparing [2025-06-16T03:35:47.433Z] f17021a9f238: Preparing [2025-06-16T03:35:47.433Z] bf6512f40f05: Preparing [2025-06-16T03:35:47.433Z] 5c3c7523c3be: Preparing [2025-06-16T03:35:47.433Z] 3e855f0dcc6e: Preparing [2025-06-16T03:35:47.433Z] 994456c4fd7b: Preparing [2025-06-16T03:35:47.433Z] 3e855f0dcc6e: Waiting [2025-06-16T03:35:47.433Z] f17021a9f238: Layer already exists [2025-06-16T03:35:47.433Z] 5c3c7523c3be: Layer already exists [2025-06-16T03:35:47.433Z] 2cc02033eba2: Layer already exists [2025-06-16T03:35:47.433Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:47.433Z] d477330f3f13: Layer already exists [2025-06-16T03:35:47.433Z] 3e855f0dcc6e: Layer already exists [2025-06-16T03:35:47.433Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:47.433Z] 4.1.0-dev.24: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:47.761Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:48.085Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-16T03:35:48.085Z] d477330f3f13: Preparing [2025-06-16T03:35:48.085Z] 2cc02033eba2: Preparing [2025-06-16T03:35:48.085Z] f17021a9f238: Preparing [2025-06-16T03:35:48.085Z] bf6512f40f05: Preparing [2025-06-16T03:35:48.085Z] 5c3c7523c3be: Preparing [2025-06-16T03:35:48.085Z] 3e855f0dcc6e: Preparing [2025-06-16T03:35:48.085Z] 994456c4fd7b: Preparing [2025-06-16T03:35:48.085Z] 3e855f0dcc6e: Waiting [2025-06-16T03:35:48.085Z] 994456c4fd7b: Waiting [2025-06-16T03:35:48.085Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:48.085Z] d477330f3f13: Layer already exists [2025-06-16T03:35:48.085Z] 5c3c7523c3be: Layer already exists [2025-06-16T03:35:48.085Z] f17021a9f238: Layer already exists [2025-06-16T03:35:48.085Z] 2cc02033eba2: Layer already exists [2025-06-16T03:35:48.085Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:48.085Z] 3e855f0dcc6e: Layer already exists [2025-06-16T03:35:48.085Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:48.412Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T03:35:48.728Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-16T03:35:48.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-16T03:35:48.728Z] d477330f3f13: Preparing [2025-06-16T03:35:48.728Z] 2cc02033eba2: Preparing [2025-06-16T03:35:48.728Z] f17021a9f238: Preparing [2025-06-16T03:35:48.728Z] bf6512f40f05: Preparing [2025-06-16T03:35:48.728Z] 5c3c7523c3be: Preparing [2025-06-16T03:35:48.728Z] 3e855f0dcc6e: Preparing [2025-06-16T03:35:48.728Z] 994456c4fd7b: Preparing [2025-06-16T03:35:48.728Z] 3e855f0dcc6e: Waiting [2025-06-16T03:35:48.728Z] 994456c4fd7b: Waiting [2025-06-16T03:35:48.728Z] 2cc02033eba2: Layer already exists [2025-06-16T03:35:48.728Z] d477330f3f13: Layer already exists [2025-06-16T03:35:48.728Z] f17021a9f238: Layer already exists [2025-06-16T03:35:48.728Z] bf6512f40f05: Layer already exists [2025-06-16T03:35:48.728Z] 5c3c7523c3be: Layer already exists [2025-06-16T03:35:48.728Z] 3e855f0dcc6e: Layer already exists [2025-06-16T03:35:48.728Z] 994456c4fd7b: Layer already exists [2025-06-16T03:35:48.728Z] main: digest: sha256:ea06e6de9f9e847dd6be9fdf5505938599f7bf8bba1cdaac78cbd6e11587366c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T03:35:48.807Z] ===================================================== [Pipeline] echo [2025-06-16T03:35:48.824Z] taggedImages: [2025-06-16T03:35:48.825Z] - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.825Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-16T03:35:48.825Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-16T03:35:48.825Z] - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.825Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-16T03:35:48.901Z] ========================================================= [2025-06-16T03:35:48.901Z] [edgeXBuildMultiArch] RAW Config: [2025-06-16T03:35:48.901Z] images: [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-command:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-data:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-keeper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-metadata:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-config:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-server:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-notifications:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-scheduler:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T03:35:48.901Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-16T03:35:48.901Z] settingsFile: [2025-06-16T03:35:48.901Z] edgex-go-settings [2025-06-16T03:35:48.901Z] ========================================================= [Pipeline] node [2025-06-16T03:36:03.904Z] Still waiting to schedule task [2025-06-16T03:36:03.904Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-16T03:36:58.462Z] Running on prd-centos7-docker-4c-2g-3369 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-16T03:36:58.515Z] provisioning config files... [2025-06-16T03:36:58.539Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16346920490033001845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-16T03:36:59.575Z] ---> ****-login.sh [2025-06-16T03:36:59.575Z] nexus3.edgexfoundry.org:10001 [2025-06-16T03:52:13.007Z] #144 ... [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-16T03:52:13.007Z] #152 DONE 1058.5s [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T03:52:13.007Z] #153 ... [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:52:13.007Z] #155 DONE 0.1s [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T03:52:13.007Z] #153 ... [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:52:13.007Z] #156 DONE 0.2s [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T03:52:13.007Z] #147 ... [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #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-16T03:52:13.007Z] #157 DONE 0.2s [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #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-16T03:52:13.007Z] #158 DONE 0.1s [2025-06-16T03:52:13.007Z] [2025-06-16T03:52:13.007Z] #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-16T03:52:13.286Z] #159 DONE 0.1s [2025-06-16T03:52:13.286Z] [2025-06-16T03:52:13.286Z] #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-16T03:52:15.242Z] #160 DONE 1.9s [2025-06-16T03:52:15.242Z] [2025-06-16T03:52:15.242Z] #110 [core-common-config-bootstrapper] exporting to image [2025-06-16T03:52:15.242Z] #110 exporting layers [2025-06-16T03:52:15.511Z] #110 exporting layers 0.7s done [2025-06-16T03:52:15.777Z] #110 writing image sha256:721344b80341e4b8687085579cf9e5e004d55227f2a277c11e31d4c468591089 done [2025-06-16T03:52:15.777Z] #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2025-06-16T03:52:15.777Z] #110 DONE 5.9s [2025-06-16T03:52:15.777Z] [2025-06-16T03:52:15.777Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T03:52:33.988Z] #136 ... [2025-06-16T03:52:33.988Z] [2025-06-16T03:52:33.988Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-16T03:52:33.988Z] #150 DONE 1078.7s [2025-06-16T03:52:33.988Z] [2025-06-16T03:52:33.988Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-16T03:52:33.988Z] #161 DONE 0.5s [2025-06-16T03:52:33.988Z] [2025-06-16T03:52:33.988Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-16T03:52:34.955Z] #162 DONE 2.4s [2025-06-16T03:52:34.955Z] [2025-06-16T03:52:34.955Z] #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-16T03:52:35.223Z] #154 ... [2025-06-16T03:52:35.223Z] [2025-06-16T03:52:35.223Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T03:52:35.223Z] #163 DONE 0.2s [2025-06-16T03:52:35.223Z] [2025-06-16T03:52:35.223Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-16T03:52:35.491Z] #164 DONE 0.3s [2025-06-16T03:52:35.491Z] [2025-06-16T03:52:35.491Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T03:52:35.763Z] #147 ... [2025-06-16T03:52:35.763Z] [2025-06-16T03:52:35.763Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-16T03:52:35.763Z] #165 DONE 0.2s [2025-06-16T03:52:35.763Z] [2025-06-16T03:52:35.763Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-16T03:52:35.763Z] #166 DONE 0.1s [2025-06-16T03:52:35.763Z] [2025-06-16T03:52:35.763Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T03:52:36.033Z] #136 ... [2025-06-16T03:52:36.033Z] [2025-06-16T03:52:36.033Z] #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-16T03:52:36.033Z] #167 DONE 0.1s [2025-06-16T03:52:36.308Z] [2025-06-16T03:52:36.308Z] #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-16T03:52:36.308Z] #168 DONE 0.1s [2025-06-16T03:52:36.308Z] [2025-06-16T03:52:36.308Z] #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-16T03:52:36.578Z] #169 DONE 0.1s [2025-06-16T03:52:36.578Z] [2025-06-16T03:52:36.578Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-16T03:52:36.578Z] #170 DONE 0.2s [2025-06-16T03:52:36.578Z] [2025-06-16T03:52:36.578Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-16T03:52:39.178Z] #171 DONE 2.3s [2025-06-16T03:52:39.178Z] [2025-06-16T03:52:39.178Z] #110 [security-bootstrapper] exporting to image [2025-06-16T03:52:39.178Z] #110 exporting layers [2025-06-16T03:52:39.815Z] #110 exporting layers 1.0s done [2025-06-16T03:52:39.815Z] #110 writing image sha256:c3bf76547c080fcadfce08b32047b1f3b27b238bc8f79d2899d4233e49309410 0.0s done [2025-06-16T03:52:39.815Z] #110 naming to docker.io/library/security-bootstrapper-arm64 0.1s done [2025-06-16T03:52:39.815Z] #110 DONE 7.0s [2025-06-16T03:52:39.815Z] [2025-06-16T03:52:39.815Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T04:07:02.326Z] #146 ... [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-16T04:07:02.326Z] #151 DONE 1937.8s [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #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-16T04:07:02.326Z] #154 ... [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:07:02.326Z] #172 DONE 0.2s [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:07:02.326Z] #173 DONE 0.3s [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-16T04:07:02.326Z] #174 DONE 0.4s [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T04:07:02.326Z] #148 ... [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-16T04:07:02.326Z] #175 DONE 0.1s [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #110 [core-command] exporting to image [2025-06-16T04:07:02.326Z] #110 exporting layers [2025-06-16T04:07:02.326Z] #110 exporting layers 0.3s done [2025-06-16T04:07:02.326Z] #110 writing image sha256:783fdd00a5be0bd61783e504b1d9d3c9599efac2402c786b9eb6400d3fa1427b done [2025-06-16T04:07:02.326Z] #110 naming to docker.io/library/core-command-arm64 done [2025-06-16T04:07:02.326Z] #110 DONE 7.3s [2025-06-16T04:07:02.326Z] [2025-06-16T04:07:02.326Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-16T04:07:20.539Z] #144 ... [2025-06-16T04:07:20.540Z] [2025-06-16T04:07:20.540Z] #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-16T04:07:20.540Z] #154 1966.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-16T04:07:27.188Z] #154 ... [2025-06-16T04:07:27.188Z] [2025-06-16T04:07:27.188Z] #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-16T04:07:27.188Z] #144 DONE 1973.0s [2025-06-16T04:07:27.188Z] [2025-06-16T04:07:27.188Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T04:07:27.188Z] #149 ... [2025-06-16T04:07:27.188Z] [2025-06-16T04:07:27.188Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:07:27.477Z] #176 DONE 0.3s [2025-06-16T04:07:27.477Z] [2025-06-16T04:07:27.477Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:07:27.477Z] #177 DONE 0.1s [2025-06-16T04:07:27.477Z] [2025-06-16T04:07:27.477Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T04:07:27.744Z] #153 ... [2025-06-16T04:07:27.744Z] [2025-06-16T04:07:27.744Z] #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-16T04:07:27.744Z] #178 DONE 0.1s [2025-06-16T04:07:27.744Z] [2025-06-16T04:07:27.744Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-16T04:07:27.744Z] #179 DONE 0.1s [2025-06-16T04:07:27.744Z] [2025-06-16T04:07:27.744Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T04:07:28.037Z] #147 ... [2025-06-16T04:07:28.037Z] [2025-06-16T04:07:28.037Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-16T04:07:28.306Z] #180 DONE 0.4s [2025-06-16T04:07:28.306Z] [2025-06-16T04:07:28.306Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:07:28.306Z] #136 ... [2025-06-16T04:07:28.306Z] [2025-06-16T04:07:28.306Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-16T04:07:28.577Z] #181 DONE 0.2s [2025-06-16T04:07:28.577Z] [2025-06-16T04:07:28.577Z] #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-16T04:07:30.518Z] #182 DONE 2.0s [2025-06-16T04:07:30.518Z] [2025-06-16T04:07:30.518Z] #110 [security-proxy-setup] exporting to image [2025-06-16T04:07:30.518Z] #110 exporting layers [2025-06-16T04:07:31.506Z] #110 exporting layers 0.9s done [2025-06-16T04:07:31.507Z] #110 writing image sha256:95e83e7ff7c905747ebbb0b006f8b77b0223d94a71256385b7ab67acb1bdb058 0.1s done [2025-06-16T04:07:31.507Z] #110 naming to docker.io/library/security-proxy-setup-arm64 [2025-06-16T04:07:31.507Z] #110 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2025-06-16T04:07:31.507Z] #110 DONE 8.3s [2025-06-16T04:07:31.507Z] [2025-06-16T04:07:31.507Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T04:07:53.557Z] #153 ... [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #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-16T04:07:53.558Z] #154 DONE 1998.1s [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T04:07:53.558Z] #153 ... [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:07:53.558Z] #183 DONE 0.3s [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T04:07:53.558Z] #153 ... [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:07:53.558Z] #184 DONE 0.1s [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T04:07:53.558Z] #148 ... [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #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-16T04:07:53.558Z] #185 DONE 0.3s [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T04:07:53.558Z] #153 ... [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #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-16T04:07:53.558Z] #186 DONE 0.1s [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #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-16T04:07:53.558Z] #187 DONE 0.1s [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T04:07:53.558Z] #153 ... [2025-06-16T04:07:53.558Z] [2025-06-16T04:07:53.558Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-16T04:07:53.822Z] #188 DONE 0.3s [2025-06-16T04:07:53.822Z] [2025-06-16T04:07:53.822Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-16T04:07:54.087Z] #189 DONE 0.4s [2025-06-16T04:07:54.087Z] [2025-06-16T04:07:54.087Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-16T04:07:54.351Z] #190 DONE 0.1s [2025-06-16T04:07:54.351Z] [2025-06-16T04:07:54.351Z] #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-16T04:07:56.284Z] #191 DONE 1.8s [2025-06-16T04:07:56.284Z] [2025-06-16T04:07:56.284Z] #110 [security-secretstore-setup] exporting to image [2025-06-16T04:07:56.284Z] #110 exporting layers [2025-06-16T04:07:57.683Z] #110 exporting layers 1.3s done [2025-06-16T04:07:57.683Z] #110 writing image sha256:f850e66b686b0725a9cb724fa9afb9126b6a4bc63dd6337e86a018b654960527 done [2025-06-16T04:07:57.683Z] #110 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-16T04:07:57.683Z] #110 DONE 9.7s [2025-06-16T04:07:57.683Z] [2025-06-16T04:07:57.683Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T04:09:05.496Z] #146 ... [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-16T04:09:05.496Z] #149 DONE 2067.1s [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:05.496Z] #136 ... [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:09:05.496Z] #192 DONE 0.2s [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:09:05.496Z] #193 DONE 0.2s [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:05.496Z] #136 ... [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #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-16T04:09:05.496Z] #194 DONE 0.4s [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-16T04:09:05.496Z] #145 ... [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #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-16T04:09:05.496Z] #195 DONE 0.1s [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #110 [security-spiffe-token-provider] exporting to image [2025-06-16T04:09:05.496Z] #110 exporting layers [2025-06-16T04:09:05.496Z] #110 exporting layers 1.1s done [2025-06-16T04:09:05.496Z] #110 writing image sha256:5e4dd4b85462845a87c3867a49fe126ac30993d406e9b86a2b060ddf5242b397 done [2025-06-16T04:09:05.496Z] #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-16T04:09:05.496Z] #110 DONE 10.8s [2025-06-16T04:09:05.496Z] [2025-06-16T04:09:05.496Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:32.139Z] #136 ... [2025-06-16T04:09:32.139Z] [2025-06-16T04:09:32.139Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-16T04:09:32.139Z] #153 DONE 2098.4s [2025-06-16T04:09:32.139Z] [2025-06-16T04:09:32.139Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T04:09:32.139Z] #147 ... [2025-06-16T04:09:32.139Z] [2025-06-16T04:09:32.139Z] #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:09:32.406Z] #196 DONE 0.1s [2025-06-16T04:09:32.407Z] [2025-06-16T04:09:32.407Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T04:09:32.407Z] #148 ... [2025-06-16T04:09:32.407Z] [2025-06-16T04:09:32.407Z] #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:09:32.678Z] #197 DONE 0.1s [2025-06-16T04:09:32.678Z] [2025-06-16T04:09:32.678Z] #198 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-16T04:09:33.290Z] #198 DONE 0.4s [2025-06-16T04:09:33.290Z] [2025-06-16T04:09:33.290Z] #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-16T04:09:33.290Z] #199 DONE 0.2s [2025-06-16T04:09:33.290Z] [2025-06-16T04:09:33.290Z] #110 [core-data] exporting to image [2025-06-16T04:09:33.290Z] #110 exporting layers [2025-06-16T04:09:33.621Z] #110 ... [2025-06-16T04:09:33.621Z] [2025-06-16T04:09:33.621Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-16T04:09:33.621Z] #148 DONE 2100.4s [2025-06-16T04:09:33.897Z] [2025-06-16T04:09:33.897Z] #110 [core-data] exporting to image [2025-06-16T04:09:34.198Z] #110 exporting layers 0.8s done [2025-06-16T04:09:34.198Z] #110 writing image sha256:b2f2dbe313f5e2126318d7dc0003f6ea4298409b5be0138bd476417dbceed332 [2025-06-16T04:09:34.198Z] #110 writing image sha256:b2f2dbe313f5e2126318d7dc0003f6ea4298409b5be0138bd476417dbceed332 0.0s done [2025-06-16T04:09:34.198Z] #110 naming to docker.io/library/core-data-arm64 done [2025-06-16T04:09:34.198Z] #110 DONE 11.6s [2025-06-16T04:09:34.198Z] [2025-06-16T04:09:34.198Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T04:09:34.482Z] #147 ... [2025-06-16T04:09:34.482Z] [2025-06-16T04:09:34.482Z] #200 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:09:34.770Z] #200 DONE 0.1s [2025-06-16T04:09:34.770Z] [2025-06-16T04:09:34.770Z] #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:09:34.770Z] #201 DONE 0.2s [2025-06-16T04:09:34.770Z] [2025-06-16T04:09:34.770Z] #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-16T04:09:35.379Z] #202 DONE 0.4s [2025-06-16T04:09:35.379Z] [2025-06-16T04:09:35.379Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-16T04:09:35.379Z] #145 DONE 2101.4s [2025-06-16T04:09:35.379Z] [2025-06-16T04:09:35.379Z] #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-16T04:09:35.679Z] #203 DONE 0.4s [2025-06-16T04:09:35.679Z] [2025-06-16T04:09:35.679Z] #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-16T04:09:35.958Z] #204 DONE 0.4s [2025-06-16T04:09:35.958Z] [2025-06-16T04:09:35.958Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-16T04:09:36.946Z] #205 ... [2025-06-16T04:09:36.946Z] [2025-06-16T04:09:36.946Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:09:36.946Z] #206 DONE 0.3s [2025-06-16T04:09:37.213Z] [2025-06-16T04:09:37.213Z] #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-16T04:09:37.800Z] #207 DONE 0.7s [2025-06-16T04:09:37.800Z] [2025-06-16T04:09:37.800Z] #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-16T04:09:37.800Z] #208 DONE 0.2s [2025-06-16T04:09:37.800Z] [2025-06-16T04:09:37.800Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:38.067Z] #136 ... [2025-06-16T04:09:38.067Z] [2025-06-16T04:09:38.067Z] #110 [core-keeper] exporting to image [2025-06-16T04:09:38.338Z] #110 ... [2025-06-16T04:09:38.338Z] [2025-06-16T04:09:38.338Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-16T04:09:38.338Z] #205 DONE 2.2s [2025-06-16T04:09:38.338Z] [2025-06-16T04:09:38.338Z] #110 [security-proxy-auth] exporting to image [2025-06-16T04:09:38.927Z] #110 exporting layers 0.9s done [2025-06-16T04:09:38.927Z] #110 writing image sha256:ff928870fecf22e5b228a45ce11a17e4b9537c8b224d1d962d57a2f1af549115 0.0s done [2025-06-16T04:09:38.927Z] #110 naming to docker.io/library/core-keeper-arm64 done [2025-06-16T04:09:38.927Z] #110 exporting layers 0.8s done [2025-06-16T04:09:38.927Z] #110 writing image sha256:9cda02a8b9eaa963629a98d86c8c774e9b9bf1fafe9c734d9abb04a4ce7c550a done [2025-06-16T04:09:38.927Z] #110 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-16T04:09:38.927Z] #110 DONE 12.7s [2025-06-16T04:09:38.927Z] [2025-06-16T04:09:38.927Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:40.881Z] #136 ... [2025-06-16T04:09:40.881Z] [2025-06-16T04:09:40.881Z] #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-16T04:09:40.881Z] #147 DONE 2107.3s [2025-06-16T04:09:40.881Z] [2025-06-16T04:09:40.881Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T04:09:40.881Z] #146 ... [2025-06-16T04:09:40.881Z] [2025-06-16T04:09:40.881Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:09:41.156Z] #209 DONE 0.1s [2025-06-16T04:09:41.156Z] [2025-06-16T04:09:41.156Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:09:41.156Z] #210 DONE 0.2s [2025-06-16T04:09:41.156Z] [2025-06-16T04:09:41.156Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:41.424Z] #136 ... [2025-06-16T04:09:41.424Z] [2025-06-16T04:09:41.424Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-16T04:09:41.696Z] #211 DONE 0.5s [2025-06-16T04:09:41.696Z] [2025-06-16T04:09:41.696Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:41.966Z] #136 ... [2025-06-16T04:09:41.966Z] [2025-06-16T04:09:41.966Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-16T04:09:41.966Z] #212 DONE 0.1s [2025-06-16T04:09:41.966Z] [2025-06-16T04:09:41.966Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-16T04:09:41.966Z] #213 DONE 0.1s [2025-06-16T04:09:41.966Z] [2025-06-16T04:09:41.966Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:09:42.235Z] #136 ... [2025-06-16T04:09:42.235Z] [2025-06-16T04:09:42.235Z] #110 [core-metadata] exporting to image [2025-06-16T04:09:42.510Z] #110 exporting layers 0.4s done [2025-06-16T04:09:42.510Z] #110 writing image sha256:e34dcde717492ddfaf69890da219669485836ff6743fc08f10365377b4bee9a5 done [2025-06-16T04:09:42.510Z] #110 naming to docker.io/library/core-metadata-arm64 done [2025-06-16T04:09:42.510Z] #110 DONE 13.2s [2025-06-16T04:09:42.510Z] [2025-06-16T04:09:42.510Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:10:14.738Z] #136 ... [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-16T04:10:14.738Z] #146 DONE 2136.4s [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:10:14.738Z] #136 ... [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:10:14.738Z] #214 DONE 0.1s [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:10:14.738Z] #136 ... [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:10:14.738Z] #215 DONE 0.1s [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-16T04:10:14.738Z] #216 DONE 0.4s [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:10:14.738Z] #136 ... [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-16T04:10:14.738Z] #217 DONE 0.1s [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #110 [support-scheduler] exporting to image [2025-06-16T04:10:14.738Z] #110 exporting layers [2025-06-16T04:10:14.738Z] #110 exporting layers 1.3s done [2025-06-16T04:10:14.738Z] #110 writing image sha256:07a69e5f1b624880ab8d80e4e62d063f10ff1d51fabc9ff73f78f63e0747759a done [2025-06-16T04:10:14.738Z] #110 naming to docker.io/library/support-scheduler-arm64 done [2025-06-16T04:10:14.738Z] #110 DONE 14.4s [2025-06-16T04:10:14.738Z] [2025-06-16T04:10:14.738Z] #136 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-16T04:10:18.982Z] #136 DONE 2145.4s [2025-06-16T04:10:18.982Z] [2025-06-16T04:10:18.982Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-16T04:10:18.982Z] #218 DONE 0.1s [2025-06-16T04:10:18.982Z] [2025-06-16T04:10:18.982Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-16T04:10:18.982Z] #219 DONE 0.1s [2025-06-16T04:10:19.247Z] [2025-06-16T04:10:19.247Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-16T04:10:19.829Z] #220 DONE 0.4s [2025-06-16T04:10:19.829Z] [2025-06-16T04:10:19.829Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-16T04:10:19.829Z] #221 DONE 0.1s [2025-06-16T04:10:19.829Z] [2025-06-16T04:10:19.829Z] #110 [support-notifications] exporting to image [2025-06-16T04:10:19.829Z] #110 exporting layers [2025-06-16T04:10:20.408Z] #110 exporting layers 0.5s done [2025-06-16T04:10:20.408Z] #110 writing image sha256:1e6048d44e90053d084f8e5ce1458a4da71266954697ff3b6f95e040bd90f63a done [2025-06-16T04:10:20.408Z] #110 naming to docker.io/library/support-notifications-arm64 done [2025-06-16T04:10:20.408Z] #110 DONE 15.0s [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:35Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-16T04:10:20.408Z] time="2025-06-16T03:31:36Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-16T04:10:20.448Z] $ docker stop --time=1 f9fce6a4d47b8de1d3a24f25bb94ab93487a3af487eb903d53db38456028097b [2025-06-16T04:10:22.107Z] $ docker rm -f --volumes f9fce6a4d47b8de1d3a24f25bb94ab93487a3af487eb903d53db38456028097b [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-16T04:10:22.582Z] + docker images [2025-06-16T04:10:22.582Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-16T04:10:22.582Z] support-notifications-arm64 latest 1e6048d44e90 3 seconds ago 52.8MB [2025-06-16T04:10:22.582Z] support-scheduler-arm64 latest 07a69e5f1b62 12 seconds ago 48.9MB [2025-06-16T04:10:22.582Z] core-metadata-arm64 latest e34dcde71749 41 seconds ago 33.5MB [2025-06-16T04:10:22.582Z] core-keeper-arm64 latest ff928870fecf 45 seconds ago 33MB [2025-06-16T04:10:22.582Z] security-proxy-auth-arm64 latest 9cda02a8b9ea 45 seconds ago 32.2MB [2025-06-16T04:10:22.582Z] core-data-arm64 latest b2f2dbe313f5 49 seconds ago 33.3MB [2025-06-16T04:10:22.582Z] security-spiffe-token-provider-arm64 latest 5e4dd4b85462 About a minute ago 48.6MB [2025-06-16T04:10:22.582Z] security-secretstore-setup-arm64 latest f850e66b686b 2 minutes ago 68.2MB [2025-06-16T04:10:22.582Z] security-proxy-setup-arm64 latest 95e83e7ff7c9 2 minutes ago 38.9MB [2025-06-16T04:10:22.582Z] core-command-arm64 latest 783fdd00a5be 3 minutes ago 28.9MB [2025-06-16T04:10:22.582Z] security-bootstrapper-arm64 latest c3bf76547c08 17 minutes ago 21.1MB [2025-06-16T04:10:22.582Z] core-common-config-bootstrapper-arm64 latest 721344b80341 18 minutes ago 18MB [2025-06-16T04:10:22.582Z] security-spire-config-arm64 latest d483e283c565 37 minutes ago 143MB [2025-06-16T04:10:22.582Z] security-spire-agent-arm64 latest eeddcbb5a0ca 37 minutes ago 187MB [2025-06-16T04:10:22.582Z] security-spire-server-arm64 latest e3b2109ac62c 37 minutes ago 144MB [2025-06-16T04:10:22.582Z] ci-base-image-arm64 latest a7f4cbf0b2c5 39 minutes ago 910MB [2025-06-16T04:10:22.582Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 2 months ago 560MB [2025-06-16T04:10:22.582Z] 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-16T04:10:22.734Z] provisioning config files... [2025-06-16T04:10:22.747Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/854@tmp/config7365722231282134906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-16T04:10:23.077Z] ---> ****-login.sh [2025-06-16T04:10:23.077Z] nexus3.edgexfoundry.org:10001 [2025-06-16T04:10:23.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T04:10:23.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T04:10:23.341Z] Configure a credential helper to remove this warning. See [2025-06-16T04:10:23.341Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T04:10:23.341Z] [2025-06-16T04:10:23.341Z] Login Succeeded [2025-06-16T04:10:23.341Z] nexus3.edgexfoundry.org:10002 [2025-06-16T04:10:23.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T04:10:23.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T04:10:23.869Z] Configure a credential helper to remove this warning. See [2025-06-16T04:10:23.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T04:10:23.869Z] [2025-06-16T04:10:23.869Z] Login Succeeded [2025-06-16T04:10:23.869Z] nexus3.edgexfoundry.org:10003 [2025-06-16T04:10:24.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T04:10:24.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T04:10:24.133Z] Configure a credential helper to remove this warning. See [2025-06-16T04:10:24.133Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T04:10:24.133Z] [2025-06-16T04:10:24.133Z] Login Succeeded [2025-06-16T04:10:24.133Z] nexus3.edgexfoundry.org:10004 [2025-06-16T04:10:24.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T04:10:24.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T04:10:24.661Z] Configure a credential helper to remove this warning. See [2025-06-16T04:10:24.661Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T04:10:24.661Z] [2025-06-16T04:10:24.661Z] Login Succeeded [2025-06-16T04:10:24.661Z] ****.io [2025-06-16T04:10:24.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-16T04:10:25.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-16T04:10:25.187Z] Configure a credential helper to remove this warning. See [2025-06-16T04:10:25.187Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-16T04:10:25.187Z] [2025-06-16T04:10:25.187Z] Login Succeeded [2025-06-16T04:10:25.187Z] ---> ****-login.sh ends [Pipeline] } [2025-06-16T04:10:25.198Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:10:25.250Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-16T04:10:25.285Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-16T04:10:25.285Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:25.285Z] latest [2025-06-16T04:10:25.285Z] 4.1.0-dev.24 [2025-06-16T04:10:25.285Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:25.285Z] main [2025-06-16T04:10:25.285Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:25.649Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:26.000Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:26.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-16T04:10:26.000Z] 6c356aa98a5e: Preparing [2025-06-16T04:10:26.000Z] e6ffbdaef649: Preparing [2025-06-16T04:10:26.000Z] dcf7acc17af2: Preparing [2025-06-16T04:10:26.000Z] 7a144c9076ec: Preparing [2025-06-16T04:10:26.000Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:26.000Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:26.000Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:26.000Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:26.000Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:26.266Z] 7a144c9076ec: Pushed [2025-06-16T04:10:26.266Z] 5fd643c6ef8c: Pushed [2025-06-16T04:10:26.266Z] 6c356aa98a5e: Pushed [2025-06-16T04:10:26.266Z] dcf7acc17af2: Pushed [2025-06-16T04:10:26.266Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:26.266Z] 2a255ec4fb4f: Pushed [2025-06-16T04:10:30.525Z] e6ffbdaef649: Pushed [2025-06-16T04:10:30.788Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:31.147Z] + 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-16T04:10:31.504Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-16T04:10:31.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-16T04:10:31.504Z] 6c356aa98a5e: Preparing [2025-06-16T04:10:31.504Z] e6ffbdaef649: Preparing [2025-06-16T04:10:31.504Z] dcf7acc17af2: Preparing [2025-06-16T04:10:31.504Z] 7a144c9076ec: Preparing [2025-06-16T04:10:31.504Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:31.504Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:31.504Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:31.504Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:31.504Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:31.504Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:31.504Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:31.504Z] 6c356aa98a5e: Layer already exists [2025-06-16T04:10:31.504Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:31.504Z] e6ffbdaef649: Layer already exists [2025-06-16T04:10:31.504Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:31.504Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:31.768Z] latest: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:32.127Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:32.473Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 [2025-06-16T04:10:32.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-16T04:10:32.473Z] 6c356aa98a5e: Preparing [2025-06-16T04:10:32.473Z] e6ffbdaef649: Preparing [2025-06-16T04:10:32.473Z] dcf7acc17af2: Preparing [2025-06-16T04:10:32.473Z] 7a144c9076ec: Preparing [2025-06-16T04:10:32.473Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:32.473Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:32.473Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:32.473Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:32.473Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:32.473Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:32.473Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:32.473Z] 6c356aa98a5e: Layer already exists [2025-06-16T04:10:32.473Z] e6ffbdaef649: Layer already exists [2025-06-16T04:10:32.473Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:32.473Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:32.473Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:32.473Z] 4.1.0-dev.24: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:33.098Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:33.443Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:33.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-16T04:10:33.443Z] 6c356aa98a5e: Preparing [2025-06-16T04:10:33.443Z] e6ffbdaef649: Preparing [2025-06-16T04:10:33.443Z] dcf7acc17af2: Preparing [2025-06-16T04:10:33.443Z] 7a144c9076ec: Preparing [2025-06-16T04:10:33.443Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:33.443Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:33.443Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:33.443Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:33.443Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:33.443Z] 6c356aa98a5e: Layer already exists [2025-06-16T04:10:33.443Z] e6ffbdaef649: Layer already exists [2025-06-16T04:10:33.443Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:33.443Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:33.444Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:33.444Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:33.444Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:33.708Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:34.059Z] + 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-16T04:10:34.405Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-16T04:10:34.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-16T04:10:34.405Z] 6c356aa98a5e: Preparing [2025-06-16T04:10:34.405Z] e6ffbdaef649: Preparing [2025-06-16T04:10:34.405Z] dcf7acc17af2: Preparing [2025-06-16T04:10:34.405Z] 7a144c9076ec: Preparing [2025-06-16T04:10:34.405Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:34.405Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:34.405Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:34.405Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:34.405Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:34.405Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:34.405Z] e6ffbdaef649: Layer already exists [2025-06-16T04:10:34.405Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:34.405Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:34.405Z] 6c356aa98a5e: Layer already exists [2025-06-16T04:10:34.405Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:34.405Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:34.670Z] main: digest: sha256:8137644e1c945a356583aacfe0ef446aad86fdb7e6db58fc989b640dec5654bb size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:10:34.752Z] ===================================================== [Pipeline] echo [2025-06-16T04:10:34.766Z] taggedImages: [2025-06-16T04:10:34.766Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:34.766Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-16T04:10:34.766Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 [2025-06-16T04:10:34.766Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:34.766Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-16T04:10:34.791Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-16T04:10:34.791Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:34.791Z] latest [2025-06-16T04:10:34.791Z] 4.1.0-dev.24 [2025-06-16T04:10:34.791Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:34.791Z] main [2025-06-16T04:10:34.791Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:35.169Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:35.517Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:35.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-16T04:10:35.517Z] 12bf9b35c682: Preparing [2025-06-16T04:10:35.517Z] 90d49a44d80b: Preparing [2025-06-16T04:10:35.517Z] 3e165c0d5dba: Preparing [2025-06-16T04:10:35.517Z] 471f02e9b9be: Preparing [2025-06-16T04:10:35.517Z] dcf7acc17af2: Preparing [2025-06-16T04:10:35.517Z] 7a144c9076ec: Preparing [2025-06-16T04:10:35.517Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:35.517Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:35.517Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:35.517Z] 7a144c9076ec: Waiting [2025-06-16T04:10:35.517Z] 5fd643c6ef8c: Waiting [2025-06-16T04:10:35.517Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:35.517Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:35.784Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:35.784Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:35.784Z] 90d49a44d80b: Pushed [2025-06-16T04:10:35.784Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:35.784Z] 3e165c0d5dba: Pushed [2025-06-16T04:10:35.784Z] 12bf9b35c682: Pushed [2025-06-16T04:10:35.784Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:37.711Z] 471f02e9b9be: Pushed [2025-06-16T04:10:37.976Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:38.324Z] + 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-16T04:10:38.672Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-16T04:10:38.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-16T04:10:38.672Z] 12bf9b35c682: Preparing [2025-06-16T04:10:38.672Z] 90d49a44d80b: Preparing [2025-06-16T04:10:38.672Z] 3e165c0d5dba: Preparing [2025-06-16T04:10:38.672Z] 471f02e9b9be: Preparing [2025-06-16T04:10:38.672Z] dcf7acc17af2: Preparing [2025-06-16T04:10:38.672Z] 7a144c9076ec: Preparing [2025-06-16T04:10:38.672Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:38.672Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:38.672Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:38.672Z] 7a144c9076ec: Waiting [2025-06-16T04:10:38.672Z] 5fd643c6ef8c: Waiting [2025-06-16T04:10:38.672Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:38.672Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:38.672Z] 12bf9b35c682: Layer already exists [2025-06-16T04:10:38.672Z] 90d49a44d80b: Layer already exists [2025-06-16T04:10:38.672Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:38.672Z] 3e165c0d5dba: Layer already exists [2025-06-16T04:10:38.672Z] 471f02e9b9be: Layer already exists [2025-06-16T04:10:38.672Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:38.672Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:38.672Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:38.672Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:38.936Z] latest: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:39.278Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:39.624Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 [2025-06-16T04:10:39.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-16T04:10:39.624Z] 12bf9b35c682: Preparing [2025-06-16T04:10:39.624Z] 90d49a44d80b: Preparing [2025-06-16T04:10:39.624Z] 3e165c0d5dba: Preparing [2025-06-16T04:10:39.624Z] 471f02e9b9be: Preparing [2025-06-16T04:10:39.624Z] dcf7acc17af2: Preparing [2025-06-16T04:10:39.624Z] 7a144c9076ec: Preparing [2025-06-16T04:10:39.624Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:39.624Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:39.624Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:39.624Z] 7a144c9076ec: Waiting [2025-06-16T04:10:39.624Z] 5fd643c6ef8c: Waiting [2025-06-16T04:10:39.624Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:39.624Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:39.624Z] 90d49a44d80b: Layer already exists [2025-06-16T04:10:39.624Z] 12bf9b35c682: Layer already exists [2025-06-16T04:10:39.624Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:39.624Z] 471f02e9b9be: Layer already exists [2025-06-16T04:10:39.624Z] 3e165c0d5dba: Layer already exists [2025-06-16T04:10:39.624Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:39.624Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:39.624Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:39.624Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:39.886Z] 4.1.0-dev.24: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:40.235Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:40.583Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:40.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-16T04:10:40.583Z] 12bf9b35c682: Preparing [2025-06-16T04:10:40.583Z] 90d49a44d80b: Preparing [2025-06-16T04:10:40.583Z] 3e165c0d5dba: Preparing [2025-06-16T04:10:40.583Z] 471f02e9b9be: Preparing [2025-06-16T04:10:40.583Z] dcf7acc17af2: Preparing [2025-06-16T04:10:40.583Z] 7a144c9076ec: Preparing [2025-06-16T04:10:40.583Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:40.583Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:40.583Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:40.583Z] 7a144c9076ec: Waiting [2025-06-16T04:10:40.583Z] 5fd643c6ef8c: Waiting [2025-06-16T04:10:40.583Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:40.583Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:40.583Z] 90d49a44d80b: Layer already exists [2025-06-16T04:10:40.583Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:40.583Z] 471f02e9b9be: Layer already exists [2025-06-16T04:10:40.583Z] 3e165c0d5dba: Layer already exists [2025-06-16T04:10:40.583Z] 12bf9b35c682: Layer already exists [2025-06-16T04:10:40.583Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:40.583Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:40.583Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:40.583Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:40.848Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:41.193Z] + 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-16T04:10:41.538Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-16T04:10:41.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-16T04:10:41.539Z] 12bf9b35c682: Preparing [2025-06-16T04:10:41.539Z] 90d49a44d80b: Preparing [2025-06-16T04:10:41.539Z] 3e165c0d5dba: Preparing [2025-06-16T04:10:41.539Z] 471f02e9b9be: Preparing [2025-06-16T04:10:41.539Z] dcf7acc17af2: Preparing [2025-06-16T04:10:41.539Z] 7a144c9076ec: Preparing [2025-06-16T04:10:41.539Z] 5fd643c6ef8c: Preparing [2025-06-16T04:10:41.539Z] 2a255ec4fb4f: Preparing [2025-06-16T04:10:41.539Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:41.539Z] 7a144c9076ec: Waiting [2025-06-16T04:10:41.539Z] 5fd643c6ef8c: Waiting [2025-06-16T04:10:41.539Z] 2a255ec4fb4f: Waiting [2025-06-16T04:10:41.539Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:41.539Z] 90d49a44d80b: Layer already exists [2025-06-16T04:10:41.539Z] 12bf9b35c682: Layer already exists [2025-06-16T04:10:41.539Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:41.539Z] 471f02e9b9be: Layer already exists [2025-06-16T04:10:41.539Z] 3e165c0d5dba: Layer already exists [2025-06-16T04:10:41.539Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:41.539Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:41.539Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:10:41.539Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:10:41.803Z] main: digest: sha256:c13fcb547e975435fd1c4a44cb55e9abd06d349ae2c3cf11e351ab809a098506 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:10:41.888Z] ===================================================== [Pipeline] echo [2025-06-16T04:10:41.904Z] taggedImages: [2025-06-16T04:10:41.904Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:41.904Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-16T04:10:41.904Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 [2025-06-16T04:10:41.904Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:41.904Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-16T04:10:41.934Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-16T04:10:41.934Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:41.934Z] latest [2025-06-16T04:10:41.934Z] 4.1.0-dev.24 [2025-06-16T04:10:41.934Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:41.934Z] main [2025-06-16T04:10:41.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:42.301Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:42.649Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:42.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-16T04:10:42.649Z] 5afbddfea132: Preparing [2025-06-16T04:10:42.649Z] 608af56b8a77: Preparing [2025-06-16T04:10:42.649Z] dcf7acc17af2: Preparing [2025-06-16T04:10:42.649Z] 7a144c9076ec: Preparing [2025-06-16T04:10:42.649Z] af8517002365: Preparing [2025-06-16T04:10:42.649Z] 10434424d8cf: Preparing [2025-06-16T04:10:42.649Z] 10434424d8cf: Waiting [2025-06-16T04:10:42.649Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:42.649Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:42.649Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:42.649Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:42.914Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:42.914Z] 5afbddfea132: Pushed [2025-06-16T04:10:42.914Z] af8517002365: Pushed [2025-06-16T04:10:42.914Z] 10434424d8cf: Pushed [2025-06-16T04:10:48.240Z] 608af56b8a77: Pushed [2025-06-16T04:10:48.240Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:48.600Z] + 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-16T04:10:48.950Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-16T04:10:48.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-16T04:10:48.951Z] 5afbddfea132: Preparing [2025-06-16T04:10:48.951Z] 608af56b8a77: Preparing [2025-06-16T04:10:48.951Z] dcf7acc17af2: Preparing [2025-06-16T04:10:48.951Z] 7a144c9076ec: Preparing [2025-06-16T04:10:48.951Z] af8517002365: Preparing [2025-06-16T04:10:48.951Z] 10434424d8cf: Preparing [2025-06-16T04:10:48.951Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:48.951Z] 10434424d8cf: Waiting [2025-06-16T04:10:48.951Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:48.951Z] af8517002365: Layer already exists [2025-06-16T04:10:48.951Z] 608af56b8a77: Layer already exists [2025-06-16T04:10:48.951Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:48.951Z] 5afbddfea132: Layer already exists [2025-06-16T04:10:48.951Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:48.951Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:48.951Z] 10434424d8cf: Layer already exists [2025-06-16T04:10:49.215Z] latest: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:49.577Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:49.939Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 [2025-06-16T04:10:49.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-16T04:10:49.939Z] 5afbddfea132: Preparing [2025-06-16T04:10:49.939Z] 608af56b8a77: Preparing [2025-06-16T04:10:49.939Z] dcf7acc17af2: Preparing [2025-06-16T04:10:49.939Z] 7a144c9076ec: Preparing [2025-06-16T04:10:49.939Z] af8517002365: Preparing [2025-06-16T04:10:49.939Z] 10434424d8cf: Preparing [2025-06-16T04:10:49.939Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:49.939Z] 10434424d8cf: Waiting [2025-06-16T04:10:49.939Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:49.939Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:49.939Z] 5afbddfea132: Layer already exists [2025-06-16T04:10:49.939Z] af8517002365: Layer already exists [2025-06-16T04:10:49.939Z] 608af56b8a77: Layer already exists [2025-06-16T04:10:49.939Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:49.939Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:49.939Z] 10434424d8cf: Layer already exists [2025-06-16T04:10:50.523Z] 4.1.0-dev.24: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:50.887Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:51.246Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:51.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-16T04:10:51.246Z] 5afbddfea132: Preparing [2025-06-16T04:10:51.246Z] 608af56b8a77: Preparing [2025-06-16T04:10:51.246Z] dcf7acc17af2: Preparing [2025-06-16T04:10:51.246Z] 7a144c9076ec: Preparing [2025-06-16T04:10:51.246Z] af8517002365: Preparing [2025-06-16T04:10:51.246Z] 10434424d8cf: Preparing [2025-06-16T04:10:51.246Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:51.246Z] 10434424d8cf: Waiting [2025-06-16T04:10:51.246Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:51.246Z] 5afbddfea132: Layer already exists [2025-06-16T04:10:51.246Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:51.246Z] 608af56b8a77: Layer already exists [2025-06-16T04:10:51.246Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:51.246Z] af8517002365: Layer already exists [2025-06-16T04:10:51.246Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:51.246Z] 10434424d8cf: Layer already exists [2025-06-16T04:10:51.246Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:51.872Z] + 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-16T04:10:52.216Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-16T04:10:52.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-16T04:10:52.216Z] 5afbddfea132: Preparing [2025-06-16T04:10:52.216Z] 608af56b8a77: Preparing [2025-06-16T04:10:52.216Z] dcf7acc17af2: Preparing [2025-06-16T04:10:52.216Z] 7a144c9076ec: Preparing [2025-06-16T04:10:52.216Z] af8517002365: Preparing [2025-06-16T04:10:52.216Z] 10434424d8cf: Preparing [2025-06-16T04:10:52.216Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:52.216Z] 10434424d8cf: Waiting [2025-06-16T04:10:52.216Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:52.216Z] 608af56b8a77: Layer already exists [2025-06-16T04:10:52.216Z] dcf7acc17af2: Layer already exists [2025-06-16T04:10:52.216Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:52.216Z] af8517002365: Layer already exists [2025-06-16T04:10:52.216Z] 5afbddfea132: Layer already exists [2025-06-16T04:10:52.216Z] 10434424d8cf: Layer already exists [2025-06-16T04:10:52.216Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:52.480Z] main: digest: sha256:0f89edfc4f7742023daaae780d29ff87fd7a1bfb4cc2060522fd34a8015c55b2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:10:52.561Z] ===================================================== [Pipeline] echo [2025-06-16T04:10:52.578Z] taggedImages: [2025-06-16T04:10:52.578Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:52.578Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-16T04:10:52.578Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 [2025-06-16T04:10:52.578Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:52.578Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-16T04:10:52.609Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-16T04:10:52.609Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:52.609Z] latest [2025-06-16T04:10:52.609Z] 4.1.0-dev.24 [2025-06-16T04:10:52.609Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:10:52.609Z] main [2025-06-16T04:10:52.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:52.971Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:53.325Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:10:53.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-16T04:10:53.326Z] 44419a13c9d7: Preparing [2025-06-16T04:10:53.326Z] 84c520dcc69d: Preparing [2025-06-16T04:10:53.326Z] 7a144c9076ec: Preparing [2025-06-16T04:10:53.326Z] b75dd3462efb: Preparing [2025-06-16T04:10:53.326Z] 37a715764b40: Preparing [2025-06-16T04:10:53.326Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:53.326Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:53.326Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:53.591Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:53.591Z] 37a715764b40: Pushed [2025-06-16T04:10:53.591Z] b75dd3462efb: Pushed [2025-06-16T04:10:53.591Z] 44419a13c9d7: Pushed [2025-06-16T04:10:58.910Z] 84c520dcc69d: Pushed [2025-06-16T04:10:58.910Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:10:59.268Z] + 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-16T04:10:59.690Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-16T04:10:59.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-16T04:10:59.690Z] 44419a13c9d7: Preparing [2025-06-16T04:10:59.690Z] 84c520dcc69d: Preparing [2025-06-16T04:10:59.690Z] 7a144c9076ec: Preparing [2025-06-16T04:10:59.690Z] b75dd3462efb: Preparing [2025-06-16T04:10:59.690Z] 37a715764b40: Preparing [2025-06-16T04:10:59.690Z] dd9c8f8612c8: Preparing [2025-06-16T04:10:59.690Z] dd9c8f8612c8: Waiting [2025-06-16T04:10:59.690Z] 84c520dcc69d: Layer already exists [2025-06-16T04:10:59.690Z] 7a144c9076ec: Layer already exists [2025-06-16T04:10:59.690Z] 44419a13c9d7: Layer already exists [2025-06-16T04:10:59.690Z] b75dd3462efb: Layer already exists [2025-06-16T04:10:59.690Z] 37a715764b40: Layer already exists [2025-06-16T04:10:59.690Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:10:59.955Z] latest: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:00.323Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:00.699Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 [2025-06-16T04:11:00.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-16T04:11:00.699Z] 44419a13c9d7: Preparing [2025-06-16T04:11:00.699Z] 84c520dcc69d: Preparing [2025-06-16T04:11:00.699Z] 7a144c9076ec: Preparing [2025-06-16T04:11:00.699Z] b75dd3462efb: Preparing [2025-06-16T04:11:00.699Z] 37a715764b40: Preparing [2025-06-16T04:11:00.699Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:00.699Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:00.699Z] b75dd3462efb: Layer already exists [2025-06-16T04:11:00.699Z] 37a715764b40: Layer already exists [2025-06-16T04:11:00.699Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:00.699Z] 84c520dcc69d: Layer already exists [2025-06-16T04:11:00.699Z] 44419a13c9d7: Layer already exists [2025-06-16T04:11:00.699Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:00.699Z] 4.1.0-dev.24: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:01.064Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:01.413Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:01.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-16T04:11:01.413Z] 44419a13c9d7: Preparing [2025-06-16T04:11:01.413Z] 84c520dcc69d: Preparing [2025-06-16T04:11:01.413Z] 7a144c9076ec: Preparing [2025-06-16T04:11:01.413Z] b75dd3462efb: Preparing [2025-06-16T04:11:01.413Z] 37a715764b40: Preparing [2025-06-16T04:11:01.413Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:01.413Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:01.413Z] b75dd3462efb: Layer already exists [2025-06-16T04:11:01.413Z] 37a715764b40: Layer already exists [2025-06-16T04:11:01.413Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:01.413Z] 44419a13c9d7: Layer already exists [2025-06-16T04:11:01.413Z] 84c520dcc69d: Layer already exists [2025-06-16T04:11:01.413Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:01.677Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:02.035Z] + 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-16T04:11:02.373Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-16T04:11:02.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-16T04:11:02.373Z] 44419a13c9d7: Preparing [2025-06-16T04:11:02.373Z] 84c520dcc69d: Preparing [2025-06-16T04:11:02.373Z] 7a144c9076ec: Preparing [2025-06-16T04:11:02.373Z] b75dd3462efb: Preparing [2025-06-16T04:11:02.373Z] 37a715764b40: Preparing [2025-06-16T04:11:02.373Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:02.373Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:02.373Z] b75dd3462efb: Layer already exists [2025-06-16T04:11:02.373Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:02.373Z] 37a715764b40: Layer already exists [2025-06-16T04:11:02.373Z] 44419a13c9d7: Layer already exists [2025-06-16T04:11:02.373Z] 84c520dcc69d: Layer already exists [2025-06-16T04:11:02.373Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:02.373Z] main: digest: sha256:a0ace28e1d0164661877b110f81d3080a0c6de43ade5f06bd6a25dd3c6b611f8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:11:02.716Z] ===================================================== [Pipeline] echo [2025-06-16T04:11:02.729Z] taggedImages: [2025-06-16T04:11:02.729Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:02.729Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-16T04:11:02.729Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 [2025-06-16T04:11:02.729Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:02.729Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-16T04:11:02.760Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-16T04:11:02.760Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:02.760Z] latest [2025-06-16T04:11:02.760Z] 4.1.0-dev.24 [2025-06-16T04:11:02.760Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:02.760Z] main [2025-06-16T04:11:02.760Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:03.103Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:03.464Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:03.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-16T04:11:03.464Z] 980c6e1b2215: Preparing [2025-06-16T04:11:03.464Z] 0ecf80cd79c0: Preparing [2025-06-16T04:11:03.464Z] c5e94070fd42: Preparing [2025-06-16T04:11:03.464Z] dcf7acc17af2: Preparing [2025-06-16T04:11:03.464Z] 7a144c9076ec: Preparing [2025-06-16T04:11:03.464Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:03.464Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:03.464Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:03.464Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:03.464Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:03.464Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:03.464Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:03.729Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:03.729Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:03.729Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:03.729Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:03.729Z] 0ecf80cd79c0: Pushed [2025-06-16T04:11:03.729Z] 980c6e1b2215: Pushed [2025-06-16T04:11:09.047Z] c5e94070fd42: Pushed [2025-06-16T04:11:09.311Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:09.656Z] + 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-16T04:11:10.001Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-16T04:11:10.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-16T04:11:10.001Z] 980c6e1b2215: Preparing [2025-06-16T04:11:10.001Z] 0ecf80cd79c0: Preparing [2025-06-16T04:11:10.001Z] c5e94070fd42: Preparing [2025-06-16T04:11:10.001Z] dcf7acc17af2: Preparing [2025-06-16T04:11:10.001Z] 7a144c9076ec: Preparing [2025-06-16T04:11:10.001Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:10.001Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:10.001Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:10.001Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:10.001Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:10.001Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:10.001Z] 0ecf80cd79c0: Layer already exists [2025-06-16T04:11:10.001Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:10.001Z] 980c6e1b2215: Layer already exists [2025-06-16T04:11:10.001Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:10.001Z] c5e94070fd42: Layer already exists [2025-06-16T04:11:10.001Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:10.001Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:10.001Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:10.264Z] latest: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:10.618Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:10.962Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 [2025-06-16T04:11:10.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-16T04:11:10.962Z] 980c6e1b2215: Preparing [2025-06-16T04:11:10.962Z] 0ecf80cd79c0: Preparing [2025-06-16T04:11:10.962Z] c5e94070fd42: Preparing [2025-06-16T04:11:10.962Z] dcf7acc17af2: Preparing [2025-06-16T04:11:10.962Z] 7a144c9076ec: Preparing [2025-06-16T04:11:10.962Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:10.962Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:10.962Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:10.962Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:10.962Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:10.962Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:10.962Z] 0ecf80cd79c0: Layer already exists [2025-06-16T04:11:10.962Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:10.962Z] c5e94070fd42: Layer already exists [2025-06-16T04:11:10.962Z] 980c6e1b2215: Layer already exists [2025-06-16T04:11:10.962Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:10.962Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:10.962Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:10.962Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:10.962Z] 4.1.0-dev.24: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:11.576Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:11.923Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:11.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-16T04:11:11.923Z] 980c6e1b2215: Preparing [2025-06-16T04:11:11.923Z] 0ecf80cd79c0: Preparing [2025-06-16T04:11:11.923Z] c5e94070fd42: Preparing [2025-06-16T04:11:11.923Z] dcf7acc17af2: Preparing [2025-06-16T04:11:11.923Z] 7a144c9076ec: Preparing [2025-06-16T04:11:11.923Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:11.923Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:11.923Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:11.923Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:11.923Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:11.923Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:11.923Z] 980c6e1b2215: Layer already exists [2025-06-16T04:11:11.923Z] 0ecf80cd79c0: Layer already exists [2025-06-16T04:11:11.923Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:11.923Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:11.923Z] c5e94070fd42: Layer already exists [2025-06-16T04:11:11.923Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:11.923Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:11.923Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:12.186Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:12.543Z] + 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-16T04:11:12.890Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-16T04:11:12.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-16T04:11:12.890Z] 980c6e1b2215: Preparing [2025-06-16T04:11:12.890Z] 0ecf80cd79c0: Preparing [2025-06-16T04:11:12.890Z] c5e94070fd42: Preparing [2025-06-16T04:11:12.890Z] dcf7acc17af2: Preparing [2025-06-16T04:11:12.890Z] 7a144c9076ec: Preparing [2025-06-16T04:11:12.890Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:12.890Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:12.890Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:12.890Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:12.890Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:12.890Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:12.890Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:12.890Z] 980c6e1b2215: Layer already exists [2025-06-16T04:11:12.890Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:12.890Z] c5e94070fd42: Layer already exists [2025-06-16T04:11:12.890Z] 0ecf80cd79c0: Layer already exists [2025-06-16T04:11:12.890Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:12.890Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:12.890Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:13.153Z] main: digest: sha256:060d0764917e5b20b4b5e78daed4ff82e3a722412b60f252de0c4d4864ce2827 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:11:13.231Z] ===================================================== [Pipeline] echo [2025-06-16T04:11:13.247Z] taggedImages: [2025-06-16T04:11:13.247Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:13.247Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-16T04:11:13.247Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 [2025-06-16T04:11:13.247Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:13.247Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-16T04:11:13.275Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-16T04:11:13.275Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:13.275Z] latest [2025-06-16T04:11:13.275Z] 4.1.0-dev.24 [2025-06-16T04:11:13.275Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:13.275Z] main [2025-06-16T04:11:13.275Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:13.640Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:13.977Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:13.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-16T04:11:13.977Z] 35e764677d29: Preparing [2025-06-16T04:11:13.977Z] c03ab609e4ec: Preparing [2025-06-16T04:11:13.977Z] a2e93731bae1: Preparing [2025-06-16T04:11:13.977Z] 600a41ea9881: Preparing [2025-06-16T04:11:13.977Z] e2e6490787a4: Preparing [2025-06-16T04:11:13.977Z] 5c4f329fdee2: Preparing [2025-06-16T04:11:13.977Z] 3ad87116eb35: Preparing [2025-06-16T04:11:13.977Z] dcf7acc17af2: Preparing [2025-06-16T04:11:13.977Z] 7a144c9076ec: Preparing [2025-06-16T04:11:13.977Z] 8cf3d0d2f216: Preparing [2025-06-16T04:11:13.977Z] aab5fc7919df: Preparing [2025-06-16T04:11:13.977Z] 5f70bf18a086: Preparing [2025-06-16T04:11:13.977Z] a9266b8222fa: Preparing [2025-06-16T04:11:13.977Z] 60a50349abc9: Preparing [2025-06-16T04:11:13.977Z] c0f732982636: Preparing [2025-06-16T04:11:13.977Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:13.977Z] 5c4f329fdee2: Waiting [2025-06-16T04:11:13.977Z] 3ad87116eb35: Waiting [2025-06-16T04:11:13.977Z] dcf7acc17af2: Waiting [2025-06-16T04:11:13.977Z] 7a144c9076ec: Waiting [2025-06-16T04:11:13.977Z] 8cf3d0d2f216: Waiting [2025-06-16T04:11:13.977Z] aab5fc7919df: Waiting [2025-06-16T04:11:13.977Z] 5f70bf18a086: Waiting [2025-06-16T04:11:13.977Z] a9266b8222fa: Waiting [2025-06-16T04:11:13.977Z] 60a50349abc9: Waiting [2025-06-16T04:11:13.977Z] c0f732982636: Waiting [2025-06-16T04:11:13.977Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:14.246Z] 600a41ea9881: Pushed [2025-06-16T04:11:14.246Z] a2e93731bae1: Pushed [2025-06-16T04:11:14.246Z] c03ab609e4ec: Pushed [2025-06-16T04:11:14.246Z] 35e764677d29: Pushed [2025-06-16T04:11:14.246Z] e2e6490787a4: Pushed [2025-06-16T04:11:14.246Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:14.246Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:14.246Z] 5c4f329fdee2: Pushed [2025-06-16T04:11:14.246Z] 5f70bf18a086: Layer already exists [2025-06-16T04:11:14.518Z] aab5fc7919df: Pushed [2025-06-16T04:11:14.518Z] 8cf3d0d2f216: Pushed [2025-06-16T04:11:14.518Z] a9266b8222fa: Pushed [2025-06-16T04:11:14.518Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:14.518Z] 60a50349abc9: Pushed [2025-06-16T04:11:14.518Z] c0f732982636: Pushed [2025-06-16T04:11:17.837Z] 3ad87116eb35: Pushed [2025-06-16T04:11:17.837Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:18.190Z] + 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-16T04:11:18.543Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-16T04:11:18.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-16T04:11:18.543Z] 35e764677d29: Preparing [2025-06-16T04:11:18.543Z] c03ab609e4ec: Preparing [2025-06-16T04:11:18.543Z] a2e93731bae1: Preparing [2025-06-16T04:11:18.543Z] 600a41ea9881: Preparing [2025-06-16T04:11:18.543Z] e2e6490787a4: Preparing [2025-06-16T04:11:18.543Z] 5c4f329fdee2: Preparing [2025-06-16T04:11:18.543Z] 3ad87116eb35: Preparing [2025-06-16T04:11:18.543Z] dcf7acc17af2: Preparing [2025-06-16T04:11:18.543Z] 7a144c9076ec: Preparing [2025-06-16T04:11:18.543Z] 8cf3d0d2f216: Preparing [2025-06-16T04:11:18.543Z] aab5fc7919df: Preparing [2025-06-16T04:11:18.543Z] 5f70bf18a086: Preparing [2025-06-16T04:11:18.543Z] a9266b8222fa: Preparing [2025-06-16T04:11:18.543Z] 60a50349abc9: Preparing [2025-06-16T04:11:18.543Z] c0f732982636: Preparing [2025-06-16T04:11:18.543Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:18.543Z] 8cf3d0d2f216: Waiting [2025-06-16T04:11:18.543Z] aab5fc7919df: Waiting [2025-06-16T04:11:18.543Z] 5f70bf18a086: Waiting [2025-06-16T04:11:18.543Z] a9266b8222fa: Waiting [2025-06-16T04:11:18.543Z] 60a50349abc9: Waiting [2025-06-16T04:11:18.543Z] c0f732982636: Waiting [2025-06-16T04:11:18.543Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:18.543Z] 3ad87116eb35: Waiting [2025-06-16T04:11:18.543Z] dcf7acc17af2: Waiting [2025-06-16T04:11:18.543Z] 7a144c9076ec: Waiting [2025-06-16T04:11:18.544Z] 5c4f329fdee2: Waiting [2025-06-16T04:11:18.544Z] a2e93731bae1: Layer already exists [2025-06-16T04:11:18.544Z] 600a41ea9881: Layer already exists [2025-06-16T04:11:18.544Z] c03ab609e4ec: Layer already exists [2025-06-16T04:11:18.544Z] e2e6490787a4: Layer already exists [2025-06-16T04:11:18.544Z] 35e764677d29: Layer already exists [2025-06-16T04:11:18.544Z] 3ad87116eb35: Layer already exists [2025-06-16T04:11:18.544Z] 8cf3d0d2f216: Layer already exists [2025-06-16T04:11:18.544Z] 5c4f329fdee2: Layer already exists [2025-06-16T04:11:18.544Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:18.544Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:18.544Z] 5f70bf18a086: Layer already exists [2025-06-16T04:11:18.544Z] aab5fc7919df: Layer already exists [2025-06-16T04:11:18.544Z] c0f732982636: Layer already exists [2025-06-16T04:11:18.544Z] 60a50349abc9: Layer already exists [2025-06-16T04:11:18.544Z] a9266b8222fa: Layer already exists [2025-06-16T04:11:18.544Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:18.809Z] latest: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:19.162Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:19.502Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 [2025-06-16T04:11:19.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-16T04:11:19.502Z] 35e764677d29: Preparing [2025-06-16T04:11:19.502Z] c03ab609e4ec: Preparing [2025-06-16T04:11:19.502Z] a2e93731bae1: Preparing [2025-06-16T04:11:19.502Z] 600a41ea9881: Preparing [2025-06-16T04:11:19.502Z] e2e6490787a4: Preparing [2025-06-16T04:11:19.502Z] 5c4f329fdee2: Preparing [2025-06-16T04:11:19.502Z] 3ad87116eb35: Preparing [2025-06-16T04:11:19.502Z] dcf7acc17af2: Preparing [2025-06-16T04:11:19.502Z] 7a144c9076ec: Preparing [2025-06-16T04:11:19.502Z] 8cf3d0d2f216: Preparing [2025-06-16T04:11:19.502Z] aab5fc7919df: Preparing [2025-06-16T04:11:19.502Z] 5f70bf18a086: Preparing [2025-06-16T04:11:19.502Z] a9266b8222fa: Preparing [2025-06-16T04:11:19.502Z] 60a50349abc9: Preparing [2025-06-16T04:11:19.502Z] c0f732982636: Preparing [2025-06-16T04:11:19.502Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:19.502Z] 3ad87116eb35: Waiting [2025-06-16T04:11:19.502Z] dcf7acc17af2: Waiting [2025-06-16T04:11:19.502Z] 7a144c9076ec: Waiting [2025-06-16T04:11:19.502Z] 5f70bf18a086: Waiting [2025-06-16T04:11:19.502Z] a9266b8222fa: Waiting [2025-06-16T04:11:19.502Z] 60a50349abc9: Waiting [2025-06-16T04:11:19.502Z] c0f732982636: Waiting [2025-06-16T04:11:19.502Z] 8cf3d0d2f216: Waiting [2025-06-16T04:11:19.502Z] aab5fc7919df: Waiting [2025-06-16T04:11:19.502Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:19.502Z] 5c4f329fdee2: Waiting [2025-06-16T04:11:19.502Z] 35e764677d29: Layer already exists [2025-06-16T04:11:19.502Z] e2e6490787a4: Layer already exists [2025-06-16T04:11:19.502Z] c03ab609e4ec: Layer already exists [2025-06-16T04:11:19.502Z] a2e93731bae1: Layer already exists [2025-06-16T04:11:19.502Z] 600a41ea9881: Layer already exists [2025-06-16T04:11:19.502Z] 5c4f329fdee2: Layer already exists [2025-06-16T04:11:19.502Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:19.502Z] 3ad87116eb35: Layer already exists [2025-06-16T04:11:19.502Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:19.502Z] 8cf3d0d2f216: Layer already exists [2025-06-16T04:11:19.502Z] 5f70bf18a086: Layer already exists [2025-06-16T04:11:19.502Z] aab5fc7919df: Layer already exists [2025-06-16T04:11:19.502Z] 60a50349abc9: Layer already exists [2025-06-16T04:11:19.502Z] c0f732982636: Layer already exists [2025-06-16T04:11:19.502Z] a9266b8222fa: Layer already exists [2025-06-16T04:11:19.502Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:19.765Z] 4.1.0-dev.24: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:20.105Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:20.443Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:20.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-16T04:11:20.443Z] 35e764677d29: Preparing [2025-06-16T04:11:20.443Z] c03ab609e4ec: Preparing [2025-06-16T04:11:20.443Z] a2e93731bae1: Preparing [2025-06-16T04:11:20.443Z] 600a41ea9881: Preparing [2025-06-16T04:11:20.443Z] e2e6490787a4: Preparing [2025-06-16T04:11:20.443Z] 5c4f329fdee2: Preparing [2025-06-16T04:11:20.443Z] 3ad87116eb35: Preparing [2025-06-16T04:11:20.443Z] dcf7acc17af2: Preparing [2025-06-16T04:11:20.443Z] 7a144c9076ec: Preparing [2025-06-16T04:11:20.443Z] 8cf3d0d2f216: Preparing [2025-06-16T04:11:20.443Z] aab5fc7919df: Preparing [2025-06-16T04:11:20.443Z] 5f70bf18a086: Preparing [2025-06-16T04:11:20.443Z] a9266b8222fa: Preparing [2025-06-16T04:11:20.443Z] 60a50349abc9: Preparing [2025-06-16T04:11:20.443Z] c0f732982636: Preparing [2025-06-16T04:11:20.443Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:20.443Z] 5c4f329fdee2: Waiting [2025-06-16T04:11:20.443Z] 3ad87116eb35: Waiting [2025-06-16T04:11:20.443Z] dcf7acc17af2: Waiting [2025-06-16T04:11:20.443Z] 7a144c9076ec: Waiting [2025-06-16T04:11:20.443Z] 8cf3d0d2f216: Waiting [2025-06-16T04:11:20.443Z] aab5fc7919df: Waiting [2025-06-16T04:11:20.443Z] 5f70bf18a086: Waiting [2025-06-16T04:11:20.443Z] a9266b8222fa: Waiting [2025-06-16T04:11:20.443Z] 60a50349abc9: Waiting [2025-06-16T04:11:20.443Z] c0f732982636: Waiting [2025-06-16T04:11:20.443Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:20.443Z] 600a41ea9881: Layer already exists [2025-06-16T04:11:20.443Z] a2e93731bae1: Layer already exists [2025-06-16T04:11:20.443Z] 35e764677d29: Layer already exists [2025-06-16T04:11:20.443Z] c03ab609e4ec: Layer already exists [2025-06-16T04:11:20.443Z] e2e6490787a4: Layer already exists [2025-06-16T04:11:20.443Z] 3ad87116eb35: Layer already exists [2025-06-16T04:11:20.443Z] 8cf3d0d2f216: Layer already exists [2025-06-16T04:11:20.443Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:20.443Z] 5c4f329fdee2: Layer already exists [2025-06-16T04:11:20.443Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:20.443Z] 5f70bf18a086: Layer already exists [2025-06-16T04:11:20.443Z] aab5fc7919df: Layer already exists [2025-06-16T04:11:20.443Z] c0f732982636: Layer already exists [2025-06-16T04:11:20.443Z] a9266b8222fa: Layer already exists [2025-06-16T04:11:20.443Z] 60a50349abc9: Layer already exists [2025-06-16T04:11:20.443Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:20.706Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:21.058Z] + 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-16T04:11:21.398Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-16T04:11:21.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-16T04:11:21.398Z] 35e764677d29: Preparing [2025-06-16T04:11:21.398Z] c03ab609e4ec: Preparing [2025-06-16T04:11:21.398Z] a2e93731bae1: Preparing [2025-06-16T04:11:21.398Z] 600a41ea9881: Preparing [2025-06-16T04:11:21.398Z] e2e6490787a4: Preparing [2025-06-16T04:11:21.398Z] 5c4f329fdee2: Preparing [2025-06-16T04:11:21.398Z] 3ad87116eb35: Preparing [2025-06-16T04:11:21.398Z] dcf7acc17af2: Preparing [2025-06-16T04:11:21.398Z] 7a144c9076ec: Preparing [2025-06-16T04:11:21.398Z] 8cf3d0d2f216: Preparing [2025-06-16T04:11:21.398Z] aab5fc7919df: Preparing [2025-06-16T04:11:21.398Z] 5f70bf18a086: Preparing [2025-06-16T04:11:21.398Z] a9266b8222fa: Preparing [2025-06-16T04:11:21.398Z] 60a50349abc9: Preparing [2025-06-16T04:11:21.398Z] c0f732982636: Preparing [2025-06-16T04:11:21.398Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:21.398Z] 7a144c9076ec: Waiting [2025-06-16T04:11:21.398Z] 8cf3d0d2f216: Waiting [2025-06-16T04:11:21.398Z] aab5fc7919df: Waiting [2025-06-16T04:11:21.398Z] 5f70bf18a086: Waiting [2025-06-16T04:11:21.398Z] a9266b8222fa: Waiting [2025-06-16T04:11:21.398Z] 60a50349abc9: Waiting [2025-06-16T04:11:21.398Z] 5c4f329fdee2: Waiting [2025-06-16T04:11:21.398Z] 3ad87116eb35: Waiting [2025-06-16T04:11:21.398Z] c0f732982636: Waiting [2025-06-16T04:11:21.398Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:21.398Z] dcf7acc17af2: Waiting [2025-06-16T04:11:21.398Z] 35e764677d29: Layer already exists [2025-06-16T04:11:21.398Z] e2e6490787a4: Layer already exists [2025-06-16T04:11:21.398Z] c03ab609e4ec: Layer already exists [2025-06-16T04:11:21.398Z] a2e93731bae1: Layer already exists [2025-06-16T04:11:21.398Z] 600a41ea9881: Layer already exists [2025-06-16T04:11:21.398Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:21.398Z] 5c4f329fdee2: Layer already exists [2025-06-16T04:11:21.398Z] 3ad87116eb35: Layer already exists [2025-06-16T04:11:21.398Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:21.398Z] 8cf3d0d2f216: Layer already exists [2025-06-16T04:11:21.398Z] 5f70bf18a086: Layer already exists [2025-06-16T04:11:21.398Z] aab5fc7919df: Layer already exists [2025-06-16T04:11:21.398Z] a9266b8222fa: Layer already exists [2025-06-16T04:11:21.398Z] 60a50349abc9: Layer already exists [2025-06-16T04:11:21.398Z] c0f732982636: Layer already exists [2025-06-16T04:11:21.398Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:21.662Z] main: digest: sha256:5059bb4253900eddd73fae6964554279773b7262ba268f136956af90201d2156 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:11:21.755Z] ===================================================== [Pipeline] echo [2025-06-16T04:11:21.772Z] taggedImages: [2025-06-16T04:11:21.772Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:21.772Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-16T04:11:21.772Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 [2025-06-16T04:11:21.772Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:21.772Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-16T04:11:21.807Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-16T04:11:21.807Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:21.807Z] latest [2025-06-16T04:11:21.807Z] 4.1.0-dev.24 [2025-06-16T04:11:21.807Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:21.807Z] main [2025-06-16T04:11:21.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:22.271Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:22.624Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:22.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-16T04:11:22.624Z] c94e509aa7ba: Preparing [2025-06-16T04:11:22.624Z] 03a4b3e863ca: Preparing [2025-06-16T04:11:22.624Z] 81179fa2dff5: Preparing [2025-06-16T04:11:22.624Z] b33fe50bda3b: Preparing [2025-06-16T04:11:22.624Z] dcf7acc17af2: Preparing [2025-06-16T04:11:22.624Z] 7a144c9076ec: Preparing [2025-06-16T04:11:22.624Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:22.624Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:22.624Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:22.624Z] 7a144c9076ec: Waiting [2025-06-16T04:11:22.624Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:22.624Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:22.624Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:22.624Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:22.889Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:22.889Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:22.889Z] 81179fa2dff5: Pushed [2025-06-16T04:11:22.889Z] 03a4b3e863ca: Pushed [2025-06-16T04:11:22.889Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:22.889Z] c94e509aa7ba: Pushed [2025-06-16T04:11:22.889Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:28.208Z] b33fe50bda3b: Pushed [2025-06-16T04:11:28.208Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:28.549Z] + 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-16T04:11:28.895Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-16T04:11:28.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-16T04:11:28.895Z] c94e509aa7ba: Preparing [2025-06-16T04:11:28.895Z] 03a4b3e863ca: Preparing [2025-06-16T04:11:28.895Z] 81179fa2dff5: Preparing [2025-06-16T04:11:28.895Z] b33fe50bda3b: Preparing [2025-06-16T04:11:28.895Z] dcf7acc17af2: Preparing [2025-06-16T04:11:28.895Z] 7a144c9076ec: Preparing [2025-06-16T04:11:28.895Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:28.895Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:28.895Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:28.895Z] 7a144c9076ec: Waiting [2025-06-16T04:11:28.895Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:28.895Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:28.895Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:28.895Z] c94e509aa7ba: Layer already exists [2025-06-16T04:11:28.895Z] b33fe50bda3b: Layer already exists [2025-06-16T04:11:28.895Z] 81179fa2dff5: Layer already exists [2025-06-16T04:11:28.895Z] 03a4b3e863ca: Layer already exists [2025-06-16T04:11:28.895Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:28.895Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:28.895Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:28.895Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:28.895Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:29.157Z] latest: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:29.507Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:29.856Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 [2025-06-16T04:11:29.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-16T04:11:29.856Z] c94e509aa7ba: Preparing [2025-06-16T04:11:29.856Z] 03a4b3e863ca: Preparing [2025-06-16T04:11:29.856Z] 81179fa2dff5: Preparing [2025-06-16T04:11:29.856Z] b33fe50bda3b: Preparing [2025-06-16T04:11:29.856Z] dcf7acc17af2: Preparing [2025-06-16T04:11:29.856Z] 7a144c9076ec: Preparing [2025-06-16T04:11:29.856Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:29.856Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:29.856Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:29.856Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:29.856Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:29.856Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:29.856Z] 7a144c9076ec: Waiting [2025-06-16T04:11:29.856Z] c94e509aa7ba: Layer already exists [2025-06-16T04:11:29.856Z] 81179fa2dff5: Layer already exists [2025-06-16T04:11:29.856Z] 03a4b3e863ca: Layer already exists [2025-06-16T04:11:29.856Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:29.856Z] b33fe50bda3b: Layer already exists [2025-06-16T04:11:29.856Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:29.856Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:29.856Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:29.856Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:29.856Z] 4.1.0-dev.24: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:30.206Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:30.546Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:30.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-16T04:11:30.546Z] c94e509aa7ba: Preparing [2025-06-16T04:11:30.546Z] 03a4b3e863ca: Preparing [2025-06-16T04:11:30.546Z] 81179fa2dff5: Preparing [2025-06-16T04:11:30.546Z] b33fe50bda3b: Preparing [2025-06-16T04:11:30.546Z] dcf7acc17af2: Preparing [2025-06-16T04:11:30.546Z] 7a144c9076ec: Preparing [2025-06-16T04:11:30.546Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:30.546Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:30.546Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:30.546Z] 7a144c9076ec: Waiting [2025-06-16T04:11:30.546Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:30.546Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:30.546Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:30.546Z] 03a4b3e863ca: Layer already exists [2025-06-16T04:11:30.546Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:30.546Z] b33fe50bda3b: Layer already exists [2025-06-16T04:11:30.546Z] 81179fa2dff5: Layer already exists [2025-06-16T04:11:30.546Z] c94e509aa7ba: Layer already exists [2025-06-16T04:11:30.546Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:30.546Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:30.546Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:30.546Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:30.546Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:31.162Z] + 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-16T04:11:31.504Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-16T04:11:31.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-16T04:11:31.504Z] c94e509aa7ba: Preparing [2025-06-16T04:11:31.504Z] 03a4b3e863ca: Preparing [2025-06-16T04:11:31.504Z] 81179fa2dff5: Preparing [2025-06-16T04:11:31.504Z] b33fe50bda3b: Preparing [2025-06-16T04:11:31.504Z] dcf7acc17af2: Preparing [2025-06-16T04:11:31.504Z] 7a144c9076ec: Preparing [2025-06-16T04:11:31.504Z] 5fd643c6ef8c: Preparing [2025-06-16T04:11:31.504Z] 2a255ec4fb4f: Preparing [2025-06-16T04:11:31.504Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:31.504Z] 7a144c9076ec: Waiting [2025-06-16T04:11:31.504Z] 5fd643c6ef8c: Waiting [2025-06-16T04:11:31.504Z] 2a255ec4fb4f: Waiting [2025-06-16T04:11:31.504Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:31.504Z] 03a4b3e863ca: Layer already exists [2025-06-16T04:11:31.504Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:31.504Z] 81179fa2dff5: Layer already exists [2025-06-16T04:11:31.504Z] b33fe50bda3b: Layer already exists [2025-06-16T04:11:31.504Z] c94e509aa7ba: Layer already exists [2025-06-16T04:11:31.504Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:31.504Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:31.504Z] 5fd643c6ef8c: Layer already exists [2025-06-16T04:11:31.504Z] 2a255ec4fb4f: Layer already exists [2025-06-16T04:11:31.769Z] main: digest: sha256:093d95f7bba5b5bb7d81b1b5e61b01c5724d21026b207a7316533184b2783e7c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:11:31.855Z] ===================================================== [Pipeline] echo [2025-06-16T04:11:31.869Z] taggedImages: [2025-06-16T04:11:31.869Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:31.869Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-16T04:11:31.869Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 [2025-06-16T04:11:31.869Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:31.869Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-16T04:11:31.899Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-16T04:11:31.899Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:31.899Z] latest [2025-06-16T04:11:31.899Z] 4.1.0-dev.24 [2025-06-16T04:11:31.899Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:31.899Z] main [2025-06-16T04:11:31.899Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:32.252Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:32.601Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:32.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-16T04:11:32.601Z] 5fae0908bb54: Preparing [2025-06-16T04:11:32.601Z] 73cc9e11b79d: Preparing [2025-06-16T04:11:32.601Z] 5339d785cf43: Preparing [2025-06-16T04:11:32.601Z] 4a3fad5580cc: Preparing [2025-06-16T04:11:32.601Z] 67f37bacf248: Preparing [2025-06-16T04:11:32.601Z] dcf7acc17af2: Preparing [2025-06-16T04:11:32.601Z] 7a144c9076ec: Preparing [2025-06-16T04:11:32.601Z] 082d8ce09fde: Preparing [2025-06-16T04:11:32.601Z] bd173035aa17: Preparing [2025-06-16T04:11:32.601Z] 5be354cb6746: Preparing [2025-06-16T04:11:32.601Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:32.601Z] 082d8ce09fde: Waiting [2025-06-16T04:11:32.601Z] bd173035aa17: Waiting [2025-06-16T04:11:32.601Z] 5be354cb6746: Waiting [2025-06-16T04:11:32.601Z] dcf7acc17af2: Waiting [2025-06-16T04:11:32.601Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:32.601Z] 7a144c9076ec: Waiting [2025-06-16T04:11:32.865Z] 73cc9e11b79d: Pushed [2025-06-16T04:11:32.865Z] 4a3fad5580cc: Pushed [2025-06-16T04:11:32.865Z] 67f37bacf248: Pushed [2025-06-16T04:11:32.865Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:32.865Z] 5fae0908bb54: Pushed [2025-06-16T04:11:32.865Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:32.865Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:32.865Z] 082d8ce09fde: Pushed [2025-06-16T04:11:32.865Z] bd173035aa17: Pushed [2025-06-16T04:11:35.439Z] 5be354cb6746: Pushed [2025-06-16T04:11:36.841Z] 5339d785cf43: Pushed [2025-06-16T04:11:36.841Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:37.466Z] + 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-16T04:11:37.808Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-16T04:11:37.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-16T04:11:37.808Z] 5fae0908bb54: Preparing [2025-06-16T04:11:37.808Z] 73cc9e11b79d: Preparing [2025-06-16T04:11:37.808Z] 5339d785cf43: Preparing [2025-06-16T04:11:37.808Z] 4a3fad5580cc: Preparing [2025-06-16T04:11:37.808Z] 67f37bacf248: Preparing [2025-06-16T04:11:37.808Z] dcf7acc17af2: Preparing [2025-06-16T04:11:37.808Z] 7a144c9076ec: Preparing [2025-06-16T04:11:37.808Z] dcf7acc17af2: Waiting [2025-06-16T04:11:37.808Z] 7a144c9076ec: Waiting [2025-06-16T04:11:37.808Z] 082d8ce09fde: Preparing [2025-06-16T04:11:37.808Z] bd173035aa17: Preparing [2025-06-16T04:11:37.808Z] 082d8ce09fde: Waiting [2025-06-16T04:11:37.808Z] 5be354cb6746: Preparing [2025-06-16T04:11:37.808Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:37.808Z] 5be354cb6746: Waiting [2025-06-16T04:11:37.808Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:37.808Z] 5339d785cf43: Layer already exists [2025-06-16T04:11:37.808Z] 67f37bacf248: Layer already exists [2025-06-16T04:11:37.808Z] 5fae0908bb54: Layer already exists [2025-06-16T04:11:37.808Z] 73cc9e11b79d: Layer already exists [2025-06-16T04:11:37.808Z] 4a3fad5580cc: Layer already exists [2025-06-16T04:11:37.808Z] bd173035aa17: Layer already exists [2025-06-16T04:11:37.808Z] 082d8ce09fde: Layer already exists [2025-06-16T04:11:37.808Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:37.808Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:37.808Z] 5be354cb6746: Layer already exists [2025-06-16T04:11:37.808Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:38.074Z] latest: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:38.429Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:38.773Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 [2025-06-16T04:11:38.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-16T04:11:38.773Z] 5fae0908bb54: Preparing [2025-06-16T04:11:38.773Z] 73cc9e11b79d: Preparing [2025-06-16T04:11:38.773Z] 5339d785cf43: Preparing [2025-06-16T04:11:38.773Z] 4a3fad5580cc: Preparing [2025-06-16T04:11:38.773Z] 67f37bacf248: Preparing [2025-06-16T04:11:38.773Z] dcf7acc17af2: Preparing [2025-06-16T04:11:38.773Z] 7a144c9076ec: Preparing [2025-06-16T04:11:38.773Z] dcf7acc17af2: Waiting [2025-06-16T04:11:38.773Z] 7a144c9076ec: Waiting [2025-06-16T04:11:38.773Z] 082d8ce09fde: Preparing [2025-06-16T04:11:38.773Z] bd173035aa17: Preparing [2025-06-16T04:11:38.773Z] 5be354cb6746: Preparing [2025-06-16T04:11:38.773Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:38.773Z] 082d8ce09fde: Waiting [2025-06-16T04:11:38.773Z] bd173035aa17: Waiting [2025-06-16T04:11:38.773Z] 5be354cb6746: Waiting [2025-06-16T04:11:38.773Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:38.773Z] 67f37bacf248: Layer already exists [2025-06-16T04:11:38.773Z] 5fae0908bb54: Layer already exists [2025-06-16T04:11:38.773Z] 73cc9e11b79d: Layer already exists [2025-06-16T04:11:38.773Z] 5339d785cf43: Layer already exists [2025-06-16T04:11:38.773Z] 4a3fad5580cc: Layer already exists [2025-06-16T04:11:38.773Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:38.773Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:38.773Z] bd173035aa17: Layer already exists [2025-06-16T04:11:38.773Z] 082d8ce09fde: Layer already exists [2025-06-16T04:11:38.773Z] 5be354cb6746: Layer already exists [2025-06-16T04:11:38.773Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:39.036Z] 4.1.0-dev.24: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:39.394Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:39.746Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:39.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-16T04:11:39.746Z] 5fae0908bb54: Preparing [2025-06-16T04:11:39.746Z] 73cc9e11b79d: Preparing [2025-06-16T04:11:39.746Z] 5339d785cf43: Preparing [2025-06-16T04:11:39.746Z] 4a3fad5580cc: Preparing [2025-06-16T04:11:39.746Z] 67f37bacf248: Preparing [2025-06-16T04:11:39.746Z] dcf7acc17af2: Preparing [2025-06-16T04:11:39.746Z] 7a144c9076ec: Preparing [2025-06-16T04:11:39.746Z] 082d8ce09fde: Preparing [2025-06-16T04:11:39.746Z] bd173035aa17: Preparing [2025-06-16T04:11:39.746Z] 5be354cb6746: Preparing [2025-06-16T04:11:39.746Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:39.746Z] dcf7acc17af2: Waiting [2025-06-16T04:11:39.746Z] 7a144c9076ec: Waiting [2025-06-16T04:11:39.746Z] 082d8ce09fde: Waiting [2025-06-16T04:11:39.746Z] bd173035aa17: Waiting [2025-06-16T04:11:39.746Z] 5be354cb6746: Waiting [2025-06-16T04:11:39.746Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:39.746Z] 5fae0908bb54: Layer already exists [2025-06-16T04:11:39.746Z] 73cc9e11b79d: Layer already exists [2025-06-16T04:11:39.746Z] 4a3fad5580cc: Layer already exists [2025-06-16T04:11:39.747Z] 67f37bacf248: Layer already exists [2025-06-16T04:11:39.747Z] 5339d785cf43: Layer already exists [2025-06-16T04:11:39.747Z] 5be354cb6746: Layer already exists [2025-06-16T04:11:39.747Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:39.747Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:39.747Z] bd173035aa17: Layer already exists [2025-06-16T04:11:39.747Z] 082d8ce09fde: Layer already exists [2025-06-16T04:11:39.747Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:40.010Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:40.362Z] + 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-16T04:11:40.704Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-16T04:11:40.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-16T04:11:40.704Z] 5fae0908bb54: Preparing [2025-06-16T04:11:40.704Z] 73cc9e11b79d: Preparing [2025-06-16T04:11:40.704Z] 5339d785cf43: Preparing [2025-06-16T04:11:40.704Z] 4a3fad5580cc: Preparing [2025-06-16T04:11:40.704Z] 67f37bacf248: Preparing [2025-06-16T04:11:40.704Z] dcf7acc17af2: Preparing [2025-06-16T04:11:40.704Z] 7a144c9076ec: Preparing [2025-06-16T04:11:40.704Z] 082d8ce09fde: Preparing [2025-06-16T04:11:40.704Z] bd173035aa17: Preparing [2025-06-16T04:11:40.704Z] 5be354cb6746: Preparing [2025-06-16T04:11:40.704Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:40.704Z] dcf7acc17af2: Waiting [2025-06-16T04:11:40.704Z] 082d8ce09fde: Waiting [2025-06-16T04:11:40.704Z] bd173035aa17: Waiting [2025-06-16T04:11:40.704Z] 5be354cb6746: Waiting [2025-06-16T04:11:40.704Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:40.704Z] 7a144c9076ec: Waiting [2025-06-16T04:11:40.704Z] 4a3fad5580cc: Layer already exists [2025-06-16T04:11:40.704Z] 73cc9e11b79d: Layer already exists [2025-06-16T04:11:40.704Z] 67f37bacf248: Layer already exists [2025-06-16T04:11:40.704Z] 5fae0908bb54: Layer already exists [2025-06-16T04:11:40.704Z] 5339d785cf43: Layer already exists [2025-06-16T04:11:40.704Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:40.704Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:40.704Z] 5be354cb6746: Layer already exists [2025-06-16T04:11:40.704Z] 082d8ce09fde: Layer already exists [2025-06-16T04:11:40.704Z] bd173035aa17: Layer already exists [2025-06-16T04:11:40.704Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:40.970Z] main: digest: sha256:8d26bea7a50d4113607f75a2690e0acbef6a2f9532b217e09f798d56d3fafcfd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:11:41.047Z] ===================================================== [Pipeline] echo [2025-06-16T04:11:41.061Z] taggedImages: [2025-06-16T04:11:41.061Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:41.061Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-16T04:11:41.061Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 [2025-06-16T04:11:41.061Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:41.061Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-16T04:11:41.091Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-16T04:11:41.091Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:41.091Z] latest [2025-06-16T04:11:41.091Z] 4.1.0-dev.24 [2025-06-16T04:11:41.091Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:41.091Z] main [2025-06-16T04:11:41.091Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:41.509Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:41.867Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:41.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-16T04:11:41.867Z] b801184935b1: Preparing [2025-06-16T04:11:41.867Z] ea4c3fe71798: Preparing [2025-06-16T04:11:41.867Z] 3ffb6bca2177: Preparing [2025-06-16T04:11:41.867Z] 31d3ef919af3: Preparing [2025-06-16T04:11:41.867Z] d3c47a6ddb57: Preparing [2025-06-16T04:11:41.867Z] 490652fa921d: Preparing [2025-06-16T04:11:41.867Z] 501a59ec140c: Preparing [2025-06-16T04:11:41.867Z] dcf7acc17af2: Preparing [2025-06-16T04:11:41.867Z] 7a144c9076ec: Preparing [2025-06-16T04:11:41.867Z] 3580f9685830: Preparing [2025-06-16T04:11:41.867Z] 143d6d931b39: Preparing [2025-06-16T04:11:41.867Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:41.867Z] dcf7acc17af2: Waiting [2025-06-16T04:11:41.867Z] 7a144c9076ec: Waiting [2025-06-16T04:11:41.867Z] 3580f9685830: Waiting [2025-06-16T04:11:41.867Z] 143d6d931b39: Waiting [2025-06-16T04:11:41.867Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:41.867Z] 490652fa921d: Waiting [2025-06-16T04:11:41.867Z] 501a59ec140c: Waiting [2025-06-16T04:11:42.172Z] ea4c3fe71798: Pushed [2025-06-16T04:11:42.172Z] b801184935b1: Pushed [2025-06-16T04:11:42.172Z] d3c47a6ddb57: Pushed [2025-06-16T04:11:42.172Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:42.172Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:42.172Z] 490652fa921d: Pushed [2025-06-16T04:11:42.172Z] 501a59ec140c: Pushed [2025-06-16T04:11:42.441Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:42.441Z] 3580f9685830: Pushed [2025-06-16T04:11:45.043Z] 143d6d931b39: Pushed [2025-06-16T04:11:46.440Z] 31d3ef919af3: Pushed [2025-06-16T04:11:49.007Z] 3ffb6bca2177: Pushed [2025-06-16T04:11:49.008Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:49.355Z] + 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-16T04:11:49.698Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-16T04:11:49.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-16T04:11:49.698Z] b801184935b1: Preparing [2025-06-16T04:11:49.698Z] ea4c3fe71798: Preparing [2025-06-16T04:11:49.698Z] 3ffb6bca2177: Preparing [2025-06-16T04:11:49.698Z] 31d3ef919af3: Preparing [2025-06-16T04:11:49.698Z] d3c47a6ddb57: Preparing [2025-06-16T04:11:49.698Z] 490652fa921d: Preparing [2025-06-16T04:11:49.698Z] 501a59ec140c: Preparing [2025-06-16T04:11:49.698Z] dcf7acc17af2: Preparing [2025-06-16T04:11:49.698Z] 7a144c9076ec: Preparing [2025-06-16T04:11:49.698Z] 3580f9685830: Preparing [2025-06-16T04:11:49.698Z] 143d6d931b39: Preparing [2025-06-16T04:11:49.698Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:49.698Z] dcf7acc17af2: Waiting [2025-06-16T04:11:49.698Z] 7a144c9076ec: Waiting [2025-06-16T04:11:49.698Z] 3580f9685830: Waiting [2025-06-16T04:11:49.698Z] 143d6d931b39: Waiting [2025-06-16T04:11:49.698Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:49.698Z] 490652fa921d: Waiting [2025-06-16T04:11:49.698Z] 501a59ec140c: Waiting [2025-06-16T04:11:49.698Z] d3c47a6ddb57: Layer already exists [2025-06-16T04:11:49.698Z] ea4c3fe71798: Layer already exists [2025-06-16T04:11:49.698Z] 3ffb6bca2177: Layer already exists [2025-06-16T04:11:49.698Z] b801184935b1: Layer already exists [2025-06-16T04:11:49.698Z] 31d3ef919af3: Layer already exists [2025-06-16T04:11:49.698Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:49.698Z] 501a59ec140c: Layer already exists [2025-06-16T04:11:49.698Z] 490652fa921d: Layer already exists [2025-06-16T04:11:49.698Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:49.698Z] 3580f9685830: Layer already exists [2025-06-16T04:11:49.698Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:49.698Z] 143d6d931b39: Layer already exists [2025-06-16T04:11:49.962Z] latest: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:50.308Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:50.652Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 [2025-06-16T04:11:50.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-16T04:11:50.652Z] b801184935b1: Preparing [2025-06-16T04:11:50.652Z] ea4c3fe71798: Preparing [2025-06-16T04:11:50.652Z] 3ffb6bca2177: Preparing [2025-06-16T04:11:50.652Z] 31d3ef919af3: Preparing [2025-06-16T04:11:50.652Z] d3c47a6ddb57: Preparing [2025-06-16T04:11:50.652Z] 490652fa921d: Preparing [2025-06-16T04:11:50.652Z] 501a59ec140c: Preparing [2025-06-16T04:11:50.652Z] dcf7acc17af2: Preparing [2025-06-16T04:11:50.652Z] 7a144c9076ec: Preparing [2025-06-16T04:11:50.652Z] 3580f9685830: Preparing [2025-06-16T04:11:50.652Z] 143d6d931b39: Preparing [2025-06-16T04:11:50.652Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:50.652Z] 490652fa921d: Waiting [2025-06-16T04:11:50.652Z] 7a144c9076ec: Waiting [2025-06-16T04:11:50.652Z] 3580f9685830: Waiting [2025-06-16T04:11:50.652Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:50.652Z] 143d6d931b39: Waiting [2025-06-16T04:11:50.652Z] 501a59ec140c: Waiting [2025-06-16T04:11:50.652Z] dcf7acc17af2: Waiting [2025-06-16T04:11:50.652Z] ea4c3fe71798: Layer already exists [2025-06-16T04:11:50.652Z] 3ffb6bca2177: Layer already exists [2025-06-16T04:11:50.652Z] 31d3ef919af3: Layer already exists [2025-06-16T04:11:50.652Z] d3c47a6ddb57: Layer already exists [2025-06-16T04:11:50.652Z] b801184935b1: Layer already exists [2025-06-16T04:11:50.652Z] 490652fa921d: Layer already exists [2025-06-16T04:11:50.652Z] 501a59ec140c: Layer already exists [2025-06-16T04:11:50.652Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:50.652Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:50.652Z] 3580f9685830: Layer already exists [2025-06-16T04:11:50.652Z] 143d6d931b39: Layer already exists [2025-06-16T04:11:50.652Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:50.916Z] 4.1.0-dev.24: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:51.268Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:51.622Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:51.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-16T04:11:51.622Z] b801184935b1: Preparing [2025-06-16T04:11:51.622Z] ea4c3fe71798: Preparing [2025-06-16T04:11:51.622Z] 3ffb6bca2177: Preparing [2025-06-16T04:11:51.622Z] 31d3ef919af3: Preparing [2025-06-16T04:11:51.622Z] d3c47a6ddb57: Preparing [2025-06-16T04:11:51.622Z] 490652fa921d: Preparing [2025-06-16T04:11:51.622Z] 501a59ec140c: Preparing [2025-06-16T04:11:51.622Z] dcf7acc17af2: Preparing [2025-06-16T04:11:51.622Z] 7a144c9076ec: Preparing [2025-06-16T04:11:51.622Z] 3580f9685830: Preparing [2025-06-16T04:11:51.622Z] 143d6d931b39: Preparing [2025-06-16T04:11:51.622Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:51.622Z] 7a144c9076ec: Waiting [2025-06-16T04:11:51.622Z] 3580f9685830: Waiting [2025-06-16T04:11:51.622Z] 143d6d931b39: Waiting [2025-06-16T04:11:51.622Z] 490652fa921d: Waiting [2025-06-16T04:11:51.622Z] 501a59ec140c: Waiting [2025-06-16T04:11:51.622Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:51.622Z] dcf7acc17af2: Waiting [2025-06-16T04:11:51.622Z] ea4c3fe71798: Layer already exists [2025-06-16T04:11:51.622Z] 3ffb6bca2177: Layer already exists [2025-06-16T04:11:51.622Z] 31d3ef919af3: Layer already exists [2025-06-16T04:11:51.622Z] d3c47a6ddb57: Layer already exists [2025-06-16T04:11:51.622Z] b801184935b1: Layer already exists [2025-06-16T04:11:51.622Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:51.622Z] 490652fa921d: Layer already exists [2025-06-16T04:11:51.622Z] 501a59ec140c: Layer already exists [2025-06-16T04:11:51.622Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:51.622Z] 3580f9685830: Layer already exists [2025-06-16T04:11:51.622Z] 143d6d931b39: Layer already exists [2025-06-16T04:11:51.622Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:51.887Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:52.236Z] + 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-16T04:11:52.580Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-16T04:11:52.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-16T04:11:52.580Z] b801184935b1: Preparing [2025-06-16T04:11:52.580Z] ea4c3fe71798: Preparing [2025-06-16T04:11:52.580Z] 3ffb6bca2177: Preparing [2025-06-16T04:11:52.580Z] 31d3ef919af3: Preparing [2025-06-16T04:11:52.580Z] d3c47a6ddb57: Preparing [2025-06-16T04:11:52.580Z] 490652fa921d: Preparing [2025-06-16T04:11:52.580Z] 501a59ec140c: Preparing [2025-06-16T04:11:52.580Z] dcf7acc17af2: Preparing [2025-06-16T04:11:52.580Z] 7a144c9076ec: Preparing [2025-06-16T04:11:52.580Z] 3580f9685830: Preparing [2025-06-16T04:11:52.580Z] 143d6d931b39: Preparing [2025-06-16T04:11:52.580Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:52.580Z] 490652fa921d: Waiting [2025-06-16T04:11:52.580Z] 501a59ec140c: Waiting [2025-06-16T04:11:52.580Z] dcf7acc17af2: Waiting [2025-06-16T04:11:52.580Z] 7a144c9076ec: Waiting [2025-06-16T04:11:52.580Z] 3580f9685830: Waiting [2025-06-16T04:11:52.580Z] 143d6d931b39: Waiting [2025-06-16T04:11:52.580Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:52.580Z] 31d3ef919af3: Layer already exists [2025-06-16T04:11:52.580Z] b801184935b1: Layer already exists [2025-06-16T04:11:52.580Z] d3c47a6ddb57: Layer already exists [2025-06-16T04:11:52.580Z] ea4c3fe71798: Layer already exists [2025-06-16T04:11:52.580Z] 3ffb6bca2177: Layer already exists [2025-06-16T04:11:52.580Z] 501a59ec140c: Layer already exists [2025-06-16T04:11:52.580Z] 3580f9685830: Layer already exists [2025-06-16T04:11:52.580Z] 490652fa921d: Layer already exists [2025-06-16T04:11:52.580Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:52.580Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:52.580Z] 143d6d931b39: Layer already exists [2025-06-16T04:11:52.580Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:52.843Z] main: digest: sha256:69eb4704e7a1a9f8f5406a71f0ffe4ee24b85b4d549ce8ad24ec3c639eda923c size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:11:52.915Z] ===================================================== [Pipeline] echo [2025-06-16T04:11:52.929Z] taggedImages: [2025-06-16T04:11:52.929Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:52.929Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-16T04:11:52.929Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 [2025-06-16T04:11:52.929Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:52.929Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-16T04:11:52.954Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-16T04:11:52.954Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:52.954Z] latest [2025-06-16T04:11:52.954Z] 4.1.0-dev.24 [2025-06-16T04:11:52.954Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:11:52.954Z] main [2025-06-16T04:11:52.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:53.310Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:11:53.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:11:53.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-16T04:11:53.650Z] 6fbf6a66fb1e: Preparing [2025-06-16T04:11:53.650Z] d7510e707c0b: Preparing [2025-06-16T04:11:53.650Z] dcf7acc17af2: Preparing [2025-06-16T04:11:53.650Z] 7a144c9076ec: Preparing [2025-06-16T04:11:53.650Z] 32bb23f3677c: Preparing [2025-06-16T04:11:53.650Z] 46e4f7ccac0e: Preparing [2025-06-16T04:11:53.650Z] dd9c8f8612c8: Preparing [2025-06-16T04:11:53.650Z] 46e4f7ccac0e: Waiting [2025-06-16T04:11:53.650Z] dd9c8f8612c8: Waiting [2025-06-16T04:11:53.650Z] 7a144c9076ec: Layer already exists [2025-06-16T04:11:53.914Z] dcf7acc17af2: Layer already exists [2025-06-16T04:11:53.914Z] 32bb23f3677c: Pushed [2025-06-16T04:11:53.914Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:11:53.914Z] 6fbf6a66fb1e: Pushed [2025-06-16T04:11:55.841Z] 46e4f7ccac0e: Pushed [2025-06-16T04:12:01.160Z] d7510e707c0b: Pushed [2025-06-16T04:12:01.160Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:01.512Z] + 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-16T04:12:01.852Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-16T04:12:01.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-16T04:12:01.853Z] 6fbf6a66fb1e: Preparing [2025-06-16T04:12:01.853Z] d7510e707c0b: Preparing [2025-06-16T04:12:01.853Z] dcf7acc17af2: Preparing [2025-06-16T04:12:01.853Z] 7a144c9076ec: Preparing [2025-06-16T04:12:01.853Z] 32bb23f3677c: Preparing [2025-06-16T04:12:01.853Z] 46e4f7ccac0e: Preparing [2025-06-16T04:12:01.853Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:01.853Z] 46e4f7ccac0e: Waiting [2025-06-16T04:12:01.853Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:01.853Z] d7510e707c0b: Layer already exists [2025-06-16T04:12:01.853Z] 6fbf6a66fb1e: Layer already exists [2025-06-16T04:12:01.853Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:01.853Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:01.853Z] 32bb23f3677c: Layer already exists [2025-06-16T04:12:01.853Z] 46e4f7ccac0e: Layer already exists [2025-06-16T04:12:01.853Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:02.116Z] latest: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:02.467Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:02.804Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 [2025-06-16T04:12:02.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-16T04:12:02.805Z] 6fbf6a66fb1e: Preparing [2025-06-16T04:12:02.805Z] d7510e707c0b: Preparing [2025-06-16T04:12:02.805Z] dcf7acc17af2: Preparing [2025-06-16T04:12:02.805Z] 7a144c9076ec: Preparing [2025-06-16T04:12:02.805Z] 32bb23f3677c: Preparing [2025-06-16T04:12:02.805Z] 46e4f7ccac0e: Preparing [2025-06-16T04:12:02.805Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:02.805Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:02.805Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:02.805Z] d7510e707c0b: Layer already exists [2025-06-16T04:12:02.805Z] 6fbf6a66fb1e: Layer already exists [2025-06-16T04:12:02.805Z] 32bb23f3677c: Layer already exists [2025-06-16T04:12:02.805Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:02.805Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:02.805Z] 46e4f7ccac0e: Layer already exists [2025-06-16T04:12:03.068Z] 4.1.0-dev.24: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:03.418Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:03.754Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:12:03.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-16T04:12:03.754Z] 6fbf6a66fb1e: Preparing [2025-06-16T04:12:03.754Z] d7510e707c0b: Preparing [2025-06-16T04:12:03.754Z] dcf7acc17af2: Preparing [2025-06-16T04:12:03.754Z] 7a144c9076ec: Preparing [2025-06-16T04:12:03.754Z] 32bb23f3677c: Preparing [2025-06-16T04:12:03.754Z] 46e4f7ccac0e: Preparing [2025-06-16T04:12:03.754Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:03.754Z] 46e4f7ccac0e: Waiting [2025-06-16T04:12:03.754Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:03.754Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:03.754Z] d7510e707c0b: Layer already exists [2025-06-16T04:12:03.754Z] 6fbf6a66fb1e: Layer already exists [2025-06-16T04:12:03.754Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:03.754Z] 32bb23f3677c: Layer already exists [2025-06-16T04:12:03.754Z] 46e4f7ccac0e: Layer already exists [2025-06-16T04:12:03.754Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:03.754Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:04.358Z] + 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-16T04:12:04.697Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-16T04:12:04.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-16T04:12:04.697Z] 6fbf6a66fb1e: Preparing [2025-06-16T04:12:04.697Z] d7510e707c0b: Preparing [2025-06-16T04:12:04.697Z] dcf7acc17af2: Preparing [2025-06-16T04:12:04.697Z] 7a144c9076ec: Preparing [2025-06-16T04:12:04.697Z] 32bb23f3677c: Preparing [2025-06-16T04:12:04.697Z] 46e4f7ccac0e: Preparing [2025-06-16T04:12:04.697Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:04.697Z] 46e4f7ccac0e: Waiting [2025-06-16T04:12:04.697Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:04.697Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:04.697Z] 32bb23f3677c: Layer already exists [2025-06-16T04:12:04.697Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:04.697Z] 6fbf6a66fb1e: Layer already exists [2025-06-16T04:12:04.697Z] d7510e707c0b: Layer already exists [2025-06-16T04:12:04.697Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:04.697Z] 46e4f7ccac0e: Layer already exists [2025-06-16T04:12:04.962Z] main: digest: sha256:dd7fdc16911a7b9b7b614e2122ea1de6473f91b1f9525bcc662e748d1f742312 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:12:05.031Z] ===================================================== [Pipeline] echo [2025-06-16T04:12:05.045Z] taggedImages: [2025-06-16T04:12:05.045Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:12:05.045Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-16T04:12:05.045Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 [2025-06-16T04:12:05.045Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:12:05.045Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-16T04:12:05.070Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-16T04:12:05.070Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:12:05.070Z] latest [2025-06-16T04:12:05.070Z] 4.1.0-dev.24 [2025-06-16T04:12:05.070Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:12:05.070Z] main [2025-06-16T04:12:05.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:05.413Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:05.753Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:12:05.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-16T04:12:05.753Z] 8c39def30cd6: Preparing [2025-06-16T04:12:05.753Z] 96cbcf8feea3: Preparing [2025-06-16T04:12:05.753Z] c73a5febb9f3: Preparing [2025-06-16T04:12:05.753Z] dcf7acc17af2: Preparing [2025-06-16T04:12:05.753Z] 7a144c9076ec: Preparing [2025-06-16T04:12:05.753Z] 93ea966efe26: Preparing [2025-06-16T04:12:05.753Z] e2527699ac1e: Preparing [2025-06-16T04:12:05.753Z] 93ea966efe26: Waiting [2025-06-16T04:12:05.753Z] a2d261a33823: Preparing [2025-06-16T04:12:05.753Z] e27164b515ff: Preparing [2025-06-16T04:12:05.753Z] a2d261a33823: Waiting [2025-06-16T04:12:05.753Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:05.753Z] e27164b515ff: Waiting [2025-06-16T04:12:05.753Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:05.753Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:05.753Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:06.017Z] c73a5febb9f3: Pushed [2025-06-16T04:12:06.017Z] 96cbcf8feea3: Pushed [2025-06-16T04:12:06.017Z] 8c39def30cd6: Pushed [2025-06-16T04:12:06.017Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:06.017Z] a2d261a33823: Pushed [2025-06-16T04:12:06.968Z] e27164b515ff: Pushed [2025-06-16T04:12:16.997Z] e2527699ac1e: Pushed [2025-06-16T04:12:31.933Z] 93ea966efe26: Pushed [2025-06-16T04:12:31.933Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:32.274Z] + 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-16T04:12:32.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-16T04:12:32.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-16T04:12:32.612Z] 8c39def30cd6: Preparing [2025-06-16T04:12:32.612Z] 96cbcf8feea3: Preparing [2025-06-16T04:12:32.612Z] c73a5febb9f3: Preparing [2025-06-16T04:12:32.612Z] dcf7acc17af2: Preparing [2025-06-16T04:12:32.612Z] 7a144c9076ec: Preparing [2025-06-16T04:12:32.612Z] 93ea966efe26: Preparing [2025-06-16T04:12:32.612Z] e2527699ac1e: Preparing [2025-06-16T04:12:32.612Z] a2d261a33823: Preparing [2025-06-16T04:12:32.612Z] e27164b515ff: Preparing [2025-06-16T04:12:32.612Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:32.612Z] 93ea966efe26: Waiting [2025-06-16T04:12:32.612Z] e2527699ac1e: Waiting [2025-06-16T04:12:32.612Z] a2d261a33823: Waiting [2025-06-16T04:12:32.612Z] e27164b515ff: Waiting [2025-06-16T04:12:32.612Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:32.612Z] c73a5febb9f3: Layer already exists [2025-06-16T04:12:32.612Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:32.612Z] 96cbcf8feea3: Layer already exists [2025-06-16T04:12:32.612Z] 8c39def30cd6: Layer already exists [2025-06-16T04:12:32.612Z] a2d261a33823: Layer already exists [2025-06-16T04:12:32.612Z] 93ea966efe26: Layer already exists [2025-06-16T04:12:32.612Z] e2527699ac1e: Layer already exists [2025-06-16T04:12:32.612Z] e27164b515ff: Layer already exists [2025-06-16T04:12:32.612Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:32.874Z] latest: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:33.216Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:33.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 [2025-06-16T04:12:33.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-16T04:12:33.558Z] 8c39def30cd6: Preparing [2025-06-16T04:12:33.558Z] 96cbcf8feea3: Preparing [2025-06-16T04:12:33.558Z] c73a5febb9f3: Preparing [2025-06-16T04:12:33.558Z] dcf7acc17af2: Preparing [2025-06-16T04:12:33.558Z] 7a144c9076ec: Preparing [2025-06-16T04:12:33.558Z] 93ea966efe26: Preparing [2025-06-16T04:12:33.558Z] e2527699ac1e: Preparing [2025-06-16T04:12:33.558Z] a2d261a33823: Preparing [2025-06-16T04:12:33.558Z] e27164b515ff: Preparing [2025-06-16T04:12:33.558Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:33.558Z] 93ea966efe26: Waiting [2025-06-16T04:12:33.558Z] e2527699ac1e: Waiting [2025-06-16T04:12:33.558Z] a2d261a33823: Waiting [2025-06-16T04:12:33.558Z] e27164b515ff: Waiting [2025-06-16T04:12:33.558Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:33.558Z] 96cbcf8feea3: Layer already exists [2025-06-16T04:12:33.558Z] 8c39def30cd6: Layer already exists [2025-06-16T04:12:33.558Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:33.558Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:33.558Z] c73a5febb9f3: Layer already exists [2025-06-16T04:12:33.558Z] e2527699ac1e: Layer already exists [2025-06-16T04:12:33.558Z] 93ea966efe26: Layer already exists [2025-06-16T04:12:33.558Z] a2d261a33823: Layer already exists [2025-06-16T04:12:33.558Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:33.558Z] e27164b515ff: Layer already exists [2025-06-16T04:12:33.558Z] 4.1.0-dev.24: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:34.303Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:34.648Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:12:34.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-16T04:12:34.648Z] 8c39def30cd6: Preparing [2025-06-16T04:12:34.648Z] 96cbcf8feea3: Preparing [2025-06-16T04:12:34.648Z] c73a5febb9f3: Preparing [2025-06-16T04:12:34.648Z] dcf7acc17af2: Preparing [2025-06-16T04:12:34.648Z] 7a144c9076ec: Preparing [2025-06-16T04:12:34.648Z] 93ea966efe26: Preparing [2025-06-16T04:12:34.648Z] e2527699ac1e: Preparing [2025-06-16T04:12:34.648Z] a2d261a33823: Preparing [2025-06-16T04:12:34.648Z] e27164b515ff: Preparing [2025-06-16T04:12:34.648Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:34.648Z] 93ea966efe26: Waiting [2025-06-16T04:12:34.648Z] e2527699ac1e: Waiting [2025-06-16T04:12:34.648Z] a2d261a33823: Waiting [2025-06-16T04:12:34.648Z] e27164b515ff: Waiting [2025-06-16T04:12:34.648Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:34.648Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:34.648Z] 8c39def30cd6: Layer already exists [2025-06-16T04:12:34.648Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:34.648Z] c73a5febb9f3: Layer already exists [2025-06-16T04:12:34.648Z] 96cbcf8feea3: Layer already exists [2025-06-16T04:12:34.648Z] e2527699ac1e: Layer already exists [2025-06-16T04:12:34.648Z] a2d261a33823: Layer already exists [2025-06-16T04:12:34.648Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:34.648Z] 93ea966efe26: Layer already exists [2025-06-16T04:12:34.648Z] e27164b515ff: Layer already exists [2025-06-16T04:12:34.912Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:35.267Z] + 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-16T04:12:35.613Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-16T04:12:35.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-16T04:12:35.613Z] 8c39def30cd6: Preparing [2025-06-16T04:12:35.613Z] 96cbcf8feea3: Preparing [2025-06-16T04:12:35.613Z] c73a5febb9f3: Preparing [2025-06-16T04:12:35.613Z] dcf7acc17af2: Preparing [2025-06-16T04:12:35.613Z] 7a144c9076ec: Preparing [2025-06-16T04:12:35.613Z] 93ea966efe26: Preparing [2025-06-16T04:12:35.613Z] e2527699ac1e: Preparing [2025-06-16T04:12:35.613Z] a2d261a33823: Preparing [2025-06-16T04:12:35.613Z] e27164b515ff: Preparing [2025-06-16T04:12:35.613Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:35.613Z] a2d261a33823: Waiting [2025-06-16T04:12:35.613Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:35.613Z] e27164b515ff: Waiting [2025-06-16T04:12:35.613Z] 93ea966efe26: Waiting [2025-06-16T04:12:35.614Z] e2527699ac1e: Waiting [2025-06-16T04:12:35.614Z] 8c39def30cd6: Layer already exists [2025-06-16T04:12:35.614Z] 96cbcf8feea3: Layer already exists [2025-06-16T04:12:35.614Z] c73a5febb9f3: Layer already exists [2025-06-16T04:12:35.614Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:35.614Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:35.614Z] 93ea966efe26: Layer already exists [2025-06-16T04:12:35.614Z] e27164b515ff: Layer already exists [2025-06-16T04:12:35.614Z] a2d261a33823: Layer already exists [2025-06-16T04:12:35.614Z] e2527699ac1e: Layer already exists [2025-06-16T04:12:35.614Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:35.614Z] main: digest: sha256:74dcf175734a2fadca840923945b13de1e08d73eeca3a54986fe531652afc36e size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:12:35.955Z] ===================================================== [Pipeline] echo [2025-06-16T04:12:35.972Z] taggedImages: [2025-06-16T04:12:35.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:12:35.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-16T04:12:35.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 [2025-06-16T04:12:35.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:12:35.972Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-16T04:12:36.000Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-16T04:12:36.000Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:12:36.000Z] latest [2025-06-16T04:12:36.000Z] 4.1.0-dev.24 [2025-06-16T04:12:36.000Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:12:36.000Z] main [2025-06-16T04:12:36.000Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:36.355Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:12:36.697Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:12:36.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-16T04:12:36.697Z] 9e748efbb74c: Preparing [2025-06-16T04:12:36.697Z] 7a5fcc73e97c: Preparing [2025-06-16T04:12:36.697Z] 93e39c55b40a: Preparing [2025-06-16T04:12:36.697Z] dcf7acc17af2: Preparing [2025-06-16T04:12:36.697Z] 7a144c9076ec: Preparing [2025-06-16T04:12:36.697Z] afa7a1fbf542: Preparing [2025-06-16T04:12:36.697Z] ff4082d70a4d: Preparing [2025-06-16T04:12:36.697Z] 9c0d19590468: Preparing [2025-06-16T04:12:36.697Z] dd9c8f8612c8: Preparing [2025-06-16T04:12:36.697Z] afa7a1fbf542: Waiting [2025-06-16T04:12:36.697Z] ff4082d70a4d: Waiting [2025-06-16T04:12:36.697Z] 9c0d19590468: Waiting [2025-06-16T04:12:36.697Z] dd9c8f8612c8: Waiting [2025-06-16T04:12:36.697Z] dcf7acc17af2: Layer already exists [2025-06-16T04:12:36.697Z] 7a144c9076ec: Layer already exists [2025-06-16T04:12:36.961Z] 93e39c55b40a: Pushed [2025-06-16T04:12:36.961Z] 9e748efbb74c: Pushed [2025-06-16T04:12:36.961Z] 7a5fcc73e97c: Pushed [2025-06-16T04:12:36.961Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:12:36.961Z] ff4082d70a4d: Pushed [2025-06-16T04:12:37.545Z] 9c0d19590468: Pushed [2025-06-16T04:13:04.173Z] afa7a1fbf542: Pushed [2025-06-16T04:13:04.173Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:04.525Z] + 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-16T04:13:04.873Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-16T04:13:04.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-16T04:13:04.873Z] 9e748efbb74c: Preparing [2025-06-16T04:13:04.873Z] 7a5fcc73e97c: Preparing [2025-06-16T04:13:04.873Z] 93e39c55b40a: Preparing [2025-06-16T04:13:04.873Z] dcf7acc17af2: Preparing [2025-06-16T04:13:04.873Z] 7a144c9076ec: Preparing [2025-06-16T04:13:04.873Z] afa7a1fbf542: Preparing [2025-06-16T04:13:04.873Z] ff4082d70a4d: Preparing [2025-06-16T04:13:04.873Z] 9c0d19590468: Preparing [2025-06-16T04:13:04.873Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:04.873Z] ff4082d70a4d: Waiting [2025-06-16T04:13:04.873Z] 9c0d19590468: Waiting [2025-06-16T04:13:04.873Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:04.873Z] afa7a1fbf542: Waiting [2025-06-16T04:13:04.873Z] 93e39c55b40a: Layer already exists [2025-06-16T04:13:04.873Z] 7a5fcc73e97c: Layer already exists [2025-06-16T04:13:04.873Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:04.873Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:04.873Z] 9e748efbb74c: Layer already exists [2025-06-16T04:13:04.873Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:04.873Z] ff4082d70a4d: Layer already exists [2025-06-16T04:13:04.873Z] afa7a1fbf542: Layer already exists [2025-06-16T04:13:04.873Z] 9c0d19590468: Layer already exists [2025-06-16T04:13:05.137Z] latest: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:05.490Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:05.846Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 [2025-06-16T04:13:05.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-16T04:13:05.846Z] 9e748efbb74c: Preparing [2025-06-16T04:13:05.846Z] 7a5fcc73e97c: Preparing [2025-06-16T04:13:05.846Z] 93e39c55b40a: Preparing [2025-06-16T04:13:05.846Z] dcf7acc17af2: Preparing [2025-06-16T04:13:05.846Z] 7a144c9076ec: Preparing [2025-06-16T04:13:05.846Z] afa7a1fbf542: Preparing [2025-06-16T04:13:05.846Z] ff4082d70a4d: Preparing [2025-06-16T04:13:05.846Z] 9c0d19590468: Preparing [2025-06-16T04:13:05.846Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:05.846Z] afa7a1fbf542: Waiting [2025-06-16T04:13:05.846Z] ff4082d70a4d: Waiting [2025-06-16T04:13:05.846Z] 9c0d19590468: Waiting [2025-06-16T04:13:05.846Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:05.846Z] 9e748efbb74c: Layer already exists [2025-06-16T04:13:05.846Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:05.846Z] 93e39c55b40a: Layer already exists [2025-06-16T04:13:05.846Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:05.846Z] 7a5fcc73e97c: Layer already exists [2025-06-16T04:13:05.846Z] 9c0d19590468: Layer already exists [2025-06-16T04:13:05.846Z] ff4082d70a4d: Layer already exists [2025-06-16T04:13:05.846Z] afa7a1fbf542: Layer already exists [2025-06-16T04:13:05.846Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:05.846Z] 4.1.0-dev.24: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:06.192Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:06.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:06.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-16T04:13:06.537Z] 9e748efbb74c: Preparing [2025-06-16T04:13:06.537Z] 7a5fcc73e97c: Preparing [2025-06-16T04:13:06.537Z] 93e39c55b40a: Preparing [2025-06-16T04:13:06.537Z] dcf7acc17af2: Preparing [2025-06-16T04:13:06.537Z] 7a144c9076ec: Preparing [2025-06-16T04:13:06.537Z] afa7a1fbf542: Preparing [2025-06-16T04:13:06.537Z] ff4082d70a4d: Preparing [2025-06-16T04:13:06.537Z] 9c0d19590468: Preparing [2025-06-16T04:13:06.537Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:06.537Z] 9c0d19590468: Waiting [2025-06-16T04:13:06.537Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:06.537Z] afa7a1fbf542: Waiting [2025-06-16T04:13:06.537Z] ff4082d70a4d: Waiting [2025-06-16T04:13:06.537Z] 93e39c55b40a: Layer already exists [2025-06-16T04:13:06.537Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:06.537Z] 9e748efbb74c: Layer already exists [2025-06-16T04:13:06.537Z] 7a5fcc73e97c: Layer already exists [2025-06-16T04:13:06.537Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:06.537Z] 9c0d19590468: Layer already exists [2025-06-16T04:13:06.537Z] afa7a1fbf542: Layer already exists [2025-06-16T04:13:06.537Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:06.537Z] ff4082d70a4d: Layer already exists [2025-06-16T04:13:06.801Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:07.145Z] + 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-16T04:13:07.506Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-16T04:13:07.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-16T04:13:07.506Z] 9e748efbb74c: Preparing [2025-06-16T04:13:07.506Z] 7a5fcc73e97c: Preparing [2025-06-16T04:13:07.506Z] 93e39c55b40a: Preparing [2025-06-16T04:13:07.506Z] dcf7acc17af2: Preparing [2025-06-16T04:13:07.506Z] 7a144c9076ec: Preparing [2025-06-16T04:13:07.506Z] afa7a1fbf542: Preparing [2025-06-16T04:13:07.506Z] ff4082d70a4d: Preparing [2025-06-16T04:13:07.506Z] 9c0d19590468: Preparing [2025-06-16T04:13:07.506Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:07.506Z] afa7a1fbf542: Waiting [2025-06-16T04:13:07.506Z] ff4082d70a4d: Waiting [2025-06-16T04:13:07.506Z] 9c0d19590468: Waiting [2025-06-16T04:13:07.506Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:07.506Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:07.506Z] 93e39c55b40a: Layer already exists [2025-06-16T04:13:07.506Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:07.506Z] 9e748efbb74c: Layer already exists [2025-06-16T04:13:07.506Z] 7a5fcc73e97c: Layer already exists [2025-06-16T04:13:07.506Z] ff4082d70a4d: Layer already exists [2025-06-16T04:13:07.506Z] 9c0d19590468: Layer already exists [2025-06-16T04:13:07.506Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:07.506Z] afa7a1fbf542: Layer already exists [2025-06-16T04:13:07.770Z] main: digest: sha256:c155e37cdf32ba3a3b8cae07b1e00e5531dfbd8d197c280a3c49fb15ea96d2a9 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:13:07.848Z] ===================================================== [Pipeline] echo [2025-06-16T04:13:07.860Z] taggedImages: [2025-06-16T04:13:07.860Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:07.860Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-16T04:13:07.860Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 [2025-06-16T04:13:07.860Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:07.860Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-16T04:13:07.887Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-16T04:13:07.887Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:07.887Z] latest [2025-06-16T04:13:07.887Z] 4.1.0-dev.24 [2025-06-16T04:13:07.887Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:07.887Z] main [2025-06-16T04:13:07.887Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:08.241Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:08.590Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:08.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-16T04:13:08.590Z] 09204beea99a: Preparing [2025-06-16T04:13:08.590Z] 9f008b26a1c8: Preparing [2025-06-16T04:13:08.590Z] 0a79b24729ef: Preparing [2025-06-16T04:13:08.590Z] dcf7acc17af2: Preparing [2025-06-16T04:13:08.590Z] 7a144c9076ec: Preparing [2025-06-16T04:13:08.590Z] 93ea966efe26: Preparing [2025-06-16T04:13:08.590Z] a2d261a33823: Preparing [2025-06-16T04:13:08.590Z] e27164b515ff: Preparing [2025-06-16T04:13:08.590Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:08.590Z] a2d261a33823: Waiting [2025-06-16T04:13:08.590Z] 93ea966efe26: Waiting [2025-06-16T04:13:08.590Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:08.590Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:08.590Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:08.854Z] 93ea966efe26: Layer already exists [2025-06-16T04:13:08.854Z] a2d261a33823: Layer already exists [2025-06-16T04:13:08.854Z] e27164b515ff: Layer already exists [2025-06-16T04:13:08.854Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:08.854Z] 0a79b24729ef: Pushed [2025-06-16T04:13:08.854Z] 09204beea99a: Pushed [2025-06-16T04:13:08.854Z] 9f008b26a1c8: Pushed [2025-06-16T04:13:08.854Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:09.207Z] + 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-16T04:13:09.554Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-16T04:13:09.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-16T04:13:09.554Z] 09204beea99a: Preparing [2025-06-16T04:13:09.554Z] 9f008b26a1c8: Preparing [2025-06-16T04:13:09.554Z] 0a79b24729ef: Preparing [2025-06-16T04:13:09.554Z] dcf7acc17af2: Preparing [2025-06-16T04:13:09.554Z] 7a144c9076ec: Preparing [2025-06-16T04:13:09.554Z] 93ea966efe26: Preparing [2025-06-16T04:13:09.554Z] a2d261a33823: Preparing [2025-06-16T04:13:09.554Z] e27164b515ff: Preparing [2025-06-16T04:13:09.554Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:09.554Z] 93ea966efe26: Waiting [2025-06-16T04:13:09.554Z] a2d261a33823: Waiting [2025-06-16T04:13:09.554Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:09.554Z] e27164b515ff: Waiting [2025-06-16T04:13:09.554Z] 09204beea99a: Layer already exists [2025-06-16T04:13:09.554Z] 0a79b24729ef: Layer already exists [2025-06-16T04:13:09.554Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:09.554Z] 9f008b26a1c8: Layer already exists [2025-06-16T04:13:09.554Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:09.554Z] 93ea966efe26: Layer already exists [2025-06-16T04:13:09.554Z] a2d261a33823: Layer already exists [2025-06-16T04:13:09.554Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:09.554Z] e27164b515ff: Layer already exists [2025-06-16T04:13:09.869Z] latest: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:10.245Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:10.608Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 [2025-06-16T04:13:10.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-16T04:13:10.608Z] 09204beea99a: Preparing [2025-06-16T04:13:10.609Z] 9f008b26a1c8: Preparing [2025-06-16T04:13:10.609Z] 0a79b24729ef: Preparing [2025-06-16T04:13:10.609Z] dcf7acc17af2: Preparing [2025-06-16T04:13:10.609Z] 7a144c9076ec: Preparing [2025-06-16T04:13:10.609Z] 93ea966efe26: Preparing [2025-06-16T04:13:10.609Z] a2d261a33823: Preparing [2025-06-16T04:13:10.609Z] e27164b515ff: Preparing [2025-06-16T04:13:10.609Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:10.609Z] 93ea966efe26: Waiting [2025-06-16T04:13:10.609Z] a2d261a33823: Waiting [2025-06-16T04:13:10.609Z] e27164b515ff: Waiting [2025-06-16T04:13:10.609Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:10.609Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:10.609Z] 9f008b26a1c8: Layer already exists [2025-06-16T04:13:10.609Z] 09204beea99a: Layer already exists [2025-06-16T04:13:10.609Z] 0a79b24729ef: Layer already exists [2025-06-16T04:13:10.609Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:10.609Z] 93ea966efe26: Layer already exists [2025-06-16T04:13:10.609Z] a2d261a33823: Layer already exists [2025-06-16T04:13:10.609Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:10.609Z] e27164b515ff: Layer already exists [2025-06-16T04:13:10.876Z] 4.1.0-dev.24: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:11.250Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:11.607Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:11.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-16T04:13:11.607Z] 09204beea99a: Preparing [2025-06-16T04:13:11.607Z] 9f008b26a1c8: Preparing [2025-06-16T04:13:11.607Z] 0a79b24729ef: Preparing [2025-06-16T04:13:11.607Z] dcf7acc17af2: Preparing [2025-06-16T04:13:11.607Z] 7a144c9076ec: Preparing [2025-06-16T04:13:11.607Z] 93ea966efe26: Preparing [2025-06-16T04:13:11.607Z] a2d261a33823: Preparing [2025-06-16T04:13:11.607Z] e27164b515ff: Preparing [2025-06-16T04:13:11.607Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:11.607Z] 93ea966efe26: Waiting [2025-06-16T04:13:11.607Z] a2d261a33823: Waiting [2025-06-16T04:13:11.607Z] e27164b515ff: Waiting [2025-06-16T04:13:11.607Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:11.607Z] 0a79b24729ef: Layer already exists [2025-06-16T04:13:11.607Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:11.607Z] 9f008b26a1c8: Layer already exists [2025-06-16T04:13:11.607Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:11.607Z] 09204beea99a: Layer already exists [2025-06-16T04:13:11.607Z] 93ea966efe26: Layer already exists [2025-06-16T04:13:11.607Z] e27164b515ff: Layer already exists [2025-06-16T04:13:11.607Z] a2d261a33823: Layer already exists [2025-06-16T04:13:11.607Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:11.874Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:12.229Z] + 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-16T04:13:12.583Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-16T04:13:12.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-16T04:13:12.583Z] 09204beea99a: Preparing [2025-06-16T04:13:12.583Z] 9f008b26a1c8: Preparing [2025-06-16T04:13:12.583Z] 0a79b24729ef: Preparing [2025-06-16T04:13:12.583Z] dcf7acc17af2: Preparing [2025-06-16T04:13:12.583Z] 7a144c9076ec: Preparing [2025-06-16T04:13:12.583Z] 93ea966efe26: Preparing [2025-06-16T04:13:12.583Z] a2d261a33823: Preparing [2025-06-16T04:13:12.583Z] e27164b515ff: Preparing [2025-06-16T04:13:12.583Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:12.583Z] a2d261a33823: Waiting [2025-06-16T04:13:12.583Z] e27164b515ff: Waiting [2025-06-16T04:13:12.583Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:12.583Z] 93ea966efe26: Waiting [2025-06-16T04:13:12.583Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:12.583Z] 9f008b26a1c8: Layer already exists [2025-06-16T04:13:12.583Z] 0a79b24729ef: Layer already exists [2025-06-16T04:13:12.583Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:12.583Z] 09204beea99a: Layer already exists [2025-06-16T04:13:12.583Z] a2d261a33823: Layer already exists [2025-06-16T04:13:12.583Z] 93ea966efe26: Layer already exists [2025-06-16T04:13:12.583Z] e27164b515ff: Layer already exists [2025-06-16T04:13:12.583Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:12.845Z] main: digest: sha256:c7290f6130981705f64ffebbb71ff3955457059688d420e175326c6eb03aa0bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:13:12.915Z] ===================================================== [Pipeline] echo [2025-06-16T04:13:12.928Z] taggedImages: [2025-06-16T04:13:12.928Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:12.928Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-16T04:13:12.928Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 [2025-06-16T04:13:12.928Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:12.928Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-16T04:13:12.955Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-16T04:13:12.955Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:12.955Z] latest [2025-06-16T04:13:12.955Z] 4.1.0-dev.24 [2025-06-16T04:13:12.955Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:12.955Z] main [2025-06-16T04:13:12.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:13.312Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:13.659Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:13.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-16T04:13:13.659Z] e396bcc1afa7: Preparing [2025-06-16T04:13:13.659Z] 3650918bea88: Preparing [2025-06-16T04:13:13.659Z] dcf7acc17af2: Preparing [2025-06-16T04:13:13.659Z] 7a144c9076ec: Preparing [2025-06-16T04:13:13.659Z] 18bbef0781b6: Preparing [2025-06-16T04:13:13.659Z] fae590963679: Preparing [2025-06-16T04:13:13.659Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:13.659Z] fae590963679: Waiting [2025-06-16T04:13:13.659Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:13.659Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:13.659Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:13.922Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:13.922Z] 18bbef0781b6: Pushed [2025-06-16T04:13:13.922Z] e396bcc1afa7: Pushed [2025-06-16T04:13:15.319Z] fae590963679: Pushed [2025-06-16T04:13:21.929Z] 3650918bea88: Pushed [2025-06-16T04:13:22.193Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:22.550Z] + 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-16T04:13:22.893Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-16T04:13:22.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-16T04:13:22.894Z] e396bcc1afa7: Preparing [2025-06-16T04:13:22.894Z] 3650918bea88: Preparing [2025-06-16T04:13:22.894Z] dcf7acc17af2: Preparing [2025-06-16T04:13:22.894Z] 7a144c9076ec: Preparing [2025-06-16T04:13:22.894Z] 18bbef0781b6: Preparing [2025-06-16T04:13:22.894Z] fae590963679: Preparing [2025-06-16T04:13:22.894Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:22.894Z] fae590963679: Waiting [2025-06-16T04:13:22.894Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:22.894Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:22.894Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:22.894Z] 3650918bea88: Layer already exists [2025-06-16T04:13:22.894Z] 18bbef0781b6: Layer already exists [2025-06-16T04:13:22.894Z] e396bcc1afa7: Layer already exists [2025-06-16T04:13:22.894Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:22.894Z] fae590963679: Layer already exists [2025-06-16T04:13:23.159Z] latest: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:23.508Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:23.852Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 [2025-06-16T04:13:23.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-16T04:13:23.853Z] e396bcc1afa7: Preparing [2025-06-16T04:13:23.853Z] 3650918bea88: Preparing [2025-06-16T04:13:23.853Z] dcf7acc17af2: Preparing [2025-06-16T04:13:23.853Z] 7a144c9076ec: Preparing [2025-06-16T04:13:23.853Z] 18bbef0781b6: Preparing [2025-06-16T04:13:23.853Z] fae590963679: Preparing [2025-06-16T04:13:23.853Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:23.853Z] fae590963679: Waiting [2025-06-16T04:13:23.853Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:23.853Z] e396bcc1afa7: Layer already exists [2025-06-16T04:13:23.853Z] 3650918bea88: Layer already exists [2025-06-16T04:13:23.853Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:23.853Z] 18bbef0781b6: Layer already exists [2025-06-16T04:13:23.853Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:23.853Z] fae590963679: Layer already exists [2025-06-16T04:13:23.853Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:24.122Z] 4.1.0-dev.24: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:24.467Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:24.805Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:24.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-16T04:13:24.805Z] e396bcc1afa7: Preparing [2025-06-16T04:13:24.805Z] 3650918bea88: Preparing [2025-06-16T04:13:24.805Z] dcf7acc17af2: Preparing [2025-06-16T04:13:24.805Z] 7a144c9076ec: Preparing [2025-06-16T04:13:24.805Z] 18bbef0781b6: Preparing [2025-06-16T04:13:24.805Z] fae590963679: Preparing [2025-06-16T04:13:24.805Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:24.805Z] fae590963679: Waiting [2025-06-16T04:13:24.805Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:24.805Z] e396bcc1afa7: Layer already exists [2025-06-16T04:13:24.805Z] 18bbef0781b6: Layer already exists [2025-06-16T04:13:24.805Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:24.805Z] 3650918bea88: Layer already exists [2025-06-16T04:13:24.805Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:24.805Z] fae590963679: Layer already exists [2025-06-16T04:13:24.805Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:25.071Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:26.521Z] + 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-16T04:13:26.871Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-16T04:13:26.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-16T04:13:26.871Z] e396bcc1afa7: Preparing [2025-06-16T04:13:26.871Z] 3650918bea88: Preparing [2025-06-16T04:13:26.871Z] dcf7acc17af2: Preparing [2025-06-16T04:13:26.871Z] 7a144c9076ec: Preparing [2025-06-16T04:13:26.871Z] 18bbef0781b6: Preparing [2025-06-16T04:13:26.871Z] fae590963679: Preparing [2025-06-16T04:13:26.871Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:26.871Z] fae590963679: Waiting [2025-06-16T04:13:26.871Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:26.871Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:26.871Z] 18bbef0781b6: Layer already exists [2025-06-16T04:13:26.871Z] 3650918bea88: Layer already exists [2025-06-16T04:13:26.871Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:26.871Z] e396bcc1afa7: Layer already exists [2025-06-16T04:13:26.871Z] fae590963679: Layer already exists [2025-06-16T04:13:26.871Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:27.134Z] main: digest: sha256:455c1ce2b02ecf73dd414a67e6faa76368bc9a2e2a8e5a45f4b04d7f9b063bc0 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:13:27.217Z] ===================================================== [Pipeline] echo [2025-06-16T04:13:27.231Z] taggedImages: [2025-06-16T04:13:27.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:27.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-16T04:13:27.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 [2025-06-16T04:13:27.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:27.231Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-16T04:13:27.256Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-16T04:13:27.256Z] 208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:27.256Z] latest [2025-06-16T04:13:27.256Z] 4.1.0-dev.24 [2025-06-16T04:13:27.256Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:13:27.256Z] main [2025-06-16T04:13:27.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:27.606Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:27.970Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:13:27.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-16T04:13:27.970Z] bce043ddc37b: Preparing [2025-06-16T04:13:27.970Z] cbf45b12b1a3: Preparing [2025-06-16T04:13:27.970Z] dcf7acc17af2: Preparing [2025-06-16T04:13:27.970Z] 7a144c9076ec: Preparing [2025-06-16T04:13:27.970Z] 4c70afd975f2: Preparing [2025-06-16T04:13:27.971Z] cf8c1689aeea: Preparing [2025-06-16T04:13:27.971Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:27.971Z] cf8c1689aeea: Waiting [2025-06-16T04:13:27.971Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:27.971Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:28.237Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:28.237Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:13:28.237Z] 4c70afd975f2: Pushed [2025-06-16T04:13:28.237Z] bce043ddc37b: Pushed [2025-06-16T04:13:28.820Z] cf8c1689aeea: Pushed [2025-06-16T04:13:36.994Z] cbf45b12b1a3: Pushed [2025-06-16T04:13:36.994Z] 208e85735de406a1e1d37f437623169183356937: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:13:37.342Z] + 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-16T04:13:37.688Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-16T04:13:37.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-16T04:13:37.688Z] bce043ddc37b: Preparing [2025-06-16T04:13:37.688Z] cbf45b12b1a3: Preparing [2025-06-16T04:13:37.688Z] dcf7acc17af2: Preparing [2025-06-16T04:13:37.688Z] 7a144c9076ec: Preparing [2025-06-16T04:13:37.688Z] 4c70afd975f2: Preparing [2025-06-16T04:13:37.688Z] cf8c1689aeea: Preparing [2025-06-16T04:13:37.688Z] dd9c8f8612c8: Preparing [2025-06-16T04:13:37.688Z] cf8c1689aeea: Waiting [2025-06-16T04:13:37.688Z] dd9c8f8612c8: Waiting [2025-06-16T04:13:37.688Z] cbf45b12b1a3: Layer already exists [2025-06-16T04:13:37.688Z] bce043ddc37b: Layer already exists [2025-06-16T04:13:37.688Z] 4c70afd975f2: Layer already exists [2025-06-16T04:13:37.688Z] dcf7acc17af2: Layer already exists [2025-06-16T04:13:37.688Z] 7a144c9076ec: Layer already exists [2025-06-16T04:13:37.688Z] cf8c1689aeea: Layer already exists [2025-06-16T04:13:37.688Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:14:04.329Z] latest: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:14:04.694Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:14:05.041Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 [2025-06-16T04:14:05.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-16T04:14:05.041Z] bce043ddc37b: Preparing [2025-06-16T04:14:05.041Z] cbf45b12b1a3: Preparing [2025-06-16T04:14:05.041Z] dcf7acc17af2: Preparing [2025-06-16T04:14:05.041Z] 7a144c9076ec: Preparing [2025-06-16T04:14:05.041Z] 4c70afd975f2: Preparing [2025-06-16T04:14:05.041Z] cf8c1689aeea: Preparing [2025-06-16T04:14:05.041Z] dd9c8f8612c8: Preparing [2025-06-16T04:14:05.041Z] cf8c1689aeea: Waiting [2025-06-16T04:14:05.041Z] dd9c8f8612c8: Waiting [2025-06-16T04:14:05.041Z] bce043ddc37b: Layer already exists [2025-06-16T04:14:05.041Z] 7a144c9076ec: Layer already exists [2025-06-16T04:14:05.041Z] cbf45b12b1a3: Layer already exists [2025-06-16T04:14:05.041Z] 4c70afd975f2: Layer already exists [2025-06-16T04:14:05.041Z] dcf7acc17af2: Layer already exists [2025-06-16T04:14:05.041Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:14:05.041Z] cf8c1689aeea: Layer already exists [2025-06-16T04:14:05.304Z] 4.1.0-dev.24: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:14:05.642Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:14:05.977Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:14:05.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-16T04:14:05.977Z] bce043ddc37b: Preparing [2025-06-16T04:14:05.977Z] cbf45b12b1a3: Preparing [2025-06-16T04:14:05.977Z] dcf7acc17af2: Preparing [2025-06-16T04:14:05.977Z] 7a144c9076ec: Preparing [2025-06-16T04:14:05.977Z] 4c70afd975f2: Preparing [2025-06-16T04:14:05.977Z] cf8c1689aeea: Preparing [2025-06-16T04:14:05.977Z] dd9c8f8612c8: Preparing [2025-06-16T04:14:05.977Z] cf8c1689aeea: Waiting [2025-06-16T04:14:05.977Z] dd9c8f8612c8: Waiting [2025-06-16T04:14:05.977Z] dcf7acc17af2: Layer already exists [2025-06-16T04:14:05.977Z] 4c70afd975f2: Layer already exists [2025-06-16T04:14:05.977Z] 7a144c9076ec: Layer already exists [2025-06-16T04:14:05.977Z] bce043ddc37b: Layer already exists [2025-06-16T04:14:05.977Z] cbf45b12b1a3: Layer already exists [2025-06-16T04:14:05.977Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:14:05.977Z] cf8c1689aeea: Layer already exists [2025-06-16T04:14:06.241Z] 208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:14:06.589Z] + 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-16T04:14:07.060Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-16T04:14:07.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-16T04:14:07.060Z] bce043ddc37b: Preparing [2025-06-16T04:14:07.060Z] cbf45b12b1a3: Preparing [2025-06-16T04:14:07.060Z] dcf7acc17af2: Preparing [2025-06-16T04:14:07.060Z] 7a144c9076ec: Preparing [2025-06-16T04:14:07.060Z] 4c70afd975f2: Preparing [2025-06-16T04:14:07.060Z] cf8c1689aeea: Preparing [2025-06-16T04:14:07.060Z] dd9c8f8612c8: Preparing [2025-06-16T04:14:07.060Z] cf8c1689aeea: Waiting [2025-06-16T04:14:07.060Z] dd9c8f8612c8: Waiting [2025-06-16T04:14:07.060Z] 4c70afd975f2: Layer already exists [2025-06-16T04:14:07.060Z] dcf7acc17af2: Layer already exists [2025-06-16T04:14:07.060Z] bce043ddc37b: Layer already exists [2025-06-16T04:14:07.060Z] cbf45b12b1a3: Layer already exists [2025-06-16T04:14:07.060Z] 7a144c9076ec: Layer already exists [2025-06-16T04:14:07.060Z] cf8c1689aeea: Layer already exists [2025-06-16T04:14:07.060Z] dd9c8f8612c8: Layer already exists [2025-06-16T04:14:07.323Z] main: digest: sha256:b971f36b804b6a7465daff69c160f62032d04685a698058569c86cc25a7c84b8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T04:14:07.405Z] ===================================================== [Pipeline] echo [2025-06-16T04:14:07.427Z] taggedImages: [2025-06-16T04:14:07.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 [2025-06-16T04:14:07.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-16T04:14:07.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 [2025-06-16T04:14:07.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [2025-06-16T04:14:07.427Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-16T04:14:07.442Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.454Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.468Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.476Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.489Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-16T04:14:07.497Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.510Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.521Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.530Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.544Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-16T04:14:07.555Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.569Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.583Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.593Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.603Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-16T04:14:07.612Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.624Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.637Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.647Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.657Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-16T04:14:07.668Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.680Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.690Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.701Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.710Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-16T04:14:07.724Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.736Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.748Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.758Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.773Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-16T04:14:07.788Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.798Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.814Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.825Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.841Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-16T04:14:07.855Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.868Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.881Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.896Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.914Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-16T04:14:07.926Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.937Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-16T04:14:07.952Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.964Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:07.975Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-16T04:14:07.988Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:07.999Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-16T04:14:08.015Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.027Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.041Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-16T04:14:08.054Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:08.064Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-16T04:14:08.081Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.108Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-16T04:14:08.126Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:08.140Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-16T04:14:08.151Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.162Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.179Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-16T04:14:08.189Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:08.200Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-16T04:14:08.210Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.220Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.233Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-16T04:14:08.245Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:08.258Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-16T04:14:08.269Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.283Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.298Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-16T04:14:08.313Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937 [Pipeline] echo [2025-06-16T04:14:08.324Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-16T04:14:08.334Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.347Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:208e85735de406a1e1d37f437623169183356937-4.1.0-dev.24 [Pipeline] echo [2025-06-16T04:14:08.361Z] 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-16T04:14:08.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-16T04:14:08.754Z] [2025-06-16T04:14:08.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T04:14:09.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-16T04:14:09.083Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-16T04:14:09.083Z] 8998bd30e6a1: Pulling fs layer [2025-06-16T04:14:09.083Z] 04944245beec: Pulling fs layer [2025-06-16T04:14:09.083Z] 699f458cf7ca: Pulling fs layer [2025-06-16T04:14:09.083Z] 765212b225bb: Pulling fs layer [2025-06-16T04:14:09.083Z] f23df028b6ca: Pulling fs layer [2025-06-16T04:14:09.083Z] d65c8cfc05b1: Pulling fs layer [2025-06-16T04:14:09.083Z] 2437ff75d9bd: Pulling fs layer [2025-06-16T04:14:09.083Z] f23df028b6ca: Waiting [2025-06-16T04:14:09.083Z] 765212b225bb: Waiting [2025-06-16T04:14:09.083Z] d65c8cfc05b1: Waiting [2025-06-16T04:14:09.083Z] 2437ff75d9bd: Waiting [2025-06-16T04:14:09.351Z] 04944245beec: Verifying Checksum [2025-06-16T04:14:09.351Z] 04944245beec: Download complete [2025-06-16T04:14:09.351Z] 765212b225bb: Download complete [2025-06-16T04:14:09.351Z] f23df028b6ca: Verifying Checksum [2025-06-16T04:14:09.351Z] f23df028b6ca: Download complete [2025-06-16T04:14:09.351Z] d65c8cfc05b1: Verifying Checksum [2025-06-16T04:14:09.351Z] d65c8cfc05b1: Download complete [2025-06-16T04:14:09.351Z] 699f458cf7ca: Verifying Checksum [2025-06-16T04:14:09.351Z] 699f458cf7ca: Download complete [2025-06-16T04:14:09.934Z] 8998bd30e6a1: Verifying Checksum [2025-06-16T04:14:09.934Z] 8998bd30e6a1: Download complete [2025-06-16T04:14:12.509Z] 2437ff75d9bd: Verifying Checksum [2025-06-16T04:14:12.509Z] 2437ff75d9bd: Download complete [2025-06-16T04:14:14.447Z] 8998bd30e6a1: Pull complete [2025-06-16T04:14:15.026Z] 04944245beec: Pull complete [2025-06-16T04:14:16.425Z] 699f458cf7ca: Pull complete [2025-06-16T04:14:16.425Z] 765212b225bb: Pull complete [2025-06-16T04:14:17.381Z] f23df028b6ca: Pull complete [2025-06-16T04:14:17.646Z] d65c8cfc05b1: Pull complete [2025-06-16T04:14:35.819Z] 2437ff75d9bd: Pull complete [2025-06-16T04:14:35.819Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-16T04:14:35.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-16T04:14:35.819Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T04:14:36.030Z] prd-ubuntu20.04-docker-arm64-4c-16g-3367 does not seem to be running inside a container [2025-06-16T04:14:36.116Z] $ 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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T04:14:38.723Z] $ docker top f56b7b229a093836b942815a986e28865fbe4cfe6a449343714d1a4f8a4f3f1a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-16T04:14:39.623Z] ---> job-cost.sh [2025-06-16T04:14:39.623Z] lf-activate-venv: SKIPPING [2025-06-16T04:14:39.623Z] INFO: No Stack... [2025-06-16T04:14:39.887Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-16T04:14:40.836Z] INFO: Archiving Costs [Pipeline] sh [2025-06-16T04:14:41.459Z] + cat /w/workspace/edgex-go/854/archives/cost.csv [2025-06-16T04:14:41.459Z] + cut -d, -f6 [Pipeline] lock [2025-06-16T04:14:41.494Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-854-stack-cost] [2025-06-16T04:14:41.500Z] Resource [jenkins-edgexfoundry-edgex-go-main-854-stack-cost] did not exist. Created. [2025-06-16T04:14:41.511Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-854-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-16T04:14:42.145Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-16T04:14:42.758Z] Stashed 1 file(s) [Pipeline] } [2025-06-16T04:14:42.767Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-854-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-16T04:14:42.811Z] $ docker stop --time=1 f56b7b229a093836b942815a986e28865fbe4cfe6a449343714d1a4f8a4f3f1a [2025-06-16T04:14:44.322Z] $ docker rm -f --volumes f56b7b229a093836b942815a986e28865fbe4cfe6a449343714d1a4f8a4f3f1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-16T09:26:27.510Z] Cancelling nested steps due to timeout [2025-06-16T09:26:27.516Z] Sending interrupt signal to process [2025-06-16T09:26:42.420Z] script returned exit code 143 [Pipeline] } [2025-06-16T09:26:42.425Z] 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-16T09:26:42.973Z] + '[' -d /w/workspace/edgex-go/854/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:26:43.271Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:26:43.826Z] ---> package-listing.sh [2025-06-16T09:26:43.826Z] ++ facter osfamily [2025-06-16T09:26:43.826Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-16T09:26:44.085Z] + OS_FAMILY=redhat [2025-06-16T09:26:44.085Z] + workspace=/w/workspace/edgex-go/854 [2025-06-16T09:26:44.085Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-16T09:26:44.085Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-16T09:26:44.085Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-16T09:26:44.085Z] + PACKAGES=/tmp/packages_start.txt [2025-06-16T09:26:44.085Z] + '[' /w/workspace/edgex-go/854 ']' [2025-06-16T09:26:44.085Z] + PACKAGES=/tmp/packages_end.txt [2025-06-16T09:26:44.085Z] + case "${OS_FAMILY}" in [2025-06-16T09:26:44.085Z] + rpm -qa [2025-06-16T09:26:44.085Z] + sort [2025-06-16T09:26:44.653Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-16T09:26:44.653Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-16T09:26:44.653Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-16T09:26:44.653Z] + '[' /w/workspace/edgex-go/854 ']' [2025-06-16T09:26:44.653Z] + mkdir -p /w/workspace/edgex-go/854/archives/ [2025-06-16T09:26:44.653Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/854/archives/ [Pipeline] echo [2025-06-16T09:26:44.664Z] 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/854/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-16T09:26:44.949Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T09:26:45.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-16T09:26:45.519Z] [2025-06-16T09:26:45.519Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T09:26:45.829Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-16T09:26:45.829Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-16T09:26:45.829Z] 5eb5b503b376: Pulling fs layer [2025-06-16T09:26:45.829Z] 5c69ac0246d0: Pulling fs layer [2025-06-16T09:26:45.829Z] ec43610c2a17: Pulling fs layer [2025-06-16T09:26:45.829Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-16T09:26:45.829Z] 33b1e0a273af: Pulling fs layer [2025-06-16T09:26:45.829Z] 5d3b04190fa2: Pulling fs layer [2025-06-16T09:26:45.829Z] 2f39f015ded8: Pulling fs layer [2025-06-16T09:26:45.829Z] 3a2ae6a8a46f: Waiting [2025-06-16T09:26:45.829Z] 33b1e0a273af: Waiting [2025-06-16T09:26:45.829Z] 5d3b04190fa2: Waiting [2025-06-16T09:26:45.829Z] 2f39f015ded8: Waiting [2025-06-16T09:26:46.090Z] 5c69ac0246d0: Download complete [2025-06-16T09:26:46.090Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-16T09:26:46.090Z] 3a2ae6a8a46f: Download complete [2025-06-16T09:26:46.090Z] 33b1e0a273af: Verifying Checksum [2025-06-16T09:26:46.090Z] 33b1e0a273af: Download complete [2025-06-16T09:26:46.090Z] 5d3b04190fa2: Verifying Checksum [2025-06-16T09:26:46.090Z] 5d3b04190fa2: Download complete [2025-06-16T09:26:46.090Z] ec43610c2a17: Verifying Checksum [2025-06-16T09:26:46.090Z] ec43610c2a17: Download complete [2025-06-16T09:26:46.090Z] 5eb5b503b376: Verifying Checksum [2025-06-16T09:26:46.090Z] 5eb5b503b376: Download complete [2025-06-16T09:26:46.665Z] 2f39f015ded8: Verifying Checksum [2025-06-16T09:26:46.665Z] 2f39f015ded8: Download complete [2025-06-16T09:26:47.613Z] 5eb5b503b376: Pull complete [2025-06-16T09:26:47.613Z] 5c69ac0246d0: Pull complete [2025-06-16T09:26:48.203Z] ec43610c2a17: Pull complete [2025-06-16T09:26:48.203Z] 3a2ae6a8a46f: Pull complete [2025-06-16T09:26:48.203Z] 33b1e0a273af: Pull complete [2025-06-16T09:26:48.462Z] 5d3b04190fa2: Pull complete [2025-06-16T09:26:52.652Z] 2f39f015ded8: Pull complete [2025-06-16T09:26:52.652Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-16T09:26:52.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-16T09:26:52.652Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T09:26:52.759Z] prd-centos7-docker-4c-2g-3369 does not seem to be running inside a container [2025-06-16T09:26:52.793Z] $ 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/854/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-16T09:26:56.009Z] $ docker top 410e3a7642dece110d9b019fae773aaa87132e8b57110b6ccc0c43115b1903ae -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-16T09:26:56.362Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-16T09:26:56.653Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-16T09:26:56.945Z] + ls /var/log/sa-host [2025-06-16T09:26:56.945Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-16T09:26:57.123Z] provisioning config files... [2025-06-16T09:26:57.138Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18229351977242185144tmp [Pipeline] { [Pipeline] echo [2025-06-16T09:26:57.161Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:26:57.452Z] ---> create-netrc.sh [Pipeline] } [2025-06-16T09:26:57.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:26:57.828Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-16T09:26:57.879Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:26:58.198Z] ---> sudo-logs.sh [2025-06-16T09:26:58.198Z] Archiving 'sudo' log.. [2025-06-16T09:26:58.198Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-16T09:26:58.233Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-16T09:26:58.242Z] $ docker stop --time=1 410e3a7642dece110d9b019fae773aaa87132e8b57110b6ccc0c43115b1903ae [2025-06-16T09:26:59.373Z] $ docker rm -f --volumes 410e3a7642dece110d9b019fae773aaa87132e8b57110b6ccc0c43115b1903ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-16T09:26:59.482Z] [WS-CLEANUP] Deleting project workspace... [2025-06-16T09:26:59.482Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-16T09:26:59.500Z] [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-16T09:26:59.731Z] 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-16T09:27:00.584Z] + [ -d /w/workspace/edgex-go/854/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:27:00.878Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:27:02.108Z] ---> package-listing.sh [2025-06-16T09:27:02.108Z] ++ facter osfamily [2025-06-16T09:27:02.108Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-16T09:27:02.368Z] + OS_FAMILY=debian [2025-06-16T09:27:02.368Z] + workspace=/w/workspace/edgex-go/854 [2025-06-16T09:27:02.368Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-16T09:27:02.368Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-16T09:27:02.368Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-16T09:27:02.368Z] + PACKAGES=/tmp/packages_start.txt [2025-06-16T09:27:02.368Z] + '[' /w/workspace/edgex-go/854 ']' [2025-06-16T09:27:02.368Z] + PACKAGES=/tmp/packages_end.txt [2025-06-16T09:27:02.368Z] + case "${OS_FAMILY}" in [2025-06-16T09:27:02.368Z] + dpkg -l [2025-06-16T09:27:02.368Z] + grep '^ii' [2025-06-16T09:27:02.368Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-16T09:27:02.368Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-16T09:27:02.368Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-16T09:27:02.368Z] + '[' /w/workspace/edgex-go/854 ']' [2025-06-16T09:27:02.368Z] + mkdir -p /w/workspace/edgex-go/854/archives/ [2025-06-16T09:27:02.368Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/854/archives/ [Pipeline] echo [2025-06-16T09:27:02.380Z] 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/854/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-16T09:27:02.658Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T09:27:03.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-16T09:27:03.220Z] [2025-06-16T09:27:03.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-16T09:27:03.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-16T09:27:03.523Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-16T09:27:03.523Z] 5eb5b503b376: Pulling fs layer [2025-06-16T09:27:03.523Z] 5c69ac0246d0: Pulling fs layer [2025-06-16T09:27:03.523Z] ec43610c2a17: Pulling fs layer [2025-06-16T09:27:03.523Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-16T09:27:03.523Z] 33b1e0a273af: Pulling fs layer [2025-06-16T09:27:03.523Z] 5d3b04190fa2: Pulling fs layer [2025-06-16T09:27:03.523Z] 2f39f015ded8: Pulling fs layer [2025-06-16T09:27:03.523Z] 3a2ae6a8a46f: Waiting [2025-06-16T09:27:03.523Z] 33b1e0a273af: Waiting [2025-06-16T09:27:03.523Z] 5d3b04190fa2: Waiting [2025-06-16T09:27:03.523Z] 2f39f015ded8: Waiting [2025-06-16T09:27:03.523Z] 5c69ac0246d0: Download complete [2025-06-16T09:27:03.523Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-16T09:27:03.523Z] 3a2ae6a8a46f: Download complete [2025-06-16T09:27:03.523Z] 33b1e0a273af: Verifying Checksum [2025-06-16T09:27:03.523Z] 33b1e0a273af: Download complete [2025-06-16T09:27:03.782Z] 5d3b04190fa2: Download complete [2025-06-16T09:27:03.782Z] ec43610c2a17: Verifying Checksum [2025-06-16T09:27:03.782Z] ec43610c2a17: Download complete [2025-06-16T09:27:03.782Z] 5eb5b503b376: Verifying Checksum [2025-06-16T09:27:03.782Z] 5eb5b503b376: Download complete [2025-06-16T09:27:04.347Z] 2f39f015ded8: Verifying Checksum [2025-06-16T09:27:04.347Z] 2f39f015ded8: Download complete [2025-06-16T09:27:04.913Z] 5eb5b503b376: Pull complete [2025-06-16T09:27:05.172Z] 5c69ac0246d0: Pull complete [2025-06-16T09:27:05.431Z] ec43610c2a17: Pull complete [2025-06-16T09:27:05.690Z] 3a2ae6a8a46f: Pull complete [2025-06-16T09:27:05.690Z] 33b1e0a273af: Pull complete [2025-06-16T09:27:05.949Z] 5d3b04190fa2: Pull complete [2025-06-16T09:27:10.146Z] 2f39f015ded8: Pull complete [2025-06-16T09:27:10.146Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-16T09:27:10.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-16T09:27:10.146Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-16T09:27:10.246Z] prd-ubuntu20.04-docker-8c-8g-3366 does not seem to be running inside a container [2025-06-16T09:27:10.279Z] $ 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/854/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/854 -v /w/workspace/edgex-go/854:/w/workspace/edgex-go/854:rw,z -v /w/workspace/edgex-go/854@tmp:/w/workspace/edgex-go/854@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-16T09:27:11.562Z] $ docker top d8357aeca9086df87bb64e1dfa456ba1fccf247acb89b6f8546e7f142d178890 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-16T09:27:11.900Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-16T09:27:12.178Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-16T09:27:12.465Z] + ls /var/log/sa-host [2025-06-16T09:27:12.465Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-16T09:27:12.498Z] provisioning config files... [2025-06-16T09:27:12.506Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/854@tmp/config4180549445255828486tmp [Pipeline] { [Pipeline] echo [2025-06-16T09:27:12.529Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:27:12.813Z] ---> create-netrc.sh [Pipeline] } [2025-06-16T09:27:12.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:27:13.133Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-16T09:27:13.143Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:27:13.428Z] ---> sudo-logs.sh [2025-06-16T09:27:13.428Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-16T09:27:13.489Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:27:13.773Z] ---> job-cost.sh [2025-06-16T09:27:13.773Z] lf-activate-venv: SKIPPING [2025-06-16T09:27:13.773Z] DEBUG: total: 0.10999999940395355 [2025-06-16T09:27:13.773Z] INFO: Retrieving Stack Cost... [2025-06-16T09:27:14.032Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-16T09:27:14.601Z] INFO: Archiving Costs [Pipeline] echo [2025-06-16T09:27:14.615Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-16T09:27:14.900Z] ---> logs-deploy.sh [2025-06-16T09:27:14.900Z] lf-activate-venv: SKIPPING [2025-06-16T09:27:14.900Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/854 [2025-06-16T09:27:14.900Z] INFO: archiving workspace using pattern(s): [2025-06-16T09:27:15.837Z] Archives upload complete. [2025-06-16T09:27:16.096Z] INFO: archiving logs to Nexus [2025-06-16T09:27:16.664Z] ---> uname -a: [2025-06-16T09:27:16.664Z] Linux prd-ubuntu20-04-docker-8c-8g-3366 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-16T09:27:16.664Z] [2025-06-16T09:27:16.664Z]