Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37471aae1dd3b986ef91b9bd0a84b6b5a271aace 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-ssh7126953611731286217.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-ssh11591809725755713852.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-ssh8434445580568032619.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-ssh10481830329710795533.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-ssh2373660933488398491.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3952 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/860 [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/860 # 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 37471aae1dd3b986ef91b9bd0a84b6b5a271aace (main) Commit message: "Merge pull request #5193 from yichun-chou/issue-5192" > 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 37471aae1dd3b986ef91b9bd0a84b6b5a271aace # timeout=10 > git rev-list --no-walk edd24ad75155bd1cc625599aa20a87c8d300eed2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-25T01:52:10.817Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-25T01:52:10.879Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-25T01:52:10.899Z] ========================================================= [2025-06-25T01:52:10.899Z] EdgeX Global Pipelines Version Info [2025-06-25T01:52:10.899Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-25T01:52:11.640Z] ------------------- [2025-06-25T01:52:11.640Z] stable info: [2025-06-25T01:52:11.640Z] ------------------- [2025-06-25T01:52:11.640Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-25T01:52:11.640Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-25T01:52:11.640Z] Message: update stable to v1.0.274 [2025-06-25T01:52:12.214Z] ------------------- [2025-06-25T01:52:12.214Z] experimental info: [2025-06-25T01:52:12.214Z] ------------------- [2025-06-25T01:52:12.214Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-25T01:52:12.214Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-25T01:52:12.214Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-25T01:52:12.331Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-25T01:52:12.351Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-25T01:52:12.368Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-25T01:52:12.386Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-25T01:52:12.405Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-25T01:52:12.420Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-25T01:52:12.435Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-25T01:52:12.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-25T01:52:12.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-25T01:52:12.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-25T01:52:12.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-25T01:52:12.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-25T01:52:12.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-25T01:52:12.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-25T01:52:12.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-25T01:52:12.585Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-25T01:52:12.606Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-25T01:52:12.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-25T01:52:12.638Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-25T01:52:12.654Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-25T01:52:12.672Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-25T01:52:12.689Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-25T01:52:12.708Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-25T01:52:12.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-25T01:52:12.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-25T01:52:12.766Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-25T01:52:12.782Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T01:52:12.799Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 37471aa [Pipeline] echo [2025-06-25T01:52:12.818Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T01:52:12.882Z] provisioning config files... [2025-06-25T01:52:12.908Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config18254205923046819015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T01:52:15.150Z] ---> ****-login.sh [2025-06-25T01:52:15.150Z] nexus3.edgexfoundry.org:10001 [2025-06-25T01:52:15.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:52:15.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:52:15.682Z] Configure a credential helper to remove this warning. See [2025-06-25T01:52:15.682Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:52:15.682Z] [2025-06-25T01:52:15.682Z] Login Succeeded [2025-06-25T01:52:15.682Z] nexus3.edgexfoundry.org:10002 [2025-06-25T01:52:15.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:52:15.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:52:15.682Z] Configure a credential helper to remove this warning. See [2025-06-25T01:52:15.682Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:52:15.682Z] [2025-06-25T01:52:15.683Z] Login Succeeded [2025-06-25T01:52:15.683Z] nexus3.edgexfoundry.org:10003 [2025-06-25T01:52:15.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:52:15.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:52:15.944Z] Configure a credential helper to remove this warning. See [2025-06-25T01:52:15.944Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:52:15.944Z] [2025-06-25T01:52:15.944Z] Login Succeeded [2025-06-25T01:52:15.944Z] nexus3.edgexfoundry.org:10004 [2025-06-25T01:52:15.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:52:15.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:52:15.944Z] Configure a credential helper to remove this warning. See [2025-06-25T01:52:15.944Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:52:15.944Z] [2025-06-25T01:52:15.944Z] Login Succeeded [2025-06-25T01:52:15.944Z] ****.io [2025-06-25T01:52:15.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:52:16.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:52:16.207Z] Configure a credential helper to remove this warning. See [2025-06-25T01:52:16.207Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:52:16.207Z] [2025-06-25T01:52:16.207Z] Login Succeeded [2025-06-25T01:52:16.207Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T01:52:16.216Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-25T01:52:16.546Z] + 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-25T01:52:16.546Z] + dirname cmd/core-command/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-25T01:52:16.546Z] + + cut -d/ -f2 [2025-06-25T01:52:16.546Z] dirname cmd/core-data/Dockerfile [2025-06-25T01:52:16.546Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/core-keeper/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-25T01:52:16.546Z] + + dirname cmd/core-metadata/Dockerfile [2025-06-25T01:52:16.546Z] cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/support-notifications/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-25T01:52:16.546Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-25T01:52:16.546Z] + cut -d/ -f2 [2025-06-25T01:52:16.546Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-25T01:52:16.588Z] 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-25T01:52:16.960Z] + git rev-list -1 --merges 37471aae1dd3b986ef91b9bd0a84b6b5a271aace~1..37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T01:52:16.977Z] -----------> git rev-list -1 --merges 37471aae1dd3b986ef91b9bd0a84b6b5a271aace~1..37471aae1dd3b986ef91b9bd0a84b6b5a271aace 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T01:52:16.977Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [false] [Pipeline] sh [2025-06-25T01:52:17.277Z] + git log --format=format:%s -1 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T01:52:17.299Z] ========================================================= [2025-06-25T01:52:17.299Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-25T01:52:17.299Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-25T01:52:17.718Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-25T01:52:17.718Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-25T01:52:17.718Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-25T01:52:17.718Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-25T01:52:17.718Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-25T01:52:17.718Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-25T01:52:17.718Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T01:52:18.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T01:52:18.080Z] [2025-06-25T01:52:18.080Z] 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-25T01:52:18.388Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T01:52:18.388Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-25T01:52:18.388Z] 3dae71ba6b94: Pulling fs layer [2025-06-25T01:52:18.388Z] 6bf1a483ea7c: Pulling fs layer [2025-06-25T01:52:18.388Z] f5dfc541a4d3: Pulling fs layer [2025-06-25T01:52:18.388Z] 461d9e800cba: Pulling fs layer [2025-06-25T01:52:18.388Z] 80192f66455f: Pulling fs layer [2025-06-25T01:52:18.388Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-25T01:52:18.388Z] a29436f7fd5d: Pulling fs layer [2025-06-25T01:52:18.388Z] 923cac83aea3: Pulling fs layer [2025-06-25T01:52:18.388Z] 25ad8b0a4227: Pulling fs layer [2025-06-25T01:52:18.388Z] db01528c6b51: Pulling fs layer [2025-06-25T01:52:18.388Z] 28988de357af: Pulling fs layer [2025-06-25T01:52:18.388Z] 461d9e800cba: Waiting [2025-06-25T01:52:18.388Z] 80192f66455f: Waiting [2025-06-25T01:52:18.388Z] 2e8e34ca0e6c: Waiting [2025-06-25T01:52:18.388Z] a29436f7fd5d: Waiting [2025-06-25T01:52:18.388Z] 923cac83aea3: Waiting [2025-06-25T01:52:18.388Z] 25ad8b0a4227: Waiting [2025-06-25T01:52:18.388Z] db01528c6b51: Waiting [2025-06-25T01:52:18.388Z] 28988de357af: Waiting [2025-06-25T01:52:18.652Z] 6bf1a483ea7c: Verifying Checksum [2025-06-25T01:52:18.652Z] 6bf1a483ea7c: Download complete [2025-06-25T01:52:18.652Z] 461d9e800cba: Download complete [2025-06-25T01:52:18.652Z] 80192f66455f: Verifying Checksum [2025-06-25T01:52:18.652Z] 80192f66455f: Download complete [2025-06-25T01:52:18.652Z] f5dfc541a4d3: Verifying Checksum [2025-06-25T01:52:18.652Z] f5dfc541a4d3: Download complete [2025-06-25T01:52:18.922Z] 3dae71ba6b94: Verifying Checksum [2025-06-25T01:52:18.922Z] 3dae71ba6b94: Download complete [2025-06-25T01:52:18.922Z] 923cac83aea3: Download complete [2025-06-25T01:52:19.181Z] 25ad8b0a4227: Verifying Checksum [2025-06-25T01:52:19.181Z] 25ad8b0a4227: Download complete [2025-06-25T01:52:19.181Z] db01528c6b51: Download complete [2025-06-25T01:52:19.181Z] 28988de357af: Download complete [2025-06-25T01:52:19.445Z] a29436f7fd5d: Verifying Checksum [2025-06-25T01:52:19.446Z] a29436f7fd5d: Download complete [2025-06-25T01:52:20.028Z] 3dae71ba6b94: Pull complete [2025-06-25T01:52:20.028Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-25T01:52:20.028Z] 2e8e34ca0e6c: Download complete [2025-06-25T01:52:20.028Z] 6bf1a483ea7c: Pull complete [2025-06-25T01:52:20.618Z] f5dfc541a4d3: Pull complete [2025-06-25T01:52:20.881Z] 461d9e800cba: Pull complete [2025-06-25T01:52:20.881Z] 80192f66455f: Pull complete [2025-06-25T01:52:24.180Z] 2e8e34ca0e6c: Pull complete [2025-06-25T01:52:24.754Z] a29436f7fd5d: Pull complete [2025-06-25T01:52:24.754Z] 923cac83aea3: Pull complete [2025-06-25T01:52:25.024Z] 25ad8b0a4227: Pull complete [2025-06-25T01:52:25.024Z] db01528c6b51: Pull complete [2025-06-25T01:52:25.024Z] 28988de357af: Pull complete [2025-06-25T01:52:25.024Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-25T01:52:25.024Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T01:52:25.024Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T01:52:25.171Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T01:52:25.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T01:52:29.968Z] $ docker top 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f -eo pid,comm [2025-06-25T01:52:30.541Z] 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-25T01:52:30.541Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-25T01:52:30.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-25T01:52:30.592Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-25T01:52:30.708Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-25T01:52:30.715Z] $ docker exec 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent [2025-06-25T01:52:30.815Z] SSH_AUTH_SOCK=/tmp/ssh-U8zNVDHon23d/agent.33 [2025-06-25T01:52:30.815Z] SSH_AGENT_PID=39 [2025-06-25T01:52:30.822Z] Running ssh-add (command line suppressed) [2025-06-25T01:52:30.921Z] Identity added: /w/workspace/edgex-go/860@tmp/private_key_6439591992976181677.key (/w/workspace/edgex-go/860@tmp/private_key_6439591992976181677.key) [2025-06-25T01:52:30.936Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-25T01:52:31.235Z] + git tag --points-at HEAD [Pipeline] } [2025-06-25T01:52:31.268Z] $ docker exec --env ******** --env ******** 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent -k [2025-06-25T01:52:31.356Z] unset SSH_AUTH_SOCK; [2025-06-25T01:52:31.356Z] unset SSH_AGENT_PID; [2025-06-25T01:52:31.356Z] echo Agent pid 39 killed; [2025-06-25T01:52:31.360Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-25T01:52:31.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-25T01:52:31.395Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-25T01:52:31.519Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-25T01:52:31.525Z] $ docker exec 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent [2025-06-25T01:52:31.630Z] SSH_AUTH_SOCK=/tmp/ssh-f0FGOVmTN0CN/agent.73 [2025-06-25T01:52:31.630Z] SSH_AGENT_PID=80 [2025-06-25T01:52:31.634Z] Running ssh-add (command line suppressed) [2025-06-25T01:52:31.740Z] Identity added: /w/workspace/edgex-go/860@tmp/private_key_2693839377902878205.key (/w/workspace/edgex-go/860@tmp/private_key_2693839377902878205.key) [2025-06-25T01:52:31.756Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-25T01:52:32.063Z] + git semver init [2025-06-25T01:52:32.324Z] 2025-06-25 01:52:32,253 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-25T01:52:32.324Z] 2025-06-25 01:52:32,257 [run_init] DEBUG init version:0.0.0 force:False [2025-06-25T01:52:32.324Z] 2025-06-25 01:52:32,257 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/860/.semver [2025-06-25T01:52:32.324Z] 2025-06-25 01:52:32,258 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/860/.semver [2025-06-25T01:52:32.324Z] 2025-06-25 01:52:32,258 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/860/.semver'], cwd=/w/workspace/edgex-go/860, stdin=None, shell=False, universal_newlines=False) [2025-06-25T01:53:55.016Z] 2025-06-25 01:53:48,168 [append_file] DEBUG append to file:/w/workspace/edgex-go/860/.git/info/exclude [2025-06-25T01:53:55.016Z] 2025-06-25 01:53:48,168 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/860/.semver/main with force:False [2025-06-25T01:53:55.016Z] 2025-06-25 01:53:48,168 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T01:53:55.016Z] 2025-06-25 01:53:48,169 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T01:53:55.016Z] 4.1.0-dev.28 [Pipeline] } [2025-06-25T01:53:55.029Z] $ docker exec --env ******** --env ******** 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f ssh-agent -k [2025-06-25T01:53:55.126Z] unset SSH_AUTH_SOCK; [2025-06-25T01:53:55.127Z] unset SSH_AGENT_PID; [2025-06-25T01:53:55.127Z] echo Agent pid 80 killed; [2025-06-25T01:53:55.147Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-25T01:53:55.477Z] + git semver [Pipeline] } [2025-06-25T01:53:55.753Z] $ docker stop --time=1 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f [2025-06-25T01:53:57.013Z] $ docker rm -f --volumes 4f299faaf4e25f9168c58d506d619ffdf23fbeea21755c1450d7c0adfbce9a8f [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-25T01:53:58.476Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-25T01:53:58.782Z] Stashed 1 file(s) [Pipeline] echo [2025-06-25T01:53:58.788Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.28 [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-25T01:54:00.262Z] + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] echo [2025-06-25T01:54:00.275Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T01:54:00.295Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T01:54:00.311Z] ========================================================= [2025-06-25T01:54:00.311Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-25T01:54:00.311Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-25T01:54:00.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-25T01:54:00.610Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-25T01:54:00.610Z] 0a9a5dfd008f: Pulling fs layer [2025-06-25T01:54:00.610Z] 36466aa92d05: Pulling fs layer [2025-06-25T01:54:00.610Z] e10405b45d13: Pulling fs layer [2025-06-25T01:54:00.610Z] 096b7ceb2af7: Pulling fs layer [2025-06-25T01:54:00.610Z] 4f4fb700ef54: Pulling fs layer [2025-06-25T01:54:00.610Z] 8213a616a21b: Pulling fs layer [2025-06-25T01:54:00.610Z] 985586143405: Pulling fs layer [2025-06-25T01:54:00.610Z] 0eae2285b678: Pulling fs layer [2025-06-25T01:54:00.610Z] d3ac315be8c5: Pulling fs layer [2025-06-25T01:54:00.610Z] 4f4fb700ef54: Waiting [2025-06-25T01:54:00.610Z] 8213a616a21b: Waiting [2025-06-25T01:54:00.610Z] 985586143405: Waiting [2025-06-25T01:54:00.610Z] 0eae2285b678: Waiting [2025-06-25T01:54:00.610Z] d3ac315be8c5: Waiting [2025-06-25T01:54:00.610Z] 36466aa92d05: Verifying Checksum [2025-06-25T01:54:00.610Z] 36466aa92d05: Download complete [2025-06-25T01:54:00.610Z] 096b7ceb2af7: Verifying Checksum [2025-06-25T01:54:00.610Z] 096b7ceb2af7: Download complete [2025-06-25T01:54:00.610Z] 4f4fb700ef54: Verifying Checksum [2025-06-25T01:54:00.610Z] 4f4fb700ef54: Download complete [2025-06-25T01:54:00.610Z] 8213a616a21b: Verifying Checksum [2025-06-25T01:54:00.610Z] 8213a616a21b: Download complete [2025-06-25T01:54:00.610Z] 0a9a5dfd008f: Download complete [2025-06-25T01:54:00.610Z] 985586143405: Verifying Checksum [2025-06-25T01:54:00.610Z] 985586143405: Download complete [2025-06-25T01:54:04.036Z] 0a9a5dfd008f: Pull complete [2025-06-25T01:54:04.036Z] 36466aa92d05: Pull complete [2025-06-25T01:54:04.297Z] d3ac315be8c5: Verifying Checksum [2025-06-25T01:54:04.297Z] d3ac315be8c5: Download complete [2025-06-25T01:54:04.556Z] e10405b45d13: Download complete [2025-06-25T01:54:05.123Z] 0eae2285b678: Verifying Checksum [2025-06-25T01:54:05.123Z] 0eae2285b678: Download complete [2025-06-25T01:54:07.692Z] e10405b45d13: Pull complete [2025-06-25T01:54:07.951Z] 096b7ceb2af7: Pull complete [2025-06-25T01:54:07.951Z] 4f4fb700ef54: Pull complete [2025-06-25T01:54:07.951Z] 8213a616a21b: Pull complete [2025-06-25T01:54:07.951Z] 985586143405: Pull complete [2025-06-25T01:54:10.492Z] 0eae2285b678: Pull complete [2025-06-25T01:54:10.753Z] d3ac315be8c5: Pull complete [2025-06-25T01:54:10.753Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-25T01:54:10.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-25T01:54:10.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-25T01:54:11.081Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-25T01:54:11.081Z] WORKDIR /edgex [2025-06-25T01:54:11.081Z] COPY go.mod . [2025-06-25T01:54:11.081Z] RUN go mod download [2025-06-25T01:54:11.081Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-25T01:54:11.669Z] Sending build context to Docker daemon 185.9MB [2025-06-25T01:54:11.669Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-25T01:54:11.669Z] ---> ea6120ae94a0 [2025-06-25T01:54:11.669Z] Step 2/4 : WORKDIR /edgex [2025-06-25T01:54:13.916Z] Still waiting to schedule task [2025-06-25T01:54:13.917Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-3894’ is offline [2025-06-25T01:54:16.961Z] ---> Running in cd68dc19b741 [2025-06-25T01:54:16.961Z] Removing intermediate container cd68dc19b741 [2025-06-25T01:54:16.961Z] ---> 9e949990c3db [2025-06-25T01:54:16.961Z] Step 3/4 : COPY go.mod . [2025-06-25T01:54:16.961Z] ---> f8db91bac7b4 [2025-06-25T01:54:16.961Z] Step 4/4 : RUN go mod download [2025-06-25T01:54:16.961Z] ---> Running in ec69d55434db [2025-06-25T01:54:55.721Z] Removing intermediate container ec69d55434db [2025-06-25T01:54:55.721Z] ---> 1e384050a997 [2025-06-25T01:54:55.721Z] Successfully built 1e384050a997 [2025-06-25T01:54:55.721Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T01:54:56.043Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-25T01:54:56.043Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T01:54:56.127Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T01:54:56.172Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T01:54:56.594Z] $ docker top f314fc57c9255369cef4988fdd85b36d8889d661ec8fbf5abfb66e759ee7f50c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T01:54:56.940Z] + go version [2025-06-25T01:54:56.940Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-25T01:54:56.954Z] $ docker stop --time=1 f314fc57c9255369cef4988fdd85b36d8889d661ec8fbf5abfb66e759ee7f50c [2025-06-25T01:54:58.223Z] $ docker rm -f --volumes f314fc57c9255369cef4988fdd85b36d8889d661ec8fbf5abfb66e759ee7f50c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T01:54:58.654Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-25T01:54:58.654Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T01:54:58.745Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T01:54:58.786Z] $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T01:54:59.118Z] $ docker top ccd2a871f2d8dc43f0a0fef9907c3fde13de34e6ff10e899784d31b9b19e6eff -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-25T01:54:59.192Z] ========================================================= [2025-06-25T01:54:59.192Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-25T01:54:59.192Z] ========================================================= [Pipeline] sh [2025-06-25T01:54:59.481Z] + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] fileExists [Pipeline] sh [2025-06-25T01:54:59.785Z] + make test [2025-06-25T01:54:59.785Z] go test -race -coverprofile=coverage.out ./... [2025-06-25T01:55:07.949Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-25T01:55:32.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.031s coverage: 42.3% of statements [2025-06-25T01:55:32.358Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-25T01:55:32.359Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-25T01:55:32.359Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-25T01:55:32.359Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-25T01:55:32.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.033s coverage: 97.0% of statements [2025-06-25T01:55:32.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-25T01:55:32.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-25T01:55:32.626Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-25T01:55:32.626Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-25T01:55:32.626Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-25T01:55:32.626Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-25T01:55:32.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-25T01:55:32.626Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-25T01:55:32.626Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-25T01:55:32.626Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-25T01:55:34.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-25T01:55:34.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-25T01:55:34.029Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-25T01:55:34.029Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-25T01:55:34.029Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-25T01:55:34.029Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-25T01:55:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements [2025-06-25T01:55:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements [2025-06-25T01:55:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.059s coverage: 46.3% of statements [2025-06-25T01:55:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.796s coverage: 93.4% of statements [2025-06-25T01:55:35.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.046s coverage: 92.3% of statements [2025-06-25T01:55:35.420Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-25T01:55:35.420Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-25T01:55:36.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements [2025-06-25T01:55:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-25T01:55:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-25T01:55:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-25T01:55:37.354Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-25T01:55:38.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.349s coverage: 95.8% of statements [2025-06-25T01:55:38.755Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.027s coverage: 72.2% of statements [2025-06-25T01:55:39.327Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-25T01:55:39.327Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-25T01:55:39.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-25T01:55:39.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-25T01:55:39.327Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-25T01:55:39.327Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-25T01:55:40.273Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] [2025-06-25T01:55:40.273Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.0% of statements [2025-06-25T01:55:40.273Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.1% of statements [2025-06-25T01:55:40.273Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements [2025-06-25T01:55:40.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements [2025-06-25T01:55:40.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.017s coverage: 87.1% of statements [2025-06-25T01:55:40.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2025-06-25T01:55:41.138Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-25T01:55:41.138Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-25T01:55:41.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.039s coverage: 96.3% of statements [2025-06-25T01:55:41.138Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-25T01:55:41.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-25T01:55:41.397Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-25T01:55:41.397Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-25T01:55:41.397Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-25T01:55:41.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.027s coverage: 87.5% of statements [2025-06-25T01:55:42.611Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-25T01:55:42.611Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-25T01:55:42.611Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-25T01:55:43.569Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-25T01:55:43.569Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-25T01:55:43.569Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-25T01:55:43.569Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-25T01:55:44.139Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-25T01:55:44.139Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-25T01:55:44.716Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-25T01:55:46.106Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-25T01:55:46.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-25T01:55:47.488Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-25T01:55:48.448Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-25T01:55:48.448Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-25T01:55:48.448Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-25T01:55:51.760Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-25T01:55:52.338Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-25T01:55:52.338Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-25T01:55:52.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-25T01:55:52.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-25T01:55:52.602Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-25T01:55:53.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements [2025-06-25T01:55:54.308Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-25T01:55:54.308Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-25T01:55:54.308Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-25T01:55:54.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-25T01:55:54.308Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-25T01:55:54.308Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-25T01:55:54.890Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-25T01:55:54.890Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-25T01:55:54.890Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-25T01:55:54.890Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-25T01:55:54.890Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-25T01:55:54.890Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-25T01:55:56.814Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-25T01:55:56.814Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-25T01:55:56.814Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-25T01:55:56.814Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-25T01:56:00.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-25T01:56:00.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-25T01:56:00.127Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-25T01:56:00.127Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-25T01:56:00.127Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-25T01:56:00.127Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-25T01:56:00.127Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-25T01:56:00.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-25T01:56:00.714Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-25T01:56:00.714Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.040s coverage: 92.9% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 68.8% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.027s coverage: 87.2% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.075s coverage: 81.8% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.205s coverage: 54.5% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-06-25T01:56:03.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.030s coverage: 96.8% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.164s coverage: 29.2% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.016s coverage: 3.1% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements [2025-06-25T01:56:03.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements [2025-06-25T01:56:03.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 17.0% of statements [2025-06-25T01:56:03.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.131s coverage: 94.9% of statements [2025-06-25T01:56:03.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2025-06-25T01:56:03.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements [2025-06-25T01:56:03.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 43.6% of statements [2025-06-25T01:56:03.825Z] 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-25T01:56:04.111Z] running golangci-lint [2025-06-25T01:56:04.111Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-25T01:56:04.111Z] go version go1.23.9 linux/amd64 [2025-06-25T01:56:04.371Z] 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-25T01:56:04.371Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-25T01:56:04.371Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-25T01:56:26.373Z] level=info msg="[loader] Go packages loading at mode 575 (imports|types_sizes|name|compiled_files|deps|exports_file|files) took 21.822584375s" [2025-06-25T01:56:26.373Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.747144ms" [2025-06-25T01:56:39.101Z] level=info msg="[linters_context/goanalysis] analyzers took 1m56.046186643s with top 10 stages: buildir: 59.619680672s, gosec: 3.796470615s, fact_deprecated: 3.671069119s, ctrlflow: 3.073876953s, inspect: 3.044960443s, printf: 2.971972157s, fact_purity: 1.514942498s, nilness: 1.444549255s, S1038: 1.329263766s, typedness: 1.077836669s" [2025-06-25T01:56:39.101Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-25T01:56:39.101Z] level=info msg="[runner] Processors filtering stat (in/out): identifier_marker: 202/202, exclude: 202/202, cgo: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, exclude-rules: 202/20, filename_unadjuster: 202/202, skip_files: 202/202, nolint: 20/0, path_prettifier: 202/202" [2025-06-25T01:56:39.101Z] level=info msg="[runner] processing took 17.584651ms with stages: nolint: 7.197796ms, identifier_marker: 4.796354ms, path_prettifier: 1.741938ms, autogenerated_exclude: 1.600975ms, exclude-rules: 1.176845ms, skip_dirs: 995.361µs, invalid_issue: 28.951µs, cgo: 28.321µs, filename_unadjuster: 14.65µs, max_same_issues: 550ns, skip_files: 450ns, uniq_by_line: 450ns, fixer: 380ns, sort_results: 380ns, exclude: 270ns, path_shortener: 180ns, max_from_linter: 170ns, diff: 160ns, source_code: 150ns, max_per_file_from_linter: 110ns, path_prefixer: 110ns, severity-rules: 100ns" [2025-06-25T01:56:39.101Z] level=info msg="[runner] linters took 12.312965019s with stages: goanalysis_metalinter: 12.295297566s" [2025-06-25T01:56:39.101Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-25T01:56:39.101Z] level=info msg="Memory: 343 samples, avg is 302.3MB, max is 1283.4MB" [2025-06-25T01:56:39.101Z] level=info msg="Execution took 34.183285103s" [2025-06-25T01:56:39.101Z] go vet ./... [2025-06-25T01:56:45.713Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-25T01:56:45.713Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-25T01:56:45.713Z] ./bin/test-attribution-txt.sh [2025-06-25T01:56:45.713Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-25T01:56:45.713Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-06-25T01:56:45.713Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-25T01:56:45.713Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-25T01:56:45.713Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-25T01:56:45.727Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-25T01:56:46.014Z] + ls -al . [2025-06-25T01:56:46.014Z] total 1996 [2025-06-25T01:56:46.014Z] drwxrwxr-x 11 1001 1001 4096 Jun 25 01:55 . [2025-06-25T01:56:46.014Z] drwxr-xr-x 4 root root 4096 Jun 25 01:54 .. [2025-06-25T01:56:46.014Z] drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 .blubracket [2025-06-25T01:56:46.014Z] -rw-rw-r-- 1 1001 1001 10 Jun 25 01:52 .dockerignore [2025-06-25T01:56:46.014Z] drwxrwxr-x 8 1001 1001 4096 Jun 25 01:56 .git [2025-06-25T01:56:46.015Z] drwxrwxr-x 3 1001 1001 4096 Jun 25 01:52 .github [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 909 Jun 25 01:52 .gitignore [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 218 Jun 25 01:52 .golangci.yml [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 100 Jun 25 01:52 .hadolint.yml [2025-06-25T01:56:46.015Z] drwxr-xr-x 3 1001 1001 4096 Jun 25 01:53 .semver [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 155 Jun 25 01:52 .sonarcloud.properties [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 1171 Jun 25 01:52 ADOPTERS.md [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 17374 Jun 25 01:52 Attribution.txt [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 108018 Jun 25 01:52 CHANGELOG.md [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 3804 Jun 25 01:52 CONTRIBUTING.md [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 677 Jun 25 01:52 GOVERNANCE.md [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 858 Jun 25 01:52 Jenkinsfile [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 10775 Jun 25 01:52 LICENSE [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 16740 Jun 25 01:52 Makefile [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 582 Jun 25 01:52 OWNERS.md [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 9932 Jun 25 01:52 README.md [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 789 Jun 25 01:52 SECURITY.md [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 12 Jun 25 01:53 VERSION [2025-06-25T01:56:46.015Z] drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 bin [2025-06-25T01:56:46.015Z] drwxrwxr-x 19 1001 1001 4096 Jun 25 01:52 cmd [2025-06-25T01:56:46.015Z] -rw-r--r-- 1 root root 1665452 Jun 25 01:56 coverage.out [2025-06-25T01:56:46.015Z] drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 fuzz_test [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 6473 Jun 25 01:52 go.mod [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 88356 Jun 25 01:52 go.sum [2025-06-25T01:56:46.015Z] drwxrwxr-x 7 1001 1001 4096 Jun 25 01:52 internal [2025-06-25T01:56:46.015Z] drwxrwxr-x 2 1001 1001 4096 Jun 25 01:52 openapi [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 584 Jun 25 01:52 security.txt [2025-06-25T01:56:46.015Z] -rw-rw-r-- 1 1001 1001 204 Jun 25 01:52 version.go [Pipeline] sh [2025-06-25T01:56:46.304Z] + '[' -e coverage.out ] [2025-06-25T01:56:46.304Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-25T01:56:46.467Z] Stashed 1 file(s) [Pipeline] sh [2025-06-25T01:56:46.761Z] + make build [2025-06-25T01:56:46.761Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-25T01:57:09.223Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-25T01:57:09.223Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-25T01:57:10.167Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-25T01:57:10.750Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-25T01:57:12.219Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-25T01:57:17.544Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-25T01:57:18.923Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-25T01:57:20.865Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-25T01:57:23.394Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-25T01:57:24.325Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-25T01:57:25.916Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-25T01:57:26.174Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-06-25T01:57:28.332Z] $ docker stop --time=1 ccd2a871f2d8dc43f0a0fef9907c3fde13de34e6ff10e899784d31b9b19e6eff [2025-06-25T01:57:33.280Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4002 in /w/workspace/edgexfoundry_edgex-go_main [2025-06-25T01:57:34.726Z] $ docker rm -f --volumes ccd2a871f2d8dc43f0a0fef9907c3fde13de34e6ff10e899784d31b9b19e6eff [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2025-06-25T01:57:35.315Z] Running in /w/workspace/edgex-go/860 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [2025-06-25T01:57:35.379Z] The recommended git tool is: git [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T01:57:36.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-25T01:57:36.169Z] [2025-06-25T01:57:36.169Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T01:57:36.471Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-25T01:57:36.471Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-25T01:57:36.471Z] 91d30c5bc195: Pulling fs layer [2025-06-25T01:57:36.471Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-25T01:57:36.471Z] 9c61dcf015f6: Pulling fs layer [2025-06-25T01:57:36.471Z] 4698f68db338: Pulling fs layer [2025-06-25T01:57:36.471Z] 2a2f49069b9e: Pulling fs layer [2025-06-25T01:57:36.471Z] e0025b399a48: Pulling fs layer [2025-06-25T01:57:36.471Z] 4698f68db338: Waiting [2025-06-25T01:57:36.471Z] 2a2f49069b9e: Waiting [2025-06-25T01:57:36.471Z] e0025b399a48: Waiting [2025-06-25T01:57:38.524Z] 91d30c5bc195: Verifying Checksum [2025-06-25T01:57:38.524Z] 91d30c5bc195: Download complete [2025-06-25T01:57:38.524Z] 4698f68db338: Verifying Checksum [2025-06-25T01:57:38.524Z] 4698f68db338: Download complete [2025-06-25T01:57:38.524Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-25T01:57:38.524Z] 2e9b0aa3be6d: Download complete [2025-06-25T01:57:38.524Z] 91d30c5bc195: Pull complete [2025-06-25T01:57:38.524Z] e0025b399a48: Download complete [2025-06-25T01:57:38.524Z] 2a2f49069b9e: Verifying Checksum [2025-06-25T01:57:38.524Z] 2a2f49069b9e: Download complete [2025-06-25T01:57:38.782Z] 2e9b0aa3be6d: Pull complete [2025-06-25T01:57:39.040Z] 9c61dcf015f6: Verifying Checksum [2025-06-25T01:57:39.040Z] 9c61dcf015f6: Download complete [2025-06-25T01:57:41.564Z] 9c61dcf015f6: Pull complete [2025-06-25T01:57:41.564Z] 4698f68db338: Pull complete [2025-06-25T01:57:41.822Z] 2a2f49069b9e: Pull complete [2025-06-25T01:57:41.822Z] e0025b399a48: Pull complete [2025-06-25T01:57:41.822Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-25T01:57:41.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-25T01:57:41.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T01:57:41.916Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T01:57:41.948Z] $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T01:57:42.749Z] using credential edgex-jenkins-ssh [2025-06-25T01:57:42.774Z] Cloning the remote Git repository [2025-06-25T01:57:42.836Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-25T01:57:42.954Z] > git init /w/workspace/edgex-go/860 # timeout=10 [2025-06-25T01:57:43.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-25T01:57:43.149Z] > git --version # timeout=10 [2025-06-25T01:57:43.181Z] > git --version # 'git version 2.25.1' [2025-06-25T01:57:43.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-25T01:57:43.385Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-25T01:57:44.907Z] $ docker top 7de29862b8cf43ad1a017867fe41c015dad0c95b9e02cac9b3088f6436c16801 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T01:57:45.260Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-25T01:57:47.794Z] #1 [security-spire-config internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #1 transferring dockerfile: 1.69kB done [2025-06-25T01:57:47.794Z] #1 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #2 transferring dockerfile: 3.02kB done [2025-06-25T01:57:47.794Z] #2 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #3 [core-data internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #3 transferring dockerfile: 2.04kB done [2025-06-25T01:57:47.794Z] #3 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #4 [security-spire-server internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #4 transferring dockerfile: 1.70kB done [2025-06-25T01:57:47.794Z] #4 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #5 transferring dockerfile: 1.89kB done [2025-06-25T01:57:47.794Z] #5 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #6 [core-command internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #6 transferring dockerfile: 1.94kB done [2025-06-25T01:57:47.794Z] #6 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #7 [core-keeper internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #7 transferring dockerfile: 2.01kB done [2025-06-25T01:57:47.794Z] #7 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #8 transferring dockerfile: 2.49kB done [2025-06-25T01:57:47.794Z] #8 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #9 transferring dockerfile: 2.10kB done [2025-06-25T01:57:47.794Z] #9 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #10 [support-scheduler internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #10 transferring dockerfile: 1.83kB done [2025-06-25T01:57:47.794Z] #10 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #11 [support-notifications internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #11 transferring dockerfile: 2.00kB done [2025-06-25T01:57:47.794Z] #11 DONE 0.1s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #12 [security-spire-config internal] load .dockerignore [2025-06-25T01:57:47.794Z] #12 transferring context: 50B done [2025-06-25T01:57:47.794Z] #12 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #13 transferring dockerfile: 1.81kB done [2025-06-25T01:57:47.794Z] #13 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #14 transferring dockerfile: 2.23kB done [2025-06-25T01:57:47.794Z] #14 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #15 transferring dockerfile: 2.50kB done [2025-06-25T01:57:47.794Z] #15 DONE 0.0s [2025-06-25T01:57:47.794Z] [2025-06-25T01:57:47.794Z] #16 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-25T01:57:47.794Z] #16 transferring dockerfile: 2.14kB done [2025-06-25T01:57:47.794Z] #16 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #17 [security-bootstrapper internal] load .dockerignore [2025-06-25T01:57:48.053Z] #17 transferring context: 50B done [2025-06-25T01:57:48.053Z] #17 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #18 [core-data internal] load .dockerignore [2025-06-25T01:57:48.053Z] #18 transferring context: 50B done [2025-06-25T01:57:48.053Z] #18 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #19 [security-spire-server internal] load .dockerignore [2025-06-25T01:57:48.053Z] #19 transferring context: 50B done [2025-06-25T01:57:48.053Z] #19 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2025-06-25T01:57:48.053Z] #20 transferring context: 50B done [2025-06-25T01:57:48.053Z] #20 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #21 [core-keeper internal] load .dockerignore [2025-06-25T01:57:48.053Z] #21 transferring context: 50B done [2025-06-25T01:57:48.053Z] #21 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #22 [core-command internal] load .dockerignore [2025-06-25T01:57:48.053Z] #22 transferring context: 50B done [2025-06-25T01:57:48.053Z] #22 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #23 [security-secretstore-setup internal] load .dockerignore [2025-06-25T01:57:48.053Z] #23 transferring context: 50B done [2025-06-25T01:57:48.053Z] #23 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #24 [core-metadata internal] load .dockerignore [2025-06-25T01:57:48.053Z] #24 transferring context: 50B done [2025-06-25T01:57:48.053Z] #24 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #25 [support-scheduler internal] load .dockerignore [2025-06-25T01:57:48.053Z] #25 transferring context: 50B done [2025-06-25T01:57:48.053Z] #25 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #26 [support-notifications internal] load .dockerignore [2025-06-25T01:57:48.053Z] #26 transferring context: 50B done [2025-06-25T01:57:48.053Z] #26 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #27 [security-spire-agent internal] load .dockerignore [2025-06-25T01:57:48.053Z] #27 transferring context: 50B done [2025-06-25T01:57:48.053Z] #27 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #28 [security-proxy-setup internal] load .dockerignore [2025-06-25T01:57:48.053Z] #28 transferring context: 50B done [2025-06-25T01:57:48.053Z] #28 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-25T01:57:48.053Z] #29 transferring context: 50B done [2025-06-25T01:57:48.053Z] #29 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #30 [security-proxy-auth internal] load .dockerignore [2025-06-25T01:57:48.053Z] #30 transferring context: 50B done [2025-06-25T01:57:48.053Z] #30 DONE 0.0s [2025-06-25T01:57:48.053Z] [2025-06-25T01:57:48.053Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-25T01:57:48.310Z] #31 DONE 0.0s [2025-06-25T01:57:48.310Z] [2025-06-25T01:57:48.310Z] #32 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T01:57:48.310Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T01:57:48.310Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T01:57:48.310Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-25T01:57:48.310Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-25T01:57:48.310Z] #32 DONE 0.1s [2025-06-25T01:57:48.310Z] [2025-06-25T01:57:48.310Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:48.310Z] #33 ... [2025-06-25T01:57:48.310Z] [2025-06-25T01:57:48.310Z] #32 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T01:57:48.310Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T01:57:48.310Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T01:57:48.310Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-25T01:57:48.310Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-25T01:57:48.310Z] #32 DONE 0.1s [2025-06-25T01:57:48.311Z] [2025-06-25T01:57:48.311Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-25T01:57:48.311Z] #31 DONE 0.0s [2025-06-25T01:57:48.311Z] [2025-06-25T01:57:48.311Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:48.571Z] #33 ... [2025-06-25T01:57:48.571Z] [2025-06-25T01:57:48.571Z] #32 [core-metadata stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T01:57:48.571Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T01:57:48.571Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T01:57:48.572Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-25T01:57:48.572Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-25T01:57:48.572Z] #32 DONE 0.1s [2025-06-25T01:57:48.572Z] [2025-06-25T01:57:48.572Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-25T01:57:48.572Z] #31 DONE 0.0s [2025-06-25T01:57:48.572Z] [2025-06-25T01:57:48.572Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:48.572Z] #33 ... [2025-06-25T01:57:48.572Z] [2025-06-25T01:57:48.572Z] #32 [core-common-config-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T01:57:48.572Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T01:57:48.572Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T01:57:48.572Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-25T01:57:48.572Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-25T01:57:48.572Z] #32 DONE 0.1s [2025-06-25T01:57:48.572Z] [2025-06-25T01:57:48.572Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-25T01:57:48.572Z] #31 DONE 0.0s [2025-06-25T01:57:48.572Z] [2025-06-25T01:57:48.572Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:48.828Z] #33 ... [2025-06-25T01:57:48.828Z] [2025-06-25T01:57:48.828Z] #32 [security-spire-config stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T01:57:48.828Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T01:57:48.828Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T01:57:48.828Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-25T01:57:48.828Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-25T01:57:48.828Z] #32 DONE 0.2s [2025-06-25T01:57:48.828Z] [2025-06-25T01:57:48.828Z] #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-25T01:57:48.828Z] #34 DONE 0.6s [2025-06-25T01:57:48.828Z] [2025-06-25T01:57:48.828Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:48.828Z] #33 ... [2025-06-25T01:57:48.828Z] [2025-06-25T01:57:48.828Z] #32 [security-proxy-auth stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T01:57:48.828Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T01:57:48.828Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T01:57:48.828Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-25T01:57:48.828Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-25T01:57:48.828Z] #32 DONE 0.2s [2025-06-25T01:57:48.828Z] [2025-06-25T01:57:48.828Z] #35 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-25T01:57:48.828Z] #35 DONE 0.5s [2025-06-25T01:57:48.828Z] [2025-06-25T01:57:48.828Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:49.196Z] #33 ... [2025-06-25T01:57:49.196Z] [2025-06-25T01:57:49.196Z] #32 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T01:57:49.196Z] #32 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T01:57:49.196Z] #32 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T01:57:49.196Z] #32 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-25T01:57:49.196Z] #32 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-25T01:57:49.196Z] #32 DONE 0.2s [2025-06-25T01:57:49.196Z] [2025-06-25T01:57:49.196Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-25T01:57:49.196Z] #36 DONE 0.6s [2025-06-25T01:57:49.196Z] [2025-06-25T01:57:49.196Z] #37 [security-spire-server internal] load build context [2025-06-25T01:57:49.196Z] #37 transferring context: 23.80kB 0.0s done [2025-06-25T01:57:49.196Z] #37 DONE 0.4s [2025-06-25T01:57:49.196Z] [2025-06-25T01:57:49.196Z] #38 [security-spire-config internal] load build context [2025-06-25T01:57:49.196Z] #38 transferring context: 22.05kB 0.0s done [2025-06-25T01:57:49.196Z] #38 DONE 0.4s [2025-06-25T01:57:49.196Z] [2025-06-25T01:57:49.196Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:49.454Z] #33 ... [2025-06-25T01:57:49.454Z] [2025-06-25T01:57:49.454Z] #39 [security-spire-agent internal] load build context [2025-06-25T01:57:49.454Z] #39 transferring context: 23.33kB 0.1s done [2025-06-25T01:57:49.454Z] #39 DONE 0.5s [2025-06-25T01:57:49.454Z] [2025-06-25T01:57:49.454Z] #40 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-25T01:57:49.454Z] #40 DONE 1.4s [2025-06-25T01:57:49.454Z] [2025-06-25T01:57:49.454Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:57:54.740Z] #33 transferring context: 284.28MB 6.3s [2025-06-25T01:57:54.999Z] #33 ... [2025-06-25T01:57:54.999Z] [2025-06-25T01:57:54.999Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T01:57:54.999Z] #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done [2025-06-25T01:57:54.999Z] #41 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-25T01:57:54.999Z] #41 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-25T01:57:54.999Z] #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-25T01:57:54.999Z] #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-06-25T01:57:54.999Z] #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-06-25T01:57:54.999Z] #41 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-25T01:57:54.999Z] #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-25T01:57:54.999Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.9s [2025-06-25T01:57:54.999Z] #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-25T01:57:56.368Z] #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 6.8s done [2025-06-25T01:57:58.260Z] #41 ... [2025-06-25T01:57:58.260Z] [2025-06-25T01:57:58.260Z] #42 [core-data internal] load build context [2025-06-25T01:57:58.260Z] #42 ... [2025-06-25T01:57:58.260Z] [2025-06-25T01:57:58.260Z] #43 [core-command internal] load build context [2025-06-25T01:57:58.519Z] #43 ... [2025-06-25T01:57:58.519Z] [2025-06-25T01:57:58.519Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-25T01:57:58.519Z] #0 1.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.519Z] #0 1.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.519Z] #0 1.499 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T01:57:58.519Z] #0 1.499 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T01:57:58.519Z] #0 1.499 OK: 24171 distinct packages available [2025-06-25T01:57:58.519Z] #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.519Z] #0 1.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.519Z] #0 1.997 (1/14) Installing ca-certificates (20241121-r1) [2025-06-25T01:57:58.519Z] #0 2.048 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-25T01:57:58.519Z] #0 2.072 (3/14) Installing c-ares (1.33.1-r0) [2025-06-25T01:57:58.519Z] #0 2.076 (4/14) Installing libunistring (1.2-r0) [2025-06-25T01:57:58.519Z] #0 2.107 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-25T01:57:58.519Z] #0 2.112 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-25T01:57:58.519Z] #0 2.120 (7/14) Installing libpsl (0.21.5-r1) [2025-06-25T01:57:58.519Z] #0 2.120 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-25T01:57:58.519Z] #0 2.134 (9/14) Installing libcurl (8.12.1-r0) [2025-06-25T01:57:58.519Z] #0 2.152 (10/14) Installing curl (8.12.1-r0) [2025-06-25T01:57:58.519Z] #0 2.155 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-25T01:57:58.519Z] #0 2.158 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-25T01:57:58.519Z] #0 2.161 (13/14) Installing libucontext (1.2-r3) [2025-06-25T01:57:58.519Z] #0 2.198 (14/14) Installing gcompat (1.1.0-r4) [2025-06-25T01:57:58.519Z] #0 2.203 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:57:58.519Z] #0 2.209 Executing ca-certificates-20241121-r1.trigger [2025-06-25T01:57:58.519Z] #0 2.255 OK: 13 MiB in 28 packages [2025-06-25T01:57:58.519Z] #44 ... [2025-06-25T01:57:58.519Z] [2025-06-25T01:57:58.519Z] #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-25T01:57:58.519Z] #0 0.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.519Z] #0 0.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.519Z] #0 1.206 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-25T01:57:58.519Z] #0 1.206 (2/2) Installing su-exec (0.2-r3) [2025-06-25T01:57:58.519Z] #0 1.214 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:57:58.519Z] #0 1.241 OK: 8 MiB in 16 packages [2025-06-25T01:57:58.776Z] #45 ... [2025-06-25T01:57:58.776Z] [2025-06-25T01:57:58.776Z] #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-25T01:57:58.776Z] #0 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.776Z] #0 3.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.776Z] #0 3.948 (1/4) Installing ca-certificates (20241121-r1) [2025-06-25T01:57:58.776Z] #0 3.964 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-25T01:57:58.776Z] #0 3.968 (3/4) Installing su-exec (0.2-r3) [2025-06-25T01:57:58.776Z] #0 3.974 (4/4) Installing yq-go (4.44.1-r2) [2025-06-25T01:57:58.776Z] #0 4.036 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:57:58.776Z] #0 4.044 Executing ca-certificates-20241121-r1.trigger [2025-06-25T01:57:58.776Z] #0 4.095 OK: 19 MiB in 18 packages [2025-06-25T01:57:58.776Z] #46 ... [2025-06-25T01:57:58.776Z] [2025-06-25T01:57:58.776Z] #47 [core-keeper internal] load build context [2025-06-25T01:57:58.776Z] #47 ... [2025-06-25T01:57:58.776Z] [2025-06-25T01:57:58.776Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-25T01:57:58.776Z] #0 0.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.776Z] #0 0.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:57:58.776Z] #0 1.291 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T01:57:58.776Z] #0 1.299 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:57:58.776Z] #0 1.305 OK: 8 MiB in 15 packages [2025-06-25T01:57:59.032Z] #48 ... [2025-06-25T01:57:59.032Z] [2025-06-25T01:57:59.032Z] #49 [core-metadata internal] load build context [2025-06-25T01:57:59.032Z] #49 transferring context: 508.16MB 9.7s done [2025-06-25T01:57:59.032Z] #49 ... [2025-06-25T01:57:59.032Z] [2025-06-25T01:57:59.032Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-25T01:57:59.527Z] #50 ... [2025-06-25T01:57:59.527Z] [2025-06-25T01:57:59.527Z] #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-25T01:57:59.527Z] #51 ... [2025-06-25T01:57:59.527Z] [2025-06-25T01:57:59.527Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-25T01:58:00.277Z] #52 ... [2025-06-25T01:58:00.277Z] [2025-06-25T01:58:00.277Z] #53 [core-common-config-bootstrapper internal] load build context [2025-06-25T01:58:00.277Z] #53 ... [2025-06-25T01:58:00.277Z] [2025-06-25T01:58:00.277Z] #54 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-06-25T01:58:00.543Z] #54 ... [2025-06-25T01:58:00.543Z] [2025-06-25T01:58:00.543Z] #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-25T01:58:00.543Z] #55 ... [2025-06-25T01:58:00.543Z] [2025-06-25T01:58:00.543Z] #56 [security-proxy-auth internal] load build context [2025-06-25T01:58:00.543Z] #56 transferring context: 508.16MB 9.3s done [2025-06-25T01:58:00.543Z] #56 ... [2025-06-25T01:58:00.543Z] [2025-06-25T01:58:00.543Z] #57 [security-secretstore-setup internal] load build context [2025-06-25T01:58:00.543Z] #57 transferring context: 508.16MB 9.7s done [2025-06-25T01:58:00.543Z] #57 ... [2025-06-25T01:58:00.543Z] [2025-06-25T01:58:00.543Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-25T01:58:00.800Z] #58 ... [2025-06-25T01:58:00.800Z] [2025-06-25T01:58:00.800Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-25T01:58:00.800Z] #59 ... [2025-06-25T01:58:00.800Z] [2025-06-25T01:58:00.800Z] #60 [security-proxy-setup internal] load build context [2025-06-25T01:58:00.800Z] #60 ... [2025-06-25T01:58:00.800Z] [2025-06-25T01:58:00.800Z] #61 [support-notifications internal] load build context [2025-06-25T01:58:01.069Z] #61 ... [2025-06-25T01:58:01.069Z] [2025-06-25T01:58:01.069Z] #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-25T01:58:01.069Z] #0 1.135 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:01.069Z] #0 1.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:01.069Z] #0 1.490 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T01:58:01.069Z] #0 1.501 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:58:01.069Z] #0 1.508 OK: 8 MiB in 15 packages [2025-06-25T01:58:01.069Z] #62 ... [2025-06-25T01:58:01.069Z] [2025-06-25T01:58:01.069Z] #63 [security-spiffe-token-provider internal] load build context [2025-06-25T01:58:01.069Z] #63 transferring context: 508.16MB 9.8s done [2025-06-25T01:58:01.326Z] #63 ... [2025-06-25T01:58:01.326Z] [2025-06-25T01:58:01.326Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T01:58:01.326Z] #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done [2025-06-25T01:58:01.326Z] #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-06-25T01:58:01.326Z] #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done [2025-06-25T01:58:01.326Z] #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-25T01:58:01.326Z] #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-25T01:58:01.326Z] #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-25T01:58:01.326Z] #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 3.8s done [2025-06-25T01:58:01.326Z] #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done [2025-06-25T01:58:01.326Z] #64 ... [2025-06-25T01:58:01.326Z] [2025-06-25T01:58:01.326Z] #65 [support-scheduler internal] load build context [2025-06-25T01:58:01.326Z] #65 transferring context: 508.16MB 9.7s done [2025-06-25T01:58:01.326Z] #65 ... [2025-06-25T01:58:01.326Z] [2025-06-25T01:58:01.326Z] #60 [security-proxy-setup internal] load build context [2025-06-25T01:58:01.891Z] #60 transferring context: 508.16MB 13.1s done [2025-06-25T01:58:04.025Z] Avoid second fetch [2025-06-25T01:58:04.025Z] Checking out Revision 37471aae1dd3b986ef91b9bd0a84b6b5a271aace (main) [2025-06-25T01:58:02.831Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-25T01:58:02.870Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-25T01:58:04.050Z] > git config core.sparsecheckout # timeout=10 [2025-06-25T01:58:04.132Z] > git checkout -f 37471aae1dd3b986ef91b9bd0a84b6b5a271aace # timeout=10 [2025-06-25T01:58:05.161Z] Commit message: "Merge pull request #5193 from yichun-chou/issue-5192" [2025-06-25T01:58:05.292Z] #60 ... [2025-06-25T01:58:05.293Z] [2025-06-25T01:58:05.293Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:58:05.293Z] #33 transferring context: 508.16MB 10.3s done [2025-06-25T01:58:05.293Z] #33 ... [2025-06-25T01:58:05.293Z] [2025-06-25T01:58:05.293Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T01:58:05.293Z] #41 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-25T01:58:08.535Z] #41 ... [2025-06-25T01:58:08.535Z] [2025-06-25T01:58:08.535Z] #42 [core-data internal] load build context [2025-06-25T01:58:08.535Z] #42 transferring context: 508.16MB 12.9s done [2025-06-25T01:58:08.535Z] #42 ... [2025-06-25T01:58:08.535Z] [2025-06-25T01:58:08.535Z] #43 [core-command internal] load build context [2025-06-25T01:58:08.535Z] #43 transferring context: 508.16MB 13.2s done [2025-06-25T01:58:08.843Z] #43 ... [2025-06-25T01:58:08.843Z] [2025-06-25T01:58:08.843Z] #53 [core-common-config-bootstrapper internal] load build context [2025-06-25T01:58:08.843Z] #53 transferring context: 508.16MB 14.2s done [2025-06-25T01:58:08.843Z] #53 ... [2025-06-25T01:58:08.843Z] [2025-06-25T01:58:08.843Z] #47 [core-keeper internal] load build context [2025-06-25T01:58:08.843Z] #47 transferring context: 508.16MB 10.6s done [2025-06-25T01:58:09.102Z] #47 ... [2025-06-25T01:58:09.102Z] [2025-06-25T01:58:09.102Z] #61 [support-notifications internal] load build context [2025-06-25T01:58:09.102Z] #61 transferring context: 508.16MB 13.2s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-25T01:58:10.010Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-25T01:58:10.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T01:58:10.010Z] Dload Upload Total Spent Left Speed [2025-06-25T01:58:10.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 227k 0 --:--:-- --:--:-- --:--:-- 227k [Pipeline] sh [2025-06-25T01:58:10.353Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-25T01:58:10.690Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-25T01:58:10.690Z] + sudo tee /etc/docker/daemon.new [2025-06-25T01:58:10.690Z] { [2025-06-25T01:58:10.690Z] "registry-mirrors": [ [2025-06-25T01:58:10.690Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-25T01:58:10.690Z] ], [2025-06-25T01:58:10.690Z] "bip": "10.250.0.254/24", [2025-06-25T01:58:10.690Z] "hosts": [ [2025-06-25T01:58:10.690Z] "tcp://0.0.0.0:5555", [2025-06-25T01:58:10.690Z] "unix:///var/run/docker.sock" [2025-06-25T01:58:10.690Z] ], [2025-06-25T01:58:10.690Z] "mtu": 1458, [2025-06-25T01:58:10.690Z] "selinux-enabled": true, [2025-06-25T01:58:10.690Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-25T01:58:10.690Z] } [Pipeline] sh [2025-06-25T01:58:11.039Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-25T01:58:11.391Z] + sudo service docker restart [2025-06-25T01:58:14.387Z] #61 ... [2025-06-25T01:58:14.387Z] [2025-06-25T01:58:14.387Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T01:58:14.387Z] #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-25T01:58:14.954Z] #64 ... [2025-06-25T01:58:14.954Z] [2025-06-25T01:58:14.954Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T01:58:14.954Z] #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-06-25T01:58:15.885Z] #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.9s done [2025-06-25T01:58:21.147Z] #41 ... [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #63 [security-spiffe-token-provider internal] load build context [2025-06-25T01:58:21.147Z] #63 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #54 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-06-25T01:58:21.147Z] #54 DONE 30.7s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T01:58:21.147Z] #66 ... [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #49 [core-metadata internal] load build context [2025-06-25T01:58:21.147Z] #49 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #56 [security-proxy-auth internal] load build context [2025-06-25T01:58:21.147Z] #56 DONE 31.5s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #65 [support-scheduler internal] load build context [2025-06-25T01:58:21.147Z] #65 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #57 [security-secretstore-setup internal] load build context [2025-06-25T01:58:21.147Z] #57 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #33 [security-bootstrapper internal] load build context [2025-06-25T01:58:21.147Z] #33 DONE 32.1s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #60 [security-proxy-setup internal] load build context [2025-06-25T01:58:21.147Z] #60 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #47 [core-keeper internal] load build context [2025-06-25T01:58:21.147Z] #47 DONE 32.0s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #43 [core-command internal] load build context [2025-06-25T01:58:21.147Z] #43 DONE 32.1s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #42 [core-data internal] load build context [2025-06-25T01:58:21.147Z] #42 DONE 32.1s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #62 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-25T01:58:21.147Z] #62 DONE 32.1s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-25T01:58:21.147Z] #46 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-25T01:58:21.147Z] #45 DONE 32.1s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-25T01:58:21.147Z] #48 DONE 32.1s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #61 [support-notifications internal] load build context [2025-06-25T01:58:21.147Z] #61 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #53 [core-common-config-bootstrapper internal] load build context [2025-06-25T01:58:21.147Z] #53 DONE 31.9s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #44 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-25T01:58:21.147Z] #44 DONE 32.1s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T01:58:21.147Z] #41 ... [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-25T01:58:21.147Z] #51 DONE 32.6s [2025-06-25T01:58:21.147Z] [2025-06-25T01:58:21.147Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-25T01:58:21.147Z] #50 32.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.080Z] #50 ... [2025-06-25T01:58:22.080Z] [2025-06-25T01:58:22.080Z] #55 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-25T01:58:22.080Z] #55 32.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.080Z] #55 32.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.080Z] #55 32.98 (1/3) Installing ca-certificates (20241121-r1) [2025-06-25T01:58:22.080Z] #55 32.99 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-25T01:58:22.080Z] #55 33.00 (3/3) Installing tzdata (2025b-r0) [2025-06-25T01:58:22.080Z] #55 33.03 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:58:22.080Z] #55 33.03 Executing ca-certificates-20241121-r1.trigger [2025-06-25T01:58:22.080Z] #55 33.07 OK: 10 MiB in 17 packages [2025-06-25T01:58:22.080Z] #55 DONE 33.3s [2025-06-25T01:58:22.080Z] [2025-06-25T01:58:22.080Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-25T01:58:22.080Z] #59 32.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.080Z] #59 32.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.080Z] #59 32.88 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T01:58:22.080Z] #59 32.88 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T01:58:22.080Z] #59 32.88 OK: 24171 distinct packages available [2025-06-25T01:58:22.080Z] #59 32.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.080Z] #59 33.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.080Z] #59 33.30 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-25T01:58:22.080Z] #59 33.30 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-25T01:58:22.080Z] #59 33.31 (3/5) Installing libucontext (1.2-r3) [2025-06-25T01:58:22.080Z] #59 33.31 (4/5) Installing gcompat (1.1.0-r4) [2025-06-25T01:58:22.080Z] #59 33.32 (5/5) Installing openssl (3.3.3-r0) [2025-06-25T01:58:22.080Z] #59 33.33 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:58:22.080Z] #59 33.34 OK: 9 MiB in 19 packages [2025-06-25T01:58:22.338Z] #59 DONE 33.5s [2025-06-25T01:58:22.338Z] [2025-06-25T01:58:22.338Z] #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-25T01:58:22.338Z] #67 DONE 1.9s [2025-06-25T01:58:22.338Z] [2025-06-25T01:58:22.338Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-25T01:58:22.338Z] #58 32.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #58 32.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #58 32.82 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T01:58:22.338Z] #58 32.82 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T01:58:22.338Z] #58 32.82 OK: 24171 distinct packages available [2025-06-25T01:58:22.338Z] #58 32.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #58 32.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #58 33.23 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-25T01:58:22.338Z] #58 33.24 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-25T01:58:22.338Z] #58 33.24 (3/4) Installing libucontext (1.2-r3) [2025-06-25T01:58:22.338Z] #58 33.25 (4/4) Installing gcompat (1.1.0-r4) [2025-06-25T01:58:22.338Z] #58 33.25 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:58:22.338Z] #58 33.26 OK: 8 MiB in 18 packages [2025-06-25T01:58:22.338Z] #58 DONE 33.4s [2025-06-25T01:58:22.338Z] [2025-06-25T01:58:22.338Z] #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-25T01:58:22.338Z] #68 ... [2025-06-25T01:58:22.338Z] [2025-06-25T01:58:22.338Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-25T01:58:22.338Z] #0 1.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #0 1.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #0 1.965 OK: 248 MiB in 58 packages [2025-06-25T01:58:22.338Z] #69 DONE 2.1s [2025-06-25T01:58:22.338Z] [2025-06-25T01:58:22.338Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T01:58:22.338Z] #0 1.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #0 1.633 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.338Z] #0 1.929 OK: 248 MiB in 58 packages [2025-06-25T01:58:22.338Z] #70 DONE 2.2s [2025-06-25T01:58:22.596Z] [2025-06-25T01:58:22.596Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-25T01:58:22.596Z] #0 1.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.596Z] #0 1.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.596Z] #0 2.083 OK: 248 MiB in 58 packages [2025-06-25T01:58:22.596Z] #71 DONE 2.2s [2025-06-25T01:58:22.596Z] [2025-06-25T01:58:22.596Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:58:22.596Z] #72 ... [2025-06-25T01:58:22.596Z] [2025-06-25T01:58:22.596Z] #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:58:22.596Z] #73 DONE 0.2s [2025-06-25T01:58:22.596Z] [2025-06-25T01:58:22.596Z] #74 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:58:22.596Z] #74 DONE 0.2s [2025-06-25T01:58:22.854Z] [2025-06-25T01:58:22.854Z] #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T01:58:22.854Z] #66 2.403 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.854Z] #66 2.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.854Z] #66 ... [2025-06-25T01:58:22.854Z] [2025-06-25T01:58:22.854Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-25T01:58:22.854Z] #52 32.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.854Z] #52 33.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.854Z] #52 33.72 (1/7) Installing ca-certificates (20241121-r1) [2025-06-25T01:58:22.854Z] #52 33.73 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-25T01:58:22.854Z] #52 33.74 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-25T01:58:22.854Z] #52 33.74 (4/7) Installing libsodium (1.0.19-r0) [2025-06-25T01:58:22.854Z] #52 33.76 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-25T01:58:22.854Z] #52 33.83 (6/7) Installing libzmq (4.3.5-r2) [2025-06-25T01:58:22.854Z] #52 33.87 (7/7) Installing zeromq (4.3.5-r2) [2025-06-25T01:58:22.854Z] #52 33.88 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:58:22.854Z] #52 33.89 Executing ca-certificates-20241121-r1.trigger [2025-06-25T01:58:22.854Z] #52 33.96 OK: 12 MiB in 21 packages [2025-06-25T01:58:22.854Z] #52 DONE 34.2s [2025-06-25T01:58:22.854Z] [2025-06-25T01:58:22.854Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-25T01:58:22.854Z] #50 33.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:22.854Z] #50 33.89 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-25T01:58:22.854Z] #50 33.90 (2/4) Installing openssl (3.3.3-r0) [2025-06-25T01:58:22.854Z] #50 33.93 (3/4) Installing su-exec (0.2-r3) [2025-06-25T01:58:22.854Z] #50 33.93 (4/4) Installing yq-go (4.44.1-r2) [2025-06-25T01:58:22.854Z] #50 34.06 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:58:22.854Z] #50 34.08 OK: 19 MiB in 18 packages [2025-06-25T01:58:22.854Z] #50 DONE 34.2s [2025-06-25T01:58:22.854Z] [2025-06-25T01:58:22.854Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:58:22.854Z] #72 DONE 0.4s [2025-06-25T01:58:23.112Z] [2025-06-25T01:58:23.112Z] #66 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T01:58:23.112Z] #66 2.779 OK: 248 MiB in 58 packages [2025-06-25T01:58:23.112Z] #66 DONE 2.9s [2025-06-25T01:58:23.112Z] [2025-06-25T01:58:23.112Z] #75 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-25T01:58:23.112Z] #0 1.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:23.112Z] #0 2.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:23.112Z] #0 2.368 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T01:58:23.112Z] #0 2.368 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T01:58:23.112Z] #0 2.368 OK: 24171 distinct packages available [2025-06-25T01:58:23.112Z] #0 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:23.112Z] #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:23.112Z] #0 2.755 OK: 248 MiB in 58 packages [2025-06-25T01:58:23.112Z] #75 DONE 2.9s [2025-06-25T01:58:23.112Z] [2025-06-25T01:58:23.112Z] #76 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:58:23.112Z] #76 DONE 0.1s [2025-06-25T01:58:23.112Z] [2025-06-25T01:58:23.112Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:58:23.112Z] #77 DONE 0.1s [2025-06-25T01:58:23.112Z] [2025-06-25T01:58:23.112Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:58:24.047Z] #78 ... [2025-06-25T01:58:24.047Z] [2025-06-25T01:58:24.047Z] #79 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2025-06-25T01:58:24.047Z] #0 2.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.047Z] #0 2.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.047Z] #0 3.272 OK: 8 MiB in 15 packages [2025-06-25T01:58:24.047Z] #79 DONE 3.4s [2025-06-25T01:58:24.047Z] [2025-06-25T01:58:24.047Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-25T01:58:24.047Z] #0 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.047Z] #0 3.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.047Z] #0 3.453 OK: 19 MiB in 18 packages [2025-06-25T01:58:24.047Z] #80 DONE 3.6s [2025-06-25T01:58:24.047Z] [2025-06-25T01:58:24.047Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:58:24.047Z] #81 ... [2025-06-25T01:58:24.047Z] [2025-06-25T01:58:24.047Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-25T01:58:24.047Z] #0 3.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.047Z] #0 3.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.047Z] #0 3.610 OK: 8 MiB in 16 packages [2025-06-25T01:58:24.047Z] #82 DONE 3.7s [2025-06-25T01:58:24.305Z] [2025-06-25T01:58:24.305Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-25T01:58:24.305Z] #83 ... [2025-06-25T01:58:24.305Z] [2025-06-25T01:58:24.305Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T01:58:24.305Z] #0 3.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.305Z] #0 3.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.305Z] #0 3.787 OK: 8 MiB in 15 packages [2025-06-25T01:58:24.305Z] #84 DONE 3.9s [2025-06-25T01:58:24.564Z] [2025-06-25T01:58:24.564Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T01:58:24.564Z] #0 3.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.564Z] #0 3.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.564Z] #0 4.031 OK: 13 MiB in 28 packages [2025-06-25T01:58:24.564Z] #85 DONE 4.1s [2025-06-25T01:58:24.564Z] [2025-06-25T01:58:24.564Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T01:58:24.564Z] #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.9s done [2025-06-25T01:58:24.823Z] #64 ... [2025-06-25T01:58:24.823Z] [2025-06-25T01:58:24.823Z] #86 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T01:58:24.823Z] #0 2.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:24.823Z] #0 3.057 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:25.392Z] #86 3.408 OK: 10 MiB in 17 packages [2025-06-25T01:58:25.392Z] #86 DONE 3.5s [2025-06-25T01:58:25.392Z] [2025-06-25T01:58:25.392Z] #68 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-25T01:58:25.392Z] #68 2.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:25.392Z] #68 2.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:25.392Z] #68 3.160 OK: 9 MiB in 19 packages [2025-06-25T01:58:25.648Z] #68 DONE 3.3s [2025-06-25T01:58:25.648Z] [2025-06-25T01:58:25.648Z] #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T01:58:26.610Z] #87 ... [2025-06-25T01:58:26.610Z] [2025-06-25T01:58:26.610Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T01:58:26.610Z] #0 2.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:26.610Z] #0 2.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:26.610Z] #0 2.846 OK: 12 MiB in 21 packages [2025-06-25T01:58:26.610Z] #88 DONE 3.7s [2025-06-25T01:58:26.610Z] [2025-06-25T01:58:26.610Z] #89 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-25T01:58:26.610Z] #89 DONE 1.0s [2025-06-25T01:58:26.610Z] [2025-06-25T01:58:26.610Z] #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T01:58:26.610Z] #87 DONE 1.0s [2025-06-25T01:58:26.610Z] [2025-06-25T01:58:26.610Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-25T01:58:26.610Z] #0 2.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:26.610Z] #0 3.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:26.610Z] #0 3.342 OK: 8 MiB in 18 packages [2025-06-25T01:58:26.610Z] #90 DONE 4.4s [2025-06-25T01:58:26.610Z] [2025-06-25T01:58:26.610Z] #91 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T01:58:28.002Z] #91 DONE 1.4s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #92 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-25T01:58:28.002Z] #92 DONE 1.3s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-25T01:58:28.002Z] #0 3.766 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:28.002Z] #0 3.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:28.002Z] #0 4.142 OK: 19 MiB in 18 packages [2025-06-25T01:58:28.002Z] #93 DONE 5.1s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #94 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-25T01:58:28.002Z] #94 DONE 0.1s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T01:58:28.002Z] #95 DONE 1.4s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #96 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-25T01:58:28.002Z] #96 DONE 0.1s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #97 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-25T01:58:28.002Z] #97 DONE 0.1s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-25T01:58:28.002Z] #98 DONE 0.1s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-25T01:58:28.002Z] #99 DONE 0.1s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #100 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-25T01:58:28.002Z] #100 DONE 0.1s [2025-06-25T01:58:28.002Z] [2025-06-25T01:58:28.002Z] #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-25T01:58:28.261Z] #101 DONE 0.1s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #102 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-25T01:58:28.261Z] #102 DONE 0.1s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-25T01:58:28.261Z] #103 DONE 0.0s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-25T01:58:28.261Z] #104 DONE 0.1s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-25T01:58:28.261Z] #105 DONE 0.1s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-25T01:58:28.261Z] #106 DONE 0.1s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-25T01:58:28.261Z] #107 DONE 0.1s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-25T01:58:28.261Z] #83 DONE 4.2s [2025-06-25T01:58:28.261Z] [2025-06-25T01:58:28.261Z] #108 [security-spire-server] exporting to image [2025-06-25T01:58:28.261Z] #108 exporting layers [2025-06-25T01:58:28.519Z] #108 ... [2025-06-25T01:58:28.519Z] [2025-06-25T01:58:28.519Z] #109 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-25T01:58:28.519Z] #109 DONE 0.1s [2025-06-25T01:58:28.519Z] [2025-06-25T01:58:28.519Z] #110 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-25T01:58:28.519Z] #110 DONE 0.1s [2025-06-25T01:58:28.519Z] [2025-06-25T01:58:28.519Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-25T01:58:28.519Z] #111 DONE 0.1s [2025-06-25T01:58:28.519Z] [2025-06-25T01:58:28.519Z] #108 [security-spire-agent] exporting to image [2025-06-25T01:58:28.778Z] #108 exporting layers 0.7s done [2025-06-25T01:58:29.037Z] #108 writing image sha256:6ef4ce71acf93e4ec7d2a43ece77fe932649bfacd643242c780fae3ce4940b68 done [2025-06-25T01:58:29.037Z] #108 naming to docker.io/library/security-spire-server done [2025-06-25T01:58:29.297Z] #108 exporting layers 0.7s done [2025-06-25T01:58:29.297Z] #108 writing image sha256:67e131066ce2c6d4c85090ca3ea6c2e32743f790837127b48e3ff77b26f85e26 done [2025-06-25T01:58:29.297Z] #108 naming to docker.io/library/security-spire-config done [2025-06-25T01:58:29.297Z] #108 writing image sha256:dd3ebe6da9bf0aa4949f405d921b4731e5fb3c438e091fdfe930b362f4d0f86f done [2025-06-25T01:58:29.297Z] #108 naming to docker.io/library/security-spire-agent done [2025-06-25T01:58:29.297Z] #108 DONE 1.0s [2025-06-25T01:58:29.297Z] [2025-06-25T01:58:29.297Z] #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-25T01:58:29.297Z] #0 2.499 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:29.297Z] #0 5.070 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T01:58:29.683Z] provisioning config files... [2025-06-25T01:58:29.715Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config9522076819336597491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T01:58:30.172Z] ---> ****-login.sh [2025-06-25T01:58:30.172Z] nexus3.edgexfoundry.org:10001 [2025-06-25T01:58:30.687Z] #112 8.341 OK: 248 MiB in 58 packages [2025-06-25T01:58:30.687Z] #112 DONE 8.4s [2025-06-25T01:58:30.687Z] [2025-06-25T01:58:30.687Z] #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-25T01:58:30.687Z] #113 DONE 0.0s [2025-06-25T01:58:30.687Z] [2025-06-25T01:58:30.687Z] #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-25T01:58:30.687Z] #0 3.238 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:30.687Z] #0 6.854 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-25T01:58:30.687Z] #114 ... [2025-06-25T01:58:30.687Z] [2025-06-25T01:58:30.687Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:58:30.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:58:30.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:58:30.764Z] Configure a credential helper to remove this warning. See [2025-06-25T01:58:30.764Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:58:30.764Z] [2025-06-25T01:58:30.764Z] Login Succeeded [2025-06-25T01:58:30.764Z] nexus3.edgexfoundry.org:10002 [2025-06-25T01:58:31.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:58:31.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:58:31.309Z] Configure a credential helper to remove this warning. See [2025-06-25T01:58:31.309Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:58:31.309Z] [2025-06-25T01:58:31.309Z] Login Succeeded [2025-06-25T01:58:31.309Z] nexus3.edgexfoundry.org:10003 [2025-06-25T01:58:31.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:58:31.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:58:31.580Z] Configure a credential helper to remove this warning. See [2025-06-25T01:58:31.580Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:58:31.580Z] [2025-06-25T01:58:31.580Z] Login Succeeded [2025-06-25T01:58:31.580Z] nexus3.edgexfoundry.org:10004 [2025-06-25T01:58:31.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:58:31.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:58:31.859Z] Configure a credential helper to remove this warning. See [2025-06-25T01:58:31.859Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:58:31.859Z] [2025-06-25T01:58:31.859Z] Login Succeeded [2025-06-25T01:58:31.859Z] ****.io [2025-06-25T01:58:32.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T01:58:32.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T01:58:32.399Z] Configure a credential helper to remove this warning. See [2025-06-25T01:58:32.399Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T01:58:32.399Z] [2025-06-25T01:58:32.399Z] Login Succeeded [2025-06-25T01:58:32.399Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T01:58:32.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-06-25T01:58:32.615Z] #115 ... [2025-06-25T01:58:32.615Z] [2025-06-25T01:58:32.615Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh [2025-06-25T01:58:32.888Z] #116 ... [2025-06-25T01:58:32.888Z] [2025-06-25T01:58:32.888Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:58:32.888Z] #117 ... [2025-06-25T01:58:32.888Z] [2025-06-25T01:58:32.888Z] #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-25T01:58:32.888Z] #114 10.13 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T01:58:32.888Z] #114 11.60 Executing busybox-1.36.1-r29.trigger [2025-06-25T01:58:32.888Z] #114 11.61 OK: 8 MiB in 15 packages [2025-06-25T01:58:32.888Z] #114 DONE 11.8s [2025-06-25T01:58:32.888Z] [2025-06-25T01:58:32.888Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:58:33.053Z] + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] echo [2025-06-25T01:58:33.073Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T01:58:33.090Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T01:58:33.106Z] ========================================================= [2025-06-25T01:58:33.106Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-25T01:58:33.106Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-25T01:58:33.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-25T01:58:33.711Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-25T01:58:33.711Z] 94e9d8af2201: Pulling fs layer [2025-06-25T01:58:33.711Z] a6c56e8762df: Pulling fs layer [2025-06-25T01:58:33.711Z] f0f3c8884826: Pulling fs layer [2025-06-25T01:58:33.711Z] c7e7622c144d: Pulling fs layer [2025-06-25T01:58:33.711Z] 4f4fb700ef54: Pulling fs layer [2025-06-25T01:58:33.711Z] e8859aadc426: Pulling fs layer [2025-06-25T01:58:33.711Z] b4813487a9f6: Pulling fs layer [2025-06-25T01:58:33.711Z] 502a3d64fb4b: Pulling fs layer [2025-06-25T01:58:33.711Z] c7e7622c144d: Waiting [2025-06-25T01:58:33.711Z] 4f4fb700ef54: Waiting [2025-06-25T01:58:33.711Z] e8859aadc426: Waiting [2025-06-25T01:58:33.711Z] b4813487a9f6: Waiting [2025-06-25T01:58:33.711Z] 502a3d64fb4b: Waiting [2025-06-25T01:58:33.711Z] a6c56e8762df: Download complete [2025-06-25T01:58:33.711Z] c7e7622c144d: Verifying Checksum [2025-06-25T01:58:33.711Z] c7e7622c144d: Download complete [2025-06-25T01:58:33.711Z] 4f4fb700ef54: Verifying Checksum [2025-06-25T01:58:33.711Z] 4f4fb700ef54: Download complete [2025-06-25T01:58:33.711Z] e8859aadc426: Verifying Checksum [2025-06-25T01:58:33.711Z] e8859aadc426: Download complete [2025-06-25T01:58:33.711Z] 94e9d8af2201: Verifying Checksum [2025-06-25T01:58:33.711Z] 94e9d8af2201: Download complete [2025-06-25T01:58:34.315Z] 502a3d64fb4b: Verifying Checksum [2025-06-25T01:58:34.315Z] 502a3d64fb4b: Download complete [2025-06-25T01:58:34.913Z] 94e9d8af2201: Pull complete [2025-06-25T01:58:35.502Z] a6c56e8762df: Pull complete [2025-06-25T01:58:35.772Z] f0f3c8884826: Verifying Checksum [2025-06-25T01:58:35.772Z] f0f3c8884826: Download complete [2025-06-25T01:58:36.738Z] b4813487a9f6: Verifying Checksum [2025-06-25T01:58:36.738Z] b4813487a9f6: Download complete [2025-06-25T01:58:51.759Z] f0f3c8884826: Pull complete [2025-06-25T01:58:51.759Z] c7e7622c144d: Pull complete [2025-06-25T01:58:51.759Z] 4f4fb700ef54: Pull complete [2025-06-25T01:58:51.759Z] e8859aadc426: Pull complete [2025-06-25T01:58:59.969Z] b4813487a9f6: Pull complete [2025-06-25T01:59:00.549Z] 502a3d64fb4b: Pull complete [2025-06-25T01:59:00.549Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-25T01:59:00.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-25T01:59:00.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-25T01:59:00.893Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-25T01:59:00.894Z] WORKDIR /edgex [2025-06-25T01:59:00.894Z] COPY go.mod . [2025-06-25T01:59:00.894Z] RUN go mod download [2025-06-25T01:59:00.894Z] + docker build -t ci-base-image-arm64 -f - . [2025-06-25T01:59:01.865Z] Sending build context to Docker daemon 3.703MB [2025-06-25T01:59:01.865Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-25T01:59:01.865Z] ---> 3bb21d53e231 [2025-06-25T01:59:01.865Z] Step 2/4 : WORKDIR /edgex [2025-06-25T01:59:03.809Z] ---> Running in 2f8535a142aa [2025-06-25T01:59:03.809Z] Removing intermediate container 2f8535a142aa [2025-06-25T01:59:03.809Z] ---> 8eb2c03a3617 [2025-06-25T01:59:03.809Z] Step 3/4 : COPY go.mod . [2025-06-25T01:59:04.402Z] ---> cb2140f1dbbd [2025-06-25T01:59:04.402Z] Step 4/4 : RUN go mod download [2025-06-25T01:59:04.402Z] ---> Running in 3b9bb6518dfa [2025-06-25T01:59:29.830Z] #118 DONE 61.9s [2025-06-25T01:59:29.830Z] [2025-06-25T01:59:29.830Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:29.830Z] #116 DONE 62.2s [2025-06-25T01:59:29.830Z] [2025-06-25T01:59:29.830Z] #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:29.830Z] #78 DONE 61.5s [2025-06-25T01:59:29.830Z] [2025-06-25T01:59:29.830Z] #117 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:29.830Z] #117 DONE 62.1s [2025-06-25T01:59:29.830Z] [2025-06-25T01:59:29.830Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:29.830Z] #115 DONE 54.1s [2025-06-25T01:59:29.830Z] [2025-06-25T01:59:29.830Z] #119 [core-keeper builder 7/8] COPY . . [2025-06-25T01:59:29.830Z] #119 ... [2025-06-25T01:59:29.830Z] [2025-06-25T01:59:29.830Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:29.830Z] #81 DONE 61.6s [2025-06-25T01:59:29.830Z] [2025-06-25T01:59:29.830Z] #120 [core-data builder 6/7] COPY . . [2025-06-25T01:59:35.107Z] #120 ... [2025-06-25T01:59:35.107Z] [2025-06-25T01:59:35.107Z] #121 [support-scheduler builder 6/7] COPY . . [2025-06-25T01:59:35.107Z] #121 ... [2025-06-25T01:59:35.107Z] [2025-06-25T01:59:35.107Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-25T01:59:35.107Z] #122 ... [2025-06-25T01:59:35.107Z] [2025-06-25T01:59:35.107Z] #123 [security-bootstrapper builder 6/7] COPY . . [2025-06-25T01:59:35.367Z] #123 ... [2025-06-25T01:59:35.367Z] [2025-06-25T01:59:35.367Z] #124 [support-notifications builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #124 DONE 14.2s [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #125 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:59:39.582Z] #125 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #126 [security-proxy-auth builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #126 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:39.582Z] #127 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:39.582Z] #128 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #129 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:59:39.582Z] #129 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #130 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #130 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #131 [core-metadata builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #131 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:39.582Z] #132 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:59:39.582Z] #133 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #120 [core-data builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #120 DONE 14.2s [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #134 [core-command builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #134 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:39.582Z] #135 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #136 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:59:39.582Z] #136 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #119 [core-keeper builder 7/8] COPY . . [2025-06-25T01:59:39.582Z] #119 DONE 14.2s [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #122 DONE 14.3s [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #123 [security-bootstrapper builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #123 DONE 14.3s [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-25T01:59:39.582Z] #137 ... [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:59:39.582Z] #138 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:39.582Z] #139 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #140 [security-proxy-setup builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #140 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #141 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-25T01:59:39.582Z] #142 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T01:59:39.582Z] #143 CACHED [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #121 [support-scheduler builder 6/7] COPY . . [2025-06-25T01:59:39.582Z] #121 DONE 14.3s [2025-06-25T01:59:39.582Z] [2025-06-25T01:59:39.582Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-25T01:59:40.530Z] #144 1.219 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-25T01:59:50.510Z] #144 ... [2025-06-25T01:59:50.510Z] [2025-06-25T01:59:50.510Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-25T01:59:50.510Z] #0 0.433 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-25T01:59:50.510Z] #145 ... [2025-06-25T01:59:50.510Z] [2025-06-25T01:59:50.510Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-25T01:59:50.511Z] #0 1.008 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-25T01:59:50.511Z] #146 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T01:59:50.511Z] #0 0.928 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-25T01:59:50.511Z] #147 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-25T01:59:50.511Z] #0 1.003 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-25T01:59:50.511Z] #148 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-25T01:59:50.511Z] #0 0.895 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-25T01:59:50.511Z] #149 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-25T01:59:50.511Z] #0 1.084 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-25T01:59:50.511Z] #150 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T01:59:50.511Z] #0 0.433 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-25T01:59:50.511Z] #151 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-25T01:59:50.511Z] #0 0.935 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-25T01:59:50.511Z] #152 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-25T01:59:50.511Z] #137 0.948 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-25T01:59:50.511Z] #137 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-25T01:59:50.511Z] #0 0.509 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-25T01:59:50.511Z] #153 ... [2025-06-25T01:59:50.511Z] [2025-06-25T01:59:50.511Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-25T01:59:50.511Z] #0 0.805 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-25T02:00:26.056Z] Removing intermediate container 3b9bb6518dfa [2025-06-25T02:00:26.056Z] ---> 865efeff021b [2025-06-25T02:00:26.056Z] Successfully built 865efeff021b [2025-06-25T02:00:26.057Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:00:26.406Z] + docker inspect -f . ci-base-image-arm64 [2025-06-25T02:00:26.406Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:00:26.648Z] prd-ubuntu20.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container [2025-06-25T02:00:26.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T02:00:28.134Z] $ docker top d9b6dac00bdaad98867e51f4d64a645f44ae9a39ba03031ae82c0d31f44f6f04 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T02:00:29.009Z] + go version [2025-06-25T02:00:29.009Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-25T02:00:29.035Z] $ docker stop --time=1 d9b6dac00bdaad98867e51f4d64a645f44ae9a39ba03031ae82c0d31f44f6f04 [2025-06-25T02:00:30.786Z] $ docker rm -f --volumes d9b6dac00bdaad98867e51f4d64a645f44ae9a39ba03031ae82c0d31f44f6f04 [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-25T02:00:31.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-25T02:00:31.514Z] [2025-06-25T02:00:31.514Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:00:31.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-25T02:00:31.860Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-25T02:00:32.132Z] 547446be3368: Pulling fs layer [2025-06-25T02:00:32.132Z] d125d8839a47: Pulling fs layer [2025-06-25T02:00:32.132Z] 3e85d5ac6304: Pulling fs layer [2025-06-25T02:00:32.132Z] c3105a71a48b: Pulling fs layer [2025-06-25T02:00:32.132Z] 0f093f025ec4: Pulling fs layer [2025-06-25T02:00:32.132Z] c3106fc0e877: Pulling fs layer [2025-06-25T02:00:32.132Z] 0f093f025ec4: Waiting [2025-06-25T02:00:32.132Z] c3105a71a48b: Waiting [2025-06-25T02:00:32.132Z] c3106fc0e877: Waiting [2025-06-25T02:00:32.132Z] 547446be3368: Verifying Checksum [2025-06-25T02:00:32.132Z] 547446be3368: Download complete [2025-06-25T02:00:32.132Z] c3105a71a48b: Verifying Checksum [2025-06-25T02:00:32.132Z] c3105a71a48b: Download complete [2025-06-25T02:00:32.721Z] d125d8839a47: Verifying Checksum [2025-06-25T02:00:32.721Z] d125d8839a47: Download complete [2025-06-25T02:00:32.721Z] c3106fc0e877: Verifying Checksum [2025-06-25T02:00:32.721Z] c3106fc0e877: Download complete [2025-06-25T02:00:32.721Z] 0f093f025ec4: Verifying Checksum [2025-06-25T02:00:32.721Z] 0f093f025ec4: Download complete [2025-06-25T02:00:32.990Z] 547446be3368: Pull complete [2025-06-25T02:00:33.961Z] d125d8839a47: Pull complete [2025-06-25T02:00:34.953Z] 3e85d5ac6304: Verifying Checksum [2025-06-25T02:00:34.953Z] 3e85d5ac6304: Download complete [2025-06-25T02:00:47.312Z] 3e85d5ac6304: Pull complete [2025-06-25T02:00:47.312Z] c3105a71a48b: Pull complete [2025-06-25T02:00:47.312Z] 0f093f025ec4: Pull complete [2025-06-25T02:00:47.312Z] c3106fc0e877: Pull complete [2025-06-25T02:00:47.312Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-25T02:00:47.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-25T02:00:47.312Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:00:47.534Z] prd-ubuntu20.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container [2025-06-25T02:00:47.610Z] $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T02:00:49.785Z] $ docker top 9d6df6f4f322474126c0cab3b8f32a8aa8256286e518e20798f5f15c86a20af2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T02:00:50.631Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-25T02:01:00.728Z] #1 [core-data internal] load build definition from Dockerfile [2025-06-25T02:01:00.728Z] #1 transferring dockerfile: 2.04kB done [2025-06-25T02:01:00.728Z] #1 DONE 0.1s [2025-06-25T02:01:00.728Z] [2025-06-25T02:01:00.728Z] #2 [core-command internal] load build definition from Dockerfile [2025-06-25T02:01:00.728Z] #2 transferring dockerfile: 1.94kB done [2025-06-25T02:01:00.728Z] #2 DONE 0.0s [2025-06-25T02:01:00.728Z] [2025-06-25T02:01:00.728Z] #3 [core-keeper internal] load build definition from Dockerfile [2025-06-25T02:01:00.728Z] #3 transferring dockerfile: 2.01kB done [2025-06-25T02:01:00.728Z] #3 DONE 0.0s [2025-06-25T02:01:00.728Z] [2025-06-25T02:01:00.728Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-25T02:01:00.728Z] #4 transferring dockerfile: 3.02kB done [2025-06-25T02:01:00.728Z] #4 DONE 0.1s [2025-06-25T02:01:00.728Z] [2025-06-25T02:01:00.728Z] #5 [support-notifications internal] load build definition from Dockerfile [2025-06-25T02:01:00.728Z] #5 transferring dockerfile: 2.00kB 0.0s done [2025-06-25T02:01:00.728Z] #5 DONE 0.1s [2025-06-25T02:01:00.728Z] [2025-06-25T02:01:00.728Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-25T02:01:01.002Z] #6 transferring dockerfile: 2.49kB 0.0s done [2025-06-25T02:01:01.002Z] #6 DONE 0.1s [2025-06-25T02:01:01.002Z] [2025-06-25T02:01:01.002Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-25T02:01:01.002Z] #7 transferring dockerfile: 1.89kB 0.0s done [2025-06-25T02:01:01.002Z] #7 DONE 0.1s [2025-06-25T02:01:01.002Z] [2025-06-25T02:01:01.002Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-25T02:01:01.002Z] #8 transferring dockerfile: 2.14kB 0.0s done [2025-06-25T02:01:01.002Z] #8 DONE 0.1s [2025-06-25T02:01:01.002Z] [2025-06-25T02:01:01.002Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-06-25T02:01:01.002Z] #9 transferring dockerfile: 2.10kB 0.0s done [2025-06-25T02:01:01.269Z] #9 DONE 0.1s [2025-06-25T02:01:01.270Z] [2025-06-25T02:01:01.270Z] #10 [support-scheduler internal] load build definition from Dockerfile [2025-06-25T02:01:01.270Z] #10 transferring dockerfile: 1.83kB 0.0s done [2025-06-25T02:01:01.270Z] #10 DONE 0.1s [2025-06-25T02:01:01.270Z] [2025-06-25T02:01:01.270Z] #11 [security-spire-config internal] load build definition from Dockerfile [2025-06-25T02:01:01.270Z] #11 transferring dockerfile: 1.69kB done [2025-06-25T02:01:01.270Z] #11 DONE 0.1s [2025-06-25T02:01:01.270Z] [2025-06-25T02:01:01.270Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-25T02:01:01.270Z] #12 transferring dockerfile: 2.50kB done [2025-06-25T02:01:01.270Z] #12 DONE 0.1s [2025-06-25T02:01:01.536Z] [2025-06-25T02:01:01.536Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-25T02:01:01.536Z] #13 DONE 0.0s [2025-06-25T02:01:01.536Z] [2025-06-25T02:01:01.536Z] #14 [security-spire-server internal] load build definition from Dockerfile [2025-06-25T02:01:01.536Z] #14 transferring dockerfile: 1.70kB done [2025-06-25T02:01:01.536Z] #14 DONE 0.1s [2025-06-25T02:01:01.536Z] [2025-06-25T02:01:01.536Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-25T02:01:01.536Z] #13 transferring dockerfile: 2.23kB done [2025-06-25T02:01:01.536Z] #13 DONE 0.0s [2025-06-25T02:01:01.536Z] [2025-06-25T02:01:01.536Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2025-06-25T02:01:01.536Z] #15 transferring dockerfile: 1.81kB done [2025-06-25T02:01:01.536Z] #15 DONE 0.1s [2025-06-25T02:01:01.536Z] [2025-06-25T02:01:01.536Z] #16 [core-data internal] load .dockerignore [2025-06-25T02:01:01.536Z] #16 transferring context: 50B 0.0s done [2025-06-25T02:01:01.536Z] #16 DONE 0.1s [2025-06-25T02:01:02.505Z] [2025-06-25T02:01:02.505Z] #17 [core-command internal] load .dockerignore [2025-06-25T02:01:02.505Z] #17 transferring context: 50B done [2025-06-25T02:01:02.505Z] #17 DONE 0.1s [2025-06-25T02:01:02.505Z] [2025-06-25T02:01:02.505Z] #18 [core-keeper internal] load .dockerignore [2025-06-25T02:01:02.505Z] #18 transferring context: 50B 0.0s done [2025-06-25T02:01:02.505Z] #18 DONE 0.1s [2025-06-25T02:01:02.505Z] [2025-06-25T02:01:02.505Z] #19 [security-bootstrapper internal] load .dockerignore [2025-06-25T02:01:02.505Z] #19 transferring context: 50B done [2025-06-25T02:01:02.505Z] #19 DONE 0.1s [2025-06-25T02:01:02.505Z] [2025-06-25T02:01:02.505Z] #20 [support-notifications internal] load .dockerignore [2025-06-25T02:01:02.776Z] #20 transferring context: 50B done [2025-06-25T02:01:02.776Z] #20 DONE 0.1s [2025-06-25T02:01:02.776Z] [2025-06-25T02:01:02.776Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-06-25T02:01:02.776Z] #21 transferring context: 50B 0.0s done [2025-06-25T02:01:02.776Z] #21 DONE 0.1s [2025-06-25T02:01:02.776Z] [2025-06-25T02:01:02.776Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2025-06-25T02:01:02.776Z] #22 transferring context: 50B 0.0s done [2025-06-25T02:01:02.776Z] #22 DONE 0.1s [2025-06-25T02:01:02.776Z] [2025-06-25T02:01:02.776Z] #23 [security-proxy-auth internal] load .dockerignore [2025-06-25T02:01:02.776Z] #23 transferring context: 50B 0.0s done [2025-06-25T02:01:02.776Z] #23 DONE 0.1s [2025-06-25T02:01:02.776Z] [2025-06-25T02:01:02.776Z] #24 [core-metadata internal] load .dockerignore [2025-06-25T02:01:02.776Z] #24 transferring context: 50B 0.0s done [2025-06-25T02:01:02.776Z] #24 DONE 0.1s [2025-06-25T02:01:02.776Z] [2025-06-25T02:01:02.776Z] #25 [support-scheduler internal] load .dockerignore [2025-06-25T02:01:03.052Z] #25 transferring context: 50B 0.0s done [2025-06-25T02:01:03.052Z] #25 DONE 0.1s [2025-06-25T02:01:03.052Z] [2025-06-25T02:01:03.052Z] #26 [security-spire-config internal] load .dockerignore [2025-06-25T02:01:03.052Z] #26 transferring context: 50B 0.0s done [2025-06-25T02:01:03.052Z] #26 DONE 0.1s [2025-06-25T02:01:03.052Z] [2025-06-25T02:01:03.052Z] #27 [security-proxy-setup internal] load .dockerignore [2025-06-25T02:01:03.052Z] #27 transferring context: 50B 0.0s done [2025-06-25T02:01:03.052Z] #27 DONE 0.1s [2025-06-25T02:01:03.321Z] [2025-06-25T02:01:03.321Z] #28 [security-spire-server internal] load .dockerignore [2025-06-25T02:01:03.321Z] #28 transferring context: 50B done [2025-06-25T02:01:03.321Z] #28 DONE 0.1s [2025-06-25T02:01:03.321Z] [2025-06-25T02:01:03.321Z] #29 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-25T02:01:03.321Z] #29 transferring context: 50B done [2025-06-25T02:01:03.321Z] #29 DONE 0.1s [2025-06-25T02:01:03.321Z] [2025-06-25T02:01:03.321Z] #30 [security-spire-agent internal] load .dockerignore [2025-06-25T02:01:03.321Z] #30 transferring context: 50B done [2025-06-25T02:01:03.321Z] #30 DONE 0.1s [2025-06-25T02:01:03.321Z] [2025-06-25T02:01:03.321Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:03.321Z] #31 DONE 0.0s [2025-06-25T02:01:03.321Z] [2025-06-25T02:01:03.321Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-06-25T02:01:03.907Z] #32 DONE 0.6s [2025-06-25T02:01:04.175Z] [2025-06-25T02:01:04.176Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:04.176Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:04.176Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:04.176Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:04.176Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:04.445Z] #33 ... [2025-06-25T02:01:04.445Z] [2025-06-25T02:01:04.445Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:04.445Z] #31 DONE 0.0s [2025-06-25T02:01:04.445Z] [2025-06-25T02:01:04.445Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:04.445Z] #33 ... [2025-06-25T02:01:04.445Z] [2025-06-25T02:01:04.445Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:04.445Z] #31 DONE 0.0s [2025-06-25T02:01:04.445Z] [2025-06-25T02:01:04.445Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:04.445Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:04.445Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:04.445Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:04.445Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:04.445Z] #33 ... [2025-06-25T02:01:04.445Z] [2025-06-25T02:01:04.445Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:04.445Z] #31 DONE 0.0s [2025-06-25T02:01:04.714Z] [2025-06-25T02:01:04.714Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:04.714Z] #31 DONE 0.0s [2025-06-25T02:01:04.714Z] [2025-06-25T02:01:04.714Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-25T02:01:04.982Z] #32 ... [2025-06-25T02:01:04.982Z] [2025-06-25T02:01:04.982Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:04.982Z] #31 DONE 0.0s [2025-06-25T02:01:04.982Z] [2025-06-25T02:01:04.982Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-25T02:01:05.252Z] #32 ... [2025-06-25T02:01:05.252Z] [2025-06-25T02:01:05.252Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:05.252Z] #31 DONE 0.0s [2025-06-25T02:01:05.252Z] [2025-06-25T02:01:05.252Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-06-25T02:01:05.521Z] #32 DONE 1.1s [2025-06-25T02:01:05.521Z] [2025-06-25T02:01:05.521Z] #34 [core-data internal] load build context [2025-06-25T02:01:05.521Z] #34 transferring context: 3.22MB 0.9s done [2025-06-25T02:01:05.521Z] #34 DONE 1.4s [2025-06-25T02:01:05.521Z] [2025-06-25T02:01:05.521Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:05.521Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:05.521Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:05.521Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:05.521Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:05.521Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:05.521Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:05.521Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:05.521Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:06.113Z] #33 ... [2025-06-25T02:01:06.113Z] [2025-06-25T02:01:06.113Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:06.113Z] #31 DONE 0.0s [2025-06-25T02:01:06.113Z] [2025-06-25T02:01:06.113Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-06-25T02:01:06.113Z] #32 DONE 1.6s [2025-06-25T02:01:06.113Z] [2025-06-25T02:01:06.113Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:06.113Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:06.113Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:06.113Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:06.113Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:06.700Z] #33 ... [2025-06-25T02:01:06.700Z] [2025-06-25T02:01:06.700Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-25T02:01:06.700Z] #31 DONE 0.0s [2025-06-25T02:01:06.700Z] [2025-06-25T02:01:06.700Z] #35 [core-command internal] load build context [2025-06-25T02:01:06.700Z] #35 transferring context: 3.22MB 1.9s done [2025-06-25T02:01:07.292Z] #35 ... [2025-06-25T02:01:07.292Z] [2025-06-25T02:01:07.292Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-06-25T02:01:07.292Z] #32 DONE 2.4s [2025-06-25T02:01:07.292Z] [2025-06-25T02:01:07.292Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:07.292Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:07.292Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:07.292Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:07.292Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:07.884Z] #33 ... [2025-06-25T02:01:07.884Z] [2025-06-25T02:01:07.884Z] #35 [core-command internal] load build context [2025-06-25T02:01:07.884Z] #35 DONE 3.3s [2025-06-25T02:01:07.884Z] [2025-06-25T02:01:07.884Z] #36 [core-keeper internal] load build context [2025-06-25T02:01:07.884Z] #36 transferring context: 3.22MB 2.0s done [2025-06-25T02:01:07.884Z] #36 DONE 3.3s [2025-06-25T02:01:08.156Z] [2025-06-25T02:01:08.156Z] #37 [support-notifications internal] load build context [2025-06-25T02:01:08.156Z] #37 ... [2025-06-25T02:01:08.156Z] [2025-06-25T02:01:08.156Z] #38 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-25T02:01:08.156Z] #38 DONE 5.1s [2025-06-25T02:01:08.156Z] [2025-06-25T02:01:08.156Z] #37 [support-notifications internal] load build context [2025-06-25T02:01:08.156Z] #37 transferring context: 3.22MB 2.7s done [2025-06-25T02:01:09.133Z] #37 ... [2025-06-25T02:01:09.133Z] [2025-06-25T02:01:09.133Z] #39 [security-secretstore-setup internal] load build context [2025-06-25T02:01:09.133Z] #39 transferring context: 3.22MB 2.6s done [2025-06-25T02:01:09.133Z] #39 DONE 4.2s [2025-06-25T02:01:09.133Z] [2025-06-25T02:01:09.133Z] #40 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-06-25T02:01:10.125Z] #40 ... [2025-06-25T02:01:10.125Z] [2025-06-25T02:01:10.125Z] #37 [support-notifications internal] load build context [2025-06-25T02:01:10.125Z] #37 DONE 5.4s [2025-06-25T02:01:10.394Z] [2025-06-25T02:01:10.394Z] #41 [security-bootstrapper internal] load build context [2025-06-25T02:01:10.394Z] #41 transferring context: 3.22MB 4.9s done [2025-06-25T02:01:10.984Z] #41 ... [2025-06-25T02:01:10.984Z] [2025-06-25T02:01:10.984Z] #42 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-25T02:01:10.984Z] #42 DONE 5.2s [2025-06-25T02:01:10.984Z] [2025-06-25T02:01:10.984Z] #43 [security-proxy-setup internal] load build context [2025-06-25T02:01:10.984Z] #43 ... [2025-06-25T02:01:10.984Z] [2025-06-25T02:01:10.984Z] #44 [security-spiffe-token-provider internal] load build context [2025-06-25T02:01:10.984Z] #44 transferring context: 3.22MB 3.5s done [2025-06-25T02:01:10.984Z] #44 DONE 6.0s [2025-06-25T02:01:11.252Z] [2025-06-25T02:01:11.252Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:11.252Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:11.252Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:11.252Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:11.252Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:11.252Z] #33 ... [2025-06-25T02:01:11.252Z] [2025-06-25T02:01:11.252Z] #41 [security-bootstrapper internal] load build context [2025-06-25T02:01:11.252Z] #41 DONE 6.2s [2025-06-25T02:01:11.523Z] [2025-06-25T02:01:11.523Z] #43 [security-proxy-setup internal] load build context [2025-06-25T02:01:12.115Z] #43 ... [2025-06-25T02:01:12.115Z] [2025-06-25T02:01:12.115Z] #40 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-06-25T02:01:12.115Z] #40 DONE 4.2s [2025-06-25T02:01:12.115Z] [2025-06-25T02:01:12.115Z] #43 [security-proxy-setup internal] load build context [2025-06-25T02:01:12.701Z] #43 ... [2025-06-25T02:01:12.701Z] [2025-06-25T02:01:12.701Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-25T02:01:12.701Z] #45 DONE 5.6s [2025-06-25T02:01:12.701Z] [2025-06-25T02:01:12.701Z] #46 [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-25T02:01:12.701Z] #46 DONE 8.1s [2025-06-25T02:01:12.701Z] [2025-06-25T02:01:12.701Z] #43 [security-proxy-setup internal] load build context [2025-06-25T02:01:12.701Z] #43 transferring context: 3.22MB 5.2s done [2025-06-25T02:01:13.288Z] #43 ... [2025-06-25T02:01:13.288Z] [2025-06-25T02:01:13.288Z] #47 [support-scheduler internal] load build context [2025-06-25T02:01:13.288Z] #47 transferring context: 3.22MB 4.7s done [2025-06-25T02:01:13.288Z] #47 DONE 7.5s [2025-06-25T02:01:13.288Z] [2025-06-25T02:01:13.288Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:13.288Z] #48 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.6s done [2025-06-25T02:01:13.288Z] #48 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-25T02:01:13.288Z] #48 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-25T02:01:13.288Z] #48 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-25T02:01:13.288Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done [2025-06-25T02:01:13.288Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.5s [2025-06-25T02:01:13.288Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done [2025-06-25T02:01:13.288Z] #48 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-25T02:01:13.288Z] #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.6s [2025-06-25T02:01:13.556Z] #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s [2025-06-25T02:01:13.556Z] #48 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s done [2025-06-25T02:01:13.825Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.0s [2025-06-25T02:01:13.825Z] #48 ... [2025-06-25T02:01:13.825Z] [2025-06-25T02:01:13.825Z] #49 [security-spire-server internal] load build context [2025-06-25T02:01:13.825Z] #49 transferring context: 23.80kB 0.1s done [2025-06-25T02:01:13.825Z] #49 DONE 3.0s [2025-06-25T02:01:13.825Z] [2025-06-25T02:01:13.825Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:14.097Z] #48 ... [2025-06-25T02:01:14.097Z] [2025-06-25T02:01:14.097Z] #50 [security-proxy-auth internal] load build context [2025-06-25T02:01:14.097Z] #50 transferring context: 3.22MB 5.1s done [2025-06-25T02:01:14.097Z] #50 DONE 8.4s [2025-06-25T02:01:14.097Z] [2025-06-25T02:01:14.097Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:14.365Z] #48 ... [2025-06-25T02:01:14.365Z] [2025-06-25T02:01:14.365Z] #43 [security-proxy-setup internal] load build context [2025-06-25T02:01:14.365Z] #43 DONE 7.9s [2025-06-25T02:01:14.365Z] [2025-06-25T02:01:14.365Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:14.365Z] #48 ... [2025-06-25T02:01:14.365Z] [2025-06-25T02:01:14.365Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:14.365Z] #0 8.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:14.365Z] #0 9.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:14.365Z] #51 ... [2025-06-25T02:01:14.365Z] [2025-06-25T02:01:14.365Z] #52 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:14.365Z] #0 9.533 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:14.634Z] #52 ... [2025-06-25T02:01:14.634Z] [2025-06-25T02:01:14.634Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:14.634Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 1.8s [2025-06-25T02:01:14.904Z] #48 ... [2025-06-25T02:01:14.904Z] [2025-06-25T02:01:14.904Z] #53 [security-spire-config internal] load build context [2025-06-25T02:01:14.904Z] #53 transferring context: 22.05kB 0.3s done [2025-06-25T02:01:14.904Z] #53 DONE 3.9s [2025-06-25T02:01:14.904Z] [2025-06-25T02:01:14.904Z] #54 [core-metadata internal] load build context [2025-06-25T02:01:14.904Z] #54 transferring context: 3.22MB 5.2s done [2025-06-25T02:01:14.904Z] #54 DONE 9.3s [2025-06-25T02:01:14.904Z] [2025-06-25T02:01:14.904Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:15.172Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.90MB / 33.17MB 2.4s [2025-06-25T02:01:15.172Z] #48 ... [2025-06-25T02:01:15.172Z] [2025-06-25T02:01:15.172Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-25T02:01:15.172Z] #55 ... [2025-06-25T02:01:15.172Z] [2025-06-25T02:01:15.172Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-25T02:01:15.457Z] #56 ... [2025-06-25T02:01:15.457Z] [2025-06-25T02:01:15.457Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-25T02:01:15.457Z] #57 ... [2025-06-25T02:01:15.457Z] [2025-06-25T02:01:15.457Z] #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-25T02:01:15.457Z] #0 9.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:15.727Z] #58 ... [2025-06-25T02:01:15.727Z] [2025-06-25T02:01:15.727Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:15.727Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.8s [2025-06-25T02:01:15.727Z] #48 ... [2025-06-25T02:01:15.727Z] [2025-06-25T02:01:15.727Z] #59 [core-common-config-bootstrapper internal] load build context [2025-06-25T02:01:15.727Z] #59 transferring context: 3.22MB 5.0s done [2025-06-25T02:01:15.727Z] #59 DONE 8.4s [2025-06-25T02:01:15.727Z] [2025-06-25T02:01:15.727Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:15.998Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.9s done [2025-06-25T02:01:15.998Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 3.2s [2025-06-25T02:01:15.998Z] #48 ... [2025-06-25T02:01:15.998Z] [2025-06-25T02:01:15.998Z] #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-25T02:01:15.998Z] #0 6.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:15.998Z] #0 7.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:16.266Z] #60 ... [2025-06-25T02:01:16.266Z] [2025-06-25T02:01:16.266Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:16.266Z] #48 ... [2025-06-25T02:01:16.266Z] [2025-06-25T02:01:16.266Z] #61 [security-spire-agent internal] load build context [2025-06-25T02:01:16.266Z] #61 transferring context: 23.33kB 0.1s done [2025-06-25T02:01:16.266Z] #61 DONE 3.3s [2025-06-25T02:01:16.266Z] [2025-06-25T02:01:16.266Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:16.266Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.07MB / 33.17MB 3.5s [2025-06-25T02:01:16.535Z] #48 ... [2025-06-25T02:01:16.535Z] [2025-06-25T02:01:16.535Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-25T02:01:16.802Z] #62 ... [2025-06-25T02:01:16.802Z] [2025-06-25T02:01:16.802Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:17.409Z] #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-25T02:01:17.689Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.17MB / 33.17MB 4.7s [2025-06-25T02:01:17.689Z] #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-25T02:01:17.959Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 5.2s [2025-06-25T02:01:18.549Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.52MB / 33.17MB 5.6s [2025-06-25T02:01:19.526Z] #48 ... [2025-06-25T02:01:19.526Z] [2025-06-25T02:01:19.526Z] #51 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:19.526Z] #51 13.11 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:19.526Z] #51 13.15 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:19.526Z] #51 13.30 OK: 9 MiB in 15 packages [2025-06-25T02:01:19.526Z] #51 DONE 15.0s [2025-06-25T02:01:19.526Z] [2025-06-25T02:01:19.526Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:20.147Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.42MB / 33.17MB 7.1s [2025-06-25T02:01:21.121Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.27MB / 33.17MB 8.2s [2025-06-25T02:01:21.121Z] #48 ... [2025-06-25T02:01:21.121Z] [2025-06-25T02:01:21.121Z] #60 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-25T02:01:21.121Z] #60 11.37 (1/3) Installing ca-certificates (20241121-r1) [2025-06-25T02:01:21.121Z] #60 11.60 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:21.121Z] #60 11.65 (3/3) Installing tzdata (2025b-r0) [2025-06-25T02:01:21.121Z] #60 12.65 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:21.121Z] #60 12.82 Executing ca-certificates-20241121-r1.trigger [2025-06-25T02:01:21.121Z] #60 13.72 OK: 11 MiB in 17 packages [2025-06-25T02:01:21.121Z] #60 DONE 15.0s [2025-06-25T02:01:21.121Z] [2025-06-25T02:01:21.121Z] #52 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:21.121Z] #52 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:21.121Z] #52 15.53 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:21.121Z] #52 15.57 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:21.121Z] #52 15.71 OK: 9 MiB in 15 packages [2025-06-25T02:01:21.121Z] #52 DONE 16.9s [2025-06-25T02:01:21.121Z] [2025-06-25T02:01:21.121Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:22.110Z] #48 ... [2025-06-25T02:01:22.110Z] [2025-06-25T02:01:22.110Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-25T02:01:22.110Z] #63 ... [2025-06-25T02:01:22.110Z] [2025-06-25T02:01:22.110Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-25T02:01:22.390Z] #64 ... [2025-06-25T02:01:22.390Z] [2025-06-25T02:01:22.390Z] #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-25T02:01:22.390Z] #58 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:22.390Z] #58 14.68 (1/4) Installing ca-certificates (20241121-r1) [2025-06-25T02:01:22.390Z] #58 14.90 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:22.390Z] #58 14.95 (3/4) Installing su-exec (0.2-r3) [2025-06-25T02:01:22.390Z] #58 15.05 (4/4) Installing yq-go (4.44.1-r2) [2025-06-25T02:01:22.390Z] #58 15.79 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:22.390Z] #58 15.90 Executing ca-certificates-20241121-r1.trigger [2025-06-25T02:01:22.390Z] #58 16.34 OK: 20 MiB in 18 packages [2025-06-25T02:01:22.390Z] #58 DONE 17.3s [2025-06-25T02:01:22.390Z] [2025-06-25T02:01:22.390Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T02:01:22.390Z] #65 ... [2025-06-25T02:01:22.390Z] [2025-06-25T02:01:22.390Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-25T02:01:22.671Z] #66 ... [2025-06-25T02:01:22.671Z] [2025-06-25T02:01:22.671Z] #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-25T02:01:22.671Z] #67 ... [2025-06-25T02:01:22.671Z] [2025-06-25T02:01:22.671Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-25T02:01:22.950Z] #68 ... [2025-06-25T02:01:22.950Z] [2025-06-25T02:01:22.950Z] #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T02:01:22.950Z] #69 ... [2025-06-25T02:01:22.950Z] [2025-06-25T02:01:22.950Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:01:22.950Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-25T02:01:22.950Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-25T02:01:22.950Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-25T02:01:22.950Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-25T02:01:22.950Z] #33 ... [2025-06-25T02:01:22.950Z] [2025-06-25T02:01:22.950Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-25T02:01:23.219Z] #70 ... [2025-06-25T02:01:23.219Z] [2025-06-25T02:01:23.219Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:01:23.219Z] #71 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.9s done [2025-06-25T02:01:23.219Z] #71 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-25T02:01:23.219Z] #71 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-25T02:01:23.219Z] #71 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-25T02:01:23.219Z] #71 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-06-25T02:01:23.219Z] #71 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done [2025-06-25T02:01:23.219Z] #71 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-25T02:01:23.219Z] #71 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.9s done [2025-06-25T02:01:23.219Z] #71 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.1s done [2025-06-25T02:01:23.219Z] #71 ... [2025-06-25T02:01:23.219Z] [2025-06-25T02:01:23.219Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:23.495Z] #72 ... [2025-06-25T02:01:23.495Z] [2025-06-25T02:01:23.495Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-25T02:01:23.495Z] #62 16.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:24.097Z] #62 17.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:24.367Z] #62 ... [2025-06-25T02:01:24.367Z] [2025-06-25T02:01:24.367Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-25T02:01:24.367Z] #55 14.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:24.367Z] #55 15.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:24.367Z] #55 18.01 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:24.367Z] #55 18.04 (2/2) Installing su-exec (0.2-r3) [2025-06-25T02:01:24.367Z] #55 18.04 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:24.367Z] #55 18.15 OK: 9 MiB in 16 packages [2025-06-25T02:01:24.367Z] #55 DONE 19.2s [2025-06-25T02:01:24.367Z] [2025-06-25T02:01:24.367Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:24.367Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 11.7s [2025-06-25T02:01:24.367Z] #48 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-06-25T02:01:25.330Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 12.4s [2025-06-25T02:01:25.600Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.19MB / 33.17MB 12.8s [2025-06-25T02:01:26.576Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 13.8s [2025-06-25T02:01:27.160Z] #48 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 14.2s done [2025-06-25T02:01:27.427Z] #48 ... [2025-06-25T02:01:27.428Z] [2025-06-25T02:01:27.428Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-25T02:01:27.428Z] #62 20.94 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:27.428Z] #62 20.96 (2/4) Installing openssl (3.3.3-r0) [2025-06-25T02:01:27.428Z] #62 21.00 (3/4) Installing su-exec (0.2-r3) [2025-06-25T02:01:27.428Z] #62 21.01 (4/4) Installing yq-go (4.44.1-r2) [2025-06-25T02:01:28.015Z] #62 21.54 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:28.015Z] #62 21.63 OK: 20 MiB in 18 packages [2025-06-25T02:01:28.604Z] #62 ... [2025-06-25T02:01:28.604Z] [2025-06-25T02:01:28.604Z] #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-25T02:01:28.604Z] #67 DONE 16.5s [2025-06-25T02:01:28.873Z] [2025-06-25T02:01:28.873Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-25T02:01:29.462Z] #73 ... [2025-06-25T02:01:29.462Z] [2025-06-25T02:01:29.462Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-25T02:01:29.462Z] #62 DONE 23.0s [2025-06-25T02:01:29.462Z] [2025-06-25T02:01:29.462Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:29.462Z] #74 ... [2025-06-25T02:01:29.462Z] [2025-06-25T02:01:29.462Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-25T02:01:31.441Z] #75 ... [2025-06-25T02:01:31.441Z] [2025-06-25T02:01:31.441Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:31.441Z] #76 ... [2025-06-25T02:01:31.441Z] [2025-06-25T02:01:31.441Z] #77 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-06-25T02:01:31.441Z] #77 ... [2025-06-25T02:01:31.441Z] [2025-06-25T02:01:31.441Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-25T02:01:31.441Z] #68 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:32.407Z] #68 ... [2025-06-25T02:01:32.407Z] [2025-06-25T02:01:32.407Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-25T02:01:32.677Z] #78 ... [2025-06-25T02:01:32.677Z] [2025-06-25T02:01:32.677Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:32.677Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.2s [2025-06-25T02:01:32.944Z] #48 ... [2025-06-25T02:01:32.944Z] [2025-06-25T02:01:32.944Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-25T02:01:32.944Z] #57 17.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:32.944Z] #57 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:32.944Z] #57 21.73 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T02:01:32.944Z] #57 21.73 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T02:01:32.944Z] #57 21.73 OK: 24049 distinct packages available [2025-06-25T02:01:32.944Z] #57 22.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:32.944Z] #57 23.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:32.944Z] #57 ... [2025-06-25T02:01:32.944Z] [2025-06-25T02:01:32.944Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:34.363Z] #48 ... [2025-06-25T02:01:34.363Z] [2025-06-25T02:01:34.363Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-25T02:01:34.363Z] #79 ... [2025-06-25T02:01:34.363Z] [2025-06-25T02:01:34.363Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:01:34.363Z] #71 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-25T02:01:34.363Z] #71 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.7s [2025-06-25T02:01:34.633Z] #71 ... [2025-06-25T02:01:34.633Z] [2025-06-25T02:01:34.633Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:35.222Z] #48 ... [2025-06-25T02:01:35.222Z] [2025-06-25T02:01:35.222Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-25T02:01:35.222Z] #56 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:35.222Z] #56 20.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:35.222Z] #56 26.12 (1/7) Installing ca-certificates (20241121-r1) [2025-06-25T02:01:35.222Z] #56 26.79 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:35.222Z] #56 26.84 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-25T02:01:35.222Z] #56 26.86 (4/7) Installing libsodium (1.0.19-r0) [2025-06-25T02:01:35.222Z] #56 26.90 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-25T02:01:35.222Z] #56 27.42 (6/7) Installing libzmq (4.3.5-r2) [2025-06-25T02:01:35.222Z] #56 27.60 (7/7) Installing zeromq (4.3.5-r2) [2025-06-25T02:01:35.222Z] #56 27.69 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:35.222Z] #56 28.04 Executing ca-certificates-20241121-r1.trigger [2025-06-25T02:01:35.222Z] #56 30.08 OK: 14 MiB in 21 packages [2025-06-25T02:01:35.222Z] #56 ... [2025-06-25T02:01:35.222Z] [2025-06-25T02:01:35.222Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:37.171Z] #48 ... [2025-06-25T02:01:37.171Z] [2025-06-25T02:01:37.171Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-25T02:01:37.171Z] #64 14.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:37.171Z] #64 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:37.171Z] #64 ... [2025-06-25T02:01:37.171Z] [2025-06-25T02:01:37.171Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-25T02:01:37.171Z] #66 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:37.171Z] #66 15.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:37.441Z] #66 ... [2025-06-25T02:01:37.441Z] [2025-06-25T02:01:37.441Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:37.441Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.1s [2025-06-25T02:01:39.021Z] #48 ... [2025-06-25T02:01:39.021Z] [2025-06-25T02:01:39.021Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-25T02:01:39.021Z] #56 DONE 33.6s [2025-06-25T02:01:39.021Z] [2025-06-25T02:01:39.021Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:39.290Z] #48 ... [2025-06-25T02:01:39.290Z] [2025-06-25T02:01:39.290Z] #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T02:01:39.290Z] #69 17.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:39.290Z] #69 18.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:39.290Z] #69 ... [2025-06-25T02:01:39.290Z] [2025-06-25T02:01:39.290Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:39.877Z] #48 ... [2025-06-25T02:01:39.877Z] [2025-06-25T02:01:39.877Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:39.877Z] #72 17.01 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:39.877Z] #72 20.73 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:39.877Z] #72 ... [2025-06-25T02:01:39.877Z] [2025-06-25T02:01:39.877Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-25T02:01:39.877Z] #70 17.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:39.877Z] #70 18.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:40.148Z] #70 ... [2025-06-25T02:01:40.148Z] [2025-06-25T02:01:40.148Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:41.561Z] #48 ... [2025-06-25T02:01:41.561Z] [2025-06-25T02:01:41.561Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-25T02:01:41.561Z] #63 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:41.561Z] #63 22.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:41.830Z] #63 ... [2025-06-25T02:01:41.830Z] [2025-06-25T02:01:41.830Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:42.098Z] #48 ... [2025-06-25T02:01:42.098Z] [2025-06-25T02:01:42.098Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:42.098Z] #74 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:42.098Z] #74 15.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:42.368Z] #74 ... [2025-06-25T02:01:42.368Z] [2025-06-25T02:01:42.369Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T02:01:42.369Z] #65 20.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:42.369Z] #65 22.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:42.369Z] #65 ... [2025-06-25T02:01:42.369Z] [2025-06-25T02:01:42.369Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:42.369Z] #76 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:42.369Z] #76 13.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:42.636Z] #76 ... [2025-06-25T02:01:42.636Z] [2025-06-25T02:01:42.636Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:42.636Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.4s [2025-06-25T02:01:43.224Z] #48 ... [2025-06-25T02:01:43.224Z] [2025-06-25T02:01:43.224Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-25T02:01:43.224Z] #78 10.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:43.224Z] #78 12.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:43.491Z] #78 ... [2025-06-25T02:01:43.491Z] [2025-06-25T02:01:43.491Z] #77 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-06-25T02:01:43.491Z] #77 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:43.491Z] #77 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:43.491Z] #77 ... [2025-06-25T02:01:43.491Z] [2025-06-25T02:01:43.491Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-25T02:01:43.491Z] #68 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:43.491Z] #68 30.79 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T02:01:43.491Z] #68 30.79 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T02:01:43.491Z] #68 30.79 OK: 24049 distinct packages available [2025-06-25T02:01:43.759Z] #68 ... [2025-06-25T02:01:43.759Z] [2025-06-25T02:01:43.759Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:44.042Z] #48 ... [2025-06-25T02:01:44.042Z] [2025-06-25T02:01:44.042Z] #69 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T02:01:44.042Z] #69 30.51 OK: 239 MiB in 58 packages [2025-06-25T02:01:44.042Z] #69 DONE 32.9s [2025-06-25T02:01:44.042Z] [2025-06-25T02:01:44.042Z] #48 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:44.318Z] #48 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.9s done [2025-06-25T02:01:44.584Z] #48 ... [2025-06-25T02:01:44.584Z] [2025-06-25T02:01:44.584Z] #80 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:01:44.584Z] #80 DONE 0.7s [2025-06-25T02:01:44.852Z] [2025-06-25T02:01:44.852Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:01:45.123Z] #81 ... [2025-06-25T02:01:45.123Z] [2025-06-25T02:01:45.123Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:01:45.123Z] #71 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.3s done [2025-06-25T02:01:45.123Z] #71 ... [2025-06-25T02:01:45.123Z] [2025-06-25T02:01:45.123Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-25T02:01:45.123Z] #79 10.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:45.123Z] #79 13.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:45.393Z] #79 ... [2025-06-25T02:01:45.393Z] [2025-06-25T02:01:45.393Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:01:45.660Z] #48 ... [2025-06-25T02:01:45.660Z] [2025-06-25T02:01:45.660Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-25T02:01:45.660Z] #57 33.74 (1/14) Installing ca-certificates (20241121-r1) [2025-06-25T02:01:45.660Z] #57 34.89 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-25T02:01:45.660Z] #57 35.17 (3/14) Installing c-ares (1.33.1-r0) [2025-06-25T02:01:45.660Z] #57 35.25 (4/14) Installing libunistring (1.2-r0) [2025-06-25T02:01:45.660Z] #57 35.55 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-25T02:01:45.660Z] #57 35.65 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-25T02:01:45.660Z] #57 35.70 (7/14) Installing libpsl (0.21.5-r1) [2025-06-25T02:01:45.660Z] #57 35.73 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-25T02:01:45.660Z] #57 35.91 (9/14) Installing libcurl (8.12.1-r0) [2025-06-25T02:01:45.660Z] #57 36.01 (10/14) Installing curl (8.12.1-r0) [2025-06-25T02:01:45.660Z] #57 36.04 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:45.660Z] #57 36.06 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-25T02:01:45.660Z] #57 36.08 (13/14) Installing libucontext (1.2-r3) [2025-06-25T02:01:45.660Z] #57 36.09 (14/14) Installing gcompat (1.1.0-r4) [2025-06-25T02:01:45.660Z] #57 36.13 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:45.660Z] #57 36.35 Executing ca-certificates-20241121-r1.trigger [2025-06-25T02:01:45.660Z] #57 38.09 OK: 15 MiB in 28 packages [2025-06-25T02:01:45.660Z] #57 DONE 40.7s [2025-06-25T02:01:45.660Z] [2025-06-25T02:01:45.660Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-25T02:01:45.660Z] #75 6.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:45.660Z] #75 8.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:45.929Z] #75 ... [2025-06-25T02:01:45.929Z] [2025-06-25T02:01:45.929Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:46.196Z] #82 ... [2025-06-25T02:01:46.196Z] [2025-06-25T02:01:46.196Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-25T02:01:46.196Z] #73 7.498 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:46.196Z] #73 11.88 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:46.463Z] #73 ... [2025-06-25T02:01:46.463Z] [2025-06-25T02:01:46.463Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-25T02:01:46.463Z] #68 32.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:46.738Z] #68 ... [2025-06-25T02:01:46.738Z] [2025-06-25T02:01:46.738Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-25T02:01:46.738Z] #70 32.45 OK: 239 MiB in 58 packages [2025-06-25T02:01:46.738Z] #70 DONE 34.6s [2025-06-25T02:01:46.738Z] [2025-06-25T02:01:46.738Z] #83 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:01:47.325Z] #83 DONE 0.6s [2025-06-25T02:01:47.325Z] [2025-06-25T02:01:47.325Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-25T02:01:47.325Z] #68 35.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:48.736Z] #68 ... [2025-06-25T02:01:48.736Z] [2025-06-25T02:01:48.736Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:48.736Z] #0 3.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:48.736Z] #0 5.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:49.004Z] #84 ... [2025-06-25T02:01:49.004Z] [2025-06-25T02:01:49.004Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-25T02:01:49.004Z] #63 36.82 OK: 239 MiB in 58 packages [2025-06-25T02:01:49.272Z] #63 ... [2025-06-25T02:01:49.272Z] [2025-06-25T02:01:49.272Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:49.272Z] #74 27.96 OK: 9 MiB in 15 packages [2025-06-25T02:01:49.272Z] #74 DONE 29.7s [2025-06-25T02:01:49.272Z] [2025-06-25T02:01:49.272Z] #77 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-06-25T02:01:49.272Z] #77 26.04 OK: 9 MiB in 15 packages [2025-06-25T02:01:49.272Z] #77 DONE 28.5s [2025-06-25T02:01:49.272Z] [2025-06-25T02:01:49.272Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-25T02:01:49.272Z] #78 26.86 OK: 20 MiB in 18 packages [2025-06-25T02:01:49.541Z] #78 ... [2025-06-25T02:01:49.541Z] [2025-06-25T02:01:49.541Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-25T02:01:49.541Z] #64 27.30 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T02:01:49.541Z] #64 27.30 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T02:01:49.541Z] #64 27.30 OK: 24049 distinct packages available [2025-06-25T02:01:49.541Z] #64 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:49.541Z] #64 31.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:49.810Z] #64 ... [2025-06-25T02:01:49.810Z] [2025-06-25T02:01:49.810Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:49.810Z] #72 36.71 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:50.399Z] #72 ... [2025-06-25T02:01:50.399Z] [2025-06-25T02:01:50.399Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-25T02:01:50.399Z] #66 27.96 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-25T02:01:50.399Z] #66 27.96 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-25T02:01:50.399Z] #66 27.96 OK: 24049 distinct packages available [2025-06-25T02:01:50.399Z] #66 30.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:50.399Z] #66 33.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:50.399Z] #66 ... [2025-06-25T02:01:50.399Z] [2025-06-25T02:01:50.399Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:50.399Z] #82 4.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:50.988Z] #82 ... [2025-06-25T02:01:50.988Z] [2025-06-25T02:01:50.988Z] #63 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-25T02:01:50.988Z] #63 DONE 38.9s [2025-06-25T02:01:51.259Z] [2025-06-25T02:01:51.259Z] #78 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-25T02:01:51.259Z] #78 DONE 28.6s [2025-06-25T02:01:51.259Z] [2025-06-25T02:01:51.259Z] #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:01:51.550Z] #85 ... [2025-06-25T02:01:51.550Z] [2025-06-25T02:01:51.550Z] #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:51.550Z] #76 27.92 OK: 11 MiB in 17 packages [2025-06-25T02:01:51.550Z] #76 DONE 30.3s [2025-06-25T02:01:51.550Z] [2025-06-25T02:01:51.550Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-25T02:01:51.550Z] #79 25.58 OK: 9 MiB in 16 packages [2025-06-25T02:01:51.550Z] #79 DONE 27.1s [2025-06-25T02:01:51.550Z] [2025-06-25T02:01:51.550Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-25T02:01:52.527Z] #86 ... [2025-06-25T02:01:52.527Z] [2025-06-25T02:01:52.527Z] #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:01:52.527Z] #85 DONE 1.2s [2025-06-25T02:01:52.527Z] [2025-06-25T02:01:52.527Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-25T02:01:52.527Z] #65 38.17 OK: 239 MiB in 58 packages [2025-06-25T02:01:52.527Z] #65 DONE 40.5s [2025-06-25T02:01:52.527Z] [2025-06-25T02:01:52.527Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-25T02:01:52.527Z] #75 23.03 OK: 20 MiB in 18 packages [2025-06-25T02:01:53.519Z] #75 ... [2025-06-25T02:01:53.519Z] [2025-06-25T02:01:53.519Z] #87 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:01:53.519Z] #87 DONE 1.1s [2025-06-25T02:01:53.787Z] [2025-06-25T02:01:53.787Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-25T02:01:53.787Z] #73 24.91 OK: 239 MiB in 58 packages [2025-06-25T02:01:54.383Z] #73 ... [2025-06-25T02:01:54.383Z] [2025-06-25T02:01:54.383Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-25T02:01:54.383Z] #75 DONE 24.9s [2025-06-25T02:01:54.651Z] [2025-06-25T02:01:54.651Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-25T02:01:54.651Z] #88 DONE 0.2s [2025-06-25T02:01:54.651Z] [2025-06-25T02:01:54.651Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:01:54.920Z] #89 ... [2025-06-25T02:01:54.920Z] [2025-06-25T02:01:54.920Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-25T02:01:54.920Z] #72 39.09 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:54.920Z] #72 39.42 OK: 9 MiB in 15 packages [2025-06-25T02:01:54.920Z] #72 DONE 42.1s [2025-06-25T02:01:55.190Z] [2025-06-25T02:01:55.190Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:55.190Z] #84 16.33 OK: 14 MiB in 21 packages [2025-06-25T02:01:55.457Z] #84 ... [2025-06-25T02:01:55.457Z] [2025-06-25T02:01:55.457Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-25T02:01:55.457Z] #73 DONE 26.9s [2025-06-25T02:01:55.725Z] [2025-06-25T02:01:55.725Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-25T02:01:55.725Z] #64 43.22 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:55.725Z] #64 43.29 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-25T02:01:55.725Z] #64 43.37 (3/5) Installing libucontext (1.2-r3) [2025-06-25T02:01:55.725Z] #64 43.37 (4/5) Installing gcompat (1.1.0-r4) [2025-06-25T02:01:55.725Z] #64 43.39 (5/5) Installing openssl (3.3.3-r0) [2025-06-25T02:01:55.725Z] #64 43.50 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:55.994Z] #64 43.75 OK: 10 MiB in 19 packages [2025-06-25T02:01:56.262Z] #64 ... [2025-06-25T02:01:56.262Z] [2025-06-25T02:01:56.262Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:56.262Z] #84 DONE 17.6s [2025-06-25T02:01:56.530Z] [2025-06-25T02:01:56.530Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-25T02:01:56.530Z] #90 DONE 0.8s [2025-06-25T02:01:56.530Z] [2025-06-25T02:01:56.530Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:01:57.518Z] #91 ... [2025-06-25T02:01:57.518Z] [2025-06-25T02:01:57.518Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-25T02:01:57.518Z] #64 DONE 45.2s [2025-06-25T02:01:57.518Z] [2025-06-25T02:01:57.518Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:01:57.518Z] #92 ... [2025-06-25T02:01:57.518Z] [2025-06-25T02:01:57.518Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-25T02:01:58.482Z] #93 ... [2025-06-25T02:01:58.482Z] [2025-06-25T02:01:58.482Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-25T02:01:58.482Z] #66 44.54 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-25T02:01:58.482Z] #66 44.59 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-25T02:01:58.482Z] #66 44.59 (3/4) Installing libucontext (1.2-r3) [2025-06-25T02:01:58.482Z] #66 44.61 (4/4) Installing gcompat (1.1.0-r4) [2025-06-25T02:01:58.482Z] #66 44.69 Executing busybox-1.36.1-r29.trigger [2025-06-25T02:01:58.482Z] #66 44.78 OK: 9 MiB in 18 packages [2025-06-25T02:01:58.482Z] #66 DONE 46.3s [2025-06-25T02:01:58.768Z] [2025-06-25T02:01:58.768Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-25T02:01:59.041Z] #94 ... [2025-06-25T02:01:59.041Z] [2025-06-25T02:01:59.041Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-25T02:01:59.041Z] #68 45.22 OK: 239 MiB in 58 packages [2025-06-25T02:01:59.041Z] #68 DONE 46.8s [2025-06-25T02:01:59.041Z] [2025-06-25T02:01:59.041Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-25T02:01:59.041Z] #86 DONE 7.6s [2025-06-25T02:01:59.041Z] [2025-06-25T02:01:59.041Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-25T02:01:59.638Z] #95 ... [2025-06-25T02:01:59.638Z] [2025-06-25T02:01:59.638Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-25T02:01:59.638Z] #82 6.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:01:59.638Z] #82 12.15 OK: 15 MiB in 28 packages [2025-06-25T02:01:59.638Z] #82 DONE 13.6s [2025-06-25T02:01:59.638Z] [2025-06-25T02:01:59.638Z] #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:01:59.909Z] #96 ... [2025-06-25T02:01:59.909Z] [2025-06-25T02:01:59.909Z] #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-25T02:01:59.909Z] #95 DONE 1.0s [2025-06-25T02:02:00.176Z] [2025-06-25T02:02:00.176Z] #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:02:00.443Z] #97 ... [2025-06-25T02:02:00.443Z] [2025-06-25T02:02:00.443Z] #96 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:02:00.443Z] #96 DONE 1.7s [2025-06-25T02:02:00.711Z] [2025-06-25T02:02:00.711Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:02:06.075Z] #98 ... [2025-06-25T02:02:06.075Z] [2025-06-25T02:02:06.075Z] #93 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-25T02:02:06.075Z] #93 5.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:02:06.075Z] #93 5.937 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:02:06.075Z] #93 8.479 OK: 10 MiB in 19 packages [2025-06-25T02:02:06.343Z] #93 DONE 9.1s [2025-06-25T02:02:06.343Z] [2025-06-25T02:02:06.343Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-25T02:02:07.333Z] #99 DONE 1.1s [2025-06-25T02:02:07.333Z] [2025-06-25T02:02:07.333Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T02:02:07.602Z] #100 ... [2025-06-25T02:02:07.602Z] [2025-06-25T02:02:07.602Z] #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-25T02:02:07.602Z] #94 4.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-25T02:02:07.602Z] #94 4.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-25T02:02:07.602Z] #94 8.050 OK: 9 MiB in 18 packages [2025-06-25T02:02:07.602Z] #94 DONE 8.9s [2025-06-25T02:02:07.602Z] [2025-06-25T02:02:07.602Z] #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T02:02:09.553Z] #101 DONE 1.6s [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T02:02:09.553Z] #102 DONE 2.9s [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-25T02:02:09.553Z] #103 ... [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-25T02:02:09.553Z] #100 DONE 2.0s [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-25T02:02:09.553Z] #104 DONE 0.3s [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-25T02:02:09.553Z] #103 DONE 0.2s [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-25T02:02:09.553Z] #105 ... [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-25T02:02:09.553Z] #106 DONE 0.2s [2025-06-25T02:02:09.553Z] [2025-06-25T02:02:09.553Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-25T02:02:09.553Z] #107 DONE 0.2s [2025-06-25T02:02:09.826Z] [2025-06-25T02:02:09.826Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-25T02:02:09.826Z] #105 DONE 0.3s [2025-06-25T02:02:09.826Z] [2025-06-25T02:02:09.826Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-25T02:02:09.826Z] #108 ... [2025-06-25T02:02:09.826Z] [2025-06-25T02:02:09.826Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-25T02:02:09.826Z] #109 DONE 0.2s [2025-06-25T02:02:09.826Z] [2025-06-25T02:02:09.826Z] #110 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-25T02:02:09.826Z] #110 DONE 0.2s [2025-06-25T02:02:10.105Z] [2025-06-25T02:02:10.105Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-25T02:02:10.105Z] #108 DONE 0.3s [2025-06-25T02:02:10.105Z] [2025-06-25T02:02:10.105Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-25T02:02:10.105Z] #111 DONE 0.2s [2025-06-25T02:02:10.105Z] [2025-06-25T02:02:10.105Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-25T02:02:10.105Z] #112 ... [2025-06-25T02:02:10.105Z] [2025-06-25T02:02:10.105Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-25T02:02:10.105Z] #113 DONE 0.2s [2025-06-25T02:02:10.374Z] [2025-06-25T02:02:10.375Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-25T02:02:10.375Z] #114 DONE 0.2s [2025-06-25T02:02:10.375Z] [2025-06-25T02:02:10.375Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-25T02:02:10.375Z] #112 DONE 0.3s [2025-06-25T02:02:10.375Z] [2025-06-25T02:02:10.375Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-25T02:02:10.375Z] #115 ... [2025-06-25T02:02:10.375Z] [2025-06-25T02:02:10.375Z] #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-25T02:02:10.375Z] #116 DONE 0.3s [2025-06-25T02:02:10.642Z] [2025-06-25T02:02:10.642Z] #117 [security-spire-config] exporting to image [2025-06-25T02:02:10.642Z] #117 exporting layers [2025-06-25T02:02:10.642Z] #117 ... [2025-06-25T02:02:10.642Z] [2025-06-25T02:02:10.642Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-25T02:02:10.642Z] #115 DONE 0.3s [2025-06-25T02:02:10.642Z] [2025-06-25T02:02:10.642Z] #118 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-25T02:02:10.642Z] #118 DONE 0.3s [2025-06-25T02:02:10.642Z] [2025-06-25T02:02:10.642Z] #117 [security-spire-agent] exporting to image [2025-06-25T02:02:11.969Z] #154 DONE 150.6s [2025-06-25T02:02:11.969Z] [2025-06-25T02:02:11.969Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:02:12.228Z] #151 ... [2025-06-25T02:02:12.228Z] [2025-06-25T02:02:12.228Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-25T02:02:12.228Z] #146 153.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-25T02:02:13.221Z] #117 exporting layers 2.4s done [2025-06-25T02:02:13.221Z] #117 writing image sha256:cd952e928ef466e0f4f74f58540e34838652fd5d83751532a006e16878a449f8 done [2025-06-25T02:02:13.221Z] #117 naming to docker.io/library/security-spire-config-arm64 done [2025-06-25T02:02:13.221Z] #117 exporting layers 2.6s done [2025-06-25T02:02:13.221Z] #117 writing image sha256:7ed6c29f1f16a7f975e2d486a4e21d83fc143b09ae65ffa9624bf44c4eb7f3b2 0.0s done [2025-06-25T02:02:13.221Z] #117 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-25T02:02:13.221Z] #117 writing image sha256:fe53af6565599c1727c310fa73e601e449b2d5ae59571d659d868765aa614aae done [2025-06-25T02:02:13.221Z] #117 naming to docker.io/library/security-spire-server-arm64 done [2025-06-25T02:02:13.221Z] #117 DONE 2.8s [2025-06-25T02:02:13.221Z] [2025-06-25T02:02:13.221Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:02:18.804Z] #146 ... [2025-06-25T02:02:18.804Z] [2025-06-25T02:02:18.804Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-25T02:02:18.804Z] #148 DONE 159.4s [2025-06-25T02:02:18.804Z] [2025-06-25T02:02:18.804Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T02:02:24.092Z] #147 ... [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.092Z] #155 ... [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-25T02:02:24.092Z] #153 DONE 164.9s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:02:24.092Z] #151 DONE 164.8s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-25T02:02:24.092Z] #145 DONE 164.9s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-25T02:02:24.092Z] #152 DONE 164.9s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #137 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-25T02:02:24.092Z] #137 DONE 164.8s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-25T02:02:24.092Z] #149 DONE 164.9s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-25T02:02:24.092Z] #144 DONE 164.9s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-25T02:02:24.092Z] #150 DONE 164.9s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-25T02:02:24.092Z] #146 DONE 165.0s [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #156 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.092Z] #156 ... [2025-06-25T02:02:24.092Z] [2025-06-25T02:02:24.092Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T02:02:24.092Z] #147 DONE 165.1s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #155 DONE 0.4s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #156 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #156 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-25T02:02:24.353Z] #157 DONE 0.3s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #158 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #158 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #159 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.353Z] #159 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #160 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #161 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #161 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #162 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #162 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #163 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.353Z] #163 CACHED [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #164 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #164 CACHED [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.353Z] #165 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #166 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #166 DONE 0.2s [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #167 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.353Z] #167 CACHED [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #168 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #168 CACHED [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #169 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.353Z] #169 CACHED [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #170 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.353Z] #170 CACHED [2025-06-25T02:02:24.353Z] [2025-06-25T02:02:24.353Z] #171 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-25T02:02:24.613Z] #171 ... [2025-06-25T02:02:24.613Z] [2025-06-25T02:02:24.613Z] #172 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:24.613Z] #172 DONE 0.2s [2025-06-25T02:02:24.613Z] [2025-06-25T02:02:24.613Z] #173 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.613Z] #173 DONE 0.1s [2025-06-25T02:02:24.613Z] [2025-06-25T02:02:24.613Z] #174 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.613Z] #174 DONE 0.2s [2025-06-25T02:02:24.613Z] [2025-06-25T02:02:24.613Z] #175 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:24.613Z] #175 DONE 0.2s [2025-06-25T02:02:24.613Z] [2025-06-25T02:02:24.613Z] #176 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-25T02:02:25.550Z] #176 ... [2025-06-25T02:02:25.550Z] [2025-06-25T02:02:25.550Z] #177 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:25.550Z] #177 DONE 1.2s [2025-06-25T02:02:25.550Z] [2025-06-25T02:02:25.551Z] #178 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:25.551Z] #178 DONE 1.2s [2025-06-25T02:02:25.551Z] [2025-06-25T02:02:25.551Z] #179 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-25T02:02:26.121Z] #179 ... [2025-06-25T02:02:26.121Z] [2025-06-25T02:02:26.121Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-25T02:02:26.121Z] #180 DONE 1.9s [2025-06-25T02:02:26.121Z] [2025-06-25T02:02:26.121Z] #171 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-25T02:02:26.121Z] #171 DONE 1.9s [2025-06-25T02:02:26.121Z] [2025-06-25T02:02:26.121Z] #181 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-25T02:02:26.121Z] #181 DONE 1.9s [2025-06-25T02:02:26.381Z] [2025-06-25T02:02:26.381Z] #182 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-25T02:02:26.381Z] #182 DONE 1.9s [2025-06-25T02:02:26.381Z] [2025-06-25T02:02:26.381Z] #183 [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-25T02:02:26.381Z] #183 DONE 1.9s [2025-06-25T02:02:26.381Z] [2025-06-25T02:02:26.381Z] #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-25T02:02:26.949Z] #184 ... [2025-06-25T02:02:26.949Z] [2025-06-25T02:02:26.949Z] #185 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-25T02:02:26.949Z] #185 DONE 2.4s [2025-06-25T02:02:26.949Z] [2025-06-25T02:02:26.949Z] #186 [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-25T02:02:26.949Z] #186 DONE 2.3s [2025-06-25T02:02:26.949Z] [2025-06-25T02:02:26.949Z] #187 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-25T02:02:26.949Z] #187 DONE 2.3s [2025-06-25T02:02:26.949Z] [2025-06-25T02:02:26.949Z] #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:27.518Z] #188 ... [2025-06-25T02:02:27.518Z] [2025-06-25T02:02:27.518Z] #176 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-25T02:02:27.518Z] #176 DONE 3.1s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #189 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-25T02:02:27.779Z] #189 DONE 1.4s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:27.779Z] #190 DONE 1.4s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #179 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-25T02:02:27.779Z] #179 DONE 2.1s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-25T02:02:27.779Z] #191 DONE 2.1s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #192 [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-25T02:02:27.779Z] #192 DONE 1.4s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #193 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:27.779Z] #193 DONE 1.4s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-25T02:02:27.779Z] #184 DONE 1.4s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #194 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-25T02:02:27.779Z] #194 ... [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:27.779Z] #188 DONE 1.0s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #195 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-06-25T02:02:27.779Z] #195 DONE 1.0s [2025-06-25T02:02:27.779Z] [2025-06-25T02:02:27.779Z] #196 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:27.779Z] #196 DONE 1.0s [2025-06-25T02:02:28.039Z] [2025-06-25T02:02:28.039Z] #197 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-25T02:02:28.039Z] #197 DONE 0.2s [2025-06-25T02:02:28.039Z] [2025-06-25T02:02:28.039Z] #108 [support-scheduler] exporting to image [2025-06-25T02:02:28.039Z] #108 exporting layers [2025-06-25T02:02:28.305Z] #108 ... [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #198 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-25T02:02:28.305Z] #198 DONE 0.5s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #199 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:28.305Z] #199 DONE 0.5s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #200 [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-25T02:02:28.305Z] #200 DONE 0.5s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:28.305Z] #201 DONE 0.5s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #202 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-25T02:02:28.305Z] #202 DONE 0.5s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #194 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-25T02:02:28.305Z] #194 DONE 0.5s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #108 [security-spiffe-token-provider] exporting to image [2025-06-25T02:02:28.305Z] #108 writing image sha256:d00ba8d04220df02c122d692114adbac6f31d353bf1b6aa6404e0af20f744da5 0.0s done [2025-06-25T02:02:28.305Z] #108 naming to docker.io/library/core-command done [2025-06-25T02:02:28.305Z] #108 ... [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #203 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:02:28.305Z] #203 DONE 0.5s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #204 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-25T02:02:28.305Z] #204 DONE 4.1s [2025-06-25T02:02:28.305Z] [2025-06-25T02:02:28.305Z] #108 [core-keeper] exporting to image [2025-06-25T02:02:28.305Z] #108 exporting layers 0.5s done [2025-06-25T02:02:28.305Z] #108 writing image sha256:145e6bf9ce06a6ed68ba9fe7187c9a77573950790fa00d091fa8ecb15d1efe36 done [2025-06-25T02:02:28.305Z] #108 naming to docker.io/library/core-data done [2025-06-25T02:02:28.305Z] #108 writing image sha256:1799e50393a8dab56d16d6c3bf654a6540bb50047eef5f54a9ff33b68ad48d28 done [2025-06-25T02:02:28.305Z] #108 naming to docker.io/library/core-keeper done [2025-06-25T02:02:28.873Z] #108 ... [2025-06-25T02:02:28.873Z] [2025-06-25T02:02:28.874Z] #205 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-25T02:02:28.874Z] #205 DONE 0.5s [2025-06-25T02:02:28.874Z] [2025-06-25T02:02:28.874Z] #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-25T02:02:28.874Z] #206 DONE 0.5s [2025-06-25T02:02:28.874Z] [2025-06-25T02:02:28.874Z] #207 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:02:28.874Z] #207 DONE 0.5s [2025-06-25T02:02:28.874Z] [2025-06-25T02:02:28.874Z] #108 [support-scheduler] exporting to image [2025-06-25T02:02:28.874Z] #108 exporting layers 0.6s done [2025-06-25T02:02:28.874Z] #108 writing image sha256:92c5e96ae53b2c29d65ae9f41de0e2fa28d9f484d349a4e3f7696a1778ed62ae done [2025-06-25T02:02:28.874Z] #108 naming to docker.io/library/support-scheduler done [2025-06-25T02:02:28.874Z] #108 exporting layers 0.5s done [2025-06-25T02:02:28.874Z] #108 writing image sha256:92e5988f04a48e7a7d8ce6c365556a84474703abdee798c88338a2c0629886f8 done [2025-06-25T02:02:28.874Z] #108 writing image sha256:5a8c8fea4a552a8d085678e5b202b3af922ec435ec20936a91a0e0713e7f1915 done [2025-06-25T02:02:28.874Z] #108 writing image sha256:5fee84bba81b207fb608efa6e5003a7cbff3d4d752410a31543c94da295c2796 done [2025-06-25T02:02:28.874Z] #108 naming to docker.io/library/support-notifications done [2025-06-25T02:02:28.874Z] #108 naming to docker.io/library/core-metadata done [2025-06-25T02:02:28.874Z] #108 naming to docker.io/library/security-spiffe-token-provider done [2025-06-25T02:02:28.874Z] #108 DONE 2.2s [2025-06-25T02:02:28.874Z] [2025-06-25T02:02:28.874Z] #208 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-25T02:02:29.441Z] #208 DONE 0.6s [2025-06-25T02:02:29.441Z] [2025-06-25T02:02:29.441Z] #209 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-25T02:02:29.441Z] #209 DONE 1.3s [2025-06-25T02:02:29.441Z] [2025-06-25T02:02:29.441Z] #210 [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-25T02:02:29.441Z] #210 DONE 1.2s [2025-06-25T02:02:29.441Z] [2025-06-25T02:02:29.441Z] #211 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:02:29.441Z] #211 DONE 0.7s [2025-06-25T02:02:29.441Z] [2025-06-25T02:02:29.441Z] #212 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-25T02:02:29.441Z] #212 DONE 0.1s [2025-06-25T02:02:29.441Z] [2025-06-25T02:02:29.441Z] #108 [core-common-config-bootstrapper] exporting to image [2025-06-25T02:02:29.699Z] #108 ... [2025-06-25T02:02:29.699Z] [2025-06-25T02:02:29.699Z] #213 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-25T02:02:29.699Z] #213 DONE 0.3s [2025-06-25T02:02:29.699Z] [2025-06-25T02:02:29.699Z] #214 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-25T02:02:29.699Z] #214 DONE 1.0s [2025-06-25T02:02:29.960Z] [2025-06-25T02:02:29.960Z] #215 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-25T02:02:29.960Z] #215 DONE 0.0s [2025-06-25T02:02:29.960Z] [2025-06-25T02:02:29.960Z] #216 [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-25T02:02:29.960Z] #216 DONE 0.1s [2025-06-25T02:02:29.960Z] [2025-06-25T02:02:29.960Z] #108 [security-proxy-auth] exporting to image [2025-06-25T02:02:29.960Z] #108 exporting layers 0.4s done [2025-06-25T02:02:29.960Z] #108 writing image sha256:228335c90b9cbbd719e4dfa4b60bdc3e9c5add77e1924f62044d8637053fe5ac 0.0s done [2025-06-25T02:02:29.960Z] #108 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-25T02:02:29.960Z] #108 writing image sha256:b30841e384d4b1808acb115a036d6f6dd842ce135e781792f1abf56439cf023c done [2025-06-25T02:02:29.960Z] #108 naming to docker.io/library/security-proxy-auth done [2025-06-25T02:02:29.960Z] #108 exporting layers 0.2s done [2025-06-25T02:02:29.960Z] #108 writing image sha256:38dc23eee312d6a6500005828c70412a3f18ad8a9191a4c90ebd5a5e385fb78a done [2025-06-25T02:02:29.960Z] #108 naming to docker.io/library/security-proxy-setup done [2025-06-25T02:02:29.960Z] #108 DONE 2.8s [2025-06-25T02:02:29.960Z] [2025-06-25T02:02:29.960Z] #217 [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-25T02:02:29.960Z] #217 DONE 0.1s [2025-06-25T02:02:29.960Z] [2025-06-25T02:02:29.960Z] #218 [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-25T02:02:29.960Z] #218 DONE 0.0s [2025-06-25T02:02:29.960Z] [2025-06-25T02:02:29.960Z] #219 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-25T02:02:29.960Z] #219 DONE 0.0s [2025-06-25T02:02:29.960Z] [2025-06-25T02:02:29.960Z] #220 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-25T02:02:30.220Z] #220 ... [2025-06-25T02:02:30.220Z] [2025-06-25T02:02:30.220Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-25T02:02:30.220Z] #221 DONE 0.7s [2025-06-25T02:02:30.220Z] [2025-06-25T02:02:30.220Z] #108 [security-secretstore-setup] exporting to image [2025-06-25T02:02:30.479Z] #108 exporting layers 0.2s done [2025-06-25T02:02:30.479Z] #108 writing image sha256:7e01b598ff41f130ba8e7a6904bed3c4cc26b68ebc318e75f5aa34693fdb8d4e done [2025-06-25T02:02:30.479Z] #108 naming to docker.io/library/security-secretstore-setup done [2025-06-25T02:02:30.479Z] #108 DONE 3.0s [2025-06-25T02:02:30.479Z] [2025-06-25T02:02:30.479Z] #220 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-25T02:02:30.479Z] #220 DONE 0.5s [2025-06-25T02:02:30.479Z] [2025-06-25T02:02:30.479Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:02:30.479Z] #64 ... [2025-06-25T02:02:30.479Z] [2025-06-25T02:02:30.479Z] #108 [security-bootstrapper] exporting to image [2025-06-25T02:02:30.739Z] #108 exporting layers 0.2s done [2025-06-25T02:02:30.739Z] #108 writing image sha256:419eb3440cc0ca7d70220ec34c6feee96f9b8ff4abc96f0495e10995ef10b9b0 done [2025-06-25T02:02:30.739Z] #108 naming to docker.io/library/security-bootstrapper done [2025-06-25T02:02:30.739Z] #108 DONE 3.2s [2025-06-25T02:02:30.739Z] [2025-06-25T02:02:30.739Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:02:30.739Z] time="2025-06-25T01:57:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-25T02:02:30.753Z] $ docker stop --time=1 7de29862b8cf43ad1a017867fe41c015dad0c95b9e02cac9b3088f6436c16801 [2025-06-25T02:02:32.022Z] $ docker rm -f --volumes 7de29862b8cf43ad1a017867fe41c015dad0c95b9e02cac9b3088f6436c16801 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-25T02:02:32.365Z] + docker images [2025-06-25T02:02:32.365Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-25T02:02:32.365Z] security-secretstore-setup latest 7e01b598ff41 2 seconds ago 68.9MB [2025-06-25T02:02:32.365Z] security-bootstrapper latest 419eb3440cc0 2 seconds ago 20.4MB [2025-06-25T02:02:32.365Z] security-proxy-setup latest 38dc23eee312 3 seconds ago 38.6MB [2025-06-25T02:02:32.365Z] security-proxy-auth latest b30841e384d4 3 seconds ago 31.9MB [2025-06-25T02:02:32.365Z] core-common-config-bootstrapper latest 228335c90b9c 3 seconds ago 17.1MB [2025-06-25T02:02:32.365Z] core-metadata latest 5fee84bba81b 4 seconds ago 33.2MB [2025-06-25T02:02:32.365Z] support-notifications latest 92e5988f04a4 4 seconds ago 52.3MB [2025-06-25T02:02:32.365Z] security-spiffe-token-provider latest 5a8c8fea4a55 4 seconds ago 47.5MB [2025-06-25T02:02:32.365Z] core-keeper latest 1799e50393a8 5 seconds ago 32.6MB [2025-06-25T02:02:32.365Z] support-scheduler latest 92c5e96ae53b 5 seconds ago 48.7MB [2025-06-25T02:02:32.365Z] core-data latest 145e6bf9ce06 5 seconds ago 33MB [2025-06-25T02:02:32.365Z] core-command latest d00ba8d04220 5 seconds ago 28.5MB [2025-06-25T02:02:32.365Z] security-spire-server latest 6ef4ce71acf9 4 minutes ago 149MB [2025-06-25T02:02:32.365Z] security-spire-agent latest dd3ebe6da9bf 4 minutes ago 195MB [2025-06-25T02:02:32.365Z] security-spire-config latest 67e131066ce2 4 minutes ago 149MB [2025-06-25T02:02:32.365Z] ci-base-image-x86_64 latest 1e384050a997 7 minutes ago 924MB [2025-06-25T02:02:32.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 6 days ago 574MB [2025-06-25T02:02:32.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB [2025-06-25T02:02:32.365Z] 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-25T02:02:32.502Z] provisioning config files... [2025-06-25T02:02:32.511Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config8529108739574553185tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:02:32.815Z] ---> ****-login.sh [2025-06-25T02:02:32.815Z] nexus3.edgexfoundry.org:10001 [2025-06-25T02:02:32.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:02:32.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:02:32.815Z] Configure a credential helper to remove this warning. See [2025-06-25T02:02:32.815Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:02:32.815Z] [2025-06-25T02:02:32.815Z] Login Succeeded [2025-06-25T02:02:32.815Z] nexus3.edgexfoundry.org:10002 [2025-06-25T02:02:33.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:02:33.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:02:33.073Z] Configure a credential helper to remove this warning. See [2025-06-25T02:02:33.073Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:02:33.073Z] [2025-06-25T02:02:33.073Z] Login Succeeded [2025-06-25T02:02:33.073Z] nexus3.edgexfoundry.org:10003 [2025-06-25T02:02:33.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:02:33.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:02:33.074Z] Configure a credential helper to remove this warning. See [2025-06-25T02:02:33.074Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:02:33.074Z] [2025-06-25T02:02:33.074Z] Login Succeeded [2025-06-25T02:02:33.074Z] nexus3.edgexfoundry.org:10004 [2025-06-25T02:02:33.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:02:33.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:02:33.332Z] Configure a credential helper to remove this warning. See [2025-06-25T02:02:33.332Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:02:33.332Z] [2025-06-25T02:02:33.332Z] Login Succeeded [2025-06-25T02:02:33.332Z] ****.io [2025-06-25T02:02:33.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:02:33.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:02:33.590Z] Configure a credential helper to remove this warning. See [2025-06-25T02:02:33.590Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:02:33.590Z] [2025-06-25T02:02:33.590Z] Login Succeeded [2025-06-25T02:02:33.590Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T02:02:33.596Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:02:33.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T02:02:33.671Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-25T02:02:33.671Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:33.671Z] latest [2025-06-25T02:02:33.671Z] 4.1.0-dev.28 [2025-06-25T02:02:33.671Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:33.671Z] main [2025-06-25T02:02:33.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:34.006Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:34.329Z] + docker push nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:34.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-25T02:02:34.329Z] 3bd82055aa66: Preparing [2025-06-25T02:02:34.329Z] daf715bfc8e6: Preparing [2025-06-25T02:02:34.329Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:34.329Z] 7c16bb7904df: Preparing [2025-06-25T02:02:34.329Z] 335fde7ad29c: Preparing [2025-06-25T02:02:34.329Z] c8150db0cd63: Preparing [2025-06-25T02:02:34.329Z] 994456c4fd7b: Preparing [2025-06-25T02:02:34.329Z] 994456c4fd7b: Waiting [2025-06-25T02:02:34.329Z] 7c16bb7904df: Pushed [2025-06-25T02:02:34.329Z] 3bd82055aa66: Pushed [2025-06-25T02:02:34.329Z] 98e52f5f14b6: Pushed [2025-06-25T02:02:34.329Z] 335fde7ad29c: Pushed [2025-06-25T02:02:34.329Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:34.329Z] c8150db0cd63: Pushed [2025-06-25T02:02:36.862Z] daf715bfc8e6: Pushed [2025-06-25T02:02:36.862Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:37.193Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:37.512Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-25T02:02:37.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-25T02:02:37.512Z] 3bd82055aa66: Preparing [2025-06-25T02:02:37.512Z] daf715bfc8e6: Preparing [2025-06-25T02:02:37.512Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:37.512Z] 7c16bb7904df: Preparing [2025-06-25T02:02:37.512Z] 335fde7ad29c: Preparing [2025-06-25T02:02:37.512Z] c8150db0cd63: Preparing [2025-06-25T02:02:37.512Z] 994456c4fd7b: Preparing [2025-06-25T02:02:37.512Z] c8150db0cd63: Waiting [2025-06-25T02:02:37.512Z] 994456c4fd7b: Waiting [2025-06-25T02:02:37.512Z] daf715bfc8e6: Layer already exists [2025-06-25T02:02:37.512Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:37.512Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:37.512Z] 3bd82055aa66: Layer already exists [2025-06-25T02:02:37.512Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:37.512Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:37.512Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:37.512Z] latest: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:37.838Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:38.160Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 [2025-06-25T02:02:38.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-25T02:02:38.160Z] 3bd82055aa66: Preparing [2025-06-25T02:02:38.160Z] daf715bfc8e6: Preparing [2025-06-25T02:02:38.160Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:38.160Z] 7c16bb7904df: Preparing [2025-06-25T02:02:38.160Z] 335fde7ad29c: Preparing [2025-06-25T02:02:38.160Z] c8150db0cd63: Preparing [2025-06-25T02:02:38.160Z] 994456c4fd7b: Preparing [2025-06-25T02:02:38.160Z] c8150db0cd63: Waiting [2025-06-25T02:02:38.160Z] 994456c4fd7b: Waiting [2025-06-25T02:02:38.160Z] 3bd82055aa66: Layer already exists [2025-06-25T02:02:38.160Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:38.160Z] daf715bfc8e6: Layer already exists [2025-06-25T02:02:38.160Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:38.160Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:38.160Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:38.160Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:38.160Z] 4.1.0-dev.28: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:38.484Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:38.811Z] + docker push nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:38.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-25T02:02:38.811Z] 3bd82055aa66: Preparing [2025-06-25T02:02:38.811Z] daf715bfc8e6: Preparing [2025-06-25T02:02:38.811Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:38.811Z] 7c16bb7904df: Preparing [2025-06-25T02:02:38.811Z] 335fde7ad29c: Preparing [2025-06-25T02:02:38.811Z] c8150db0cd63: Preparing [2025-06-25T02:02:38.811Z] 994456c4fd7b: Preparing [2025-06-25T02:02:38.811Z] c8150db0cd63: Waiting [2025-06-25T02:02:38.811Z] 994456c4fd7b: Waiting [2025-06-25T02:02:38.811Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:38.811Z] 3bd82055aa66: Layer already exists [2025-06-25T02:02:38.811Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:38.811Z] daf715bfc8e6: Layer already exists [2025-06-25T02:02:38.811Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:38.811Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:38.811Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:38.811Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:39.136Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:39.460Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-25T02:02:39.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-25T02:02:39.460Z] 3bd82055aa66: Preparing [2025-06-25T02:02:39.460Z] daf715bfc8e6: Preparing [2025-06-25T02:02:39.460Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:39.460Z] 7c16bb7904df: Preparing [2025-06-25T02:02:39.460Z] 335fde7ad29c: Preparing [2025-06-25T02:02:39.460Z] c8150db0cd63: Preparing [2025-06-25T02:02:39.460Z] 994456c4fd7b: Preparing [2025-06-25T02:02:39.460Z] 994456c4fd7b: Waiting [2025-06-25T02:02:39.460Z] c8150db0cd63: Waiting [2025-06-25T02:02:39.460Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:39.460Z] 3bd82055aa66: Layer already exists [2025-06-25T02:02:39.460Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:39.460Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:39.460Z] daf715bfc8e6: Layer already exists [2025-06-25T02:02:39.460Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:39.460Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:39.460Z] main: digest: sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:02:39.531Z] ===================================================== [Pipeline] echo [2025-06-25T02:02:39.545Z] taggedImages: [2025-06-25T02:02:39.545Z] - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:39.545Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-25T02:02:39.545Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 [2025-06-25T02:02:39.545Z] - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:39.545Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-25T02:02:39.572Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-25T02:02:39.572Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:39.572Z] latest [2025-06-25T02:02:39.572Z] 4.1.0-dev.28 [2025-06-25T02:02:39.572Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:39.572Z] main [2025-06-25T02:02:39.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:39.917Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:40.245Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:40.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-25T02:02:40.246Z] 22b6fa29e3cc: Preparing [2025-06-25T02:02:40.246Z] 0ce36ad5e79a: Preparing [2025-06-25T02:02:40.246Z] 20116e82b10f: Preparing [2025-06-25T02:02:40.246Z] b8cfb4e05715: Preparing [2025-06-25T02:02:40.246Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:40.246Z] 7c16bb7904df: Preparing [2025-06-25T02:02:40.246Z] 335fde7ad29c: Preparing [2025-06-25T02:02:40.246Z] c8150db0cd63: Preparing [2025-06-25T02:02:40.246Z] 994456c4fd7b: Preparing [2025-06-25T02:02:40.246Z] c8150db0cd63: Waiting [2025-06-25T02:02:40.246Z] 335fde7ad29c: Waiting [2025-06-25T02:02:40.246Z] 994456c4fd7b: Waiting [2025-06-25T02:02:40.246Z] 7c16bb7904df: Waiting [2025-06-25T02:02:40.246Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:40.246Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:40.246Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:40.246Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:40.246Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:40.246Z] 0ce36ad5e79a: Pushed [2025-06-25T02:02:40.246Z] 22b6fa29e3cc: Pushed [2025-06-25T02:02:40.246Z] 20116e82b10f: Pushed [2025-06-25T02:02:41.181Z] b8cfb4e05715: Pushed [2025-06-25T02:02:41.440Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:41.768Z] + 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-25T02:02:42.083Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-25T02:02:42.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-25T02:02:42.083Z] 22b6fa29e3cc: Preparing [2025-06-25T02:02:42.083Z] 0ce36ad5e79a: Preparing [2025-06-25T02:02:42.083Z] 20116e82b10f: Preparing [2025-06-25T02:02:42.083Z] b8cfb4e05715: Preparing [2025-06-25T02:02:42.083Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:42.083Z] 7c16bb7904df: Preparing [2025-06-25T02:02:42.083Z] 335fde7ad29c: Preparing [2025-06-25T02:02:42.083Z] c8150db0cd63: Preparing [2025-06-25T02:02:42.083Z] 994456c4fd7b: Preparing [2025-06-25T02:02:42.083Z] 7c16bb7904df: Waiting [2025-06-25T02:02:42.083Z] 335fde7ad29c: Waiting [2025-06-25T02:02:42.083Z] c8150db0cd63: Waiting [2025-06-25T02:02:42.083Z] 994456c4fd7b: Waiting [2025-06-25T02:02:42.083Z] b8cfb4e05715: Layer already exists [2025-06-25T02:02:42.083Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:02:42.083Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:42.083Z] 20116e82b10f: Layer already exists [2025-06-25T02:02:42.083Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:02:42.083Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:42.083Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:42.083Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:42.083Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:42.083Z] latest: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:42.404Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:42.719Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 [2025-06-25T02:02:42.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-25T02:02:42.719Z] 22b6fa29e3cc: Preparing [2025-06-25T02:02:42.719Z] 0ce36ad5e79a: Preparing [2025-06-25T02:02:42.719Z] 20116e82b10f: Preparing [2025-06-25T02:02:42.719Z] b8cfb4e05715: Preparing [2025-06-25T02:02:42.719Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:42.719Z] 7c16bb7904df: Preparing [2025-06-25T02:02:42.719Z] 335fde7ad29c: Preparing [2025-06-25T02:02:42.719Z] c8150db0cd63: Preparing [2025-06-25T02:02:42.719Z] 994456c4fd7b: Preparing [2025-06-25T02:02:42.719Z] 7c16bb7904df: Waiting [2025-06-25T02:02:42.719Z] 335fde7ad29c: Waiting [2025-06-25T02:02:42.719Z] c8150db0cd63: Waiting [2025-06-25T02:02:42.719Z] 994456c4fd7b: Waiting [2025-06-25T02:02:42.719Z] b8cfb4e05715: Layer already exists [2025-06-25T02:02:42.719Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:02:42.719Z] 20116e82b10f: Layer already exists [2025-06-25T02:02:42.719Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:02:42.719Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:42.719Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:42.719Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:42.719Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:42.719Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:42.719Z] 4.1.0-dev.28: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:43.039Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:43.370Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:43.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-25T02:02:43.370Z] 22b6fa29e3cc: Preparing [2025-06-25T02:02:43.370Z] 0ce36ad5e79a: Preparing [2025-06-25T02:02:43.370Z] 20116e82b10f: Preparing [2025-06-25T02:02:43.370Z] b8cfb4e05715: Preparing [2025-06-25T02:02:43.370Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:43.370Z] 7c16bb7904df: Preparing [2025-06-25T02:02:43.370Z] 335fde7ad29c: Preparing [2025-06-25T02:02:43.370Z] c8150db0cd63: Preparing [2025-06-25T02:02:43.370Z] 994456c4fd7b: Preparing [2025-06-25T02:02:43.370Z] 335fde7ad29c: Waiting [2025-06-25T02:02:43.370Z] c8150db0cd63: Waiting [2025-06-25T02:02:43.370Z] 994456c4fd7b: Waiting [2025-06-25T02:02:43.370Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:02:43.370Z] b8cfb4e05715: Layer already exists [2025-06-25T02:02:43.370Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:43.370Z] 20116e82b10f: Layer already exists [2025-06-25T02:02:43.370Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:02:43.370Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:43.370Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:43.370Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:43.370Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:43.370Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:43.700Z] + 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-25T02:02:44.023Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-25T02:02:44.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-25T02:02:44.023Z] 22b6fa29e3cc: Preparing [2025-06-25T02:02:44.023Z] 0ce36ad5e79a: Preparing [2025-06-25T02:02:44.023Z] 20116e82b10f: Preparing [2025-06-25T02:02:44.023Z] b8cfb4e05715: Preparing [2025-06-25T02:02:44.023Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:44.023Z] 7c16bb7904df: Preparing [2025-06-25T02:02:44.023Z] 335fde7ad29c: Preparing [2025-06-25T02:02:44.023Z] c8150db0cd63: Preparing [2025-06-25T02:02:44.023Z] 994456c4fd7b: Preparing [2025-06-25T02:02:44.023Z] 7c16bb7904df: Waiting [2025-06-25T02:02:44.023Z] 335fde7ad29c: Waiting [2025-06-25T02:02:44.023Z] 994456c4fd7b: Waiting [2025-06-25T02:02:44.023Z] c8150db0cd63: Waiting [2025-06-25T02:02:44.023Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:02:44.023Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:02:44.023Z] b8cfb4e05715: Layer already exists [2025-06-25T02:02:44.023Z] 20116e82b10f: Layer already exists [2025-06-25T02:02:44.023Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:44.023Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:44.023Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:44.023Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:44.023Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:44.023Z] main: digest: sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:02:44.088Z] ===================================================== [Pipeline] echo [2025-06-25T02:02:44.102Z] taggedImages: [2025-06-25T02:02:44.102Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:44.102Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-25T02:02:44.102Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 [2025-06-25T02:02:44.102Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:44.102Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-25T02:02:44.125Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-25T02:02:44.125Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:44.125Z] latest [2025-06-25T02:02:44.125Z] 4.1.0-dev.28 [2025-06-25T02:02:44.125Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:44.125Z] main [2025-06-25T02:02:44.125Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:44.467Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:44.797Z] + docker push nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:44.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-25T02:02:44.797Z] 64cecc238fef: Preparing [2025-06-25T02:02:44.797Z] ee47821cc345: Preparing [2025-06-25T02:02:44.797Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:44.797Z] 7c16bb7904df: Preparing [2025-06-25T02:02:44.797Z] 26c1a591ac48: Preparing [2025-06-25T02:02:44.797Z] c8150db0cd63: Preparing [2025-06-25T02:02:44.797Z] 994456c4fd7b: Preparing [2025-06-25T02:02:44.797Z] 994456c4fd7b: Waiting [2025-06-25T02:02:44.797Z] c8150db0cd63: Waiting [2025-06-25T02:02:44.797Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:44.797Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:44.797Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:44.797Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:44.797Z] 26c1a591ac48: Pushed [2025-06-25T02:02:44.797Z] 64cecc238fef: Pushed [2025-06-25T02:02:47.328Z] ee47821cc345: Pushed [2025-06-25T02:02:47.328Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:47.653Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:47.975Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-25T02:02:47.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-25T02:02:47.976Z] 64cecc238fef: Preparing [2025-06-25T02:02:47.976Z] ee47821cc345: Preparing [2025-06-25T02:02:47.976Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:47.976Z] 7c16bb7904df: Preparing [2025-06-25T02:02:47.976Z] 26c1a591ac48: Preparing [2025-06-25T02:02:47.976Z] c8150db0cd63: Preparing [2025-06-25T02:02:47.976Z] 994456c4fd7b: Preparing [2025-06-25T02:02:47.976Z] c8150db0cd63: Waiting [2025-06-25T02:02:47.976Z] ee47821cc345: Layer already exists [2025-06-25T02:02:47.976Z] 64cecc238fef: Layer already exists [2025-06-25T02:02:47.976Z] 26c1a591ac48: Layer already exists [2025-06-25T02:02:47.976Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:47.976Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:47.976Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:47.976Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:47.976Z] latest: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:48.297Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:48.617Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 [2025-06-25T02:02:48.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-25T02:02:48.617Z] 64cecc238fef: Preparing [2025-06-25T02:02:48.617Z] ee47821cc345: Preparing [2025-06-25T02:02:48.617Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:48.617Z] 7c16bb7904df: Preparing [2025-06-25T02:02:48.617Z] 26c1a591ac48: Preparing [2025-06-25T02:02:48.617Z] c8150db0cd63: Preparing [2025-06-25T02:02:48.617Z] 994456c4fd7b: Preparing [2025-06-25T02:02:48.617Z] c8150db0cd63: Waiting [2025-06-25T02:02:48.617Z] 994456c4fd7b: Waiting [2025-06-25T02:02:48.617Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:48.617Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:48.617Z] ee47821cc345: Layer already exists [2025-06-25T02:02:48.617Z] 26c1a591ac48: Layer already exists [2025-06-25T02:02:48.617Z] 64cecc238fef: Layer already exists [2025-06-25T02:02:48.617Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:48.617Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:48.617Z] 4.1.0-dev.28: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:48.941Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:49.259Z] + docker push nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:49.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-25T02:02:49.259Z] 64cecc238fef: Preparing [2025-06-25T02:02:49.259Z] ee47821cc345: Preparing [2025-06-25T02:02:49.259Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:49.259Z] 7c16bb7904df: Preparing [2025-06-25T02:02:49.259Z] 26c1a591ac48: Preparing [2025-06-25T02:02:49.259Z] c8150db0cd63: Preparing [2025-06-25T02:02:49.259Z] 994456c4fd7b: Preparing [2025-06-25T02:02:49.259Z] c8150db0cd63: Waiting [2025-06-25T02:02:49.259Z] 994456c4fd7b: Waiting [2025-06-25T02:02:49.259Z] 26c1a591ac48: Layer already exists [2025-06-25T02:02:49.259Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:49.259Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:49.259Z] ee47821cc345: Layer already exists [2025-06-25T02:02:49.259Z] 64cecc238fef: Layer already exists [2025-06-25T02:02:49.259Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:49.259Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:49.259Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:49.582Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:49.901Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-25T02:02:49.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-25T02:02:49.901Z] 64cecc238fef: Preparing [2025-06-25T02:02:49.901Z] ee47821cc345: Preparing [2025-06-25T02:02:49.901Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:49.901Z] 7c16bb7904df: Preparing [2025-06-25T02:02:49.901Z] 26c1a591ac48: Preparing [2025-06-25T02:02:49.901Z] c8150db0cd63: Preparing [2025-06-25T02:02:49.901Z] 994456c4fd7b: Preparing [2025-06-25T02:02:49.901Z] c8150db0cd63: Waiting [2025-06-25T02:02:49.901Z] 994456c4fd7b: Waiting [2025-06-25T02:02:49.901Z] 64cecc238fef: Layer already exists [2025-06-25T02:02:49.901Z] 26c1a591ac48: Layer already exists [2025-06-25T02:02:49.901Z] ee47821cc345: Layer already exists [2025-06-25T02:02:49.901Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:49.901Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:49.901Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:49.901Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:49.901Z] main: digest: sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:02:49.972Z] ===================================================== [Pipeline] echo [2025-06-25T02:02:49.987Z] taggedImages: [2025-06-25T02:02:49.987Z] - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:49.987Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-25T02:02:49.987Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 [2025-06-25T02:02:49.987Z] - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:49.987Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-25T02:02:50.015Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-25T02:02:50.015Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:50.015Z] latest [2025-06-25T02:02:50.015Z] 4.1.0-dev.28 [2025-06-25T02:02:50.015Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:50.015Z] main [2025-06-25T02:02:50.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:50.350Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:50.670Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:50.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-25T02:02:50.670Z] 7819762e23ee: Preparing [2025-06-25T02:02:50.670Z] e3d3dad64e59: Preparing [2025-06-25T02:02:50.670Z] 7c16bb7904df: Preparing [2025-06-25T02:02:50.670Z] 22ab244e7e46: Preparing [2025-06-25T02:02:50.670Z] 07e5de6b9604: Preparing [2025-06-25T02:02:50.670Z] 994456c4fd7b: Preparing [2025-06-25T02:02:50.670Z] 994456c4fd7b: Waiting [2025-06-25T02:02:50.670Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:50.670Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:50.670Z] 7819762e23ee: Pushed [2025-06-25T02:02:50.670Z] 07e5de6b9604: Pushed [2025-06-25T02:02:50.670Z] 22ab244e7e46: Pushed [2025-06-25T02:02:53.202Z] e3d3dad64e59: Pushed [2025-06-25T02:02:53.202Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:53.529Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:53.848Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-25T02:02:53.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-25T02:02:53.848Z] 7819762e23ee: Preparing [2025-06-25T02:02:53.848Z] e3d3dad64e59: Preparing [2025-06-25T02:02:53.848Z] 7c16bb7904df: Preparing [2025-06-25T02:02:53.848Z] 22ab244e7e46: Preparing [2025-06-25T02:02:53.848Z] 07e5de6b9604: Preparing [2025-06-25T02:02:53.848Z] 994456c4fd7b: Preparing [2025-06-25T02:02:53.848Z] 994456c4fd7b: Waiting [2025-06-25T02:02:53.848Z] 07e5de6b9604: Layer already exists [2025-06-25T02:02:53.848Z] e3d3dad64e59: Layer already exists [2025-06-25T02:02:53.848Z] 7819762e23ee: Layer already exists [2025-06-25T02:02:53.848Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:53.848Z] 22ab244e7e46: Layer already exists [2025-06-25T02:02:53.848Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:53.848Z] latest: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:54.171Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:54.495Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 [2025-06-25T02:02:54.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-25T02:02:54.495Z] 7819762e23ee: Preparing [2025-06-25T02:02:54.495Z] e3d3dad64e59: Preparing [2025-06-25T02:02:54.495Z] 7c16bb7904df: Preparing [2025-06-25T02:02:54.495Z] 22ab244e7e46: Preparing [2025-06-25T02:02:54.495Z] 07e5de6b9604: Preparing [2025-06-25T02:02:54.495Z] 994456c4fd7b: Preparing [2025-06-25T02:02:54.495Z] 22ab244e7e46: Layer already exists [2025-06-25T02:02:54.495Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:54.495Z] 7819762e23ee: Layer already exists [2025-06-25T02:02:54.495Z] 07e5de6b9604: Layer already exists [2025-06-25T02:02:54.495Z] e3d3dad64e59: Layer already exists [2025-06-25T02:02:54.495Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:54.495Z] 4.1.0-dev.28: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:54.819Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:55.140Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:55.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-25T02:02:55.140Z] 7819762e23ee: Preparing [2025-06-25T02:02:55.140Z] e3d3dad64e59: Preparing [2025-06-25T02:02:55.140Z] 7c16bb7904df: Preparing [2025-06-25T02:02:55.140Z] 22ab244e7e46: Preparing [2025-06-25T02:02:55.140Z] 07e5de6b9604: Preparing [2025-06-25T02:02:55.140Z] 994456c4fd7b: Preparing [2025-06-25T02:02:55.140Z] 994456c4fd7b: Waiting [2025-06-25T02:02:55.140Z] 07e5de6b9604: Layer already exists [2025-06-25T02:02:55.140Z] 7819762e23ee: Layer already exists [2025-06-25T02:02:55.140Z] e3d3dad64e59: Layer already exists [2025-06-25T02:02:55.140Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:55.140Z] 22ab244e7e46: Layer already exists [2025-06-25T02:02:55.140Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:55.140Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:55.463Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:55.790Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-25T02:02:55.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-25T02:02:55.790Z] 7819762e23ee: Preparing [2025-06-25T02:02:55.790Z] e3d3dad64e59: Preparing [2025-06-25T02:02:55.790Z] 7c16bb7904df: Preparing [2025-06-25T02:02:55.790Z] 22ab244e7e46: Preparing [2025-06-25T02:02:55.790Z] 07e5de6b9604: Preparing [2025-06-25T02:02:55.790Z] 994456c4fd7b: Preparing [2025-06-25T02:02:55.790Z] 994456c4fd7b: Waiting [2025-06-25T02:02:55.790Z] 7819762e23ee: Layer already exists [2025-06-25T02:02:55.790Z] 22ab244e7e46: Layer already exists [2025-06-25T02:02:55.790Z] 07e5de6b9604: Layer already exists [2025-06-25T02:02:55.790Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:55.790Z] e3d3dad64e59: Layer already exists [2025-06-25T02:02:55.790Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:55.790Z] main: digest: sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:02:55.867Z] ===================================================== [Pipeline] echo [2025-06-25T02:02:55.881Z] taggedImages: [2025-06-25T02:02:55.881Z] - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:55.881Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-25T02:02:55.881Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 [2025-06-25T02:02:55.881Z] - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:55.881Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-25T02:02:55.907Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-25T02:02:55.907Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:55.907Z] latest [2025-06-25T02:02:55.907Z] 4.1.0-dev.28 [2025-06-25T02:02:55.907Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:02:55.907Z] main [2025-06-25T02:02:55.907Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:56.250Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:56.567Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:02:56.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-25T02:02:56.567Z] 2e3cd2d9fbb4: Preparing [2025-06-25T02:02:56.567Z] 850a76138ab2: Preparing [2025-06-25T02:02:56.567Z] 7085276b3573: Preparing [2025-06-25T02:02:56.567Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:56.567Z] 7c16bb7904df: Preparing [2025-06-25T02:02:56.567Z] 335fde7ad29c: Preparing [2025-06-25T02:02:56.567Z] c8150db0cd63: Preparing [2025-06-25T02:02:56.567Z] 994456c4fd7b: Preparing [2025-06-25T02:02:56.567Z] c8150db0cd63: Waiting [2025-06-25T02:02:56.567Z] 994456c4fd7b: Waiting [2025-06-25T02:02:56.567Z] 335fde7ad29c: Waiting [2025-06-25T02:02:56.567Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:56.567Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:56.567Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:56.567Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:56.567Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:56.567Z] 2e3cd2d9fbb4: Pushed [2025-06-25T02:02:56.567Z] 850a76138ab2: Pushed [2025-06-25T02:02:59.105Z] 7085276b3573: Pushed [2025-06-25T02:02:59.105Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:59.434Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:02:59.759Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-25T02:02:59.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-25T02:02:59.759Z] 2e3cd2d9fbb4: Preparing [2025-06-25T02:02:59.759Z] 850a76138ab2: Preparing [2025-06-25T02:02:59.759Z] 7085276b3573: Preparing [2025-06-25T02:02:59.759Z] 98e52f5f14b6: Preparing [2025-06-25T02:02:59.759Z] 7c16bb7904df: Preparing [2025-06-25T02:02:59.759Z] 335fde7ad29c: Preparing [2025-06-25T02:02:59.759Z] c8150db0cd63: Preparing [2025-06-25T02:02:59.759Z] 994456c4fd7b: Preparing [2025-06-25T02:02:59.759Z] c8150db0cd63: Waiting [2025-06-25T02:02:59.759Z] 994456c4fd7b: Waiting [2025-06-25T02:02:59.759Z] 335fde7ad29c: Waiting [2025-06-25T02:02:59.759Z] 2e3cd2d9fbb4: Layer already exists [2025-06-25T02:02:59.759Z] 850a76138ab2: Layer already exists [2025-06-25T02:02:59.759Z] 7085276b3573: Layer already exists [2025-06-25T02:02:59.759Z] 7c16bb7904df: Layer already exists [2025-06-25T02:02:59.759Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:02:59.759Z] c8150db0cd63: Layer already exists [2025-06-25T02:02:59.759Z] 994456c4fd7b: Layer already exists [2025-06-25T02:02:59.759Z] 335fde7ad29c: Layer already exists [2025-06-25T02:02:59.759Z] latest: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:00.088Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:00.410Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 [2025-06-25T02:03:00.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-25T02:03:00.410Z] 2e3cd2d9fbb4: Preparing [2025-06-25T02:03:00.410Z] 850a76138ab2: Preparing [2025-06-25T02:03:00.410Z] 7085276b3573: Preparing [2025-06-25T02:03:00.410Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:00.410Z] 7c16bb7904df: Preparing [2025-06-25T02:03:00.410Z] 335fde7ad29c: Preparing [2025-06-25T02:03:00.410Z] c8150db0cd63: Preparing [2025-06-25T02:03:00.410Z] 994456c4fd7b: Preparing [2025-06-25T02:03:00.410Z] 335fde7ad29c: Waiting [2025-06-25T02:03:00.410Z] c8150db0cd63: Waiting [2025-06-25T02:03:00.410Z] 994456c4fd7b: Waiting [2025-06-25T02:03:00.410Z] 2e3cd2d9fbb4: Layer already exists [2025-06-25T02:03:00.410Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:00.410Z] 850a76138ab2: Layer already exists [2025-06-25T02:03:00.410Z] 7085276b3573: Layer already exists [2025-06-25T02:03:00.410Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:00.410Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:00.410Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:00.410Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:00.410Z] 4.1.0-dev.28: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:00.741Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:01.059Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:01.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-25T02:03:01.059Z] 2e3cd2d9fbb4: Preparing [2025-06-25T02:03:01.059Z] 850a76138ab2: Preparing [2025-06-25T02:03:01.059Z] 7085276b3573: Preparing [2025-06-25T02:03:01.059Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:01.059Z] 7c16bb7904df: Preparing [2025-06-25T02:03:01.059Z] 335fde7ad29c: Preparing [2025-06-25T02:03:01.059Z] c8150db0cd63: Preparing [2025-06-25T02:03:01.059Z] 994456c4fd7b: Preparing [2025-06-25T02:03:01.059Z] c8150db0cd63: Waiting [2025-06-25T02:03:01.059Z] 335fde7ad29c: Waiting [2025-06-25T02:03:01.059Z] 994456c4fd7b: Waiting [2025-06-25T02:03:01.059Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:01.059Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:01.059Z] 850a76138ab2: Layer already exists [2025-06-25T02:03:01.059Z] 2e3cd2d9fbb4: Layer already exists [2025-06-25T02:03:01.059Z] 7085276b3573: Layer already exists [2025-06-25T02:03:01.059Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:01.059Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:01.059Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:01.059Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:01.382Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:01.699Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-25T02:03:01.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-25T02:03:01.700Z] 2e3cd2d9fbb4: Preparing [2025-06-25T02:03:01.700Z] 850a76138ab2: Preparing [2025-06-25T02:03:01.700Z] 7085276b3573: Preparing [2025-06-25T02:03:01.700Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:01.700Z] 7c16bb7904df: Preparing [2025-06-25T02:03:01.700Z] 335fde7ad29c: Preparing [2025-06-25T02:03:01.700Z] c8150db0cd63: Preparing [2025-06-25T02:03:01.700Z] 994456c4fd7b: Preparing [2025-06-25T02:03:01.700Z] 335fde7ad29c: Waiting [2025-06-25T02:03:01.700Z] c8150db0cd63: Waiting [2025-06-25T02:03:01.700Z] 994456c4fd7b: Waiting [2025-06-25T02:03:01.700Z] 850a76138ab2: Layer already exists [2025-06-25T02:03:01.700Z] 2e3cd2d9fbb4: Layer already exists [2025-06-25T02:03:01.700Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:01.700Z] 7085276b3573: Layer already exists [2025-06-25T02:03:01.700Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:01.700Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:01.700Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:01.700Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:01.700Z] main: digest: sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:01.753Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:01.766Z] taggedImages: [2025-06-25T02:03:01.766Z] - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:01.766Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-25T02:03:01.766Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 [2025-06-25T02:03:01.766Z] - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:01.766Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-25T02:03:01.789Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-25T02:03:01.789Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:01.789Z] latest [2025-06-25T02:03:01.789Z] 4.1.0-dev.28 [2025-06-25T02:03:01.789Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:01.789Z] main [2025-06-25T02:03:01.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:02.126Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:02.450Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:02.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-25T02:03:02.450Z] aa2048eaf638: Preparing [2025-06-25T02:03:02.450Z] 1fa3ec96c312: Preparing [2025-06-25T02:03:02.450Z] 4912be643fb8: Preparing [2025-06-25T02:03:02.450Z] d867768a86f3: Preparing [2025-06-25T02:03:02.450Z] 0260e6dfc617: Preparing [2025-06-25T02:03:02.450Z] 4cfe15f83acc: Preparing [2025-06-25T02:03:02.450Z] 52596ca3bc0d: Preparing [2025-06-25T02:03:02.450Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:02.450Z] 7c16bb7904df: Preparing [2025-06-25T02:03:02.450Z] 8727a9840a25: Preparing [2025-06-25T02:03:02.450Z] 52596ca3bc0d: Waiting [2025-06-25T02:03:02.450Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:02.450Z] 7c16bb7904df: Waiting [2025-06-25T02:03:02.450Z] 4cfe15f83acc: Waiting [2025-06-25T02:03:02.450Z] 419aa7766d56: Preparing [2025-06-25T02:03:02.450Z] 5f70bf18a086: Preparing [2025-06-25T02:03:02.450Z] 60be2cdf5d5a: Preparing [2025-06-25T02:03:02.450Z] 892e2a39709b: Preparing [2025-06-25T02:03:02.450Z] 419aa7766d56: Waiting [2025-06-25T02:03:02.450Z] 8727a9840a25: Waiting [2025-06-25T02:03:02.450Z] 4af49473c46d: Preparing [2025-06-25T02:03:02.450Z] 994456c4fd7b: Preparing [2025-06-25T02:03:02.450Z] 4af49473c46d: Waiting [2025-06-25T02:03:02.450Z] 994456c4fd7b: Waiting [2025-06-25T02:03:02.450Z] 892e2a39709b: Waiting [2025-06-25T02:03:02.450Z] d867768a86f3: Pushed [2025-06-25T02:03:02.450Z] 1fa3ec96c312: Pushed [2025-06-25T02:03:02.450Z] 0260e6dfc617: Pushed [2025-06-25T02:03:02.450Z] 4912be643fb8: Pushed [2025-06-25T02:03:02.450Z] aa2048eaf638: Pushed [2025-06-25T02:03:02.450Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:02.450Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:02.450Z] 4cfe15f83acc: Pushed [2025-06-25T02:03:02.450Z] 5f70bf18a086: Layer already exists [2025-06-25T02:03:02.709Z] 8727a9840a25: Pushed [2025-06-25T02:03:02.709Z] 419aa7766d56: Pushed [2025-06-25T02:03:02.709Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:02.709Z] 892e2a39709b: Pushed [2025-06-25T02:03:02.709Z] 60be2cdf5d5a: Pushed [2025-06-25T02:03:02.709Z] 4af49473c46d: Pushed [2025-06-25T02:03:04.082Z] 52596ca3bc0d: Pushed [2025-06-25T02:03:04.082Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:04.412Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:04.732Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-25T02:03:04.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-25T02:03:04.732Z] aa2048eaf638: Preparing [2025-06-25T02:03:04.732Z] 1fa3ec96c312: Preparing [2025-06-25T02:03:04.732Z] 4912be643fb8: Preparing [2025-06-25T02:03:04.732Z] d867768a86f3: Preparing [2025-06-25T02:03:04.732Z] 0260e6dfc617: Preparing [2025-06-25T02:03:04.732Z] 4cfe15f83acc: Preparing [2025-06-25T02:03:04.732Z] 52596ca3bc0d: Preparing [2025-06-25T02:03:04.732Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:04.732Z] 7c16bb7904df: Preparing [2025-06-25T02:03:04.732Z] 8727a9840a25: Preparing [2025-06-25T02:03:04.732Z] 419aa7766d56: Preparing [2025-06-25T02:03:04.732Z] 5f70bf18a086: Preparing [2025-06-25T02:03:04.732Z] 60be2cdf5d5a: Preparing [2025-06-25T02:03:04.732Z] 892e2a39709b: Preparing [2025-06-25T02:03:04.732Z] 4af49473c46d: Preparing [2025-06-25T02:03:04.732Z] 994456c4fd7b: Preparing [2025-06-25T02:03:04.732Z] 60be2cdf5d5a: Waiting [2025-06-25T02:03:04.732Z] 892e2a39709b: Waiting [2025-06-25T02:03:04.732Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:04.732Z] 4af49473c46d: Waiting [2025-06-25T02:03:04.732Z] 419aa7766d56: Waiting [2025-06-25T02:03:04.732Z] 994456c4fd7b: Waiting [2025-06-25T02:03:04.732Z] 4cfe15f83acc: Waiting [2025-06-25T02:03:04.732Z] 5f70bf18a086: Waiting [2025-06-25T02:03:04.732Z] 7c16bb7904df: Waiting [2025-06-25T02:03:04.732Z] 52596ca3bc0d: Waiting [2025-06-25T02:03:04.732Z] 8727a9840a25: Waiting [2025-06-25T02:03:04.732Z] d867768a86f3: Layer already exists [2025-06-25T02:03:04.732Z] 0260e6dfc617: Layer already exists [2025-06-25T02:03:04.732Z] 1fa3ec96c312: Layer already exists [2025-06-25T02:03:04.732Z] aa2048eaf638: Layer already exists [2025-06-25T02:03:04.732Z] 4912be643fb8: Layer already exists [2025-06-25T02:03:04.732Z] 52596ca3bc0d: Layer already exists [2025-06-25T02:03:04.732Z] 4cfe15f83acc: Layer already exists [2025-06-25T02:03:04.732Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:04.732Z] 8727a9840a25: Layer already exists [2025-06-25T02:03:04.732Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:04.732Z] 419aa7766d56: Layer already exists [2025-06-25T02:03:04.732Z] 60be2cdf5d5a: Layer already exists [2025-06-25T02:03:04.732Z] 892e2a39709b: Layer already exists [2025-06-25T02:03:04.732Z] 4af49473c46d: Layer already exists [2025-06-25T02:03:04.732Z] 5f70bf18a086: Layer already exists [2025-06-25T02:03:04.732Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:04.732Z] latest: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:05.063Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:05.379Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 [2025-06-25T02:03:05.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-25T02:03:05.379Z] aa2048eaf638: Preparing [2025-06-25T02:03:05.379Z] 1fa3ec96c312: Preparing [2025-06-25T02:03:05.379Z] 4912be643fb8: Preparing [2025-06-25T02:03:05.379Z] d867768a86f3: Preparing [2025-06-25T02:03:05.379Z] 0260e6dfc617: Preparing [2025-06-25T02:03:05.379Z] 4cfe15f83acc: Preparing [2025-06-25T02:03:05.379Z] 52596ca3bc0d: Preparing [2025-06-25T02:03:05.379Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:05.379Z] 7c16bb7904df: Preparing [2025-06-25T02:03:05.379Z] 8727a9840a25: Preparing [2025-06-25T02:03:05.379Z] 419aa7766d56: Preparing [2025-06-25T02:03:05.379Z] 5f70bf18a086: Preparing [2025-06-25T02:03:05.379Z] 60be2cdf5d5a: Preparing [2025-06-25T02:03:05.379Z] 892e2a39709b: Preparing [2025-06-25T02:03:05.379Z] 4af49473c46d: Preparing [2025-06-25T02:03:05.379Z] 994456c4fd7b: Preparing [2025-06-25T02:03:05.379Z] 52596ca3bc0d: Waiting [2025-06-25T02:03:05.379Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:05.379Z] 7c16bb7904df: Waiting [2025-06-25T02:03:05.379Z] 8727a9840a25: Waiting [2025-06-25T02:03:05.379Z] 419aa7766d56: Waiting [2025-06-25T02:03:05.379Z] 5f70bf18a086: Waiting [2025-06-25T02:03:05.379Z] 60be2cdf5d5a: Waiting [2025-06-25T02:03:05.379Z] 892e2a39709b: Waiting [2025-06-25T02:03:05.379Z] 4af49473c46d: Waiting [2025-06-25T02:03:05.379Z] 994456c4fd7b: Waiting [2025-06-25T02:03:05.379Z] 4cfe15f83acc: Waiting [2025-06-25T02:03:05.379Z] aa2048eaf638: Layer already exists [2025-06-25T02:03:05.379Z] 0260e6dfc617: Layer already exists [2025-06-25T02:03:05.379Z] 1fa3ec96c312: Layer already exists [2025-06-25T02:03:05.379Z] d867768a86f3: Layer already exists [2025-06-25T02:03:05.379Z] 4912be643fb8: Layer already exists [2025-06-25T02:03:05.379Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:05.379Z] 4cfe15f83acc: Layer already exists [2025-06-25T02:03:05.379Z] 8727a9840a25: Layer already exists [2025-06-25T02:03:05.379Z] 52596ca3bc0d: Layer already exists [2025-06-25T02:03:05.379Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:05.379Z] 419aa7766d56: Layer already exists [2025-06-25T02:03:05.379Z] 5f70bf18a086: Layer already exists [2025-06-25T02:03:05.379Z] 60be2cdf5d5a: Layer already exists [2025-06-25T02:03:05.379Z] 892e2a39709b: Layer already exists [2025-06-25T02:03:05.379Z] 4af49473c46d: Layer already exists [2025-06-25T02:03:05.379Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:05.379Z] 4.1.0-dev.28: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:05.700Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:06.026Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:06.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-25T02:03:06.026Z] aa2048eaf638: Preparing [2025-06-25T02:03:06.026Z] 1fa3ec96c312: Preparing [2025-06-25T02:03:06.026Z] 4912be643fb8: Preparing [2025-06-25T02:03:06.026Z] d867768a86f3: Preparing [2025-06-25T02:03:06.026Z] 0260e6dfc617: Preparing [2025-06-25T02:03:06.026Z] 4cfe15f83acc: Preparing [2025-06-25T02:03:06.026Z] 52596ca3bc0d: Preparing [2025-06-25T02:03:06.026Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:06.026Z] 7c16bb7904df: Preparing [2025-06-25T02:03:06.026Z] 8727a9840a25: Preparing [2025-06-25T02:03:06.026Z] 419aa7766d56: Preparing [2025-06-25T02:03:06.026Z] 5f70bf18a086: Preparing [2025-06-25T02:03:06.026Z] 60be2cdf5d5a: Preparing [2025-06-25T02:03:06.026Z] 892e2a39709b: Preparing [2025-06-25T02:03:06.026Z] 4af49473c46d: Preparing [2025-06-25T02:03:06.026Z] 994456c4fd7b: Preparing [2025-06-25T02:03:06.026Z] 4cfe15f83acc: Waiting [2025-06-25T02:03:06.026Z] 52596ca3bc0d: Waiting [2025-06-25T02:03:06.026Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:06.026Z] 7c16bb7904df: Waiting [2025-06-25T02:03:06.026Z] 8727a9840a25: Waiting [2025-06-25T02:03:06.026Z] 892e2a39709b: Waiting [2025-06-25T02:03:06.026Z] 419aa7766d56: Waiting [2025-06-25T02:03:06.026Z] 4af49473c46d: Waiting [2025-06-25T02:03:06.026Z] 5f70bf18a086: Waiting [2025-06-25T02:03:06.026Z] 994456c4fd7b: Waiting [2025-06-25T02:03:06.026Z] 60be2cdf5d5a: Waiting [2025-06-25T02:03:06.026Z] aa2048eaf638: Layer already exists [2025-06-25T02:03:06.026Z] d867768a86f3: Layer already exists [2025-06-25T02:03:06.026Z] 1fa3ec96c312: Layer already exists [2025-06-25T02:03:06.026Z] 0260e6dfc617: Layer already exists [2025-06-25T02:03:06.026Z] 4912be643fb8: Layer already exists [2025-06-25T02:03:06.026Z] 52596ca3bc0d: Layer already exists [2025-06-25T02:03:06.026Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:06.026Z] 4cfe15f83acc: Layer already exists [2025-06-25T02:03:06.026Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:06.026Z] 8727a9840a25: Layer already exists [2025-06-25T02:03:06.026Z] 419aa7766d56: Layer already exists [2025-06-25T02:03:06.026Z] 5f70bf18a086: Layer already exists [2025-06-25T02:03:06.026Z] 892e2a39709b: Layer already exists [2025-06-25T02:03:06.026Z] 60be2cdf5d5a: Layer already exists [2025-06-25T02:03:06.026Z] 4af49473c46d: Layer already exists [2025-06-25T02:03:06.026Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:06.026Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:06.350Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:06.675Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-25T02:03:06.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-25T02:03:06.675Z] aa2048eaf638: Preparing [2025-06-25T02:03:06.675Z] 1fa3ec96c312: Preparing [2025-06-25T02:03:06.675Z] 4912be643fb8: Preparing [2025-06-25T02:03:06.675Z] d867768a86f3: Preparing [2025-06-25T02:03:06.675Z] 0260e6dfc617: Preparing [2025-06-25T02:03:06.675Z] 4cfe15f83acc: Preparing [2025-06-25T02:03:06.675Z] 52596ca3bc0d: Preparing [2025-06-25T02:03:06.675Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:06.675Z] 7c16bb7904df: Preparing [2025-06-25T02:03:06.675Z] 8727a9840a25: Preparing [2025-06-25T02:03:06.675Z] 419aa7766d56: Preparing [2025-06-25T02:03:06.675Z] 5f70bf18a086: Preparing [2025-06-25T02:03:06.675Z] 60be2cdf5d5a: Preparing [2025-06-25T02:03:06.675Z] 892e2a39709b: Preparing [2025-06-25T02:03:06.675Z] 4cfe15f83acc: Waiting [2025-06-25T02:03:06.675Z] 52596ca3bc0d: Waiting [2025-06-25T02:03:06.675Z] 7c16bb7904df: Waiting [2025-06-25T02:03:06.675Z] 8727a9840a25: Waiting [2025-06-25T02:03:06.675Z] 419aa7766d56: Waiting [2025-06-25T02:03:06.675Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:06.675Z] 60be2cdf5d5a: Waiting [2025-06-25T02:03:06.675Z] 5f70bf18a086: Waiting [2025-06-25T02:03:06.675Z] 4af49473c46d: Preparing [2025-06-25T02:03:06.675Z] 892e2a39709b: Waiting [2025-06-25T02:03:06.675Z] 994456c4fd7b: Preparing [2025-06-25T02:03:06.675Z] 4af49473c46d: Waiting [2025-06-25T02:03:06.675Z] 1fa3ec96c312: Layer already exists [2025-06-25T02:03:06.675Z] d867768a86f3: Layer already exists [2025-06-25T02:03:06.675Z] 0260e6dfc617: Layer already exists [2025-06-25T02:03:06.675Z] 4912be643fb8: Layer already exists [2025-06-25T02:03:06.675Z] aa2048eaf638: Layer already exists [2025-06-25T02:03:06.675Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:06.675Z] 4cfe15f83acc: Layer already exists [2025-06-25T02:03:06.675Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:06.675Z] 52596ca3bc0d: Layer already exists [2025-06-25T02:03:06.675Z] 8727a9840a25: Layer already exists [2025-06-25T02:03:06.675Z] 419aa7766d56: Layer already exists [2025-06-25T02:03:06.675Z] 5f70bf18a086: Layer already exists [2025-06-25T02:03:06.675Z] 892e2a39709b: Layer already exists [2025-06-25T02:03:06.675Z] 60be2cdf5d5a: Layer already exists [2025-06-25T02:03:06.675Z] 4af49473c46d: Layer already exists [2025-06-25T02:03:06.675Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:06.675Z] main: digest: sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:06.743Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:06.756Z] taggedImages: [2025-06-25T02:03:06.756Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:06.756Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-25T02:03:06.756Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 [2025-06-25T02:03:06.756Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:06.756Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-25T02:03:06.785Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-25T02:03:06.785Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:06.785Z] latest [2025-06-25T02:03:06.785Z] 4.1.0-dev.28 [2025-06-25T02:03:06.785Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:06.785Z] main [2025-06-25T02:03:06.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:07.130Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:07.456Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:07.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-25T02:03:07.456Z] 22b6fa29e3cc: Preparing [2025-06-25T02:03:07.456Z] 0ce36ad5e79a: Preparing [2025-06-25T02:03:07.456Z] 3b4aad4c0ea1: Preparing [2025-06-25T02:03:07.456Z] 3c0c4b75ea5f: Preparing [2025-06-25T02:03:07.456Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:07.456Z] 7c16bb7904df: Preparing [2025-06-25T02:03:07.456Z] 335fde7ad29c: Preparing [2025-06-25T02:03:07.456Z] c8150db0cd63: Preparing [2025-06-25T02:03:07.456Z] 994456c4fd7b: Preparing [2025-06-25T02:03:07.456Z] 335fde7ad29c: Waiting [2025-06-25T02:03:07.456Z] 7c16bb7904df: Waiting [2025-06-25T02:03:07.456Z] c8150db0cd63: Waiting [2025-06-25T02:03:07.456Z] 994456c4fd7b: Waiting [2025-06-25T02:03:07.456Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:07.456Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:03:07.456Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:03:07.456Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:07.456Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:07.456Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:07.456Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:07.456Z] 3b4aad4c0ea1: Pushed [2025-06-25T02:03:09.990Z] 3c0c4b75ea5f: Pushed [2025-06-25T02:03:09.990Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:10.319Z] + 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-25T02:03:10.648Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-25T02:03:10.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-25T02:03:10.649Z] 22b6fa29e3cc: Preparing [2025-06-25T02:03:10.649Z] 0ce36ad5e79a: Preparing [2025-06-25T02:03:10.649Z] 3b4aad4c0ea1: Preparing [2025-06-25T02:03:10.649Z] 3c0c4b75ea5f: Preparing [2025-06-25T02:03:10.649Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:10.649Z] 7c16bb7904df: Preparing [2025-06-25T02:03:10.649Z] 335fde7ad29c: Preparing [2025-06-25T02:03:10.649Z] c8150db0cd63: Preparing [2025-06-25T02:03:10.649Z] 994456c4fd7b: Preparing [2025-06-25T02:03:10.649Z] 994456c4fd7b: Waiting [2025-06-25T02:03:10.649Z] 335fde7ad29c: Waiting [2025-06-25T02:03:10.649Z] c8150db0cd63: Waiting [2025-06-25T02:03:10.649Z] 7c16bb7904df: Waiting [2025-06-25T02:03:10.649Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:03:10.649Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:03:10.649Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:10.649Z] 3c0c4b75ea5f: Layer already exists [2025-06-25T02:03:10.649Z] 3b4aad4c0ea1: Layer already exists [2025-06-25T02:03:10.649Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:10.649Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:10.649Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:10.649Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:10.649Z] latest: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:10.969Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:11.290Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 [2025-06-25T02:03:11.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-25T02:03:11.290Z] 22b6fa29e3cc: Preparing [2025-06-25T02:03:11.290Z] 0ce36ad5e79a: Preparing [2025-06-25T02:03:11.290Z] 3b4aad4c0ea1: Preparing [2025-06-25T02:03:11.290Z] 3c0c4b75ea5f: Preparing [2025-06-25T02:03:11.290Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:11.290Z] 7c16bb7904df: Preparing [2025-06-25T02:03:11.290Z] 335fde7ad29c: Preparing [2025-06-25T02:03:11.290Z] c8150db0cd63: Preparing [2025-06-25T02:03:11.290Z] 994456c4fd7b: Preparing [2025-06-25T02:03:11.290Z] 7c16bb7904df: Waiting [2025-06-25T02:03:11.290Z] 335fde7ad29c: Waiting [2025-06-25T02:03:11.290Z] c8150db0cd63: Waiting [2025-06-25T02:03:11.290Z] 994456c4fd7b: Waiting [2025-06-25T02:03:11.290Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:11.290Z] 3c0c4b75ea5f: Layer already exists [2025-06-25T02:03:11.290Z] 3b4aad4c0ea1: Layer already exists [2025-06-25T02:03:11.290Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:03:11.290Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:03:11.290Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:11.290Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:11.290Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:11.290Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:11.290Z] 4.1.0-dev.28: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:11.615Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:11.931Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:11.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-25T02:03:11.931Z] 22b6fa29e3cc: Preparing [2025-06-25T02:03:11.931Z] 0ce36ad5e79a: Preparing [2025-06-25T02:03:11.931Z] 3b4aad4c0ea1: Preparing [2025-06-25T02:03:11.931Z] 3c0c4b75ea5f: Preparing [2025-06-25T02:03:11.931Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:11.931Z] 7c16bb7904df: Preparing [2025-06-25T02:03:11.931Z] 335fde7ad29c: Preparing [2025-06-25T02:03:11.931Z] c8150db0cd63: Preparing [2025-06-25T02:03:11.931Z] 994456c4fd7b: Preparing [2025-06-25T02:03:11.931Z] 335fde7ad29c: Waiting [2025-06-25T02:03:11.931Z] 994456c4fd7b: Waiting [2025-06-25T02:03:11.931Z] c8150db0cd63: Waiting [2025-06-25T02:03:11.931Z] 7c16bb7904df: Waiting [2025-06-25T02:03:11.931Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:03:11.931Z] 3c0c4b75ea5f: Layer already exists [2025-06-25T02:03:11.931Z] 3b4aad4c0ea1: Layer already exists [2025-06-25T02:03:11.931Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:11.931Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:03:11.931Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:11.931Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:11.931Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:11.931Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:11.931Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:12.257Z] + 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-25T02:03:12.580Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-25T02:03:12.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-25T02:03:12.580Z] 22b6fa29e3cc: Preparing [2025-06-25T02:03:12.580Z] 0ce36ad5e79a: Preparing [2025-06-25T02:03:12.580Z] 3b4aad4c0ea1: Preparing [2025-06-25T02:03:12.580Z] 3c0c4b75ea5f: Preparing [2025-06-25T02:03:12.580Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:12.580Z] 7c16bb7904df: Preparing [2025-06-25T02:03:12.580Z] 335fde7ad29c: Preparing [2025-06-25T02:03:12.580Z] c8150db0cd63: Preparing [2025-06-25T02:03:12.580Z] 994456c4fd7b: Preparing [2025-06-25T02:03:12.580Z] 7c16bb7904df: Waiting [2025-06-25T02:03:12.580Z] 335fde7ad29c: Waiting [2025-06-25T02:03:12.580Z] 994456c4fd7b: Waiting [2025-06-25T02:03:12.580Z] 0ce36ad5e79a: Layer already exists [2025-06-25T02:03:12.580Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:12.580Z] 3c0c4b75ea5f: Layer already exists [2025-06-25T02:03:12.580Z] 3b4aad4c0ea1: Layer already exists [2025-06-25T02:03:12.580Z] 22b6fa29e3cc: Layer already exists [2025-06-25T02:03:12.580Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:12.580Z] 335fde7ad29c: Layer already exists [2025-06-25T02:03:12.580Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:12.580Z] c8150db0cd63: Layer already exists [2025-06-25T02:03:12.580Z] main: digest: sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:12.657Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:12.669Z] taggedImages: [2025-06-25T02:03:12.669Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:12.669Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-25T02:03:12.669Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 [2025-06-25T02:03:12.669Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:12.669Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-25T02:03:12.691Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-25T02:03:12.691Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:12.691Z] latest [2025-06-25T02:03:12.691Z] 4.1.0-dev.28 [2025-06-25T02:03:12.691Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:12.691Z] main [2025-06-25T02:03:12.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:13.029Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:13.352Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:13.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-25T02:03:13.352Z] da0d757d01fd: Preparing [2025-06-25T02:03:13.352Z] b896c02fb704: Preparing [2025-06-25T02:03:13.352Z] 6083e55d08d5: Preparing [2025-06-25T02:03:13.352Z] 2516b28671f2: Preparing [2025-06-25T02:03:13.352Z] 2dc6279f6938: Preparing [2025-06-25T02:03:13.352Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:13.352Z] 7c16bb7904df: Preparing [2025-06-25T02:03:13.352Z] d0a545b50535: Preparing [2025-06-25T02:03:13.352Z] 4433f6821a9c: Preparing [2025-06-25T02:03:13.352Z] 3130bffb5f23: Preparing [2025-06-25T02:03:13.352Z] 994456c4fd7b: Preparing [2025-06-25T02:03:13.352Z] d0a545b50535: Waiting [2025-06-25T02:03:13.352Z] 4433f6821a9c: Waiting [2025-06-25T02:03:13.352Z] 994456c4fd7b: Waiting [2025-06-25T02:03:13.352Z] 3130bffb5f23: Waiting [2025-06-25T02:03:13.352Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:13.352Z] 7c16bb7904df: Waiting [2025-06-25T02:03:13.352Z] b896c02fb704: Pushed [2025-06-25T02:03:13.352Z] 2dc6279f6938: Pushed [2025-06-25T02:03:13.352Z] 2516b28671f2: Pushed [2025-06-25T02:03:13.352Z] da0d757d01fd: Pushed [2025-06-25T02:03:13.352Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:13.352Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:13.352Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:13.352Z] d0a545b50535: Pushed [2025-06-25T02:03:13.610Z] 4433f6821a9c: Pushed [2025-06-25T02:03:14.601Z] 3130bffb5f23: Pushed [2025-06-25T02:03:15.218Z] 6083e55d08d5: Pushed [2025-06-25T02:03:15.218Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:15.628Z] + 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-25T02:03:15.967Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-25T02:03:15.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-25T02:03:15.967Z] da0d757d01fd: Preparing [2025-06-25T02:03:15.967Z] b896c02fb704: Preparing [2025-06-25T02:03:15.967Z] 6083e55d08d5: Preparing [2025-06-25T02:03:15.967Z] 2516b28671f2: Preparing [2025-06-25T02:03:15.967Z] 2dc6279f6938: Preparing [2025-06-25T02:03:15.967Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:15.967Z] 7c16bb7904df: Preparing [2025-06-25T02:03:15.967Z] d0a545b50535: Preparing [2025-06-25T02:03:15.967Z] 4433f6821a9c: Preparing [2025-06-25T02:03:15.967Z] 3130bffb5f23: Preparing [2025-06-25T02:03:15.967Z] 994456c4fd7b: Preparing [2025-06-25T02:03:15.967Z] 4433f6821a9c: Waiting [2025-06-25T02:03:15.967Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:15.967Z] 3130bffb5f23: Waiting [2025-06-25T02:03:15.967Z] 994456c4fd7b: Waiting [2025-06-25T02:03:15.967Z] 7c16bb7904df: Waiting [2025-06-25T02:03:15.967Z] d0a545b50535: Waiting [2025-06-25T02:03:15.967Z] b896c02fb704: Layer already exists [2025-06-25T02:03:15.967Z] 6083e55d08d5: Layer already exists [2025-06-25T02:03:15.967Z] 2dc6279f6938: Layer already exists [2025-06-25T02:03:15.967Z] 2516b28671f2: Layer already exists [2025-06-25T02:03:15.967Z] da0d757d01fd: Layer already exists [2025-06-25T02:03:15.967Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:15.967Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:15.967Z] d0a545b50535: Layer already exists [2025-06-25T02:03:15.967Z] 4433f6821a9c: Layer already exists [2025-06-25T02:03:15.967Z] 3130bffb5f23: Layer already exists [2025-06-25T02:03:15.967Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:15.967Z] latest: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:16.296Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:16.622Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 [2025-06-25T02:03:16.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-25T02:03:16.622Z] da0d757d01fd: Preparing [2025-06-25T02:03:16.622Z] b896c02fb704: Preparing [2025-06-25T02:03:16.622Z] 6083e55d08d5: Preparing [2025-06-25T02:03:16.622Z] 2516b28671f2: Preparing [2025-06-25T02:03:16.622Z] 2dc6279f6938: Preparing [2025-06-25T02:03:16.622Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:16.622Z] 7c16bb7904df: Preparing [2025-06-25T02:03:16.622Z] d0a545b50535: Preparing [2025-06-25T02:03:16.622Z] 4433f6821a9c: Preparing [2025-06-25T02:03:16.622Z] 3130bffb5f23: Preparing [2025-06-25T02:03:16.622Z] 994456c4fd7b: Preparing [2025-06-25T02:03:16.622Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:16.622Z] 4433f6821a9c: Waiting [2025-06-25T02:03:16.622Z] 7c16bb7904df: Waiting [2025-06-25T02:03:16.622Z] d0a545b50535: Waiting [2025-06-25T02:03:16.622Z] 994456c4fd7b: Waiting [2025-06-25T02:03:16.622Z] 3130bffb5f23: Waiting [2025-06-25T02:03:16.622Z] da0d757d01fd: Layer already exists [2025-06-25T02:03:16.622Z] 2516b28671f2: Layer already exists [2025-06-25T02:03:16.622Z] 2dc6279f6938: Layer already exists [2025-06-25T02:03:16.622Z] b896c02fb704: Layer already exists [2025-06-25T02:03:16.622Z] 6083e55d08d5: Layer already exists [2025-06-25T02:03:16.622Z] d0a545b50535: Layer already exists [2025-06-25T02:03:16.622Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:16.622Z] 4433f6821a9c: Layer already exists [2025-06-25T02:03:16.622Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:16.622Z] 3130bffb5f23: Layer already exists [2025-06-25T02:03:16.622Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:16.622Z] 4.1.0-dev.28: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:16.947Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:17.259Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:17.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-25T02:03:17.259Z] da0d757d01fd: Preparing [2025-06-25T02:03:17.259Z] b896c02fb704: Preparing [2025-06-25T02:03:17.259Z] 6083e55d08d5: Preparing [2025-06-25T02:03:17.259Z] 2516b28671f2: Preparing [2025-06-25T02:03:17.259Z] 2dc6279f6938: Preparing [2025-06-25T02:03:17.259Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:17.259Z] 7c16bb7904df: Preparing [2025-06-25T02:03:17.259Z] d0a545b50535: Preparing [2025-06-25T02:03:17.259Z] 4433f6821a9c: Preparing [2025-06-25T02:03:17.259Z] 3130bffb5f23: Preparing [2025-06-25T02:03:17.259Z] 994456c4fd7b: Preparing [2025-06-25T02:03:17.259Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:17.259Z] 7c16bb7904df: Waiting [2025-06-25T02:03:17.259Z] d0a545b50535: Waiting [2025-06-25T02:03:17.259Z] 994456c4fd7b: Waiting [2025-06-25T02:03:17.259Z] 4433f6821a9c: Waiting [2025-06-25T02:03:17.259Z] b896c02fb704: Layer already exists [2025-06-25T02:03:17.259Z] 2516b28671f2: Layer already exists [2025-06-25T02:03:17.259Z] 2dc6279f6938: Layer already exists [2025-06-25T02:03:17.259Z] 6083e55d08d5: Layer already exists [2025-06-25T02:03:17.259Z] da0d757d01fd: Layer already exists [2025-06-25T02:03:17.259Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:17.259Z] 4433f6821a9c: Layer already exists [2025-06-25T02:03:17.259Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:17.259Z] 3130bffb5f23: Layer already exists [2025-06-25T02:03:17.259Z] d0a545b50535: Layer already exists [2025-06-25T02:03:17.259Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:17.259Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:17.577Z] + 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-25T02:03:17.897Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-25T02:03:17.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-25T02:03:17.898Z] da0d757d01fd: Preparing [2025-06-25T02:03:17.898Z] b896c02fb704: Preparing [2025-06-25T02:03:17.898Z] 6083e55d08d5: Preparing [2025-06-25T02:03:17.898Z] 2516b28671f2: Preparing [2025-06-25T02:03:17.898Z] 2dc6279f6938: Preparing [2025-06-25T02:03:17.898Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:17.898Z] 7c16bb7904df: Preparing [2025-06-25T02:03:17.898Z] d0a545b50535: Preparing [2025-06-25T02:03:17.898Z] 4433f6821a9c: Preparing [2025-06-25T02:03:17.898Z] 3130bffb5f23: Preparing [2025-06-25T02:03:17.898Z] 994456c4fd7b: Preparing [2025-06-25T02:03:17.898Z] d0a545b50535: Waiting [2025-06-25T02:03:17.898Z] 3130bffb5f23: Waiting [2025-06-25T02:03:17.898Z] 4433f6821a9c: Waiting [2025-06-25T02:03:17.898Z] 994456c4fd7b: Waiting [2025-06-25T02:03:17.898Z] 7c16bb7904df: Waiting [2025-06-25T02:03:17.898Z] b896c02fb704: Layer already exists [2025-06-25T02:03:17.898Z] da0d757d01fd: Layer already exists [2025-06-25T02:03:17.898Z] 2516b28671f2: Layer already exists [2025-06-25T02:03:17.898Z] 6083e55d08d5: Layer already exists [2025-06-25T02:03:17.898Z] 2dc6279f6938: Layer already exists [2025-06-25T02:03:17.898Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:17.898Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:17.898Z] d0a545b50535: Layer already exists [2025-06-25T02:03:17.898Z] 4433f6821a9c: Layer already exists [2025-06-25T02:03:17.898Z] 3130bffb5f23: Layer already exists [2025-06-25T02:03:17.898Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:17.898Z] main: digest: sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:17.968Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:17.981Z] taggedImages: [2025-06-25T02:03:17.981Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:17.981Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-25T02:03:17.981Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 [2025-06-25T02:03:17.981Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:17.981Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-25T02:03:18.011Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-25T02:03:18.011Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:18.011Z] latest [2025-06-25T02:03:18.011Z] 4.1.0-dev.28 [2025-06-25T02:03:18.011Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:18.011Z] main [2025-06-25T02:03:18.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:18.354Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:18.677Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:18.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-25T02:03:18.677Z] 63fba84d465d: Preparing [2025-06-25T02:03:18.677Z] c2c29cc4f1a3: Preparing [2025-06-25T02:03:18.677Z] e55e76011fd7: Preparing [2025-06-25T02:03:18.677Z] ee7c6f37e176: Preparing [2025-06-25T02:03:18.677Z] 18457acefb1f: Preparing [2025-06-25T02:03:18.677Z] a0a2595a7d4e: Preparing [2025-06-25T02:03:18.677Z] 454698454a9f: Preparing [2025-06-25T02:03:18.677Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:18.677Z] 7c16bb7904df: Preparing [2025-06-25T02:03:18.677Z] 86764663c4d6: Preparing [2025-06-25T02:03:18.677Z] d3407d462dea: Preparing [2025-06-25T02:03:18.677Z] 994456c4fd7b: Preparing [2025-06-25T02:03:18.677Z] 454698454a9f: Waiting [2025-06-25T02:03:18.677Z] 86764663c4d6: Waiting [2025-06-25T02:03:18.677Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:18.677Z] 994456c4fd7b: Waiting [2025-06-25T02:03:18.677Z] 7c16bb7904df: Waiting [2025-06-25T02:03:18.677Z] a0a2595a7d4e: Waiting [2025-06-25T02:03:18.677Z] d3407d462dea: Waiting [2025-06-25T02:03:18.677Z] 63fba84d465d: Pushed [2025-06-25T02:03:18.677Z] c2c29cc4f1a3: Pushed [2025-06-25T02:03:18.677Z] 18457acefb1f: Pushed [2025-06-25T02:03:18.677Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:18.677Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:18.677Z] a0a2595a7d4e: Pushed [2025-06-25T02:03:18.677Z] 454698454a9f: Pushed [2025-06-25T02:03:18.677Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:18.936Z] 86764663c4d6: Pushed [2025-06-25T02:03:19.872Z] d3407d462dea: Pushed [2025-06-25T02:03:20.440Z] ee7c6f37e176: Pushed [2025-06-25T02:03:21.377Z] e55e76011fd7: Pushed [2025-06-25T02:03:21.377Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:21.700Z] + 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-25T02:03:22.024Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-25T02:03:22.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-25T02:03:22.024Z] 63fba84d465d: Preparing [2025-06-25T02:03:22.024Z] c2c29cc4f1a3: Preparing [2025-06-25T02:03:22.024Z] e55e76011fd7: Preparing [2025-06-25T02:03:22.024Z] ee7c6f37e176: Preparing [2025-06-25T02:03:22.024Z] 18457acefb1f: Preparing [2025-06-25T02:03:22.024Z] a0a2595a7d4e: Preparing [2025-06-25T02:03:22.024Z] 454698454a9f: Preparing [2025-06-25T02:03:22.024Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:22.024Z] 7c16bb7904df: Preparing [2025-06-25T02:03:22.024Z] 86764663c4d6: Preparing [2025-06-25T02:03:22.024Z] d3407d462dea: Preparing [2025-06-25T02:03:22.024Z] 994456c4fd7b: Preparing [2025-06-25T02:03:22.024Z] 454698454a9f: Waiting [2025-06-25T02:03:22.024Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:22.024Z] d3407d462dea: Waiting [2025-06-25T02:03:22.024Z] 7c16bb7904df: Waiting [2025-06-25T02:03:22.024Z] 994456c4fd7b: Waiting [2025-06-25T02:03:22.024Z] 86764663c4d6: Waiting [2025-06-25T02:03:22.024Z] a0a2595a7d4e: Waiting [2025-06-25T02:03:22.024Z] 18457acefb1f: Layer already exists [2025-06-25T02:03:22.024Z] 63fba84d465d: Layer already exists [2025-06-25T02:03:22.024Z] c2c29cc4f1a3: Layer already exists [2025-06-25T02:03:22.024Z] e55e76011fd7: Layer already exists [2025-06-25T02:03:22.024Z] ee7c6f37e176: Layer already exists [2025-06-25T02:03:22.024Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:22.024Z] 454698454a9f: Layer already exists [2025-06-25T02:03:22.024Z] a0a2595a7d4e: Layer already exists [2025-06-25T02:03:22.024Z] 86764663c4d6: Layer already exists [2025-06-25T02:03:22.024Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:22.024Z] d3407d462dea: Layer already exists [2025-06-25T02:03:22.024Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:22.024Z] latest: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:22.365Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:22.689Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 [2025-06-25T02:03:22.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-25T02:03:22.689Z] 63fba84d465d: Preparing [2025-06-25T02:03:22.689Z] c2c29cc4f1a3: Preparing [2025-06-25T02:03:22.689Z] e55e76011fd7: Preparing [2025-06-25T02:03:22.689Z] ee7c6f37e176: Preparing [2025-06-25T02:03:22.689Z] 18457acefb1f: Preparing [2025-06-25T02:03:22.689Z] a0a2595a7d4e: Preparing [2025-06-25T02:03:22.689Z] 454698454a9f: Preparing [2025-06-25T02:03:22.689Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:22.689Z] 7c16bb7904df: Preparing [2025-06-25T02:03:22.689Z] 86764663c4d6: Preparing [2025-06-25T02:03:22.689Z] d3407d462dea: Preparing [2025-06-25T02:03:22.689Z] 994456c4fd7b: Preparing [2025-06-25T02:03:22.689Z] a0a2595a7d4e: Waiting [2025-06-25T02:03:22.689Z] 454698454a9f: Waiting [2025-06-25T02:03:22.689Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:22.689Z] 7c16bb7904df: Waiting [2025-06-25T02:03:22.689Z] 86764663c4d6: Waiting [2025-06-25T02:03:22.689Z] d3407d462dea: Waiting [2025-06-25T02:03:22.689Z] 994456c4fd7b: Waiting [2025-06-25T02:03:22.689Z] ee7c6f37e176: Layer already exists [2025-06-25T02:03:22.689Z] 18457acefb1f: Layer already exists [2025-06-25T02:03:22.689Z] 63fba84d465d: Layer already exists [2025-06-25T02:03:22.689Z] e55e76011fd7: Layer already exists [2025-06-25T02:03:22.689Z] c2c29cc4f1a3: Layer already exists [2025-06-25T02:03:22.689Z] a0a2595a7d4e: Layer already exists [2025-06-25T02:03:22.689Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:22.689Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:22.689Z] 86764663c4d6: Layer already exists [2025-06-25T02:03:22.689Z] 454698454a9f: Layer already exists [2025-06-25T02:03:22.689Z] d3407d462dea: Layer already exists [2025-06-25T02:03:22.689Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:22.689Z] 4.1.0-dev.28: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:23.013Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:23.339Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:23.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-25T02:03:23.339Z] 63fba84d465d: Preparing [2025-06-25T02:03:23.339Z] c2c29cc4f1a3: Preparing [2025-06-25T02:03:23.339Z] e55e76011fd7: Preparing [2025-06-25T02:03:23.339Z] ee7c6f37e176: Preparing [2025-06-25T02:03:23.339Z] 18457acefb1f: Preparing [2025-06-25T02:03:23.339Z] a0a2595a7d4e: Preparing [2025-06-25T02:03:23.339Z] 454698454a9f: Preparing [2025-06-25T02:03:23.339Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:23.339Z] 7c16bb7904df: Preparing [2025-06-25T02:03:23.339Z] 86764663c4d6: Preparing [2025-06-25T02:03:23.339Z] d3407d462dea: Preparing [2025-06-25T02:03:23.339Z] 994456c4fd7b: Preparing [2025-06-25T02:03:23.339Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:23.339Z] 86764663c4d6: Waiting [2025-06-25T02:03:23.339Z] 7c16bb7904df: Waiting [2025-06-25T02:03:23.339Z] a0a2595a7d4e: Waiting [2025-06-25T02:03:23.339Z] 994456c4fd7b: Waiting [2025-06-25T02:03:23.339Z] 454698454a9f: Waiting [2025-06-25T02:03:23.339Z] d3407d462dea: Waiting [2025-06-25T02:03:23.339Z] e55e76011fd7: Layer already exists [2025-06-25T02:03:23.339Z] 18457acefb1f: Layer already exists [2025-06-25T02:03:23.339Z] ee7c6f37e176: Layer already exists [2025-06-25T02:03:23.339Z] 63fba84d465d: Layer already exists [2025-06-25T02:03:23.339Z] c2c29cc4f1a3: Layer already exists [2025-06-25T02:03:23.339Z] a0a2595a7d4e: Layer already exists [2025-06-25T02:03:23.339Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:23.339Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:23.339Z] 454698454a9f: Layer already exists [2025-06-25T02:03:23.339Z] 86764663c4d6: Layer already exists [2025-06-25T02:03:23.339Z] d3407d462dea: Layer already exists [2025-06-25T02:03:23.339Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:23.339Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:23.656Z] + 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-25T02:03:23.976Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-25T02:03:23.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-25T02:03:23.976Z] 63fba84d465d: Preparing [2025-06-25T02:03:23.976Z] c2c29cc4f1a3: Preparing [2025-06-25T02:03:23.976Z] e55e76011fd7: Preparing [2025-06-25T02:03:23.976Z] ee7c6f37e176: Preparing [2025-06-25T02:03:23.976Z] 18457acefb1f: Preparing [2025-06-25T02:03:23.976Z] a0a2595a7d4e: Preparing [2025-06-25T02:03:23.976Z] 454698454a9f: Preparing [2025-06-25T02:03:23.976Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:23.976Z] 7c16bb7904df: Preparing [2025-06-25T02:03:23.976Z] 86764663c4d6: Preparing [2025-06-25T02:03:23.976Z] d3407d462dea: Preparing [2025-06-25T02:03:23.976Z] 994456c4fd7b: Preparing [2025-06-25T02:03:23.976Z] a0a2595a7d4e: Waiting [2025-06-25T02:03:23.976Z] 454698454a9f: Waiting [2025-06-25T02:03:23.976Z] 98e52f5f14b6: Waiting [2025-06-25T02:03:23.976Z] 7c16bb7904df: Waiting [2025-06-25T02:03:23.976Z] d3407d462dea: Waiting [2025-06-25T02:03:23.976Z] 86764663c4d6: Waiting [2025-06-25T02:03:23.976Z] 18457acefb1f: Layer already exists [2025-06-25T02:03:23.976Z] 63fba84d465d: Layer already exists [2025-06-25T02:03:23.976Z] c2c29cc4f1a3: Layer already exists [2025-06-25T02:03:23.976Z] ee7c6f37e176: Layer already exists [2025-06-25T02:03:23.976Z] e55e76011fd7: Layer already exists [2025-06-25T02:03:23.976Z] a0a2595a7d4e: Layer already exists [2025-06-25T02:03:23.976Z] 454698454a9f: Layer already exists [2025-06-25T02:03:23.976Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:23.976Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:23.976Z] 86764663c4d6: Layer already exists [2025-06-25T02:03:23.976Z] d3407d462dea: Layer already exists [2025-06-25T02:03:23.976Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:23.976Z] main: digest: sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:24.039Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:24.049Z] taggedImages: [2025-06-25T02:03:24.049Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:24.049Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-25T02:03:24.049Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 [2025-06-25T02:03:24.049Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:24.049Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-25T02:03:24.079Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-25T02:03:24.079Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:24.079Z] latest [2025-06-25T02:03:24.079Z] 4.1.0-dev.28 [2025-06-25T02:03:24.079Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:24.079Z] main [2025-06-25T02:03:24.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:24.414Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:24.732Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:24.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-25T02:03:24.732Z] 8311a061bc9d: Preparing [2025-06-25T02:03:24.732Z] 93404ae6305b: Preparing [2025-06-25T02:03:24.732Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:24.732Z] 7c16bb7904df: Preparing [2025-06-25T02:03:24.732Z] 5a8ac90503cf: Preparing [2025-06-25T02:03:24.732Z] 9c0e362aad76: Preparing [2025-06-25T02:03:24.732Z] 994456c4fd7b: Preparing [2025-06-25T02:03:24.732Z] 9c0e362aad76: Waiting [2025-06-25T02:03:24.732Z] 994456c4fd7b: Waiting [2025-06-25T02:03:24.732Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:24.732Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:24.732Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:24.732Z] 5a8ac90503cf: Pushed [2025-06-25T02:03:24.732Z] 8311a061bc9d: Pushed [2025-06-25T02:03:25.667Z] 9c0e362aad76: Pushed [2025-06-25T02:03:27.566Z] 93404ae6305b: Pushed [2025-06-25T02:03:27.824Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:28.154Z] + 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-25T02:03:28.470Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-25T02:03:28.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-25T02:03:28.470Z] 8311a061bc9d: Preparing [2025-06-25T02:03:28.470Z] 93404ae6305b: Preparing [2025-06-25T02:03:28.470Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:28.470Z] 7c16bb7904df: Preparing [2025-06-25T02:03:28.470Z] 5a8ac90503cf: Preparing [2025-06-25T02:03:28.470Z] 9c0e362aad76: Preparing [2025-06-25T02:03:28.470Z] 994456c4fd7b: Preparing [2025-06-25T02:03:28.470Z] 9c0e362aad76: Waiting [2025-06-25T02:03:28.470Z] 994456c4fd7b: Waiting [2025-06-25T02:03:28.470Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:28.470Z] 93404ae6305b: Layer already exists [2025-06-25T02:03:28.470Z] 8311a061bc9d: Layer already exists [2025-06-25T02:03:28.470Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:28.470Z] 5a8ac90503cf: Layer already exists [2025-06-25T02:03:28.470Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:28.470Z] 9c0e362aad76: Layer already exists [2025-06-25T02:03:28.470Z] latest: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:28.792Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:29.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 [2025-06-25T02:03:29.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-25T02:03:29.120Z] 8311a061bc9d: Preparing [2025-06-25T02:03:29.120Z] 93404ae6305b: Preparing [2025-06-25T02:03:29.120Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:29.120Z] 7c16bb7904df: Preparing [2025-06-25T02:03:29.120Z] 5a8ac90503cf: Preparing [2025-06-25T02:03:29.120Z] 9c0e362aad76: Preparing [2025-06-25T02:03:29.120Z] 994456c4fd7b: Preparing [2025-06-25T02:03:29.120Z] 9c0e362aad76: Waiting [2025-06-25T02:03:29.120Z] 994456c4fd7b: Waiting [2025-06-25T02:03:29.120Z] 93404ae6305b: Layer already exists [2025-06-25T02:03:29.120Z] 8311a061bc9d: Layer already exists [2025-06-25T02:03:29.120Z] 5a8ac90503cf: Layer already exists [2025-06-25T02:03:29.120Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:29.120Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:29.120Z] 9c0e362aad76: Layer already exists [2025-06-25T02:03:29.120Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:29.120Z] 4.1.0-dev.28: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:29.436Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:29.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:29.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-25T02:03:29.740Z] 8311a061bc9d: Preparing [2025-06-25T02:03:29.740Z] 93404ae6305b: Preparing [2025-06-25T02:03:29.740Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:29.740Z] 7c16bb7904df: Preparing [2025-06-25T02:03:29.740Z] 5a8ac90503cf: Preparing [2025-06-25T02:03:29.740Z] 9c0e362aad76: Preparing [2025-06-25T02:03:29.740Z] 994456c4fd7b: Preparing [2025-06-25T02:03:29.740Z] 9c0e362aad76: Waiting [2025-06-25T02:03:29.740Z] 994456c4fd7b: Waiting [2025-06-25T02:03:29.740Z] 5a8ac90503cf: Layer already exists [2025-06-25T02:03:29.740Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:29.740Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:29.740Z] 93404ae6305b: Layer already exists [2025-06-25T02:03:29.740Z] 8311a061bc9d: Layer already exists [2025-06-25T02:03:29.740Z] 9c0e362aad76: Layer already exists [2025-06-25T02:03:29.740Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:29.740Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:30.073Z] + 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-25T02:03:30.399Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-25T02:03:30.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-25T02:03:30.399Z] 8311a061bc9d: Preparing [2025-06-25T02:03:30.399Z] 93404ae6305b: Preparing [2025-06-25T02:03:30.399Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:30.399Z] 7c16bb7904df: Preparing [2025-06-25T02:03:30.399Z] 5a8ac90503cf: Preparing [2025-06-25T02:03:30.399Z] 9c0e362aad76: Preparing [2025-06-25T02:03:30.399Z] 994456c4fd7b: Preparing [2025-06-25T02:03:30.399Z] 9c0e362aad76: Waiting [2025-06-25T02:03:30.399Z] 994456c4fd7b: Waiting [2025-06-25T02:03:30.399Z] 8311a061bc9d: Layer already exists [2025-06-25T02:03:30.399Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:30.399Z] 5a8ac90503cf: Layer already exists [2025-06-25T02:03:30.399Z] 93404ae6305b: Layer already exists [2025-06-25T02:03:30.399Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:30.399Z] 9c0e362aad76: Layer already exists [2025-06-25T02:03:30.399Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:30.399Z] main: digest: sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:30.467Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:30.480Z] taggedImages: [2025-06-25T02:03:30.480Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:30.480Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-25T02:03:30.480Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 [2025-06-25T02:03:30.480Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:30.480Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-25T02:03:30.503Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-25T02:03:30.503Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:30.503Z] latest [2025-06-25T02:03:30.503Z] 4.1.0-dev.28 [2025-06-25T02:03:30.503Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:30.503Z] main [2025-06-25T02:03:30.503Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:31.738Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:32.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:32.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-25T02:03:32.064Z] 15cf182ad422: Preparing [2025-06-25T02:03:32.064Z] 5110a354b972: Preparing [2025-06-25T02:03:32.064Z] ca382b8cd881: Preparing [2025-06-25T02:03:32.064Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:32.064Z] 7c16bb7904df: Preparing [2025-06-25T02:03:32.064Z] 320e0fc00093: Preparing [2025-06-25T02:03:32.064Z] 53ad41886474: Preparing [2025-06-25T02:03:32.064Z] 66082ff2f695: Preparing [2025-06-25T02:03:32.064Z] c39eadd62ce8: Preparing [2025-06-25T02:03:32.064Z] 994456c4fd7b: Preparing [2025-06-25T02:03:32.064Z] 53ad41886474: Waiting [2025-06-25T02:03:32.064Z] 994456c4fd7b: Waiting [2025-06-25T02:03:32.064Z] 66082ff2f695: Waiting [2025-06-25T02:03:32.064Z] c39eadd62ce8: Waiting [2025-06-25T02:03:32.064Z] 320e0fc00093: Waiting [2025-06-25T02:03:32.064Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:32.064Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:32.064Z] ca382b8cd881: Pushed [2025-06-25T02:03:32.064Z] 5110a354b972: Pushed [2025-06-25T02:03:32.064Z] 15cf182ad422: Pushed [2025-06-25T02:03:32.064Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:32.064Z] 66082ff2f695: Pushed [2025-06-25T02:03:32.627Z] c39eadd62ce8: Pushed [2025-06-25T02:03:37.494Z] 53ad41886474: Pushed [2025-06-25T02:03:44.053Z] 320e0fc00093: Pushed [2025-06-25T02:03:44.053Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:44.374Z] + 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-25T02:03:44.708Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-25T02:03:44.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-25T02:03:44.708Z] 15cf182ad422: Preparing [2025-06-25T02:03:44.708Z] 5110a354b972: Preparing [2025-06-25T02:03:44.708Z] ca382b8cd881: Preparing [2025-06-25T02:03:44.708Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:44.708Z] 7c16bb7904df: Preparing [2025-06-25T02:03:44.708Z] 320e0fc00093: Preparing [2025-06-25T02:03:44.708Z] 53ad41886474: Preparing [2025-06-25T02:03:44.708Z] 66082ff2f695: Preparing [2025-06-25T02:03:44.708Z] c39eadd62ce8: Preparing [2025-06-25T02:03:44.708Z] 994456c4fd7b: Preparing [2025-06-25T02:03:44.708Z] 320e0fc00093: Waiting [2025-06-25T02:03:44.708Z] 66082ff2f695: Waiting [2025-06-25T02:03:44.708Z] 53ad41886474: Waiting [2025-06-25T02:03:44.708Z] c39eadd62ce8: Waiting [2025-06-25T02:03:44.708Z] 994456c4fd7b: Waiting [2025-06-25T02:03:44.708Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:44.708Z] 15cf182ad422: Layer already exists [2025-06-25T02:03:44.708Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:44.708Z] ca382b8cd881: Layer already exists [2025-06-25T02:03:44.708Z] 5110a354b972: Layer already exists [2025-06-25T02:03:44.708Z] c39eadd62ce8: Layer already exists [2025-06-25T02:03:44.708Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:44.708Z] 53ad41886474: Layer already exists [2025-06-25T02:03:44.708Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:44.708Z] 66082ff2f695: Layer already exists [2025-06-25T02:03:44.708Z] latest: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:45.039Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:45.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 [2025-06-25T02:03:45.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-25T02:03:45.362Z] 15cf182ad422: Preparing [2025-06-25T02:03:45.362Z] 5110a354b972: Preparing [2025-06-25T02:03:45.362Z] ca382b8cd881: Preparing [2025-06-25T02:03:45.362Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:45.362Z] 7c16bb7904df: Preparing [2025-06-25T02:03:45.362Z] 320e0fc00093: Preparing [2025-06-25T02:03:45.362Z] 53ad41886474: Preparing [2025-06-25T02:03:45.362Z] 66082ff2f695: Preparing [2025-06-25T02:03:45.362Z] c39eadd62ce8: Preparing [2025-06-25T02:03:45.362Z] 994456c4fd7b: Preparing [2025-06-25T02:03:45.362Z] 320e0fc00093: Waiting [2025-06-25T02:03:45.362Z] 53ad41886474: Waiting [2025-06-25T02:03:45.362Z] 66082ff2f695: Waiting [2025-06-25T02:03:45.362Z] c39eadd62ce8: Waiting [2025-06-25T02:03:45.362Z] 994456c4fd7b: Waiting [2025-06-25T02:03:45.362Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:45.362Z] 15cf182ad422: Layer already exists [2025-06-25T02:03:45.362Z] ca382b8cd881: Layer already exists [2025-06-25T02:03:45.362Z] 5110a354b972: Layer already exists [2025-06-25T02:03:45.362Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:45.362Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:45.362Z] c39eadd62ce8: Layer already exists [2025-06-25T02:03:45.362Z] 53ad41886474: Layer already exists [2025-06-25T02:03:45.362Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:45.362Z] 66082ff2f695: Layer already exists [2025-06-25T02:03:45.362Z] 4.1.0-dev.28: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:45.692Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:46.022Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:46.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-25T02:03:46.022Z] 15cf182ad422: Preparing [2025-06-25T02:03:46.022Z] 5110a354b972: Preparing [2025-06-25T02:03:46.022Z] ca382b8cd881: Preparing [2025-06-25T02:03:46.022Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:46.022Z] 7c16bb7904df: Preparing [2025-06-25T02:03:46.022Z] 320e0fc00093: Preparing [2025-06-25T02:03:46.022Z] 53ad41886474: Preparing [2025-06-25T02:03:46.022Z] 66082ff2f695: Preparing [2025-06-25T02:03:46.022Z] c39eadd62ce8: Preparing [2025-06-25T02:03:46.022Z] 994456c4fd7b: Preparing [2025-06-25T02:03:46.022Z] 320e0fc00093: Waiting [2025-06-25T02:03:46.022Z] 53ad41886474: Waiting [2025-06-25T02:03:46.022Z] 66082ff2f695: Waiting [2025-06-25T02:03:46.022Z] c39eadd62ce8: Waiting [2025-06-25T02:03:46.022Z] 994456c4fd7b: Waiting [2025-06-25T02:03:46.022Z] ca382b8cd881: Layer already exists [2025-06-25T02:03:46.022Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:46.022Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:46.022Z] 15cf182ad422: Layer already exists [2025-06-25T02:03:46.022Z] 5110a354b972: Layer already exists [2025-06-25T02:03:46.022Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:46.022Z] 53ad41886474: Layer already exists [2025-06-25T02:03:46.022Z] 66082ff2f695: Layer already exists [2025-06-25T02:03:46.022Z] c39eadd62ce8: Layer already exists [2025-06-25T02:03:46.022Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:46.022Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:46.343Z] + 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-25T02:03:46.679Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-25T02:03:46.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-25T02:03:46.679Z] 15cf182ad422: Preparing [2025-06-25T02:03:46.679Z] 5110a354b972: Preparing [2025-06-25T02:03:46.679Z] ca382b8cd881: Preparing [2025-06-25T02:03:46.679Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:46.679Z] 7c16bb7904df: Preparing [2025-06-25T02:03:46.679Z] 320e0fc00093: Preparing [2025-06-25T02:03:46.679Z] 53ad41886474: Preparing [2025-06-25T02:03:46.679Z] 66082ff2f695: Preparing [2025-06-25T02:03:46.679Z] c39eadd62ce8: Preparing [2025-06-25T02:03:46.679Z] 994456c4fd7b: Preparing [2025-06-25T02:03:46.679Z] 53ad41886474: Waiting [2025-06-25T02:03:46.679Z] 320e0fc00093: Waiting [2025-06-25T02:03:46.679Z] 66082ff2f695: Waiting [2025-06-25T02:03:46.679Z] c39eadd62ce8: Waiting [2025-06-25T02:03:46.679Z] 994456c4fd7b: Waiting [2025-06-25T02:03:46.679Z] 5110a354b972: Layer already exists [2025-06-25T02:03:46.679Z] ca382b8cd881: Layer already exists [2025-06-25T02:03:46.679Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:46.679Z] 15cf182ad422: Layer already exists [2025-06-25T02:03:46.679Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:46.679Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:46.679Z] 66082ff2f695: Layer already exists [2025-06-25T02:03:46.679Z] 53ad41886474: Layer already exists [2025-06-25T02:03:46.679Z] c39eadd62ce8: Layer already exists [2025-06-25T02:03:46.679Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:46.679Z] main: digest: sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:46.755Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:46.773Z] taggedImages: [2025-06-25T02:03:46.773Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:46.773Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-25T02:03:46.773Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 [2025-06-25T02:03:46.773Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:46.773Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-25T02:03:46.800Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-25T02:03:46.800Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:46.800Z] latest [2025-06-25T02:03:46.800Z] 4.1.0-dev.28 [2025-06-25T02:03:46.800Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:46.800Z] main [2025-06-25T02:03:46.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:47.146Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:47.475Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:47.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-25T02:03:47.476Z] 6ebed22de517: Preparing [2025-06-25T02:03:47.476Z] 17edfae76739: Preparing [2025-06-25T02:03:47.476Z] 537b2ad8fd13: Preparing [2025-06-25T02:03:47.476Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:47.476Z] 7c16bb7904df: Preparing [2025-06-25T02:03:47.476Z] 320e0fc00093: Preparing [2025-06-25T02:03:47.476Z] 5be4349a52de: Preparing [2025-06-25T02:03:47.476Z] e3c406024f8a: Preparing [2025-06-25T02:03:47.476Z] 994456c4fd7b: Preparing [2025-06-25T02:03:47.476Z] 5be4349a52de: Waiting [2025-06-25T02:03:47.476Z] 320e0fc00093: Waiting [2025-06-25T02:03:47.476Z] 994456c4fd7b: Waiting [2025-06-25T02:03:47.476Z] e3c406024f8a: Waiting [2025-06-25T02:03:47.476Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:47.476Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:47.476Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:47.476Z] 17edfae76739: Pushed [2025-06-25T02:03:47.476Z] 6ebed22de517: Pushed [2025-06-25T02:03:47.476Z] 537b2ad8fd13: Pushed [2025-06-25T02:03:47.476Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:47.476Z] 5be4349a52de: Pushed [2025-06-25T02:03:47.735Z] e3c406024f8a: Pushed [2025-06-25T02:03:47.995Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:48.325Z] + 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-25T02:03:48.646Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-25T02:03:48.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-25T02:03:48.646Z] 6ebed22de517: Preparing [2025-06-25T02:03:48.646Z] 17edfae76739: Preparing [2025-06-25T02:03:48.646Z] 537b2ad8fd13: Preparing [2025-06-25T02:03:48.646Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:48.646Z] 7c16bb7904df: Preparing [2025-06-25T02:03:48.646Z] 320e0fc00093: Preparing [2025-06-25T02:03:48.646Z] 5be4349a52de: Preparing [2025-06-25T02:03:48.646Z] e3c406024f8a: Preparing [2025-06-25T02:03:48.646Z] 994456c4fd7b: Preparing [2025-06-25T02:03:48.646Z] 320e0fc00093: Waiting [2025-06-25T02:03:48.646Z] 5be4349a52de: Waiting [2025-06-25T02:03:48.646Z] e3c406024f8a: Waiting [2025-06-25T02:03:48.646Z] 994456c4fd7b: Waiting [2025-06-25T02:03:48.646Z] 537b2ad8fd13: Layer already exists [2025-06-25T02:03:48.646Z] 6ebed22de517: Layer already exists [2025-06-25T02:03:48.646Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:48.646Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:48.646Z] 17edfae76739: Layer already exists [2025-06-25T02:03:48.646Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:48.646Z] 5be4349a52de: Layer already exists [2025-06-25T02:03:48.646Z] e3c406024f8a: Layer already exists [2025-06-25T02:03:48.646Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:48.646Z] latest: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:49.478Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:49.801Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 [2025-06-25T02:03:49.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-25T02:03:49.801Z] 6ebed22de517: Preparing [2025-06-25T02:03:49.801Z] 17edfae76739: Preparing [2025-06-25T02:03:49.801Z] 537b2ad8fd13: Preparing [2025-06-25T02:03:49.801Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:49.801Z] 7c16bb7904df: Preparing [2025-06-25T02:03:49.801Z] 320e0fc00093: Preparing [2025-06-25T02:03:49.801Z] 5be4349a52de: Preparing [2025-06-25T02:03:49.801Z] e3c406024f8a: Preparing [2025-06-25T02:03:49.801Z] 994456c4fd7b: Preparing [2025-06-25T02:03:49.801Z] e3c406024f8a: Waiting [2025-06-25T02:03:49.801Z] 320e0fc00093: Waiting [2025-06-25T02:03:49.801Z] 5be4349a52de: Waiting [2025-06-25T02:03:49.801Z] 994456c4fd7b: Waiting [2025-06-25T02:03:49.801Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:49.801Z] 6ebed22de517: Layer already exists [2025-06-25T02:03:49.801Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:49.801Z] 537b2ad8fd13: Layer already exists [2025-06-25T02:03:49.801Z] 17edfae76739: Layer already exists [2025-06-25T02:03:49.801Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:49.801Z] e3c406024f8a: Layer already exists [2025-06-25T02:03:49.801Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:49.801Z] 5be4349a52de: Layer already exists [2025-06-25T02:03:49.801Z] 4.1.0-dev.28: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:50.118Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:50.240Z] #81 DONE 119.3s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #92 DONE 116.6s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #98 DONE 103.4s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #89 DONE 110.5s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #119 [security-bootstrapper builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #119 ... [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #91 DONE 107.6s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #97 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #97 DONE 111.8s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #120 [support-notifications builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #120 ... [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #121 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #122 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:03:50.240Z] #122 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #123 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #123 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #124 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #125 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:03:50.240Z] #126 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #127 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:03:50.240Z] #128 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #129 [core-metadata builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #129 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #130 [support-scheduler builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #130 DONE 2.1s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #131 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #131 DONE 2.0s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #132 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #133 [security-proxy-auth builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #133 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:03:50.240Z] #134 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #119 [security-bootstrapper builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #119 DONE 2.0s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #135 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #135 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #136 [security-secretstore-setup builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #136 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #137 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:03:50.240Z] #137 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #138 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-25T02:03:50.240Z] #138 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #139 [core-command builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #139 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #140 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-25T02:03:50.240Z] #140 CACHED [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #141 [core-data builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #141 DONE 2.1s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #142 [core-keeper builder 7/8] COPY . . [2025-06-25T02:03:50.240Z] #142 DONE 2.1s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #120 [support-notifications builder 6/7] COPY . . [2025-06-25T02:03:50.240Z] #120 DONE 2.1s [2025-06-25T02:03:50.240Z] [2025-06-25T02:03:50.240Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-25T02:03:50.440Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:50.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-25T02:03:50.440Z] 6ebed22de517: Preparing [2025-06-25T02:03:50.440Z] 17edfae76739: Preparing [2025-06-25T02:03:50.440Z] 537b2ad8fd13: Preparing [2025-06-25T02:03:50.440Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:50.440Z] 7c16bb7904df: Preparing [2025-06-25T02:03:50.440Z] 320e0fc00093: Preparing [2025-06-25T02:03:50.440Z] 5be4349a52de: Preparing [2025-06-25T02:03:50.440Z] e3c406024f8a: Preparing [2025-06-25T02:03:50.440Z] 994456c4fd7b: Preparing [2025-06-25T02:03:50.440Z] e3c406024f8a: Waiting [2025-06-25T02:03:50.440Z] 320e0fc00093: Waiting [2025-06-25T02:03:50.440Z] 5be4349a52de: Waiting [2025-06-25T02:03:50.440Z] 994456c4fd7b: Waiting [2025-06-25T02:03:50.440Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:50.440Z] 17edfae76739: Layer already exists [2025-06-25T02:03:50.440Z] 6ebed22de517: Layer already exists [2025-06-25T02:03:50.440Z] 537b2ad8fd13: Layer already exists [2025-06-25T02:03:50.440Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:50.440Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:50.440Z] e3c406024f8a: Layer already exists [2025-06-25T02:03:50.440Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:50.440Z] 5be4349a52de: Layer already exists [2025-06-25T02:03:50.440Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:50.762Z] + 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-25T02:03:51.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-25T02:03:51.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-25T02:03:51.078Z] 6ebed22de517: Preparing [2025-06-25T02:03:51.078Z] 17edfae76739: Preparing [2025-06-25T02:03:51.078Z] 537b2ad8fd13: Preparing [2025-06-25T02:03:51.078Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:51.078Z] 7c16bb7904df: Preparing [2025-06-25T02:03:51.078Z] 320e0fc00093: Preparing [2025-06-25T02:03:51.078Z] 5be4349a52de: Preparing [2025-06-25T02:03:51.078Z] e3c406024f8a: Preparing [2025-06-25T02:03:51.078Z] 994456c4fd7b: Preparing [2025-06-25T02:03:51.078Z] 5be4349a52de: Waiting [2025-06-25T02:03:51.078Z] e3c406024f8a: Waiting [2025-06-25T02:03:51.078Z] 994456c4fd7b: Waiting [2025-06-25T02:03:51.078Z] 320e0fc00093: Waiting [2025-06-25T02:03:51.078Z] 6ebed22de517: Layer already exists [2025-06-25T02:03:51.078Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:51.078Z] 537b2ad8fd13: Layer already exists [2025-06-25T02:03:51.078Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:51.078Z] 17edfae76739: Layer already exists [2025-06-25T02:03:51.078Z] 320e0fc00093: Layer already exists [2025-06-25T02:03:51.078Z] 5be4349a52de: Layer already exists [2025-06-25T02:03:51.078Z] e3c406024f8a: Layer already exists [2025-06-25T02:03:51.078Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:51.078Z] main: digest: sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:03:51.143Z] ===================================================== [Pipeline] echo [2025-06-25T02:03:51.154Z] taggedImages: [2025-06-25T02:03:51.154Z] - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:51.154Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-25T02:03:51.154Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 [2025-06-25T02:03:51.154Z] - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:51.154Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-25T02:03:51.178Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-25T02:03:51.178Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:51.178Z] latest [2025-06-25T02:03:51.178Z] 4.1.0-dev.28 [2025-06-25T02:03:51.178Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:03:51.178Z] main [2025-06-25T02:03:51.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:51.504Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:03:51.688Z] #143 ... [2025-06-25T02:03:51.688Z] [2025-06-25T02:03:51.688Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-25T02:03:51.688Z] #0 5.222 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-25T02:03:51.807Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:03:51.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-25T02:03:51.807Z] 3121513cc492: Preparing [2025-06-25T02:03:51.807Z] 49a9c8c5e31b: Preparing [2025-06-25T02:03:51.807Z] c729fa6810fe: Preparing [2025-06-25T02:03:51.807Z] 98e52f5f14b6: Preparing [2025-06-25T02:03:51.807Z] 7c16bb7904df: Preparing [2025-06-25T02:03:51.807Z] ff91b018263b: Preparing [2025-06-25T02:03:51.807Z] 66082ff2f695: Preparing [2025-06-25T02:03:51.807Z] c39eadd62ce8: Preparing [2025-06-25T02:03:51.807Z] 994456c4fd7b: Preparing [2025-06-25T02:03:51.807Z] 66082ff2f695: Waiting [2025-06-25T02:03:51.807Z] c39eadd62ce8: Waiting [2025-06-25T02:03:51.807Z] 994456c4fd7b: Waiting [2025-06-25T02:03:51.807Z] ff91b018263b: Waiting [2025-06-25T02:03:51.807Z] 7c16bb7904df: Layer already exists [2025-06-25T02:03:51.807Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:03:51.807Z] 66082ff2f695: Layer already exists [2025-06-25T02:03:51.807Z] c39eadd62ce8: Layer already exists [2025-06-25T02:03:51.807Z] 994456c4fd7b: Layer already exists [2025-06-25T02:03:51.807Z] 3121513cc492: Pushed [2025-06-25T02:03:51.807Z] c729fa6810fe: Pushed [2025-06-25T02:03:51.807Z] 49a9c8c5e31b: Pushed [2025-06-25T02:03:51.963Z] #144 ... [2025-06-25T02:03:51.963Z] [2025-06-25T02:03:51.963Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T02:03:51.963Z] #0 5.821 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-25T02:03:52.577Z] #145 ... [2025-06-25T02:03:52.577Z] [2025-06-25T02:03:52.577Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-25T02:03:52.577Z] #143 6.433 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-25T02:03:55.909Z] #143 ... [2025-06-25T02:03:55.909Z] [2025-06-25T02:03:55.909Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-25T02:03:55.909Z] #0 6.127 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-25T02:03:56.179Z] #146 ... [2025-06-25T02:03:56.179Z] [2025-06-25T02:03:56.179Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-25T02:03:56.179Z] #0 6.185 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-25T02:03:56.445Z] #147 ... [2025-06-25T02:03:56.445Z] [2025-06-25T02:03:56.445Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-25T02:03:56.445Z] #0 4.557 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-25T02:03:56.445Z] #148 ... [2025-06-25T02:03:56.445Z] [2025-06-25T02:03:56.445Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-25T02:03:56.445Z] #0 5.741 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-25T02:03:56.758Z] #149 ... [2025-06-25T02:03:56.758Z] [2025-06-25T02:03:56.758Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-25T02:03:56.758Z] #0 6.578 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-25T02:03:57.024Z] #150 ... [2025-06-25T02:03:57.024Z] [2025-06-25T02:03:57.024Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-25T02:03:57.024Z] #0 6.401 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-25T02:03:57.024Z] #151 ... [2025-06-25T02:03:57.024Z] [2025-06-25T02:03:57.024Z] #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-25T02:03:57.024Z] #0 4.429 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-25T02:03:57.297Z] #152 ... [2025-06-25T02:03:57.297Z] [2025-06-25T02:03:57.297Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:03:57.297Z] #0 5.048 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-25T02:03:57.297Z] #153 ... [2025-06-25T02:03:57.297Z] [2025-06-25T02:03:57.297Z] #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-25T02:03:57.297Z] #0 5.866 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-25T02:04:04.008Z] ff91b018263b: Pushed [2025-06-25T02:04:04.008Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:04.333Z] + 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-25T02:04:04.650Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-25T02:04:04.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-25T02:04:04.650Z] 3121513cc492: Preparing [2025-06-25T02:04:04.650Z] 49a9c8c5e31b: Preparing [2025-06-25T02:04:04.650Z] c729fa6810fe: Preparing [2025-06-25T02:04:04.650Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:04.650Z] 7c16bb7904df: Preparing [2025-06-25T02:04:04.650Z] ff91b018263b: Preparing [2025-06-25T02:04:04.650Z] 66082ff2f695: Preparing [2025-06-25T02:04:04.650Z] c39eadd62ce8: Preparing [2025-06-25T02:04:04.650Z] 994456c4fd7b: Preparing [2025-06-25T02:04:04.650Z] ff91b018263b: Waiting [2025-06-25T02:04:04.650Z] 66082ff2f695: Waiting [2025-06-25T02:04:04.650Z] c39eadd62ce8: Waiting [2025-06-25T02:04:04.650Z] 994456c4fd7b: Waiting [2025-06-25T02:04:04.650Z] c729fa6810fe: Layer already exists [2025-06-25T02:04:04.650Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:04.650Z] 49a9c8c5e31b: Layer already exists [2025-06-25T02:04:04.650Z] 3121513cc492: Layer already exists [2025-06-25T02:04:04.650Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:04.650Z] ff91b018263b: Layer already exists [2025-06-25T02:04:04.650Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:04.650Z] 66082ff2f695: Layer already exists [2025-06-25T02:04:04.650Z] c39eadd62ce8: Layer already exists [2025-06-25T02:04:04.650Z] latest: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:04.969Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:05.277Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 [2025-06-25T02:04:05.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-25T02:04:05.278Z] 3121513cc492: Preparing [2025-06-25T02:04:05.278Z] 49a9c8c5e31b: Preparing [2025-06-25T02:04:05.278Z] c729fa6810fe: Preparing [2025-06-25T02:04:05.278Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:05.278Z] 7c16bb7904df: Preparing [2025-06-25T02:04:05.278Z] ff91b018263b: Preparing [2025-06-25T02:04:05.278Z] 66082ff2f695: Preparing [2025-06-25T02:04:05.278Z] c39eadd62ce8: Preparing [2025-06-25T02:04:05.278Z] 994456c4fd7b: Preparing [2025-06-25T02:04:05.278Z] 66082ff2f695: Waiting [2025-06-25T02:04:05.278Z] ff91b018263b: Waiting [2025-06-25T02:04:05.278Z] c39eadd62ce8: Waiting [2025-06-25T02:04:05.278Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:05.278Z] c729fa6810fe: Layer already exists [2025-06-25T02:04:05.278Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:05.278Z] 3121513cc492: Layer already exists [2025-06-25T02:04:05.278Z] 49a9c8c5e31b: Layer already exists [2025-06-25T02:04:05.278Z] c39eadd62ce8: Layer already exists [2025-06-25T02:04:05.278Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:05.278Z] 66082ff2f695: Layer already exists [2025-06-25T02:04:05.278Z] ff91b018263b: Layer already exists [2025-06-25T02:04:05.278Z] 4.1.0-dev.28: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:05.604Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:05.922Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:05.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-25T02:04:05.922Z] 3121513cc492: Preparing [2025-06-25T02:04:05.922Z] 49a9c8c5e31b: Preparing [2025-06-25T02:04:05.922Z] c729fa6810fe: Preparing [2025-06-25T02:04:05.922Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:05.922Z] 7c16bb7904df: Preparing [2025-06-25T02:04:05.922Z] ff91b018263b: Preparing [2025-06-25T02:04:05.922Z] 66082ff2f695: Preparing [2025-06-25T02:04:05.922Z] c39eadd62ce8: Preparing [2025-06-25T02:04:05.922Z] 994456c4fd7b: Preparing [2025-06-25T02:04:05.922Z] ff91b018263b: Waiting [2025-06-25T02:04:05.922Z] 66082ff2f695: Waiting [2025-06-25T02:04:05.922Z] c39eadd62ce8: Waiting [2025-06-25T02:04:05.922Z] 994456c4fd7b: Waiting [2025-06-25T02:04:05.922Z] c729fa6810fe: Layer already exists [2025-06-25T02:04:05.922Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:05.922Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:05.922Z] 49a9c8c5e31b: Layer already exists [2025-06-25T02:04:05.922Z] 3121513cc492: Layer already exists [2025-06-25T02:04:05.922Z] 66082ff2f695: Layer already exists [2025-06-25T02:04:05.922Z] ff91b018263b: Layer already exists [2025-06-25T02:04:05.922Z] c39eadd62ce8: Layer already exists [2025-06-25T02:04:05.922Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:05.922Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:06.243Z] + 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-25T02:04:06.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-25T02:04:06.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-25T02:04:06.564Z] 3121513cc492: Preparing [2025-06-25T02:04:06.564Z] 49a9c8c5e31b: Preparing [2025-06-25T02:04:06.564Z] c729fa6810fe: Preparing [2025-06-25T02:04:06.564Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:06.564Z] 7c16bb7904df: Preparing [2025-06-25T02:04:06.564Z] ff91b018263b: Preparing [2025-06-25T02:04:06.564Z] 66082ff2f695: Preparing [2025-06-25T02:04:06.564Z] c39eadd62ce8: Preparing [2025-06-25T02:04:06.564Z] 994456c4fd7b: Preparing [2025-06-25T02:04:06.564Z] c39eadd62ce8: Waiting [2025-06-25T02:04:06.564Z] 66082ff2f695: Waiting [2025-06-25T02:04:06.564Z] 994456c4fd7b: Waiting [2025-06-25T02:04:06.564Z] ff91b018263b: Waiting [2025-06-25T02:04:06.564Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:06.564Z] 3121513cc492: Layer already exists [2025-06-25T02:04:06.564Z] c729fa6810fe: Layer already exists [2025-06-25T02:04:06.564Z] 49a9c8c5e31b: Layer already exists [2025-06-25T02:04:06.564Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:06.564Z] 66082ff2f695: Layer already exists [2025-06-25T02:04:06.564Z] ff91b018263b: Layer already exists [2025-06-25T02:04:06.564Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:06.564Z] c39eadd62ce8: Layer already exists [2025-06-25T02:04:06.564Z] main: digest: sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:04:06.632Z] ===================================================== [Pipeline] echo [2025-06-25T02:04:06.644Z] taggedImages: [2025-06-25T02:04:06.644Z] - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:06.644Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-25T02:04:06.644Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 [2025-06-25T02:04:06.644Z] - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:06.644Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-25T02:04:06.673Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-25T02:04:06.673Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:06.673Z] latest [2025-06-25T02:04:06.673Z] 4.1.0-dev.28 [2025-06-25T02:04:06.673Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:06.673Z] main [2025-06-25T02:04:06.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:07.021Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:07.347Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:07.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-25T02:04:07.347Z] 0825bec9f7b9: Preparing [2025-06-25T02:04:07.347Z] 876c58d06e0f: Preparing [2025-06-25T02:04:07.347Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:07.347Z] 7c16bb7904df: Preparing [2025-06-25T02:04:07.347Z] 7b9e1965bd13: Preparing [2025-06-25T02:04:07.347Z] 388ca505f815: Preparing [2025-06-25T02:04:07.347Z] 994456c4fd7b: Preparing [2025-06-25T02:04:07.347Z] 994456c4fd7b: Waiting [2025-06-25T02:04:07.347Z] 388ca505f815: Waiting [2025-06-25T02:04:07.347Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:07.347Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:07.347Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:07.347Z] 7b9e1965bd13: Pushed [2025-06-25T02:04:07.347Z] 0825bec9f7b9: Pushed [2025-06-25T02:04:07.913Z] 388ca505f815: Pushed [2025-06-25T02:04:11.201Z] 876c58d06e0f: Pushed [2025-06-25T02:04:11.201Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:11.531Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:11.850Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-25T02:04:11.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-25T02:04:11.850Z] 0825bec9f7b9: Preparing [2025-06-25T02:04:11.850Z] 876c58d06e0f: Preparing [2025-06-25T02:04:11.850Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:11.850Z] 7c16bb7904df: Preparing [2025-06-25T02:04:11.850Z] 7b9e1965bd13: Preparing [2025-06-25T02:04:11.850Z] 388ca505f815: Preparing [2025-06-25T02:04:11.850Z] 994456c4fd7b: Preparing [2025-06-25T02:04:11.850Z] 388ca505f815: Waiting [2025-06-25T02:04:11.850Z] 994456c4fd7b: Waiting [2025-06-25T02:04:11.850Z] 7b9e1965bd13: Layer already exists [2025-06-25T02:04:11.850Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:11.850Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:11.850Z] 876c58d06e0f: Layer already exists [2025-06-25T02:04:11.850Z] 0825bec9f7b9: Layer already exists [2025-06-25T02:04:11.850Z] 388ca505f815: Layer already exists [2025-06-25T02:04:11.850Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:11.850Z] latest: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:12.172Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:12.488Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 [2025-06-25T02:04:12.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-25T02:04:12.488Z] 0825bec9f7b9: Preparing [2025-06-25T02:04:12.488Z] 876c58d06e0f: Preparing [2025-06-25T02:04:12.488Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:12.488Z] 7c16bb7904df: Preparing [2025-06-25T02:04:12.488Z] 7b9e1965bd13: Preparing [2025-06-25T02:04:12.488Z] 388ca505f815: Preparing [2025-06-25T02:04:12.488Z] 994456c4fd7b: Preparing [2025-06-25T02:04:12.488Z] 388ca505f815: Waiting [2025-06-25T02:04:12.488Z] 994456c4fd7b: Waiting [2025-06-25T02:04:12.488Z] 0825bec9f7b9: Layer already exists [2025-06-25T02:04:12.488Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:12.488Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:12.488Z] 7b9e1965bd13: Layer already exists [2025-06-25T02:04:12.488Z] 876c58d06e0f: Layer already exists [2025-06-25T02:04:12.488Z] 388ca505f815: Layer already exists [2025-06-25T02:04:12.488Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:12.488Z] 4.1.0-dev.28: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:12.809Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:13.180Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:13.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-25T02:04:13.180Z] 0825bec9f7b9: Preparing [2025-06-25T02:04:13.180Z] 876c58d06e0f: Preparing [2025-06-25T02:04:13.180Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:13.180Z] 7c16bb7904df: Preparing [2025-06-25T02:04:13.180Z] 7b9e1965bd13: Preparing [2025-06-25T02:04:13.180Z] 388ca505f815: Preparing [2025-06-25T02:04:13.180Z] 994456c4fd7b: Preparing [2025-06-25T02:04:13.180Z] 388ca505f815: Waiting [2025-06-25T02:04:13.180Z] 994456c4fd7b: Waiting [2025-06-25T02:04:13.180Z] 876c58d06e0f: Layer already exists [2025-06-25T02:04:13.180Z] 0825bec9f7b9: Layer already exists [2025-06-25T02:04:13.180Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:13.180Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:13.180Z] 7b9e1965bd13: Layer already exists [2025-06-25T02:04:13.180Z] 388ca505f815: Layer already exists [2025-06-25T02:04:13.180Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:13.180Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:13.503Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:13.832Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-25T02:04:13.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-25T02:04:13.833Z] 0825bec9f7b9: Preparing [2025-06-25T02:04:13.833Z] 876c58d06e0f: Preparing [2025-06-25T02:04:13.833Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:13.833Z] 7c16bb7904df: Preparing [2025-06-25T02:04:13.833Z] 7b9e1965bd13: Preparing [2025-06-25T02:04:13.833Z] 388ca505f815: Preparing [2025-06-25T02:04:13.833Z] 994456c4fd7b: Preparing [2025-06-25T02:04:13.833Z] 388ca505f815: Waiting [2025-06-25T02:04:13.833Z] 7b9e1965bd13: Layer already exists [2025-06-25T02:04:13.833Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:13.833Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:13.833Z] 876c58d06e0f: Layer already exists [2025-06-25T02:04:13.833Z] 0825bec9f7b9: Layer already exists [2025-06-25T02:04:13.833Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:13.833Z] 388ca505f815: Layer already exists [2025-06-25T02:04:13.833Z] main: digest: sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:04:13.900Z] ===================================================== [Pipeline] echo [2025-06-25T02:04:13.911Z] taggedImages: [2025-06-25T02:04:13.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:13.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-25T02:04:13.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 [2025-06-25T02:04:13.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:13.911Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-25T02:04:13.935Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-25T02:04:13.935Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:13.935Z] latest [2025-06-25T02:04:13.935Z] 4.1.0-dev.28 [2025-06-25T02:04:13.935Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:13.935Z] main [2025-06-25T02:04:13.935Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:14.266Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:14.585Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:14.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-25T02:04:14.585Z] ec96ff61a6f1: Preparing [2025-06-25T02:04:14.585Z] f1dc935fe65a: Preparing [2025-06-25T02:04:14.585Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:14.585Z] 7c16bb7904df: Preparing [2025-06-25T02:04:14.585Z] ad69d238a838: Preparing [2025-06-25T02:04:14.585Z] 62dd1a494d87: Preparing [2025-06-25T02:04:14.585Z] 994456c4fd7b: Preparing [2025-06-25T02:04:14.585Z] 62dd1a494d87: Waiting [2025-06-25T02:04:14.585Z] 994456c4fd7b: Waiting [2025-06-25T02:04:14.585Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:14.585Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:14.585Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:14.585Z] ad69d238a838: Pushed [2025-06-25T02:04:14.585Z] ec96ff61a6f1: Pushed [2025-06-25T02:04:14.843Z] 62dd1a494d87: Pushed [2025-06-25T02:04:18.130Z] f1dc935fe65a: Pushed [2025-06-25T02:04:18.389Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:18.714Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:19.084Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-25T02:04:19.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-25T02:04:19.084Z] ec96ff61a6f1: Preparing [2025-06-25T02:04:19.084Z] f1dc935fe65a: Preparing [2025-06-25T02:04:19.084Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:19.084Z] 7c16bb7904df: Preparing [2025-06-25T02:04:19.084Z] ad69d238a838: Preparing [2025-06-25T02:04:19.084Z] 62dd1a494d87: Preparing [2025-06-25T02:04:19.084Z] 994456c4fd7b: Preparing [2025-06-25T02:04:19.084Z] 62dd1a494d87: Waiting [2025-06-25T02:04:19.084Z] 994456c4fd7b: Waiting [2025-06-25T02:04:19.084Z] f1dc935fe65a: Layer already exists [2025-06-25T02:04:19.084Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:19.084Z] ad69d238a838: Layer already exists [2025-06-25T02:04:19.084Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:19.084Z] ec96ff61a6f1: Layer already exists [2025-06-25T02:04:19.084Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:19.084Z] 62dd1a494d87: Layer already exists [2025-06-25T02:04:19.084Z] latest: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:19.427Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:19.764Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 [2025-06-25T02:04:19.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-25T02:04:19.764Z] ec96ff61a6f1: Preparing [2025-06-25T02:04:19.764Z] f1dc935fe65a: Preparing [2025-06-25T02:04:19.764Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:19.764Z] 7c16bb7904df: Preparing [2025-06-25T02:04:19.764Z] ad69d238a838: Preparing [2025-06-25T02:04:19.764Z] 62dd1a494d87: Preparing [2025-06-25T02:04:19.764Z] 994456c4fd7b: Preparing [2025-06-25T02:04:19.764Z] 994456c4fd7b: Waiting [2025-06-25T02:04:19.764Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:19.764Z] ec96ff61a6f1: Layer already exists [2025-06-25T02:04:19.764Z] ad69d238a838: Layer already exists [2025-06-25T02:04:19.764Z] f1dc935fe65a: Layer already exists [2025-06-25T02:04:19.764Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:19.764Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:19.764Z] 62dd1a494d87: Layer already exists [2025-06-25T02:04:19.764Z] 4.1.0-dev.28: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:20.083Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:20.404Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:20.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-25T02:04:20.404Z] ec96ff61a6f1: Preparing [2025-06-25T02:04:20.404Z] f1dc935fe65a: Preparing [2025-06-25T02:04:20.404Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:20.404Z] 7c16bb7904df: Preparing [2025-06-25T02:04:20.404Z] ad69d238a838: Preparing [2025-06-25T02:04:20.404Z] 62dd1a494d87: Preparing [2025-06-25T02:04:20.404Z] 994456c4fd7b: Preparing [2025-06-25T02:04:20.404Z] 62dd1a494d87: Waiting [2025-06-25T02:04:20.404Z] 994456c4fd7b: Waiting [2025-06-25T02:04:20.404Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:20.404Z] ec96ff61a6f1: Layer already exists [2025-06-25T02:04:20.404Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:20.404Z] ad69d238a838: Layer already exists [2025-06-25T02:04:20.404Z] f1dc935fe65a: Layer already exists [2025-06-25T02:04:20.404Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:20.404Z] 62dd1a494d87: Layer already exists [2025-06-25T02:04:20.405Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:20.743Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:04:21.067Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-25T02:04:21.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-25T02:04:21.067Z] ec96ff61a6f1: Preparing [2025-06-25T02:04:21.067Z] f1dc935fe65a: Preparing [2025-06-25T02:04:21.067Z] 98e52f5f14b6: Preparing [2025-06-25T02:04:21.067Z] 7c16bb7904df: Preparing [2025-06-25T02:04:21.067Z] ad69d238a838: Preparing [2025-06-25T02:04:21.067Z] 62dd1a494d87: Preparing [2025-06-25T02:04:21.067Z] 994456c4fd7b: Preparing [2025-06-25T02:04:21.067Z] 62dd1a494d87: Waiting [2025-06-25T02:04:21.067Z] 994456c4fd7b: Waiting [2025-06-25T02:04:21.067Z] f1dc935fe65a: Layer already exists [2025-06-25T02:04:21.067Z] ad69d238a838: Layer already exists [2025-06-25T02:04:21.067Z] 98e52f5f14b6: Layer already exists [2025-06-25T02:04:21.067Z] 7c16bb7904df: Layer already exists [2025-06-25T02:04:21.067Z] ec96ff61a6f1: Layer already exists [2025-06-25T02:04:21.067Z] 62dd1a494d87: Layer already exists [2025-06-25T02:04:21.067Z] 994456c4fd7b: Layer already exists [2025-06-25T02:04:21.067Z] main: digest: sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:04:21.130Z] ===================================================== [Pipeline] echo [2025-06-25T02:04:21.143Z] taggedImages: [2025-06-25T02:04:21.143Z] - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.143Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-25T02:04:21.143Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 [2025-06-25T02:04:21.143Z] - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.143Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-25T02:04:21.214Z] ========================================================= [2025-06-25T02:04:21.214Z] [edgeXBuildMultiArch] RAW Config: [2025-06-25T02:04:21.214Z] images: [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:04:21.214Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-25T02:04:21.214Z] settingsFile: [2025-06-25T02:04:21.214Z] edgex-go-settings [2025-06-25T02:04:21.214Z] ========================================================= [Pipeline] node [2025-06-25T02:04:36.217Z] Still waiting to schedule task [2025-06-25T02:04:36.217Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-25T02:05:00.339Z] Running on prd-centos7-docker-4c-2g-4005 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T02:05:00.382Z] provisioning config files... [2025-06-25T02:05:00.404Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5868677613221468890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:05:04.654Z] ---> ****-login.sh [2025-06-25T02:05:04.654Z] nexus3.edgexfoundry.org:10001 [2025-06-25T02:05:04.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:05:05.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:05:05.873Z] Configure a credential helper to remove this warning. See [2025-06-25T02:05:05.873Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:05:05.873Z] [2025-06-25T02:05:05.873Z] Login Succeeded [2025-06-25T02:05:05.873Z] nexus3.edgexfoundry.org:10002 [2025-06-25T02:05:05.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:05:05.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:05:05.873Z] Configure a credential helper to remove this warning. See [2025-06-25T02:05:05.873Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:05:05.873Z] [2025-06-25T02:05:05.873Z] Login Succeeded [2025-06-25T02:05:05.873Z] nexus3.edgexfoundry.org:10003 [2025-06-25T02:05:05.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:05:05.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:05:05.873Z] Configure a credential helper to remove this warning. See [2025-06-25T02:05:05.874Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:05:05.874Z] [2025-06-25T02:05:05.874Z] Login Succeeded [2025-06-25T02:05:05.874Z] nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:05.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:05:06.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:05:06.137Z] Configure a credential helper to remove this warning. See [2025-06-25T02:05:06.137Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:05:06.137Z] [2025-06-25T02:05:06.137Z] Login Succeeded [2025-06-25T02:05:06.137Z] ****.io [2025-06-25T02:05:06.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:05:06.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:05:06.137Z] Configure a credential helper to remove this warning. See [2025-06-25T02:05:06.137Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:05:06.137Z] [2025-06-25T02:05:06.137Z] Login Succeeded [2025-06-25T02:05:06.137Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T02:05:06.145Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-25T02:05:06.508Z] + docker buildx ls [2025-06-25T02:05:06.508Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-25T02:05:06.508Z] default * docker [2025-06-25T02:05:06.508Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-25T02:05:06.812Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-25T02:05:06.812Z] edgex-builder [Pipeline] sh [2025-06-25T02:05:07.104Z] + docker buildx inspect --bootstrap [2025-06-25T02:05:07.105Z] #1 [internal] booting buildkit [2025-06-25T02:05:07.105Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-25T02:05:11.312Z] #1 pulling image moby/buildkit:buildx-stable-1 3.6s done [2025-06-25T02:05:11.312Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-25T02:05:11.883Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2025-06-25T02:05:11.883Z] #1 DONE 5.1s [2025-06-25T02:05:12.143Z] Name: edgex-builder [2025-06-25T02:05:12.143Z] Driver: docker-container [2025-06-25T02:05:12.143Z] [2025-06-25T02:05:12.143Z] Nodes: [2025-06-25T02:05:12.143Z] Name: edgex-builder0 [2025-06-25T02:05:12.143Z] Endpoint: unix:///var/run/docker.sock [2025-06-25T02:05:12.143Z] Status: running [2025-06-25T02:05:12.143Z] Buildkit: v0.22.0 [2025-06-25T02:05:12.143Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-25T02:05:12.450Z] + docker buildx ls [2025-06-25T02:05:12.451Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-25T02:05:12.451Z] edgex-builder * docker-container [2025-06-25T02:05:12.451Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-25T02:05:12.451Z] default docker [2025-06-25T02:05:12.451Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-25T02:05:12.748Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:12.748Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:13.011Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:13.011Z] #1 transferring dockerfile: 197B done [2025-06-25T02:05:13.011Z] #1 DONE 0.0s [2025-06-25T02:05:13.011Z] [2025-06-25T02:05:13.011Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:13.011Z] #2 DONE 0.1s [2025-06-25T02:05:13.011Z] [2025-06-25T02:05:13.011Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:13.011Z] #3 DONE 0.1s [2025-06-25T02:05:13.011Z] [2025-06-25T02:05:13.011Z] #4 [internal] load .dockerignore [2025-06-25T02:05:13.011Z] #4 transferring context: 2B done [2025-06-25T02:05:13.011Z] #4 DONE 0.0s [2025-06-25T02:05:13.011Z] [2025-06-25T02:05:13.011Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:13.011Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:13.011Z] #5 DONE 0.0s [2025-06-25T02:05:13.011Z] [2025-06-25T02:05:13.011Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:13.011Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:13.270Z] #6 DONE 0.1s [2025-06-25T02:05:13.271Z] [2025-06-25T02:05:13.271Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:13.271Z] #7 DONE 0.0s [2025-06-25T02:05:13.271Z] [2025-06-25T02:05:13.271Z] #8 exporting to image [2025-06-25T02:05:13.271Z] #8 exporting layers done [2025-06-25T02:05:13.271Z] #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 0.0s done [2025-06-25T02:05:13.271Z] #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done [2025-06-25T02:05:13.271Z] #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done [2025-06-25T02:05:13.271Z] #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done [2025-06-25T02:05:13.271Z] #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done [2025-06-25T02:05:13.271Z] #8 pushing layers [2025-06-25T02:05:13.271Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:13.271Z] #8 pushing layers 0.1s done [2025-06-25T02:05:13.271Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done [2025-06-25T02:05:13.271Z] #8 DONE 0.3s [2025-06-25T02:05:13.271Z] [2025-06-25T02:05:13.271Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:13.271Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:13.596Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-25T02:05:13.596Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-25T02:05:13.856Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:13.856Z] #1 transferring dockerfile: 163B done [2025-06-25T02:05:13.856Z] #1 DONE 0.0s [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-25T02:05:13.856Z] #2 DONE 0.0s [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-25T02:05:13.856Z] #3 DONE 0.0s [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #4 [internal] load .dockerignore [2025-06-25T02:05:13.856Z] #4 transferring context: 2B done [2025-06-25T02:05:13.856Z] #4 DONE 0.0s [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:13.856Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:13.856Z] #5 DONE 0.0s [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:13.856Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:13.856Z] #6 CACHED [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:13.856Z] #5 CACHED [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:13.856Z] #7 DONE 0.0s [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] #8 exporting to image [2025-06-25T02:05:13.856Z] #8 exporting layers done [2025-06-25T02:05:13.856Z] #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done [2025-06-25T02:05:13.856Z] #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done [2025-06-25T02:05:13.856Z] #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done [2025-06-25T02:05:13.856Z] #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done [2025-06-25T02:05:13.856Z] #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done [2025-06-25T02:05:13.856Z] #8 pushing layers 0.0s done [2025-06-25T02:05:13.856Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done [2025-06-25T02:05:13.856Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:13.856Z] #8 DONE 0.1s [2025-06-25T02:05:13.856Z] [2025-06-25T02:05:13.856Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:13.856Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:14.150Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 --push - [2025-06-25T02:05:14.150Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28' [2025-06-25T02:05:14.408Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:14.408Z] #1 transferring dockerfile: 169B done [2025-06-25T02:05:14.408Z] #1 DONE 0.0s [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 [2025-06-25T02:05:14.408Z] #2 DONE 0.0s [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28 [2025-06-25T02:05:14.408Z] #3 DONE 0.0s [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] #4 [internal] load .dockerignore [2025-06-25T02:05:14.408Z] #4 transferring context: 2B done [2025-06-25T02:05:14.408Z] #4 DONE 0.0s [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:14.408Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:14.408Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:14.408Z] #5 CACHED [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:14.408Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:14.408Z] #6 CACHED [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:14.408Z] #7 DONE 0.0s [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] #8 exporting to image [2025-06-25T02:05:14.408Z] #8 exporting layers done [2025-06-25T02:05:14.408Z] #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done [2025-06-25T02:05:14.408Z] #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done [2025-06-25T02:05:14.408Z] #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done [2025-06-25T02:05:14.408Z] #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done [2025-06-25T02:05:14.408Z] #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done [2025-06-25T02:05:14.408Z] #8 pushing layers 0.0s done [2025-06-25T02:05:14.408Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.28@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done [2025-06-25T02:05:14.408Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:14.408Z] #8 DONE 0.1s [2025-06-25T02:05:14.408Z] [2025-06-25T02:05:14.408Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:14.408Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:14.696Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:14.696Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:14.696Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:14.696Z] #1 transferring dockerfile: 210B done [2025-06-25T02:05:14.696Z] #1 DONE 0.0s [2025-06-25T02:05:14.696Z] [2025-06-25T02:05:14.696Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:14.696Z] #2 DONE 0.0s [2025-06-25T02:05:14.696Z] [2025-06-25T02:05:14.696Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:14.696Z] #3 DONE 0.0s [2025-06-25T02:05:14.696Z] [2025-06-25T02:05:14.696Z] #4 [internal] load .dockerignore [2025-06-25T02:05:14.696Z] #4 transferring context: 2B done [2025-06-25T02:05:14.696Z] #4 DONE 0.0s [2025-06-25T02:05:14.696Z] [2025-06-25T02:05:14.696Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:14.696Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:14.696Z] #5 CACHED [2025-06-25T02:05:14.696Z] [2025-06-25T02:05:14.696Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:14.696Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:14.696Z] #6 CACHED [2025-06-25T02:05:14.696Z] [2025-06-25T02:05:14.696Z] #7 exporting to image [2025-06-25T02:05:14.696Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:14.956Z] #7 exporting layers done [2025-06-25T02:05:14.956Z] #7 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done [2025-06-25T02:05:14.956Z] #7 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done [2025-06-25T02:05:14.956Z] #7 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done [2025-06-25T02:05:14.956Z] #7 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done [2025-06-25T02:05:14.956Z] #7 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done [2025-06-25T02:05:14.956Z] #7 pushing layers 0.0s done [2025-06-25T02:05:14.956Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done [2025-06-25T02:05:14.956Z] #7 DONE 0.1s [2025-06-25T02:05:14.956Z] [2025-06-25T02:05:14.956Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:14.956Z] #8 DONE 0.0s [2025-06-25T02:05:14.956Z] [2025-06-25T02:05:14.956Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:14.956Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:15.259Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-25T02:05:15.259Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-25T02:05:15.259Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:15.259Z] #1 transferring dockerfile: 161B done [2025-06-25T02:05:15.259Z] #1 DONE 0.0s [2025-06-25T02:05:15.259Z] [2025-06-25T02:05:15.259Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-25T02:05:15.259Z] #2 DONE 0.0s [2025-06-25T02:05:15.259Z] [2025-06-25T02:05:15.259Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-25T02:05:15.259Z] #3 DONE 0.0s [2025-06-25T02:05:15.259Z] [2025-06-25T02:05:15.259Z] #4 [internal] load .dockerignore [2025-06-25T02:05:15.259Z] #4 transferring context: 2B done [2025-06-25T02:05:15.259Z] #4 DONE 0.0s [2025-06-25T02:05:15.259Z] [2025-06-25T02:05:15.259Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:15.259Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:15.259Z] #5 DONE 0.0s [2025-06-25T02:05:15.259Z] [2025-06-25T02:05:15.259Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:15.520Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 0.0s done [2025-06-25T02:05:15.520Z] #6 CACHED [2025-06-25T02:05:15.520Z] [2025-06-25T02:05:15.520Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:c38690a3cb448b9a02cbcd2fab227ce9b3cfd9ba6de2c33132d9a0bb661c5d91 [2025-06-25T02:05:15.520Z] #5 CACHED [2025-06-25T02:05:15.520Z] [2025-06-25T02:05:15.520Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:15.520Z] #7 DONE 0.0s [2025-06-25T02:05:15.520Z] [2025-06-25T02:05:15.520Z] #8 exporting to image [2025-06-25T02:05:15.520Z] #8 exporting layers done [2025-06-25T02:05:15.520Z] #8 exporting manifest sha256:1aaeab396973b4efba676e7a96d56f7bc9af4a1162afdc6a70e2b0873df78fb9 done [2025-06-25T02:05:15.520Z] #8 exporting config sha256:0a32cab22ce36b950545ab9cf2be7f36e95834f6cccad6e5c3f15d06d8a7d3cc done [2025-06-25T02:05:15.520Z] #8 exporting manifest sha256:0dfda9f43e7651a793925c0f14c7a22f2926a37e49642d6cc37ec258815d7b6b done [2025-06-25T02:05:15.520Z] #8 exporting config sha256:447ec15ade508d97a7fd9ce0e68bb491cd55d5a9525377631c28269d2a296b7c done [2025-06-25T02:05:15.520Z] #8 exporting manifest list sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 done [2025-06-25T02:05:15.520Z] #8 pushing layers 0.0s done [2025-06-25T02:05:15.520Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:a55997d3f0b865414317aefd7e5ce40ae56ac90e040a05f735b928eb84c7b5e2 0.1s done [2025-06-25T02:05:15.520Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:15.520Z] #8 DONE 0.1s [2025-06-25T02:05:15.520Z] [2025-06-25T02:05:15.520Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:15.520Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:15.814Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:15.814Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:15.814Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:15.814Z] #1 transferring dockerfile: 216B done [2025-06-25T02:05:15.814Z] #1 DONE 0.0s [2025-06-25T02:05:15.814Z] [2025-06-25T02:05:15.814Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:15.814Z] #2 DONE 0.0s [2025-06-25T02:05:15.814Z] [2025-06-25T02:05:15.814Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:15.814Z] #3 DONE 0.0s [2025-06-25T02:05:15.814Z] [2025-06-25T02:05:15.814Z] #4 [internal] load .dockerignore [2025-06-25T02:05:15.814Z] #4 transferring context: 2B done [2025-06-25T02:05:15.814Z] #4 DONE 0.0s [2025-06-25T02:05:16.075Z] [2025-06-25T02:05:16.075Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:16.075Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:16.075Z] #5 ... [2025-06-25T02:05:16.075Z] [2025-06-25T02:05:16.075Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:16.075Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:16.075Z] #6 DONE 0.1s [2025-06-25T02:05:16.075Z] [2025-06-25T02:05:16.075Z] #7 exporting to image [2025-06-25T02:05:16.075Z] #7 exporting layers done [2025-06-25T02:05:16.075Z] #7 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 0.0s done [2025-06-25T02:05:16.075Z] #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done [2025-06-25T02:05:16.075Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:16.075Z] #7 ... [2025-06-25T02:05:16.075Z] [2025-06-25T02:05:16.075Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:16.075Z] #8 DONE 0.0s [2025-06-25T02:05:16.075Z] [2025-06-25T02:05:16.075Z] #7 exporting to image [2025-06-25T02:05:16.075Z] #7 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf 0.0s done [2025-06-25T02:05:16.075Z] #7 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done [2025-06-25T02:05:16.075Z] #7 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.0s done [2025-06-25T02:05:16.075Z] #7 pushing layers 0.1s done [2025-06-25T02:05:16.075Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 [2025-06-25T02:05:16.335Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done [2025-06-25T02:05:16.335Z] #7 DONE 0.2s [2025-06-25T02:05:16.335Z] [2025-06-25T02:05:16.335Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:16.335Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:16.629Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-25T02:05:16.629Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-25T02:05:16.630Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:16.630Z] #1 transferring dockerfile: 182B done [2025-06-25T02:05:16.630Z] #1 DONE 0.0s [2025-06-25T02:05:16.630Z] [2025-06-25T02:05:16.630Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-25T02:05:16.630Z] #2 DONE 0.0s [2025-06-25T02:05:16.630Z] [2025-06-25T02:05:16.630Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-25T02:05:16.630Z] #3 DONE 0.0s [2025-06-25T02:05:16.630Z] [2025-06-25T02:05:16.630Z] #4 [internal] load .dockerignore [2025-06-25T02:05:16.630Z] #4 transferring context: 2B done [2025-06-25T02:05:16.630Z] #4 DONE 0.0s [2025-06-25T02:05:16.630Z] [2025-06-25T02:05:16.630Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:16.630Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:16.630Z] #5 CACHED [2025-06-25T02:05:16.630Z] [2025-06-25T02:05:16.630Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:16.630Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:16.630Z] #6 CACHED [2025-06-25T02:05:16.630Z] [2025-06-25T02:05:16.630Z] #7 exporting to image [2025-06-25T02:05:16.630Z] #7 exporting layers done [2025-06-25T02:05:16.630Z] #7 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done [2025-06-25T02:05:16.630Z] #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc [2025-06-25T02:05:16.630Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:16.889Z] #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done [2025-06-25T02:05:16.889Z] #7 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done [2025-06-25T02:05:16.889Z] #7 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done [2025-06-25T02:05:16.889Z] #7 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done [2025-06-25T02:05:16.889Z] #7 pushing layers 0.0s done [2025-06-25T02:05:16.889Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done [2025-06-25T02:05:16.889Z] #7 DONE 0.1s [2025-06-25T02:05:16.889Z] [2025-06-25T02:05:16.889Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:16.889Z] #8 DONE 0.0s [2025-06-25T02:05:16.889Z] [2025-06-25T02:05:16.889Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:16.889Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:17.175Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28' [2025-06-25T02:05:17.175Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 --push - [2025-06-25T02:05:17.175Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:17.175Z] #1 transferring dockerfile: 188B done [2025-06-25T02:05:17.175Z] #1 DONE 0.0s [2025-06-25T02:05:17.175Z] [2025-06-25T02:05:17.175Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 [2025-06-25T02:05:17.175Z] #2 DONE 0.0s [2025-06-25T02:05:17.175Z] [2025-06-25T02:05:17.175Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28 [2025-06-25T02:05:17.175Z] #3 DONE 0.0s [2025-06-25T02:05:17.175Z] [2025-06-25T02:05:17.175Z] #4 [internal] load .dockerignore [2025-06-25T02:05:17.175Z] #4 transferring context: 2B done [2025-06-25T02:05:17.175Z] #4 DONE 0.0s [2025-06-25T02:05:17.175Z] [2025-06-25T02:05:17.175Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:17.175Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:17.175Z] #5 DONE 0.0s [2025-06-25T02:05:17.175Z] [2025-06-25T02:05:17.175Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:17.435Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:17.435Z] #6 CACHED [2025-06-25T02:05:17.435Z] [2025-06-25T02:05:17.435Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:17.435Z] #5 CACHED [2025-06-25T02:05:17.435Z] [2025-06-25T02:05:17.436Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:17.436Z] #7 DONE 0.0s [2025-06-25T02:05:17.436Z] [2025-06-25T02:05:17.436Z] #8 exporting to image [2025-06-25T02:05:17.436Z] #8 exporting layers done [2025-06-25T02:05:17.436Z] #8 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done [2025-06-25T02:05:17.436Z] #8 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done [2025-06-25T02:05:17.436Z] #8 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done [2025-06-25T02:05:17.436Z] #8 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done [2025-06-25T02:05:17.436Z] #8 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done [2025-06-25T02:05:17.436Z] #8 pushing layers 0.0s done [2025-06-25T02:05:17.436Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.28@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done [2025-06-25T02:05:17.436Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:17.436Z] #8 DONE 0.1s [2025-06-25T02:05:17.436Z] [2025-06-25T02:05:17.436Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:17.436Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:17.732Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:17.732Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:17.732Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:17.732Z] #1 transferring dockerfile: 229B done [2025-06-25T02:05:17.732Z] #1 DONE 0.0s [2025-06-25T02:05:17.732Z] [2025-06-25T02:05:17.732Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:17.732Z] #2 DONE 0.0s [2025-06-25T02:05:17.732Z] [2025-06-25T02:05:17.732Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:17.732Z] #3 DONE 0.0s [2025-06-25T02:05:17.732Z] [2025-06-25T02:05:17.732Z] #4 [internal] load .dockerignore [2025-06-25T02:05:17.732Z] #4 transferring context: 2B done [2025-06-25T02:05:17.732Z] #4 DONE 0.0s [2025-06-25T02:05:17.732Z] [2025-06-25T02:05:17.732Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:17.732Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:17.732Z] #5 DONE 0.0s [2025-06-25T02:05:17.732Z] [2025-06-25T02:05:17.732Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:17.994Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:17.994Z] #6 CACHED [2025-06-25T02:05:17.994Z] [2025-06-25T02:05:17.994Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:17.994Z] #5 CACHED [2025-06-25T02:05:17.994Z] [2025-06-25T02:05:17.994Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:17.994Z] #7 DONE 0.0s [2025-06-25T02:05:17.994Z] [2025-06-25T02:05:17.994Z] #8 exporting to image [2025-06-25T02:05:17.994Z] #8 exporting layers done [2025-06-25T02:05:17.994Z] #8 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done [2025-06-25T02:05:17.994Z] #8 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done [2025-06-25T02:05:17.994Z] #8 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done [2025-06-25T02:05:17.994Z] #8 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done [2025-06-25T02:05:17.994Z] #8 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done [2025-06-25T02:05:17.994Z] #8 pushing layers 0.0s done [2025-06-25T02:05:17.994Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done [2025-06-25T02:05:17.994Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:17.994Z] #8 DONE 0.1s [2025-06-25T02:05:17.994Z] [2025-06-25T02:05:17.994Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:17.994Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:18.281Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-25T02:05:18.281Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-25T02:05:18.281Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:18.281Z] #1 transferring dockerfile: 180B done [2025-06-25T02:05:18.281Z] #1 DONE 0.0s [2025-06-25T02:05:18.281Z] [2025-06-25T02:05:18.281Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-25T02:05:18.281Z] #2 DONE 0.0s [2025-06-25T02:05:18.281Z] [2025-06-25T02:05:18.281Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-25T02:05:18.281Z] #3 DONE 0.0s [2025-06-25T02:05:18.281Z] [2025-06-25T02:05:18.281Z] #4 [internal] load .dockerignore [2025-06-25T02:05:18.281Z] #4 transferring context: 2B done [2025-06-25T02:05:18.281Z] #4 DONE 0.0s [2025-06-25T02:05:18.281Z] [2025-06-25T02:05:18.281Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:18.281Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:18.281Z] #5 CACHED [2025-06-25T02:05:18.281Z] [2025-06-25T02:05:18.281Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 [2025-06-25T02:05:18.281Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ebd1462c207a19dd1040f527248699327514d409b45b2319645160b1d2008153 0.0s done [2025-06-25T02:05:18.281Z] #6 CACHED [2025-06-25T02:05:18.281Z] [2025-06-25T02:05:18.281Z] #7 exporting to image [2025-06-25T02:05:18.281Z] #7 exporting layers [2025-06-25T02:05:18.281Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:18.543Z] #7 exporting layers done [2025-06-25T02:05:18.543Z] #7 exporting manifest sha256:6e98770cd97276d8528da784f348eb05669cd13422e6ae11a97b873b55b59ee5 done [2025-06-25T02:05:18.543Z] #7 exporting config sha256:128b762f0839b73db664f0ab54c40675030f043c94f8f513a6caad58eae144bc done [2025-06-25T02:05:18.543Z] #7 exporting manifest sha256:487533e8d5f9f208a326722b7e32e20d53565b90509b2e66bb750d736c9a2fbf done [2025-06-25T02:05:18.543Z] #7 exporting config sha256:0c7c9e9bb28d6ba82cac6b3411474792508e6bac9d2656df47a1bd0af847757b done [2025-06-25T02:05:18.543Z] #7 exporting manifest list sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 done [2025-06-25T02:05:18.543Z] #7 pushing layers 0.0s done [2025-06-25T02:05:18.543Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:379759f080dbd7964a38eac144fa909ab4b04149a6f6d6b598263b1af55848c7 0.1s done [2025-06-25T02:05:18.544Z] #7 DONE 0.1s [2025-06-25T02:05:18.544Z] [2025-06-25T02:05:18.544Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:18.544Z] #8 DONE 0.0s [2025-06-25T02:05:18.544Z] [2025-06-25T02:05:18.544Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:18.544Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:18.833Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:18.834Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:18.834Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:18.834Z] #1 transferring dockerfile: 194B done [2025-06-25T02:05:18.834Z] #1 DONE 0.0s [2025-06-25T02:05:18.834Z] [2025-06-25T02:05:18.834Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:18.834Z] #2 DONE 0.0s [2025-06-25T02:05:18.834Z] [2025-06-25T02:05:18.834Z] #3 [internal] load .dockerignore [2025-06-25T02:05:18.834Z] #3 transferring context: 2B done [2025-06-25T02:05:18.834Z] #3 DONE 0.0s [2025-06-25T02:05:18.834Z] [2025-06-25T02:05:18.834Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:19.101Z] #4 DONE 0.1s [2025-06-25T02:05:19.101Z] [2025-06-25T02:05:19.101Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:19.101Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:19.101Z] #5 ... [2025-06-25T02:05:19.101Z] [2025-06-25T02:05:19.101Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:19.101Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:19.101Z] #6 DONE 0.1s [2025-06-25T02:05:19.101Z] [2025-06-25T02:05:19.101Z] #7 exporting to image [2025-06-25T02:05:19.101Z] #7 exporting layers done [2025-06-25T02:05:19.101Z] #7 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done [2025-06-25T02:05:19.101Z] #7 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done [2025-06-25T02:05:19.101Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:19.101Z] #7 ... [2025-06-25T02:05:19.101Z] [2025-06-25T02:05:19.101Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:19.101Z] #8 DONE 0.0s [2025-06-25T02:05:19.101Z] [2025-06-25T02:05:19.101Z] #7 exporting to image [2025-06-25T02:05:19.101Z] #7 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 0.0s done [2025-06-25T02:05:19.101Z] #7 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done [2025-06-25T02:05:19.101Z] #7 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done [2025-06-25T02:05:19.101Z] #7 pushing layers 0.1s done [2025-06-25T02:05:19.101Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 [2025-06-25T02:05:19.364Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done [2025-06-25T02:05:19.364Z] #7 DONE 0.2s [2025-06-25T02:05:19.364Z] [2025-06-25T02:05:19.364Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:19.364Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:19.646Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-25T02:05:19.646Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-25T02:05:19.907Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:19.907Z] #1 transferring dockerfile: 160B done [2025-06-25T02:05:19.907Z] #1 DONE 0.0s [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-25T02:05:19.907Z] #2 DONE 0.0s [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-25T02:05:19.907Z] #3 DONE 0.0s [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] #4 [internal] load .dockerignore [2025-06-25T02:05:19.907Z] #4 transferring context: 2B done [2025-06-25T02:05:19.907Z] #4 DONE 0.0s [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:19.907Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:19.907Z] #5 CACHED [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:19.907Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:19.907Z] #6 CACHED [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:19.907Z] #7 DONE 0.0s [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] #8 exporting to image [2025-06-25T02:05:19.907Z] #8 exporting layers done [2025-06-25T02:05:19.907Z] #8 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done [2025-06-25T02:05:19.907Z] #8 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done [2025-06-25T02:05:19.907Z] #8 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done [2025-06-25T02:05:19.907Z] #8 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done [2025-06-25T02:05:19.907Z] #8 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done [2025-06-25T02:05:19.907Z] #8 pushing layers 0.0s done [2025-06-25T02:05:19.907Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done [2025-06-25T02:05:19.907Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:19.907Z] #8 DONE 0.1s [2025-06-25T02:05:19.907Z] [2025-06-25T02:05:19.907Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:19.907Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:20.198Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28' [2025-06-25T02:05:20.198Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 --push - [2025-06-25T02:05:20.198Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:20.198Z] #1 transferring dockerfile: 166B done [2025-06-25T02:05:20.198Z] #1 DONE 0.0s [2025-06-25T02:05:20.198Z] [2025-06-25T02:05:20.198Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 [2025-06-25T02:05:20.198Z] #2 DONE 0.0s [2025-06-25T02:05:20.198Z] [2025-06-25T02:05:20.198Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28 [2025-06-25T02:05:20.198Z] #3 DONE 0.0s [2025-06-25T02:05:20.198Z] [2025-06-25T02:05:20.198Z] #4 [internal] load .dockerignore [2025-06-25T02:05:20.198Z] #4 transferring context: 2B done [2025-06-25T02:05:20.198Z] #4 DONE 0.0s [2025-06-25T02:05:20.198Z] [2025-06-25T02:05:20.198Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:20.198Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:20.198Z] #5 DONE 0.0s [2025-06-25T02:05:20.198Z] [2025-06-25T02:05:20.198Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:20.457Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:20.457Z] #6 CACHED [2025-06-25T02:05:20.457Z] [2025-06-25T02:05:20.457Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:20.457Z] #5 CACHED [2025-06-25T02:05:20.457Z] [2025-06-25T02:05:20.457Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:20.457Z] #7 DONE 0.0s [2025-06-25T02:05:20.457Z] [2025-06-25T02:05:20.457Z] #8 exporting to image [2025-06-25T02:05:20.457Z] #8 exporting layers done [2025-06-25T02:05:20.457Z] #8 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done [2025-06-25T02:05:20.457Z] #8 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done [2025-06-25T02:05:20.457Z] #8 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done [2025-06-25T02:05:20.458Z] #8 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done [2025-06-25T02:05:20.458Z] #8 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done [2025-06-25T02:05:20.458Z] #8 pushing layers 0.0s done [2025-06-25T02:05:20.458Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.28@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done [2025-06-25T02:05:20.458Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:20.458Z] #8 DONE 0.1s [2025-06-25T02:05:20.458Z] [2025-06-25T02:05:20.458Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:20.458Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:20.756Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:20.757Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:20.757Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:20.757Z] #1 transferring dockerfile: 207B done [2025-06-25T02:05:20.757Z] #1 DONE 0.0s [2025-06-25T02:05:20.757Z] [2025-06-25T02:05:20.757Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:20.757Z] #2 DONE 0.0s [2025-06-25T02:05:20.757Z] [2025-06-25T02:05:20.757Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:20.757Z] #3 DONE 0.0s [2025-06-25T02:05:20.757Z] [2025-06-25T02:05:20.757Z] #4 [internal] load .dockerignore [2025-06-25T02:05:20.757Z] #4 transferring context: 2B done [2025-06-25T02:05:20.757Z] #4 DONE 0.0s [2025-06-25T02:05:20.757Z] [2025-06-25T02:05:20.757Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:20.757Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:20.757Z] #5 DONE 0.0s [2025-06-25T02:05:20.757Z] [2025-06-25T02:05:20.757Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:21.019Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:21.019Z] #6 CACHED [2025-06-25T02:05:21.019Z] [2025-06-25T02:05:21.019Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:21.019Z] #5 CACHED [2025-06-25T02:05:21.019Z] [2025-06-25T02:05:21.019Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:21.019Z] #7 DONE 0.0s [2025-06-25T02:05:21.019Z] [2025-06-25T02:05:21.019Z] #8 exporting to image [2025-06-25T02:05:21.019Z] #8 exporting layers done [2025-06-25T02:05:21.019Z] #8 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done [2025-06-25T02:05:21.019Z] #8 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done [2025-06-25T02:05:21.019Z] #8 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done [2025-06-25T02:05:21.019Z] #8 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done [2025-06-25T02:05:21.019Z] #8 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done [2025-06-25T02:05:21.019Z] #8 pushing layers 0.0s done [2025-06-25T02:05:21.019Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done [2025-06-25T02:05:21.019Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:21.019Z] #8 DONE 0.1s [2025-06-25T02:05:21.019Z] [2025-06-25T02:05:21.019Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:21.019Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:21.301Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-25T02:05:21.301Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-25T02:05:21.301Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:21.301Z] #1 transferring dockerfile: 158B done [2025-06-25T02:05:21.301Z] #1 DONE 0.0s [2025-06-25T02:05:21.301Z] [2025-06-25T02:05:21.301Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-25T02:05:21.301Z] #2 DONE 0.0s [2025-06-25T02:05:21.301Z] [2025-06-25T02:05:21.302Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-25T02:05:21.302Z] #3 DONE 0.0s [2025-06-25T02:05:21.302Z] [2025-06-25T02:05:21.302Z] #4 [internal] load .dockerignore [2025-06-25T02:05:21.302Z] #4 transferring context: 2B done [2025-06-25T02:05:21.302Z] #4 DONE 0.0s [2025-06-25T02:05:21.302Z] [2025-06-25T02:05:21.302Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:21.302Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:21.302Z] #5 CACHED [2025-06-25T02:05:21.302Z] [2025-06-25T02:05:21.302Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 [2025-06-25T02:05:21.302Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:385d0e822c96da51a7e2ca032cbaeb576fd2bff310a152246063d51b6a129db7 0.0s done [2025-06-25T02:05:21.302Z] #6 CACHED [2025-06-25T02:05:21.302Z] [2025-06-25T02:05:21.302Z] #7 exporting to image [2025-06-25T02:05:21.302Z] #7 exporting layers [2025-06-25T02:05:21.302Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:21.560Z] #7 exporting layers done [2025-06-25T02:05:21.560Z] #7 exporting manifest sha256:433d3d4b488868f1562c7bb312e74e0add9bf58cb1f609b56f57a0313eafd104 done [2025-06-25T02:05:21.560Z] #7 exporting config sha256:32ff0978a059e277a04a14427902df050f3c0bf86fb0fdd8e72a65c3b83608b4 done [2025-06-25T02:05:21.560Z] #7 exporting manifest sha256:130959ebec1e51a774d0cb007e382e13fa4f61df0017ebb0aaf68765f77b7cb2 done [2025-06-25T02:05:21.560Z] #7 exporting config sha256:94cfb44aea17f735692ce318728f3e2995335427f5b445e7b41e3df6da8b9988 done [2025-06-25T02:05:21.560Z] #7 exporting manifest list sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 done [2025-06-25T02:05:21.560Z] #7 pushing layers 0.0s done [2025-06-25T02:05:21.560Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:a1548662e689f7b75fd8536e67221a50412e5677f9c30378ff08a084073abda1 0.1s done [2025-06-25T02:05:21.560Z] #7 DONE 0.1s [2025-06-25T02:05:21.560Z] [2025-06-25T02:05:21.560Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:21.560Z] #8 DONE 0.0s [2025-06-25T02:05:21.560Z] [2025-06-25T02:05:21.560Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:21.560Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:21.848Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:21.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:21.849Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:21.849Z] #1 transferring dockerfile: 196B done [2025-06-25T02:05:21.849Z] #1 DONE 0.0s [2025-06-25T02:05:21.849Z] [2025-06-25T02:05:21.849Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:21.849Z] #2 DONE 0.0s [2025-06-25T02:05:21.849Z] [2025-06-25T02:05:21.849Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:21.849Z] #3 DONE 0.0s [2025-06-25T02:05:21.849Z] [2025-06-25T02:05:21.849Z] #4 [internal] load .dockerignore [2025-06-25T02:05:21.849Z] #4 transferring context: 2B done [2025-06-25T02:05:21.849Z] #4 DONE 0.0s [2025-06-25T02:05:22.107Z] [2025-06-25T02:05:22.107Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:22.107Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 done [2025-06-25T02:05:22.107Z] #5 DONE 0.0s [2025-06-25T02:05:22.107Z] [2025-06-25T02:05:22.107Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:22.107Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:22.107Z] #6 DONE 0.1s [2025-06-25T02:05:22.107Z] [2025-06-25T02:05:22.107Z] #7 exporting to image [2025-06-25T02:05:22.107Z] #7 exporting layers done [2025-06-25T02:05:22.107Z] #7 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 0.0s done [2025-06-25T02:05:22.107Z] #7 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 [2025-06-25T02:05:22.107Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:22.107Z] #7 ... [2025-06-25T02:05:22.107Z] [2025-06-25T02:05:22.107Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:22.107Z] #8 DONE 0.0s [2025-06-25T02:05:22.107Z] [2025-06-25T02:05:22.107Z] #7 exporting to image [2025-06-25T02:05:22.107Z] #7 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done [2025-06-25T02:05:22.107Z] #7 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done [2025-06-25T02:05:22.107Z] #7 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done [2025-06-25T02:05:22.107Z] #7 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done [2025-06-25T02:05:22.107Z] #7 pushing layers 0.1s done [2025-06-25T02:05:22.107Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 [2025-06-25T02:05:22.366Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done [2025-06-25T02:05:22.366Z] #7 DONE 0.2s [2025-06-25T02:05:22.366Z] [2025-06-25T02:05:22.366Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:22.366Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:22.653Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-25T02:05:22.653Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-25T02:05:22.653Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:22.653Z] #1 transferring dockerfile: 162B done [2025-06-25T02:05:22.653Z] #1 DONE 0.0s [2025-06-25T02:05:22.653Z] [2025-06-25T02:05:22.653Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-25T02:05:22.653Z] #2 DONE 0.0s [2025-06-25T02:05:22.653Z] [2025-06-25T02:05:22.653Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-25T02:05:22.653Z] #3 DONE 0.0s [2025-06-25T02:05:22.653Z] [2025-06-25T02:05:22.653Z] #4 [internal] load .dockerignore [2025-06-25T02:05:22.653Z] #4 transferring context: 2B done [2025-06-25T02:05:22.653Z] #4 DONE 0.0s [2025-06-25T02:05:22.653Z] [2025-06-25T02:05:22.653Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:22.653Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:22.912Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:22.912Z] #5 CACHED [2025-06-25T02:05:22.912Z] [2025-06-25T02:05:22.912Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:22.912Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:22.912Z] #6 CACHED [2025-06-25T02:05:22.912Z] [2025-06-25T02:05:22.912Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:22.912Z] #7 DONE 0.0s [2025-06-25T02:05:22.912Z] [2025-06-25T02:05:22.912Z] #8 exporting to image [2025-06-25T02:05:22.912Z] #8 exporting layers done [2025-06-25T02:05:22.912Z] #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done [2025-06-25T02:05:22.912Z] #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done [2025-06-25T02:05:22.912Z] #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done [2025-06-25T02:05:22.912Z] #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done [2025-06-25T02:05:22.912Z] #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done [2025-06-25T02:05:22.912Z] #8 pushing layers 0.0s done [2025-06-25T02:05:22.912Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done [2025-06-25T02:05:22.912Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:22.912Z] #8 DONE 0.1s [2025-06-25T02:05:22.912Z] [2025-06-25T02:05:22.912Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:22.912Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:23.203Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28' [2025-06-25T02:05:23.203Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 --push - [2025-06-25T02:05:23.203Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:23.203Z] #1 transferring dockerfile: 168B done [2025-06-25T02:05:23.203Z] #1 DONE 0.0s [2025-06-25T02:05:23.203Z] [2025-06-25T02:05:23.203Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 [2025-06-25T02:05:23.203Z] #2 DONE 0.0s [2025-06-25T02:05:23.203Z] [2025-06-25T02:05:23.203Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28 [2025-06-25T02:05:23.203Z] #3 DONE 0.0s [2025-06-25T02:05:23.203Z] [2025-06-25T02:05:23.203Z] #4 [internal] load .dockerignore [2025-06-25T02:05:23.203Z] #4 transferring context: 2B done [2025-06-25T02:05:23.203Z] #4 DONE 0.0s [2025-06-25T02:05:23.203Z] [2025-06-25T02:05:23.203Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:23.203Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:23.203Z] #5 DONE 0.0s [2025-06-25T02:05:23.203Z] [2025-06-25T02:05:23.203Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:23.465Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:23.465Z] #6 CACHED [2025-06-25T02:05:23.465Z] [2025-06-25T02:05:23.465Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:23.465Z] #5 CACHED [2025-06-25T02:05:23.465Z] [2025-06-25T02:05:23.465Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:23.465Z] #7 DONE 0.0s [2025-06-25T02:05:23.465Z] [2025-06-25T02:05:23.465Z] #8 exporting to image [2025-06-25T02:05:23.465Z] #8 exporting layers done [2025-06-25T02:05:23.465Z] #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done [2025-06-25T02:05:23.465Z] #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done [2025-06-25T02:05:23.465Z] #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done [2025-06-25T02:05:23.465Z] #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done [2025-06-25T02:05:23.465Z] #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done [2025-06-25T02:05:23.465Z] #8 pushing layers 0.0s done [2025-06-25T02:05:23.465Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.28@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done [2025-06-25T02:05:23.465Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:23.465Z] #8 DONE 0.1s [2025-06-25T02:05:23.465Z] [2025-06-25T02:05:23.465Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:23.465Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:23.757Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:23.758Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:23.758Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:23.758Z] #1 transferring dockerfile: 209B done [2025-06-25T02:05:23.758Z] #1 DONE 0.0s [2025-06-25T02:05:23.758Z] [2025-06-25T02:05:23.758Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:23.758Z] #2 DONE 0.0s [2025-06-25T02:05:23.758Z] [2025-06-25T02:05:23.758Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:23.758Z] #3 DONE 0.0s [2025-06-25T02:05:23.758Z] [2025-06-25T02:05:23.758Z] #4 [internal] load .dockerignore [2025-06-25T02:05:23.758Z] #4 transferring context: 2B done [2025-06-25T02:05:23.758Z] #4 DONE 0.0s [2025-06-25T02:05:23.758Z] [2025-06-25T02:05:23.758Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:23.758Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:23.758Z] #5 DONE 0.0s [2025-06-25T02:05:23.758Z] [2025-06-25T02:05:23.758Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:24.017Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:24.017Z] #6 CACHED [2025-06-25T02:05:24.017Z] [2025-06-25T02:05:24.017Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:24.017Z] #5 CACHED [2025-06-25T02:05:24.017Z] [2025-06-25T02:05:24.017Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:24.017Z] #7 DONE 0.0s [2025-06-25T02:05:24.017Z] [2025-06-25T02:05:24.017Z] #8 exporting to image [2025-06-25T02:05:24.017Z] #8 exporting layers done [2025-06-25T02:05:24.017Z] #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done [2025-06-25T02:05:24.017Z] #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done [2025-06-25T02:05:24.017Z] #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done [2025-06-25T02:05:24.017Z] #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done [2025-06-25T02:05:24.017Z] #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done [2025-06-25T02:05:24.017Z] #8 pushing layers 0.0s done [2025-06-25T02:05:24.017Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done [2025-06-25T02:05:24.017Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:24.017Z] #8 DONE 0.1s [2025-06-25T02:05:24.017Z] [2025-06-25T02:05:24.017Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:24.017Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:24.305Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-25T02:05:24.305Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-25T02:05:24.305Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:24.305Z] #1 transferring dockerfile: 160B done [2025-06-25T02:05:24.305Z] #1 DONE 0.0s [2025-06-25T02:05:24.305Z] [2025-06-25T02:05:24.305Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-25T02:05:24.305Z] #2 DONE 0.0s [2025-06-25T02:05:24.305Z] [2025-06-25T02:05:24.305Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-25T02:05:24.305Z] #3 DONE 0.0s [2025-06-25T02:05:24.305Z] [2025-06-25T02:05:24.305Z] #4 [internal] load .dockerignore [2025-06-25T02:05:24.305Z] #4 transferring context: 2B done [2025-06-25T02:05:24.305Z] #4 DONE 0.0s [2025-06-25T02:05:24.305Z] [2025-06-25T02:05:24.305Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:24.305Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:24.305Z] #5 CACHED [2025-06-25T02:05:24.305Z] [2025-06-25T02:05:24.305Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 [2025-06-25T02:05:24.563Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d8fb5d447bff0dd03614b8867d3311a47230b8f16085a9df8aed2f8bae7d2183 0.0s done [2025-06-25T02:05:24.563Z] #6 CACHED [2025-06-25T02:05:24.563Z] [2025-06-25T02:05:24.563Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:24.563Z] #7 DONE 0.0s [2025-06-25T02:05:24.563Z] [2025-06-25T02:05:24.563Z] #8 exporting to image [2025-06-25T02:05:24.563Z] #8 exporting layers done [2025-06-25T02:05:24.563Z] #8 exporting manifest sha256:5477f5539bd81d040819fef80a1f31f5e782e25b05cad80da1b90569ccc0ee99 done [2025-06-25T02:05:24.563Z] #8 exporting config sha256:86680a307be853d675f7e4d6ed93b9511e8e2189ba1948de4bb91409a90a3fe7 done [2025-06-25T02:05:24.563Z] #8 exporting manifest sha256:5630fc727c141b28a5c9e21049979f5e03b35514cc0379be5f32c5988bf05e94 done [2025-06-25T02:05:24.563Z] #8 exporting config sha256:ef782ac55f1c4ee7df8107d9e4a023eb14fe4d012a317ea69a9d94f7986690e5 done [2025-06-25T02:05:24.563Z] #8 exporting manifest list sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 done [2025-06-25T02:05:24.563Z] #8 pushing layers 0.0s done [2025-06-25T02:05:24.563Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:940a494c3a174fe3ea653f38efb3925485ff2a0f00d4038e6f32c80b7ad1f271 0.1s done [2025-06-25T02:05:24.563Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:24.563Z] #8 DONE 0.1s [2025-06-25T02:05:24.563Z] [2025-06-25T02:05:24.563Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:24.563Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:24.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:24.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:25.109Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:25.109Z] #1 transferring dockerfile: 198B done [2025-06-25T02:05:25.109Z] #1 DONE 0.0s [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:25.109Z] #2 DONE 0.1s [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:25.109Z] #3 DONE 0.1s [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #4 [internal] load .dockerignore [2025-06-25T02:05:25.109Z] #4 transferring context: 2B done [2025-06-25T02:05:25.109Z] #4 DONE 0.0s [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:25.109Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:25.109Z] #5 ... [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:25.109Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:25.109Z] #6 DONE 0.1s [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #7 exporting to image [2025-06-25T02:05:25.109Z] #7 exporting layers done [2025-06-25T02:05:25.109Z] #7 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 0.0s done [2025-06-25T02:05:25.109Z] #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done [2025-06-25T02:05:25.109Z] #7 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done [2025-06-25T02:05:25.109Z] #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 [2025-06-25T02:05:25.109Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:25.109Z] #7 ... [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:25.109Z] #8 DONE 0.0s [2025-06-25T02:05:25.109Z] [2025-06-25T02:05:25.109Z] #7 exporting to image [2025-06-25T02:05:25.109Z] #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done [2025-06-25T02:05:25.109Z] #7 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done [2025-06-25T02:05:25.109Z] #7 pushing layers 0.1s done [2025-06-25T02:05:25.109Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a [2025-06-25T02:05:25.368Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done [2025-06-25T02:05:25.368Z] #7 DONE 0.2s [2025-06-25T02:05:25.368Z] [2025-06-25T02:05:25.368Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:25.368Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:25.666Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-25T02:05:25.666Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-25T02:05:25.926Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:25.926Z] #1 transferring dockerfile: 164B done [2025-06-25T02:05:25.926Z] #1 DONE 0.0s [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-25T02:05:25.926Z] #2 DONE 0.0s [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-25T02:05:25.926Z] #3 DONE 0.0s [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] #4 [internal] load .dockerignore [2025-06-25T02:05:25.926Z] #4 transferring context: 2B done [2025-06-25T02:05:25.926Z] #4 DONE 0.0s [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:25.926Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:25.926Z] #5 CACHED [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:25.926Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:25.926Z] #6 CACHED [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] #7 exporting to image [2025-06-25T02:05:25.926Z] #7 exporting layers done [2025-06-25T02:05:25.926Z] #7 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done [2025-06-25T02:05:25.926Z] #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 [2025-06-25T02:05:25.926Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:25.926Z] #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done [2025-06-25T02:05:25.926Z] #7 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done [2025-06-25T02:05:25.926Z] #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done [2025-06-25T02:05:25.926Z] #7 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done [2025-06-25T02:05:25.926Z] #7 pushing layers 0.0s done [2025-06-25T02:05:25.926Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done [2025-06-25T02:05:25.926Z] #7 DONE 0.1s [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:25.926Z] #8 DONE 0.0s [2025-06-25T02:05:25.926Z] [2025-06-25T02:05:25.926Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:25.926Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:26.220Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28' [2025-06-25T02:05:26.220Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 --push - [2025-06-25T02:05:26.220Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:26.220Z] #1 transferring dockerfile: 170B done [2025-06-25T02:05:26.220Z] #1 DONE 0.0s [2025-06-25T02:05:26.220Z] [2025-06-25T02:05:26.220Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 [2025-06-25T02:05:26.220Z] #2 DONE 0.0s [2025-06-25T02:05:26.220Z] [2025-06-25T02:05:26.220Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28 [2025-06-25T02:05:26.220Z] #3 DONE 0.0s [2025-06-25T02:05:26.220Z] [2025-06-25T02:05:26.220Z] #4 [internal] load .dockerignore [2025-06-25T02:05:26.220Z] #4 transferring context: 2B done [2025-06-25T02:05:26.220Z] #4 DONE 0.0s [2025-06-25T02:05:26.220Z] [2025-06-25T02:05:26.220Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:26.220Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:26.220Z] #5 CACHED [2025-06-25T02:05:26.220Z] [2025-06-25T02:05:26.220Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:26.220Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:26.220Z] #6 CACHED [2025-06-25T02:05:26.220Z] [2025-06-25T02:05:26.220Z] #7 exporting to image [2025-06-25T02:05:26.220Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:26.478Z] #7 exporting layers done [2025-06-25T02:05:26.478Z] #7 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done [2025-06-25T02:05:26.478Z] #7 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done [2025-06-25T02:05:26.478Z] #7 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done [2025-06-25T02:05:26.478Z] #7 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done [2025-06-25T02:05:26.478Z] #7 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done [2025-06-25T02:05:26.478Z] #7 pushing layers 0.0s done [2025-06-25T02:05:26.478Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.28@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done [2025-06-25T02:05:26.478Z] #7 DONE 0.1s [2025-06-25T02:05:26.479Z] [2025-06-25T02:05:26.479Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:26.479Z] #8 DONE 0.0s [2025-06-25T02:05:26.479Z] [2025-06-25T02:05:26.479Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:26.479Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:26.767Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:26.767Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:26.767Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:26.767Z] #1 transferring dockerfile: 211B done [2025-06-25T02:05:26.767Z] #1 DONE 0.0s [2025-06-25T02:05:26.767Z] [2025-06-25T02:05:26.767Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:26.767Z] #2 DONE 0.0s [2025-06-25T02:05:26.767Z] [2025-06-25T02:05:26.767Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:26.767Z] #3 DONE 0.0s [2025-06-25T02:05:26.767Z] [2025-06-25T02:05:26.767Z] #4 [internal] load .dockerignore [2025-06-25T02:05:26.767Z] #4 transferring context: 2B done [2025-06-25T02:05:26.767Z] #4 DONE 0.0s [2025-06-25T02:05:26.767Z] [2025-06-25T02:05:26.767Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:26.767Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:26.767Z] #5 DONE 0.0s [2025-06-25T02:05:26.767Z] [2025-06-25T02:05:26.767Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:27.026Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:27.026Z] #6 CACHED [2025-06-25T02:05:27.026Z] [2025-06-25T02:05:27.026Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:27.026Z] #5 CACHED [2025-06-25T02:05:27.026Z] [2025-06-25T02:05:27.026Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:27.026Z] #7 DONE 0.0s [2025-06-25T02:05:27.026Z] [2025-06-25T02:05:27.026Z] #8 exporting to image [2025-06-25T02:05:27.026Z] #8 exporting layers done [2025-06-25T02:05:27.026Z] #8 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done [2025-06-25T02:05:27.026Z] #8 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done [2025-06-25T02:05:27.026Z] #8 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done [2025-06-25T02:05:27.026Z] #8 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done [2025-06-25T02:05:27.026Z] #8 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done [2025-06-25T02:05:27.026Z] #8 pushing layers 0.0s done [2025-06-25T02:05:27.026Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done [2025-06-25T02:05:27.026Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:27.026Z] #8 DONE 0.1s [2025-06-25T02:05:27.026Z] [2025-06-25T02:05:27.026Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:27.026Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:27.314Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-25T02:05:27.314Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-25T02:05:27.314Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:27.314Z] #1 transferring dockerfile: 162B done [2025-06-25T02:05:27.314Z] #1 DONE 0.0s [2025-06-25T02:05:27.314Z] [2025-06-25T02:05:27.314Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-25T02:05:27.314Z] #2 DONE 0.0s [2025-06-25T02:05:27.314Z] [2025-06-25T02:05:27.314Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-25T02:05:27.314Z] #3 DONE 0.0s [2025-06-25T02:05:27.314Z] [2025-06-25T02:05:27.314Z] #4 [internal] load .dockerignore [2025-06-25T02:05:27.314Z] #4 transferring context: 2B done [2025-06-25T02:05:27.314Z] #4 DONE 0.0s [2025-06-25T02:05:27.314Z] [2025-06-25T02:05:27.314Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:27.314Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:27.314Z] #5 DONE 0.0s [2025-06-25T02:05:27.314Z] [2025-06-25T02:05:27.314Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:27.572Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 0.0s done [2025-06-25T02:05:27.572Z] #6 CACHED [2025-06-25T02:05:27.572Z] [2025-06-25T02:05:27.572Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2d4de0e5afaf73b6ceb104d5ba1a3585ff46c7397ef8d7185d5dfcb4efe50196 [2025-06-25T02:05:27.572Z] #5 CACHED [2025-06-25T02:05:27.572Z] [2025-06-25T02:05:27.572Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:27.572Z] #7 DONE 0.0s [2025-06-25T02:05:27.572Z] [2025-06-25T02:05:27.572Z] #8 exporting to image [2025-06-25T02:05:27.572Z] #8 exporting layers done [2025-06-25T02:05:27.572Z] #8 exporting manifest sha256:3b852e593918e0a0fab9eb3a37e4eb72310fa8d7ffec9b657d0d7e1378f4e853 done [2025-06-25T02:05:27.572Z] #8 exporting config sha256:7c24a8fb13c21b679e7721f1982d21688dca3b93f8d469cdb3941be28f0a5943 done [2025-06-25T02:05:27.572Z] #8 exporting manifest sha256:962efde715ade3ef3d32a62643888b9c141830c7a250f0bf653b81787ea93dae done [2025-06-25T02:05:27.572Z] #8 exporting config sha256:e684276d397eae1c19e282cb1e812c45cf23eef3960dc24b87e97b864e629e85 done [2025-06-25T02:05:27.572Z] #8 exporting manifest list sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a done [2025-06-25T02:05:27.572Z] #8 pushing layers 0.0s done [2025-06-25T02:05:27.572Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:527e5e4f2a2cb50a133bdf21ddc95f753c2bb500bf763bbf9365c428ed9b364a 0.1s done [2025-06-25T02:05:27.572Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:27.572Z] #8 DONE 0.1s [2025-06-25T02:05:27.573Z] [2025-06-25T02:05:27.573Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:27.573Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:27.859Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:27.859Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:27.859Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:27.859Z] #1 transferring dockerfile: 206B done [2025-06-25T02:05:27.859Z] #1 DONE 0.0s [2025-06-25T02:05:27.859Z] [2025-06-25T02:05:27.859Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:27.859Z] #2 DONE 0.1s [2025-06-25T02:05:27.859Z] [2025-06-25T02:05:27.859Z] #3 [internal] load .dockerignore [2025-06-25T02:05:27.859Z] #3 transferring context: [2025-06-25T02:05:28.123Z] #3 transferring context: 2B done [2025-06-25T02:05:28.123Z] #3 DONE 0.0s [2025-06-25T02:05:28.123Z] [2025-06-25T02:05:28.123Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:28.123Z] #4 DONE 0.1s [2025-06-25T02:05:28.123Z] [2025-06-25T02:05:28.123Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:28.123Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:28.123Z] #5 DONE 0.0s [2025-06-25T02:05:28.123Z] [2025-06-25T02:05:28.123Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:28.123Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:28.123Z] #6 DONE 0.2s [2025-06-25T02:05:28.123Z] [2025-06-25T02:05:28.123Z] #7 exporting to image [2025-06-25T02:05:28.123Z] #7 exporting layers done [2025-06-25T02:05:28.123Z] #7 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 0.0s done [2025-06-25T02:05:28.123Z] #7 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done [2025-06-25T02:05:28.123Z] #7 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done [2025-06-25T02:05:28.123Z] #7 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done [2025-06-25T02:05:28.123Z] #7 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 [2025-06-25T02:05:28.123Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:28.381Z] #7 ... [2025-06-25T02:05:28.381Z] [2025-06-25T02:05:28.381Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:28.381Z] #8 DONE 0.0s [2025-06-25T02:05:28.381Z] [2025-06-25T02:05:28.381Z] #7 exporting to image [2025-06-25T02:05:28.381Z] #7 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done [2025-06-25T02:05:28.381Z] #7 pushing layers 0.1s done [2025-06-25T02:05:28.381Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 [2025-06-25T02:05:28.381Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done [2025-06-25T02:05:28.381Z] #7 DONE 0.2s [2025-06-25T02:05:28.381Z] [2025-06-25T02:05:28.381Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:28.381Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:28.668Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-25T02:05:28.668Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-25T02:05:28.668Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:28.668Z] #1 transferring dockerfile: 172B done [2025-06-25T02:05:28.668Z] #1 DONE 0.0s [2025-06-25T02:05:28.668Z] [2025-06-25T02:05:28.668Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-25T02:05:28.668Z] #2 DONE 0.0s [2025-06-25T02:05:28.668Z] [2025-06-25T02:05:28.668Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-25T02:05:28.669Z] #3 DONE 0.0s [2025-06-25T02:05:28.669Z] [2025-06-25T02:05:28.669Z] #4 [internal] load .dockerignore [2025-06-25T02:05:28.669Z] #4 transferring context: 2B done [2025-06-25T02:05:28.669Z] #4 DONE 0.0s [2025-06-25T02:05:28.669Z] [2025-06-25T02:05:28.669Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:28.669Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:28.669Z] #5 DONE 0.0s [2025-06-25T02:05:28.669Z] [2025-06-25T02:05:28.669Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:28.669Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:28.928Z] #6 CACHED [2025-06-25T02:05:28.928Z] [2025-06-25T02:05:28.928Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:28.928Z] #5 CACHED [2025-06-25T02:05:28.928Z] [2025-06-25T02:05:28.928Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:28.928Z] #7 DONE 0.0s [2025-06-25T02:05:28.928Z] [2025-06-25T02:05:28.928Z] #8 exporting to image [2025-06-25T02:05:28.928Z] #8 exporting layers done [2025-06-25T02:05:28.928Z] #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done [2025-06-25T02:05:28.928Z] #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done [2025-06-25T02:05:28.928Z] #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done [2025-06-25T02:05:28.928Z] #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done [2025-06-25T02:05:28.928Z] #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done [2025-06-25T02:05:28.928Z] #8 pushing layers 0.0s done [2025-06-25T02:05:28.928Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done [2025-06-25T02:05:28.928Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:28.928Z] #8 DONE 0.1s [2025-06-25T02:05:28.928Z] [2025-06-25T02:05:28.928Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:28.928Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:29.221Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28' [2025-06-25T02:05:29.221Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 --push - [2025-06-25T02:05:29.221Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:29.221Z] #1 transferring dockerfile: 178B done [2025-06-25T02:05:29.221Z] #1 DONE 0.0s [2025-06-25T02:05:29.221Z] [2025-06-25T02:05:29.221Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 [2025-06-25T02:05:29.221Z] #2 DONE 0.0s [2025-06-25T02:05:29.221Z] [2025-06-25T02:05:29.221Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28 [2025-06-25T02:05:29.221Z] #3 DONE 0.0s [2025-06-25T02:05:29.221Z] [2025-06-25T02:05:29.221Z] #4 [internal] load .dockerignore [2025-06-25T02:05:29.221Z] #4 transferring context: 2B done [2025-06-25T02:05:29.221Z] #4 DONE 0.0s [2025-06-25T02:05:29.221Z] [2025-06-25T02:05:29.221Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:29.221Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:29.221Z] #5 CACHED [2025-06-25T02:05:29.221Z] [2025-06-25T02:05:29.221Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:29.221Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:29.221Z] #6 DONE 0.0s [2025-06-25T02:05:29.490Z] [2025-06-25T02:05:29.490Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:29.490Z] #6 CACHED [2025-06-25T02:05:29.490Z] [2025-06-25T02:05:29.491Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:29.491Z] #7 DONE 0.0s [2025-06-25T02:05:29.491Z] [2025-06-25T02:05:29.491Z] #8 exporting to image [2025-06-25T02:05:29.491Z] #8 exporting layers done [2025-06-25T02:05:29.491Z] #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done [2025-06-25T02:05:29.491Z] #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done [2025-06-25T02:05:29.491Z] #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done [2025-06-25T02:05:29.491Z] #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done [2025-06-25T02:05:29.491Z] #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done [2025-06-25T02:05:29.491Z] #8 pushing layers 0.0s done [2025-06-25T02:05:29.491Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 [2025-06-25T02:05:29.491Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:47.587Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.28@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 15.5s done [2025-06-25T02:05:47.587Z] #8 DONE 15.6s [2025-06-25T02:05:47.587Z] [2025-06-25T02:05:47.587Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:47.587Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:47.883Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:47.883Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:48.141Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:48.141Z] #1 transferring dockerfile: 219B done [2025-06-25T02:05:48.141Z] #1 DONE 0.0s [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:48.141Z] #2 DONE 0.0s [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:48.141Z] #3 DONE 0.0s [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #4 [internal] load .dockerignore [2025-06-25T02:05:48.141Z] #4 transferring context: 2B done [2025-06-25T02:05:48.141Z] #4 DONE 0.0s [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:48.141Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:48.141Z] #5 DONE 0.0s [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:48.141Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:48.141Z] #6 CACHED [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:48.141Z] #5 CACHED [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:48.141Z] #7 DONE 0.0s [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] #8 exporting to image [2025-06-25T02:05:48.141Z] #8 exporting layers done [2025-06-25T02:05:48.141Z] #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done [2025-06-25T02:05:48.141Z] #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done [2025-06-25T02:05:48.141Z] #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done [2025-06-25T02:05:48.141Z] #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done [2025-06-25T02:05:48.141Z] #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done [2025-06-25T02:05:48.141Z] #8 pushing layers 0.0s done [2025-06-25T02:05:48.141Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done [2025-06-25T02:05:48.141Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:48.141Z] #8 DONE 0.1s [2025-06-25T02:05:48.141Z] [2025-06-25T02:05:48.141Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:48.141Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:48.427Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-25T02:05:48.427Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-25T02:05:48.427Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:48.427Z] #1 transferring dockerfile: 170B done [2025-06-25T02:05:48.427Z] #1 DONE 0.0s [2025-06-25T02:05:48.427Z] [2025-06-25T02:05:48.427Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-25T02:05:48.427Z] #2 DONE 0.0s [2025-06-25T02:05:48.427Z] [2025-06-25T02:05:48.427Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-25T02:05:48.427Z] #3 DONE 0.0s [2025-06-25T02:05:48.427Z] [2025-06-25T02:05:48.427Z] #4 [internal] load .dockerignore [2025-06-25T02:05:48.427Z] #4 transferring context: 2B done [2025-06-25T02:05:48.427Z] #4 DONE 0.0s [2025-06-25T02:05:48.427Z] [2025-06-25T02:05:48.427Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:48.427Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:48.427Z] #5 DONE 0.0s [2025-06-25T02:05:48.427Z] [2025-06-25T02:05:48.427Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:48.684Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 0.0s done [2025-06-25T02:05:48.684Z] #6 CACHED [2025-06-25T02:05:48.684Z] [2025-06-25T02:05:48.684Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ec6c1bdfbbb3ae936bc44b4fb62447ad3f368a9d161256968aeb898d3e0c0470 [2025-06-25T02:05:48.684Z] #5 CACHED [2025-06-25T02:05:48.684Z] [2025-06-25T02:05:48.684Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:48.684Z] #7 DONE 0.0s [2025-06-25T02:05:48.684Z] [2025-06-25T02:05:48.684Z] #8 exporting to image [2025-06-25T02:05:48.684Z] #8 exporting layers done [2025-06-25T02:05:48.684Z] #8 exporting manifest sha256:094e19a6a6d42c66d83cb8fc5a314da30f8cc4adef51b3de6f5aae00dd12b958 done [2025-06-25T02:05:48.684Z] #8 exporting config sha256:4d2dc2f5173c9643ab7e5a94c1694d5f8da8c088c537d3b7494a127b90e6edac done [2025-06-25T02:05:48.684Z] #8 exporting manifest sha256:a4dce515dfed9ffd22b058fd82e0f008a53d12b5ad9b1b414342ba125dd479ea done [2025-06-25T02:05:48.684Z] #8 exporting config sha256:ac084f0f84853b3fbf8a6218aa7cfb8467ec5bcc40154c302e42a4fe96ec8df4 done [2025-06-25T02:05:48.684Z] #8 exporting manifest list sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 done [2025-06-25T02:05:48.684Z] #8 pushing layers 0.0s done [2025-06-25T02:05:48.684Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f6fa3f3354d2880fa6a4b42d731495d3c593f1948419bcbc8863dcac13b2ec17 0.1s done [2025-06-25T02:05:48.684Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:48.684Z] #8 DONE 0.1s [2025-06-25T02:05:48.684Z] [2025-06-25T02:05:48.684Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:48.684Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:48.967Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:48.967Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:49.226Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:49.226Z] #1 transferring dockerfile: 204B done [2025-06-25T02:05:49.226Z] #1 DONE 0.0s [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:49.226Z] #2 DONE 0.1s [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #3 [internal] load .dockerignore [2025-06-25T02:05:49.226Z] #3 transferring context: 2B done [2025-06-25T02:05:49.226Z] #3 DONE 0.0s [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:49.226Z] #4 DONE 0.1s [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:49.226Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:49.226Z] #5 ... [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:49.226Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done [2025-06-25T02:05:49.226Z] #6 DONE 0.1s [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #7 exporting to image [2025-06-25T02:05:49.226Z] #7 exporting layers done [2025-06-25T02:05:49.226Z] #7 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 0.0s done [2025-06-25T02:05:49.226Z] #7 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done [2025-06-25T02:05:49.226Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:49.226Z] #7 ... [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:49.226Z] #8 DONE 0.0s [2025-06-25T02:05:49.226Z] [2025-06-25T02:05:49.226Z] #7 exporting to image [2025-06-25T02:05:49.226Z] #7 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done [2025-06-25T02:05:49.226Z] #7 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done [2025-06-25T02:05:49.226Z] #7 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.0s done [2025-06-25T02:05:49.226Z] #7 pushing layers 0.1s done [2025-06-25T02:05:49.226Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 [2025-06-25T02:05:49.485Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done [2025-06-25T02:05:49.485Z] #7 DONE 0.2s [2025-06-25T02:05:49.485Z] [2025-06-25T02:05:49.485Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:49.485Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:49.783Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-25T02:05:49.783Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-25T02:05:49.783Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:49.783Z] #1 transferring dockerfile: 170B done [2025-06-25T02:05:49.783Z] #1 DONE 0.0s [2025-06-25T02:05:49.783Z] [2025-06-25T02:05:49.783Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-25T02:05:49.783Z] #2 DONE 0.0s [2025-06-25T02:05:49.783Z] [2025-06-25T02:05:49.783Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-25T02:05:49.783Z] #3 DONE 0.0s [2025-06-25T02:05:49.783Z] [2025-06-25T02:05:49.783Z] #4 [internal] load .dockerignore [2025-06-25T02:05:49.783Z] #4 transferring context: 2B done [2025-06-25T02:05:49.783Z] #4 DONE 0.0s [2025-06-25T02:05:49.783Z] [2025-06-25T02:05:49.783Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:49.783Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 done [2025-06-25T02:05:49.783Z] #5 CACHED [2025-06-25T02:05:49.783Z] [2025-06-25T02:05:49.784Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:50.043Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done [2025-06-25T02:05:50.043Z] #6 CACHED [2025-06-25T02:05:50.043Z] [2025-06-25T02:05:50.043Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:50.043Z] #7 DONE 0.0s [2025-06-25T02:05:50.043Z] [2025-06-25T02:05:50.043Z] #8 exporting to image [2025-06-25T02:05:50.043Z] #8 exporting layers done [2025-06-25T02:05:50.043Z] #8 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done [2025-06-25T02:05:50.043Z] #8 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done [2025-06-25T02:05:50.043Z] #8 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done [2025-06-25T02:05:50.043Z] #8 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done [2025-06-25T02:05:50.043Z] #8 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done [2025-06-25T02:05:50.043Z] #8 pushing layers 0.0s done [2025-06-25T02:05:50.043Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done [2025-06-25T02:05:50.043Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:50.043Z] #8 DONE 0.1s [2025-06-25T02:05:50.043Z] [2025-06-25T02:05:50.043Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:50.043Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:50.336Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 --push - [2025-06-25T02:05:50.336Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28' [2025-06-25T02:05:50.336Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:50.336Z] #1 transferring dockerfile: 176B done [2025-06-25T02:05:50.336Z] #1 DONE 0.0s [2025-06-25T02:05:50.336Z] [2025-06-25T02:05:50.336Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 [2025-06-25T02:05:50.336Z] #2 DONE 0.0s [2025-06-25T02:05:50.336Z] [2025-06-25T02:05:50.336Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28 [2025-06-25T02:05:50.336Z] #3 DONE 0.0s [2025-06-25T02:05:50.336Z] [2025-06-25T02:05:50.336Z] #4 [internal] load .dockerignore [2025-06-25T02:05:50.336Z] #4 transferring context: 2B done [2025-06-25T02:05:50.336Z] #4 DONE 0.0s [2025-06-25T02:05:50.336Z] [2025-06-25T02:05:50.336Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:50.336Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done [2025-06-25T02:05:50.336Z] #5 CACHED [2025-06-25T02:05:50.336Z] [2025-06-25T02:05:50.336Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:50.597Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done [2025-06-25T02:05:50.597Z] #6 CACHED [2025-06-25T02:05:50.597Z] [2025-06-25T02:05:50.597Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:50.597Z] #7 DONE 0.0s [2025-06-25T02:05:50.597Z] [2025-06-25T02:05:50.597Z] #8 exporting to image [2025-06-25T02:05:50.597Z] #8 exporting layers done [2025-06-25T02:05:50.597Z] #8 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done [2025-06-25T02:05:50.597Z] #8 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done [2025-06-25T02:05:50.597Z] #8 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done [2025-06-25T02:05:50.597Z] #8 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done [2025-06-25T02:05:50.597Z] #8 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done [2025-06-25T02:05:50.597Z] #8 pushing layers 0.0s done [2025-06-25T02:05:50.597Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.28@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done [2025-06-25T02:05:50.597Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:50.597Z] #8 DONE 0.1s [2025-06-25T02:05:50.597Z] [2025-06-25T02:05:50.597Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:50.597Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:50.884Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:50.884Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:50.884Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:50.884Z] #1 transferring dockerfile: 217B done [2025-06-25T02:05:50.884Z] #1 DONE 0.0s [2025-06-25T02:05:50.884Z] [2025-06-25T02:05:50.884Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:50.884Z] #2 DONE 0.0s [2025-06-25T02:05:50.884Z] [2025-06-25T02:05:50.884Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:50.884Z] #3 DONE 0.0s [2025-06-25T02:05:50.884Z] [2025-06-25T02:05:50.884Z] #4 [internal] load .dockerignore [2025-06-25T02:05:50.884Z] #4 transferring context: 2B done [2025-06-25T02:05:50.884Z] #4 DONE 0.0s [2025-06-25T02:05:50.884Z] [2025-06-25T02:05:50.884Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:50.884Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 done [2025-06-25T02:05:50.884Z] #5 CACHED [2025-06-25T02:05:50.884Z] [2025-06-25T02:05:50.885Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:50.885Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 done [2025-06-25T02:05:50.885Z] #6 CACHED [2025-06-25T02:05:50.885Z] [2025-06-25T02:05:50.885Z] #7 exporting to image [2025-06-25T02:05:50.885Z] #7 exporting layers [2025-06-25T02:05:50.885Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:51.143Z] #7 exporting layers done [2025-06-25T02:05:51.143Z] #7 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done [2025-06-25T02:05:51.143Z] #7 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done [2025-06-25T02:05:51.143Z] #7 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done [2025-06-25T02:05:51.143Z] #7 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done [2025-06-25T02:05:51.143Z] #7 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done [2025-06-25T02:05:51.143Z] #7 pushing layers 0.0s done [2025-06-25T02:05:51.143Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done [2025-06-25T02:05:51.143Z] #7 DONE 0.1s [2025-06-25T02:05:51.143Z] [2025-06-25T02:05:51.143Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:51.143Z] #8 DONE 0.0s [2025-06-25T02:05:51.143Z] [2025-06-25T02:05:51.143Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:51.143Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:51.499Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-25T02:05:51.499Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-25T02:05:51.499Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:51.499Z] #1 transferring dockerfile: 168B done [2025-06-25T02:05:51.499Z] #1 DONE 0.0s [2025-06-25T02:05:51.499Z] [2025-06-25T02:05:51.499Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-25T02:05:51.499Z] #2 DONE 0.0s [2025-06-25T02:05:51.499Z] [2025-06-25T02:05:51.499Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-25T02:05:51.499Z] #3 DONE 0.0s [2025-06-25T02:05:51.499Z] [2025-06-25T02:05:51.499Z] #4 [internal] load .dockerignore [2025-06-25T02:05:51.499Z] #4 transferring context: 2B done [2025-06-25T02:05:51.499Z] #4 DONE 0.0s [2025-06-25T02:05:51.499Z] [2025-06-25T02:05:51.499Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:51.499Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done [2025-06-25T02:05:51.499Z] #5 CACHED [2025-06-25T02:05:51.499Z] [2025-06-25T02:05:51.499Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 [2025-06-25T02:05:51.499Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0d980528de952272f4ca03b77c627c22cb4bd655a568e19bde6ad7e7eb3a1701 0.0s done [2025-06-25T02:05:51.770Z] #6 CACHED [2025-06-25T02:05:51.770Z] [2025-06-25T02:05:51.770Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:51.770Z] #7 DONE 0.0s [2025-06-25T02:05:51.770Z] [2025-06-25T02:05:51.770Z] #8 exporting to image [2025-06-25T02:05:51.770Z] #8 exporting layers done [2025-06-25T02:05:51.770Z] #8 exporting manifest sha256:9b0dbdc7a7794e716ba1e76604724c267e374a51e1699155dfb27d88637efd29 done [2025-06-25T02:05:51.770Z] #8 exporting config sha256:6085dbeaebc5d3762bcca0252ac7e92cf52395a0d1cf62042b873a051df752fa done [2025-06-25T02:05:51.770Z] #8 exporting manifest sha256:a946a3880d95391def936be620120b0cf3a2c857d9066eb7547a7c4cb2edc409 done [2025-06-25T02:05:51.770Z] #8 exporting config sha256:6d165fc5fbc9467e9f35565f2e6b3221ad451602138807e039f51df073bbfb64 done [2025-06-25T02:05:51.770Z] #8 exporting manifest list sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 done [2025-06-25T02:05:51.770Z] #8 pushing layers 0.0s done [2025-06-25T02:05:51.770Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f3baffd6195b1e0ac104830d94bd909201444ce01bd1b0ac2150cfd61d6fae24 0.1s done [2025-06-25T02:05:51.770Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:51.770Z] #8 DONE 0.1s [2025-06-25T02:05:51.770Z] [2025-06-25T02:05:51.770Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:51.770Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:52.063Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:52.063Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:52.063Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:52.063Z] #1 transferring dockerfile: 205B done [2025-06-25T02:05:52.063Z] #1 DONE 0.0s [2025-06-25T02:05:52.063Z] [2025-06-25T02:05:52.063Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:52.063Z] #2 DONE 0.0s [2025-06-25T02:05:52.063Z] [2025-06-25T02:05:52.063Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:52.063Z] #3 DONE 0.0s [2025-06-25T02:05:52.063Z] [2025-06-25T02:05:52.063Z] #4 [internal] load .dockerignore [2025-06-25T02:05:52.063Z] #4 transferring context: 2B done [2025-06-25T02:05:52.063Z] #4 DONE 0.0s [2025-06-25T02:05:52.322Z] [2025-06-25T02:05:52.322Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:52.322Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:52.322Z] #5 DONE 0.0s [2025-06-25T02:05:52.322Z] [2025-06-25T02:05:52.322Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:52.322Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:52.322Z] #6 DONE 0.1s [2025-06-25T02:05:52.322Z] [2025-06-25T02:05:52.322Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:52.322Z] #7 DONE 0.0s [2025-06-25T02:05:52.322Z] [2025-06-25T02:05:52.322Z] #8 exporting to image [2025-06-25T02:05:52.322Z] #8 exporting layers done [2025-06-25T02:05:52.322Z] #8 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done [2025-06-25T02:05:52.322Z] #8 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done [2025-06-25T02:05:52.322Z] #8 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done [2025-06-25T02:05:52.322Z] #8 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done [2025-06-25T02:05:52.322Z] #8 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done [2025-06-25T02:05:52.322Z] #8 pushing layers 0.1s done [2025-06-25T02:05:52.322Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 [2025-06-25T02:05:52.322Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:52.581Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done [2025-06-25T02:05:52.581Z] #8 DONE 0.2s [2025-06-25T02:05:52.581Z] [2025-06-25T02:05:52.581Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:52.581Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:52.867Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-25T02:05:52.867Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-25T02:05:53.125Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:53.125Z] #1 transferring dockerfile: 171B done [2025-06-25T02:05:53.125Z] #1 DONE 0.0s [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-25T02:05:53.125Z] #2 DONE 0.0s [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-25T02:05:53.125Z] #3 DONE 0.0s [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] #4 [internal] load .dockerignore [2025-06-25T02:05:53.125Z] #4 transferring context: 2B done [2025-06-25T02:05:53.125Z] #4 DONE 0.0s [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:53.125Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:53.125Z] #5 CACHED [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:53.125Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:53.125Z] #6 CACHED [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] #7 exporting to image [2025-06-25T02:05:53.125Z] #7 exporting layers done [2025-06-25T02:05:53.125Z] #7 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done [2025-06-25T02:05:53.125Z] #7 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done [2025-06-25T02:05:53.125Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:53.125Z] #7 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done [2025-06-25T02:05:53.125Z] #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done [2025-06-25T02:05:53.125Z] #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done [2025-06-25T02:05:53.125Z] #7 pushing layers 0.0s done [2025-06-25T02:05:53.125Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done [2025-06-25T02:05:53.125Z] #7 DONE 0.1s [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:53.125Z] #8 DONE 0.0s [2025-06-25T02:05:53.125Z] [2025-06-25T02:05:53.125Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:53.125Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:53.426Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28' [2025-06-25T02:05:53.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 --push - [2025-06-25T02:05:53.426Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:53.426Z] #1 transferring dockerfile: 177B done [2025-06-25T02:05:53.426Z] #1 DONE 0.0s [2025-06-25T02:05:53.426Z] [2025-06-25T02:05:53.426Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 [2025-06-25T02:05:53.426Z] #2 DONE 0.0s [2025-06-25T02:05:53.426Z] [2025-06-25T02:05:53.426Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28 [2025-06-25T02:05:53.426Z] #3 DONE 0.0s [2025-06-25T02:05:53.426Z] [2025-06-25T02:05:53.426Z] #4 [internal] load .dockerignore [2025-06-25T02:05:53.426Z] #4 transferring context: 2B done [2025-06-25T02:05:53.426Z] #4 DONE 0.0s [2025-06-25T02:05:53.426Z] [2025-06-25T02:05:53.426Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:53.426Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:53.426Z] #5 CACHED [2025-06-25T02:05:53.426Z] [2025-06-25T02:05:53.426Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:53.426Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:53.426Z] #6 CACHED [2025-06-25T02:05:53.426Z] [2025-06-25T02:05:53.426Z] #7 exporting to image [2025-06-25T02:05:53.426Z] #7 exporting layers done [2025-06-25T02:05:53.426Z] #7 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done [2025-06-25T02:05:53.426Z] #7 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done [2025-06-25T02:05:53.426Z] #7 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done [2025-06-25T02:05:53.426Z] #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 [2025-06-25T02:05:53.426Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:53.689Z] #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done [2025-06-25T02:05:53.689Z] #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done [2025-06-25T02:05:53.689Z] #7 pushing layers 0.0s done [2025-06-25T02:05:53.689Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.28@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done [2025-06-25T02:05:53.689Z] #7 DONE 0.1s [2025-06-25T02:05:53.689Z] [2025-06-25T02:05:53.689Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:53.689Z] #8 DONE 0.0s [2025-06-25T02:05:53.689Z] [2025-06-25T02:05:53.689Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:53.689Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:53.979Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:53.979Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:53.979Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:53.979Z] #1 transferring dockerfile: 218B done [2025-06-25T02:05:53.979Z] #1 DONE 0.0s [2025-06-25T02:05:53.979Z] [2025-06-25T02:05:53.979Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:53.979Z] #2 DONE 0.0s [2025-06-25T02:05:53.979Z] [2025-06-25T02:05:53.979Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:53.979Z] #3 DONE 0.0s [2025-06-25T02:05:53.979Z] [2025-06-25T02:05:53.979Z] #4 [internal] load .dockerignore [2025-06-25T02:05:53.979Z] #4 transferring context: 2B done [2025-06-25T02:05:53.979Z] #4 DONE 0.0s [2025-06-25T02:05:53.979Z] [2025-06-25T02:05:53.979Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:53.979Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:53.979Z] #5 DONE 0.0s [2025-06-25T02:05:53.979Z] [2025-06-25T02:05:53.979Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:54.238Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:54.238Z] #6 CACHED [2025-06-25T02:05:54.238Z] [2025-06-25T02:05:54.238Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:54.238Z] #5 CACHED [2025-06-25T02:05:54.238Z] [2025-06-25T02:05:54.238Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:54.238Z] #7 DONE 0.0s [2025-06-25T02:05:54.238Z] [2025-06-25T02:05:54.238Z] #8 exporting to image [2025-06-25T02:05:54.238Z] #8 exporting layers done [2025-06-25T02:05:54.238Z] #8 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done [2025-06-25T02:05:54.238Z] #8 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done [2025-06-25T02:05:54.238Z] #8 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done [2025-06-25T02:05:54.238Z] #8 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done [2025-06-25T02:05:54.238Z] #8 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done [2025-06-25T02:05:54.238Z] #8 pushing layers 0.0s done [2025-06-25T02:05:54.238Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done [2025-06-25T02:05:54.238Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:54.238Z] #8 DONE 0.1s [2025-06-25T02:05:54.238Z] [2025-06-25T02:05:54.238Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:54.238Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:54.521Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-25T02:05:54.521Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-25T02:05:54.521Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:54.521Z] #1 transferring dockerfile: 169B done [2025-06-25T02:05:54.521Z] #1 DONE 0.0s [2025-06-25T02:05:54.521Z] [2025-06-25T02:05:54.521Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-25T02:05:54.521Z] #2 DONE 0.0s [2025-06-25T02:05:54.521Z] [2025-06-25T02:05:54.521Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-25T02:05:54.521Z] #3 DONE 0.0s [2025-06-25T02:05:54.521Z] [2025-06-25T02:05:54.521Z] #4 [internal] load .dockerignore [2025-06-25T02:05:54.521Z] #4 transferring context: 2B done [2025-06-25T02:05:54.521Z] #4 DONE 0.0s [2025-06-25T02:05:54.521Z] [2025-06-25T02:05:54.521Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:54.521Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:54.521Z] #5 CACHED [2025-06-25T02:05:54.521Z] [2025-06-25T02:05:54.521Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 [2025-06-25T02:05:54.521Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:2d1e5ffb6672f46439ff958c6074a2d556378303d492d4403efa8144b0792b51 0.0s done [2025-06-25T02:05:54.521Z] #6 CACHED [2025-06-25T02:05:54.521Z] [2025-06-25T02:05:54.521Z] #7 exporting to image [2025-06-25T02:05:54.521Z] #7 exporting layers done [2025-06-25T02:05:54.521Z] #7 exporting manifest sha256:01f9684512044edf500f47012c257bbf47aec23a9046a8c54f084e32c9098320 done [2025-06-25T02:05:54.521Z] #7 exporting config sha256:5a14126368a42f1233f46c36b4d071ab22a83e8df2e67ee8fc03455886d9bae8 done [2025-06-25T02:05:54.521Z] #7 exporting manifest sha256:eaa4e67af98fbd5c65684a63394334cf0bbfedd75d65494dd4ceb7e0079f9968 done [2025-06-25T02:05:54.521Z] #7 exporting config sha256:fd6253529f6563b70df267003c4956f8b9db4a7c60b34b031252007ee51c0df9 done [2025-06-25T02:05:54.521Z] #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 [2025-06-25T02:05:54.521Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:54.781Z] #7 exporting manifest list sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 done [2025-06-25T02:05:54.781Z] #7 pushing layers 0.0s done [2025-06-25T02:05:54.781Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1e9ce4e84fa65cabfc8c5696aff948ad59e262d093dd389b94198f03c94cf492 0.1s done [2025-06-25T02:05:54.781Z] #7 DONE 0.1s [2025-06-25T02:05:54.781Z] [2025-06-25T02:05:54.781Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:54.781Z] #8 DONE 0.0s [2025-06-25T02:05:54.781Z] [2025-06-25T02:05:54.781Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:54.781Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:55.077Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:55.077Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:55.337Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:55.337Z] #1 transferring dockerfile: 211B done [2025-06-25T02:05:55.337Z] #1 DONE 0.0s [2025-06-25T02:05:55.337Z] [2025-06-25T02:05:55.337Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:55.337Z] #2 DONE 0.0s [2025-06-25T02:05:55.337Z] [2025-06-25T02:05:55.337Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:55.337Z] #3 DONE 0.1s [2025-06-25T02:05:55.337Z] [2025-06-25T02:05:55.337Z] #4 [internal] load .dockerignore [2025-06-25T02:05:55.337Z] #4 transferring context: [2025-06-25T02:05:55.337Z] #4 transferring context: 2B done [2025-06-25T02:05:55.337Z] #4 DONE 0.0s [2025-06-25T02:05:55.337Z] [2025-06-25T02:05:55.337Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:55.337Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:55.337Z] #5 DONE 0.0s [2025-06-25T02:05:55.337Z] [2025-06-25T02:05:55.337Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:55.337Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:55.596Z] #6 DONE 0.1s [2025-06-25T02:05:55.596Z] [2025-06-25T02:05:55.596Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:55.596Z] #7 DONE 0.0s [2025-06-25T02:05:55.596Z] [2025-06-25T02:05:55.596Z] #8 exporting to image [2025-06-25T02:05:55.596Z] #8 exporting layers done [2025-06-25T02:05:55.596Z] #8 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb 0.0s done [2025-06-25T02:05:55.596Z] #8 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done [2025-06-25T02:05:55.596Z] #8 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done [2025-06-25T02:05:55.596Z] #8 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 0.0s done [2025-06-25T02:05:55.596Z] #8 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done [2025-06-25T02:05:55.596Z] #8 pushing layers [2025-06-25T02:05:55.596Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:55.596Z] #8 pushing layers 0.1s done [2025-06-25T02:05:55.596Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done [2025-06-25T02:05:55.596Z] #8 DONE 0.2s [2025-06-25T02:05:55.596Z] [2025-06-25T02:05:55.596Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:55.596Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:55.892Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-25T02:05:55.892Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-25T02:05:55.892Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:55.892Z] #1 transferring dockerfile: 177B done [2025-06-25T02:05:55.892Z] #1 DONE 0.0s [2025-06-25T02:05:55.892Z] [2025-06-25T02:05:55.892Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-25T02:05:55.892Z] #2 DONE 0.0s [2025-06-25T02:05:55.892Z] [2025-06-25T02:05:55.892Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-25T02:05:55.892Z] #3 DONE 0.0s [2025-06-25T02:05:55.892Z] [2025-06-25T02:05:55.892Z] #4 [internal] load .dockerignore [2025-06-25T02:05:55.892Z] #4 transferring context: 2B done [2025-06-25T02:05:55.892Z] #4 DONE 0.0s [2025-06-25T02:05:55.892Z] [2025-06-25T02:05:55.892Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:55.892Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:55.892Z] #5 DONE 0.0s [2025-06-25T02:05:55.892Z] [2025-06-25T02:05:55.892Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:56.154Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:56.154Z] #6 CACHED [2025-06-25T02:05:56.154Z] [2025-06-25T02:05:56.154Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:56.154Z] #5 CACHED [2025-06-25T02:05:56.154Z] [2025-06-25T02:05:56.154Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:56.154Z] #7 DONE 0.0s [2025-06-25T02:05:56.154Z] [2025-06-25T02:05:56.154Z] #8 exporting to image [2025-06-25T02:05:56.154Z] #8 exporting layers done [2025-06-25T02:05:56.154Z] #8 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done [2025-06-25T02:05:56.154Z] #8 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done [2025-06-25T02:05:56.154Z] #8 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done [2025-06-25T02:05:56.154Z] #8 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done [2025-06-25T02:05:56.154Z] #8 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done [2025-06-25T02:05:56.154Z] #8 pushing layers 0.0s done [2025-06-25T02:05:56.154Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done [2025-06-25T02:05:56.154Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:56.154Z] #8 DONE 0.1s [2025-06-25T02:05:56.154Z] [2025-06-25T02:05:56.154Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:56.154Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:56.453Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 --push - [2025-06-25T02:05:56.453Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28' [2025-06-25T02:05:56.453Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:56.453Z] #1 transferring dockerfile: 183B done [2025-06-25T02:05:56.453Z] #1 DONE 0.0s [2025-06-25T02:05:56.453Z] [2025-06-25T02:05:56.453Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 [2025-06-25T02:05:56.453Z] #2 DONE 0.0s [2025-06-25T02:05:56.453Z] [2025-06-25T02:05:56.453Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28 [2025-06-25T02:05:56.453Z] #3 DONE 0.0s [2025-06-25T02:05:56.453Z] [2025-06-25T02:05:56.453Z] #4 [internal] load .dockerignore [2025-06-25T02:05:56.453Z] #4 transferring context: 2B done [2025-06-25T02:05:56.453Z] #4 DONE 0.0s [2025-06-25T02:05:56.453Z] [2025-06-25T02:05:56.453Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:56.453Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:56.453Z] #5 CACHED [2025-06-25T02:05:56.453Z] [2025-06-25T02:05:56.453Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:56.453Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:56.453Z] #6 CACHED [2025-06-25T02:05:56.453Z] [2025-06-25T02:05:56.453Z] #7 exporting to image [2025-06-25T02:05:56.453Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:56.712Z] #7 exporting layers done [2025-06-25T02:05:56.712Z] #7 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done [2025-06-25T02:05:56.712Z] #7 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done [2025-06-25T02:05:56.712Z] #7 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done [2025-06-25T02:05:56.712Z] #7 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done [2025-06-25T02:05:56.712Z] #7 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done [2025-06-25T02:05:56.712Z] #7 pushing layers 0.0s done [2025-06-25T02:05:56.712Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.28@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done [2025-06-25T02:05:56.712Z] #7 DONE 0.1s [2025-06-25T02:05:56.712Z] [2025-06-25T02:05:56.712Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:56.712Z] #8 DONE 0.0s [2025-06-25T02:05:56.712Z] [2025-06-25T02:05:56.712Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:56.712Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:57.002Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:05:57.002Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:05:57.262Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:57.262Z] #1 transferring dockerfile: 224B done [2025-06-25T02:05:57.262Z] #1 DONE 0.0s [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:57.262Z] #2 DONE 0.0s [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:05:57.262Z] #3 DONE 0.0s [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] #4 [internal] load .dockerignore [2025-06-25T02:05:57.262Z] #4 transferring context: 2B done [2025-06-25T02:05:57.262Z] #4 DONE 0.0s [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:57.262Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:57.262Z] #5 CACHED [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:57.262Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:57.262Z] #6 CACHED [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] #7 exporting to image [2025-06-25T02:05:57.262Z] #7 exporting layers done [2025-06-25T02:05:57.262Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:57.262Z] #7 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done [2025-06-25T02:05:57.262Z] #7 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done [2025-06-25T02:05:57.262Z] #7 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done [2025-06-25T02:05:57.262Z] #7 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done [2025-06-25T02:05:57.262Z] #7 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done [2025-06-25T02:05:57.262Z] #7 pushing layers 0.0s done [2025-06-25T02:05:57.262Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done [2025-06-25T02:05:57.262Z] #7 DONE 0.1s [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:57.262Z] #8 DONE 0.0s [2025-06-25T02:05:57.262Z] [2025-06-25T02:05:57.262Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:57.262Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:57.557Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-25T02:05:57.557Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-25T02:05:57.816Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:57.816Z] #1 transferring dockerfile: 175B done [2025-06-25T02:05:57.816Z] #1 DONE 0.0s [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-25T02:05:57.816Z] #2 DONE 0.0s [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-25T02:05:57.816Z] #3 DONE 0.0s [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #4 [internal] load .dockerignore [2025-06-25T02:05:57.816Z] #4 transferring context: 2B done [2025-06-25T02:05:57.816Z] #4 DONE 0.0s [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:57.816Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:57.816Z] #5 DONE 0.0s [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:57.816Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 0.0s done [2025-06-25T02:05:57.816Z] #6 CACHED [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:3d9c8b696bbb72194978ee39b6581f958e6b5b4b99c6e8dd1de5011501a21c46 [2025-06-25T02:05:57.816Z] #5 CACHED [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:57.816Z] #7 DONE 0.0s [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] #8 exporting to image [2025-06-25T02:05:57.816Z] #8 exporting layers done [2025-06-25T02:05:57.816Z] #8 exporting manifest sha256:a47f4f11b3f04d7be30120295b44882779deb5d3ef0564bfc909f885b6868abb done [2025-06-25T02:05:57.816Z] #8 exporting config sha256:59aa00c6af90898a5aedceed221d9d329f2ca13d6008cec35967538386bae62a done [2025-06-25T02:05:57.816Z] #8 exporting manifest sha256:8000cdace6b326224d088cc452ac35529717cf31b33a67b26199a5a5cf607205 done [2025-06-25T02:05:57.816Z] #8 exporting config sha256:a4978292fb59dc5c00ff3e92605f81ade778a51886df6c43e61070f9e90ad716 done [2025-06-25T02:05:57.816Z] #8 exporting manifest list sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 done [2025-06-25T02:05:57.816Z] #8 pushing layers 0.0s done [2025-06-25T02:05:57.816Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:df15261148550f3ad838eecc2d5d43f1a2bd70de1db429b5a7e95db2e4963275 0.1s done [2025-06-25T02:05:57.816Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:57.816Z] #8 DONE 0.1s [2025-06-25T02:05:57.816Z] [2025-06-25T02:05:57.816Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:57.816Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:58.107Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:05:58.107Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:05:58.107Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:58.107Z] #1 transferring dockerfile: 215B done [2025-06-25T02:05:58.107Z] #1 DONE 0.0s [2025-06-25T02:05:58.107Z] [2025-06-25T02:05:58.107Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:58.107Z] #2 DONE 0.0s [2025-06-25T02:05:58.107Z] [2025-06-25T02:05:58.107Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:05:58.107Z] #3 DONE 0.0s [2025-06-25T02:05:58.107Z] [2025-06-25T02:05:58.107Z] #4 [internal] load .dockerignore [2025-06-25T02:05:58.107Z] #4 transferring context: [2025-06-25T02:05:58.368Z] #4 transferring context: 2B done [2025-06-25T02:05:58.368Z] #4 DONE 0.0s [2025-06-25T02:05:58.368Z] [2025-06-25T02:05:58.368Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:05:58.368Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:05:58.368Z] #5 DONE 0.0s [2025-06-25T02:05:58.368Z] [2025-06-25T02:05:58.368Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:05:58.368Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:05:58.368Z] #6 DONE 0.1s [2025-06-25T02:05:58.368Z] [2025-06-25T02:05:58.368Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:58.368Z] #7 DONE 0.0s [2025-06-25T02:05:58.368Z] [2025-06-25T02:05:58.368Z] #8 exporting to image [2025-06-25T02:05:58.368Z] #8 exporting layers done [2025-06-25T02:05:58.368Z] #8 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe 0.0s done [2025-06-25T02:05:58.368Z] #8 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done [2025-06-25T02:05:58.368Z] #8 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done [2025-06-25T02:05:58.368Z] #8 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done [2025-06-25T02:05:58.368Z] #8 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done [2025-06-25T02:05:58.368Z] #8 pushing layers 0.1s done [2025-06-25T02:05:58.368Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 [2025-06-25T02:05:58.368Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:58.628Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done [2025-06-25T02:05:58.628Z] #8 DONE 0.2s [2025-06-25T02:05:58.628Z] [2025-06-25T02:05:58.628Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:58.628Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:58.916Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-25T02:05:58.916Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-25T02:05:58.916Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:58.916Z] #1 transferring dockerfile: 181B done [2025-06-25T02:05:58.916Z] #1 DONE 0.0s [2025-06-25T02:05:58.916Z] [2025-06-25T02:05:58.916Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-25T02:05:58.916Z] #2 DONE 0.0s [2025-06-25T02:05:58.916Z] [2025-06-25T02:05:58.916Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-25T02:05:58.916Z] #3 DONE 0.0s [2025-06-25T02:05:58.916Z] [2025-06-25T02:05:58.916Z] #4 [internal] load .dockerignore [2025-06-25T02:05:58.916Z] #4 transferring context: 2B done [2025-06-25T02:05:58.916Z] #4 DONE 0.0s [2025-06-25T02:05:58.916Z] [2025-06-25T02:05:58.916Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:05:58.916Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:05:58.916Z] #5 DONE 0.0s [2025-06-25T02:05:58.916Z] [2025-06-25T02:05:58.916Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:05:59.177Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:05:59.177Z] #6 CACHED [2025-06-25T02:05:59.177Z] [2025-06-25T02:05:59.177Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:05:59.177Z] #5 CACHED [2025-06-25T02:05:59.177Z] [2025-06-25T02:05:59.177Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:59.177Z] #7 DONE 0.0s [2025-06-25T02:05:59.177Z] [2025-06-25T02:05:59.177Z] #8 exporting to image [2025-06-25T02:05:59.177Z] #8 exporting layers done [2025-06-25T02:05:59.177Z] #8 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done [2025-06-25T02:05:59.177Z] #8 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done [2025-06-25T02:05:59.177Z] #8 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done [2025-06-25T02:05:59.177Z] #8 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done [2025-06-25T02:05:59.177Z] #8 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done [2025-06-25T02:05:59.177Z] #8 pushing layers 0.0s done [2025-06-25T02:05:59.177Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done [2025-06-25T02:05:59.177Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:59.177Z] #8 DONE 0.1s [2025-06-25T02:05:59.177Z] [2025-06-25T02:05:59.177Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:59.177Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:05:59.471Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 --push - [2025-06-25T02:05:59.471Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28' [2025-06-25T02:05:59.471Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:05:59.471Z] #1 transferring dockerfile: 187B done [2025-06-25T02:05:59.471Z] #1 DONE 0.0s [2025-06-25T02:05:59.471Z] [2025-06-25T02:05:59.471Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 [2025-06-25T02:05:59.471Z] #2 DONE 0.0s [2025-06-25T02:05:59.471Z] [2025-06-25T02:05:59.471Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28 [2025-06-25T02:05:59.471Z] #3 DONE 0.0s [2025-06-25T02:05:59.471Z] [2025-06-25T02:05:59.471Z] #4 [internal] load .dockerignore [2025-06-25T02:05:59.471Z] #4 transferring context: 2B done [2025-06-25T02:05:59.471Z] #4 DONE 0.0s [2025-06-25T02:05:59.471Z] [2025-06-25T02:05:59.471Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:05:59.471Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa done [2025-06-25T02:05:59.471Z] #5 CACHED [2025-06-25T02:05:59.471Z] [2025-06-25T02:05:59.471Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:05:59.471Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:05:59.471Z] #6 CACHED [2025-06-25T02:05:59.471Z] [2025-06-25T02:05:59.471Z] #7 exporting to image [2025-06-25T02:05:59.471Z] #7 exporting layers done [2025-06-25T02:05:59.471Z] #7 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe [2025-06-25T02:05:59.471Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:05:59.730Z] #7 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done [2025-06-25T02:05:59.730Z] #7 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done [2025-06-25T02:05:59.730Z] #7 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done [2025-06-25T02:05:59.730Z] #7 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done [2025-06-25T02:05:59.730Z] #7 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done [2025-06-25T02:05:59.730Z] #7 pushing layers 0.0s done [2025-06-25T02:05:59.730Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.28@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done [2025-06-25T02:05:59.730Z] #7 DONE 0.1s [2025-06-25T02:05:59.730Z] [2025-06-25T02:05:59.730Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:05:59.730Z] #8 DONE 0.0s [2025-06-25T02:05:59.730Z] [2025-06-25T02:05:59.730Z] 1 warning found (use --debug to expand): [2025-06-25T02:05:59.730Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:00.022Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:06:00.023Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:06:00.283Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:00.283Z] #1 transferring dockerfile: 228B done [2025-06-25T02:06:00.283Z] #1 DONE 0.0s [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:00.283Z] #2 DONE 0.0s [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:00.283Z] #3 DONE 0.0s [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] #4 [internal] load .dockerignore [2025-06-25T02:06:00.283Z] #4 transferring context: 2B done [2025-06-25T02:06:00.283Z] #4 DONE 0.0s [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:06:00.283Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:06:00.283Z] #5 CACHED [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:06:00.283Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:06:00.283Z] #6 CACHED [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] #7 exporting to image [2025-06-25T02:06:00.283Z] #7 exporting layers [2025-06-25T02:06:00.283Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:00.283Z] #7 exporting layers done [2025-06-25T02:06:00.283Z] #7 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done [2025-06-25T02:06:00.283Z] #7 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done [2025-06-25T02:06:00.283Z] #7 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done [2025-06-25T02:06:00.283Z] #7 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done [2025-06-25T02:06:00.283Z] #7 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done [2025-06-25T02:06:00.283Z] #7 pushing layers 0.0s done [2025-06-25T02:06:00.283Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done [2025-06-25T02:06:00.283Z] #7 DONE 0.1s [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:00.283Z] #8 DONE 0.0s [2025-06-25T02:06:00.283Z] [2025-06-25T02:06:00.283Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:00.283Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:00.571Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-25T02:06:00.571Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-25T02:06:00.571Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:00.571Z] #1 transferring dockerfile: 179B done [2025-06-25T02:06:00.571Z] #1 DONE 0.0s [2025-06-25T02:06:00.571Z] [2025-06-25T02:06:00.571Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-25T02:06:00.571Z] #2 DONE 0.0s [2025-06-25T02:06:00.571Z] [2025-06-25T02:06:00.571Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-25T02:06:00.571Z] #3 DONE 0.0s [2025-06-25T02:06:00.571Z] [2025-06-25T02:06:00.571Z] #4 [internal] load .dockerignore [2025-06-25T02:06:00.571Z] #4 transferring context: 2B done [2025-06-25T02:06:00.571Z] #4 DONE 0.0s [2025-06-25T02:06:00.571Z] [2025-06-25T02:06:00.571Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:06:00.571Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:06:00.571Z] #5 CACHED [2025-06-25T02:06:00.571Z] [2025-06-25T02:06:00.571Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:06:00.571Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa 0.0s done [2025-06-25T02:06:00.571Z] #6 DONE 0.0s [2025-06-25T02:06:00.829Z] [2025-06-25T02:06:00.829Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:4405eeb1e8f43f74c3b36bc9c46458eb6b65be498219701657be2e4b5b1b0efa [2025-06-25T02:06:00.829Z] #6 CACHED [2025-06-25T02:06:00.829Z] [2025-06-25T02:06:00.829Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:00.829Z] #7 DONE 0.0s [2025-06-25T02:06:00.829Z] [2025-06-25T02:06:00.829Z] #8 exporting to image [2025-06-25T02:06:00.829Z] #8 exporting layers done [2025-06-25T02:06:00.829Z] #8 exporting manifest sha256:4ccac1c804478d6031ea52b000aad4ed7cf79da51def493d66a0768a3bfe2bfe done [2025-06-25T02:06:00.829Z] #8 exporting config sha256:8476671ea296b4efb80b8a93b7f9dd2462b0cf1f8ae78929323ae4aecf105457 done [2025-06-25T02:06:00.829Z] #8 exporting manifest sha256:c0f9fa058c327d85e3a531a69291c8e2d04850cc3b6464a16c76739797bd3170 done [2025-06-25T02:06:00.829Z] #8 exporting config sha256:ab408f4a052e76f4369010c8f89897fd8582a00eb26b1c0f9cde294c4d149321 done [2025-06-25T02:06:00.829Z] #8 exporting manifest list sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 done [2025-06-25T02:06:00.829Z] #8 pushing layers 0.0s done [2025-06-25T02:06:00.829Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:883c4d4c5f4eac906957deec62f241aa625ea93d7c60f0e0e34f6130234d2ac2 0.1s done [2025-06-25T02:06:00.829Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:00.829Z] #8 DONE 0.1s [2025-06-25T02:06:00.829Z] [2025-06-25T02:06:00.829Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:00.829Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:01.117Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:06:01.117Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:06:01.381Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:01.381Z] #1 transferring dockerfile: 205B done [2025-06-25T02:06:01.381Z] #1 DONE 0.0s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:01.381Z] #2 DONE 0.0s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #3 [internal] load .dockerignore [2025-06-25T02:06:01.381Z] #3 transferring context: 2B done [2025-06-25T02:06:01.381Z] #3 DONE 0.0s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:01.381Z] #4 DONE 0.1s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:01.381Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:01.381Z] #5 DONE 0.0s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:01.381Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:01.381Z] #6 DONE 0.0s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:01.381Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:01.381Z] #5 DONE 0.1s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #7 exporting to image [2025-06-25T02:06:01.381Z] #7 exporting layers done [2025-06-25T02:06:01.381Z] #7 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 0.0s done [2025-06-25T02:06:01.381Z] #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 [2025-06-25T02:06:01.381Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:01.381Z] #7 ... [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:01.381Z] #8 DONE 0.0s [2025-06-25T02:06:01.381Z] [2025-06-25T02:06:01.381Z] #7 exporting to image [2025-06-25T02:06:01.381Z] #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done [2025-06-25T02:06:01.381Z] #7 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done [2025-06-25T02:06:01.381Z] #7 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done [2025-06-25T02:06:01.381Z] #7 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done [2025-06-25T02:06:01.381Z] #7 pushing layers 0.1s done [2025-06-25T02:06:01.381Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 [2025-06-25T02:06:01.641Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done [2025-06-25T02:06:01.641Z] #7 DONE 0.2s [2025-06-25T02:06:01.641Z] [2025-06-25T02:06:01.641Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:01.641Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:01.932Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-25T02:06:01.932Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-25T02:06:01.932Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:01.932Z] #1 transferring dockerfile: 171B done [2025-06-25T02:06:01.932Z] #1 DONE 0.0s [2025-06-25T02:06:01.932Z] [2025-06-25T02:06:01.932Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-25T02:06:01.932Z] #2 DONE 0.0s [2025-06-25T02:06:01.932Z] [2025-06-25T02:06:01.932Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-25T02:06:01.932Z] #3 DONE 0.0s [2025-06-25T02:06:01.932Z] [2025-06-25T02:06:01.932Z] #4 [internal] load .dockerignore [2025-06-25T02:06:01.932Z] #4 transferring context: 2B done [2025-06-25T02:06:01.932Z] #4 DONE 0.0s [2025-06-25T02:06:01.932Z] [2025-06-25T02:06:01.932Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:01.932Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:01.932Z] #5 CACHED [2025-06-25T02:06:01.932Z] [2025-06-25T02:06:01.932Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:01.932Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:01.932Z] #6 CACHED [2025-06-25T02:06:01.932Z] [2025-06-25T02:06:01.932Z] #7 exporting to image [2025-06-25T02:06:01.932Z] #7 exporting layers [2025-06-25T02:06:01.932Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:02.191Z] #7 exporting layers done [2025-06-25T02:06:02.191Z] #7 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done [2025-06-25T02:06:02.191Z] #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done [2025-06-25T02:06:02.191Z] #7 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done [2025-06-25T02:06:02.191Z] #7 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done [2025-06-25T02:06:02.191Z] #7 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done [2025-06-25T02:06:02.191Z] #7 pushing layers 0.0s done [2025-06-25T02:06:02.191Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done [2025-06-25T02:06:02.191Z] #7 DONE 0.1s [2025-06-25T02:06:02.191Z] [2025-06-25T02:06:02.191Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:02.191Z] #8 DONE 0.0s [2025-06-25T02:06:02.191Z] [2025-06-25T02:06:02.191Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:02.191Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:02.491Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28' [2025-06-25T02:06:02.491Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 --push - [2025-06-25T02:06:02.491Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:02.491Z] #1 transferring dockerfile: 177B done [2025-06-25T02:06:02.491Z] #1 DONE 0.0s [2025-06-25T02:06:02.491Z] [2025-06-25T02:06:02.491Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 [2025-06-25T02:06:02.491Z] #2 DONE 0.0s [2025-06-25T02:06:02.491Z] [2025-06-25T02:06:02.491Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28 [2025-06-25T02:06:02.491Z] #3 DONE 0.0s [2025-06-25T02:06:02.491Z] [2025-06-25T02:06:02.491Z] #4 [internal] load .dockerignore [2025-06-25T02:06:02.491Z] #4 transferring context: 2B done [2025-06-25T02:06:02.491Z] #4 DONE 0.0s [2025-06-25T02:06:02.491Z] [2025-06-25T02:06:02.491Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:02.491Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:02.491Z] #5 DONE 0.0s [2025-06-25T02:06:02.491Z] [2025-06-25T02:06:02.491Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:02.751Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:02.751Z] #6 CACHED [2025-06-25T02:06:02.751Z] [2025-06-25T02:06:02.751Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:02.751Z] #5 CACHED [2025-06-25T02:06:02.751Z] [2025-06-25T02:06:02.751Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:02.751Z] #7 DONE 0.0s [2025-06-25T02:06:02.751Z] [2025-06-25T02:06:02.751Z] #8 exporting to image [2025-06-25T02:06:02.751Z] #8 exporting layers done [2025-06-25T02:06:02.751Z] #8 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done [2025-06-25T02:06:02.751Z] #8 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done [2025-06-25T02:06:02.751Z] #8 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done [2025-06-25T02:06:02.751Z] #8 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done [2025-06-25T02:06:02.751Z] #8 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done [2025-06-25T02:06:02.751Z] #8 pushing layers 0.0s done [2025-06-25T02:06:02.751Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.28@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done [2025-06-25T02:06:02.751Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:02.751Z] #8 DONE 0.1s [2025-06-25T02:06:02.751Z] [2025-06-25T02:06:02.751Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:02.751Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:03.040Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:06:03.040Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:06:03.300Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:03.300Z] #1 transferring dockerfile: 218B done [2025-06-25T02:06:03.300Z] #1 DONE 0.0s [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:03.300Z] #2 DONE 0.0s [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:03.300Z] #3 DONE 0.0s [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #4 [internal] load .dockerignore [2025-06-25T02:06:03.300Z] #4 transferring context: 2B done [2025-06-25T02:06:03.300Z] #4 DONE 0.0s [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:03.300Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 done [2025-06-25T02:06:03.300Z] #5 DONE 0.0s [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:03.300Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 done [2025-06-25T02:06:03.300Z] #6 CACHED [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:03.300Z] #5 CACHED [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:03.300Z] #7 DONE 0.0s [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] #8 exporting to image [2025-06-25T02:06:03.300Z] #8 exporting layers done [2025-06-25T02:06:03.300Z] #8 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done [2025-06-25T02:06:03.300Z] #8 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done [2025-06-25T02:06:03.300Z] #8 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done [2025-06-25T02:06:03.300Z] #8 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done [2025-06-25T02:06:03.300Z] #8 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done [2025-06-25T02:06:03.300Z] #8 pushing layers 0.0s done [2025-06-25T02:06:03.300Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done [2025-06-25T02:06:03.300Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:03.300Z] #8 DONE 0.1s [2025-06-25T02:06:03.300Z] [2025-06-25T02:06:03.300Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:03.301Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:03.592Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-25T02:06:03.592Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-25T02:06:03.592Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:03.592Z] #1 transferring dockerfile: 169B done [2025-06-25T02:06:03.592Z] #1 DONE 0.0s [2025-06-25T02:06:03.592Z] [2025-06-25T02:06:03.592Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-25T02:06:03.592Z] #2 DONE 0.0s [2025-06-25T02:06:03.592Z] [2025-06-25T02:06:03.592Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-25T02:06:03.592Z] #3 DONE 0.0s [2025-06-25T02:06:03.592Z] [2025-06-25T02:06:03.592Z] #4 [internal] load .dockerignore [2025-06-25T02:06:03.592Z] #4 transferring context: 2B done [2025-06-25T02:06:03.592Z] #4 DONE 0.0s [2025-06-25T02:06:03.592Z] [2025-06-25T02:06:03.592Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:03.592Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:03.592Z] #5 CACHED [2025-06-25T02:06:03.592Z] [2025-06-25T02:06:03.592Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 [2025-06-25T02:06:03.592Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9192d8354531e11160073298b09511b305cffa1886213b4a55e949d16a201058 0.0s done [2025-06-25T02:06:03.592Z] #6 CACHED [2025-06-25T02:06:03.592Z] [2025-06-25T02:06:03.592Z] #7 exporting to image [2025-06-25T02:06:03.592Z] #7 exporting layers done [2025-06-25T02:06:03.592Z] #7 exporting manifest sha256:0ad343eb681647158d0f6f14f8efe20e373a13ad31d812e3b882f3f5b7dfe461 done [2025-06-25T02:06:03.592Z] #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 [2025-06-25T02:06:03.592Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:03.854Z] #7 exporting config sha256:9d61395f134b7387e4d08d234678592a0b275fcb5974f01340ac9a585b9bfcd8 done [2025-06-25T02:06:03.854Z] #7 exporting manifest sha256:423f080ad3d781a78079311de2a77d26839d77fc90056829884fbd707ebeb424 done [2025-06-25T02:06:03.854Z] #7 exporting config sha256:9479ab00ecdc8d43b06ce69cca440fc72c1fb996d10e4319b336deee0f0b0ecd done [2025-06-25T02:06:03.854Z] #7 exporting manifest list sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 done [2025-06-25T02:06:03.854Z] #7 pushing layers 0.0s done [2025-06-25T02:06:03.854Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:90c2ddc9d578f3db85ccfe147b5d2c157fe6f5c43a185c3353c4beb12015b2c2 0.1s done [2025-06-25T02:06:03.854Z] #7 DONE 0.1s [2025-06-25T02:06:03.854Z] [2025-06-25T02:06:03.854Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:03.854Z] #8 DONE 0.0s [2025-06-25T02:06:03.854Z] [2025-06-25T02:06:03.854Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:03.854Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:04.145Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:06:04.145Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:06:04.145Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:04.145Z] #1 transferring dockerfile: 206B done [2025-06-25T02:06:04.145Z] #1 DONE 0.0s [2025-06-25T02:06:04.145Z] [2025-06-25T02:06:04.145Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:04.145Z] #2 DONE 0.0s [2025-06-25T02:06:04.145Z] [2025-06-25T02:06:04.145Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:04.145Z] #3 DONE 0.0s [2025-06-25T02:06:04.145Z] [2025-06-25T02:06:04.145Z] #4 [internal] load .dockerignore [2025-06-25T02:06:04.145Z] #4 transferring context: 2B done [2025-06-25T02:06:04.145Z] #4 DONE 0.0s [2025-06-25T02:06:04.145Z] [2025-06-25T02:06:04.145Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:04.145Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:04.405Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:04.405Z] #5 DONE 0.0s [2025-06-25T02:06:04.405Z] [2025-06-25T02:06:04.405Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:04.405Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:04.405Z] #6 DONE 0.1s [2025-06-25T02:06:04.405Z] [2025-06-25T02:06:04.405Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:04.405Z] #7 DONE 0.0s [2025-06-25T02:06:04.405Z] [2025-06-25T02:06:04.405Z] #8 exporting to image [2025-06-25T02:06:04.405Z] #8 exporting layers done [2025-06-25T02:06:04.405Z] #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 0.0s done [2025-06-25T02:06:04.405Z] #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 0.0s done [2025-06-25T02:06:04.405Z] #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done [2025-06-25T02:06:04.405Z] #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done [2025-06-25T02:06:04.405Z] #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done [2025-06-25T02:06:04.405Z] #8 pushing layers [2025-06-25T02:06:04.405Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:04.664Z] #8 pushing layers 0.1s done [2025-06-25T02:06:04.664Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done [2025-06-25T02:06:04.664Z] #8 DONE 0.2s [2025-06-25T02:06:04.664Z] [2025-06-25T02:06:04.664Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:04.664Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:04.954Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-25T02:06:04.954Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-25T02:06:05.213Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:05.213Z] #1 transferring dockerfile: 172B done [2025-06-25T02:06:05.213Z] #1 DONE 0.0s [2025-06-25T02:06:05.213Z] [2025-06-25T02:06:05.213Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-25T02:06:05.213Z] #2 DONE 0.0s [2025-06-25T02:06:05.213Z] [2025-06-25T02:06:05.213Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-25T02:06:05.213Z] #3 DONE 0.0s [2025-06-25T02:06:05.213Z] [2025-06-25T02:06:05.213Z] #4 [internal] load .dockerignore [2025-06-25T02:06:05.214Z] #4 transferring context: 2B done [2025-06-25T02:06:05.214Z] #4 DONE 0.0s [2025-06-25T02:06:05.214Z] [2025-06-25T02:06:05.214Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:05.214Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee done [2025-06-25T02:06:05.214Z] #5 CACHED [2025-06-25T02:06:05.214Z] [2025-06-25T02:06:05.214Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:05.214Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:05.214Z] #6 CACHED [2025-06-25T02:06:05.214Z] [2025-06-25T02:06:05.214Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:05.214Z] #7 DONE 0.0s [2025-06-25T02:06:05.214Z] [2025-06-25T02:06:05.214Z] #8 exporting to image [2025-06-25T02:06:05.214Z] #8 exporting layers done [2025-06-25T02:06:05.214Z] #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done [2025-06-25T02:06:05.214Z] #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done [2025-06-25T02:06:05.214Z] #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done [2025-06-25T02:06:05.214Z] #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done [2025-06-25T02:06:05.214Z] #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done [2025-06-25T02:06:05.214Z] #8 pushing layers 0.0s done [2025-06-25T02:06:05.214Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done [2025-06-25T02:06:05.214Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:05.214Z] #8 DONE 0.1s [2025-06-25T02:06:05.214Z] [2025-06-25T02:06:05.214Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:05.214Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:05.505Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 --push - [2025-06-25T02:06:05.505Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28' [2025-06-25T02:06:05.505Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:05.505Z] #1 transferring dockerfile: 178B done [2025-06-25T02:06:05.505Z] #1 DONE 0.0s [2025-06-25T02:06:05.505Z] [2025-06-25T02:06:05.505Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 [2025-06-25T02:06:05.505Z] #2 DONE 0.0s [2025-06-25T02:06:05.505Z] [2025-06-25T02:06:05.505Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28 [2025-06-25T02:06:05.505Z] #3 DONE 0.0s [2025-06-25T02:06:05.505Z] [2025-06-25T02:06:05.505Z] #4 [internal] load .dockerignore [2025-06-25T02:06:05.505Z] #4 transferring context: 2B done [2025-06-25T02:06:05.505Z] #4 DONE 0.0s [2025-06-25T02:06:05.505Z] [2025-06-25T02:06:05.505Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:05.505Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:05.505Z] #5 DONE 0.0s [2025-06-25T02:06:05.505Z] [2025-06-25T02:06:05.505Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:05.765Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:05.765Z] #6 CACHED [2025-06-25T02:06:05.765Z] [2025-06-25T02:06:05.765Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:05.765Z] #5 CACHED [2025-06-25T02:06:05.765Z] [2025-06-25T02:06:05.765Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:05.765Z] #7 DONE 0.0s [2025-06-25T02:06:05.765Z] [2025-06-25T02:06:05.765Z] #8 exporting to image [2025-06-25T02:06:05.765Z] #8 exporting layers done [2025-06-25T02:06:05.765Z] #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done [2025-06-25T02:06:05.765Z] #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done [2025-06-25T02:06:05.765Z] #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done [2025-06-25T02:06:05.765Z] #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done [2025-06-25T02:06:05.765Z] #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done [2025-06-25T02:06:05.765Z] #8 pushing layers 0.0s done [2025-06-25T02:06:05.765Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.28@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done [2025-06-25T02:06:05.765Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:05.765Z] #8 DONE 0.1s [2025-06-25T02:06:05.765Z] [2025-06-25T02:06:05.765Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:05.765Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:06.053Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:06:06.053Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:06:06.053Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:06.053Z] #1 transferring dockerfile: 219B done [2025-06-25T02:06:06.053Z] #1 DONE 0.0s [2025-06-25T02:06:06.053Z] [2025-06-25T02:06:06.053Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:06.053Z] #2 DONE 0.0s [2025-06-25T02:06:06.053Z] [2025-06-25T02:06:06.053Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:06.053Z] #3 DONE 0.0s [2025-06-25T02:06:06.053Z] [2025-06-25T02:06:06.053Z] #4 [internal] load .dockerignore [2025-06-25T02:06:06.053Z] #4 transferring context: 2B done [2025-06-25T02:06:06.053Z] #4 DONE 0.0s [2025-06-25T02:06:06.053Z] [2025-06-25T02:06:06.053Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:06.053Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:06.053Z] #5 CACHED [2025-06-25T02:06:06.053Z] [2025-06-25T02:06:06.053Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:06.313Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:06.313Z] #6 CACHED [2025-06-25T02:06:06.313Z] [2025-06-25T02:06:06.313Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:06.313Z] #7 DONE 0.0s [2025-06-25T02:06:06.313Z] [2025-06-25T02:06:06.313Z] #8 exporting to image [2025-06-25T02:06:06.313Z] #8 exporting layers done [2025-06-25T02:06:06.313Z] #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done [2025-06-25T02:06:06.313Z] #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done [2025-06-25T02:06:06.313Z] #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done [2025-06-25T02:06:06.313Z] #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done [2025-06-25T02:06:06.313Z] #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done [2025-06-25T02:06:06.313Z] #8 pushing layers 0.0s done [2025-06-25T02:06:06.313Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done [2025-06-25T02:06:06.313Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:06.313Z] #8 DONE 0.1s [2025-06-25T02:06:06.313Z] [2025-06-25T02:06:06.313Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:06.313Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:06.600Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-25T02:06:06.600Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-25T02:06:06.600Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:06.600Z] #1 transferring dockerfile: 170B done [2025-06-25T02:06:06.600Z] #1 DONE 0.0s [2025-06-25T02:06:06.600Z] [2025-06-25T02:06:06.600Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-25T02:06:06.600Z] #2 DONE 0.0s [2025-06-25T02:06:06.600Z] [2025-06-25T02:06:06.600Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-25T02:06:06.600Z] #3 DONE 0.0s [2025-06-25T02:06:06.600Z] [2025-06-25T02:06:06.600Z] #4 [internal] load .dockerignore [2025-06-25T02:06:06.600Z] #4 transferring context: 2B done [2025-06-25T02:06:06.600Z] #4 DONE 0.0s [2025-06-25T02:06:06.600Z] [2025-06-25T02:06:06.600Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:06.600Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:06.600Z] #5 DONE 0.0s [2025-06-25T02:06:06.600Z] [2025-06-25T02:06:06.600Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:06.858Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee 0.0s done [2025-06-25T02:06:06.858Z] #6 CACHED [2025-06-25T02:06:06.858Z] [2025-06-25T02:06:06.858Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3c173c54b67150bbbe4478ec3d1a1bdda641dcdc2a6da7b436917851364d7aee [2025-06-25T02:06:06.858Z] #5 CACHED [2025-06-25T02:06:06.858Z] [2025-06-25T02:06:06.858Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:06.858Z] #7 DONE 0.0s [2025-06-25T02:06:06.858Z] [2025-06-25T02:06:06.858Z] #8 exporting to image [2025-06-25T02:06:06.858Z] #8 exporting layers done [2025-06-25T02:06:06.858Z] #8 exporting manifest sha256:2b53cc74b97c6c963711e0c4dc4a68b11fe436e25c8a7389a15dc13bf94aa3d7 done [2025-06-25T02:06:06.858Z] #8 exporting config sha256:066555530ac48a5c7088b3fd80fcf23a774b0d5bb22ad3101ab3a811f80bfd83 done [2025-06-25T02:06:06.858Z] #8 exporting manifest sha256:6f2207671665693da991c21f73c717af77a67f8bfe1ed6673e79aaae1bf14e83 done [2025-06-25T02:06:06.858Z] #8 exporting config sha256:7e2bfc309d80104f1a18f69dadfc2a6313549e7acfe40d1ec9d4c63ec9a741b6 done [2025-06-25T02:06:06.858Z] #8 exporting manifest list sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 done [2025-06-25T02:06:06.858Z] #8 pushing layers 0.0s done [2025-06-25T02:06:06.858Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:b5797cb79d1a35b8adfa232859825717ef123775fb746ff484bc475ffc474ad0 0.1s done [2025-06-25T02:06:06.858Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:06.858Z] #8 DONE 0.1s [2025-06-25T02:06:06.858Z] [2025-06-25T02:06:06.858Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:06.858Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:07.145Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:06:07.145Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:06:07.404Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:07.404Z] #1 transferring dockerfile: 206B done [2025-06-25T02:06:07.404Z] #1 DONE 0.0s [2025-06-25T02:06:07.404Z] [2025-06-25T02:06:07.404Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:07.404Z] #2 DONE 0.0s [2025-06-25T02:06:07.404Z] [2025-06-25T02:06:07.404Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:07.404Z] #3 DONE 0.0s [2025-06-25T02:06:07.404Z] [2025-06-25T02:06:07.404Z] #4 [internal] load .dockerignore [2025-06-25T02:06:07.404Z] #4 transferring context: 2B done [2025-06-25T02:06:07.404Z] #4 DONE 0.0s [2025-06-25T02:06:07.404Z] [2025-06-25T02:06:07.404Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:07.404Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:07.404Z] #5 ... [2025-06-25T02:06:07.404Z] [2025-06-25T02:06:07.404Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:07.404Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:07.404Z] #6 DONE 0.1s [2025-06-25T02:06:07.404Z] [2025-06-25T02:06:07.404Z] #7 exporting to image [2025-06-25T02:06:07.404Z] #7 exporting layers done [2025-06-25T02:06:07.404Z] #7 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 [2025-06-25T02:06:07.404Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:07.663Z] #7 ... [2025-06-25T02:06:07.663Z] [2025-06-25T02:06:07.663Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:07.663Z] #8 DONE 0.0s [2025-06-25T02:06:07.663Z] [2025-06-25T02:06:07.663Z] #7 exporting to image [2025-06-25T02:06:07.664Z] #7 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done [2025-06-25T02:06:07.664Z] #7 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done [2025-06-25T02:06:07.664Z] #7 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done [2025-06-25T02:06:07.664Z] #7 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done [2025-06-25T02:06:07.664Z] #7 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done [2025-06-25T02:06:07.664Z] #7 pushing layers 0.1s done [2025-06-25T02:06:07.664Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 [2025-06-25T02:06:07.664Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done [2025-06-25T02:06:07.664Z] #7 DONE 0.2s [2025-06-25T02:06:07.664Z] [2025-06-25T02:06:07.664Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:07.664Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:07.989Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-25T02:06:07.989Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-25T02:06:08.265Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:08.265Z] #1 transferring dockerfile: 172B done [2025-06-25T02:06:08.265Z] #1 DONE 0.0s [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-25T02:06:08.265Z] #2 DONE 0.0s [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-25T02:06:08.265Z] #3 DONE 0.0s [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] #4 [internal] load .dockerignore [2025-06-25T02:06:08.265Z] #4 transferring context: 2B done [2025-06-25T02:06:08.265Z] #4 DONE 0.0s [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:08.265Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:08.265Z] #5 CACHED [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:08.265Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:08.265Z] #6 CACHED [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:08.265Z] #7 DONE 0.0s [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] #8 exporting to image [2025-06-25T02:06:08.265Z] #8 exporting layers done [2025-06-25T02:06:08.265Z] #8 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done [2025-06-25T02:06:08.265Z] #8 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done [2025-06-25T02:06:08.265Z] #8 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done [2025-06-25T02:06:08.265Z] #8 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done [2025-06-25T02:06:08.265Z] #8 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done [2025-06-25T02:06:08.265Z] #8 pushing layers 0.0s done [2025-06-25T02:06:08.265Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 [2025-06-25T02:06:08.265Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:08.265Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done [2025-06-25T02:06:08.265Z] #8 DONE 0.1s [2025-06-25T02:06:08.265Z] [2025-06-25T02:06:08.265Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:08.265Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:08.571Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 --push - [2025-06-25T02:06:08.571Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28' [2025-06-25T02:06:08.571Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:08.571Z] #1 transferring dockerfile: 178B done [2025-06-25T02:06:08.571Z] #1 DONE 0.0s [2025-06-25T02:06:08.571Z] [2025-06-25T02:06:08.571Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 [2025-06-25T02:06:08.571Z] #2 DONE 0.0s [2025-06-25T02:06:08.571Z] [2025-06-25T02:06:08.571Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28 [2025-06-25T02:06:08.571Z] #3 DONE 0.0s [2025-06-25T02:06:08.571Z] [2025-06-25T02:06:08.571Z] #4 [internal] load .dockerignore [2025-06-25T02:06:08.571Z] #4 transferring context: 2B done [2025-06-25T02:06:08.571Z] #4 DONE 0.0s [2025-06-25T02:06:08.571Z] [2025-06-25T02:06:08.571Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:08.571Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:08.571Z] #5 DONE 0.0s [2025-06-25T02:06:08.571Z] [2025-06-25T02:06:08.571Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:08.829Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:08.829Z] #6 CACHED [2025-06-25T02:06:08.829Z] [2025-06-25T02:06:08.829Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:08.829Z] #5 CACHED [2025-06-25T02:06:08.829Z] [2025-06-25T02:06:08.829Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:08.829Z] #7 DONE 0.0s [2025-06-25T02:06:08.829Z] [2025-06-25T02:06:08.829Z] #8 exporting to image [2025-06-25T02:06:08.829Z] #8 exporting layers done [2025-06-25T02:06:08.829Z] #8 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done [2025-06-25T02:06:08.829Z] #8 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done [2025-06-25T02:06:08.829Z] #8 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done [2025-06-25T02:06:08.829Z] #8 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done [2025-06-25T02:06:08.829Z] #8 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done [2025-06-25T02:06:08.829Z] #8 pushing layers 0.0s done [2025-06-25T02:06:08.829Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.28@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done [2025-06-25T02:06:08.829Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:08.829Z] #8 DONE 0.1s [2025-06-25T02:06:08.829Z] [2025-06-25T02:06:08.829Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:08.829Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:09.120Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:06:09.120Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:06:09.380Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:09.380Z] #1 transferring dockerfile: 219B done [2025-06-25T02:06:09.380Z] #1 DONE 0.0s [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:09.380Z] #2 DONE 0.0s [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:09.380Z] #3 DONE 0.0s [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #4 [internal] load .dockerignore [2025-06-25T02:06:09.380Z] #4 transferring context: 2B done [2025-06-25T02:06:09.380Z] #4 DONE 0.0s [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:09.380Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:09.380Z] #5 DONE 0.0s [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:09.380Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:09.380Z] #6 CACHED [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:09.380Z] #5 CACHED [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:09.380Z] #7 DONE 0.0s [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] #8 exporting to image [2025-06-25T02:06:09.380Z] #8 exporting layers done [2025-06-25T02:06:09.380Z] #8 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done [2025-06-25T02:06:09.380Z] #8 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done [2025-06-25T02:06:09.380Z] #8 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done [2025-06-25T02:06:09.380Z] #8 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done [2025-06-25T02:06:09.380Z] #8 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done [2025-06-25T02:06:09.380Z] #8 pushing layers 0.0s done [2025-06-25T02:06:09.380Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done [2025-06-25T02:06:09.380Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:09.380Z] #8 DONE 0.1s [2025-06-25T02:06:09.380Z] [2025-06-25T02:06:09.380Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:09.380Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:09.666Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-25T02:06:09.667Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-25T02:06:09.925Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:09.925Z] #1 transferring dockerfile: 170B done [2025-06-25T02:06:09.925Z] #1 DONE 0.0s [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-25T02:06:09.925Z] #2 DONE 0.0s [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-25T02:06:09.925Z] #3 DONE 0.0s [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] #4 [internal] load .dockerignore [2025-06-25T02:06:09.925Z] #4 transferring context: 2B done [2025-06-25T02:06:09.925Z] #4 DONE 0.0s [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:09.925Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:09.925Z] #5 CACHED [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 [2025-06-25T02:06:09.925Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8ad40da3c0e014ea2b3c9461a5b59f86886a1eb11b13af7c08b40348082fc596 0.0s done [2025-06-25T02:06:09.925Z] #6 CACHED [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] #7 exporting to image [2025-06-25T02:06:09.925Z] #7 exporting layers done [2025-06-25T02:06:09.925Z] #7 exporting manifest sha256:52cab85c9fa8b0e726296fbfaefc4e342af729c74d4b75c82f7a3e036cac66d6 done [2025-06-25T02:06:09.925Z] #7 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d [2025-06-25T02:06:09.925Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:09.925Z] #7 exporting config sha256:32818c35969473a7b812e568296f3d002cdc78417b3087eb27ef444519ad8e2d done [2025-06-25T02:06:09.925Z] #7 exporting manifest sha256:e986104ea0ee3f33cd17e7e574994489a28cab328c9b8570216d6ab9b56b585d done [2025-06-25T02:06:09.925Z] #7 exporting config sha256:444504c5756fc11138c30d7bf506e199318486bb390df79caf2f0a9faf705e07 done [2025-06-25T02:06:09.925Z] #7 exporting manifest list sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 done [2025-06-25T02:06:09.925Z] #7 pushing layers 0.0s done [2025-06-25T02:06:09.925Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a4db99b5081327bc0814057c1e1838ad20f8edce341e8bb1a265ad50df0efbd6 0.1s done [2025-06-25T02:06:09.925Z] #7 DONE 0.1s [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:09.925Z] #8 DONE 0.0s [2025-06-25T02:06:09.925Z] [2025-06-25T02:06:09.925Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:09.925Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:10.220Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:06:10.220Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:06:10.220Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:10.220Z] #1 transferring dockerfile: 206B done [2025-06-25T02:06:10.220Z] #1 DONE 0.0s [2025-06-25T02:06:10.220Z] [2025-06-25T02:06:10.220Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:10.220Z] #2 DONE 0.0s [2025-06-25T02:06:10.220Z] [2025-06-25T02:06:10.220Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:10.220Z] #3 DONE 0.1s [2025-06-25T02:06:10.220Z] [2025-06-25T02:06:10.220Z] #4 [internal] load .dockerignore [2025-06-25T02:06:10.220Z] #4 transferring context: 2B done [2025-06-25T02:06:10.220Z] #4 DONE 0.0s [2025-06-25T02:06:10.480Z] [2025-06-25T02:06:10.480Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:10.480Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:10.480Z] #5 DONE 0.0s [2025-06-25T02:06:10.480Z] [2025-06-25T02:06:10.480Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:10.480Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:10.480Z] #6 DONE 0.1s [2025-06-25T02:06:10.480Z] [2025-06-25T02:06:10.480Z] #7 exporting to image [2025-06-25T02:06:10.480Z] #7 exporting layers done [2025-06-25T02:06:10.480Z] #7 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 0.0s done [2025-06-25T02:06:10.480Z] #7 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done [2025-06-25T02:06:10.480Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:10.480Z] #7 ... [2025-06-25T02:06:10.480Z] [2025-06-25T02:06:10.480Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:10.480Z] #8 DONE 0.0s [2025-06-25T02:06:10.480Z] [2025-06-25T02:06:10.480Z] #7 exporting to image [2025-06-25T02:06:10.480Z] #7 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done [2025-06-25T02:06:10.480Z] #7 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done [2025-06-25T02:06:10.480Z] #7 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done [2025-06-25T02:06:10.480Z] #7 pushing layers 0.1s done [2025-06-25T02:06:10.480Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff [2025-06-25T02:06:10.739Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done [2025-06-25T02:06:10.739Z] #7 DONE 0.2s [2025-06-25T02:06:10.739Z] [2025-06-25T02:06:10.739Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:10.739Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:11.029Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-25T02:06:11.029Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-25T02:06:11.029Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:11.029Z] #1 transferring dockerfile: 172B done [2025-06-25T02:06:11.029Z] #1 DONE 0.0s [2025-06-25T02:06:11.029Z] [2025-06-25T02:06:11.029Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-25T02:06:11.029Z] #2 DONE 0.0s [2025-06-25T02:06:11.029Z] [2025-06-25T02:06:11.029Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-25T02:06:11.029Z] #3 DONE 0.0s [2025-06-25T02:06:11.029Z] [2025-06-25T02:06:11.029Z] #4 [internal] load .dockerignore [2025-06-25T02:06:11.029Z] #4 transferring context: 2B done [2025-06-25T02:06:11.029Z] #4 DONE 0.0s [2025-06-25T02:06:11.029Z] [2025-06-25T02:06:11.029Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:11.029Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b done [2025-06-25T02:06:11.029Z] #5 CACHED [2025-06-25T02:06:11.029Z] [2025-06-25T02:06:11.029Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:11.029Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:11.288Z] #6 CACHED [2025-06-25T02:06:11.288Z] [2025-06-25T02:06:11.288Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:11.288Z] #7 DONE 0.0s [2025-06-25T02:06:11.288Z] [2025-06-25T02:06:11.288Z] #8 exporting to image [2025-06-25T02:06:11.288Z] #8 exporting layers done [2025-06-25T02:06:11.288Z] #8 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done [2025-06-25T02:06:11.288Z] #8 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done [2025-06-25T02:06:11.288Z] #8 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done [2025-06-25T02:06:11.288Z] #8 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done [2025-06-25T02:06:11.288Z] #8 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done [2025-06-25T02:06:11.288Z] #8 pushing layers 0.0s done [2025-06-25T02:06:11.288Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done [2025-06-25T02:06:11.288Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:11.288Z] #8 DONE 0.1s [2025-06-25T02:06:11.288Z] [2025-06-25T02:06:11.288Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:11.288Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:11.574Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 --push - [2025-06-25T02:06:11.574Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28' [2025-06-25T02:06:11.834Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:11.834Z] #1 transferring dockerfile: 178B done [2025-06-25T02:06:11.834Z] #1 DONE 0.0s [2025-06-25T02:06:11.834Z] [2025-06-25T02:06:11.834Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 [2025-06-25T02:06:11.834Z] #2 DONE 0.0s [2025-06-25T02:06:11.834Z] [2025-06-25T02:06:11.834Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28 [2025-06-25T02:06:11.834Z] #3 DONE 0.0s [2025-06-25T02:06:11.834Z] [2025-06-25T02:06:11.834Z] #4 [internal] load .dockerignore [2025-06-25T02:06:11.835Z] #4 transferring context: 2B done [2025-06-25T02:06:11.835Z] #4 DONE 0.0s [2025-06-25T02:06:11.835Z] [2025-06-25T02:06:11.835Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:11.835Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:11.835Z] #5 CACHED [2025-06-25T02:06:11.835Z] [2025-06-25T02:06:11.835Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:11.835Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:11.835Z] #6 CACHED [2025-06-25T02:06:11.835Z] [2025-06-25T02:06:11.835Z] #7 exporting to image [2025-06-25T02:06:11.835Z] #7 exporting layers [2025-06-25T02:06:11.835Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:11.835Z] #7 exporting layers done [2025-06-25T02:06:11.835Z] #7 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done [2025-06-25T02:06:11.835Z] #7 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done [2025-06-25T02:06:11.835Z] #7 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done [2025-06-25T02:06:11.835Z] #7 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done [2025-06-25T02:06:11.835Z] #7 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done [2025-06-25T02:06:11.835Z] #7 pushing layers 0.0s done [2025-06-25T02:06:11.835Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.28@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done [2025-06-25T02:06:11.835Z] #7 DONE 0.1s [2025-06-25T02:06:11.835Z] [2025-06-25T02:06:11.835Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:11.835Z] #8 DONE 0.0s [2025-06-25T02:06:11.835Z] [2025-06-25T02:06:11.835Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:11.835Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:12.125Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:06:12.125Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:06:12.125Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:12.125Z] #1 transferring dockerfile: 219B done [2025-06-25T02:06:12.125Z] #1 DONE 0.0s [2025-06-25T02:06:12.125Z] [2025-06-25T02:06:12.125Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:12.125Z] #2 DONE 0.0s [2025-06-25T02:06:12.125Z] [2025-06-25T02:06:12.125Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:12.125Z] #3 DONE 0.0s [2025-06-25T02:06:12.125Z] [2025-06-25T02:06:12.125Z] #4 [internal] load .dockerignore [2025-06-25T02:06:12.125Z] #4 transferring context: 2B done [2025-06-25T02:06:12.125Z] #4 DONE 0.0s [2025-06-25T02:06:12.125Z] [2025-06-25T02:06:12.125Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:12.125Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:12.125Z] #5 DONE 0.0s [2025-06-25T02:06:12.125Z] [2025-06-25T02:06:12.125Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:12.384Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:12.384Z] #6 CACHED [2025-06-25T02:06:12.384Z] [2025-06-25T02:06:12.384Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:12.384Z] #5 CACHED [2025-06-25T02:06:12.384Z] [2025-06-25T02:06:12.384Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:12.384Z] #7 DONE 0.0s [2025-06-25T02:06:12.384Z] [2025-06-25T02:06:12.384Z] #8 exporting to image [2025-06-25T02:06:12.384Z] #8 exporting layers done [2025-06-25T02:06:12.384Z] #8 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done [2025-06-25T02:06:12.384Z] #8 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done [2025-06-25T02:06:12.384Z] #8 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done [2025-06-25T02:06:12.384Z] #8 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done [2025-06-25T02:06:12.384Z] #8 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done [2025-06-25T02:06:12.384Z] #8 pushing layers 0.0s done [2025-06-25T02:06:12.384Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done [2025-06-25T02:06:12.384Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:12.384Z] #8 DONE 0.1s [2025-06-25T02:06:12.384Z] [2025-06-25T02:06:12.384Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:12.384Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:12.668Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-25T02:06:12.669Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-25T02:06:12.669Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:12.669Z] #1 transferring dockerfile: 170B done [2025-06-25T02:06:12.669Z] #1 DONE 0.0s [2025-06-25T02:06:12.669Z] [2025-06-25T02:06:12.669Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-25T02:06:12.669Z] #2 DONE 0.0s [2025-06-25T02:06:12.669Z] [2025-06-25T02:06:12.669Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-25T02:06:12.669Z] #3 DONE 0.0s [2025-06-25T02:06:12.669Z] [2025-06-25T02:06:12.669Z] #4 [internal] load .dockerignore [2025-06-25T02:06:12.669Z] #4 transferring context: 2B done [2025-06-25T02:06:12.669Z] #4 DONE 0.0s [2025-06-25T02:06:12.926Z] [2025-06-25T02:06:12.926Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:12.926Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:12.926Z] #5 CACHED [2025-06-25T02:06:12.926Z] [2025-06-25T02:06:12.926Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b [2025-06-25T02:06:12.926Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:39f9318b2c630336f89ffe06bcb0cbcd74cd38681efdcbc7fc4d2025925f5f4b 0.0s done [2025-06-25T02:06:12.926Z] #6 CACHED [2025-06-25T02:06:12.926Z] [2025-06-25T02:06:12.926Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:12.926Z] #7 DONE 0.0s [2025-06-25T02:06:12.926Z] [2025-06-25T02:06:12.926Z] #8 exporting to image [2025-06-25T02:06:12.926Z] #8 exporting layers done [2025-06-25T02:06:12.926Z] #8 exporting manifest sha256:fb3994075718e7e5e598f81266e3af1397701115f805972dbe1565513df45f83 done [2025-06-25T02:06:12.926Z] #8 exporting config sha256:0ca0aab571b97cd4383a153fb973486ff81b6a46b20070eb931de2c017f7f54d done [2025-06-25T02:06:12.926Z] #8 exporting manifest sha256:00db784a61b2e43e0e740509eb58482818e567e32d581372b5b83506b320d988 done [2025-06-25T02:06:12.926Z] #8 exporting config sha256:a7e5fded80bb01cb1c4d9216e356573d215fe134ad7abb57698c5ff262d246f7 done [2025-06-25T02:06:12.926Z] #8 exporting manifest list sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff done [2025-06-25T02:06:12.926Z] #8 pushing layers 0.0s done [2025-06-25T02:06:12.926Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:bf6621e5de04176d3c8e33de19e44256424b8077813aaaf266dae651555ca2ff 0.1s done [2025-06-25T02:06:12.926Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:12.926Z] #8 DONE 0.1s [2025-06-25T02:06:12.926Z] [2025-06-25T02:06:12.926Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:12.926Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:13.213Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace' [2025-06-25T02:06:13.213Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace --push - [2025-06-25T02:06:13.479Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:13.479Z] #1 transferring dockerfile: 202B done [2025-06-25T02:06:13.479Z] #1 DONE 0.0s [2025-06-25T02:06:13.479Z] [2025-06-25T02:06:13.479Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:13.479Z] #2 DONE 0.0s [2025-06-25T02:06:13.479Z] [2025-06-25T02:06:13.479Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:06:13.479Z] #3 DONE 0.0s [2025-06-25T02:06:13.479Z] [2025-06-25T02:06:13.479Z] #4 [internal] load .dockerignore [2025-06-25T02:06:13.479Z] #4 transferring context: [2025-06-25T02:06:13.479Z] #4 transferring context: 2B done [2025-06-25T02:06:13.479Z] #4 DONE 0.0s [2025-06-25T02:06:13.479Z] [2025-06-25T02:06:13.479Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:13.480Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 done [2025-06-25T02:06:13.480Z] #5 DONE 0.0s [2025-06-25T02:06:13.480Z] [2025-06-25T02:06:13.480Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:13.480Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 done [2025-06-25T02:06:13.480Z] #6 DONE 0.1s [2025-06-25T02:06:13.480Z] [2025-06-25T02:06:13.480Z] #7 exporting to image [2025-06-25T02:06:13.480Z] #7 exporting layers done [2025-06-25T02:06:13.480Z] #7 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done [2025-06-25T02:06:13.480Z] #7 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf [2025-06-25T02:06:13.480Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:13.480Z] #7 ... [2025-06-25T02:06:13.480Z] [2025-06-25T02:06:13.480Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:13.480Z] #8 DONE 0.0s [2025-06-25T02:06:13.480Z] [2025-06-25T02:06:13.480Z] #7 exporting to image [2025-06-25T02:06:13.480Z] #7 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done [2025-06-25T02:06:13.480Z] #7 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done [2025-06-25T02:06:13.480Z] #7 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 0.0s done [2025-06-25T02:06:13.480Z] #7 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done [2025-06-25T02:06:13.480Z] #7 pushing layers 0.1s done [2025-06-25T02:06:13.480Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 [2025-06-25T02:06:13.739Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done [2025-06-25T02:06:13.739Z] #7 DONE 0.2s [2025-06-25T02:06:13.739Z] [2025-06-25T02:06:13.739Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:13.739Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:14.024Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-25T02:06:14.024Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-25T02:06:14.024Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:14.024Z] #1 transferring dockerfile: 168B done [2025-06-25T02:06:14.024Z] #1 DONE 0.0s [2025-06-25T02:06:14.024Z] [2025-06-25T02:06:14.024Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-25T02:06:14.024Z] #2 DONE 0.0s [2025-06-25T02:06:14.024Z] [2025-06-25T02:06:14.024Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-25T02:06:14.024Z] #3 DONE 0.0s [2025-06-25T02:06:14.024Z] [2025-06-25T02:06:14.024Z] #4 [internal] load .dockerignore [2025-06-25T02:06:14.024Z] #4 transferring context: 2B done [2025-06-25T02:06:14.024Z] #4 DONE 0.0s [2025-06-25T02:06:14.024Z] [2025-06-25T02:06:14.024Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:14.024Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:14.283Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:14.283Z] #5 CACHED [2025-06-25T02:06:14.283Z] [2025-06-25T02:06:14.283Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:14.283Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:14.283Z] #6 CACHED [2025-06-25T02:06:14.283Z] [2025-06-25T02:06:14.283Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:14.283Z] #7 DONE 0.0s [2025-06-25T02:06:14.283Z] [2025-06-25T02:06:14.283Z] #8 exporting to image [2025-06-25T02:06:14.283Z] #8 exporting layers done [2025-06-25T02:06:14.283Z] #8 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done [2025-06-25T02:06:14.283Z] #8 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done [2025-06-25T02:06:14.283Z] #8 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done [2025-06-25T02:06:14.283Z] #8 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done [2025-06-25T02:06:14.283Z] #8 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done [2025-06-25T02:06:14.283Z] #8 pushing layers 0.0s done [2025-06-25T02:06:14.283Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done [2025-06-25T02:06:14.283Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:14.283Z] #8 DONE 0.1s [2025-06-25T02:06:14.283Z] [2025-06-25T02:06:14.283Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:14.283Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:14.574Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 --push - [2025-06-25T02:06:14.574Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28' [2025-06-25T02:06:14.574Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:14.574Z] #1 transferring dockerfile: 174B done [2025-06-25T02:06:14.574Z] #1 DONE 0.0s [2025-06-25T02:06:14.574Z] [2025-06-25T02:06:14.574Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 [2025-06-25T02:06:14.574Z] #2 DONE 0.0s [2025-06-25T02:06:14.574Z] [2025-06-25T02:06:14.574Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28 [2025-06-25T02:06:14.574Z] #3 DONE 0.0s [2025-06-25T02:06:14.574Z] [2025-06-25T02:06:14.574Z] #4 [internal] load .dockerignore [2025-06-25T02:06:14.574Z] #4 transferring context: 2B done [2025-06-25T02:06:14.574Z] #4 DONE 0.0s [2025-06-25T02:06:14.574Z] [2025-06-25T02:06:14.574Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:14.574Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:14.574Z] #5 DONE 0.0s [2025-06-25T02:06:14.574Z] [2025-06-25T02:06:14.574Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:14.836Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:14.836Z] #6 CACHED [2025-06-25T02:06:14.836Z] [2025-06-25T02:06:14.836Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:14.836Z] #5 CACHED [2025-06-25T02:06:14.836Z] [2025-06-25T02:06:14.836Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:14.836Z] #7 DONE 0.0s [2025-06-25T02:06:14.836Z] [2025-06-25T02:06:14.836Z] #8 exporting to image [2025-06-25T02:06:14.836Z] #8 exporting layers done [2025-06-25T02:06:14.836Z] #8 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done [2025-06-25T02:06:14.836Z] #8 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done [2025-06-25T02:06:14.836Z] #8 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done [2025-06-25T02:06:14.836Z] #8 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done [2025-06-25T02:06:14.836Z] #8 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done [2025-06-25T02:06:14.836Z] #8 pushing layers 0.0s done [2025-06-25T02:06:14.836Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.28@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done [2025-06-25T02:06:14.836Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:14.836Z] #8 DONE 0.1s [2025-06-25T02:06:14.836Z] [2025-06-25T02:06:14.836Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:14.836Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:15.127Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28' [2025-06-25T02:06:15.128Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 --push - [2025-06-25T02:06:15.386Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:15.386Z] #1 transferring dockerfile: 215B done [2025-06-25T02:06:15.386Z] #1 DONE 0.0s [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:15.386Z] #2 DONE 0.0s [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:06:15.386Z] #3 DONE 0.0s [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] #4 [internal] load .dockerignore [2025-06-25T02:06:15.386Z] #4 transferring context: 2B done [2025-06-25T02:06:15.386Z] #4 DONE 0.0s [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:15.386Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:15.386Z] #5 CACHED [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:15.386Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:15.386Z] #6 CACHED [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:15.386Z] #7 DONE 0.0s [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] #8 exporting to image [2025-06-25T02:06:15.386Z] #8 exporting layers done [2025-06-25T02:06:15.386Z] #8 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done [2025-06-25T02:06:15.386Z] #8 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done [2025-06-25T02:06:15.386Z] #8 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done [2025-06-25T02:06:15.386Z] #8 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done [2025-06-25T02:06:15.386Z] #8 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done [2025-06-25T02:06:15.386Z] #8 pushing layers 0.0s done [2025-06-25T02:06:15.386Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done [2025-06-25T02:06:15.386Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:15.386Z] #8 DONE 0.1s [2025-06-25T02:06:15.386Z] [2025-06-25T02:06:15.386Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:15.386Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-25T02:06:15.676Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-25T02:06:15.676Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-25T02:06:15.676Z] #1 [internal] load build definition from Dockerfile [2025-06-25T02:06:15.676Z] #1 transferring dockerfile: 166B done [2025-06-25T02:06:15.676Z] #1 DONE 0.0s [2025-06-25T02:06:15.676Z] [2025-06-25T02:06:15.676Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-25T02:06:15.676Z] #2 DONE 0.0s [2025-06-25T02:06:15.676Z] [2025-06-25T02:06:15.676Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-25T02:06:15.676Z] #3 DONE 0.0s [2025-06-25T02:06:15.676Z] [2025-06-25T02:06:15.676Z] #4 [internal] load .dockerignore [2025-06-25T02:06:15.676Z] #4 transferring context: 2B done [2025-06-25T02:06:15.676Z] #4 DONE 0.0s [2025-06-25T02:06:15.676Z] [2025-06-25T02:06:15.676Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:15.676Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:15.676Z] #5 CACHED [2025-06-25T02:06:15.676Z] [2025-06-25T02:06:15.676Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 [2025-06-25T02:06:15.676Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eab1ada6c59715fd41697c3b9b4cf235174fd8a1b3f3f18bab633e578d1636d6 0.0s done [2025-06-25T02:06:15.676Z] #6 CACHED [2025-06-25T02:06:15.676Z] [2025-06-25T02:06:15.676Z] #7 exporting to image [2025-06-25T02:06:15.676Z] #7 exporting layers done [2025-06-25T02:06:15.676Z] #7 exporting manifest sha256:6c86e8fea5e6e4a4178045d4b0bc36c280fbeb90bef7d71094c890359b7df46d done [2025-06-25T02:06:15.676Z] #7 exporting config sha256:f50178a1a2812bf632a06c3d6d41eead6d514da5320fd6f617b0faee6c3c8acf done [2025-06-25T02:06:15.676Z] #7 exporting manifest sha256:5a49da66548f8863760d64881675fcc2b09a4a885ab5b2040f95e4e1c0425110 done [2025-06-25T02:06:15.676Z] #7 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 [2025-06-25T02:06:15.676Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-25T02:06:15.935Z] #7 exporting config sha256:49926d2c4c02dc0404e74ace8645c6802a168ba8ec6afac9e9a3fa63382daaf1 done [2025-06-25T02:06:15.935Z] #7 exporting manifest list sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 done [2025-06-25T02:06:15.935Z] #7 pushing layers 0.0s done [2025-06-25T02:06:15.935Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:50a8b842f53f9f8def0ab56febb0e90441e77e59ce44d49f978f8f770f470778 0.1s done [2025-06-25T02:06:15.935Z] #7 DONE 0.1s [2025-06-25T02:06:15.935Z] [2025-06-25T02:06:15.935Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-25T02:06:15.935Z] #8 DONE 0.0s [2025-06-25T02:06:15.935Z] [2025-06-25T02:06:15.935Z] 1 warning found (use --debug to expand): [2025-06-25T02:06:15.935Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-25T02:06:16.316Z] + '[' -d /w/workspace/edgex-go/860/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:06:16.614Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:06:17.175Z] ---> package-listing.sh [2025-06-25T02:06:17.175Z] ++ facter osfamily [2025-06-25T02:06:17.175Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-25T02:06:17.436Z] + OS_FAMILY=redhat [2025-06-25T02:06:17.437Z] + workspace=/w/workspace/edgex-go/860 [2025-06-25T02:06:17.437Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-25T02:06:17.437Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-25T02:06:17.437Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-25T02:06:17.437Z] + PACKAGES=/tmp/packages_start.txt [2025-06-25T02:06:17.437Z] + '[' /w/workspace/edgex-go/860 ']' [2025-06-25T02:06:17.437Z] + PACKAGES=/tmp/packages_end.txt [2025-06-25T02:06:17.437Z] + case "${OS_FAMILY}" in [2025-06-25T02:06:17.437Z] + rpm -qa [2025-06-25T02:06:17.437Z] + sort [2025-06-25T02:06:18.002Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-25T02:06:18.002Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-25T02:06:18.002Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-25T02:06:18.002Z] + '[' /w/workspace/edgex-go/860 ']' [2025-06-25T02:06:18.002Z] + mkdir -p /w/workspace/edgex-go/860/archives/ [2025-06-25T02:06:18.002Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/860/archives/ [Pipeline] echo [2025-06-25T02:06:18.014Z] 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/860/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-25T02:06:18.294Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:06:18.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T02:06:18.854Z] [2025-06-25T02:06:18.854Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:06:19.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T02:06:19.159Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-25T02:06:19.159Z] 5eb5b503b376: Pulling fs layer [2025-06-25T02:06:19.159Z] 5c69ac0246d0: Pulling fs layer [2025-06-25T02:06:19.159Z] ec43610c2a17: Pulling fs layer [2025-06-25T02:06:19.159Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-25T02:06:19.159Z] 33b1e0a273af: Pulling fs layer [2025-06-25T02:06:19.159Z] 5d3b04190fa2: Pulling fs layer [2025-06-25T02:06:19.159Z] 2f39f015ded8: Pulling fs layer [2025-06-25T02:06:19.159Z] 3a2ae6a8a46f: Waiting [2025-06-25T02:06:19.159Z] 33b1e0a273af: Waiting [2025-06-25T02:06:19.159Z] 5d3b04190fa2: Waiting [2025-06-25T02:06:19.159Z] 2f39f015ded8: Waiting [2025-06-25T02:06:19.159Z] 5c69ac0246d0: Verifying Checksum [2025-06-25T02:06:19.159Z] 5c69ac0246d0: Download complete [2025-06-25T02:06:19.159Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-25T02:06:19.159Z] 3a2ae6a8a46f: Download complete [2025-06-25T02:06:19.159Z] 33b1e0a273af: Verifying Checksum [2025-06-25T02:06:19.159Z] 33b1e0a273af: Download complete [2025-06-25T02:06:19.159Z] 5d3b04190fa2: Verifying Checksum [2025-06-25T02:06:19.159Z] 5d3b04190fa2: Download complete [2025-06-25T02:06:19.159Z] ec43610c2a17: Verifying Checksum [2025-06-25T02:06:19.159Z] ec43610c2a17: Download complete [2025-06-25T02:06:19.416Z] 5eb5b503b376: Verifying Checksum [2025-06-25T02:06:19.416Z] 5eb5b503b376: Download complete [2025-06-25T02:06:19.989Z] 2f39f015ded8: Verifying Checksum [2025-06-25T02:06:19.989Z] 2f39f015ded8: Download complete [2025-06-25T02:06:20.958Z] 5eb5b503b376: Pull complete [2025-06-25T02:06:20.958Z] 5c69ac0246d0: Pull complete [2025-06-25T02:06:21.217Z] ec43610c2a17: Pull complete [2025-06-25T02:06:21.474Z] 3a2ae6a8a46f: Pull complete [2025-06-25T02:06:21.474Z] 33b1e0a273af: Pull complete [2025-06-25T02:06:21.736Z] 5d3b04190fa2: Pull complete [2025-06-25T02:06:25.958Z] 2f39f015ded8: Pull complete [2025-06-25T02:06:25.958Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-25T02:06:25.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T02:06:25.958Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:06:26.133Z] prd-centos7-docker-4c-2g-4005 does not seem to be running inside a container [2025-06-25T02:06:26.167Z] $ 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/860/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-25T02:06:29.479Z] $ docker top 5539b24c7b4f779358c8534f67971cc0fbed23b6538c0ad41b95d83389c1ec68 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T02:06:29.817Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-25T02:06:30.108Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-25T02:06:30.398Z] + ls /var/log/sa-host [2025-06-25T02:06:30.398Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T02:06:30.553Z] provisioning config files... [2025-06-25T02:06:30.561Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15854698719677981877tmp [Pipeline] { [Pipeline] echo [2025-06-25T02:06:30.578Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:06:30.861Z] ---> create-netrc.sh [Pipeline] } [2025-06-25T02:06:30.869Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:06:31.254Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-25T02:06:31.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:06:31.560Z] ---> sudo-logs.sh [2025-06-25T02:06:31.560Z] Archiving 'sudo' log.. [2025-06-25T02:06:31.560Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:06:31.593Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-25T02:06:31.601Z] $ docker stop --time=1 5539b24c7b4f779358c8534f67971cc0fbed23b6538c0ad41b95d83389c1ec68 [2025-06-25T02:06:32.723Z] $ docker rm -f --volumes 5539b24c7b4f779358c8534f67971cc0fbed23b6538c0ad41b95d83389c1ec68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-25T02:06:32.816Z] [WS-CLEANUP] Deleting project workspace... [2025-06-25T02:06:32.816Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-25T02:06:32.832Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-25T02:22:50.554Z] #154 ... [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #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-25T02:22:50.554Z] #152 DONE 1135.5s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:22:50.554Z] #33 ... [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:22:50.554Z] #155 DONE 0.3s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:22:50.554Z] #156 DONE 0.2s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:22:50.554Z] #153 ... [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #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-25T02:22:50.554Z] #157 DONE 0.3s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #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-25T02:22:50.554Z] #158 DONE 0.1s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #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-25T02:22:50.554Z] #159 DONE 0.1s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #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-25T02:22:50.554Z] #160 DONE 2.2s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-25T02:22:50.554Z] #150 ... [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #117 [core-common-config-bootstrapper] exporting to image [2025-06-25T02:22:50.554Z] #117 exporting layers [2025-06-25T02:22:50.554Z] #117 exporting layers 0.5s done [2025-06-25T02:22:50.554Z] #117 writing image sha256:c5b9098df0066ad8900d811c40d4e8c83e620850887c79e25eabf2a09a0ff505 done [2025-06-25T02:22:50.554Z] #117 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-25T02:22:50.554Z] #117 DONE 3.3s [2025-06-25T02:22:50.554Z] [2025-06-25T02:22:50.554Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:23:00.616Z] #153 ... [2025-06-25T02:23:00.616Z] [2025-06-25T02:23:00.616Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-25T02:23:00.616Z] #144 DONE 1153.0s [2025-06-25T02:23:00.616Z] [2025-06-25T02:23:00.616Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-25T02:23:00.616Z] #161 DONE 0.3s [2025-06-25T02:23:00.616Z] [2025-06-25T02:23:00.616Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-25T02:23:02.040Z] #162 DONE 2.6s [2025-06-25T02:23:02.040Z] [2025-06-25T02:23:02.040Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:23:02.040Z] #163 DONE 0.2s [2025-06-25T02:23:02.040Z] [2025-06-25T02:23:02.040Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:23:02.654Z] #164 DONE 0.2s [2025-06-25T02:23:02.654Z] [2025-06-25T02:23:02.654Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-25T02:23:02.931Z] #165 DONE 0.4s [2025-06-25T02:23:02.931Z] [2025-06-25T02:23:02.931Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-25T02:23:03.217Z] #166 DONE 0.3s [2025-06-25T02:23:03.217Z] [2025-06-25T02:23:03.217Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:23:03.217Z] #153 ... [2025-06-25T02:23:03.217Z] [2025-06-25T02:23:03.217Z] #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-25T02:23:03.488Z] #167 DONE 0.2s [2025-06-25T02:23:03.488Z] [2025-06-25T02:23:03.488Z] #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-25T02:23:03.488Z] #168 DONE 0.2s [2025-06-25T02:23:03.488Z] [2025-06-25T02:23:03.488Z] #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-25T02:23:03.754Z] #169 DONE 0.1s [2025-06-25T02:23:03.754Z] [2025-06-25T02:23:03.754Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-25T02:23:03.754Z] #170 DONE 0.2s [2025-06-25T02:23:03.754Z] [2025-06-25T02:23:03.754Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-25T02:23:05.694Z] #171 DONE 1.9s [2025-06-25T02:23:05.694Z] [2025-06-25T02:23:05.694Z] #117 [security-bootstrapper] exporting to image [2025-06-25T02:23:05.694Z] #117 exporting layers [2025-06-25T02:23:06.664Z] #117 exporting layers 1.0s done [2025-06-25T02:23:06.664Z] #117 writing image sha256:e53a78f817560bcf0673bad331af433b32c0b3c8b6575b3a015ede66077b79f4 done [2025-06-25T02:23:06.664Z] #117 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-25T02:23:06.664Z] #117 DONE 4.3s [2025-06-25T02:23:06.664Z] [2025-06-25T02:23:06.664Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-25T02:38:29.316Z] #150 ... [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-25T02:38:29.316Z] #146 DONE 2068.9s [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-25T02:38:29.316Z] #147 ... [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:38:29.316Z] #172 DONE 0.2s [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:38:29.316Z] #173 DONE 0.2s [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-25T02:38:29.316Z] #174 DONE 0.4s [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:38:29.316Z] #175 DONE 0.1s [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:38:29.316Z] #33 ... [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #117 [core-command] exporting to image [2025-06-25T02:38:29.316Z] #117 exporting layers [2025-06-25T02:38:29.316Z] #117 exporting layers 0.4s done [2025-06-25T02:38:29.316Z] #117 writing image sha256:065db3aae2a5875534b88ec30139906c05ba47d7b81435789e3aeba3f5389d8b done [2025-06-25T02:38:29.316Z] #117 naming to docker.io/library/core-command-arm64 done [2025-06-25T02:38:29.316Z] #117 DONE 4.7s [2025-06-25T02:38:29.316Z] [2025-06-25T02:38:29.316Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:38:47.573Z] #153 ... [2025-06-25T02:38:47.573Z] [2025-06-25T02:38:47.573Z] #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-25T02:38:47.573Z] #154 2099.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-25T02:38:57.650Z] #154 ... [2025-06-25T02:38:57.650Z] [2025-06-25T02:38:57.650Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-25T02:38:57.650Z] #147 DONE 2110.6s [2025-06-25T02:38:57.650Z] [2025-06-25T02:38:57.650Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:38:57.650Z] #153 ... [2025-06-25T02:38:57.650Z] [2025-06-25T02:38:57.650Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:38:57.650Z] #176 DONE 0.2s [2025-06-25T02:38:57.650Z] [2025-06-25T02:38:57.650Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:38:57.650Z] #177 DONE 0.2s [2025-06-25T02:38:57.650Z] [2025-06-25T02:38:57.650Z] #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-25T02:38:57.650Z] #178 DONE 0.1s [2025-06-25T02:38:57.650Z] [2025-06-25T02:38:57.650Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:38:57.650Z] #33 ... [2025-06-25T02:38:57.650Z] [2025-06-25T02:38:57.650Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-25T02:38:57.650Z] #179 DONE 0.1s [2025-06-25T02:38:57.918Z] [2025-06-25T02:38:57.918Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-25T02:38:58.186Z] #180 DONE 0.3s [2025-06-25T02:38:58.186Z] [2025-06-25T02:38:58.186Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-25T02:38:58.186Z] #181 DONE 0.1s [2025-06-25T02:38:58.186Z] [2025-06-25T02:38:58.186Z] #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-25T02:38:58.453Z] #154 ... [2025-06-25T02:38:58.453Z] [2025-06-25T02:38:58.453Z] #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-25T02:39:00.397Z] #182 DONE 1.9s [2025-06-25T02:39:00.397Z] [2025-06-25T02:39:00.397Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:39:00.397Z] #153 ... [2025-06-25T02:39:00.397Z] [2025-06-25T02:39:00.397Z] #117 [security-proxy-setup] exporting to image [2025-06-25T02:39:00.397Z] #117 exporting layers [2025-06-25T02:39:01.353Z] #117 exporting layers 1.1s done [2025-06-25T02:39:01.353Z] #117 writing image sha256:4aaed4e814dd0001b088cc18f74fc5d68519c4f9ad26f9cbc8deeba6bc5c90ff done [2025-06-25T02:39:01.353Z] #117 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2025-06-25T02:39:01.353Z] #117 DONE 5.8s [2025-06-25T02:39:01.353Z] [2025-06-25T02:39:01.353Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-25T02:39:19.531Z] #148 ... [2025-06-25T02:39:19.531Z] [2025-06-25T02:39:19.531Z] #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-25T02:39:19.531Z] #154 DONE 2132.6s [2025-06-25T02:39:19.531Z] [2025-06-25T02:39:19.531Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:39:19.531Z] #153 ... [2025-06-25T02:39:19.531Z] [2025-06-25T02:39:19.531Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:39:19.531Z] #183 DONE 0.1s [2025-06-25T02:39:19.531Z] [2025-06-25T02:39:19.531Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:39:19.531Z] #184 DONE 0.1s [2025-06-25T02:39:19.531Z] [2025-06-25T02:39:19.531Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T02:39:19.801Z] #145 ... [2025-06-25T02:39:19.801Z] [2025-06-25T02:39:19.801Z] #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-25T02:39:19.801Z] #185 DONE 0.2s [2025-06-25T02:39:19.801Z] [2025-06-25T02:39:19.801Z] #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-25T02:39:19.801Z] #186 DONE 0.1s [2025-06-25T02:39:19.801Z] [2025-06-25T02:39:19.801Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:39:20.067Z] #153 ... [2025-06-25T02:39:20.068Z] [2025-06-25T02:39:20.068Z] #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-25T02:39:20.068Z] #187 DONE 0.1s [2025-06-25T02:39:20.068Z] [2025-06-25T02:39:20.068Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-25T02:39:20.658Z] #188 DONE 0.3s [2025-06-25T02:39:20.658Z] [2025-06-25T02:39:20.658Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-25T02:39:20.658Z] #189 DONE 0.4s [2025-06-25T02:39:20.658Z] [2025-06-25T02:39:20.658Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-25T02:39:20.933Z] #190 DONE 0.1s [2025-06-25T02:39:20.933Z] [2025-06-25T02:39:20.933Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T02:39:20.933Z] #145 ... [2025-06-25T02:39:20.933Z] [2025-06-25T02:39:20.933Z] #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-25T02:39:22.886Z] #191 DONE 1.9s [2025-06-25T02:39:22.886Z] [2025-06-25T02:39:22.886Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-25T02:39:22.886Z] #148 ... [2025-06-25T02:39:22.886Z] [2025-06-25T02:39:22.886Z] #117 [security-secretstore-setup] exporting to image [2025-06-25T02:39:22.886Z] #117 exporting layers [2025-06-25T02:39:24.829Z] #117 exporting layers 1.7s done [2025-06-25T02:39:24.829Z] #117 writing image sha256:f1aa2ae7b4727d21da46eb2a83bc22cf138726ebe9b1f363995a75d524c679db 0.0s done [2025-06-25T02:39:24.829Z] #117 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-25T02:39:24.829Z] #117 DONE 7.5s [2025-06-25T02:39:24.829Z] [2025-06-25T02:39:24.829Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T02:40:15.410Z] #145 ... [2025-06-25T02:40:15.410Z] [2025-06-25T02:40:15.410Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-25T02:40:15.410Z] #148 DONE 2187.1s [2025-06-25T02:40:15.410Z] [2025-06-25T02:40:15.410Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-25T02:40:15.410Z] #151 ... [2025-06-25T02:40:15.410Z] [2025-06-25T02:40:15.410Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:40:15.410Z] #192 DONE 0.2s [2025-06-25T02:40:15.410Z] [2025-06-25T02:40:15.410Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:40:15.410Z] #193 DONE 0.2s [2025-06-25T02:40:15.410Z] [2025-06-25T02:40:15.410Z] #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-25T02:40:15.410Z] #194 DONE 0.4s [2025-06-25T02:40:15.410Z] [2025-06-25T02:40:15.410Z] #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-25T02:40:15.410Z] #195 DONE 0.2s [2025-06-25T02:40:15.410Z] [2025-06-25T02:40:15.410Z] #117 [security-spiffe-token-provider] exporting to image [2025-06-25T02:40:15.410Z] #117 exporting layers [2025-06-25T02:40:15.677Z] #117 exporting layers 0.9s done [2025-06-25T02:40:15.677Z] #117 writing image sha256:44c0d837e0adbfe6de52415db264ba48ff75796051e613bd46041d20047347b1 done [2025-06-25T02:40:15.677Z] #117 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-25T02:40:15.677Z] #117 DONE 8.4s [2025-06-25T02:40:15.677Z] [2025-06-25T02:40:15.677Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:41:02.758Z] #33 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-25T02:41:02.758Z] #150 DONE 2230.9s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:41:02.758Z] #153 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:41:02.758Z] #196 DONE 0.2s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:41:02.758Z] #197 DONE 0.4s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-25T02:41:02.758Z] #198 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-25T02:41:02.758Z] #145 DONE 2232.1s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:41:02.758Z] #71 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-25T02:41:02.758Z] #198 DONE 0.8s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-25T02:41:02.758Z] #199 DONE 0.4s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-25T02:41:02.758Z] #200 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #201 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:41:02.758Z] #201 DONE 0.4s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-25T02:41:02.758Z] #200 DONE 0.3s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-25T02:41:02.758Z] #202 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-25T02:41:02.758Z] #153 DONE 2233.9s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-25T02:41:02.758Z] #203 DONE 1.0s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:41:02.758Z] #204 DONE 0.3s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:41:02.758Z] #205 DONE 0.5s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:41:02.758Z] #206 DONE 0.4s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #117 [core-keeper] exporting to image [2025-06-25T02:41:02.758Z] #117 exporting layers [2025-06-25T02:41:02.758Z] #117 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-25T02:41:02.758Z] #207 DONE 0.8s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-25T02:41:02.758Z] #202 DONE 2.7s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #117 [security-proxy-auth] exporting to image [2025-06-25T02:41:02.758Z] #117 exporting layers 1.1s done [2025-06-25T02:41:02.758Z] #117 writing image sha256:d131004d9eff473fdb2fc9ece6a209faf6f23115ff8886c007b2ad6367a09e65 [2025-06-25T02:41:02.758Z] #117 writing image sha256:d131004d9eff473fdb2fc9ece6a209faf6f23115ff8886c007b2ad6367a09e65 0.1s done [2025-06-25T02:41:02.758Z] #117 naming to docker.io/library/core-keeper-arm64 0.0s done [2025-06-25T02:41:02.758Z] #117 ... [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:41:02.758Z] #208 DONE 0.6s [2025-06-25T02:41:02.758Z] [2025-06-25T02:41:02.758Z] #117 [core-data] exporting to image [2025-06-25T02:41:03.356Z] #117 exporting layers 1.0s done [2025-06-25T02:41:03.356Z] #117 writing image sha256:daa1c972c926aa9f55d26768b288ff9cc6cbaefdd7a058ef2e9c961d37af805f 0.0s done [2025-06-25T02:41:03.356Z] #117 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-25T02:41:03.356Z] #117 exporting layers 0.7s done [2025-06-25T02:41:03.356Z] #117 writing image sha256:afc88b0574ca2dfecaf8416001c7b7e7d7439ae40783d47c20feacf302054788 done [2025-06-25T02:41:03.356Z] #117 naming to docker.io/library/core-data-arm64 [2025-06-25T02:41:03.629Z] #117 naming to docker.io/library/core-data-arm64 done [2025-06-25T02:41:03.629Z] #117 DONE 11.1s [2025-06-25T02:41:03.629Z] [2025-06-25T02:41:03.630Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:41:09.017Z] #71 ... [2025-06-25T02:41:09.017Z] [2025-06-25T02:41:09.017Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-25T02:41:09.017Z] #149 DONE 2242.0s [2025-06-25T02:41:09.017Z] [2025-06-25T02:41:09.017Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:41:09.017Z] #48 ... [2025-06-25T02:41:09.017Z] [2025-06-25T02:41:09.017Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:41:09.017Z] #209 DONE 0.1s [2025-06-25T02:41:09.017Z] [2025-06-25T02:41:09.017Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:41:09.017Z] #210 DONE 0.2s [2025-06-25T02:41:09.017Z] [2025-06-25T02:41:09.017Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:41:09.017Z] #33 ... [2025-06-25T02:41:09.017Z] [2025-06-25T02:41:09.017Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-25T02:41:09.282Z] #211 DONE 0.3s [2025-06-25T02:41:09.282Z] [2025-06-25T02:41:09.282Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:41:09.282Z] #212 DONE 0.1s [2025-06-25T02:41:09.282Z] [2025-06-25T02:41:09.282Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-25T02:41:09.557Z] #213 DONE 0.1s [2025-06-25T02:41:09.557Z] [2025-06-25T02:41:09.557Z] #117 [core-metadata] exporting to image [2025-06-25T02:41:09.557Z] #117 exporting layers [2025-06-25T02:41:09.822Z] #117 exporting layers 0.4s done [2025-06-25T02:41:09.823Z] #117 writing image sha256:b921fd439deda7d36d88ec1a0e67b8156cc8d8444fbc2c83cd3f90d1d0480c69 done [2025-06-25T02:41:09.823Z] #117 naming to docker.io/library/core-metadata-arm64 done [2025-06-25T02:41:09.823Z] #117 DONE 11.5s [2025-06-25T02:41:09.823Z] [2025-06-25T02:41:09.823Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:41:36.689Z] #33 ... [2025-06-25T02:41:36.689Z] [2025-06-25T02:41:36.689Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-25T02:41:36.689Z] #151 DONE 2269.5s [2025-06-25T02:41:36.689Z] [2025-06-25T02:41:36.689Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:41:36.689Z] #214 DONE 0.2s [2025-06-25T02:41:36.689Z] [2025-06-25T02:41:36.689Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:41:36.689Z] #215 DONE 0.1s [2025-06-25T02:41:36.689Z] [2025-06-25T02:41:36.689Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-25T02:41:36.689Z] #33 ... [2025-06-25T02:41:36.689Z] [2025-06-25T02:41:36.689Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-25T02:41:36.961Z] #216 DONE 0.6s [2025-06-25T02:41:36.961Z] [2025-06-25T02:41:36.961Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-25T02:41:36.961Z] #217 DONE 0.1s [2025-06-25T02:41:36.961Z] [2025-06-25T02:41:36.961Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:41:36.961Z] #71 ... [2025-06-25T02:41:36.961Z] [2025-06-25T02:41:36.961Z] #117 [support-scheduler] exporting to image [2025-06-25T02:41:36.961Z] #117 exporting layers [2025-06-25T02:41:37.914Z] #117 exporting layers 1.0s done [2025-06-25T02:41:37.914Z] #117 writing image sha256:ee26aaea9377f4f4b78d5efc0d767c64c2149d8e06c9d00b3f1d76bf3d73cc7b done [2025-06-25T02:41:37.914Z] #117 naming to docker.io/library/support-scheduler-arm64 done [2025-06-25T02:41:37.914Z] #117 DONE 12.5s [2025-06-25T02:41:37.914Z] [2025-06-25T02:41:37.914Z] #48 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-25T02:41:41.249Z] #48 ... [2025-06-25T02:41:41.249Z] [2025-06-25T02:41:41.249Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-25T02:41:41.249Z] #143 DONE 2274.8s [2025-06-25T02:41:41.249Z] [2025-06-25T02:41:41.249Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-25T02:41:41.249Z] #218 DONE 0.2s [2025-06-25T02:41:41.249Z] [2025-06-25T02:41:41.249Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-25T02:41:41.513Z] #219 DONE 0.1s [2025-06-25T02:41:41.513Z] [2025-06-25T02:41:41.513Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:41:41.513Z] #71 ... [2025-06-25T02:41:41.513Z] [2025-06-25T02:41:41.513Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-25T02:41:42.090Z] #220 DONE 0.4s [2025-06-25T02:41:42.090Z] [2025-06-25T02:41:42.090Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-25T02:41:42.090Z] #221 DONE 0.1s [2025-06-25T02:41:42.090Z] [2025-06-25T02:41:42.090Z] #117 [support-notifications] exporting to image [2025-06-25T02:41:42.669Z] #117 exporting layers 0.5s done [2025-06-25T02:41:42.669Z] #117 writing image sha256:ddee20e01dfca7a9807d1311d591bc5c3b4a3659e010d4842d9bce5180c93012 done [2025-06-25T02:41:42.669Z] #117 naming to docker.io/library/support-notifications-arm64 done [2025-06-25T02:41:42.669Z] #117 DONE 13.1s [2025-06-25T02:41:42.669Z] [2025-06-25T02:41:42.669Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-25T02:41:42.669Z] time="2025-06-25T02:00:52Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-25T02:41:42.691Z] $ docker stop --time=1 9d6df6f4f322474126c0cab3b8f32a8aa8256286e518e20798f5f15c86a20af2 [2025-06-25T02:41:44.337Z] $ docker rm -f --volumes 9d6df6f4f322474126c0cab3b8f32a8aa8256286e518e20798f5f15c86a20af2 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-25T02:41:44.832Z] + docker images [2025-06-25T02:41:44.832Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-25T02:41:44.832Z] support-notifications-arm64 latest ddee20e01dfc 3 seconds ago 52.6MB [2025-06-25T02:41:44.832Z] support-scheduler-arm64 latest ee26aaea9377 8 seconds ago 48.9MB [2025-06-25T02:41:44.832Z] core-metadata-arm64 latest b921fd439ded 35 seconds ago 33.5MB [2025-06-25T02:41:44.832Z] core-data-arm64 latest afc88b0574ca 42 seconds ago 33.4MB [2025-06-25T02:41:44.832Z] security-proxy-auth-arm64 latest daa1c972c926 43 seconds ago 32.3MB [2025-06-25T02:41:44.832Z] core-keeper-arm64 latest d131004d9eff 44 seconds ago 33MB [2025-06-25T02:41:44.832Z] security-spiffe-token-provider-arm64 latest 44c0d837e0ad About a minute ago 48.4MB [2025-06-25T02:41:44.832Z] security-secretstore-setup-arm64 latest f1aa2ae7b472 2 minutes ago 68.5MB [2025-06-25T02:41:44.832Z] security-proxy-setup-arm64 latest 4aaed4e814dd 2 minutes ago 39MB [2025-06-25T02:41:44.832Z] core-command-arm64 latest 065db3aae2a5 3 minutes ago 29MB [2025-06-25T02:41:44.832Z] security-bootstrapper-arm64 latest e53a78f81756 18 minutes ago 21.1MB [2025-06-25T02:41:44.832Z] core-common-config-bootstrapper-arm64 latest c5b9098df006 18 minutes ago 18MB [2025-06-25T02:41:44.832Z] security-spire-server-arm64 latest fe53af656559 39 minutes ago 144MB [2025-06-25T02:41:44.832Z] security-spire-agent-arm64 latest 7ed6c29f1f16 39 minutes ago 187MB [2025-06-25T02:41:44.832Z] security-spire-config-arm64 latest cd952e928ef4 39 minutes ago 143MB [2025-06-25T02:41:44.832Z] ci-base-image-arm64 latest 865efeff021b 41 minutes ago 909MB [2025-06-25T02:41:44.832Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 6 days ago 560MB [2025-06-25T02:41:44.832Z] 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-25T02:41:44.966Z] provisioning config files... [2025-06-25T02:41:44.979Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/860@tmp/config11292218152366219978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:41:45.323Z] ---> ****-login.sh [2025-06-25T02:41:45.323Z] nexus3.edgexfoundry.org:10001 [2025-06-25T02:41:45.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:41:45.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:41:45.593Z] Configure a credential helper to remove this warning. See [2025-06-25T02:41:45.593Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:41:45.593Z] [2025-06-25T02:41:45.593Z] Login Succeeded [2025-06-25T02:41:45.593Z] nexus3.edgexfoundry.org:10002 [2025-06-25T02:41:45.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:41:46.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:41:46.123Z] Configure a credential helper to remove this warning. See [2025-06-25T02:41:46.123Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:41:46.123Z] [2025-06-25T02:41:46.123Z] Login Succeeded [2025-06-25T02:41:46.123Z] nexus3.edgexfoundry.org:10003 [2025-06-25T02:41:46.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:41:46.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:41:46.387Z] Configure a credential helper to remove this warning. See [2025-06-25T02:41:46.387Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:41:46.387Z] [2025-06-25T02:41:46.387Z] Login Succeeded [2025-06-25T02:41:46.388Z] nexus3.edgexfoundry.org:10004 [2025-06-25T02:41:46.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:41:46.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:41:46.654Z] Configure a credential helper to remove this warning. See [2025-06-25T02:41:46.654Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:41:46.654Z] [2025-06-25T02:41:46.654Z] Login Succeeded [2025-06-25T02:41:46.654Z] ****.io [2025-06-25T02:41:47.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-25T02:41:47.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-25T02:41:47.376Z] Configure a credential helper to remove this warning. See [2025-06-25T02:41:47.376Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-25T02:41:47.376Z] [2025-06-25T02:41:47.376Z] Login Succeeded [2025-06-25T02:41:47.376Z] ---> ****-login.sh ends [Pipeline] } [2025-06-25T02:41:47.377Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:41:47.406Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-25T02:41:47.439Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-25T02:41:47.439Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:41:47.439Z] latest [2025-06-25T02:41:47.439Z] 4.1.0-dev.28 [2025-06-25T02:41:47.439Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:41:47.439Z] main [2025-06-25T02:41:47.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:47.802Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:48.164Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:41:48.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-25T02:41:48.164Z] 019d04b4da45: Preparing [2025-06-25T02:41:48.164Z] 6d4b981c2799: Preparing [2025-06-25T02:41:48.164Z] 4e7273117efa: Preparing [2025-06-25T02:41:48.164Z] ca27f2da8a8e: Preparing [2025-06-25T02:41:48.164Z] a4144dccc47c: Preparing [2025-06-25T02:41:48.164Z] 0d15ab4d380e: Preparing [2025-06-25T02:41:48.164Z] dd9c8f8612c8: Preparing [2025-06-25T02:41:48.164Z] 0d15ab4d380e: Waiting [2025-06-25T02:41:48.164Z] dd9c8f8612c8: Waiting [2025-06-25T02:41:48.458Z] a4144dccc47c: Pushed [2025-06-25T02:41:48.458Z] ca27f2da8a8e: Pushed [2025-06-25T02:41:48.458Z] 4e7273117efa: Pushed [2025-06-25T02:41:48.458Z] 019d04b4da45: Pushed [2025-06-25T02:41:48.458Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:41:48.458Z] 0d15ab4d380e: Pushed [2025-06-25T02:41:52.723Z] 6d4b981c2799: Pushed [2025-06-25T02:41:52.723Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:53.083Z] + 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-25T02:41:53.433Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-25T02:41:53.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-25T02:41:53.433Z] 019d04b4da45: Preparing [2025-06-25T02:41:53.433Z] 6d4b981c2799: Preparing [2025-06-25T02:41:53.433Z] 4e7273117efa: Preparing [2025-06-25T02:41:53.433Z] ca27f2da8a8e: Preparing [2025-06-25T02:41:53.433Z] a4144dccc47c: Preparing [2025-06-25T02:41:53.433Z] 0d15ab4d380e: Preparing [2025-06-25T02:41:53.433Z] dd9c8f8612c8: Preparing [2025-06-25T02:41:53.433Z] 0d15ab4d380e: Waiting [2025-06-25T02:41:53.433Z] dd9c8f8612c8: Waiting [2025-06-25T02:41:53.433Z] a4144dccc47c: Layer already exists [2025-06-25T02:41:53.433Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:41:53.433Z] 6d4b981c2799: Layer already exists [2025-06-25T02:41:53.433Z] 019d04b4da45: Layer already exists [2025-06-25T02:41:53.433Z] 4e7273117efa: Layer already exists [2025-06-25T02:41:53.433Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:41:53.433Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:41:53.433Z] latest: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:54.061Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:54.412Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 [2025-06-25T02:41:54.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-25T02:41:54.412Z] 019d04b4da45: Preparing [2025-06-25T02:41:54.412Z] 6d4b981c2799: Preparing [2025-06-25T02:41:54.412Z] 4e7273117efa: Preparing [2025-06-25T02:41:54.412Z] ca27f2da8a8e: Preparing [2025-06-25T02:41:54.412Z] a4144dccc47c: Preparing [2025-06-25T02:41:54.412Z] 0d15ab4d380e: Preparing [2025-06-25T02:41:54.412Z] dd9c8f8612c8: Preparing [2025-06-25T02:41:54.412Z] 0d15ab4d380e: Waiting [2025-06-25T02:41:54.412Z] dd9c8f8612c8: Waiting [2025-06-25T02:41:54.412Z] a4144dccc47c: Layer already exists [2025-06-25T02:41:54.412Z] 019d04b4da45: Layer already exists [2025-06-25T02:41:54.412Z] 6d4b981c2799: Layer already exists [2025-06-25T02:41:54.412Z] 4e7273117efa: Layer already exists [2025-06-25T02:41:54.412Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:41:54.412Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:41:54.412Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:41:54.412Z] 4.1.0-dev.28: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:54.770Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:55.120Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:41:55.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-25T02:41:55.120Z] 019d04b4da45: Preparing [2025-06-25T02:41:55.120Z] 6d4b981c2799: Preparing [2025-06-25T02:41:55.120Z] 4e7273117efa: Preparing [2025-06-25T02:41:55.120Z] ca27f2da8a8e: Preparing [2025-06-25T02:41:55.120Z] a4144dccc47c: Preparing [2025-06-25T02:41:55.120Z] 0d15ab4d380e: Preparing [2025-06-25T02:41:55.120Z] dd9c8f8612c8: Preparing [2025-06-25T02:41:55.120Z] 0d15ab4d380e: Waiting [2025-06-25T02:41:55.120Z] dd9c8f8612c8: Waiting [2025-06-25T02:41:55.120Z] 4e7273117efa: Layer already exists [2025-06-25T02:41:55.120Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:41:55.120Z] 019d04b4da45: Layer already exists [2025-06-25T02:41:55.120Z] a4144dccc47c: Layer already exists [2025-06-25T02:41:55.120Z] 6d4b981c2799: Layer already exists [2025-06-25T02:41:55.120Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:41:55.120Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:41:55.120Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:55.476Z] + 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-25T02:41:55.840Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-25T02:41:55.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-25T02:41:55.841Z] 019d04b4da45: Preparing [2025-06-25T02:41:55.841Z] 6d4b981c2799: Preparing [2025-06-25T02:41:55.841Z] 4e7273117efa: Preparing [2025-06-25T02:41:55.841Z] ca27f2da8a8e: Preparing [2025-06-25T02:41:55.841Z] a4144dccc47c: Preparing [2025-06-25T02:41:55.841Z] 0d15ab4d380e: Preparing [2025-06-25T02:41:55.841Z] dd9c8f8612c8: Preparing [2025-06-25T02:41:55.841Z] 0d15ab4d380e: Waiting [2025-06-25T02:41:55.841Z] dd9c8f8612c8: Waiting [2025-06-25T02:41:55.841Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:41:55.841Z] 4e7273117efa: Layer already exists [2025-06-25T02:41:55.841Z] 019d04b4da45: Layer already exists [2025-06-25T02:41:55.841Z] 6d4b981c2799: Layer already exists [2025-06-25T02:41:55.841Z] a4144dccc47c: Layer already exists [2025-06-25T02:41:56.106Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:41:56.106Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:41:56.106Z] main: digest: sha256:1d0e141f80da8f01a3b6724b7d23ab856e49cfb29050bd8174f9795e6faa5eec size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:41:56.195Z] ===================================================== [Pipeline] echo [2025-06-25T02:41:56.212Z] taggedImages: [2025-06-25T02:41:56.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:41:56.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-25T02:41:56.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 [2025-06-25T02:41:56.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:41:56.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-25T02:41:56.241Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-25T02:41:56.241Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:41:56.241Z] latest [2025-06-25T02:41:56.241Z] 4.1.0-dev.28 [2025-06-25T02:41:56.241Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:41:56.241Z] main [2025-06-25T02:41:56.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:56.611Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:57.011Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:41:57.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-25T02:41:57.011Z] 9936b5e90b67: Preparing [2025-06-25T02:41:57.011Z] bdac53f94448: Preparing [2025-06-25T02:41:57.011Z] 249bbd0af6bd: Preparing [2025-06-25T02:41:57.011Z] a2337e52992c: Preparing [2025-06-25T02:41:57.011Z] 4e7273117efa: Preparing [2025-06-25T02:41:57.011Z] ca27f2da8a8e: Preparing [2025-06-25T02:41:57.011Z] a4144dccc47c: Preparing [2025-06-25T02:41:57.011Z] 0d15ab4d380e: Preparing [2025-06-25T02:41:57.011Z] dd9c8f8612c8: Preparing [2025-06-25T02:41:57.011Z] ca27f2da8a8e: Waiting [2025-06-25T02:41:57.011Z] a4144dccc47c: Waiting [2025-06-25T02:41:57.011Z] 0d15ab4d380e: Waiting [2025-06-25T02:41:57.011Z] dd9c8f8612c8: Waiting [2025-06-25T02:41:57.011Z] 4e7273117efa: Layer already exists [2025-06-25T02:41:57.011Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:41:57.287Z] a4144dccc47c: Layer already exists [2025-06-25T02:41:57.287Z] bdac53f94448: Pushed [2025-06-25T02:41:57.287Z] 249bbd0af6bd: Pushed [2025-06-25T02:41:57.287Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:41:57.287Z] 9936b5e90b67: Pushed [2025-06-25T02:41:57.287Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:41:59.245Z] a2337e52992c: Pushed [2025-06-25T02:41:59.510Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:41:59.862Z] + 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-25T02:42:00.215Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-25T02:42:00.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-25T02:42:00.215Z] 9936b5e90b67: Preparing [2025-06-25T02:42:00.215Z] bdac53f94448: Preparing [2025-06-25T02:42:00.215Z] 249bbd0af6bd: Preparing [2025-06-25T02:42:00.215Z] a2337e52992c: Preparing [2025-06-25T02:42:00.215Z] 4e7273117efa: Preparing [2025-06-25T02:42:00.215Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:00.215Z] a4144dccc47c: Preparing [2025-06-25T02:42:00.215Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:00.215Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:00.215Z] a4144dccc47c: Waiting [2025-06-25T02:42:00.215Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:00.215Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:00.215Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:00.215Z] bdac53f94448: Layer already exists [2025-06-25T02:42:00.215Z] a2337e52992c: Layer already exists [2025-06-25T02:42:00.215Z] 9936b5e90b67: Layer already exists [2025-06-25T02:42:00.215Z] 249bbd0af6bd: Layer already exists [2025-06-25T02:42:00.215Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:00.215Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:00.215Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:00.215Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:00.215Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:00.215Z] latest: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:00.819Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:01.169Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 [2025-06-25T02:42:01.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-25T02:42:01.169Z] 9936b5e90b67: Preparing [2025-06-25T02:42:01.169Z] bdac53f94448: Preparing [2025-06-25T02:42:01.169Z] 249bbd0af6bd: Preparing [2025-06-25T02:42:01.169Z] a2337e52992c: Preparing [2025-06-25T02:42:01.169Z] 4e7273117efa: Preparing [2025-06-25T02:42:01.169Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:01.169Z] a4144dccc47c: Preparing [2025-06-25T02:42:01.169Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:01.169Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:01.169Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:01.169Z] a4144dccc47c: Waiting [2025-06-25T02:42:01.169Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:01.169Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:01.169Z] bdac53f94448: Layer already exists [2025-06-25T02:42:01.169Z] 249bbd0af6bd: Layer already exists [2025-06-25T02:42:01.169Z] a2337e52992c: Layer already exists [2025-06-25T02:42:01.169Z] 9936b5e90b67: Layer already exists [2025-06-25T02:42:01.169Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:01.169Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:01.169Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:01.169Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:01.169Z] 4.1.0-dev.28: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:01.806Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:02.145Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:02.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-25T02:42:02.145Z] 9936b5e90b67: Preparing [2025-06-25T02:42:02.145Z] bdac53f94448: Preparing [2025-06-25T02:42:02.145Z] 249bbd0af6bd: Preparing [2025-06-25T02:42:02.145Z] a2337e52992c: Preparing [2025-06-25T02:42:02.145Z] 4e7273117efa: Preparing [2025-06-25T02:42:02.145Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:02.145Z] a4144dccc47c: Preparing [2025-06-25T02:42:02.145Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:02.145Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:02.145Z] a4144dccc47c: Waiting [2025-06-25T02:42:02.145Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:02.145Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:02.145Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:02.145Z] a2337e52992c: Layer already exists [2025-06-25T02:42:02.145Z] 9936b5e90b67: Layer already exists [2025-06-25T02:42:02.146Z] 249bbd0af6bd: Layer already exists [2025-06-25T02:42:02.146Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:02.146Z] bdac53f94448: Layer already exists [2025-06-25T02:42:02.146Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:02.146Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:02.146Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:02.146Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:02.410Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:02.763Z] + 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-25T02:42:03.118Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-25T02:42:03.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-25T02:42:03.118Z] 9936b5e90b67: Preparing [2025-06-25T02:42:03.118Z] bdac53f94448: Preparing [2025-06-25T02:42:03.118Z] 249bbd0af6bd: Preparing [2025-06-25T02:42:03.118Z] a2337e52992c: Preparing [2025-06-25T02:42:03.118Z] 4e7273117efa: Preparing [2025-06-25T02:42:03.118Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:03.118Z] a4144dccc47c: Preparing [2025-06-25T02:42:03.118Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:03.118Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:03.118Z] a4144dccc47c: Waiting [2025-06-25T02:42:03.118Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:03.118Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:03.118Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:03.118Z] a2337e52992c: Layer already exists [2025-06-25T02:42:03.118Z] 9936b5e90b67: Layer already exists [2025-06-25T02:42:03.118Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:03.118Z] 249bbd0af6bd: Layer already exists [2025-06-25T02:42:03.118Z] bdac53f94448: Layer already exists [2025-06-25T02:42:03.118Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:03.118Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:03.118Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:03.118Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:03.382Z] main: digest: sha256:12d95eaa93d0dc33c26fef414e0818a8983a27fbc06e012b61f494f7fe94bce2 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:42:03.465Z] ===================================================== [Pipeline] echo [2025-06-25T02:42:03.486Z] taggedImages: [2025-06-25T02:42:03.486Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:03.486Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-25T02:42:03.486Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 [2025-06-25T02:42:03.486Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:03.486Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-25T02:42:03.523Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-25T02:42:03.524Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:03.524Z] latest [2025-06-25T02:42:03.524Z] 4.1.0-dev.28 [2025-06-25T02:42:03.524Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:03.524Z] main [2025-06-25T02:42:03.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:03.895Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:04.245Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:04.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-25T02:42:04.245Z] ee638f9a423d: Preparing [2025-06-25T02:42:04.245Z] 46707ea8d9c3: Preparing [2025-06-25T02:42:04.245Z] 4e7273117efa: Preparing [2025-06-25T02:42:04.245Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:04.245Z] a606993617e4: Preparing [2025-06-25T02:42:04.245Z] 169a1bba3749: Preparing [2025-06-25T02:42:04.245Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:04.245Z] 169a1bba3749: Waiting [2025-06-25T02:42:04.245Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:04.245Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:04.245Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:04.509Z] a606993617e4: Pushed [2025-06-25T02:42:04.509Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:04.509Z] ee638f9a423d: Pushed [2025-06-25T02:42:04.509Z] 169a1bba3749: Pushed [2025-06-25T02:42:09.824Z] 46707ea8d9c3: Pushed [2025-06-25T02:42:09.824Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:10.181Z] + 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-25T02:42:10.527Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-25T02:42:10.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-25T02:42:10.527Z] ee638f9a423d: Preparing [2025-06-25T02:42:10.527Z] 46707ea8d9c3: Preparing [2025-06-25T02:42:10.527Z] 4e7273117efa: Preparing [2025-06-25T02:42:10.527Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:10.527Z] a606993617e4: Preparing [2025-06-25T02:42:10.527Z] 169a1bba3749: Preparing [2025-06-25T02:42:10.527Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:10.527Z] 169a1bba3749: Waiting [2025-06-25T02:42:10.527Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:10.527Z] 46707ea8d9c3: Layer already exists [2025-06-25T02:42:10.527Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:10.527Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:10.527Z] ee638f9a423d: Layer already exists [2025-06-25T02:42:10.527Z] a606993617e4: Layer already exists [2025-06-25T02:42:10.527Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:10.527Z] 169a1bba3749: Layer already exists [2025-06-25T02:42:10.792Z] latest: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:11.158Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:11.513Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 [2025-06-25T02:42:11.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-25T02:42:11.514Z] ee638f9a423d: Preparing [2025-06-25T02:42:11.514Z] 46707ea8d9c3: Preparing [2025-06-25T02:42:11.514Z] 4e7273117efa: Preparing [2025-06-25T02:42:11.514Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:11.514Z] a606993617e4: Preparing [2025-06-25T02:42:11.514Z] 169a1bba3749: Preparing [2025-06-25T02:42:11.514Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:11.514Z] 169a1bba3749: Waiting [2025-06-25T02:42:11.514Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:11.514Z] ee638f9a423d: Layer already exists [2025-06-25T02:42:11.514Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:11.514Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:11.514Z] 46707ea8d9c3: Layer already exists [2025-06-25T02:42:11.514Z] a606993617e4: Layer already exists [2025-06-25T02:42:11.514Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:11.514Z] 169a1bba3749: Layer already exists [2025-06-25T02:42:11.777Z] 4.1.0-dev.28: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:12.125Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:12.477Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:12.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-25T02:42:12.477Z] ee638f9a423d: Preparing [2025-06-25T02:42:12.477Z] 46707ea8d9c3: Preparing [2025-06-25T02:42:12.477Z] 4e7273117efa: Preparing [2025-06-25T02:42:12.477Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:12.477Z] a606993617e4: Preparing [2025-06-25T02:42:12.477Z] 169a1bba3749: Preparing [2025-06-25T02:42:12.477Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:12.477Z] 169a1bba3749: Waiting [2025-06-25T02:42:12.477Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:12.477Z] a606993617e4: Layer already exists [2025-06-25T02:42:12.477Z] 46707ea8d9c3: Layer already exists [2025-06-25T02:42:12.477Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:12.477Z] ee638f9a423d: Layer already exists [2025-06-25T02:42:12.477Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:12.477Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:12.477Z] 169a1bba3749: Layer already exists [2025-06-25T02:42:12.740Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:13.106Z] + 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-25T02:42:13.449Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-25T02:42:13.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-25T02:42:13.449Z] ee638f9a423d: Preparing [2025-06-25T02:42:13.449Z] 46707ea8d9c3: Preparing [2025-06-25T02:42:13.449Z] 4e7273117efa: Preparing [2025-06-25T02:42:13.449Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:13.449Z] a606993617e4: Preparing [2025-06-25T02:42:13.449Z] 169a1bba3749: Preparing [2025-06-25T02:42:13.449Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:13.449Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:13.449Z] 169a1bba3749: Waiting [2025-06-25T02:42:13.449Z] a606993617e4: Layer already exists [2025-06-25T02:42:13.449Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:13.449Z] ee638f9a423d: Layer already exists [2025-06-25T02:42:13.449Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:13.449Z] 46707ea8d9c3: Layer already exists [2025-06-25T02:42:13.449Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:13.449Z] 169a1bba3749: Layer already exists [2025-06-25T02:42:13.713Z] main: digest: sha256:a58473d27f792584600983317b12cf75e05ab02ec2a5d5176d956885e53d6cb2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:42:13.789Z] ===================================================== [Pipeline] echo [2025-06-25T02:42:13.803Z] taggedImages: [2025-06-25T02:42:13.803Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:13.803Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-25T02:42:13.803Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 [2025-06-25T02:42:13.803Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:13.803Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-25T02:42:13.835Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-25T02:42:13.835Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:13.835Z] latest [2025-06-25T02:42:13.835Z] 4.1.0-dev.28 [2025-06-25T02:42:13.835Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:13.835Z] main [2025-06-25T02:42:13.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:14.190Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:14.531Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:14.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-25T02:42:14.531Z] 2a9e5599e700: Preparing [2025-06-25T02:42:14.531Z] a4d0bc848717: Preparing [2025-06-25T02:42:14.531Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:14.531Z] 7420527c818c: Preparing [2025-06-25T02:42:14.531Z] fec5d2bb4374: Preparing [2025-06-25T02:42:14.531Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:14.531Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:14.531Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:14.794Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:14.794Z] 2a9e5599e700: Pushed [2025-06-25T02:42:14.794Z] fec5d2bb4374: Pushed [2025-06-25T02:42:14.794Z] 7420527c818c: Pushed [2025-06-25T02:42:20.106Z] a4d0bc848717: Pushed [2025-06-25T02:42:20.106Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:20.458Z] + 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-25T02:42:20.808Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-25T02:42:20.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-25T02:42:20.808Z] 2a9e5599e700: Preparing [2025-06-25T02:42:20.808Z] a4d0bc848717: Preparing [2025-06-25T02:42:20.808Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:20.808Z] 7420527c818c: Preparing [2025-06-25T02:42:20.808Z] fec5d2bb4374: Preparing [2025-06-25T02:42:20.808Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:20.808Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:20.808Z] a4d0bc848717: Layer already exists [2025-06-25T02:42:20.808Z] 2a9e5599e700: Layer already exists [2025-06-25T02:42:20.808Z] 7420527c818c: Layer already exists [2025-06-25T02:42:20.808Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:20.808Z] fec5d2bb4374: Layer already exists [2025-06-25T02:42:20.808Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:20.808Z] latest: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:21.425Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:21.774Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 [2025-06-25T02:42:21.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-25T02:42:21.774Z] 2a9e5599e700: Preparing [2025-06-25T02:42:21.774Z] a4d0bc848717: Preparing [2025-06-25T02:42:21.774Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:21.774Z] 7420527c818c: Preparing [2025-06-25T02:42:21.774Z] fec5d2bb4374: Preparing [2025-06-25T02:42:21.774Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:21.774Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:21.774Z] fec5d2bb4374: Layer already exists [2025-06-25T02:42:21.774Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:21.774Z] 2a9e5599e700: Layer already exists [2025-06-25T02:42:21.774Z] a4d0bc848717: Layer already exists [2025-06-25T02:42:21.774Z] 7420527c818c: Layer already exists [2025-06-25T02:42:21.774Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:21.774Z] 4.1.0-dev.28: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:22.389Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:22.740Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:22.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-25T02:42:22.740Z] 2a9e5599e700: Preparing [2025-06-25T02:42:22.740Z] a4d0bc848717: Preparing [2025-06-25T02:42:22.740Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:22.740Z] 7420527c818c: Preparing [2025-06-25T02:42:22.740Z] fec5d2bb4374: Preparing [2025-06-25T02:42:22.740Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:22.740Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:22.740Z] 7420527c818c: Layer already exists [2025-06-25T02:42:22.740Z] a4d0bc848717: Layer already exists [2025-06-25T02:42:22.740Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:22.740Z] fec5d2bb4374: Layer already exists [2025-06-25T02:42:22.740Z] 2a9e5599e700: Layer already exists [2025-06-25T02:42:22.740Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:22.740Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:23.347Z] + 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-25T02:42:23.691Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-25T02:42:23.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-25T02:42:23.691Z] 2a9e5599e700: Preparing [2025-06-25T02:42:23.691Z] a4d0bc848717: Preparing [2025-06-25T02:42:23.691Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:23.691Z] 7420527c818c: Preparing [2025-06-25T02:42:23.691Z] fec5d2bb4374: Preparing [2025-06-25T02:42:23.691Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:23.691Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:23.691Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:23.691Z] fec5d2bb4374: Layer already exists [2025-06-25T02:42:23.691Z] 7420527c818c: Layer already exists [2025-06-25T02:42:23.691Z] 2a9e5599e700: Layer already exists [2025-06-25T02:42:23.691Z] a4d0bc848717: Layer already exists [2025-06-25T02:42:23.691Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:23.956Z] main: digest: sha256:2b1f595bcd97244bc3b05bdbc3230e9a57a84cfbde8ded7f1732c04002f0314e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:42:24.024Z] ===================================================== [Pipeline] echo [2025-06-25T02:42:24.043Z] taggedImages: [2025-06-25T02:42:24.043Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:24.043Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-25T02:42:24.043Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 [2025-06-25T02:42:24.043Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:24.043Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-25T02:42:24.080Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-25T02:42:24.080Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:24.080Z] latest [2025-06-25T02:42:24.080Z] 4.1.0-dev.28 [2025-06-25T02:42:24.080Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:24.080Z] main [2025-06-25T02:42:24.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:24.450Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:24.802Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:24.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-25T02:42:24.802Z] 32138f7ee8fe: Preparing [2025-06-25T02:42:24.802Z] 8f3a5f63f94b: Preparing [2025-06-25T02:42:24.802Z] cc2f65463257: Preparing [2025-06-25T02:42:24.802Z] 4e7273117efa: Preparing [2025-06-25T02:42:24.802Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:24.802Z] a4144dccc47c: Preparing [2025-06-25T02:42:24.802Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:24.802Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:24.802Z] a4144dccc47c: Waiting [2025-06-25T02:42:24.802Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:24.802Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:24.802Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:24.802Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:25.066Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:25.066Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:25.066Z] 8f3a5f63f94b: Pushed [2025-06-25T02:42:25.066Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:25.066Z] 32138f7ee8fe: Pushed [2025-06-25T02:42:30.380Z] cc2f65463257: Pushed [2025-06-25T02:42:30.646Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:30.994Z] + 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-25T02:42:31.341Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-25T02:42:31.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-25T02:42:31.342Z] 32138f7ee8fe: Preparing [2025-06-25T02:42:31.342Z] 8f3a5f63f94b: Preparing [2025-06-25T02:42:31.342Z] cc2f65463257: Preparing [2025-06-25T02:42:31.342Z] 4e7273117efa: Preparing [2025-06-25T02:42:31.342Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:31.342Z] a4144dccc47c: Preparing [2025-06-25T02:42:31.342Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:31.342Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:31.342Z] a4144dccc47c: Waiting [2025-06-25T02:42:31.342Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:31.342Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:31.342Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:31.342Z] 32138f7ee8fe: Layer already exists [2025-06-25T02:42:31.342Z] cc2f65463257: Layer already exists [2025-06-25T02:42:31.342Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:31.342Z] 8f3a5f63f94b: Layer already exists [2025-06-25T02:42:31.342Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:31.342Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:31.342Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:31.605Z] latest: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:31.963Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:32.301Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 [2025-06-25T02:42:32.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-25T02:42:32.301Z] 32138f7ee8fe: Preparing [2025-06-25T02:42:32.301Z] 8f3a5f63f94b: Preparing [2025-06-25T02:42:32.301Z] cc2f65463257: Preparing [2025-06-25T02:42:32.301Z] 4e7273117efa: Preparing [2025-06-25T02:42:32.301Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:32.301Z] a4144dccc47c: Preparing [2025-06-25T02:42:32.301Z] a4144dccc47c: Waiting [2025-06-25T02:42:32.301Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:32.301Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:32.301Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:32.301Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:32.301Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:32.301Z] 8f3a5f63f94b: Layer already exists [2025-06-25T02:42:32.301Z] cc2f65463257: Layer already exists [2025-06-25T02:42:32.301Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:32.301Z] 32138f7ee8fe: Layer already exists [2025-06-25T02:42:32.301Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:32.301Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:32.301Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:32.564Z] 4.1.0-dev.28: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:32.919Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:33.268Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:33.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-25T02:42:33.268Z] 32138f7ee8fe: Preparing [2025-06-25T02:42:33.268Z] 8f3a5f63f94b: Preparing [2025-06-25T02:42:33.268Z] cc2f65463257: Preparing [2025-06-25T02:42:33.268Z] 4e7273117efa: Preparing [2025-06-25T02:42:33.268Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:33.268Z] a4144dccc47c: Preparing [2025-06-25T02:42:33.268Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:33.268Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:33.268Z] a4144dccc47c: Waiting [2025-06-25T02:42:33.268Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:33.268Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:33.268Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:33.268Z] cc2f65463257: Layer already exists [2025-06-25T02:42:33.268Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:33.268Z] 32138f7ee8fe: Layer already exists [2025-06-25T02:42:33.268Z] 8f3a5f63f94b: Layer already exists [2025-06-25T02:42:33.268Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:33.268Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:33.268Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:33.531Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:33.878Z] + 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-25T02:42:34.228Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-25T02:42:34.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-25T02:42:34.228Z] 32138f7ee8fe: Preparing [2025-06-25T02:42:34.228Z] 8f3a5f63f94b: Preparing [2025-06-25T02:42:34.228Z] cc2f65463257: Preparing [2025-06-25T02:42:34.228Z] 4e7273117efa: Preparing [2025-06-25T02:42:34.228Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:34.228Z] a4144dccc47c: Preparing [2025-06-25T02:42:34.228Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:34.228Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:34.228Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:34.228Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:34.228Z] a4144dccc47c: Waiting [2025-06-25T02:42:34.228Z] 8f3a5f63f94b: Layer already exists [2025-06-25T02:42:34.228Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:34.228Z] cc2f65463257: Layer already exists [2025-06-25T02:42:34.228Z] 32138f7ee8fe: Layer already exists [2025-06-25T02:42:34.228Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:34.228Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:34.228Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:34.228Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:34.491Z] main: digest: sha256:d88f386c0eb5a7f35496fe421b002333de0e44394b2c4f2e8bab51df2c4b0b03 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:42:34.571Z] ===================================================== [Pipeline] echo [2025-06-25T02:42:34.584Z] taggedImages: [2025-06-25T02:42:34.584Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:34.584Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-25T02:42:34.584Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 [2025-06-25T02:42:34.584Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:34.584Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-25T02:42:34.613Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-25T02:42:34.613Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:34.613Z] latest [2025-06-25T02:42:34.613Z] 4.1.0-dev.28 [2025-06-25T02:42:34.613Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:34.613Z] main [2025-06-25T02:42:34.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:34.966Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:35.301Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:35.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-25T02:42:35.301Z] f4f1a275fc79: Preparing [2025-06-25T02:42:35.301Z] f0d75f86ddd3: Preparing [2025-06-25T02:42:35.301Z] 1bb28ce3d5b4: Preparing [2025-06-25T02:42:35.301Z] eba0877806ce: Preparing [2025-06-25T02:42:35.301Z] 8ad80eeb9a7a: Preparing [2025-06-25T02:42:35.301Z] 265754722978: Preparing [2025-06-25T02:42:35.301Z] d78ce5304668: Preparing [2025-06-25T02:42:35.301Z] 4e7273117efa: Preparing [2025-06-25T02:42:35.301Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:35.301Z] 99686e2df494: Preparing [2025-06-25T02:42:35.301Z] 0dde4aea874e: Preparing [2025-06-25T02:42:35.301Z] 5f70bf18a086: Preparing [2025-06-25T02:42:35.301Z] 4e3cd298de26: Preparing [2025-06-25T02:42:35.301Z] 4cf3d62bc4b6: Preparing [2025-06-25T02:42:35.301Z] ae57f7d02830: Preparing [2025-06-25T02:42:35.301Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:35.301Z] 265754722978: Waiting [2025-06-25T02:42:35.301Z] 4e7273117efa: Waiting [2025-06-25T02:42:35.301Z] d78ce5304668: Waiting [2025-06-25T02:42:35.301Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:35.301Z] 99686e2df494: Waiting [2025-06-25T02:42:35.301Z] 0dde4aea874e: Waiting [2025-06-25T02:42:35.301Z] 5f70bf18a086: Waiting [2025-06-25T02:42:35.301Z] 4e3cd298de26: Waiting [2025-06-25T02:42:35.301Z] 4cf3d62bc4b6: Waiting [2025-06-25T02:42:35.301Z] ae57f7d02830: Waiting [2025-06-25T02:42:35.301Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:35.565Z] 1bb28ce3d5b4: Pushed [2025-06-25T02:42:35.565Z] eba0877806ce: Pushed [2025-06-25T02:42:35.565Z] f0d75f86ddd3: Pushed [2025-06-25T02:42:35.565Z] 8ad80eeb9a7a: Pushed [2025-06-25T02:42:35.565Z] f4f1a275fc79: Pushed [2025-06-25T02:42:35.565Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:35.565Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:35.565Z] 5f70bf18a086: Layer already exists [2025-06-25T02:42:35.565Z] 265754722978: Pushed [2025-06-25T02:42:35.829Z] 99686e2df494: Pushed [2025-06-25T02:42:35.829Z] 0dde4aea874e: Pushed [2025-06-25T02:42:35.829Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:35.829Z] 4e3cd298de26: Pushed [2025-06-25T02:42:35.829Z] 4cf3d62bc4b6: Pushed [2025-06-25T02:42:35.829Z] ae57f7d02830: Pushed [2025-06-25T02:42:39.148Z] d78ce5304668: Pushed [2025-06-25T02:42:39.148Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:39.496Z] + 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-25T02:42:39.845Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-25T02:42:39.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-25T02:42:39.845Z] f4f1a275fc79: Preparing [2025-06-25T02:42:39.845Z] f0d75f86ddd3: Preparing [2025-06-25T02:42:39.845Z] 1bb28ce3d5b4: Preparing [2025-06-25T02:42:39.845Z] eba0877806ce: Preparing [2025-06-25T02:42:39.845Z] 8ad80eeb9a7a: Preparing [2025-06-25T02:42:39.845Z] 265754722978: Preparing [2025-06-25T02:42:39.845Z] d78ce5304668: Preparing [2025-06-25T02:42:39.845Z] 4e7273117efa: Preparing [2025-06-25T02:42:39.845Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:39.845Z] 99686e2df494: Preparing [2025-06-25T02:42:39.845Z] 0dde4aea874e: Preparing [2025-06-25T02:42:39.845Z] 5f70bf18a086: Preparing [2025-06-25T02:42:39.845Z] 4e3cd298de26: Preparing [2025-06-25T02:42:39.845Z] 4cf3d62bc4b6: Preparing [2025-06-25T02:42:39.845Z] ae57f7d02830: Preparing [2025-06-25T02:42:39.845Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:39.845Z] d78ce5304668: Waiting [2025-06-25T02:42:39.845Z] 4e7273117efa: Waiting [2025-06-25T02:42:39.845Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:39.845Z] 265754722978: Waiting [2025-06-25T02:42:39.845Z] 99686e2df494: Waiting [2025-06-25T02:42:39.845Z] 0dde4aea874e: Waiting [2025-06-25T02:42:39.845Z] 5f70bf18a086: Waiting [2025-06-25T02:42:39.845Z] 4cf3d62bc4b6: Waiting [2025-06-25T02:42:39.845Z] 4e3cd298de26: Waiting [2025-06-25T02:42:39.845Z] ae57f7d02830: Waiting [2025-06-25T02:42:39.845Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:39.845Z] f0d75f86ddd3: Layer already exists [2025-06-25T02:42:39.845Z] eba0877806ce: Layer already exists [2025-06-25T02:42:39.845Z] 1bb28ce3d5b4: Layer already exists [2025-06-25T02:42:39.845Z] 8ad80eeb9a7a: Layer already exists [2025-06-25T02:42:39.845Z] f4f1a275fc79: Layer already exists [2025-06-25T02:42:39.845Z] d78ce5304668: Layer already exists [2025-06-25T02:42:39.845Z] 99686e2df494: Layer already exists [2025-06-25T02:42:39.845Z] 265754722978: Layer already exists [2025-06-25T02:42:39.845Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:39.845Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:39.845Z] 0dde4aea874e: Layer already exists [2025-06-25T02:42:39.845Z] 4cf3d62bc4b6: Layer already exists [2025-06-25T02:42:39.845Z] 4e3cd298de26: Layer already exists [2025-06-25T02:42:39.845Z] ae57f7d02830: Layer already exists [2025-06-25T02:42:39.845Z] 5f70bf18a086: Layer already exists [2025-06-25T02:42:39.845Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:40.423Z] latest: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:40.773Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:41.121Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 [2025-06-25T02:42:41.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-25T02:42:41.121Z] f4f1a275fc79: Preparing [2025-06-25T02:42:41.121Z] f0d75f86ddd3: Preparing [2025-06-25T02:42:41.121Z] 1bb28ce3d5b4: Preparing [2025-06-25T02:42:41.121Z] eba0877806ce: Preparing [2025-06-25T02:42:41.121Z] 8ad80eeb9a7a: Preparing [2025-06-25T02:42:41.121Z] 265754722978: Preparing [2025-06-25T02:42:41.121Z] d78ce5304668: Preparing [2025-06-25T02:42:41.121Z] 4e7273117efa: Preparing [2025-06-25T02:42:41.121Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:41.121Z] 99686e2df494: Preparing [2025-06-25T02:42:41.121Z] 0dde4aea874e: Preparing [2025-06-25T02:42:41.121Z] 5f70bf18a086: Preparing [2025-06-25T02:42:41.121Z] 4e3cd298de26: Preparing [2025-06-25T02:42:41.121Z] 4cf3d62bc4b6: Preparing [2025-06-25T02:42:41.121Z] ae57f7d02830: Preparing [2025-06-25T02:42:41.121Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:41.121Z] 99686e2df494: Waiting [2025-06-25T02:42:41.121Z] 0dde4aea874e: Waiting [2025-06-25T02:42:41.121Z] 5f70bf18a086: Waiting [2025-06-25T02:42:41.121Z] 4e3cd298de26: Waiting [2025-06-25T02:42:41.121Z] 265754722978: Waiting [2025-06-25T02:42:41.121Z] d78ce5304668: Waiting [2025-06-25T02:42:41.121Z] 4e7273117efa: Waiting [2025-06-25T02:42:41.121Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:41.121Z] 4cf3d62bc4b6: Waiting [2025-06-25T02:42:41.121Z] ae57f7d02830: Waiting [2025-06-25T02:42:41.121Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:41.121Z] 1bb28ce3d5b4: Layer already exists [2025-06-25T02:42:41.121Z] f4f1a275fc79: Layer already exists [2025-06-25T02:42:41.121Z] f0d75f86ddd3: Layer already exists [2025-06-25T02:42:41.121Z] 8ad80eeb9a7a: Layer already exists [2025-06-25T02:42:41.121Z] eba0877806ce: Layer already exists [2025-06-25T02:42:41.121Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:41.121Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:41.121Z] d78ce5304668: Layer already exists [2025-06-25T02:42:41.121Z] 265754722978: Layer already exists [2025-06-25T02:42:41.121Z] 99686e2df494: Layer already exists [2025-06-25T02:42:41.121Z] 4cf3d62bc4b6: Layer already exists [2025-06-25T02:42:41.121Z] 0dde4aea874e: Layer already exists [2025-06-25T02:42:41.121Z] 4e3cd298de26: Layer already exists [2025-06-25T02:42:41.121Z] ae57f7d02830: Layer already exists [2025-06-25T02:42:41.121Z] 5f70bf18a086: Layer already exists [2025-06-25T02:42:41.121Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:41.384Z] 4.1.0-dev.28: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:41.741Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:42.092Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:42.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-25T02:42:42.092Z] f4f1a275fc79: Preparing [2025-06-25T02:42:42.092Z] f0d75f86ddd3: Preparing [2025-06-25T02:42:42.092Z] 1bb28ce3d5b4: Preparing [2025-06-25T02:42:42.092Z] eba0877806ce: Preparing [2025-06-25T02:42:42.092Z] 8ad80eeb9a7a: Preparing [2025-06-25T02:42:42.092Z] 265754722978: Preparing [2025-06-25T02:42:42.092Z] d78ce5304668: Preparing [2025-06-25T02:42:42.092Z] 4e7273117efa: Preparing [2025-06-25T02:42:42.092Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:42.092Z] 99686e2df494: Preparing [2025-06-25T02:42:42.092Z] 0dde4aea874e: Preparing [2025-06-25T02:42:42.092Z] 5f70bf18a086: Preparing [2025-06-25T02:42:42.092Z] 4e3cd298de26: Preparing [2025-06-25T02:42:42.092Z] 4cf3d62bc4b6: Preparing [2025-06-25T02:42:42.092Z] ae57f7d02830: Preparing [2025-06-25T02:42:42.092Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:42.092Z] 5f70bf18a086: Waiting [2025-06-25T02:42:42.092Z] 4e7273117efa: Waiting [2025-06-25T02:42:42.092Z] 4e3cd298de26: Waiting [2025-06-25T02:42:42.092Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:42.092Z] 4cf3d62bc4b6: Waiting [2025-06-25T02:42:42.092Z] ae57f7d02830: Waiting [2025-06-25T02:42:42.092Z] 99686e2df494: Waiting [2025-06-25T02:42:42.092Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:42.092Z] 0dde4aea874e: Waiting [2025-06-25T02:42:42.092Z] 265754722978: Waiting [2025-06-25T02:42:42.092Z] d78ce5304668: Waiting [2025-06-25T02:42:42.092Z] 1bb28ce3d5b4: Layer already exists [2025-06-25T02:42:42.092Z] eba0877806ce: Layer already exists [2025-06-25T02:42:42.092Z] f0d75f86ddd3: Layer already exists [2025-06-25T02:42:42.092Z] 8ad80eeb9a7a: Layer already exists [2025-06-25T02:42:42.092Z] f4f1a275fc79: Layer already exists [2025-06-25T02:42:42.092Z] 265754722978: Layer already exists [2025-06-25T02:42:42.092Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:42.092Z] d78ce5304668: Layer already exists [2025-06-25T02:42:42.092Z] 99686e2df494: Layer already exists [2025-06-25T02:42:42.092Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:42.092Z] 4e3cd298de26: Layer already exists [2025-06-25T02:42:42.092Z] 5f70bf18a086: Layer already exists [2025-06-25T02:42:42.092Z] 0dde4aea874e: Layer already exists [2025-06-25T02:42:42.092Z] 4cf3d62bc4b6: Layer already exists [2025-06-25T02:42:42.092Z] ae57f7d02830: Layer already exists [2025-06-25T02:42:42.092Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:42.356Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:42.717Z] + 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-25T02:42:43.073Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-25T02:42:43.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-25T02:42:43.073Z] f4f1a275fc79: Preparing [2025-06-25T02:42:43.073Z] f0d75f86ddd3: Preparing [2025-06-25T02:42:43.073Z] 1bb28ce3d5b4: Preparing [2025-06-25T02:42:43.073Z] eba0877806ce: Preparing [2025-06-25T02:42:43.073Z] 8ad80eeb9a7a: Preparing [2025-06-25T02:42:43.073Z] 265754722978: Preparing [2025-06-25T02:42:43.073Z] d78ce5304668: Preparing [2025-06-25T02:42:43.073Z] 4e7273117efa: Preparing [2025-06-25T02:42:43.073Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:43.073Z] 99686e2df494: Preparing [2025-06-25T02:42:43.073Z] 0dde4aea874e: Preparing [2025-06-25T02:42:43.073Z] 5f70bf18a086: Preparing [2025-06-25T02:42:43.073Z] 4e3cd298de26: Preparing [2025-06-25T02:42:43.073Z] 4cf3d62bc4b6: Preparing [2025-06-25T02:42:43.073Z] ae57f7d02830: Preparing [2025-06-25T02:42:43.073Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:43.073Z] 0dde4aea874e: Waiting [2025-06-25T02:42:43.073Z] 5f70bf18a086: Waiting [2025-06-25T02:42:43.073Z] 4e3cd298de26: Waiting [2025-06-25T02:42:43.073Z] 4cf3d62bc4b6: Waiting [2025-06-25T02:42:43.073Z] ae57f7d02830: Waiting [2025-06-25T02:42:43.073Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:43.073Z] 265754722978: Waiting [2025-06-25T02:42:43.073Z] 4e7273117efa: Waiting [2025-06-25T02:42:43.073Z] d78ce5304668: Waiting [2025-06-25T02:42:43.073Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:43.073Z] 99686e2df494: Waiting [2025-06-25T02:42:43.073Z] 1bb28ce3d5b4: Layer already exists [2025-06-25T02:42:43.073Z] f0d75f86ddd3: Layer already exists [2025-06-25T02:42:43.073Z] eba0877806ce: Layer already exists [2025-06-25T02:42:43.073Z] f4f1a275fc79: Layer already exists [2025-06-25T02:42:43.073Z] 8ad80eeb9a7a: Layer already exists [2025-06-25T02:42:43.073Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:43.073Z] 265754722978: Layer already exists [2025-06-25T02:42:43.073Z] d78ce5304668: Layer already exists [2025-06-25T02:42:43.073Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:43.073Z] 99686e2df494: Layer already exists [2025-06-25T02:42:43.073Z] 0dde4aea874e: Layer already exists [2025-06-25T02:42:43.073Z] 5f70bf18a086: Layer already exists [2025-06-25T02:42:43.073Z] 4e3cd298de26: Layer already exists [2025-06-25T02:42:43.073Z] ae57f7d02830: Layer already exists [2025-06-25T02:42:43.073Z] 4cf3d62bc4b6: Layer already exists [2025-06-25T02:42:43.073Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:43.337Z] main: digest: sha256:c4921a63c6bf962fc9fea31169fd0c26ce33390c83b78eaa9d91fbeba271a82d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:42:43.475Z] ===================================================== [Pipeline] echo [2025-06-25T02:42:43.486Z] taggedImages: [2025-06-25T02:42:43.486Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:43.486Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-25T02:42:43.486Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 [2025-06-25T02:42:43.486Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:43.486Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-25T02:42:43.521Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-25T02:42:43.521Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:43.521Z] latest [2025-06-25T02:42:43.521Z] 4.1.0-dev.28 [2025-06-25T02:42:43.521Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:43.521Z] main [2025-06-25T02:42:43.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:43.938Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:44.288Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:44.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-25T02:42:44.288Z] c98bc2a9a989: Preparing [2025-06-25T02:42:44.288Z] 242dad71287a: Preparing [2025-06-25T02:42:44.288Z] a96e5f7d089f: Preparing [2025-06-25T02:42:44.288Z] 7d9f8b19b9e5: Preparing [2025-06-25T02:42:44.288Z] 4e7273117efa: Preparing [2025-06-25T02:42:44.288Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:44.288Z] a4144dccc47c: Preparing [2025-06-25T02:42:44.288Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:44.288Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:44.288Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:44.288Z] a4144dccc47c: Waiting [2025-06-25T02:42:44.288Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:44.288Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:44.288Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:44.553Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:44.553Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:44.553Z] 242dad71287a: Pushed [2025-06-25T02:42:44.554Z] a96e5f7d089f: Pushed [2025-06-25T02:42:44.554Z] c98bc2a9a989: Pushed [2025-06-25T02:42:44.554Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:44.554Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:49.873Z] 7d9f8b19b9e5: Pushed [2025-06-25T02:42:49.873Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:50.230Z] + 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-25T02:42:50.584Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-25T02:42:50.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-25T02:42:50.584Z] c98bc2a9a989: Preparing [2025-06-25T02:42:50.584Z] 242dad71287a: Preparing [2025-06-25T02:42:50.584Z] a96e5f7d089f: Preparing [2025-06-25T02:42:50.584Z] 7d9f8b19b9e5: Preparing [2025-06-25T02:42:50.584Z] 4e7273117efa: Preparing [2025-06-25T02:42:50.584Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:50.584Z] a4144dccc47c: Preparing [2025-06-25T02:42:50.584Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:50.584Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:50.584Z] a4144dccc47c: Waiting [2025-06-25T02:42:50.584Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:50.584Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:50.584Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:50.584Z] 7d9f8b19b9e5: Layer already exists [2025-06-25T02:42:50.584Z] c98bc2a9a989: Layer already exists [2025-06-25T02:42:50.584Z] a96e5f7d089f: Layer already exists [2025-06-25T02:42:50.584Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:50.584Z] 242dad71287a: Layer already exists [2025-06-25T02:42:50.584Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:50.584Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:50.584Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:50.584Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:50.584Z] latest: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:51.201Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:51.545Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 [2025-06-25T02:42:51.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-25T02:42:51.545Z] c98bc2a9a989: Preparing [2025-06-25T02:42:51.545Z] 242dad71287a: Preparing [2025-06-25T02:42:51.545Z] a96e5f7d089f: Preparing [2025-06-25T02:42:51.545Z] 7d9f8b19b9e5: Preparing [2025-06-25T02:42:51.545Z] 4e7273117efa: Preparing [2025-06-25T02:42:51.545Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:51.545Z] a4144dccc47c: Preparing [2025-06-25T02:42:51.545Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:51.545Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:51.545Z] a4144dccc47c: Waiting [2025-06-25T02:42:51.545Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:51.545Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:51.545Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:51.545Z] 242dad71287a: Layer already exists [2025-06-25T02:42:51.545Z] c98bc2a9a989: Layer already exists [2025-06-25T02:42:51.545Z] a96e5f7d089f: Layer already exists [2025-06-25T02:42:51.545Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:51.545Z] 7d9f8b19b9e5: Layer already exists [2025-06-25T02:42:51.545Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:51.545Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:51.545Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:51.545Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:51.809Z] 4.1.0-dev.28: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:52.168Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:52.526Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:52.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-25T02:42:52.526Z] c98bc2a9a989: Preparing [2025-06-25T02:42:52.526Z] 242dad71287a: Preparing [2025-06-25T02:42:52.526Z] a96e5f7d089f: Preparing [2025-06-25T02:42:52.526Z] 7d9f8b19b9e5: Preparing [2025-06-25T02:42:52.526Z] 4e7273117efa: Preparing [2025-06-25T02:42:52.526Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:52.526Z] a4144dccc47c: Preparing [2025-06-25T02:42:52.526Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:52.526Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:52.526Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:52.526Z] a4144dccc47c: Waiting [2025-06-25T02:42:52.526Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:52.526Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:52.526Z] c98bc2a9a989: Layer already exists [2025-06-25T02:42:52.526Z] a96e5f7d089f: Layer already exists [2025-06-25T02:42:52.526Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:52.526Z] 7d9f8b19b9e5: Layer already exists [2025-06-25T02:42:52.526Z] 242dad71287a: Layer already exists [2025-06-25T02:42:52.526Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:52.526Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:52.526Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:52.526Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:52.789Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:53.145Z] + 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-25T02:42:53.495Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-25T02:42:53.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-25T02:42:53.495Z] c98bc2a9a989: Preparing [2025-06-25T02:42:53.495Z] 242dad71287a: Preparing [2025-06-25T02:42:53.495Z] a96e5f7d089f: Preparing [2025-06-25T02:42:53.495Z] 7d9f8b19b9e5: Preparing [2025-06-25T02:42:53.495Z] 4e7273117efa: Preparing [2025-06-25T02:42:53.495Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:53.495Z] a4144dccc47c: Preparing [2025-06-25T02:42:53.495Z] 0d15ab4d380e: Preparing [2025-06-25T02:42:53.495Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:53.495Z] a4144dccc47c: Waiting [2025-06-25T02:42:53.495Z] 0d15ab4d380e: Waiting [2025-06-25T02:42:53.495Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:53.495Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:53.495Z] c98bc2a9a989: Layer already exists [2025-06-25T02:42:53.495Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:53.495Z] a96e5f7d089f: Layer already exists [2025-06-25T02:42:53.495Z] 7d9f8b19b9e5: Layer already exists [2025-06-25T02:42:53.495Z] 242dad71287a: Layer already exists [2025-06-25T02:42:53.495Z] a4144dccc47c: Layer already exists [2025-06-25T02:42:53.495Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:53.495Z] 0d15ab4d380e: Layer already exists [2025-06-25T02:42:53.495Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:53.495Z] main: digest: sha256:b712e6c922afe9e8f64425dc3da90e95bd3796f88aa904c9f217d33e065f9c61 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:42:53.844Z] ===================================================== [Pipeline] echo [2025-06-25T02:42:53.862Z] taggedImages: [2025-06-25T02:42:53.862Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:53.862Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-25T02:42:53.862Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 [2025-06-25T02:42:53.862Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:53.862Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-25T02:42:53.896Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-25T02:42:53.896Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:53.896Z] latest [2025-06-25T02:42:53.896Z] 4.1.0-dev.28 [2025-06-25T02:42:53.896Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:42:53.896Z] main [2025-06-25T02:42:53.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:54.261Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:54.609Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:42:54.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-25T02:42:54.610Z] d12d6816e003: Preparing [2025-06-25T02:42:54.610Z] 09093adae866: Preparing [2025-06-25T02:42:54.610Z] 6ef49f822150: Preparing [2025-06-25T02:42:54.610Z] 126b973a38af: Preparing [2025-06-25T02:42:54.610Z] 8c9c06adaee9: Preparing [2025-06-25T02:42:54.610Z] 4e7273117efa: Preparing [2025-06-25T02:42:54.610Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:54.610Z] 8501b6a3304e: Preparing [2025-06-25T02:42:54.610Z] e1b151083353: Preparing [2025-06-25T02:42:54.610Z] 07e8c6af788f: Preparing [2025-06-25T02:42:54.610Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:54.610Z] 8501b6a3304e: Waiting [2025-06-25T02:42:54.610Z] e1b151083353: Waiting [2025-06-25T02:42:54.610Z] 07e8c6af788f: Waiting [2025-06-25T02:42:54.610Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:54.610Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:54.610Z] 4e7273117efa: Waiting [2025-06-25T02:42:54.880Z] 09093adae866: Pushed [2025-06-25T02:42:54.880Z] 8c9c06adaee9: Pushed [2025-06-25T02:42:54.880Z] 126b973a38af: Pushed [2025-06-25T02:42:54.880Z] d12d6816e003: Pushed [2025-06-25T02:42:54.880Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:54.880Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:54.880Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:42:55.144Z] e1b151083353: Pushed [2025-06-25T02:42:55.144Z] 8501b6a3304e: Pushed [2025-06-25T02:42:57.712Z] 07e8c6af788f: Pushed [2025-06-25T02:42:59.110Z] 6ef49f822150: Pushed [2025-06-25T02:42:59.110Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:42:59.469Z] + 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-25T02:42:59.830Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-25T02:42:59.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-25T02:42:59.830Z] d12d6816e003: Preparing [2025-06-25T02:42:59.830Z] 09093adae866: Preparing [2025-06-25T02:42:59.830Z] 6ef49f822150: Preparing [2025-06-25T02:42:59.830Z] 126b973a38af: Preparing [2025-06-25T02:42:59.830Z] 8c9c06adaee9: Preparing [2025-06-25T02:42:59.830Z] 4e7273117efa: Preparing [2025-06-25T02:42:59.830Z] ca27f2da8a8e: Preparing [2025-06-25T02:42:59.830Z] 8501b6a3304e: Preparing [2025-06-25T02:42:59.830Z] e1b151083353: Preparing [2025-06-25T02:42:59.830Z] 07e8c6af788f: Preparing [2025-06-25T02:42:59.830Z] dd9c8f8612c8: Preparing [2025-06-25T02:42:59.830Z] 8501b6a3304e: Waiting [2025-06-25T02:42:59.830Z] e1b151083353: Waiting [2025-06-25T02:42:59.830Z] 07e8c6af788f: Waiting [2025-06-25T02:42:59.830Z] dd9c8f8612c8: Waiting [2025-06-25T02:42:59.830Z] 4e7273117efa: Waiting [2025-06-25T02:42:59.830Z] ca27f2da8a8e: Waiting [2025-06-25T02:42:59.830Z] d12d6816e003: Layer already exists [2025-06-25T02:42:59.830Z] 6ef49f822150: Layer already exists [2025-06-25T02:42:59.830Z] 09093adae866: Layer already exists [2025-06-25T02:42:59.830Z] 8c9c06adaee9: Layer already exists [2025-06-25T02:42:59.830Z] 126b973a38af: Layer already exists [2025-06-25T02:42:59.830Z] 8501b6a3304e: Layer already exists [2025-06-25T02:42:59.830Z] e1b151083353: Layer already exists [2025-06-25T02:42:59.830Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:42:59.830Z] 4e7273117efa: Layer already exists [2025-06-25T02:42:59.830Z] 07e8c6af788f: Layer already exists [2025-06-25T02:42:59.830Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:00.094Z] latest: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:00.456Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:00.811Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 [2025-06-25T02:43:00.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-25T02:43:00.811Z] d12d6816e003: Preparing [2025-06-25T02:43:00.811Z] 09093adae866: Preparing [2025-06-25T02:43:00.811Z] 6ef49f822150: Preparing [2025-06-25T02:43:00.811Z] 126b973a38af: Preparing [2025-06-25T02:43:00.811Z] 8c9c06adaee9: Preparing [2025-06-25T02:43:00.811Z] 4e7273117efa: Preparing [2025-06-25T02:43:00.811Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:00.811Z] 8501b6a3304e: Preparing [2025-06-25T02:43:00.811Z] e1b151083353: Preparing [2025-06-25T02:43:00.811Z] 07e8c6af788f: Preparing [2025-06-25T02:43:00.811Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:00.811Z] 8501b6a3304e: Waiting [2025-06-25T02:43:00.811Z] e1b151083353: Waiting [2025-06-25T02:43:00.811Z] 07e8c6af788f: Waiting [2025-06-25T02:43:00.811Z] 4e7273117efa: Waiting [2025-06-25T02:43:00.811Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:00.811Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:00.811Z] d12d6816e003: Layer already exists [2025-06-25T02:43:00.811Z] 8c9c06adaee9: Layer already exists [2025-06-25T02:43:00.811Z] 126b973a38af: Layer already exists [2025-06-25T02:43:00.811Z] 09093adae866: Layer already exists [2025-06-25T02:43:00.811Z] 6ef49f822150: Layer already exists [2025-06-25T02:43:00.811Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:00.811Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:00.811Z] 07e8c6af788f: Layer already exists [2025-06-25T02:43:00.811Z] 8501b6a3304e: Layer already exists [2025-06-25T02:43:00.811Z] e1b151083353: Layer already exists [2025-06-25T02:43:00.811Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:01.074Z] 4.1.0-dev.28: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:01.430Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:01.784Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:01.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-25T02:43:01.784Z] d12d6816e003: Preparing [2025-06-25T02:43:01.784Z] 09093adae866: Preparing [2025-06-25T02:43:01.784Z] 6ef49f822150: Preparing [2025-06-25T02:43:01.784Z] 126b973a38af: Preparing [2025-06-25T02:43:01.784Z] 8c9c06adaee9: Preparing [2025-06-25T02:43:01.784Z] 4e7273117efa: Preparing [2025-06-25T02:43:01.784Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:01.784Z] 8501b6a3304e: Preparing [2025-06-25T02:43:01.784Z] e1b151083353: Preparing [2025-06-25T02:43:01.784Z] 07e8c6af788f: Preparing [2025-06-25T02:43:01.784Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:01.784Z] 8501b6a3304e: Waiting [2025-06-25T02:43:01.784Z] e1b151083353: Waiting [2025-06-25T02:43:01.784Z] 4e7273117efa: Waiting [2025-06-25T02:43:01.784Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:01.784Z] 07e8c6af788f: Waiting [2025-06-25T02:43:01.784Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:01.784Z] 09093adae866: Layer already exists [2025-06-25T02:43:01.784Z] 6ef49f822150: Layer already exists [2025-06-25T02:43:01.784Z] 126b973a38af: Layer already exists [2025-06-25T02:43:01.784Z] 8c9c06adaee9: Layer already exists [2025-06-25T02:43:01.784Z] d12d6816e003: Layer already exists [2025-06-25T02:43:01.784Z] 8501b6a3304e: Layer already exists [2025-06-25T02:43:01.784Z] e1b151083353: Layer already exists [2025-06-25T02:43:01.784Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:01.784Z] 07e8c6af788f: Layer already exists [2025-06-25T02:43:01.784Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:01.784Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:02.049Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:02.409Z] + 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-25T02:43:02.759Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-25T02:43:02.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-25T02:43:02.759Z] d12d6816e003: Preparing [2025-06-25T02:43:02.759Z] 09093adae866: Preparing [2025-06-25T02:43:02.759Z] 6ef49f822150: Preparing [2025-06-25T02:43:02.759Z] 126b973a38af: Preparing [2025-06-25T02:43:02.759Z] 8c9c06adaee9: Preparing [2025-06-25T02:43:02.759Z] 4e7273117efa: Preparing [2025-06-25T02:43:02.759Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:02.759Z] 8501b6a3304e: Preparing [2025-06-25T02:43:02.759Z] e1b151083353: Preparing [2025-06-25T02:43:02.759Z] 07e8c6af788f: Preparing [2025-06-25T02:43:02.759Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:02.759Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:02.759Z] 8501b6a3304e: Waiting [2025-06-25T02:43:02.759Z] e1b151083353: Waiting [2025-06-25T02:43:02.759Z] 07e8c6af788f: Waiting [2025-06-25T02:43:02.759Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:02.759Z] 4e7273117efa: Waiting [2025-06-25T02:43:02.759Z] 126b973a38af: Layer already exists [2025-06-25T02:43:02.759Z] 8c9c06adaee9: Layer already exists [2025-06-25T02:43:02.759Z] 09093adae866: Layer already exists [2025-06-25T02:43:02.759Z] d12d6816e003: Layer already exists [2025-06-25T02:43:02.759Z] 6ef49f822150: Layer already exists [2025-06-25T02:43:02.759Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:02.759Z] 8501b6a3304e: Layer already exists [2025-06-25T02:43:02.759Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:02.759Z] e1b151083353: Layer already exists [2025-06-25T02:43:02.759Z] 07e8c6af788f: Layer already exists [2025-06-25T02:43:02.759Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:03.025Z] main: digest: sha256:0d13db47219aedaa1a856b585dd0a53438f8c1698e472c55b29c3b46cb846106 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:43:03.110Z] ===================================================== [Pipeline] echo [2025-06-25T02:43:03.125Z] taggedImages: [2025-06-25T02:43:03.125Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:03.125Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-25T02:43:03.125Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 [2025-06-25T02:43:03.125Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:03.125Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-25T02:43:03.158Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-25T02:43:03.158Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:03.158Z] latest [2025-06-25T02:43:03.158Z] 4.1.0-dev.28 [2025-06-25T02:43:03.158Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:03.158Z] main [2025-06-25T02:43:03.158Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:03.532Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:03.880Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:03.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-25T02:43:03.881Z] 150e2918436a: Preparing [2025-06-25T02:43:03.881Z] 4ca1debdf3a5: Preparing [2025-06-25T02:43:03.881Z] 8c2829fba1fe: Preparing [2025-06-25T02:43:03.881Z] b6dec1bd9af8: Preparing [2025-06-25T02:43:03.881Z] 355b1affb132: Preparing [2025-06-25T02:43:03.881Z] 67c09bbaa9ec: Preparing [2025-06-25T02:43:03.881Z] ede11b141aa6: Preparing [2025-06-25T02:43:03.881Z] 4e7273117efa: Preparing [2025-06-25T02:43:03.881Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:03.881Z] 2d9d6c605ba1: Preparing [2025-06-25T02:43:03.881Z] 7a77b878d405: Preparing [2025-06-25T02:43:03.881Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:03.881Z] 67c09bbaa9ec: Waiting [2025-06-25T02:43:03.881Z] ede11b141aa6: Waiting [2025-06-25T02:43:03.881Z] 4e7273117efa: Waiting [2025-06-25T02:43:03.881Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:03.881Z] 2d9d6c605ba1: Waiting [2025-06-25T02:43:03.881Z] 7a77b878d405: Waiting [2025-06-25T02:43:03.881Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:04.146Z] 4ca1debdf3a5: Pushed [2025-06-25T02:43:04.146Z] 355b1affb132: Pushed [2025-06-25T02:43:04.146Z] 150e2918436a: Pushed [2025-06-25T02:43:04.146Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:04.146Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:04.411Z] 67c09bbaa9ec: Pushed [2025-06-25T02:43:04.411Z] ede11b141aa6: Pushed [2025-06-25T02:43:04.411Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:04.411Z] 2d9d6c605ba1: Pushed [2025-06-25T02:43:07.080Z] 7a77b878d405: Pushed [2025-06-25T02:43:08.503Z] b6dec1bd9af8: Pushed [2025-06-25T02:43:10.457Z] 8c2829fba1fe: Pushed [2025-06-25T02:43:10.721Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:11.073Z] + 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-25T02:43:11.418Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-25T02:43:11.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-25T02:43:11.418Z] 150e2918436a: Preparing [2025-06-25T02:43:11.418Z] 4ca1debdf3a5: Preparing [2025-06-25T02:43:11.418Z] 8c2829fba1fe: Preparing [2025-06-25T02:43:11.418Z] b6dec1bd9af8: Preparing [2025-06-25T02:43:11.418Z] 355b1affb132: Preparing [2025-06-25T02:43:11.418Z] 67c09bbaa9ec: Preparing [2025-06-25T02:43:11.418Z] ede11b141aa6: Preparing [2025-06-25T02:43:11.418Z] 4e7273117efa: Preparing [2025-06-25T02:43:11.418Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:11.418Z] 2d9d6c605ba1: Preparing [2025-06-25T02:43:11.418Z] 7a77b878d405: Preparing [2025-06-25T02:43:11.418Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:11.418Z] 67c09bbaa9ec: Waiting [2025-06-25T02:43:11.418Z] ede11b141aa6: Waiting [2025-06-25T02:43:11.418Z] 4e7273117efa: Waiting [2025-06-25T02:43:11.418Z] 2d9d6c605ba1: Waiting [2025-06-25T02:43:11.418Z] 7a77b878d405: Waiting [2025-06-25T02:43:11.418Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:11.418Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:11.418Z] b6dec1bd9af8: Layer already exists [2025-06-25T02:43:11.418Z] 8c2829fba1fe: Layer already exists [2025-06-25T02:43:11.418Z] 4ca1debdf3a5: Layer already exists [2025-06-25T02:43:11.418Z] 150e2918436a: Layer already exists [2025-06-25T02:43:11.418Z] 355b1affb132: Layer already exists [2025-06-25T02:43:11.418Z] ede11b141aa6: Layer already exists [2025-06-25T02:43:11.418Z] 67c09bbaa9ec: Layer already exists [2025-06-25T02:43:11.418Z] 2d9d6c605ba1: Layer already exists [2025-06-25T02:43:11.418Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:11.418Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:11.418Z] 7a77b878d405: Layer already exists [2025-06-25T02:43:11.418Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:11.682Z] latest: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:12.031Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:12.389Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 [2025-06-25T02:43:12.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-25T02:43:12.389Z] 150e2918436a: Preparing [2025-06-25T02:43:12.389Z] 4ca1debdf3a5: Preparing [2025-06-25T02:43:12.389Z] 8c2829fba1fe: Preparing [2025-06-25T02:43:12.389Z] b6dec1bd9af8: Preparing [2025-06-25T02:43:12.389Z] 355b1affb132: Preparing [2025-06-25T02:43:12.389Z] 67c09bbaa9ec: Preparing [2025-06-25T02:43:12.389Z] ede11b141aa6: Preparing [2025-06-25T02:43:12.389Z] 4e7273117efa: Preparing [2025-06-25T02:43:12.389Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:12.389Z] 2d9d6c605ba1: Preparing [2025-06-25T02:43:12.389Z] 7a77b878d405: Preparing [2025-06-25T02:43:12.389Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:12.389Z] 67c09bbaa9ec: Waiting [2025-06-25T02:43:12.389Z] ede11b141aa6: Waiting [2025-06-25T02:43:12.389Z] 4e7273117efa: Waiting [2025-06-25T02:43:12.389Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:12.389Z] 2d9d6c605ba1: Waiting [2025-06-25T02:43:12.389Z] 7a77b878d405: Waiting [2025-06-25T02:43:12.389Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:12.389Z] b6dec1bd9af8: Layer already exists [2025-06-25T02:43:12.389Z] 150e2918436a: Layer already exists [2025-06-25T02:43:12.389Z] 8c2829fba1fe: Layer already exists [2025-06-25T02:43:12.389Z] 355b1affb132: Layer already exists [2025-06-25T02:43:12.389Z] 4ca1debdf3a5: Layer already exists [2025-06-25T02:43:12.389Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:12.389Z] 2d9d6c605ba1: Layer already exists [2025-06-25T02:43:12.389Z] 67c09bbaa9ec: Layer already exists [2025-06-25T02:43:12.389Z] ede11b141aa6: Layer already exists [2025-06-25T02:43:12.389Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:12.389Z] 7a77b878d405: Layer already exists [2025-06-25T02:43:12.389Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:12.653Z] 4.1.0-dev.28: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:13.010Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:13.355Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:13.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-25T02:43:13.355Z] 150e2918436a: Preparing [2025-06-25T02:43:13.355Z] 4ca1debdf3a5: Preparing [2025-06-25T02:43:13.355Z] 8c2829fba1fe: Preparing [2025-06-25T02:43:13.355Z] b6dec1bd9af8: Preparing [2025-06-25T02:43:13.355Z] 355b1affb132: Preparing [2025-06-25T02:43:13.355Z] 67c09bbaa9ec: Preparing [2025-06-25T02:43:13.355Z] ede11b141aa6: Preparing [2025-06-25T02:43:13.355Z] 4e7273117efa: Preparing [2025-06-25T02:43:13.355Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:13.355Z] 2d9d6c605ba1: Preparing [2025-06-25T02:43:13.355Z] 7a77b878d405: Preparing [2025-06-25T02:43:13.355Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:13.355Z] 4e7273117efa: Waiting [2025-06-25T02:43:13.355Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:13.355Z] 2d9d6c605ba1: Waiting [2025-06-25T02:43:13.355Z] 7a77b878d405: Waiting [2025-06-25T02:43:13.355Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:13.355Z] 67c09bbaa9ec: Waiting [2025-06-25T02:43:13.355Z] ede11b141aa6: Waiting [2025-06-25T02:43:13.355Z] b6dec1bd9af8: Layer already exists [2025-06-25T02:43:13.355Z] 4ca1debdf3a5: Layer already exists [2025-06-25T02:43:13.355Z] 8c2829fba1fe: Layer already exists [2025-06-25T02:43:13.355Z] 355b1affb132: Layer already exists [2025-06-25T02:43:13.355Z] 150e2918436a: Layer already exists [2025-06-25T02:43:13.355Z] 2d9d6c605ba1: Layer already exists [2025-06-25T02:43:13.355Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:13.355Z] ede11b141aa6: Layer already exists [2025-06-25T02:43:13.355Z] 67c09bbaa9ec: Layer already exists [2025-06-25T02:43:13.355Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:13.355Z] 7a77b878d405: Layer already exists [2025-06-25T02:43:13.355Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:13.620Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:13.980Z] + 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-25T02:43:14.328Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-25T02:43:14.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-25T02:43:14.328Z] 150e2918436a: Preparing [2025-06-25T02:43:14.328Z] 4ca1debdf3a5: Preparing [2025-06-25T02:43:14.328Z] 8c2829fba1fe: Preparing [2025-06-25T02:43:14.328Z] b6dec1bd9af8: Preparing [2025-06-25T02:43:14.328Z] 355b1affb132: Preparing [2025-06-25T02:43:14.328Z] 67c09bbaa9ec: Preparing [2025-06-25T02:43:14.328Z] ede11b141aa6: Preparing [2025-06-25T02:43:14.328Z] 67c09bbaa9ec: Waiting [2025-06-25T02:43:14.328Z] 4e7273117efa: Preparing [2025-06-25T02:43:14.329Z] ede11b141aa6: Waiting [2025-06-25T02:43:14.329Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:14.329Z] 4e7273117efa: Waiting [2025-06-25T02:43:14.329Z] 2d9d6c605ba1: Preparing [2025-06-25T02:43:14.329Z] ca27f2da8a8e: Waiting [2025-06-25T02:43:14.329Z] 7a77b878d405: Preparing [2025-06-25T02:43:14.329Z] 2d9d6c605ba1: Waiting [2025-06-25T02:43:14.329Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:14.329Z] 7a77b878d405: Waiting [2025-06-25T02:43:14.329Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:14.329Z] b6dec1bd9af8: Layer already exists [2025-06-25T02:43:14.329Z] 355b1affb132: Layer already exists [2025-06-25T02:43:14.329Z] 150e2918436a: Layer already exists [2025-06-25T02:43:14.329Z] 8c2829fba1fe: Layer already exists [2025-06-25T02:43:14.329Z] 4ca1debdf3a5: Layer already exists [2025-06-25T02:43:14.329Z] 67c09bbaa9ec: Layer already exists [2025-06-25T02:43:14.329Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:14.329Z] ede11b141aa6: Layer already exists [2025-06-25T02:43:14.329Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:14.329Z] 2d9d6c605ba1: Layer already exists [2025-06-25T02:43:14.329Z] 7a77b878d405: Layer already exists [2025-06-25T02:43:14.329Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:14.591Z] main: digest: sha256:d6c9fe2ffb3548286a1a049584c3d868c6b78c6300f3d59df599bafcbc46947d size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:43:14.664Z] ===================================================== [Pipeline] echo [2025-06-25T02:43:14.681Z] taggedImages: [2025-06-25T02:43:14.681Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:14.681Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-25T02:43:14.681Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 [2025-06-25T02:43:14.681Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:14.681Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-25T02:43:14.712Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-25T02:43:14.712Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:14.712Z] latest [2025-06-25T02:43:14.712Z] 4.1.0-dev.28 [2025-06-25T02:43:14.712Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:14.712Z] main [2025-06-25T02:43:14.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:15.089Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:15.442Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:15.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-25T02:43:15.442Z] 3531de14e524: Preparing [2025-06-25T02:43:15.442Z] 822413de2aa5: Preparing [2025-06-25T02:43:15.442Z] 4e7273117efa: Preparing [2025-06-25T02:43:15.442Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:15.442Z] 06c72e4bf235: Preparing [2025-06-25T02:43:15.442Z] 282041cdf14b: Preparing [2025-06-25T02:43:15.442Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:15.442Z] 282041cdf14b: Waiting [2025-06-25T02:43:15.442Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:15.442Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:15.708Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:15.708Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:15.708Z] 06c72e4bf235: Pushed [2025-06-25T02:43:15.708Z] 3531de14e524: Pushed [2025-06-25T02:43:17.639Z] 282041cdf14b: Pushed [2025-06-25T02:43:22.967Z] 822413de2aa5: Pushed [2025-06-25T02:43:22.968Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:23.330Z] + 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-25T02:43:23.682Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-25T02:43:23.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-25T02:43:23.682Z] 3531de14e524: Preparing [2025-06-25T02:43:23.682Z] 822413de2aa5: Preparing [2025-06-25T02:43:23.682Z] 4e7273117efa: Preparing [2025-06-25T02:43:23.682Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:23.682Z] 06c72e4bf235: Preparing [2025-06-25T02:43:23.682Z] 282041cdf14b: Preparing [2025-06-25T02:43:23.682Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:23.682Z] 282041cdf14b: Waiting [2025-06-25T02:43:23.682Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:23.682Z] 822413de2aa5: Layer already exists [2025-06-25T02:43:23.682Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:23.682Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:23.682Z] 06c72e4bf235: Layer already exists [2025-06-25T02:43:23.682Z] 282041cdf14b: Layer already exists [2025-06-25T02:43:23.682Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:25.150Z] 3531de14e524: Layer already exists [2025-06-25T02:43:25.150Z] latest: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:26.456Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:26.801Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 [2025-06-25T02:43:26.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-25T02:43:26.801Z] 3531de14e524: Preparing [2025-06-25T02:43:26.801Z] 822413de2aa5: Preparing [2025-06-25T02:43:26.801Z] 4e7273117efa: Preparing [2025-06-25T02:43:26.801Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:26.801Z] 06c72e4bf235: Preparing [2025-06-25T02:43:26.801Z] 282041cdf14b: Preparing [2025-06-25T02:43:26.801Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:26.801Z] 282041cdf14b: Waiting [2025-06-25T02:43:26.801Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:26.801Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:26.801Z] 822413de2aa5: Layer already exists [2025-06-25T02:43:26.801Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:26.801Z] 06c72e4bf235: Layer already exists [2025-06-25T02:43:26.801Z] 3531de14e524: Layer already exists [2025-06-25T02:43:26.801Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:26.801Z] 282041cdf14b: Layer already exists [2025-06-25T02:43:27.064Z] 4.1.0-dev.28: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:27.411Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:27.755Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:27.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-25T02:43:27.755Z] 3531de14e524: Preparing [2025-06-25T02:43:27.755Z] 822413de2aa5: Preparing [2025-06-25T02:43:27.755Z] 4e7273117efa: Preparing [2025-06-25T02:43:27.755Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:27.755Z] 06c72e4bf235: Preparing [2025-06-25T02:43:27.755Z] 282041cdf14b: Preparing [2025-06-25T02:43:27.755Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:27.755Z] 282041cdf14b: Waiting [2025-06-25T02:43:27.755Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:27.755Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:27.755Z] 06c72e4bf235: Layer already exists [2025-06-25T02:43:27.755Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:27.755Z] 822413de2aa5: Layer already exists [2025-06-25T02:43:27.755Z] 3531de14e524: Layer already exists [2025-06-25T02:43:27.755Z] 282041cdf14b: Layer already exists [2025-06-25T02:43:27.755Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:27.755Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:28.363Z] + 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-25T02:43:28.711Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-25T02:43:28.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-25T02:43:28.711Z] 3531de14e524: Preparing [2025-06-25T02:43:28.711Z] 822413de2aa5: Preparing [2025-06-25T02:43:28.711Z] 4e7273117efa: Preparing [2025-06-25T02:43:28.711Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:28.711Z] 06c72e4bf235: Preparing [2025-06-25T02:43:28.711Z] 282041cdf14b: Preparing [2025-06-25T02:43:28.711Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:28.711Z] 282041cdf14b: Waiting [2025-06-25T02:43:28.711Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:28.711Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:28.711Z] 3531de14e524: Layer already exists [2025-06-25T02:43:28.711Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:28.711Z] 06c72e4bf235: Layer already exists [2025-06-25T02:43:28.711Z] 822413de2aa5: Layer already exists [2025-06-25T02:43:28.711Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:28.711Z] 282041cdf14b: Layer already exists [2025-06-25T02:43:28.976Z] main: digest: sha256:0d4edce52d4297541a51b505b5a9704f89a6220e099da8a5da867b36808ae4cf size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:43:29.063Z] ===================================================== [Pipeline] echo [2025-06-25T02:43:29.077Z] taggedImages: [2025-06-25T02:43:29.077Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:29.077Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-25T02:43:29.077Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 [2025-06-25T02:43:29.077Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:29.077Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-25T02:43:29.115Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-25T02:43:29.115Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:29.115Z] latest [2025-06-25T02:43:29.115Z] 4.1.0-dev.28 [2025-06-25T02:43:29.115Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:29.115Z] main [2025-06-25T02:43:29.115Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:29.483Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:29.830Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:29.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-25T02:43:29.830Z] c7417b88724b: Preparing [2025-06-25T02:43:29.830Z] 335f535969f4: Preparing [2025-06-25T02:43:29.830Z] fc3fb4976996: Preparing [2025-06-25T02:43:29.830Z] 4e7273117efa: Preparing [2025-06-25T02:43:29.830Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:29.830Z] e103582da84d: Preparing [2025-06-25T02:43:29.830Z] a374cbd2974c: Preparing [2025-06-25T02:43:29.830Z] 08cecb0f37cd: Preparing [2025-06-25T02:43:29.830Z] 91211d68fca5: Preparing [2025-06-25T02:43:29.830Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:29.830Z] a374cbd2974c: Waiting [2025-06-25T02:43:29.830Z] 08cecb0f37cd: Waiting [2025-06-25T02:43:29.830Z] 91211d68fca5: Waiting [2025-06-25T02:43:29.831Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:29.831Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:29.831Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:30.094Z] 335f535969f4: Pushed [2025-06-25T02:43:30.094Z] fc3fb4976996: Pushed [2025-06-25T02:43:30.094Z] c7417b88724b: Pushed [2025-06-25T02:43:30.094Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:30.094Z] 08cecb0f37cd: Pushed [2025-06-25T02:43:31.045Z] 91211d68fca5: Pushed [2025-06-25T02:43:41.084Z] a374cbd2974c: Pushed [2025-06-25T02:43:56.039Z] e103582da84d: Pushed [2025-06-25T02:43:56.039Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:56.388Z] + 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-25T02:43:56.739Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-25T02:43:56.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-25T02:43:56.739Z] c7417b88724b: Preparing [2025-06-25T02:43:56.739Z] 335f535969f4: Preparing [2025-06-25T02:43:56.739Z] fc3fb4976996: Preparing [2025-06-25T02:43:56.739Z] 4e7273117efa: Preparing [2025-06-25T02:43:56.739Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:56.739Z] e103582da84d: Preparing [2025-06-25T02:43:56.739Z] a374cbd2974c: Preparing [2025-06-25T02:43:56.739Z] 08cecb0f37cd: Preparing [2025-06-25T02:43:56.739Z] 91211d68fca5: Preparing [2025-06-25T02:43:56.739Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:56.739Z] a374cbd2974c: Waiting [2025-06-25T02:43:56.739Z] 08cecb0f37cd: Waiting [2025-06-25T02:43:56.739Z] 91211d68fca5: Waiting [2025-06-25T02:43:56.739Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:56.739Z] e103582da84d: Waiting [2025-06-25T02:43:56.739Z] fc3fb4976996: Layer already exists [2025-06-25T02:43:56.739Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:56.739Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:56.739Z] 335f535969f4: Layer already exists [2025-06-25T02:43:56.739Z] c7417b88724b: Layer already exists [2025-06-25T02:43:56.739Z] e103582da84d: Layer already exists [2025-06-25T02:43:56.739Z] a374cbd2974c: Layer already exists [2025-06-25T02:43:56.739Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:43:56.739Z] 91211d68fca5: Layer already exists [2025-06-25T02:43:56.739Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:57.005Z] latest: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:57.360Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:57.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 [2025-06-25T02:43:57.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-25T02:43:57.717Z] c7417b88724b: Preparing [2025-06-25T02:43:57.717Z] 335f535969f4: Preparing [2025-06-25T02:43:57.717Z] fc3fb4976996: Preparing [2025-06-25T02:43:57.717Z] 4e7273117efa: Preparing [2025-06-25T02:43:57.717Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:57.717Z] e103582da84d: Preparing [2025-06-25T02:43:57.717Z] a374cbd2974c: Preparing [2025-06-25T02:43:57.717Z] 08cecb0f37cd: Preparing [2025-06-25T02:43:57.717Z] 91211d68fca5: Preparing [2025-06-25T02:43:57.717Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:57.717Z] 08cecb0f37cd: Waiting [2025-06-25T02:43:57.717Z] e103582da84d: Waiting [2025-06-25T02:43:57.717Z] a374cbd2974c: Waiting [2025-06-25T02:43:57.717Z] 91211d68fca5: Waiting [2025-06-25T02:43:57.717Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:57.717Z] 335f535969f4: Layer already exists [2025-06-25T02:43:57.717Z] c7417b88724b: Layer already exists [2025-06-25T02:43:57.717Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:57.717Z] fc3fb4976996: Layer already exists [2025-06-25T02:43:57.717Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:57.717Z] a374cbd2974c: Layer already exists [2025-06-25T02:43:57.717Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:43:57.717Z] e103582da84d: Layer already exists [2025-06-25T02:43:57.717Z] 91211d68fca5: Layer already exists [2025-06-25T02:43:57.717Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:57.989Z] 4.1.0-dev.28: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:58.340Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:58.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:58.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-25T02:43:58.744Z] c7417b88724b: Preparing [2025-06-25T02:43:58.744Z] 335f535969f4: Preparing [2025-06-25T02:43:58.744Z] fc3fb4976996: Preparing [2025-06-25T02:43:58.744Z] 4e7273117efa: Preparing [2025-06-25T02:43:58.744Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:58.744Z] e103582da84d: Preparing [2025-06-25T02:43:58.744Z] a374cbd2974c: Preparing [2025-06-25T02:43:58.744Z] 08cecb0f37cd: Preparing [2025-06-25T02:43:58.744Z] 91211d68fca5: Preparing [2025-06-25T02:43:58.744Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:58.744Z] a374cbd2974c: Waiting [2025-06-25T02:43:58.744Z] 08cecb0f37cd: Waiting [2025-06-25T02:43:58.744Z] 91211d68fca5: Waiting [2025-06-25T02:43:58.744Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:58.744Z] e103582da84d: Waiting [2025-06-25T02:43:58.744Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:58.744Z] c7417b88724b: Layer already exists [2025-06-25T02:43:58.744Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:58.744Z] 335f535969f4: Layer already exists [2025-06-25T02:43:58.744Z] fc3fb4976996: Layer already exists [2025-06-25T02:43:58.744Z] a374cbd2974c: Layer already exists [2025-06-25T02:43:58.744Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:43:58.744Z] e103582da84d: Layer already exists [2025-06-25T02:43:58.744Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:58.744Z] 91211d68fca5: Layer already exists [2025-06-25T02:43:58.744Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:43:59.105Z] + 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-25T02:43:59.451Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-25T02:43:59.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-25T02:43:59.451Z] c7417b88724b: Preparing [2025-06-25T02:43:59.451Z] 335f535969f4: Preparing [2025-06-25T02:43:59.451Z] fc3fb4976996: Preparing [2025-06-25T02:43:59.451Z] 4e7273117efa: Preparing [2025-06-25T02:43:59.451Z] ca27f2da8a8e: Preparing [2025-06-25T02:43:59.451Z] e103582da84d: Preparing [2025-06-25T02:43:59.451Z] a374cbd2974c: Preparing [2025-06-25T02:43:59.451Z] 08cecb0f37cd: Preparing [2025-06-25T02:43:59.451Z] 91211d68fca5: Preparing [2025-06-25T02:43:59.451Z] dd9c8f8612c8: Preparing [2025-06-25T02:43:59.451Z] 08cecb0f37cd: Waiting [2025-06-25T02:43:59.451Z] 91211d68fca5: Waiting [2025-06-25T02:43:59.451Z] dd9c8f8612c8: Waiting [2025-06-25T02:43:59.451Z] e103582da84d: Waiting [2025-06-25T02:43:59.451Z] a374cbd2974c: Waiting [2025-06-25T02:43:59.451Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:43:59.451Z] 335f535969f4: Layer already exists [2025-06-25T02:43:59.451Z] fc3fb4976996: Layer already exists [2025-06-25T02:43:59.451Z] c7417b88724b: Layer already exists [2025-06-25T02:43:59.451Z] 4e7273117efa: Layer already exists [2025-06-25T02:43:59.451Z] e103582da84d: Layer already exists [2025-06-25T02:43:59.451Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:43:59.451Z] a374cbd2974c: Layer already exists [2025-06-25T02:43:59.451Z] 91211d68fca5: Layer already exists [2025-06-25T02:43:59.451Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:43:59.716Z] main: digest: sha256:52e8c0f595fea9b9d3bf7e45c04aab1de55f0971c9efec07c749e473cbe75d22 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:43:59.791Z] ===================================================== [Pipeline] echo [2025-06-25T02:43:59.807Z] taggedImages: [2025-06-25T02:43:59.807Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:59.807Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-25T02:43:59.807Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 [2025-06-25T02:43:59.807Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:59.807Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-25T02:43:59.832Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-25T02:43:59.832Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:43:59.832Z] latest [2025-06-25T02:43:59.832Z] 4.1.0-dev.28 [2025-06-25T02:43:59.832Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:43:59.832Z] main [2025-06-25T02:43:59.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:00.198Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:00.539Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:00.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-25T02:44:00.539Z] 76f88fc98aeb: Preparing [2025-06-25T02:44:00.539Z] 020af47fe991: Preparing [2025-06-25T02:44:00.539Z] f0d36cea774d: Preparing [2025-06-25T02:44:00.539Z] 4e7273117efa: Preparing [2025-06-25T02:44:00.539Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:00.539Z] e103582da84d: Preparing [2025-06-25T02:44:00.539Z] 5d86a098c998: Preparing [2025-06-25T02:44:00.539Z] 548bf73ad1f9: Preparing [2025-06-25T02:44:00.539Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:00.539Z] e103582da84d: Waiting [2025-06-25T02:44:00.539Z] 5d86a098c998: Waiting [2025-06-25T02:44:00.539Z] 548bf73ad1f9: Waiting [2025-06-25T02:44:00.539Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:00.539Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:00.805Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:00.805Z] e103582da84d: Layer already exists [2025-06-25T02:44:00.805Z] f0d36cea774d: Pushed [2025-06-25T02:44:00.805Z] 020af47fe991: Pushed [2025-06-25T02:44:00.805Z] 76f88fc98aeb: Pushed [2025-06-25T02:44:00.805Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:00.805Z] 5d86a098c998: Pushed [2025-06-25T02:44:01.385Z] 548bf73ad1f9: Pushed [2025-06-25T02:44:01.650Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:01.993Z] + 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-25T02:44:02.353Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-25T02:44:02.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-25T02:44:02.353Z] 76f88fc98aeb: Preparing [2025-06-25T02:44:02.353Z] 020af47fe991: Preparing [2025-06-25T02:44:02.353Z] f0d36cea774d: Preparing [2025-06-25T02:44:02.353Z] 4e7273117efa: Preparing [2025-06-25T02:44:02.353Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:02.353Z] e103582da84d: Preparing [2025-06-25T02:44:02.353Z] 5d86a098c998: Preparing [2025-06-25T02:44:02.353Z] 548bf73ad1f9: Preparing [2025-06-25T02:44:02.353Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:02.353Z] 548bf73ad1f9: Waiting [2025-06-25T02:44:02.353Z] e103582da84d: Waiting [2025-06-25T02:44:02.353Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:02.353Z] 5d86a098c998: Waiting [2025-06-25T02:44:02.353Z] 020af47fe991: Layer already exists [2025-06-25T02:44:02.353Z] f0d36cea774d: Layer already exists [2025-06-25T02:44:02.353Z] 76f88fc98aeb: Layer already exists [2025-06-25T02:44:02.353Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:02.353Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:02.353Z] 548bf73ad1f9: Layer already exists [2025-06-25T02:44:02.353Z] e103582da84d: Layer already exists [2025-06-25T02:44:02.353Z] 5d86a098c998: Layer already exists [2025-06-25T02:44:02.353Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:02.618Z] latest: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:02.977Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:03.332Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 [2025-06-25T02:44:03.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-25T02:44:03.332Z] 76f88fc98aeb: Preparing [2025-06-25T02:44:03.332Z] 020af47fe991: Preparing [2025-06-25T02:44:03.332Z] f0d36cea774d: Preparing [2025-06-25T02:44:03.332Z] 4e7273117efa: Preparing [2025-06-25T02:44:03.332Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:03.332Z] e103582da84d: Preparing [2025-06-25T02:44:03.332Z] 5d86a098c998: Preparing [2025-06-25T02:44:03.332Z] 548bf73ad1f9: Preparing [2025-06-25T02:44:03.332Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:03.332Z] e103582da84d: Waiting [2025-06-25T02:44:03.332Z] 5d86a098c998: Waiting [2025-06-25T02:44:03.332Z] 548bf73ad1f9: Waiting [2025-06-25T02:44:03.332Z] f0d36cea774d: Layer already exists [2025-06-25T02:44:03.332Z] 76f88fc98aeb: Layer already exists [2025-06-25T02:44:03.332Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:03.332Z] 020af47fe991: Layer already exists [2025-06-25T02:44:03.332Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:03.332Z] 5d86a098c998: Layer already exists [2025-06-25T02:44:03.332Z] e103582da84d: Layer already exists [2025-06-25T02:44:03.332Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:03.332Z] 548bf73ad1f9: Layer already exists [2025-06-25T02:44:03.598Z] 4.1.0-dev.28: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:03.956Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:04.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:04.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-25T02:44:04.309Z] 76f88fc98aeb: Preparing [2025-06-25T02:44:04.309Z] 020af47fe991: Preparing [2025-06-25T02:44:04.309Z] f0d36cea774d: Preparing [2025-06-25T02:44:04.309Z] 4e7273117efa: Preparing [2025-06-25T02:44:04.309Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:04.309Z] e103582da84d: Preparing [2025-06-25T02:44:04.309Z] 5d86a098c998: Preparing [2025-06-25T02:44:04.309Z] 548bf73ad1f9: Preparing [2025-06-25T02:44:04.309Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:04.309Z] e103582da84d: Waiting [2025-06-25T02:44:04.309Z] 5d86a098c998: Waiting [2025-06-25T02:44:04.309Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:04.309Z] 548bf73ad1f9: Waiting [2025-06-25T02:44:04.309Z] 76f88fc98aeb: Layer already exists [2025-06-25T02:44:04.309Z] f0d36cea774d: Layer already exists [2025-06-25T02:44:04.309Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:04.309Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:04.309Z] 020af47fe991: Layer already exists [2025-06-25T02:44:04.309Z] e103582da84d: Layer already exists [2025-06-25T02:44:04.309Z] 5d86a098c998: Layer already exists [2025-06-25T02:44:04.309Z] 548bf73ad1f9: Layer already exists [2025-06-25T02:44:04.309Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:04.573Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:04.936Z] + 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-25T02:44:05.283Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-25T02:44:05.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-25T02:44:05.283Z] 76f88fc98aeb: Preparing [2025-06-25T02:44:05.283Z] 020af47fe991: Preparing [2025-06-25T02:44:05.283Z] f0d36cea774d: Preparing [2025-06-25T02:44:05.283Z] 4e7273117efa: Preparing [2025-06-25T02:44:05.283Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:05.283Z] e103582da84d: Preparing [2025-06-25T02:44:05.283Z] 5d86a098c998: Preparing [2025-06-25T02:44:05.283Z] 548bf73ad1f9: Preparing [2025-06-25T02:44:05.283Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:05.283Z] 548bf73ad1f9: Waiting [2025-06-25T02:44:05.283Z] e103582da84d: Waiting [2025-06-25T02:44:05.283Z] 5d86a098c998: Waiting [2025-06-25T02:44:05.283Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:05.283Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:05.283Z] f0d36cea774d: Layer already exists [2025-06-25T02:44:05.283Z] 020af47fe991: Layer already exists [2025-06-25T02:44:05.283Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:05.283Z] 76f88fc98aeb: Layer already exists [2025-06-25T02:44:05.283Z] e103582da84d: Layer already exists [2025-06-25T02:44:05.283Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:05.283Z] 5d86a098c998: Layer already exists [2025-06-25T02:44:05.283Z] 548bf73ad1f9: Layer already exists [2025-06-25T02:44:05.546Z] main: digest: sha256:89ca6a1b4446758d4438b5feb5768fe33d7434d767ca33960512c6a2daed8111 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:44:05.626Z] ===================================================== [Pipeline] echo [2025-06-25T02:44:05.644Z] taggedImages: [2025-06-25T02:44:05.644Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:05.644Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-25T02:44:05.644Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 [2025-06-25T02:44:05.644Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:05.644Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-25T02:44:05.680Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-25T02:44:05.680Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:05.680Z] latest [2025-06-25T02:44:05.680Z] 4.1.0-dev.28 [2025-06-25T02:44:05.680Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:05.680Z] main [2025-06-25T02:44:05.680Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:06.049Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:06.386Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:06.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-25T02:44:06.386Z] 51fdbb44a4dd: Preparing [2025-06-25T02:44:06.386Z] cb71cc013ad2: Preparing [2025-06-25T02:44:06.386Z] bbb136d627d3: Preparing [2025-06-25T02:44:06.386Z] 4e7273117efa: Preparing [2025-06-25T02:44:06.386Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:06.386Z] 7e03f4caf7e1: Preparing [2025-06-25T02:44:06.386Z] 08cecb0f37cd: Preparing [2025-06-25T02:44:06.386Z] 91211d68fca5: Preparing [2025-06-25T02:44:06.386Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:06.386Z] 08cecb0f37cd: Waiting [2025-06-25T02:44:06.386Z] 91211d68fca5: Waiting [2025-06-25T02:44:06.386Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:06.386Z] 7e03f4caf7e1: Waiting [2025-06-25T02:44:06.386Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:06.651Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:06.651Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:44:06.651Z] 91211d68fca5: Layer already exists [2025-06-25T02:44:06.651Z] bbb136d627d3: Pushed [2025-06-25T02:44:06.651Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:06.651Z] 51fdbb44a4dd: Pushed [2025-06-25T02:44:06.651Z] cb71cc013ad2: Pushed [2025-06-25T02:44:33.276Z] 7e03f4caf7e1: Pushed [2025-06-25T02:44:33.276Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:33.638Z] + 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-25T02:44:33.993Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-25T02:44:33.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-25T02:44:33.993Z] 51fdbb44a4dd: Preparing [2025-06-25T02:44:33.993Z] cb71cc013ad2: Preparing [2025-06-25T02:44:33.993Z] bbb136d627d3: Preparing [2025-06-25T02:44:33.993Z] 4e7273117efa: Preparing [2025-06-25T02:44:33.993Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:33.993Z] 7e03f4caf7e1: Preparing [2025-06-25T02:44:33.993Z] 08cecb0f37cd: Preparing [2025-06-25T02:44:33.993Z] 91211d68fca5: Preparing [2025-06-25T02:44:33.993Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:33.993Z] 08cecb0f37cd: Waiting [2025-06-25T02:44:33.993Z] 91211d68fca5: Waiting [2025-06-25T02:44:33.993Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:33.993Z] 7e03f4caf7e1: Waiting [2025-06-25T02:44:33.993Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:33.993Z] cb71cc013ad2: Layer already exists [2025-06-25T02:44:33.993Z] bbb136d627d3: Layer already exists [2025-06-25T02:44:33.993Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:33.993Z] 51fdbb44a4dd: Layer already exists [2025-06-25T02:44:33.993Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:44:33.993Z] 91211d68fca5: Layer already exists [2025-06-25T02:44:33.993Z] 7e03f4caf7e1: Layer already exists [2025-06-25T02:44:33.993Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:34.255Z] latest: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:34.612Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:34.956Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 [2025-06-25T02:44:34.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-25T02:44:34.956Z] 51fdbb44a4dd: Preparing [2025-06-25T02:44:34.956Z] cb71cc013ad2: Preparing [2025-06-25T02:44:34.956Z] bbb136d627d3: Preparing [2025-06-25T02:44:34.956Z] 4e7273117efa: Preparing [2025-06-25T02:44:34.956Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:34.956Z] 7e03f4caf7e1: Preparing [2025-06-25T02:44:34.956Z] 08cecb0f37cd: Preparing [2025-06-25T02:44:34.956Z] 91211d68fca5: Preparing [2025-06-25T02:44:34.956Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:34.956Z] 7e03f4caf7e1: Waiting [2025-06-25T02:44:34.956Z] 08cecb0f37cd: Waiting [2025-06-25T02:44:34.956Z] 91211d68fca5: Waiting [2025-06-25T02:44:34.956Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:34.956Z] 51fdbb44a4dd: Layer already exists [2025-06-25T02:44:34.956Z] cb71cc013ad2: Layer already exists [2025-06-25T02:44:34.956Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:34.956Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:34.956Z] bbb136d627d3: Layer already exists [2025-06-25T02:44:34.956Z] 7e03f4caf7e1: Layer already exists [2025-06-25T02:44:34.956Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:44:34.956Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:34.956Z] 91211d68fca5: Layer already exists [2025-06-25T02:44:34.956Z] 4.1.0-dev.28: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:35.572Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:35.907Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:35.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-25T02:44:35.907Z] 51fdbb44a4dd: Preparing [2025-06-25T02:44:35.907Z] cb71cc013ad2: Preparing [2025-06-25T02:44:35.907Z] bbb136d627d3: Preparing [2025-06-25T02:44:35.907Z] 4e7273117efa: Preparing [2025-06-25T02:44:35.907Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:35.907Z] 7e03f4caf7e1: Preparing [2025-06-25T02:44:35.907Z] 08cecb0f37cd: Preparing [2025-06-25T02:44:35.907Z] 91211d68fca5: Preparing [2025-06-25T02:44:35.907Z] 7e03f4caf7e1: Waiting [2025-06-25T02:44:35.907Z] 08cecb0f37cd: Waiting [2025-06-25T02:44:35.907Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:35.907Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:35.907Z] 91211d68fca5: Waiting [2025-06-25T02:44:35.907Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:35.907Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:35.907Z] 51fdbb44a4dd: Layer already exists [2025-06-25T02:44:35.907Z] bbb136d627d3: Layer already exists [2025-06-25T02:44:35.907Z] cb71cc013ad2: Layer already exists [2025-06-25T02:44:35.907Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:35.907Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:44:35.907Z] 91211d68fca5: Layer already exists [2025-06-25T02:44:35.907Z] 7e03f4caf7e1: Layer already exists [2025-06-25T02:44:35.907Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:36.516Z] + 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-25T02:44:36.855Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-25T02:44:36.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-25T02:44:36.855Z] 51fdbb44a4dd: Preparing [2025-06-25T02:44:36.855Z] cb71cc013ad2: Preparing [2025-06-25T02:44:36.855Z] bbb136d627d3: Preparing [2025-06-25T02:44:36.855Z] 4e7273117efa: Preparing [2025-06-25T02:44:36.855Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:36.855Z] 7e03f4caf7e1: Preparing [2025-06-25T02:44:36.855Z] 08cecb0f37cd: Preparing [2025-06-25T02:44:36.855Z] 91211d68fca5: Preparing [2025-06-25T02:44:36.855Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:36.855Z] 08cecb0f37cd: Waiting [2025-06-25T02:44:36.855Z] 91211d68fca5: Waiting [2025-06-25T02:44:36.855Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:36.855Z] 7e03f4caf7e1: Waiting [2025-06-25T02:44:36.855Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:36.855Z] cb71cc013ad2: Layer already exists [2025-06-25T02:44:36.855Z] bbb136d627d3: Layer already exists [2025-06-25T02:44:36.855Z] 51fdbb44a4dd: Layer already exists [2025-06-25T02:44:36.855Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:36.855Z] 91211d68fca5: Layer already exists [2025-06-25T02:44:36.855Z] 08cecb0f37cd: Layer already exists [2025-06-25T02:44:36.855Z] 7e03f4caf7e1: Layer already exists [2025-06-25T02:44:36.855Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:37.117Z] main: digest: sha256:c007c40b5443ca895ff19d71f87372d8acb2da68dd49132eb2691c4f654941eb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:44:37.200Z] ===================================================== [Pipeline] echo [2025-06-25T02:44:37.216Z] taggedImages: [2025-06-25T02:44:37.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:37.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-25T02:44:37.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 [2025-06-25T02:44:37.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:37.216Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-25T02:44:37.244Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-25T02:44:37.244Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:37.244Z] latest [2025-06-25T02:44:37.244Z] 4.1.0-dev.28 [2025-06-25T02:44:37.244Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:37.244Z] main [2025-06-25T02:44:37.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:37.601Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:37.948Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:37.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-25T02:44:37.948Z] 72de83b3ccb7: Preparing [2025-06-25T02:44:37.948Z] 09e0fb4a3576: Preparing [2025-06-25T02:44:37.948Z] 4e7273117efa: Preparing [2025-06-25T02:44:37.948Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:37.948Z] d6c5623559b2: Preparing [2025-06-25T02:44:37.948Z] 983184bc0e2c: Preparing [2025-06-25T02:44:37.948Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:37.948Z] 983184bc0e2c: Waiting [2025-06-25T02:44:37.948Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:37.948Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:37.948Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:38.213Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:38.213Z] 72de83b3ccb7: Pushed [2025-06-25T02:44:38.213Z] d6c5623559b2: Pushed [2025-06-25T02:44:39.604Z] 983184bc0e2c: Pushed [2025-06-25T02:44:46.261Z] 09e0fb4a3576: Pushed [2025-06-25T02:44:46.261Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:46.624Z] + 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-25T02:44:47.016Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-25T02:44:47.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-25T02:44:47.016Z] 72de83b3ccb7: Preparing [2025-06-25T02:44:47.016Z] 09e0fb4a3576: Preparing [2025-06-25T02:44:47.016Z] 4e7273117efa: Preparing [2025-06-25T02:44:47.016Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:47.016Z] d6c5623559b2: Preparing [2025-06-25T02:44:47.016Z] 983184bc0e2c: Preparing [2025-06-25T02:44:47.016Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:47.016Z] 983184bc0e2c: Waiting [2025-06-25T02:44:47.016Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:47.016Z] 09e0fb4a3576: Layer already exists [2025-06-25T02:44:47.016Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:47.016Z] 72de83b3ccb7: Layer already exists [2025-06-25T02:44:47.016Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:47.016Z] d6c5623559b2: Layer already exists [2025-06-25T02:44:47.016Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:47.016Z] 983184bc0e2c: Layer already exists [2025-06-25T02:44:47.016Z] latest: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:47.644Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:48.000Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 [2025-06-25T02:44:48.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-25T02:44:48.000Z] 72de83b3ccb7: Preparing [2025-06-25T02:44:48.000Z] 09e0fb4a3576: Preparing [2025-06-25T02:44:48.000Z] 4e7273117efa: Preparing [2025-06-25T02:44:48.000Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:48.000Z] d6c5623559b2: Preparing [2025-06-25T02:44:48.000Z] 983184bc0e2c: Preparing [2025-06-25T02:44:48.000Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:48.000Z] 983184bc0e2c: Waiting [2025-06-25T02:44:48.000Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:48.000Z] d6c5623559b2: Layer already exists [2025-06-25T02:44:48.000Z] 09e0fb4a3576: Layer already exists [2025-06-25T02:44:48.000Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:48.000Z] 72de83b3ccb7: Layer already exists [2025-06-25T02:44:48.000Z] 983184bc0e2c: Layer already exists [2025-06-25T02:44:48.000Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:48.000Z] 4.1.0-dev.28: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:48.344Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:48.688Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:48.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-25T02:44:48.688Z] 72de83b3ccb7: Preparing [2025-06-25T02:44:48.688Z] 09e0fb4a3576: Preparing [2025-06-25T02:44:48.688Z] 4e7273117efa: Preparing [2025-06-25T02:44:48.688Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:48.688Z] d6c5623559b2: Preparing [2025-06-25T02:44:48.688Z] 983184bc0e2c: Preparing [2025-06-25T02:44:48.688Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:48.688Z] 983184bc0e2c: Waiting [2025-06-25T02:44:48.688Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:48.688Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:48.688Z] 72de83b3ccb7: Layer already exists [2025-06-25T02:44:48.688Z] 09e0fb4a3576: Layer already exists [2025-06-25T02:44:48.688Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:48.688Z] d6c5623559b2: Layer already exists [2025-06-25T02:44:48.688Z] 983184bc0e2c: Layer already exists [2025-06-25T02:44:48.688Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:48.688Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:49.039Z] + 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-25T02:44:49.377Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-25T02:44:49.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-25T02:44:49.377Z] 72de83b3ccb7: Preparing [2025-06-25T02:44:49.377Z] 09e0fb4a3576: Preparing [2025-06-25T02:44:49.377Z] 4e7273117efa: Preparing [2025-06-25T02:44:49.377Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:49.377Z] d6c5623559b2: Preparing [2025-06-25T02:44:49.377Z] 983184bc0e2c: Preparing [2025-06-25T02:44:49.377Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:49.377Z] 983184bc0e2c: Waiting [2025-06-25T02:44:49.377Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:49.377Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:49.377Z] d6c5623559b2: Layer already exists [2025-06-25T02:44:49.377Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:49.377Z] 09e0fb4a3576: Layer already exists [2025-06-25T02:44:49.377Z] 72de83b3ccb7: Layer already exists [2025-06-25T02:44:49.377Z] 983184bc0e2c: Layer already exists [2025-06-25T02:44:49.377Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:49.638Z] main: digest: sha256:544493f3286f5cedba6f1581770432798fd40b2dc4730d3dc66c180d056c8f5d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:44:49.718Z] ===================================================== [Pipeline] echo [2025-06-25T02:44:49.735Z] taggedImages: [2025-06-25T02:44:49.735Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:49.736Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-25T02:44:49.736Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 [2025-06-25T02:44:49.736Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:49.736Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-25T02:44:49.774Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-25T02:44:49.774Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:49.774Z] latest [2025-06-25T02:44:49.774Z] 4.1.0-dev.28 [2025-06-25T02:44:49.774Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:44:49.774Z] main [2025-06-25T02:44:49.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:50.147Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:50.491Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:44:50.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-25T02:44:50.492Z] fb190c68ea8a: Preparing [2025-06-25T02:44:50.492Z] 097f1fb21a89: Preparing [2025-06-25T02:44:50.492Z] 4e7273117efa: Preparing [2025-06-25T02:44:50.492Z] ca27f2da8a8e: Preparing [2025-06-25T02:44:50.492Z] a07e3c249b98: Preparing [2025-06-25T02:44:50.492Z] 6a0a8a46f721: Preparing [2025-06-25T02:44:50.492Z] dd9c8f8612c8: Preparing [2025-06-25T02:44:50.492Z] 6a0a8a46f721: Waiting [2025-06-25T02:44:50.492Z] dd9c8f8612c8: Waiting [2025-06-25T02:44:50.492Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:44:50.756Z] 4e7273117efa: Layer already exists [2025-06-25T02:44:50.756Z] a07e3c249b98: Pushed [2025-06-25T02:44:50.756Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:44:50.756Z] fb190c68ea8a: Pushed [2025-06-25T02:44:51.332Z] 6a0a8a46f721: Pushed [2025-06-25T02:44:59.496Z] 097f1fb21a89: Pushed [2025-06-25T02:44:59.496Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:44:59.847Z] + 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-25T02:45:00.202Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-25T02:45:00.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-25T02:45:00.202Z] fb190c68ea8a: Preparing [2025-06-25T02:45:00.202Z] 097f1fb21a89: Preparing [2025-06-25T02:45:00.202Z] 4e7273117efa: Preparing [2025-06-25T02:45:00.202Z] ca27f2da8a8e: Preparing [2025-06-25T02:45:00.202Z] a07e3c249b98: Preparing [2025-06-25T02:45:00.202Z] 6a0a8a46f721: Preparing [2025-06-25T02:45:00.202Z] dd9c8f8612c8: Preparing [2025-06-25T02:45:00.202Z] 6a0a8a46f721: Waiting [2025-06-25T02:45:00.202Z] dd9c8f8612c8: Waiting [2025-06-25T02:45:00.202Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:45:00.202Z] fb190c68ea8a: Layer already exists [2025-06-25T02:45:00.202Z] 4e7273117efa: Layer already exists [2025-06-25T02:45:00.202Z] a07e3c249b98: Layer already exists [2025-06-25T02:45:00.202Z] 097f1fb21a89: Layer already exists [2025-06-25T02:45:00.202Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:45:00.202Z] 6a0a8a46f721: Layer already exists [2025-06-25T02:45:00.202Z] latest: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:00.551Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:00.888Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 [2025-06-25T02:45:00.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-25T02:45:00.888Z] fb190c68ea8a: Preparing [2025-06-25T02:45:00.888Z] 097f1fb21a89: Preparing [2025-06-25T02:45:00.888Z] 4e7273117efa: Preparing [2025-06-25T02:45:00.888Z] ca27f2da8a8e: Preparing [2025-06-25T02:45:00.888Z] a07e3c249b98: Preparing [2025-06-25T02:45:00.888Z] 6a0a8a46f721: Preparing [2025-06-25T02:45:00.888Z] dd9c8f8612c8: Preparing [2025-06-25T02:45:00.888Z] 6a0a8a46f721: Waiting [2025-06-25T02:45:00.888Z] dd9c8f8612c8: Waiting [2025-06-25T02:45:00.888Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:45:00.888Z] 097f1fb21a89: Layer already exists [2025-06-25T02:45:00.888Z] a07e3c249b98: Layer already exists [2025-06-25T02:45:00.888Z] 4e7273117efa: Layer already exists [2025-06-25T02:45:00.888Z] fb190c68ea8a: Layer already exists [2025-06-25T02:45:00.888Z] 6a0a8a46f721: Layer already exists [2025-06-25T02:45:00.888Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:45:00.888Z] 4.1.0-dev.28: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:01.234Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:01.590Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:45:01.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-25T02:45:01.590Z] fb190c68ea8a: Preparing [2025-06-25T02:45:01.590Z] 097f1fb21a89: Preparing [2025-06-25T02:45:01.590Z] 4e7273117efa: Preparing [2025-06-25T02:45:01.590Z] ca27f2da8a8e: Preparing [2025-06-25T02:45:01.590Z] a07e3c249b98: Preparing [2025-06-25T02:45:01.590Z] 6a0a8a46f721: Preparing [2025-06-25T02:45:01.590Z] dd9c8f8612c8: Preparing [2025-06-25T02:45:01.590Z] 6a0a8a46f721: Waiting [2025-06-25T02:45:01.590Z] dd9c8f8612c8: Waiting [2025-06-25T02:45:01.590Z] a07e3c249b98: Layer already exists [2025-06-25T02:45:01.590Z] 097f1fb21a89: Layer already exists [2025-06-25T02:45:01.590Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:45:01.590Z] fb190c68ea8a: Layer already exists [2025-06-25T02:45:01.590Z] 4e7273117efa: Layer already exists [2025-06-25T02:45:01.590Z] 6a0a8a46f721: Layer already exists [2025-06-25T02:45:01.590Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:45:01.590Z] 37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:01.935Z] + 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-25T02:45:02.286Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-25T02:45:02.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-25T02:45:02.287Z] fb190c68ea8a: Preparing [2025-06-25T02:45:02.287Z] 097f1fb21a89: Preparing [2025-06-25T02:45:02.287Z] 4e7273117efa: Preparing [2025-06-25T02:45:02.287Z] ca27f2da8a8e: Preparing [2025-06-25T02:45:02.287Z] a07e3c249b98: Preparing [2025-06-25T02:45:02.287Z] 6a0a8a46f721: Preparing [2025-06-25T02:45:02.287Z] dd9c8f8612c8: Preparing [2025-06-25T02:45:02.287Z] 6a0a8a46f721: Waiting [2025-06-25T02:45:02.287Z] dd9c8f8612c8: Waiting [2025-06-25T02:45:02.287Z] a07e3c249b98: Layer already exists [2025-06-25T02:45:02.287Z] fb190c68ea8a: Layer already exists [2025-06-25T02:45:02.287Z] ca27f2da8a8e: Layer already exists [2025-06-25T02:45:02.287Z] 4e7273117efa: Layer already exists [2025-06-25T02:45:02.287Z] 097f1fb21a89: Layer already exists [2025-06-25T02:45:02.287Z] dd9c8f8612c8: Layer already exists [2025-06-25T02:45:02.287Z] 6a0a8a46f721: Layer already exists [2025-06-25T02:45:02.551Z] main: digest: sha256:73577b6a81a6a393532b18fe03d7b885de356c0aabd941a09709ae6da14de879 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-25T02:45:02.636Z] ===================================================== [Pipeline] echo [2025-06-25T02:45:02.649Z] taggedImages: [2025-06-25T02:45:02.649Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [2025-06-25T02:45:02.649Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-25T02:45:02.649Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 [2025-06-25T02:45:02.649Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [2025-06-25T02:45:02.649Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-25T02:45:02.664Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:02.676Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-25T02:45:02.690Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.705Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.718Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-25T02:45:02.728Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:02.743Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-25T02:45:02.753Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.766Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.777Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-25T02:45:02.785Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:02.795Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-25T02:45:02.810Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.834Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-25T02:45:02.848Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:02.864Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-25T02:45:02.880Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.896Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.910Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-25T02:45:02.921Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:02.934Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-25T02:45:02.948Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.963Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:02.975Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-25T02:45:02.984Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:02.995Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.006Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.019Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.032Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-25T02:45:03.048Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.061Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.074Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.084Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.094Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-25T02:45:03.105Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.117Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.127Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.138Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.150Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-25T02:45:03.159Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.170Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.183Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.199Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.213Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-25T02:45:03.225Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.244Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.259Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.275Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.289Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-25T02:45:03.304Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.320Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.334Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.349Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.363Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-25T02:45:03.382Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.402Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.419Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.434Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.448Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-25T02:45:03.461Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.481Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.497Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.513Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.532Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-25T02:45:03.547Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.563Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.581Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.595Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.677Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-25T02:45:03.689Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] echo [2025-06-25T02:45:03.698Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-25T02:45:03.713Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.727Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:37471aae1dd3b986ef91b9bd0a84b6b5a271aace-4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:45:03.739Z] 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-25T02:45:04.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-25T02:45:04.126Z] [2025-06-25T02:45:04.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:04.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-25T02:45:04.448Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-25T02:45:04.448Z] 8998bd30e6a1: Pulling fs layer [2025-06-25T02:45:04.448Z] 04944245beec: Pulling fs layer [2025-06-25T02:45:04.448Z] 699f458cf7ca: Pulling fs layer [2025-06-25T02:45:04.448Z] 765212b225bb: Pulling fs layer [2025-06-25T02:45:04.448Z] f23df028b6ca: Pulling fs layer [2025-06-25T02:45:04.448Z] d65c8cfc05b1: Pulling fs layer [2025-06-25T02:45:04.448Z] 2437ff75d9bd: Pulling fs layer [2025-06-25T02:45:04.448Z] 765212b225bb: Waiting [2025-06-25T02:45:04.448Z] 2437ff75d9bd: Waiting [2025-06-25T02:45:04.448Z] f23df028b6ca: Waiting [2025-06-25T02:45:04.448Z] d65c8cfc05b1: Waiting [2025-06-25T02:45:04.714Z] 04944245beec: Verifying Checksum [2025-06-25T02:45:04.714Z] 04944245beec: Download complete [2025-06-25T02:45:04.714Z] 765212b225bb: Download complete [2025-06-25T02:45:04.714Z] f23df028b6ca: Verifying Checksum [2025-06-25T02:45:04.714Z] f23df028b6ca: Download complete [2025-06-25T02:45:04.714Z] d65c8cfc05b1: Download complete [2025-06-25T02:45:04.714Z] 699f458cf7ca: Verifying Checksum [2025-06-25T02:45:04.714Z] 699f458cf7ca: Download complete [2025-06-25T02:45:05.294Z] 8998bd30e6a1: Verifying Checksum [2025-06-25T02:45:05.294Z] 8998bd30e6a1: Download complete [2025-06-25T02:45:07.858Z] 2437ff75d9bd: Verifying Checksum [2025-06-25T02:45:09.792Z] 8998bd30e6a1: Pull complete [2025-06-25T02:45:10.058Z] 04944245beec: Pull complete [2025-06-25T02:45:11.999Z] 699f458cf7ca: Pull complete [2025-06-25T02:45:11.999Z] 765212b225bb: Pull complete [2025-06-25T02:45:12.956Z] f23df028b6ca: Pull complete [2025-06-25T02:45:13.233Z] d65c8cfc05b1: Pull complete [2025-06-25T02:45:31.413Z] 2437ff75d9bd: Pull complete [2025-06-25T02:45:31.414Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-25T02:45:31.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-25T02:45:31.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:45:31.598Z] prd-ubuntu20.04-docker-arm64-4c-16g-4002 does not seem to be running inside a container [2025-06-25T02:45:31.659Z] $ 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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T02:45:34.270Z] $ docker top f7a75ea71b9be7f55d5df7a26fe87f468c7d72842000c2fa1c82960d345f923c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:45:35.204Z] ---> job-cost.sh [2025-06-25T02:45:35.205Z] lf-activate-venv: SKIPPING [2025-06-25T02:45:35.205Z] INFO: No Stack... [2025-06-25T02:45:35.469Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-25T02:45:36.424Z] INFO: Archiving Costs [Pipeline] sh [2025-06-25T02:45:36.739Z] + cat /w/workspace/edgex-go/860/archives/cost.csv [2025-06-25T02:45:37.007Z] + cut -d, -f6 [Pipeline] lock [2025-06-25T02:45:37.041Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-860-stack-cost] [2025-06-25T02:45:37.050Z] Resource [jenkins-edgexfoundry-edgex-go-main-860-stack-cost] did not exist. Created. [2025-06-25T02:45:37.057Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-860-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-25T02:45:37.393Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-25T02:45:38.297Z] Stashed 1 file(s) [Pipeline] } [2025-06-25T02:45:38.304Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-860-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-25T02:45:38.331Z] $ docker stop --time=1 f7a75ea71b9be7f55d5df7a26fe87f468c7d72842000c2fa1c82960d345f923c [2025-06-25T02:45:39.829Z] $ docker rm -f --volumes f7a75ea71b9be7f55d5df7a26fe87f468c7d72842000c2fa1c82960d345f923c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-06-25T02:45:40.455Z] provisioning config files... [2025-06-25T02:45:40.473Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/860@tmp/config16117378959513394059tmp [Pipeline] { [Pipeline] sh [2025-06-25T02:45:40.792Z] + set +x [2025-06-25T02:45:40.792Z] + curl -s https://codecov.io/bash [2025-06-25T02:45:40.792Z] + bash -s -- [2025-06-25T02:45:40.792Z] [2025-06-25T02:45:40.792Z] _____ _ [2025-06-25T02:45:40.792Z] / ____| | | [2025-06-25T02:45:40.792Z] | | ___ __| | ___ ___ _____ __ [2025-06-25T02:45:40.792Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-25T02:45:40.792Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-25T02:45:40.792Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-25T02:45:40.792Z] Bash-1.0.6 [2025-06-25T02:45:40.792Z] [2025-06-25T02:45:40.792Z] [2025-06-25T02:45:40.792Z] ==> git version 2.25.1 found [2025-06-25T02:45:40.792Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-06-25T02:45:40.792Z] Release-Date: 2020-01-08 [2025-06-25T02:45:40.792Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-25T02:45:40.792Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-25T02:45:40.792Z] ==> Jenkins CI detected. [2025-06-25T02:45:40.792Z] current dir:  /w/workspace/edgex-go/860 [2025-06-25T02:45:40.792Z] project root: . [2025-06-25T02:45:40.792Z] --> token set from env [2025-06-25T02:45:40.792Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-25T02:45:41.053Z] ==> Running gcov in . (disable via -X gcov) [2025-06-25T02:45:41.053Z] ==> Python coveragepy not found [2025-06-25T02:45:41.053Z] ==> Searching for coverage reports in: [2025-06-25T02:45:41.053Z] + . [2025-06-25T02:45:41.053Z] -> Found 1 reports [2025-06-25T02:45:41.053Z] ==> Detecting git/mercurial file structure [2025-06-25T02:45:41.053Z] ==> Reading reports [2025-06-25T02:45:41.053Z] + ./coverage.out bytes=1665452 [2025-06-25T02:45:41.053Z] ==> Appending adjustments [2025-06-25T02:45:41.053Z] https://docs.codecov.io/docs/fixing-reports [2025-06-25T02:45:42.430Z] + Found adjustments [2025-06-25T02:45:42.430Z] ==> Gzipping contents [2025-06-25T02:45:42.430Z] 140K /tmp/codecov.Tz44K9.gz [2025-06-25T02:45:42.430Z] ==> Uploading reports [2025-06-25T02:45:42.430Z] url: https://codecov.io [2025-06-25T02:45:42.430Z] query: branch=main&commit=37471aae1dd3b986ef91b9bd0a84b6b5a271aace&build=860&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F860%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-25T02:45:42.430Z] -> Pinging Codecov [2025-06-25T02:45:42.430Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=37471aae1dd3b986ef91b9bd0a84b6b5a271aace&build=860&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F860%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-25T02:45:42.688Z] -> Uploading to [2025-06-25T02:45:42.688Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/37471aae1dd3b986ef91b9bd0a84b6b5a271aace/f18b8152-e410-479e-b0d8-2aca5f1d55e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250625%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250625T024542Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=92b5ee9f02aa360d0fbd5c92065f9e640007bb455624e3e85f8fa3c6fe897d35 [2025-06-25T02:45:42.688Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:45:42.688Z] Dload Upload Total Spent Left Speed [2025-06-25T02:45:43.254Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 342k --:--:-- --:--:-- --:--:-- 341k 100 138k 0 0 100 138k 0 342k --:--:-- --:--:-- --:--:-- 341k [2025-06-25T02:45:43.254Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/37471aae1dd3b986ef91b9bd0a84b6b5a271aace [Pipeline] } [2025-06-25T02:45:43.260Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-06-25T02:45:43.505Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-25T02:45:43.527Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:43.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-25T02:45:43.838Z] [2025-06-25T02:45:43.838Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:45:44.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-25T02:45:44.150Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-25T02:45:44.150Z] 0a9a5dfd008f: Already exists [2025-06-25T02:45:44.150Z] 36466aa92d05: Already exists [2025-06-25T02:45:44.150Z] e10405b45d13: Already exists [2025-06-25T02:45:44.150Z] 096b7ceb2af7: Already exists [2025-06-25T02:45:44.150Z] 4f4fb700ef54: Already exists [2025-06-25T02:45:44.150Z] e50aa161e22a: Pulling fs layer [2025-06-25T02:45:44.150Z] d3c8db5fb9df: Pulling fs layer [2025-06-25T02:45:44.409Z] e50aa161e22a: Verifying Checksum [2025-06-25T02:45:44.409Z] e50aa161e22a: Download complete [2025-06-25T02:45:44.668Z] e50aa161e22a: Pull complete [2025-06-25T02:45:45.237Z] d3c8db5fb9df: Verifying Checksum [2025-06-25T02:45:45.237Z] d3c8db5fb9df: Download complete [2025-06-25T02:45:48.517Z] d3c8db5fb9df: Pull complete [2025-06-25T02:45:48.517Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-06-25T02:45:48.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-25T02:45:48.517Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:45:48.614Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T02:45:48.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-25T02:45:53.459Z] $ docker top 63462b3f976d9eabfada9eee3edc78873c1e40c81b4f09471008dbae7a3020a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T02:45:53.812Z] + git config --global --add safe.directory /w/workspace/edgex-go/860 [Pipeline] echo [2025-06-25T02:45:53.821Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-06-25T02:45:54.095Z] + set -o pipefail [2025-06-25T02:45:54.096Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-06-25T02:46:06.334Z] [2025-06-25T02:46:06.334Z] Monitoring /w/workspace/edgex-go/860 (github.com/edgexfoundry/edgex-go)... [2025-06-25T02:46:06.334Z] [2025-06-25T02:46:06.334Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/8a724859-fb4c-4e6f-853a-0060669f193e [2025-06-25T02:46:06.334Z] [2025-06-25T02:46:06.334Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-25T02:46:06.334Z] [Pipeline] } [2025-06-25T02:46:06.337Z] $ docker stop --time=1 63462b3f976d9eabfada9eee3edc78873c1e40c81b4f09471008dbae7a3020a2 [2025-06-25T02:46:12.497Z] $ docker rm -f --volumes 63462b3f976d9eabfada9eee3edc78873c1e40c81b4f09471008dbae7a3020a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-25T02:46:13.136Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T02:46:13.153Z] provisioning config files... [2025-06-25T02:46:13.161Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/860@tmp/config485923242185053045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:46:13.458Z] --> edgex-publish-swagger.sh [2025-06-25T02:46:13.458Z] === Publish openapi API === [2025-06-25T02:46:13.458Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-25T02:46:13.458Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/860/openapi/core-command.yaml] [2025-06-25T02:46:13.458Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:13.458Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:13.717Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 238 117k --:--:-- --:--:-- --:--:-- 118k [2025-06-25T02:46:13.717Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:13.717Z] [2025-06-25T02:46:13.717Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/860/openapi/core-data.yaml] [2025-06-25T02:46:13.717Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:13.717Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:13.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 255 264k --:--:-- --:--:-- --:--:-- 265k [2025-06-25T02:46:13.976Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:13.976Z] [2025-06-25T02:46:13.976Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/860/openapi/core-keeper.yaml] [2025-06-25T02:46:13.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:13.976Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:13.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 392 175k --:--:-- --:--:-- --:--:-- 176k [2025-06-25T02:46:13.976Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:13.976Z] [2025-06-25T02:46:13.976Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/860/openapi/core-metadata.yaml] [2025-06-25T02:46:13.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:13.976Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:14.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 404 962k --:--:-- --:--:-- --:--:-- 962k [2025-06-25T02:46:14.235Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:14.235Z] [2025-06-25T02:46:14.235Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/860/openapi/security-proxy-auth.yaml] [2025-06-25T02:46:14.235Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:14.235Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:14.493Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 292 105k --:--:-- --:--:-- --:--:-- 106k [2025-06-25T02:46:14.493Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:14.493Z] [2025-06-25T02:46:14.493Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/860/openapi/security-secretstore-setup.yaml] [2025-06-25T02:46:14.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:14.493Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:14.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 496 29421 --:--:-- --:--:-- --:--:-- 30143 [2025-06-25T02:46:14.752Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:14.752Z] [2025-06-25T02:46:14.752Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/860/openapi/support-notifications.yaml] [2025-06-25T02:46:14.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:14.752Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:14.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 409 606k --:--:-- --:--:-- --:--:-- 606k [2025-06-25T02:46:14.752Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:14.752Z] [2025-06-25T02:46:14.752Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/860/openapi/support-scheduler.yaml] [2025-06-25T02:46:14.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-25T02:46:14.752Z] Dload Upload Total Spent Left Speed [2025-06-25T02:46:15.012Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 445 334k --:--:-- --:--:-- --:--:-- 334k [2025-06-25T02:46:15.012Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-25T02:46:15.012Z] [Pipeline] } [2025-06-25T02:46:15.019Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-06-25T02:46:15.436Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-25T02:46:15.436Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:46:15.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T02:46:15.730Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:46:15.801Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T02:46:15.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-25T02:46:16.274Z] $ docker top 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 -eo pid,comm [2025-06-25T02:46:16.329Z] 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-25T02:46:16.329Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-25T02:46:16.393Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-25T02:46:16.393Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-25T02:46:16.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-25T02:46:16.500Z] $ docker exec 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 ssh-agent [2025-06-25T02:46:16.622Z] SSH_AUTH_SOCK=/tmp/ssh-4CxLzqgx2AIY/agent.32 [2025-06-25T02:46:16.622Z] SSH_AGENT_PID=38 [2025-06-25T02:46:16.628Z] Running ssh-add (command line suppressed) [2025-06-25T02:46:16.722Z] Identity added: /w/workspace/edgex-go/860@tmp/private_key_1192793834765348724.key (/w/workspace/edgex-go/860@tmp/private_key_1192793834765348724.key) [2025-06-25T02:46:16.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-25T02:46:17.036Z] + git semver tag [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,237 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,240 [run_tag] DEBUG tag force:False [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,240 [check_head_tag] DEBUG check head tag [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,241 [execute] INFO git cat-file --batch-check [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/860, stdin=, shell=False, universal_newlines=False) [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,244 [execute] INFO git cat-file --batch [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/860, stdin=, shell=False, universal_newlines=False) [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,260 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,260 [execute] INFO git tag -a v4.1.0-dev.28 -m v4.1.0-dev.28 [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,260 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.28', '-m', 'v4.1.0-dev.28'], cwd=/w/workspace/edgex-go/860, stdin=None, shell=False, universal_newlines=False) [2025-06-25T02:46:17.295Z] 2025-06-25 02:46:17,263 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T02:46:17.295Z] 4.1.0-dev.28 [Pipeline] } [2025-06-25T02:46:17.298Z] $ docker exec --env ******** --env ******** 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 ssh-agent -k [2025-06-25T02:46:17.411Z] unset SSH_AUTH_SOCK; [2025-06-25T02:46:17.411Z] unset SSH_AGENT_PID; [2025-06-25T02:46:17.411Z] echo Agent pid 38 killed; [2025-06-25T02:46:17.427Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-25T02:46:17.763Z] + git semver [Pipeline] } [2025-06-25T02:46:18.028Z] $ docker stop --time=1 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 [2025-06-25T02:46:19.313Z] $ docker rm -f --volumes 4763c1eca285165ebb7e7cde9ff00263578eda8f444a9f2d98549963609c82f4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:46:19.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-25T02:46:19.744Z] [2025-06-25T02:46:19.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:46:20.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-25T02:46:20.051Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-25T02:46:20.051Z] ab5ef0e58194: Pulling fs layer [2025-06-25T02:46:20.051Z] 9712f1f96733: Pulling fs layer [2025-06-25T02:46:20.051Z] 63f879dbbcfc: Pulling fs layer [2025-06-25T02:46:20.051Z] 0d9ebad4ef96: Pulling fs layer [2025-06-25T02:46:20.051Z] e9a5061849ea: Pulling fs layer [2025-06-25T02:46:20.051Z] d747dcd14b5f: Pulling fs layer [2025-06-25T02:46:20.051Z] 2de7ff778b66: Pulling fs layer [2025-06-25T02:46:20.051Z] 0d9ebad4ef96: Waiting [2025-06-25T02:46:20.051Z] e9a5061849ea: Waiting [2025-06-25T02:46:20.051Z] d747dcd14b5f: Waiting [2025-06-25T02:46:20.051Z] 2de7ff778b66: Waiting [2025-06-25T02:46:20.051Z] 9712f1f96733: Verifying Checksum [2025-06-25T02:46:20.051Z] 9712f1f96733: Download complete [2025-06-25T02:46:20.312Z] 63f879dbbcfc: Verifying Checksum [2025-06-25T02:46:20.312Z] 63f879dbbcfc: Download complete [2025-06-25T02:46:20.570Z] e9a5061849ea: Verifying Checksum [2025-06-25T02:46:20.570Z] e9a5061849ea: Download complete [2025-06-25T02:46:20.570Z] 0d9ebad4ef96: Verifying Checksum [2025-06-25T02:46:20.570Z] 0d9ebad4ef96: Download complete [2025-06-25T02:46:20.570Z] d747dcd14b5f: Download complete [2025-06-25T02:46:20.570Z] 2de7ff778b66: Verifying Checksum [2025-06-25T02:46:20.570Z] 2de7ff778b66: Download complete [2025-06-25T02:46:20.570Z] ab5ef0e58194: Verifying Checksum [2025-06-25T02:46:20.570Z] ab5ef0e58194: Download complete [2025-06-25T02:46:23.892Z] ab5ef0e58194: Pull complete [2025-06-25T02:46:23.892Z] 9712f1f96733: Pull complete [2025-06-25T02:46:23.892Z] 63f879dbbcfc: Pull complete [2025-06-25T02:46:28.088Z] 0d9ebad4ef96: Pull complete [2025-06-25T02:46:28.088Z] e9a5061849ea: Pull complete [2025-06-25T02:46:28.088Z] d747dcd14b5f: Pull complete [2025-06-25T02:46:29.022Z] 2de7ff778b66: Pull complete [2025-06-25T02:46:29.022Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-25T02:46:29.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-25T02:46:29.022Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:46:29.124Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T02:46:29.151Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-25T02:46:36.072Z] $ docker top 25b1845f3bf1a15626d27939ba67c2766f729c40921aa8ad74a93d5c0629f8b1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-25T02:46:36.157Z] provisioning config files... [2025-06-25T02:46:36.164Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/860@tmp/config5801253111375764957tmp [2025-06-25T02:46:36.173Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/860@tmp/config17327656292482925877tmp [2025-06-25T02:46:36.181Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/860@tmp/config2707477255666120593tmp [Pipeline] { [Pipeline] echo [2025-06-25T02:46:36.207Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:46:36.501Z] ---> sigul-configuration.sh [2025-06-25T02:46:36.501Z] gpg: directory `/root/.gnupg' created [2025-06-25T02:46:36.501Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-25T02:46:36.501Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-25T02:46:36.501Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-25T02:46:36.501Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-25T02:46:36.501Z] gpg: CAST5 encrypted data [2025-06-25T02:46:36.501Z] gpg: encrypted with 1 passphrase [2025-06-25T02:46:36.501Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-25T02:46:36.796Z] + mkdir /home/jenkins [2025-06-25T02:46:36.796Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-25T02:46:37.146Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-06-25T02:46:37.157Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:46:37.459Z] ---> sigul-install.sh [2025-06-25T02:46:37.459Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-25T02:46:37.751Z] + git tag --list [2025-06-25T02:46:37.751Z] 0.6.0 [2025-06-25T02:46:37.751Z] 0.6.1 [2025-06-25T02:46:37.751Z] 0.7.0 [2025-06-25T02:46:37.751Z] 0.7.1 [2025-06-25T02:46:37.751Z] v1.0.0 [2025-06-25T02:46:37.751Z] v1.0.1 [2025-06-25T02:46:37.751Z] v1.1.0 [2025-06-25T02:46:37.751Z] v1.2.0 [2025-06-25T02:46:37.751Z] v1.2.1 [2025-06-25T02:46:37.751Z] v1.3.0 [2025-06-25T02:46:37.751Z] v1.3.1 [2025-06-25T02:46:37.751Z] v2.0.0 [2025-06-25T02:46:37.751Z] v2.1.0 [2025-06-25T02:46:37.751Z] v2.1.1 [2025-06-25T02:46:37.751Z] v2.2.0 [2025-06-25T02:46:37.751Z] v2.3.0 [2025-06-25T02:46:37.751Z] v3.0 [2025-06-25T02:46:37.751Z] v3.0.0 [2025-06-25T02:46:37.751Z] v3.1 [2025-06-25T02:46:37.751Z] v3.1.0 [2025-06-25T02:46:37.751Z] v3.1.1 [2025-06-25T02:46:37.751Z] v4.0 [2025-06-25T02:46:37.751Z] v4.0.0 [2025-06-25T02:46:37.751Z] v4.0.1 [2025-06-25T02:46:37.751Z] v4.0.1-dev.1 [2025-06-25T02:46:37.751Z] v4.1.0-dev.1 [2025-06-25T02:46:37.751Z] v4.1.0-dev.10 [2025-06-25T02:46:37.751Z] v4.1.0-dev.11 [2025-06-25T02:46:37.751Z] v4.1.0-dev.12 [2025-06-25T02:46:37.751Z] v4.1.0-dev.13 [2025-06-25T02:46:37.751Z] v4.1.0-dev.14 [2025-06-25T02:46:37.751Z] v4.1.0-dev.15 [2025-06-25T02:46:37.751Z] v4.1.0-dev.16 [2025-06-25T02:46:37.752Z] v4.1.0-dev.17 [2025-06-25T02:46:37.752Z] v4.1.0-dev.18 [2025-06-25T02:46:37.752Z] v4.1.0-dev.19 [2025-06-25T02:46:37.752Z] v4.1.0-dev.2 [2025-06-25T02:46:37.752Z] v4.1.0-dev.20 [2025-06-25T02:46:37.752Z] v4.1.0-dev.21 [2025-06-25T02:46:37.752Z] v4.1.0-dev.22 [2025-06-25T02:46:37.752Z] v4.1.0-dev.23 [2025-06-25T02:46:37.752Z] v4.1.0-dev.24 [2025-06-25T02:46:37.752Z] v4.1.0-dev.25 [2025-06-25T02:46:37.752Z] v4.1.0-dev.26 [2025-06-25T02:46:37.752Z] v4.1.0-dev.27 [2025-06-25T02:46:37.752Z] v4.1.0-dev.28 [2025-06-25T02:46:37.752Z] v4.1.0-dev.3 [2025-06-25T02:46:37.752Z] v4.1.0-dev.4 [2025-06-25T02:46:37.752Z] v4.1.0-dev.5 [2025-06-25T02:46:37.752Z] v4.1.0-dev.6 [2025-06-25T02:46:37.752Z] v4.1.0-dev.7 [2025-06-25T02:46:37.752Z] v4.1.0-dev.8 [2025-06-25T02:46:37.752Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-25T02:46:38.049Z] + lftools sign git-tag v4.1.0-dev.28 [2025-06-25T02:46:38.617Z] Signing Git tag with Sigul... [2025-06-25T02:46:38.617Z] Signing v4.1.0-dev.28 [Pipeline] echo [2025-06-25T02:46:38.891Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:46:39.195Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-25T02:46:39.201Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-25T02:46:39.226Z] $ docker stop --time=1 25b1845f3bf1a15626d27939ba67c2766f729c40921aa8ad74a93d5c0629f8b1 [2025-06-25T02:46:40.553Z] $ docker rm -f --volumes 25b1845f3bf1a15626d27939ba67c2766f729c40921aa8ad74a93d5c0629f8b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-25T02:46:41.001Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-25T02:46:41.002Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:46:41.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T02:46:41.303Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:46:41.379Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T02:46:41.400Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-25T02:46:41.740Z] $ docker top 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 -eo pid,comm [2025-06-25T02:46:41.798Z] 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-25T02:46:41.798Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-25T02:46:41.852Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-25T02:46:41.852Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-25T02:46:41.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-25T02:46:41.976Z] $ docker exec 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 ssh-agent [2025-06-25T02:46:42.088Z] SSH_AUTH_SOCK=/tmp/ssh-IqeKzW6Wu6UE/agent.32 [2025-06-25T02:46:42.088Z] SSH_AGENT_PID=38 [2025-06-25T02:46:42.092Z] Running ssh-add (command line suppressed) [2025-06-25T02:46:42.199Z] Identity added: /w/workspace/edgex-go/860@tmp/private_key_15553689947122733510.key (/w/workspace/edgex-go/860@tmp/private_key_15553689947122733510.key) [2025-06-25T02:46:42.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-25T02:46:42.508Z] + git semver bump pre [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,722 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,725 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,725 [bump_version] DEBUG bumping version:4.1.0-dev.28 on axis:pre with prefix:dev [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,726 [bump_version] DEBUG bumped version:4.1.0-dev.29 [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,726 [write_version] DEBUG write version:4.1.0-dev.29 to path:/w/workspace/edgex-go/860/.semver/main with force:True [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,726 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,726 [write_file] DEBUG write to file:/w/workspace/edgex-go/860/.semver/main [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,727 [execute] INFO git cat-file --batch-check [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,727 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/860/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,730 [execute] INFO git cat-file --batch [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,730 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/860/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-25T02:46:42.768Z] 2025-06-25 02:46:42,733 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T02:46:42.768Z] 4.1.0-dev.29 [Pipeline] } [2025-06-25T02:46:42.770Z] $ docker exec --env ******** --env ******** 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 ssh-agent -k [2025-06-25T02:46:42.860Z] unset SSH_AUTH_SOCK; [2025-06-25T02:46:42.860Z] unset SSH_AGENT_PID; [2025-06-25T02:46:42.860Z] echo Agent pid 38 killed; [2025-06-25T02:46:42.875Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-25T02:46:43.191Z] + git semver [Pipeline] } [2025-06-25T02:46:43.453Z] $ docker stop --time=1 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 [2025-06-25T02:46:44.739Z] $ docker rm -f --volumes 7e2079c48f47ba07aa792fd1d90fb988aa1048df630b652a061de2382f3d15b8 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-25T02:46:45.098Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-25T02:46:45.098Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:46:45.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-25T02:46:45.402Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:46:45.484Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T02:46:45.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-25T02:46:45.866Z] $ docker top 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 -eo pid,comm [2025-06-25T02:46:45.928Z] 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-25T02:46:45.928Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-25T02:46:45.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-25T02:46:45.993Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-25T02:46:46.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-25T02:46:46.096Z] $ docker exec 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 ssh-agent [2025-06-25T02:46:46.226Z] SSH_AUTH_SOCK=/tmp/ssh-rv1zL9XP5sbp/agent.32 [2025-06-25T02:46:46.226Z] SSH_AGENT_PID=38 [2025-06-25T02:46:46.230Z] Running ssh-add (command line suppressed) [2025-06-25T02:46:46.328Z] Identity added: /w/workspace/edgex-go/860@tmp/private_key_16497181706667268217.key (/w/workspace/edgex-go/860@tmp/private_key_16497181706667268217.key) [2025-06-25T02:46:46.348Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-25T02:46:46.641Z] + git semver push [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,857 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,860 [run_push] DEBUG push [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,861 [execute] INFO git cat-file --batch-check [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,861 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/860/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,863 [execute] INFO git rev-list 487629ddab2982d2616a898544516051dbd36098 -- [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,864 [execute] DEBUG Popen(['git', 'rev-list', '487629ddab2982d2616a898544516051dbd36098', '--'], cwd=/w/workspace/edgex-go/860/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,884 [execute] INFO git fetch -v -- origin [2025-06-25T02:46:46.899Z] 2025-06-25 02:46:46,884 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/860/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-25T02:46:47.465Z] 2025-06-25 02:46:47,366 [run_push] DEBUG no remote changes detected [2025-06-25T02:46:47.465Z] 2025-06-25 02:46:47,366 [execute] INFO git push origin semver [2025-06-25T02:46:47.465Z] 2025-06-25 02:46:47,366 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/860/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-25T02:46:48.400Z] 2025-06-25 02:46:48,131 [run_push] DEBUG push all version tags [2025-06-25T02:46:48.400Z] 2025-06-25 02:46:48,131 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-25T02:46:48.400Z] 2025-06-25 02:46:48,132 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/860, stdin=None, shell=False, universal_newlines=False) [2025-06-25T02:46:48.967Z] 2025-06-25 02:46:48,797 [read_version] DEBUG read version from /w/workspace/edgex-go/860/.semver/main [2025-06-25T02:46:48.968Z] 4.1.0-dev.29 [Pipeline] } [2025-06-25T02:46:48.969Z] $ docker exec --env ******** --env ******** 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 ssh-agent -k [2025-06-25T02:46:49.083Z] unset SSH_AUTH_SOCK; [2025-06-25T02:46:49.085Z] unset SSH_AGENT_PID; [2025-06-25T02:46:49.085Z] echo Agent pid 38 killed; [2025-06-25T02:46:49.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-25T02:46:49.426Z] + git semver [Pipeline] } [2025-06-25T02:46:49.745Z] $ docker stop --time=1 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 [2025-06-25T02:46:50.993Z] $ docker rm -f --volumes 8e8d73ee7257249a26ee5c73fad2bd6ccca8b28f32adc731070a69108fe99b71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-25T02:46:51.525Z] + [ -d /w/workspace/edgex-go/860/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:46:51.817Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:46:52.680Z] ---> package-listing.sh [2025-06-25T02:46:52.680Z] ++ facter osfamily [2025-06-25T02:46:52.680Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-25T02:46:52.939Z] + OS_FAMILY=debian [2025-06-25T02:46:52.939Z] + workspace=/w/workspace/edgex-go/860 [2025-06-25T02:46:52.939Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-25T02:46:52.939Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-25T02:46:52.939Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-25T02:46:52.939Z] + PACKAGES=/tmp/packages_start.txt [2025-06-25T02:46:52.939Z] + '[' /w/workspace/edgex-go/860 ']' [2025-06-25T02:46:52.939Z] + PACKAGES=/tmp/packages_end.txt [2025-06-25T02:46:52.939Z] + case "${OS_FAMILY}" in [2025-06-25T02:46:52.939Z] + dpkg -l [2025-06-25T02:46:52.939Z] + grep '^ii' [2025-06-25T02:46:52.939Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-25T02:46:52.939Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-25T02:46:52.939Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-25T02:46:52.939Z] + '[' /w/workspace/edgex-go/860 ']' [2025-06-25T02:46:52.939Z] + mkdir -p /w/workspace/edgex-go/860/archives/ [2025-06-25T02:46:52.939Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/860/archives/ [Pipeline] echo [2025-06-25T02:46:52.950Z] 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/860/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-25T02:46:53.231Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:46:53.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T02:46:53.792Z] [2025-06-25T02:46:53.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-25T02:46:54.093Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T02:46:54.093Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-25T02:46:54.093Z] 5eb5b503b376: Pulling fs layer [2025-06-25T02:46:54.093Z] 5c69ac0246d0: Pulling fs layer [2025-06-25T02:46:54.093Z] ec43610c2a17: Pulling fs layer [2025-06-25T02:46:54.093Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-25T02:46:54.093Z] 33b1e0a273af: Pulling fs layer [2025-06-25T02:46:54.093Z] 5d3b04190fa2: Pulling fs layer [2025-06-25T02:46:54.093Z] 2f39f015ded8: Pulling fs layer [2025-06-25T02:46:54.093Z] 3a2ae6a8a46f: Waiting [2025-06-25T02:46:54.093Z] 33b1e0a273af: Waiting [2025-06-25T02:46:54.093Z] 5d3b04190fa2: Waiting [2025-06-25T02:46:54.093Z] 2f39f015ded8: Waiting [2025-06-25T02:46:54.351Z] 3a2ae6a8a46f: Download complete [2025-06-25T02:46:54.351Z] 33b1e0a273af: Verifying Checksum [2025-06-25T02:46:54.351Z] 33b1e0a273af: Download complete [2025-06-25T02:46:54.351Z] ec43610c2a17: Verifying Checksum [2025-06-25T02:46:54.351Z] ec43610c2a17: Download complete [2025-06-25T02:46:54.351Z] 5d3b04190fa2: Verifying Checksum [2025-06-25T02:46:54.351Z] 5d3b04190fa2: Download complete [2025-06-25T02:46:54.351Z] 5eb5b503b376: Verifying Checksum [2025-06-25T02:46:54.351Z] 5eb5b503b376: Download complete [2025-06-25T02:46:55.284Z] 2f39f015ded8: Download complete [2025-06-25T02:46:55.549Z] 5eb5b503b376: Pull complete [2025-06-25T02:46:55.811Z] 5c69ac0246d0: Pull complete [2025-06-25T02:46:56.070Z] ec43610c2a17: Pull complete [2025-06-25T02:46:56.329Z] 3a2ae6a8a46f: Pull complete [2025-06-25T02:46:56.329Z] 33b1e0a273af: Pull complete [2025-06-25T02:46:56.587Z] 5d3b04190fa2: Pull complete [2025-06-25T02:47:00.769Z] 2f39f015ded8: Pull complete [2025-06-25T02:47:00.769Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-25T02:47:00.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-25T02:47:00.770Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-25T02:47:00.868Z] prd-ubuntu20.04-docker-8c-8g-3952 does not seem to be running inside a container [2025-06-25T02:47:00.884Z] $ 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/860/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/860 -v /w/workspace/edgex-go/860:/w/workspace/edgex-go/860:rw,z -v /w/workspace/edgex-go/860@tmp:/w/workspace/edgex-go/860@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-25T02:47:06.613Z] $ docker top 3b28c1822d6815cf179125a046b0dc50089b92dd725f4abfb11e0e9648408d44 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-25T02:47:06.982Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-25T02:47:07.270Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-25T02:47:07.557Z] + ls /var/log/sa-host [2025-06-25T02:47:07.557Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-25T02:47:07.598Z] provisioning config files... [2025-06-25T02:47:07.610Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/860@tmp/config18004988471052645171tmp [Pipeline] { [Pipeline] echo [2025-06-25T02:47:07.635Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:47:07.921Z] ---> create-netrc.sh [Pipeline] } [2025-06-25T02:47:07.927Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:47:08.241Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-25T02:47:08.249Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:47:08.526Z] ---> sudo-logs.sh [2025-06-25T02:47:08.526Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-25T02:47:08.554Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:47:08.840Z] ---> job-cost.sh [2025-06-25T02:47:08.840Z] lf-activate-venv: SKIPPING [2025-06-25T02:47:08.840Z] DEBUG: total: 0.10999999940395355 [2025-06-25T02:47:08.840Z] INFO: Retrieving Stack Cost... [2025-06-25T02:47:09.100Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-25T02:47:09.358Z] INFO: Archiving Costs [Pipeline] echo [2025-06-25T02:47:09.371Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-25T02:47:09.655Z] ---> logs-deploy.sh [2025-06-25T02:47:09.655Z] lf-activate-venv: SKIPPING [2025-06-25T02:47:09.655Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/860 [2025-06-25T02:47:09.655Z] INFO: archiving workspace using pattern(s): [2025-06-25T02:47:10.594Z] Archives upload complete. [2025-06-25T02:47:10.857Z] INFO: archiving logs to Nexus [2025-06-25T02:47:11.432Z] ---> uname -a: [2025-06-25T02:47:11.432Z] Linux prd-ubuntu20-04-docker-8c-8g-3952 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] ---> lscpu: [2025-06-25T02:47:11.432Z] Architecture: x86_64 [2025-06-25T02:47:11.432Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-25T02:47:11.432Z] Byte Order: Little Endian [2025-06-25T02:47:11.432Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-25T02:47:11.432Z] CPU(s): 8 [2025-06-25T02:47:11.432Z] On-line CPU(s) list: 0-7 [2025-06-25T02:47:11.432Z] Thread(s) per core: 1 [2025-06-25T02:47:11.432Z] Core(s) per socket: 1 [2025-06-25T02:47:11.432Z] Socket(s): 8 [2025-06-25T02:47:11.432Z] NUMA node(s): 1 [2025-06-25T02:47:11.432Z] Vendor ID: AuthenticAMD [2025-06-25T02:47:11.432Z] CPU family: 23 [2025-06-25T02:47:11.432Z] Model: 49 [2025-06-25T02:47:11.432Z] Model name: AMD EPYC-Rome Processor [2025-06-25T02:47:11.432Z] Stepping: 0 [2025-06-25T02:47:11.432Z] CPU MHz: 2800.000 [2025-06-25T02:47:11.432Z] BogoMIPS: 5600.00 [2025-06-25T02:47:11.432Z] Virtualization: AMD-V [2025-06-25T02:47:11.432Z] Hypervisor vendor: KVM [2025-06-25T02:47:11.432Z] Virtualization type: full [2025-06-25T02:47:11.432Z] L1d cache: 256 KiB [2025-06-25T02:47:11.432Z] L1i cache: 256 KiB [2025-06-25T02:47:11.432Z] L2 cache: 4 MiB [2025-06-25T02:47:11.432Z] L3 cache: 128 MiB [2025-06-25T02:47:11.432Z] NUMA node0 CPU(s): 0-7 [2025-06-25T02:47:11.432Z] Vulnerability Itlb multihit: Not affected [2025-06-25T02:47:11.432Z] Vulnerability L1tf: Not affected [2025-06-25T02:47:11.432Z] Vulnerability Mds: Not affected [2025-06-25T02:47:11.432Z] Vulnerability Meltdown: Not affected [2025-06-25T02:47:11.432Z] Vulnerability Mmio stale data: Not affected [2025-06-25T02:47:11.432Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-25T02:47:11.432Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-25T02:47:11.432Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-25T02:47:11.432Z] Vulnerability Srbds: Not affected [2025-06-25T02:47:11.432Z] Vulnerability Tsx async abort: Not affected [2025-06-25T02:47:11.432Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] ---> nproc: [2025-06-25T02:47:11.432Z] 8 [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] ---> df -h: [2025-06-25T02:47:11.432Z] Filesystem Size Used Avail Use% Mounted on [2025-06-25T02:47:11.432Z] overlay 155G 30G 125G 20% / [2025-06-25T02:47:11.432Z] tmpfs 64M 0 64M 0% /dev [2025-06-25T02:47:11.432Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-25T02:47:11.432Z] shm 64M 0 64M 0% /dev/shm [2025-06-25T02:47:11.432Z] /dev/vda1 155G 30G 125G 20% /facter-os [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] ---> sar -b -r -n DEV: [2025-06-25T02:47:11.432Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3952) 06/25/25 _x86_64_ (8 CPU) [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] 01:51:22 LINUX RESTART (8 CPU) [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] 01:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-25T02:47:11.432Z] 01:53:01 276.82 10.47 266.34 0.00 1764.99 117619.00 0.00 [2025-06-25T02:47:11.432Z] 01:54:01 10.95 0.27 10.68 0.00 19.86 6117.65 0.00 [2025-06-25T02:47:11.432Z] 01:55:01 182.37 0.62 181.75 0.00 26.40 59257.06 0.00 [2025-06-25T02:47:11.432Z] 01:56:01 46.03 0.05 45.98 0.00 0.40 35024.16 0.00 [2025-06-25T02:47:11.432Z] 01:57:01 85.09 5.68 79.40 0.00 2621.43 29769.31 0.00 [2025-06-25T02:47:11.432Z] 01:58:01 196.47 0.42 196.05 0.00 47.33 94229.10 0.00 [2025-06-25T02:47:11.432Z] 01:59:01 708.93 12.38 696.55 0.00 104.90 213159.35 0.00 [2025-06-25T02:47:11.432Z] 02:00:01 432.16 0.98 431.18 0.00 10.53 191566.61 0.00 [2025-06-25T02:47:11.432Z] 02:01:01 243.29 0.02 243.28 0.00 0.13 79541.14 0.00 [2025-06-25T02:47:11.432Z] 02:02:01 306.76 0.05 306.71 0.00 0.40 127093.64 0.00 [2025-06-25T02:47:11.432Z] 02:03:01 580.35 0.07 580.29 0.00 6.93 77300.98 0.00 [2025-06-25T02:47:11.432Z] 02:04:01 32.98 0.03 32.94 0.00 1.20 870.79 0.00 [2025-06-25T02:47:11.432Z] 02:05:01 10.38 0.00 10.38 0.00 0.00 254.36 0.00 [2025-06-25T02:47:11.432Z] 02:06:01 1.60 0.00 1.60 0.00 0.00 18.40 0.00 [2025-06-25T02:47:11.432Z] 02:07:01 2.13 0.02 2.12 0.00 0.13 25.99 0.00 [2025-06-25T02:47:11.432Z] 02:08:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 [2025-06-25T02:47:11.432Z] 02:09:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2025-06-25T02:47:11.432Z] 02:10:01 1.48 0.00 1.48 0.00 0.00 15.86 0.00 [2025-06-25T02:47:11.432Z] 02:11:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 [2025-06-25T02:47:11.432Z] 02:12:01 1.27 0.00 1.27 0.00 0.00 14.93 0.00 [2025-06-25T02:47:11.432Z] 02:13:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2025-06-25T02:47:11.432Z] 02:14:01 1.17 0.00 1.17 0.00 0.00 13.86 0.00 [2025-06-25T02:47:11.432Z] 02:15:01 3.32 1.02 2.30 0.00 21.86 29.86 0.00 [2025-06-25T02:47:11.432Z] 02:16:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 [2025-06-25T02:47:11.432Z] 02:17:01 1.22 0.02 1.20 0.00 0.13 12.93 0.00 [2025-06-25T02:47:11.432Z] 02:18:01 1.75 0.00 1.75 0.00 0.00 19.33 0.00 [2025-06-25T02:47:11.432Z] 02:19:01 0.93 0.00 0.93 0.00 0.00 9.47 0.00 [2025-06-25T02:47:11.432Z] 02:20:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 [2025-06-25T02:47:11.432Z] 02:21:01 1.07 0.00 1.07 0.00 0.00 10.93 0.00 [2025-06-25T02:47:11.432Z] 02:22:01 2.07 0.00 2.07 0.00 0.00 22.40 0.00 [2025-06-25T02:47:11.432Z] 02:23:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 [2025-06-25T02:47:11.432Z] 02:24:01 1.75 0.00 1.75 0.00 0.00 18.53 0.00 [2025-06-25T02:47:11.432Z] 02:25:01 0.87 0.00 0.87 0.00 0.00 10.00 0.00 [2025-06-25T02:47:11.432Z] 02:26:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 [2025-06-25T02:47:11.432Z] 02:27:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2025-06-25T02:47:11.432Z] 02:28:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 [2025-06-25T02:47:11.432Z] 02:29:01 1.45 0.00 1.45 0.00 0.00 15.06 0.00 [2025-06-25T02:47:11.432Z] 02:30:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 [2025-06-25T02:47:11.432Z] 02:31:01 2.13 1.08 1.05 0.00 29.20 13.60 0.00 [2025-06-25T02:47:11.432Z] 02:32:01 2.62 0.50 2.12 0.00 9.87 24.53 0.00 [2025-06-25T02:47:11.432Z] 02:33:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 [2025-06-25T02:47:11.432Z] 02:34:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 [2025-06-25T02:47:11.432Z] 02:35:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 [2025-06-25T02:47:11.432Z] 02:36:01 1.45 0.00 1.45 0.00 0.00 17.87 0.00 [2025-06-25T02:47:11.432Z] 02:37:01 1.42 0.00 1.42 0.00 0.00 15.99 0.00 [2025-06-25T02:47:11.432Z] 02:38:01 1.10 0.00 1.10 0.00 0.00 13.46 0.00 [2025-06-25T02:47:11.432Z] 02:39:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 [2025-06-25T02:47:11.432Z] 02:40:01 1.58 0.00 1.58 0.00 0.00 19.06 0.00 [2025-06-25T02:47:11.432Z] 02:41:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 [2025-06-25T02:47:11.432Z] 02:42:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 [2025-06-25T02:47:11.432Z] 02:43:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 [2025-06-25T02:47:11.432Z] 02:44:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 [2025-06-25T02:47:11.432Z] 02:45:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2025-06-25T02:47:11.432Z] 02:46:01 35.96 0.32 35.64 0.00 10.00 14134.71 0.00 [2025-06-25T02:47:11.432Z] 02:47:01 149.45 0.18 149.27 0.00 14.13 40648.00 0.00 [2025-06-25T02:47:11.432Z] Average: 60.95 0.62 60.34 0.00 84.76 19741.11 0.00 [2025-06-25T02:47:11.432Z] [2025-06-25T02:47:11.432Z] 01:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-25T02:47:11.432Z] 01:53:01 29335488 31535916 806568 2.45 60504 2426680 1843916 5.43 1025824 2173784 42876 [2025-06-25T02:47:11.432Z] 01:54:01 29180824 31548416 792468 2.41 61544 2591148 1874648 5.52 1046108 2302332 29360 [2025-06-25T02:47:11.432Z] 01:55:01 27858844 31396932 909484 2.77 126244 3583904 2011332 5.93 1317128 3206172 19976 [2025-06-25T02:47:11.432Z] 01:56:01 26587512 31369236 933036 2.84 130068 4756520 2176280 6.41 2044468 3681828 169168 [2025-06-25T02:47:11.432Z] 01:57:01 25719336 31359764 909220 2.77 161252 5539084 1913588 5.64 2032616 4479424 581368 [2025-06-25T02:47:11.432Z] 01:58:01 20834632 31252916 1009404 3.07 172776 10206240 2942172 8.67 2221064 9063140 4042100 [2025-06-25T02:47:11.432Z] 01:59:01 16209608 31352196 894612 2.72 366660 14333092 2396804 7.06 2944064 12548528 2609116 [2025-06-25T02:47:11.432Z] 02:00:01 9881068 29323396 2858832 8.69 403012 18187884 9627468 28.37 5337136 15978128 880280 [2025-06-25T02:47:11.432Z] 02:01:01 5653652 27882100 4298316 13.07 420824 20831632 10004792 29.49 8023164 17395756 1376156 [2025-06-25T02:47:11.432Z] 02:02:01 3501032 29455176 2728852 8.30 434436 24406500 6884148 20.29 8174684 19267668 1389528 [2025-06-25T02:47:11.432Z] 02:03:01 8107248 31406640 843192 2.56 442568 22029204 2105356 6.20 3502532 19706896 576 [2025-06-25T02:47:11.432Z] 02:04:01 8092012 31393188 855588 2.60 444144 22029820 2244344 6.61 3961848 19261104 484 [2025-06-25T02:47:11.432Z] 02:05:01 8101544 31403048 845748 2.57 444484 22029892 2097348 6.18 4034708 19178264 8 [2025-06-25T02:47:11.432Z] 02:06:01 8103088 31404660 844344 2.57 444512 22029900 2097348 6.18 4033100 19178272 8 [2025-06-25T02:47:11.432Z] 02:07:01 8114376 31416020 832780 2.53 444560 22029872 2130092 6.28 4019864 19178248 16 [2025-06-25T02:47:11.432Z] 02:08:01 8115364 31417056 831916 2.53 444596 22029880 2130092 6.28 4020112 19178252 56 [2025-06-25T02:47:11.432Z] 02:09:01 8119136 31420832 828112 2.52 444608 22029884 2130092 6.28 4016080 19178256 8 [2025-06-25T02:47:11.432Z] 02:10:01 8119080 31420800 828096 2.52 444620 22029884 2130092 6.28 4016352 19178256 8 [2025-06-25T02:47:11.432Z] 02:11:01 8119712 31421448 827584 2.52 444632 22029888 2130092 6.28 4016532 19178260 176 [2025-06-25T02:47:11.432Z] 02:12:01 8120680 31422436 826576 2.51 444652 22029888 2130092 6.28 4015584 19178260 64 [2025-06-25T02:47:11.432Z] 02:13:01 8120736 31422500 826504 2.51 444664 22029892 2130092 6.28 4015188 19178264 28 [2025-06-25T02:47:11.432Z] 02:14:01 8120372 31422144 826860 2.51 444680 22029896 2130092 6.28 4015180 19178264 48 [2025-06-25T02:47:11.432Z] 02:15:01 8118696 31421576 827440 2.52 444744 22030544 2181296 6.43 4015368 19178828 8 [2025-06-25T02:47:11.432Z] 02:16:01 8118892 31421788 827136 2.52 444780 22030548 2181296 6.43 4015364 19178832 60 [2025-06-25T02:47:11.432Z] 02:17:01 8118560 31421492 827384 2.52 444816 22030536 2181296 6.43 4015644 19178832 16 [2025-06-25T02:47:11.432Z] 02:18:01 8118680 31421656 827320 2.52 444840 22030552 2181296 6.43 4015564 19178836 16 [2025-06-25T02:47:11.432Z] 02:19:01 8118704 31421704 827284 2.52 444840 22030552 2181296 6.43 4015604 19178836 8 [2025-06-25T02:47:11.432Z] 02:20:01 8118436 31421440 827464 2.52 444864 22030556 2181296 6.43 4015656 19178840 8 [2025-06-25T02:47:11.432Z] 02:21:01 8118688 31421696 827192 2.52 444880 22030560 2181296 6.43 4015656 19178844 8 [2025-06-25T02:47:11.432Z] 02:22:01 8118852 31421952 826912 2.51 444932 22030564 2181296 6.43 4016000 19178848 36 [2025-06-25T02:47:11.432Z] 02:23:01 8119088 31422196 826632 2.51 444952 22030568 2181296 6.43 4015664 19178852 12 [2025-06-25T02:47:11.432Z] 02:24:01 8119324 31422460 826348 2.51 444984 22030568 2181296 6.43 4015704 19178856 12 [2025-06-25T02:47:11.432Z] 02:25:01 8119332 31422472 826328 2.51 444992 22030572 2181296 6.43 4015692 19178860 28 [2025-06-25T02:47:11.433Z] 02:26:01 8119532 31422712 826304 2.51 445012 22030576 2181296 6.43 4015736 19178864 4 [2025-06-25T02:47:11.433Z] 02:27:01 8119240 31422564 826424 2.51 445032 22030704 2164656 6.38 4015932 19178964 44 [2025-06-25T02:47:11.433Z] 02:28:01 8119484 31422836 826096 2.51 445064 22030708 2164656 6.38 4015788 19178992 52 [2025-06-25T02:47:11.433Z] 02:29:01 8119436 31422832 826052 2.51 445108 22030708 2164656 6.38 4015836 19178996 8 [2025-06-25T02:47:11.433Z] 02:30:01 8119160 31422612 826260 2.51 445132 22030712 2164656 6.38 4015876 19179004 40 [2025-06-25T02:47:11.433Z] 02:31:01 8114744 31420036 828704 2.52 445160 22031596 2164656 6.38 4019864 19179516 64 [2025-06-25T02:47:11.433Z] 02:32:01 8112640 31418332 830400 2.53 445192 22031884 2164656 6.38 4022608 19179356 20 [2025-06-25T02:47:11.433Z] 02:33:01 8113124 31418824 830056 2.52 445212 22031896 2164656 6.38 4022368 19179360 32 [2025-06-25T02:47:11.433Z] 02:34:01 8113316 31419044 830040 2.52 445216 22031896 2164656 6.38 4022168 19179360 4 [2025-06-25T02:47:11.433Z] 02:35:01 8113048 31418780 830276 2.52 445236 22031900 2164656 6.38 4022256 19179364 8 [2025-06-25T02:47:11.433Z] 02:36:01 8109936 31415712 833284 2.53 445260 22031904 2164656 6.38 4026744 19179368 8 [2025-06-25T02:47:11.433Z] 02:37:01 8110008 31415856 833084 2.53 445324 22031904 2164656 6.38 4026568 19179372 32 [2025-06-25T02:47:11.433Z] 02:38:01 8110172 31416024 832864 2.53 445332 22031908 2164656 6.38 4026436 19179376 144 [2025-06-25T02:47:11.433Z] 02:39:01 8109904 31415792 833048 2.53 445356 22031908 2164656 6.38 4026476 19179380 4 [2025-06-25T02:47:11.433Z] 02:40:01 8109856 31415756 833012 2.53 445368 22031916 2164656 6.38 4026460 19179388 12 [2025-06-25T02:47:11.433Z] 02:41:01 8109808 31415716 832988 2.53 445372 22031920 2164656 6.38 4026460 19179392 8 [2025-06-25T02:47:11.433Z] 02:42:01 8109760 31415684 832960 2.53 445388 22031920 2164656 6.38 4026548 19179392 160 [2025-06-25T02:47:11.433Z] 02:43:01 8109132 31415076 833676 2.54 445428 22031924 2164656 6.38 4026800 19179388 8 [2025-06-25T02:47:11.433Z] 02:44:01 8109124 31415112 833644 2.54 445452 22031924 2164656 6.38 4026576 19179392 44 [2025-06-25T02:47:11.433Z] 02:45:01 8109020 31415016 833624 2.54 445456 22031928 2164656 6.38 4026888 19179396 180 [2025-06-25T02:47:11.433Z] 02:46:01 6968932 31116296 1125248 3.42 449172 22782980 2561336 7.55 4370788 19872704 359640 [2025-06-25T02:47:11.433Z] 02:47:01 6408828 31356028 884124 2.69 482508 23487348 2234664 6.59 4137008 20608128 383952 [2025-06-25T02:47:11.433Z] Average: 10128378 31271343 979595 2.98 407281 20008341 2533824 7.47 3908499 17379656 216111 [2025-06-25T02:47:11.433Z] [2025-06-25T02:47:11.433Z] 01:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-25T02:47:11.433Z] 01:53:01 lo 3.66 3.66 0.36 0.36 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:53:01 docker0 163.43 322.42 8.68 741.81 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:53:01 veth84e9572 163.43 322.57 10.92 741.82 0.00 0.00 0.00 0.06 [2025-06-25T02:47:11.433Z] 01:53:01 ens3 757.06 505.41 6353.86 70.05 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:54:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:54:01 docker0 363.31 762.54 19.54 2280.53 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:54:01 ens3 830.76 392.92 2688.81 32.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:55:01 docker0 250.66 276.27 19.80 1649.15 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:55:01 ens3 387.60 312.26 4475.88 38.92 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:55:01 vethd31c4f0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:56:01 docker0 1.03 1.03 0.08 0.09 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:56:01 ens3 32.84 20.36 24.36 13.73 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:56:01 vethd31c4f0 1.03 1.10 0.09 0.10 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:57:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:57:01 docker0 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:57:01 ens3 170.94 100.62 2300.78 17.75 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:57:01 vethd31c4f0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 vethc23c81e 2.02 5.17 0.15 38.82 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 vethebc7fc0 0.35 0.52 0.03 0.14 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 vethba6beb1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth2666305 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 vethc6a7ec8 3.22 8.92 0.23 110.11 0.00 0.00 0.00 0.01 [2025-06-25T02:47:11.433Z] 01:58:01 veth920f821 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 vethb55a5d5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth31fed07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth2ca12ae 1.60 3.58 0.12 38.70 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth943b2b1 6.72 11.95 0.51 116.88 0.00 0.00 0.00 0.01 [2025-06-25T02:47:11.433Z] 01:58:01 veth8e5b26c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 docker0 15.63 33.49 0.96 343.42 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth7b0a8f8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth4e8c9e7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 vethf6425aa 1.73 4.35 0.13 38.83 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 ens3 191.55 99.42 3425.22 21.74 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth3c21400 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:58:01 veth04070a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:59:01 vethebc7fc0 0.10 1.23 0.00 0.06 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:59:01 vethc79597c 102.03 154.90 9.61 1234.27 0.00 0.00 0.00 0.10 [2025-06-25T02:47:11.433Z] 01:59:01 veth73d938d 100.52 155.46 9.50 1234.55 0.00 0.00 0.00 0.10 [2025-06-25T02:47:11.433Z] 01:59:01 veth2013fe8 91.39 152.57 8.87 1233.74 0.00 0.00 0.00 0.10 [2025-06-25T02:47:11.433Z] 01:59:01 veth80fe4fd 98.87 155.75 9.37 1234.03 0.00 0.00 0.00 0.10 [2025-06-25T02:47:11.433Z] 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:59:01 vethc2be947 110.58 148.18 10.19 1234.43 0.00 0.00 0.00 0.10 [2025-06-25T02:47:11.433Z] 01:59:01 veth98c2fb4 102.20 155.40 9.64 1234.12 0.00 0.00 0.00 0.10 [2025-06-25T02:47:11.433Z] 01:59:01 docker0 673.36 1052.00 52.80 8478.55 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 01:59:01 ens3 1109.36 725.16 8502.80 229.08 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 vethebc7fc0 0.10 0.33 0.01 0.02 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth5bd3212 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth1aa3251 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth507ddf4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth44fc11a 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 vethb83fdde 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 docker0 0.20 0.38 0.01 0.02 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth3041f8d 0.05 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth9678e3b 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 vethd41b021 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth6711739 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth51725e6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 vethf4cc955 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 ens3 14.15 7.95 11.92 6.10 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:00:01 veth4b8eccb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 vethebc7fc0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth5bd3212 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth1aa3251 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth507ddf4 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth44fc11a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 vethb83fdde 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth3041f8d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth9678e3b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 vethd41b021 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth6711739 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth51725e6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 vethf4cc955 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 ens3 2.98 1.40 2.28 1.19 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:01:01 veth4b8eccb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 vethebc7fc0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth5bd3212 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth1aa3251 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth507ddf4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth44fc11a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 vethb83fdde 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth3041f8d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth9678e3b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 vethd41b021 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth6711739 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth51725e6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 vethf4cc955 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 ens3 1.55 0.83 1.00 0.55 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:02:01 veth4b8eccb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:03:01 lo 23.60 23.60 2.33 2.33 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:03:01 ens3 194.92 169.51 121.09 629.26 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:04:01 lo 43.93 43.93 4.33 4.33 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:04:01 ens3 490.97 480.44 198.87 2720.70 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:05:01 lo 12.86 12.86 1.27 1.27 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:05:01 ens3 122.38 104.68 66.24 473.65 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:06:01 ens3 0.60 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:07:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:08:01 ens3 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:09:01 ens3 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:10:01 ens3 0.55 0.20 0.87 0.02 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:12:01 ens3 0.42 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:13:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:14:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:15:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:17:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:18:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:19:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:21:01 ens3 0.22 0.07 0.12 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.433Z] 02:22:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:23:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:24:01 ens3 0.30 0.12 0.08 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:26:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:27:01 ens3 0.22 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:28:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:29:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:30:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:31:01 ens3 2.75 2.02 2.12 2.99 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:32:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:32:01 ens3 5.87 4.85 3.61 3.43 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:33:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:34:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:36:01 ens3 1.53 1.63 0.34 17.94 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:37:01 ens3 3.47 7.50 0.29 7.41 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:38:01 ens3 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:39:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:40:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:42:01 ens3 2.25 4.65 0.26 7.22 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:43:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:44:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:45:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:46:01 veth494b7e1 71.57 85.02 6.64 865.55 0.00 0.00 0.00 0.07 [2025-06-25T02:47:11.434Z] 02:46:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:46:01 docker0 71.57 84.90 5.66 865.54 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:46:01 ens3 201.93 165.46 3520.13 90.29 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:47:01 lo 2.27 2.27 0.24 0.24 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:47:01 docker0 5.12 5.10 1.04 1.51 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] 02:47:01 ens3 280.72 174.88 5794.15 52.30 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] Average: lo 1.73 1.73 0.17 0.17 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] Average: docker0 28.04 46.07 1.97 260.97 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] Average: ens3 87.27 59.59 680.01 80.67 0.00 0.00 0.00 0.00 [2025-06-25T02:47:11.434Z] [2025-06-25T02:47:11.434Z] [2025-06-25T02:47:11.434Z] ---> sar -P ALL: [2025-06-25T02:47:11.434Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3952) 06/25/25 _x86_64_ (8 CPU) [2025-06-25T02:47:11.434Z] [2025-06-25T02:47:11.434Z] 01:51:22 LINUX RESTART (8 CPU) [2025-06-25T02:47:11.434Z] [2025-06-25T02:47:11.434Z] 01:52:02 CPU %user %nice %system %iowait %steal %idle [2025-06-25T02:47:11.434Z] 01:53:01 all 5.03 0.00 1.83 1.86 0.05 91.23 [2025-06-25T02:47:11.434Z] 01:53:01 0 4.56 0.00 2.33 2.02 0.03 91.05 [2025-06-25T02:47:11.434Z] 01:53:01 1 3.96 0.00 1.52 0.07 0.05 94.40 [2025-06-25T02:47:11.434Z] 01:53:01 2 3.88 0.00 1.59 0.61 0.05 93.87 [2025-06-25T02:47:11.434Z] 01:53:01 3 6.53 0.00 1.86 0.46 0.05 91.10 [2025-06-25T02:47:11.434Z] 01:53:01 4 7.49 0.00 2.40 8.34 0.07 81.70 [2025-06-25T02:47:11.434Z] 01:53:01 5 4.28 0.00 1.83 2.88 0.02 90.99 [2025-06-25T02:47:11.434Z] 01:53:01 6 4.81 0.00 1.36 0.46 0.05 93.31 [2025-06-25T02:47:11.434Z] 01:53:01 7 4.76 0.00 1.73 0.05 0.05 93.40 [2025-06-25T02:47:11.434Z] 01:54:01 all 1.65 0.00 0.56 0.33 0.04 97.42 [2025-06-25T02:47:11.434Z] 01:54:01 0 1.63 0.00 0.45 0.02 0.05 97.85 [2025-06-25T02:47:11.434Z] 01:54:01 1 1.44 0.00 0.74 0.00 0.03 97.79 [2025-06-25T02:47:11.434Z] 01:54:01 2 3.72 0.00 0.84 0.42 0.05 94.97 [2025-06-25T02:47:11.434Z] 01:54:01 3 1.22 0.00 0.33 1.44 0.05 96.96 [2025-06-25T02:47:11.434Z] 01:54:01 4 2.83 0.00 0.59 0.75 0.03 95.80 [2025-06-25T02:47:11.434Z] 01:54:01 5 0.92 0.00 0.55 0.00 0.03 98.49 [2025-06-25T02:47:11.434Z] 01:54:01 6 0.49 0.00 0.50 0.00 0.02 99.00 [2025-06-25T02:47:11.434Z] 01:54:01 7 0.92 0.00 0.52 0.02 0.02 98.53 [2025-06-25T02:47:11.434Z] 01:55:01 all 6.36 0.00 3.13 2.72 0.05 87.74 [2025-06-25T02:47:11.434Z] 01:55:01 0 6.42 0.00 3.78 1.36 0.05 88.38 [2025-06-25T02:47:11.434Z] 01:55:01 1 6.50 0.00 2.75 0.08 0.07 90.60 [2025-06-25T02:47:11.434Z] 01:55:01 2 5.21 0.00 2.42 0.66 0.05 91.66 [2025-06-25T02:47:11.434Z] 01:55:01 3 6.34 0.00 3.55 1.23 0.05 88.83 [2025-06-25T02:47:11.434Z] 01:55:01 4 6.54 0.00 4.58 17.25 0.07 71.56 [2025-06-25T02:47:11.434Z] 01:55:01 5 6.58 0.00 2.69 0.07 0.03 90.63 [2025-06-25T02:47:11.434Z] 01:55:01 6 6.26 0.00 2.99 0.94 0.03 89.78 [2025-06-25T02:47:11.434Z] 01:55:01 7 6.99 0.00 2.30 0.24 0.05 90.43 [2025-06-25T02:47:11.434Z] 01:56:01 all 41.55 0.00 6.13 2.39 0.11 49.81 [2025-06-25T02:47:11.434Z] 01:56:01 0 40.11 0.00 5.93 1.88 0.10 51.97 [2025-06-25T02:47:11.434Z] 01:56:01 1 41.47 0.00 6.64 0.07 0.10 51.73 [2025-06-25T02:47:11.434Z] 01:56:01 2 43.12 0.00 5.86 0.52 0.10 50.40 [2025-06-25T02:47:11.434Z] 01:56:01 3 40.62 0.00 6.58 14.19 0.13 38.47 [2025-06-25T02:47:11.434Z] 01:56:01 4 39.98 0.00 6.40 1.15 0.10 52.37 [2025-06-25T02:47:11.434Z] 01:56:01 5 40.12 0.00 5.63 0.07 0.10 54.08 [2025-06-25T02:47:11.434Z] 01:56:01 6 43.05 0.00 6.21 1.13 0.15 49.46 [2025-06-25T02:47:11.434Z] 01:56:01 7 43.93 0.00 5.82 0.12 0.12 50.02 [2025-06-25T02:47:11.434Z] 01:57:01 all 66.39 0.00 9.00 1.16 0.12 23.34 [2025-06-25T02:47:11.434Z] 01:57:01 0 66.14 0.00 8.67 1.72 0.10 23.38 [2025-06-25T02:47:11.434Z] 01:57:01 1 62.49 0.00 8.55 1.68 0.12 27.16 [2025-06-25T02:47:11.434Z] 01:57:01 2 68.05 0.00 9.14 1.65 0.12 21.05 [2025-06-25T02:47:11.434Z] 01:57:01 3 66.33 0.00 9.42 1.30 0.10 22.85 [2025-06-25T02:47:11.434Z] 01:57:01 4 66.57 0.00 9.83 0.93 0.12 22.55 [2025-06-25T02:47:11.434Z] 01:57:01 5 67.71 0.00 9.57 0.60 0.13 21.98 [2025-06-25T02:47:11.434Z] 01:57:01 6 67.05 0.00 8.55 0.79 0.12 23.49 [2025-06-25T02:47:11.434Z] 01:57:01 7 66.72 0.00 8.25 0.64 0.12 24.27 [2025-06-25T02:47:11.434Z] 01:58:01 all 25.00 0.00 6.68 4.92 0.09 63.31 [2025-06-25T02:47:11.434Z] 01:58:01 0 26.42 0.00 6.98 3.08 0.08 63.44 [2025-06-25T02:47:11.434Z] 01:58:01 1 21.94 0.00 5.48 2.28 0.07 70.24 [2025-06-25T02:47:11.434Z] 01:58:01 2 25.15 0.00 6.52 6.15 0.08 62.09 [2025-06-25T02:47:11.434Z] 01:58:01 3 24.06 0.00 6.88 7.13 0.08 61.85 [2025-06-25T02:47:11.434Z] 01:58:01 4 26.01 0.00 7.81 9.93 0.14 56.12 [2025-06-25T02:47:11.434Z] 01:58:01 5 25.30 0.00 5.95 2.13 0.10 66.53 [2025-06-25T02:47:11.434Z] 01:58:01 6 25.89 0.00 6.84 1.94 0.07 65.26 [2025-06-25T02:47:11.434Z] 01:58:01 7 25.23 0.00 6.98 6.78 0.10 60.91 [2025-06-25T02:47:11.434Z] 01:59:01 all 12.91 0.00 5.78 17.56 0.10 63.64 [2025-06-25T02:47:11.434Z] 01:59:01 0 11.87 0.00 6.09 15.32 0.10 66.62 [2025-06-25T02:47:11.434Z] 01:59:01 1 13.51 0.00 5.30 6.96 0.10 74.13 [2025-06-25T02:47:11.434Z] 01:59:01 2 11.00 0.00 4.90 31.66 0.08 52.35 [2025-06-25T02:47:11.434Z] 01:59:01 3 13.35 0.00 6.13 28.33 0.12 52.07 [2025-06-25T02:47:11.434Z] 01:59:01 4 15.46 0.00 6.79 22.83 0.10 54.82 [2025-06-25T02:47:11.434Z] 01:59:01 5 12.64 0.00 5.62 15.57 0.12 66.05 [2025-06-25T02:47:11.434Z] 01:59:01 6 12.79 0.00 6.29 8.98 0.10 71.83 [2025-06-25T02:47:11.434Z] 01:59:01 7 12.69 0.00 5.12 10.92 0.10 71.16 [2025-06-25T02:47:11.434Z] 02:00:01 all 29.96 0.00 6.16 11.71 0.08 52.10 [2025-06-25T02:47:11.434Z] 02:00:01 0 29.74 0.00 5.83 4.95 0.07 59.41 [2025-06-25T02:47:11.434Z] 02:00:01 1 29.75 0.00 6.13 5.74 0.07 58.32 [2025-06-25T02:47:11.434Z] 02:00:01 2 29.89 0.00 5.45 23.15 0.10 41.40 [2025-06-25T02:47:11.434Z] 02:00:01 3 29.85 0.00 5.77 1.83 0.08 62.47 [2025-06-25T02:47:11.434Z] 02:00:01 4 31.26 0.00 7.97 39.78 0.08 20.91 [2025-06-25T02:47:11.434Z] 02:00:01 5 29.85 0.00 6.34 8.12 0.07 55.61 [2025-06-25T02:47:11.434Z] 02:00:01 6 30.12 0.00 5.28 1.87 0.07 62.66 [2025-06-25T02:47:11.434Z] 02:00:01 7 29.21 0.00 6.50 8.47 0.07 55.76 [2025-06-25T02:47:11.434Z] 02:01:01 all 89.71 0.00 10.12 0.00 0.17 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 0 89.54 0.00 10.26 0.00 0.20 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 1 90.41 0.00 9.42 0.00 0.17 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 2 90.08 0.00 9.72 0.00 0.20 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 3 90.35 0.00 9.51 0.00 0.13 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 4 89.80 0.00 10.02 0.00 0.18 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 5 89.30 0.00 10.53 0.00 0.17 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 6 89.83 0.00 10.00 0.00 0.17 0.00 [2025-06-25T02:47:11.434Z] 02:01:01 7 88.34 0.00 11.49 0.00 0.17 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 all 89.73 0.00 10.09 0.01 0.18 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 0 90.04 0.00 9.79 0.00 0.17 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 1 90.63 0.00 9.20 0.00 0.15 0.02 [2025-06-25T02:47:11.434Z] 02:02:01 2 89.50 0.00 10.31 0.02 0.17 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 3 90.80 0.00 9.05 0.00 0.15 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 4 89.25 0.00 10.56 0.00 0.19 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 5 90.05 0.00 9.81 0.00 0.13 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 6 88.97 0.00 10.74 0.00 0.30 0.00 [2025-06-25T02:47:11.434Z] 02:02:01 7 88.56 0.00 11.26 0.03 0.15 0.00 [2025-06-25T02:47:11.434Z] 02:03:01 all 18.81 0.00 3.70 9.91 0.08 67.51 [2025-06-25T02:47:11.434Z] 02:03:01 0 18.05 0.00 3.45 8.05 0.08 70.36 [2025-06-25T02:47:11.434Z] 02:03:01 1 19.03 0.00 3.56 9.35 0.07 67.99 [2025-06-25T02:47:11.434Z] 02:03:01 2 20.47 0.00 3.64 5.54 0.07 70.28 [2025-06-25T02:47:11.434Z] 02:03:01 3 19.06 0.00 3.70 9.35 0.08 67.81 [2025-06-25T02:47:11.434Z] 02:03:01 4 19.01 0.00 4.15 9.60 0.08 67.15 [2025-06-25T02:47:11.434Z] 02:03:01 5 17.02 0.00 3.22 6.48 0.07 73.22 [2025-06-25T02:47:11.434Z] 02:03:01 6 17.64 0.00 3.64 7.34 0.07 71.31 [2025-06-25T02:47:11.434Z] 02:03:01 7 20.20 0.00 4.21 23.65 0.08 51.85 [2025-06-25T02:47:11.434Z] [2025-06-25T02:47:11.434Z] 02:03:01 CPU %user %nice %system %iowait %steal %idle [2025-06-25T02:47:11.434Z] 02:04:01 all 9.77 0.00 0.93 0.09 0.06 89.15 [2025-06-25T02:47:11.434Z] 02:04:01 0 3.64 0.00 0.75 0.02 0.02 95.58 [2025-06-25T02:47:11.434Z] 02:04:01 1 10.86 0.00 0.87 0.38 0.07 87.82 [2025-06-25T02:47:11.434Z] 02:04:01 2 10.33 0.00 1.09 0.08 0.07 88.44 [2025-06-25T02:47:11.435Z] 02:04:01 3 10.71 0.00 0.99 0.02 0.07 88.22 [2025-06-25T02:47:11.435Z] 02:04:01 4 11.03 0.00 0.85 0.02 0.07 88.03 [2025-06-25T02:47:11.435Z] 02:04:01 5 9.21 0.00 0.93 0.02 0.07 89.78 [2025-06-25T02:47:11.435Z] 02:04:01 6 6.75 0.00 0.87 0.20 0.07 92.11 [2025-06-25T02:47:11.435Z] 02:04:01 7 15.63 0.00 1.08 0.02 0.07 83.20 [2025-06-25T02:47:11.435Z] 02:05:01 all 2.03 0.00 0.30 0.03 0.03 97.61 [2025-06-25T02:47:11.435Z] 02:05:01 0 1.45 0.00 0.27 0.00 0.03 98.25 [2025-06-25T02:47:11.435Z] 02:05:01 1 0.92 0.00 0.30 0.00 0.02 98.76 [2025-06-25T02:47:11.435Z] 02:05:01 2 3.69 0.00 0.50 0.00 0.05 95.76 [2025-06-25T02:47:11.435Z] 02:05:01 3 2.00 0.00 0.27 0.00 0.03 97.70 [2025-06-25T02:47:11.435Z] 02:05:01 4 3.14 0.00 0.20 0.03 0.03 96.59 [2025-06-25T02:47:11.435Z] 02:05:01 5 0.68 0.00 0.32 0.02 0.03 98.95 [2025-06-25T02:47:11.435Z] 02:05:01 6 2.17 0.00 0.23 0.20 0.02 97.38 [2025-06-25T02:47:11.435Z] 02:05:01 7 2.15 0.00 0.32 0.00 0.03 97.50 [2025-06-25T02:47:11.435Z] 02:06:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2025-06-25T02:47:11.435Z] 02:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.435Z] 02:06:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2025-06-25T02:47:11.435Z] 02:06:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-25T02:47:11.435Z] 02:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:06:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:06:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-25T02:47:11.435Z] 02:06:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:06:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:07:01 all 0.04 0.00 0.03 0.00 0.01 99.92 [2025-06-25T02:47:11.435Z] 02:07:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-25T02:47:11.435Z] 02:07:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2025-06-25T02:47:11.435Z] 02:07:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:07:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:07:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.435Z] 02:07:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:07:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:08:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-06-25T02:47:11.435Z] 02:08:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-25T02:47:11.435Z] 02:08:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-25T02:47:11.435Z] 02:08:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:09:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-25T02:47:11.435Z] 02:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-25T02:47:11.435Z] 02:09:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:09:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-06-25T02:47:11.435Z] 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:09:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-25T02:47:11.435Z] 02:09:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-06-25T02:47:11.435Z] 02:10:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:10:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-25T02:47:11.435Z] 02:10:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:10:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:10:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:10:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:11:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-25T02:47:11.435Z] 02:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:11:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2025-06-25T02:47:11.435Z] 02:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.435Z] 02:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:11:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-25T02:47:11.435Z] 02:11:01 6 0.08 0.00 0.00 0.02 0.00 99.90 [2025-06-25T02:47:11.435Z] 02:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:12:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2025-06-25T02:47:11.435Z] 02:12:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:12:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-25T02:47:11.435Z] 02:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:12:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:12:01 5 0.07 0.00 0.05 0.00 0.03 99.85 [2025-06-25T02:47:11.435Z] 02:12:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:13:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-06-25T02:47:11.435Z] 02:13:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:13:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-06-25T02:47:11.435Z] 02:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.435Z] 02:13:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:13:01 5 0.07 0.00 0.07 0.00 0.02 99.85 [2025-06-25T02:47:11.435Z] 02:13:01 6 0.02 0.00 0.00 0.05 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:14:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-06-25T02:47:11.435Z] 02:14:01 0 0.07 0.00 0.00 0.00 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:14:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-25T02:47:11.435Z] 02:14:01 5 0.05 0.00 0.02 0.00 0.08 99.85 [2025-06-25T02:47:11.435Z] 02:14:01 6 0.00 0.00 0.00 0.05 0.02 99.93 [2025-06-25T02:47:11.435Z] 02:14:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] [2025-06-25T02:47:11.435Z] 02:14:01 CPU %user %nice %system %iowait %steal %idle [2025-06-25T02:47:11.435Z] 02:15:01 all 0.10 0.00 0.05 0.06 0.01 99.79 [2025-06-25T02:47:11.435Z] 02:15:01 0 0.30 0.00 0.08 0.00 0.00 99.62 [2025-06-25T02:47:11.435Z] 02:15:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-25T02:47:11.435Z] 02:15:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2025-06-25T02:47:11.435Z] 02:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:15:01 4 0.00 0.00 0.03 0.17 0.00 99.80 [2025-06-25T02:47:11.435Z] 02:15:01 5 0.27 0.00 0.12 0.12 0.02 99.48 [2025-06-25T02:47:11.435Z] 02:15:01 6 0.02 0.00 0.02 0.13 0.00 99.83 [2025-06-25T02:47:11.435Z] 02:15:01 7 0.08 0.00 0.03 0.02 0.02 99.85 [2025-06-25T02:47:11.435Z] 02:16:01 all 0.14 0.00 0.01 0.00 0.01 99.84 [2025-06-25T02:47:11.435Z] 02:16:01 0 0.91 0.00 0.00 0.00 0.02 99.07 [2025-06-25T02:47:11.435Z] 02:16:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-25T02:47:11.435Z] 02:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:16:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2025-06-25T02:47:11.435Z] 02:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:16:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-25T02:47:11.435Z] 02:16:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-25T02:47:11.435Z] 02:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:17:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:17:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-25T02:47:11.435Z] 02:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:17:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:17:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2025-06-25T02:47:11.435Z] 02:17:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:17:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:18:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-06-25T02:47:11.435Z] 02:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.435Z] 02:18:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-25T02:47:11.435Z] 02:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:18:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:18:01 5 0.10 0.00 0.05 0.00 0.02 99.83 [2025-06-25T02:47:11.435Z] 02:18:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:19:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-06-25T02:47:11.435Z] 02:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.435Z] 02:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:19:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-25T02:47:11.435Z] 02:19:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-25T02:47:11.435Z] 02:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-25T02:47:11.435Z] 02:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:20:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2025-06-25T02:47:11.435Z] 02:20:01 0 0.48 0.00 0.03 0.00 0.00 99.48 [2025-06-25T02:47:11.435Z] 02:20:01 1 0.10 0.00 0.00 0.00 0.02 99.88 [2025-06-25T02:47:11.435Z] 02:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:20:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:20:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:20:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-25T02:47:11.435Z] 02:20:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:20:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-25T02:47:11.435Z] 02:21:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2025-06-25T02:47:11.435Z] 02:21:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-25T02:47:11.435Z] 02:21:01 1 0.08 0.00 0.03 0.00 0.02 99.87 [2025-06-25T02:47:11.435Z] 02:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:21:01 4 0.00 0.00 0.00 0.07 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:21:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2025-06-25T02:47:11.435Z] 02:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:21:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:22:01 all 0.14 0.00 0.02 0.01 0.00 99.83 [2025-06-25T02:47:11.435Z] 02:22:01 0 0.91 0.00 0.00 0.00 0.00 99.09 [2025-06-25T02:47:11.435Z] 02:22:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2025-06-25T02:47:11.435Z] 02:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.435Z] 02:22:01 4 0.03 0.00 0.00 0.03 0.00 99.93 [2025-06-25T02:47:11.435Z] 02:22:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2025-06-25T02:47:11.435Z] 02:22:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-25T02:47:11.435Z] 02:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:23:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-06-25T02:47:11.435Z] 02:23:01 0 1.27 0.00 0.00 0.00 0.02 98.71 [2025-06-25T02:47:11.435Z] 02:23:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2025-06-25T02:47:11.435Z] 02:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:23:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-25T02:47:11.435Z] 02:23:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.435Z] 02:24:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-06-25T02:47:11.435Z] 02:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:24:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-25T02:47:11.435Z] 02:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.435Z] 02:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.435Z] 02:24:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-06-25T02:47:11.435Z] 02:24:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-25T02:47:11.436Z] 02:24:01 6 0.02 0.00 0.00 0.10 0.02 99.87 [2025-06-25T02:47:11.436Z] 02:24:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:25:01 all 0.21 0.00 0.02 0.00 0.01 99.76 [2025-06-25T02:47:11.436Z] 02:25:01 0 1.60 0.00 0.03 0.00 0.00 98.37 [2025-06-25T02:47:11.436Z] 02:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:25:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:25:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:25:01 5 0.02 0.00 0.07 0.00 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:25:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.436Z] [2025-06-25T02:47:11.436Z] 02:25:01 CPU %user %nice %system %iowait %steal %idle [2025-06-25T02:47:11.436Z] 02:26:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-06-25T02:47:11.436Z] 02:26:01 0 1.08 0.00 0.03 0.00 0.00 98.89 [2025-06-25T02:47:11.436Z] 02:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-25T02:47:11.436Z] 02:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:26:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:26:01 5 0.08 0.00 0.05 0.00 0.02 99.85 [2025-06-25T02:47:11.436Z] 02:26:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:27:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-06-25T02:47:11.436Z] 02:27:01 0 1.26 0.00 0.00 0.00 0.02 98.73 [2025-06-25T02:47:11.436Z] 02:27:01 1 0.08 0.00 0.02 0.00 0.02 99.88 [2025-06-25T02:47:11.436Z] 02:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:27:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:27:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-25T02:47:11.436Z] 02:27:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:28:01 all 0.10 0.00 0.01 0.00 0.01 99.88 [2025-06-25T02:47:11.436Z] 02:28:01 0 0.62 0.00 0.02 0.00 0.00 99.37 [2025-06-25T02:47:11.436Z] 02:28:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:28:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:28:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:28:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:28:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-06-25T02:47:11.436Z] 02:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:29:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:29:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:29:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:29:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2025-06-25T02:47:11.436Z] 02:29:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:30:01 all 0.11 0.00 0.01 0.00 0.01 99.87 [2025-06-25T02:47:11.436Z] 02:30:01 0 0.70 0.00 0.00 0.00 0.02 99.28 [2025-06-25T02:47:11.436Z] 02:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:30:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:30:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:30:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:31:01 all 0.13 0.00 0.01 0.00 0.01 99.85 [2025-06-25T02:47:11.436Z] 02:31:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:31:01 1 0.20 0.00 0.00 0.00 0.02 99.78 [2025-06-25T02:47:11.436Z] 02:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.436Z] 02:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.436Z] 02:31:01 4 0.20 0.00 0.00 0.00 0.02 99.78 [2025-06-25T02:47:11.436Z] 02:31:01 5 0.18 0.00 0.03 0.02 0.00 99.77 [2025-06-25T02:47:11.436Z] 02:31:01 6 0.23 0.00 0.02 0.02 0.00 99.73 [2025-06-25T02:47:11.436Z] 02:31:01 7 0.13 0.00 0.02 0.00 0.00 99.85 [2025-06-25T02:47:11.436Z] 02:32:01 all 0.24 0.00 0.02 0.01 0.00 99.74 [2025-06-25T02:47:11.436Z] 02:32:01 0 0.67 0.00 0.03 0.00 0.00 99.30 [2025-06-25T02:47:11.436Z] 02:32:01 1 0.17 0.00 0.02 0.00 0.00 99.82 [2025-06-25T02:47:11.436Z] 02:32:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:32:01 3 0.13 0.00 0.02 0.00 0.02 99.83 [2025-06-25T02:47:11.436Z] 02:32:01 4 0.50 0.00 0.02 0.02 0.00 99.47 [2025-06-25T02:47:11.436Z] 02:32:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:32:01 6 0.25 0.00 0.03 0.03 0.00 99.68 [2025-06-25T02:47:11.436Z] 02:32:01 7 0.10 0.00 0.02 0.00 0.00 99.88 [2025-06-25T02:47:11.436Z] 02:33:01 all 0.09 0.00 0.01 0.00 0.01 99.88 [2025-06-25T02:47:11.436Z] 02:33:01 0 0.67 0.00 0.02 0.00 0.00 99.32 [2025-06-25T02:47:11.436Z] 02:33:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.436Z] 02:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:33:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.436Z] 02:33:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.436Z] 02:34:01 all 0.11 0.00 0.01 0.00 0.01 99.86 [2025-06-25T02:47:11.436Z] 02:34:01 0 0.68 0.00 0.02 0.00 0.02 99.29 [2025-06-25T02:47:11.436Z] 02:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:34:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:34:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.436Z] 02:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:34:01 5 0.10 0.00 0.02 0.00 0.02 99.87 [2025-06-25T02:47:11.436Z] 02:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:35:01 all 0.20 0.00 0.01 0.00 0.02 99.76 [2025-06-25T02:47:11.436Z] 02:35:01 0 1.40 0.00 0.02 0.00 0.00 98.58 [2025-06-25T02:47:11.436Z] 02:35:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:35:01 3 0.05 0.00 0.03 0.00 0.03 99.88 [2025-06-25T02:47:11.436Z] 02:35:01 4 0.02 0.00 0.02 0.00 0.15 99.82 [2025-06-25T02:47:11.436Z] 02:35:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:35:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:35:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:36:01 all 0.07 0.00 0.02 0.00 0.00 99.90 [2025-06-25T02:47:11.436Z] 02:36:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-25T02:47:11.436Z] 02:36:01 1 0.08 0.00 0.02 0.02 0.00 99.88 [2025-06-25T02:47:11.436Z] 02:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:36:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2025-06-25T02:47:11.436Z] 02:36:01 4 0.12 0.00 0.00 0.00 0.00 99.88 [2025-06-25T02:47:11.436Z] 02:36:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2025-06-25T02:47:11.436Z] 02:36:01 6 0.05 0.00 0.02 0.02 0.00 99.92 [2025-06-25T02:47:11.436Z] 02:36:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.436Z] [2025-06-25T02:47:11.436Z] 02:36:01 CPU %user %nice %system %iowait %steal %idle [2025-06-25T02:47:11.436Z] 02:37:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-06-25T02:47:11.436Z] 02:37:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:37:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-25T02:47:11.436Z] 02:37:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:37:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-25T02:47:11.436Z] 02:37:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:37:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:38:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:38:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:38:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-25T02:47:11.436Z] 02:38:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:38:01 5 0.05 0.00 0.05 0.00 0.00 99.90 [2025-06-25T02:47:11.436Z] 02:38:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:39:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-25T02:47:11.436Z] 02:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:39:01 1 0.10 0.00 0.03 0.00 0.00 99.87 [2025-06-25T02:47:11.436Z] 02:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:39:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-25T02:47:11.436Z] 02:39:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:39:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:39:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:40:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:40:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:40:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:40:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:40:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:40:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-25T02:47:11.436Z] 02:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:41:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:41:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2025-06-25T02:47:11.436Z] 02:41:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:41:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-25T02:47:11.436Z] 02:42:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-25T02:47:11.436Z] 02:42:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-25T02:47:11.436Z] 02:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:42:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:42:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:42:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:42:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:42:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2025-06-25T02:47:11.436Z] 02:43:01 all 0.04 0.00 0.00 0.00 0.01 99.95 [2025-06-25T02:47:11.436Z] 02:43:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:43:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-25T02:47:11.436Z] 02:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-25T02:47:11.436Z] 02:43:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:43:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:43:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-25T02:47:11.436Z] 02:44:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-06-25T02:47:11.436Z] 02:44:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:44:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-25T02:47:11.436Z] 02:44:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-25T02:47:11.436Z] 02:44:01 7 0.08 0.00 0.03 0.00 0.02 99.87 [2025-06-25T02:47:11.436Z] 02:45:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2025-06-25T02:47:11.436Z] 02:45:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2025-06-25T02:47:11.436Z] 02:45:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-25T02:47:11.436Z] 02:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-25T02:47:11.436Z] 02:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-25T02:47:11.436Z] 02:45:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-25T02:47:11.436Z] 02:45:01 6 0.02 0.00 0.05 0.02 0.02 99.90 [2025-06-25T02:47:11.436Z] 02:45:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-25T02:47:11.436Z] 02:46:01 all 3.33 0.00 1.35 1.15 0.03 94.15 [2025-06-25T02:47:11.436Z] 02:46:01 0 3.11 0.00 1.12 0.02 0.02 95.74 [2025-06-25T02:47:11.436Z] 02:46:01 1 4.15 0.00 1.40 0.20 0.02 94.23 [2025-06-25T02:47:11.436Z] 02:46:01 2 3.33 0.00 1.10 0.00 0.03 95.54 [2025-06-25T02:47:11.436Z] 02:46:01 3 2.21 0.00 1.59 0.37 0.03 95.80 [2025-06-25T02:47:11.436Z] 02:46:01 4 3.30 0.00 1.67 5.45 0.05 89.53 [2025-06-25T02:47:11.436Z] 02:46:01 5 3.08 0.00 1.54 0.70 0.03 94.64 [2025-06-25T02:47:11.436Z] 02:46:01 6 3.90 0.00 1.47 2.39 0.02 92.22 [2025-06-25T02:47:11.436Z] 02:46:01 7 3.54 0.00 0.89 0.15 0.02 95.41 [2025-06-25T02:47:11.436Z] 02:47:01 all 7.62 0.00 3.32 2.92 0.06 86.07 [2025-06-25T02:47:11.436Z] 02:47:01 0 8.98 0.00 3.64 0.03 0.05 87.30 [2025-06-25T02:47:11.436Z] 02:47:01 1 7.47 0.00 3.80 9.35 0.07 79.31 [2025-06-25T02:47:11.436Z] 02:47:01 2 5.83 0.00 3.41 4.86 0.05 85.85 [2025-06-25T02:47:11.436Z] 02:47:01 3 9.53 0.00 2.98 0.85 0.07 86.58 [2025-06-25T02:47:11.436Z] 02:47:01 4 5.82 0.00 2.85 0.10 0.08 91.15 [2025-06-25T02:47:11.436Z] 02:47:01 5 7.19 0.00 3.02 7.13 0.05 82.61 [2025-06-25T02:47:11.436Z] 02:47:01 6 8.76 0.00 3.02 0.19 0.07 87.97 [2025-06-25T02:47:11.436Z] 02:47:01 7 7.35 0.00 3.88 0.93 0.07 87.77 [2025-06-25T02:47:11.436Z] [2025-06-25T02:47:11.436Z] Average: CPU %user %nice %system %iowait %steal %idle [2025-06-25T02:47:11.436Z] Average: all 7.44 0.00 1.26 1.03 0.03 90.24 [2025-06-25T02:47:11.436Z] Average: 0 7.47 0.00 1.26 0.69 0.02 90.55 [2025-06-25T02:47:11.436Z] Average: 1 7.36 0.00 1.20 0.65 0.03 90.76 [2025-06-25T02:47:11.436Z] Average: 2 7.46 0.00 1.21 1.35 0.03 89.95 [2025-06-25T02:47:11.437Z] Average: 3 7.49 0.00 1.25 1.20 0.03 90.04 [2025-06-25T02:47:11.437Z] Average: 4 7.55 0.00 1.38 2.10 0.03 88.93 [2025-06-25T02:47:11.437Z] Average: 5 7.35 0.00 1.24 0.79 0.03 90.59 [2025-06-25T02:47:11.437Z] Average: 6 7.35 0.00 1.23 0.49 0.03 90.91 [2025-06-25T02:47:11.437Z] Average: 7 7.54 0.00 1.28 0.94 0.02 90.22 [2025-06-25T02:47:11.437Z] [2025-06-25T02:47:11.437Z] [2025-06-25T02:47:11.437Z]