Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 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-ssh17070971822466565003.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-ssh14160972911969498417.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-ssh10367780075997328201.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-ssh3585170429958341922.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-ssh2636364858288607309.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2800 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/847 [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/847 # 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 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c # timeout=10 Commit message: "fix: Windows path in db init sql (#5170)" > git rev-list --no-walk 5253eced39842caddeb9918bdd1527479e310d43 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-05T02:53:41.198Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-05T02:53:41.260Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-05T02:53:41.279Z] ========================================================= [2025-06-05T02:53:41.279Z] EdgeX Global Pipelines Version Info [2025-06-05T02:53:41.279Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-05T02:53:42.376Z] ------------------- [2025-06-05T02:53:42.376Z] stable info: [2025-06-05T02:53:42.376Z] ------------------- [2025-06-05T02:53:42.376Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-05T02:53:42.376Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-05T02:53:42.376Z] Message: update stable to v1.0.274 [2025-06-05T02:53:42.644Z] ------------------- [2025-06-05T02:53:42.644Z] experimental info: [2025-06-05T02:53:42.644Z] ------------------- [2025-06-05T02:53:42.644Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-05T02:53:42.644Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-05T02:53:42.644Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-05T02:53:42.731Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-05T02:53:42.751Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-05T02:53:42.773Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-05T02:53:42.798Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-05T02:53:42.824Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-05T02:53:42.850Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-05T02:53:42.875Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-05T02:53:42.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-05T02:53:42.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-05T02:53:42.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-05T02:53:42.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-05T02:53:43.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-05T02:53:43.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-05T02:53:43.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-05T02:53:43.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-05T02:53:43.088Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-05T02:53:43.108Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-05T02:53:43.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-05T02:53:43.156Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-05T02:53:43.176Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-05T02:53:43.201Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-05T02:53:43.224Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-05T02:53:43.253Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-05T02:53:43.281Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-05T02:53:43.308Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-05T02:53:43.335Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-05T02:53:43.362Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T02:53:43.392Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67eb838 [Pipeline] echo [2025-06-05T02:53:43.421Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-05T02:53:43.487Z] provisioning config files... [2025-06-05T02:53:43.505Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config15564957235562702983tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-05T02:53:43.869Z] ---> ****-login.sh [2025-06-05T02:53:43.869Z] nexus3.edgexfoundry.org:10001 [2025-06-05T02:53:43.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:53:44.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:53:44.135Z] Configure a credential helper to remove this warning. See [2025-06-05T02:53:44.135Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:53:44.135Z] [2025-06-05T02:53:44.135Z] Login Succeeded [2025-06-05T02:53:44.135Z] nexus3.edgexfoundry.org:10002 [2025-06-05T02:53:44.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:53:44.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:53:44.395Z] Configure a credential helper to remove this warning. See [2025-06-05T02:53:44.395Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:53:44.395Z] [2025-06-05T02:53:44.395Z] Login Succeeded [2025-06-05T02:53:44.396Z] nexus3.edgexfoundry.org:10003 [2025-06-05T02:53:44.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:53:44.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:53:44.396Z] Configure a credential helper to remove this warning. See [2025-06-05T02:53:44.396Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:53:44.396Z] [2025-06-05T02:53:44.396Z] Login Succeeded [2025-06-05T02:53:44.396Z] nexus3.edgexfoundry.org:10004 [2025-06-05T02:53:44.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:53:44.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:53:44.656Z] Configure a credential helper to remove this warning. See [2025-06-05T02:53:44.656Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:53:44.656Z] [2025-06-05T02:53:44.656Z] Login Succeeded [2025-06-05T02:53:44.656Z] ****.io [2025-06-05T02:53:44.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:53:44.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:53:44.917Z] Configure a credential helper to remove this warning. See [2025-06-05T02:53:44.917Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:53:44.917Z] [2025-06-05T02:53:44.917Z] Login Succeeded [2025-06-05T02:53:44.917Z] ---> ****-login.sh ends [Pipeline] } [2025-06-05T02:53:44.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-05T02:53:45.256Z] + 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-05T02:53:45.256Z] + + dirname cmd/core-command/Dockerfile [2025-06-05T02:53:45.256Z] cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-05T02:53:45.256Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-05T02:53:45.256Z] cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/core-data/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/core-keeper/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/core-metadata/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/support-notifications/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-05T02:53:45.256Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-05T02:53:45.256Z] + cut -d/ -f2 [2025-06-05T02:53:45.256Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-05T02:53:45.294Z] 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-05T02:53:45.666Z] + git rev-list -1 --merges 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c~1..67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T02:53:45.679Z] -----------> git rev-list -1 --merges 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c~1..67eb838e0013ccc5770cca20e8eb5c048bf4ea9c 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [false] [Pipeline] sh [2025-06-05T02:53:45.970Z] + git log --format=format:%s -1 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T02:53:45.988Z] ========================================================= [2025-06-05T02:53:45.988Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-05T02:53:45.988Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-05T02:53:46.454Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-05T02:53:46.454Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-05T02:53:46.454Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-05T02:53:46.454Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-05T02:53:46.454Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-05T02:53:46.454Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-05T02:53:46.454Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T02:53:46.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-05T02:53:46.888Z] [2025-06-05T02:53:46.888Z] 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-05T02:53:47.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-05T02:53:47.202Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-05T02:53:47.202Z] 3dae71ba6b94: Pulling fs layer [2025-06-05T02:53:47.202Z] 6bf1a483ea7c: Pulling fs layer [2025-06-05T02:53:47.202Z] f5dfc541a4d3: Pulling fs layer [2025-06-05T02:53:47.202Z] 461d9e800cba: Pulling fs layer [2025-06-05T02:53:47.202Z] 80192f66455f: Pulling fs layer [2025-06-05T02:53:47.202Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-05T02:53:47.202Z] a29436f7fd5d: Pulling fs layer [2025-06-05T02:53:47.202Z] 923cac83aea3: Pulling fs layer [2025-06-05T02:53:47.202Z] 25ad8b0a4227: Pulling fs layer [2025-06-05T02:53:47.202Z] db01528c6b51: Pulling fs layer [2025-06-05T02:53:47.202Z] 28988de357af: Pulling fs layer [2025-06-05T02:53:47.202Z] 461d9e800cba: Waiting [2025-06-05T02:53:47.202Z] 2e8e34ca0e6c: Waiting [2025-06-05T02:53:47.202Z] 25ad8b0a4227: Waiting [2025-06-05T02:53:47.202Z] a29436f7fd5d: Waiting [2025-06-05T02:53:47.202Z] 923cac83aea3: Waiting [2025-06-05T02:53:47.202Z] db01528c6b51: Waiting [2025-06-05T02:53:47.202Z] 28988de357af: Waiting [2025-06-05T02:53:47.202Z] 80192f66455f: Waiting [2025-06-05T02:53:47.202Z] 6bf1a483ea7c: Verifying Checksum [2025-06-05T02:53:47.202Z] 6bf1a483ea7c: Download complete [2025-06-05T02:53:47.202Z] 461d9e800cba: Verifying Checksum [2025-06-05T02:53:47.202Z] 461d9e800cba: Download complete [2025-06-05T02:53:47.202Z] 80192f66455f: Verifying Checksum [2025-06-05T02:53:47.202Z] 80192f66455f: Download complete [2025-06-05T02:53:47.462Z] f5dfc541a4d3: Verifying Checksum [2025-06-05T02:53:47.462Z] f5dfc541a4d3: Download complete [2025-06-05T02:53:47.462Z] 3dae71ba6b94: Download complete [2025-06-05T02:53:47.462Z] 923cac83aea3: Verifying Checksum [2025-06-05T02:53:47.462Z] 923cac83aea3: Download complete [2025-06-05T02:53:47.721Z] 25ad8b0a4227: Verifying Checksum [2025-06-05T02:53:47.721Z] 25ad8b0a4227: Download complete [2025-06-05T02:53:47.721Z] db01528c6b51: Verifying Checksum [2025-06-05T02:53:47.721Z] db01528c6b51: Download complete [2025-06-05T02:53:47.721Z] 28988de357af: Verifying Checksum [2025-06-05T02:53:47.721Z] 28988de357af: Download complete [2025-06-05T02:53:47.721Z] a29436f7fd5d: Verifying Checksum [2025-06-05T02:53:47.721Z] a29436f7fd5d: Download complete [2025-06-05T02:53:48.290Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-05T02:53:48.290Z] 2e8e34ca0e6c: Download complete [2025-06-05T02:53:48.548Z] 3dae71ba6b94: Pull complete [2025-06-05T02:53:48.808Z] 6bf1a483ea7c: Pull complete [2025-06-05T02:53:49.378Z] f5dfc541a4d3: Pull complete [2025-06-05T02:53:49.378Z] 461d9e800cba: Pull complete [2025-06-05T02:53:49.636Z] 80192f66455f: Pull complete [2025-06-05T02:53:52.951Z] 2e8e34ca0e6c: Pull complete [2025-06-05T02:53:53.892Z] a29436f7fd5d: Pull complete [2025-06-05T02:53:53.892Z] 923cac83aea3: Pull complete [2025-06-05T02:53:53.892Z] 25ad8b0a4227: Pull complete [2025-06-05T02:53:54.153Z] db01528c6b51: Pull complete [2025-06-05T02:53:54.153Z] 28988de357af: Pull complete [2025-06-05T02:53:54.153Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-05T02:53:54.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-05T02:53:54.153Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T02:53:54.306Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T02:53:54.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-05T02:53:56.990Z] $ docker top e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d -eo pid,comm [2025-06-05T02:53:57.050Z] 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-05T02:53:57.050Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-05T02:53:57.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-05T02:53:57.102Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-05T02:53:57.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-05T02:53:57.242Z] $ docker exec e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent [2025-06-05T02:53:57.353Z] SSH_AUTH_SOCK=/tmp/ssh-bf2Ehkv6hYPP/agent.32 [2025-06-05T02:53:57.353Z] SSH_AGENT_PID=38 [2025-06-05T02:53:57.360Z] Running ssh-add (command line suppressed) [2025-06-05T02:53:57.458Z] Identity added: /w/workspace/edgex-go/847@tmp/private_key_16366582510340328193.key (/w/workspace/edgex-go/847@tmp/private_key_16366582510340328193.key) [2025-06-05T02:53:57.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-05T02:53:57.766Z] + git tag --points-at HEAD [Pipeline] } [2025-06-05T02:53:57.774Z] $ docker exec --env ******** --env ******** e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent -k [2025-06-05T02:53:57.884Z] unset SSH_AUTH_SOCK; [2025-06-05T02:53:57.885Z] unset SSH_AGENT_PID; [2025-06-05T02:53:57.885Z] echo Agent pid 38 killed; [2025-06-05T02:53:57.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-05T02:53:57.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-05T02:53:57.931Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-05T02:53:58.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-05T02:53:58.050Z] $ docker exec e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent [2025-06-05T02:53:58.178Z] SSH_AUTH_SOCK=/tmp/ssh-EIGy9KrnaQ6W/agent.71 [2025-06-05T02:53:58.178Z] SSH_AGENT_PID=77 [2025-06-05T02:53:58.182Z] Running ssh-add (command line suppressed) [2025-06-05T02:53:58.281Z] Identity added: /w/workspace/edgex-go/847@tmp/private_key_3453105497885605571.key (/w/workspace/edgex-go/847@tmp/private_key_3453105497885605571.key) [2025-06-05T02:53:58.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-05T02:53:58.590Z] + git semver init [2025-06-05T02:53:58.850Z] 2025-06-05 02:53:58,810 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-05T02:53:58.850Z] 2025-06-05 02:53:58,815 [run_init] DEBUG init version:0.0.0 force:False [2025-06-05T02:53:58.850Z] 2025-06-05 02:53:58,816 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/847/.semver [2025-06-05T02:53:58.850Z] 2025-06-05 02:53:58,816 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/847/.semver [2025-06-05T02:53:58.850Z] 2025-06-05 02:53:58,817 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/847/.semver'], cwd=/w/workspace/edgex-go/847, stdin=None, shell=False, universal_newlines=False) [2025-06-05T02:54:04.146Z] 2025-06-05 02:54:03,343 [append_file] DEBUG append to file:/w/workspace/edgex-go/847/.git/info/exclude [2025-06-05T02:54:04.146Z] 2025-06-05 02:54:03,344 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/847/.semver/main with force:False [2025-06-05T02:54:04.146Z] 2025-06-05 02:54:03,344 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T02:54:04.146Z] 2025-06-05 02:54:03,344 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T02:54:04.146Z] 4.1.0-dev.20 [Pipeline] } [2025-06-05T02:54:04.152Z] $ docker exec --env ******** --env ******** e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d ssh-agent -k [2025-06-05T02:54:04.259Z] unset SSH_AUTH_SOCK; [2025-06-05T02:54:04.259Z] unset SSH_AGENT_PID; [2025-06-05T02:54:04.260Z] echo Agent pid 77 killed; [2025-06-05T02:54:04.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-05T02:54:04.591Z] + git semver [Pipeline] } [2025-06-05T02:54:05.169Z] $ docker stop --time=1 e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d [2025-06-05T02:54:06.442Z] $ docker rm -f --volumes e4887e7c4e3ca58238c9be8e5b27e625021ffde805537fc42f87d4472e7abd2d [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-05T02:54:06.781Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-05T02:54:07.021Z] Stashed 1 file(s) [Pipeline] echo [2025-06-05T02:54:07.027Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.20 [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-05T02:54:07.475Z] + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] echo [2025-06-05T02:54:07.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-05T02:54:07.511Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-05T02:54:07.532Z] ========================================================= [2025-06-05T02:54:07.532Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-05T02:54:07.532Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-05T02:54:07.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-05T02:54:07.836Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-05T02:54:07.836Z] 0a9a5dfd008f: Pulling fs layer [2025-06-05T02:54:07.836Z] dbfa0bcfca99: Pulling fs layer [2025-06-05T02:54:07.836Z] 70eabb1d9476: Pulling fs layer [2025-06-05T02:54:07.836Z] 957bedc73fa3: Pulling fs layer [2025-06-05T02:54:07.836Z] 4f4fb700ef54: Pulling fs layer [2025-06-05T02:54:07.836Z] f40432e63723: Pulling fs layer [2025-06-05T02:54:07.836Z] 90b4343acab7: Pulling fs layer [2025-06-05T02:54:07.836Z] 9f67ea4ac784: Pulling fs layer [2025-06-05T02:54:07.836Z] 9228b9a606be: Pulling fs layer [2025-06-05T02:54:07.836Z] 4f4fb700ef54: Waiting [2025-06-05T02:54:07.836Z] 9f67ea4ac784: Waiting [2025-06-05T02:54:07.836Z] 9228b9a606be: Waiting [2025-06-05T02:54:07.836Z] f40432e63723: Waiting [2025-06-05T02:54:07.836Z] 90b4343acab7: Waiting [2025-06-05T02:54:07.836Z] 957bedc73fa3: Waiting [2025-06-05T02:54:07.836Z] dbfa0bcfca99: Verifying Checksum [2025-06-05T02:54:07.836Z] dbfa0bcfca99: Download complete [2025-06-05T02:54:07.836Z] 957bedc73fa3: Verifying Checksum [2025-06-05T02:54:07.836Z] 957bedc73fa3: Download complete [2025-06-05T02:54:07.836Z] 4f4fb700ef54: Download complete [2025-06-05T02:54:07.836Z] f40432e63723: Verifying Checksum [2025-06-05T02:54:07.836Z] f40432e63723: Download complete [2025-06-05T02:54:07.836Z] 0a9a5dfd008f: Download complete [2025-06-05T02:54:07.836Z] 90b4343acab7: Verifying Checksum [2025-06-05T02:54:07.836Z] 90b4343acab7: Download complete [2025-06-05T02:54:08.097Z] 0a9a5dfd008f: Pull complete [2025-06-05T02:54:08.098Z] 9228b9a606be: Verifying Checksum [2025-06-05T02:54:08.098Z] 9228b9a606be: Download complete [2025-06-05T02:54:08.358Z] dbfa0bcfca99: Pull complete [2025-06-05T02:54:08.358Z] 70eabb1d9476: Download complete [2025-06-05T02:54:08.926Z] 9f67ea4ac784: Verifying Checksum [2025-06-05T02:54:08.926Z] 9f67ea4ac784: Download complete [2025-06-05T02:54:12.219Z] 70eabb1d9476: Pull complete [2025-06-05T02:54:12.219Z] 957bedc73fa3: Pull complete [2025-06-05T02:54:12.219Z] 4f4fb700ef54: Pull complete [2025-06-05T02:54:12.219Z] f40432e63723: Pull complete [2025-06-05T02:54:12.480Z] 90b4343acab7: Pull complete [2025-06-05T02:54:15.020Z] 9f67ea4ac784: Pull complete [2025-06-05T02:54:15.278Z] 9228b9a606be: Pull complete [2025-06-05T02:54:15.278Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-05T02:54:15.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-05T02:54:15.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-05T02:54:15.579Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-05T02:54:15.579Z] WORKDIR /edgex [2025-06-05T02:54:15.579Z] COPY go.mod . [2025-06-05T02:54:15.579Z] RUN go mod download [2025-06-05T02:54:15.579Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-05T02:54:16.518Z] Sending build context to Docker daemon 185.8MB [2025-06-05T02:54:16.518Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-05T02:54:16.518Z] ---> 69404ca5bff2 [2025-06-05T02:54:16.518Z] Step 2/4 : WORKDIR /edgex [2025-06-05T02:54:18.430Z] ---> Running in 423f79b81bac [2025-06-05T02:54:18.430Z] Removing intermediate container 423f79b81bac [2025-06-05T02:54:18.430Z] ---> 7453b87da7a9 [2025-06-05T02:54:18.430Z] Step 3/4 : COPY go.mod . [2025-06-05T02:54:18.691Z] ---> ae48015c3e4d [2025-06-05T02:54:18.691Z] Step 4/4 : RUN go mod download [2025-06-05T02:54:18.691Z] ---> Running in 8af9bfd083b5 [2025-06-05T02:54:22.149Z] Still waiting to schedule task [2025-06-05T02:54:22.149Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-05T02:54:40.644Z] Removing intermediate container 8af9bfd083b5 [2025-06-05T02:54:40.644Z] ---> a45eec089915 [2025-06-05T02:54:40.644Z] Successfully built a45eec089915 [2025-06-05T02:54:40.644Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T02:54:40.959Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-05T02:54:40.959Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T02:54:41.043Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T02:54:41.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-05T02:54:41.439Z] $ docker top d968a061b681f5296ebc3dcb2118d7b126b804805dd426704a08f59bb56f2223 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-05T02:54:41.792Z] + go version [2025-06-05T02:54:41.793Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-05T02:54:41.803Z] $ docker stop --time=1 d968a061b681f5296ebc3dcb2118d7b126b804805dd426704a08f59bb56f2223 [2025-06-05T02:54:43.100Z] $ docker rm -f --volumes d968a061b681f5296ebc3dcb2118d7b126b804805dd426704a08f59bb56f2223 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T02:54:43.535Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-05T02:54:43.535Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T02:54:43.619Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T02:54:43.648Z] $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-05T02:54:43.987Z] $ docker top d67e2229eb64289c62a00abcd002b40a3be9f75fb249cf32ee637fcbc8c0d9ad -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-05T02:54:44.076Z] ========================================================= [2025-06-05T02:54:44.076Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-05T02:54:44.076Z] ========================================================= [Pipeline] sh [2025-06-05T02:54:44.368Z] + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] fileExists [Pipeline] sh [2025-06-05T02:54:44.678Z] + make test [2025-06-05T02:54:44.678Z] go test -race -coverprofile=coverage.out ./... [2025-06-05T02:54:52.797Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-05T02:55:19.340Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-05T02:55:19.341Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-05T02:55:19.341Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-05T02:55:19.341Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-05T02:55:19.598Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-05T02:55:20.165Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-05T02:55:20.165Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-05T02:55:20.422Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-05T02:55:21.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 42.3% of statements [2025-06-05T02:55:21.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.043s coverage: 97.0% of statements [2025-06-05T02:55:21.796Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-05T02:55:21.796Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-05T02:55:22.365Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-05T02:55:22.365Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-05T02:55:23.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-05T02:55:23.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-05T02:55:23.301Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-05T02:55:23.301Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-05T02:55:23.301Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-05T02:55:23.301Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-05T02:55:23.301Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-05T02:55:23.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-05T02:55:23.301Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-05T02:55:23.301Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-05T02:55:24.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-05T02:55:24.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-05T02:55:24.680Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-05T02:55:24.680Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-05T02:55:24.680Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-05T02:55:24.680Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-05T02:55:26.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.2% of statements [2025-06-05T02:55:26.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.029s coverage: 3.5% of statements [2025-06-05T02:55:26.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.067s coverage: 45.2% of statements [2025-06-05T02:55:26.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.807s coverage: 93.4% of statements [2025-06-05T02:55:26.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 92.3% of statements [2025-06-05T02:55:26.319Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-05T02:55:26.319Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-05T02:55:27.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.047s coverage: 8.4% of statements [2025-06-05T02:55:28.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-05T02:55:28.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-05T02:55:28.190Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-05T02:55:28.190Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-05T02:55:29.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.400s coverage: 95.8% of statements [2025-06-05T02:55:29.569Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2025-06-05T02:55:30.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-05T02:55:30.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-05T02:55:30.138Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-05T02:55:30.138Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-05T02:55:30.396Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-05T02:55:30.396Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-05T02:55:31.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.041s coverage: 0.0% of statements [no tests to run] [2025-06-05T02:55:31.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements [2025-06-05T02:55:31.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements [2025-06-05T02:55:31.330Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.025s coverage: 81.1% of statements [2025-06-05T02:55:31.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements [2025-06-05T02:55:31.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 87.1% of statements [2025-06-05T02:55:31.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.018s coverage: 94.1% of statements [2025-06-05T02:55:32.157Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-05T02:55:32.157Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-05T02:55:32.157Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-05T02:55:32.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 96.3% of statements [2025-06-05T02:55:32.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-05T02:55:32.723Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-05T02:55:32.723Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-05T02:55:32.723Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-05T02:55:32.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.029s coverage: 87.5% of statements [2025-06-05T02:55:33.917Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-05T02:55:33.917Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-05T02:55:33.917Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-05T02:55:33.917Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-05T02:55:33.917Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-05T02:55:33.917Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-05T02:55:33.917Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-05T02:55:34.861Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-05T02:55:34.861Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-05T02:55:35.121Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-05T02:55:37.069Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-05T02:55:37.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-05T02:55:38.456Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-05T02:55:39.832Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-05T02:55:39.832Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-05T02:55:39.832Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-05T02:55:43.115Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-05T02:55:43.681Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-05T02:55:43.681Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-05T02:55:44.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-05T02:55:44.248Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-05T02:55:44.248Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-05T02:55:45.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.034s coverage: 94.4% of statements [2025-06-05T02:55:46.123Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-05T02:55:46.123Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-05T02:55:46.123Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-05T02:55:46.123Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-05T02:55:46.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-05T02:55:46.123Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-05T02:55:46.691Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-05T02:55:46.950Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-05T02:55:46.950Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-05T02:55:46.950Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-05T02:55:46.950Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-05T02:55:46.950Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-05T02:55:48.853Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-05T02:55:48.853Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-05T02:55:48.853Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-05T02:55:48.853Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-05T02:55:49.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-05T02:55:49.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-05T02:55:49.788Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-05T02:55:49.789Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-05T02:55:50.047Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-05T02:55:50.047Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-05T02:55:50.047Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-05T02:55:50.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-05T02:55:50.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-05T02:55:50.989Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.042s coverage: 92.9% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.030s coverage: 47.4% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements [2025-06-05T02:55:50.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.105s coverage: 81.8% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.082s coverage: 82.1% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.048s coverage: 6.8% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.049s coverage: 100.0% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.181s coverage: 54.5% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.033s coverage: 96.8% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.164s coverage: 29.2% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.026s coverage: 3.1% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements [2025-06-05T02:55:50.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2025-06-05T02:55:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements [2025-06-05T02:55:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.130s coverage: 94.9% of statements [2025-06-05T02:55:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2025-06-05T02:55:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements [2025-06-05T02:55:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.032s coverage: 43.6% of statements [2025-06-05T02:55:56.258Z] 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-05T02:55:56.258Z] running golangci-lint [2025-06-05T02:55:56.258Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-05T02:55:56.258Z] go version go1.23.8 linux/amd64 [2025-06-05T02:55:56.519Z] 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-05T02:55:56.520Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-05T02:55:56.520Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-05T02:56:08.628Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2801 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-05T02:56:08.650Z] Running in /w/workspace/edgex-go/847 [Pipeline] { [Pipeline] checkout [2025-06-05T02:56:11.724Z] The recommended git tool is: git [2025-06-05T02:56:16.410Z] using credential edgex-jenkins-ssh [2025-06-05T02:56:16.432Z] Cloning the remote Git repository [2025-06-05T02:56:16.475Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-05T02:56:16.562Z] > git init /w/workspace/edgex-go/847 # timeout=10 [2025-06-05T02:56:16.710Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-05T02:56:16.711Z] > git --version # timeout=10 [2025-06-05T02:56:16.731Z] > git --version # 'git version 2.25.1' [2025-06-05T02:56:16.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-05T02:56:16.893Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-05T02:56:23.051Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 25.280904301s" [2025-06-05T02:56:23.051Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 58.09054ms" [2025-06-05T02:56:35.904Z] Avoid second fetch [2025-06-05T02:56:35.905Z] Checking out Revision 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c (main) [2025-06-05T02:56:35.011Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-05T02:56:35.048Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-05T02:56:35.918Z] > git config core.sparsecheckout # timeout=10 [2025-06-05T02:56:36.713Z] Commit message: "fix: Windows path in db init sql (#5170)" [2025-06-05T02:56:37.936Z] level=info msg="[linters_context/goanalysis] analyzers took 1m59.052277598s with top 10 stages: buildir: 1m10.539796689s, gosec: 4.036650094s, inspect: 2.978581525s, fact_deprecated: 2.738384013s, printf: 1.933855238s, fact_purity: 1.617444261s, ctrlflow: 1.566601987s, S1038: 1.406401701s, nilness: 1.321907483s, unused: 856.866061ms" [2025-06-05T02:56:37.936Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-05T02:56:37.936Z] level=info msg="[runner] Processors filtering stat (in/out): cgo: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, invalid_issue: 202/202, skip_files: 202/202, skip_dirs: 202/202, nolint: 20/0, filename_unadjuster: 202/202, path_prettifier: 202/202, exclude: 202/202, exclude-rules: 202/20" [2025-06-05T02:56:37.936Z] level=info msg="[runner] processing took 19.099237ms with stages: nolint: 8.072241ms, identifier_marker: 5.142288ms, path_prettifier: 1.818062ms, exclude-rules: 1.7465ms, autogenerated_exclude: 1.345118ms, skip_dirs: 816.664µs, cgo: 69.782µs, invalid_issue: 49.501µs, filename_unadjuster: 34.471µs, max_same_issues: 1.41µs, skip_files: 450ns, fixer: 420ns, uniq_by_line: 420ns, severity-rules: 360ns, exclude: 290ns, sort_results: 260ns, path_prefixer: 250ns, diff: 240ns, max_from_linter: 160ns, source_code: 140ns, max_per_file_from_linter: 110ns, path_shortener: 100ns" [2025-06-05T02:56:37.936Z] level=info msg="[runner] linters took 14.941698499s with stages: goanalysis_metalinter: 14.922476279s" [2025-06-05T02:56:37.936Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-05T02:56:37.936Z] level=info msg="Memory: 403 samples, avg is 324.1MB, max is 1404.8MB" [2025-06-05T02:56:37.936Z] level=info msg="Execution took 40.292521531s" [2025-06-05T02:56:37.936Z] go vet ./... [2025-06-05T02:56:35.987Z] > git checkout -f 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-05T02:56:41.533Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-05T02:56:41.533Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T02:56:41.533Z] Dload Upload Total Spent Left Speed [2025-06-05T02:56:41.533Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 91992 0 --:--:-- --:--:-- --:--:-- 92645 [Pipeline] sh [2025-06-05T02:56:41.875Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-05T02:56:42.203Z] + sudo tee /etc/docker/daemon.new [2025-06-05T02:56:42.203Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-05T02:56:42.203Z] { [2025-06-05T02:56:42.203Z] "registry-mirrors": [ [2025-06-05T02:56:42.203Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-05T02:56:42.203Z] ], [2025-06-05T02:56:42.203Z] "bip": "10.250.0.254/24", [2025-06-05T02:56:42.203Z] "hosts": [ [2025-06-05T02:56:42.203Z] "tcp://0.0.0.0:5555", [2025-06-05T02:56:42.203Z] "unix:///var/run/docker.sock" [2025-06-05T02:56:42.203Z] ], [2025-06-05T02:56:42.203Z] "mtu": 1458, [2025-06-05T02:56:42.203Z] "selinux-enabled": true, [2025-06-05T02:56:42.203Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-05T02:56:42.203Z] } [Pipeline] sh [2025-06-05T02:56:42.538Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-05T02:56:42.878Z] + sudo service docker restart [2025-06-05T02:56:44.539Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-05T02:56:44.539Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-05T02:56:44.539Z] ./bin/test-attribution-txt.sh [2025-06-05T02:56:44.539Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-05T02:56:44.539Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-05T02:56:44.810Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-05T02:56:45.100Z] + ls -al . [2025-06-05T02:56:45.100Z] total 1992 [2025-06-05T02:56:45.100Z] drwxrwxr-x 11 1001 1001 4096 Jun 5 02:54 . [2025-06-05T02:56:45.100Z] drwxr-xr-x 4 root root 4096 Jun 5 02:54 .. [2025-06-05T02:56:45.100Z] drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 .blubracket [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 10 Jun 5 02:53 .dockerignore [2025-06-05T02:56:45.100Z] drwxrwxr-x 8 1001 1001 4096 Jun 5 02:55 .git [2025-06-05T02:56:45.100Z] drwxrwxr-x 3 1001 1001 4096 Jun 5 02:53 .github [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 909 Jun 5 02:53 .gitignore [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 218 Jun 5 02:53 .golangci.yml [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 100 Jun 5 02:53 .hadolint.yml [2025-06-05T02:56:45.100Z] drwxr-xr-x 3 1001 1001 4096 Jun 5 02:54 .semver [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 155 Jun 5 02:53 .sonarcloud.properties [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 1171 Jun 5 02:53 ADOPTERS.md [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 17374 Jun 5 02:53 Attribution.txt [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 108018 Jun 5 02:53 CHANGELOG.md [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 3804 Jun 5 02:53 CONTRIBUTING.md [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 677 Jun 5 02:53 GOVERNANCE.md [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 858 Jun 5 02:53 Jenkinsfile [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 10775 Jun 5 02:53 LICENSE [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 16740 Jun 5 02:53 Makefile [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 582 Jun 5 02:53 OWNERS.md [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 9932 Jun 5 02:53 README.md [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 789 Jun 5 02:53 SECURITY.md [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 12 Jun 5 02:54 VERSION [2025-06-05T02:56:45.100Z] drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 bin [2025-06-05T02:56:45.100Z] drwxrwxr-x 19 1001 1001 4096 Jun 5 02:53 cmd [2025-06-05T02:56:45.100Z] -rw-r--r-- 1 root root 1661403 Jun 5 02:55 coverage.out [2025-06-05T02:56:45.100Z] drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 fuzz_test [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 6474 Jun 5 02:53 go.mod [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 88008 Jun 5 02:53 go.sum [2025-06-05T02:56:45.100Z] drwxrwxr-x 7 1001 1001 4096 Jun 5 02:53 internal [2025-06-05T02:56:45.100Z] drwxrwxr-x 2 1001 1001 4096 Jun 5 02:53 openapi [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 584 Jun 5 02:53 security.txt [2025-06-05T02:56:45.100Z] -rw-rw-r-- 1 1001 1001 204 Jun 5 02:53 version.go [Pipeline] sh [2025-06-05T02:56:45.384Z] + '[' -e coverage.out ] [2025-06-05T02:56:45.384Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-05T02:56:45.549Z] Stashed 1 file(s) [Pipeline] sh [2025-06-05T02:56:45.834Z] + make build [2025-06-05T02:56:45.834Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-05T02:57:01.162Z] provisioning config files... [2025-06-05T02:57:01.188Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config11044946356621683518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-05T02:57:01.679Z] ---> ****-login.sh [2025-06-05T02:57:01.679Z] nexus3.edgexfoundry.org:10001 [2025-06-05T02:57:01.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:57:02.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:57:02.220Z] Configure a credential helper to remove this warning. See [2025-06-05T02:57:02.220Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:57:02.220Z] [2025-06-05T02:57:02.220Z] Login Succeeded [2025-06-05T02:57:02.220Z] nexus3.edgexfoundry.org:10002 [2025-06-05T02:57:02.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:57:02.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:57:02.763Z] Configure a credential helper to remove this warning. See [2025-06-05T02:57:02.764Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:57:02.764Z] [2025-06-05T02:57:02.764Z] Login Succeeded [2025-06-05T02:57:02.764Z] nexus3.edgexfoundry.org:10003 [2025-06-05T02:57:02.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:57:03.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:57:03.034Z] Configure a credential helper to remove this warning. See [2025-06-05T02:57:03.034Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:57:03.034Z] [2025-06-05T02:57:03.034Z] Login Succeeded [2025-06-05T02:57:03.034Z] nexus3.edgexfoundry.org:10004 [2025-06-05T02:57:03.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:57:03.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:57:03.309Z] Configure a credential helper to remove this warning. See [2025-06-05T02:57:03.309Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:57:03.309Z] [2025-06-05T02:57:03.309Z] Login Succeeded [2025-06-05T02:57:03.309Z] ****.io [2025-06-05T02:57:03.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T02:57:04.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T02:57:04.537Z] Configure a credential helper to remove this warning. See [2025-06-05T02:57:04.537Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T02:57:04.537Z] [2025-06-05T02:57:04.537Z] Login Succeeded [2025-06-05T02:57:04.537Z] ---> ****-login.sh ends [Pipeline] } [2025-06-05T02:57:04.552Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-06-05T02:57:05.175Z] + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] echo [2025-06-05T02:57:05.193Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-05T02:57:05.214Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-05T02:57:05.236Z] ========================================================= [2025-06-05T02:57:05.236Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-05T02:57:05.236Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-05T02:57:05.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-05T02:57:05.562Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-05T02:57:05.562Z] 94e9d8af2201: Pulling fs layer [2025-06-05T02:57:05.562Z] 634366ca850b: Pulling fs layer [2025-06-05T02:57:05.562Z] f66ade281fe9: Pulling fs layer [2025-06-05T02:57:05.562Z] 13fd4ce6e94e: Pulling fs layer [2025-06-05T02:57:05.562Z] 4f4fb700ef54: Pulling fs layer [2025-06-05T02:57:05.562Z] 4cccf3f17d63: Pulling fs layer [2025-06-05T02:57:05.562Z] 2d8010953d95: Pulling fs layer [2025-06-05T02:57:05.562Z] ec743f232bc5: Pulling fs layer [2025-06-05T02:57:05.562Z] 4cccf3f17d63: Waiting [2025-06-05T02:57:05.562Z] 13fd4ce6e94e: Waiting [2025-06-05T02:57:05.562Z] 4f4fb700ef54: Waiting [2025-06-05T02:57:05.562Z] 2d8010953d95: Waiting [2025-06-05T02:57:05.562Z] ec743f232bc5: Waiting [2025-06-05T02:57:05.831Z] 634366ca850b: Verifying Checksum [2025-06-05T02:57:05.831Z] 634366ca850b: Download complete [2025-06-05T02:57:05.831Z] 13fd4ce6e94e: Verifying Checksum [2025-06-05T02:57:05.831Z] 13fd4ce6e94e: Download complete [2025-06-05T02:57:05.831Z] 4f4fb700ef54: Verifying Checksum [2025-06-05T02:57:05.831Z] 4f4fb700ef54: Download complete [2025-06-05T02:57:05.831Z] 4cccf3f17d63: Verifying Checksum [2025-06-05T02:57:05.831Z] 4cccf3f17d63: Download complete [2025-06-05T02:57:05.831Z] 94e9d8af2201: Verifying Checksum [2025-06-05T02:57:05.831Z] 94e9d8af2201: Download complete [2025-06-05T02:57:06.418Z] ec743f232bc5: Verifying Checksum [2025-06-05T02:57:06.418Z] ec743f232bc5: Download complete [2025-06-05T02:57:06.685Z] 94e9d8af2201: Pull complete [2025-06-05T02:57:07.269Z] 634366ca850b: Pull complete [2025-06-05T02:57:07.851Z] f66ade281fe9: Download complete [2025-06-05T02:57:08.434Z] 2d8010953d95: Verifying Checksum [2025-06-05T02:57:08.434Z] 2d8010953d95: Download complete [2025-06-05T02:57:12.380Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-05T02:57:12.381Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-05T02:57:12.381Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-05T02:57:12.381Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-05T02:57:13.757Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-05T02:57:19.472Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-05T02:57:20.850Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-05T02:57:21.715Z] f66ade281fe9: Pull complete [2025-06-05T02:57:21.715Z] 13fd4ce6e94e: Pull complete [2025-06-05T02:57:21.980Z] 4f4fb700ef54: Pull complete [2025-06-05T02:57:21.980Z] 4cccf3f17d63: Pull complete [2025-06-05T02:57:23.378Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-05T02:57:25.281Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-05T02:57:26.660Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-05T02:57:28.039Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-05T02:57:28.975Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-05T02:57:30.196Z] 2d8010953d95: Pull complete [Pipeline] } [2025-06-05T02:57:30.892Z] $ docker stop --time=1 d67e2229eb64289c62a00abcd002b40a3be9f75fb249cf32ee637fcbc8c0d9ad [2025-06-05T02:57:31.606Z] ec743f232bc5: Pull complete [2025-06-05T02:57:31.872Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-05T02:57:31.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-05T02:57:31.872Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-05T02:57:33.312Z] $ docker rm -f --volumes d67e2229eb64289c62a00abcd002b40a3be9f75fb249cf32ee637fcbc8c0d9ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2025-06-05T02:57:34.249Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-05T02:57:34.249Z] WORKDIR /edgex [2025-06-05T02:57:34.249Z] COPY go.mod . [2025-06-05T02:57:34.249Z] RUN go mod download [2025-06-05T02:57:34.249Z] + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T02:57:34.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-05T02:57:34.607Z] [2025-06-05T02:57:34.607Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T02:57:34.918Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-05T02:57:34.918Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-05T02:57:34.918Z] 91d30c5bc195: Pulling fs layer [2025-06-05T02:57:34.918Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-05T02:57:34.918Z] 9c61dcf015f6: Pulling fs layer [2025-06-05T02:57:34.918Z] 4698f68db338: Pulling fs layer [2025-06-05T02:57:34.918Z] 2a2f49069b9e: Pulling fs layer [2025-06-05T02:57:34.918Z] e0025b399a48: Pulling fs layer [2025-06-05T02:57:34.918Z] 4698f68db338: Waiting [2025-06-05T02:57:34.918Z] 2a2f49069b9e: Waiting [2025-06-05T02:57:34.918Z] e0025b399a48: Waiting [2025-06-05T02:57:34.918Z] 91d30c5bc195: Download complete [2025-06-05T02:57:34.918Z] 4698f68db338: Verifying Checksum [2025-06-05T02:57:34.918Z] 4698f68db338: Download complete [2025-06-05T02:57:34.918Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-05T02:57:34.918Z] 2e9b0aa3be6d: Download complete [2025-06-05T02:57:35.175Z] e0025b399a48: Download complete [2025-06-05T02:57:35.175Z] 91d30c5bc195: Pull complete [2025-06-05T02:57:35.175Z] 2a2f49069b9e: Verifying Checksum [2025-06-05T02:57:35.214Z] Sending build context to Docker daemon 3.695MB [2025-06-05T02:57:35.214Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-05T02:57:35.214Z] ---> 12c1d4c06be1 [2025-06-05T02:57:35.214Z] Step 2/4 : WORKDIR /edgex [2025-06-05T02:57:35.434Z] 2e9b0aa3be6d: Pull complete [2025-06-05T02:57:35.692Z] 9c61dcf015f6: Download complete [2025-06-05T02:57:37.162Z] ---> Running in 021d3df52e96 [2025-06-05T02:57:37.163Z] Removing intermediate container 021d3df52e96 [2025-06-05T02:57:37.163Z] ---> 29dd9b06f422 [2025-06-05T02:57:37.163Z] Step 3/4 : COPY go.mod . [2025-06-05T02:57:37.432Z] ---> 47e560edd04f [2025-06-05T02:57:37.432Z] Step 4/4 : RUN go mod download [2025-06-05T02:57:37.698Z] ---> Running in 1e3f169d66a4 [2025-06-05T02:57:38.418Z] 9c61dcf015f6: Pull complete [2025-06-05T02:57:38.419Z] 4698f68db338: Pull complete [2025-06-05T02:57:38.419Z] 2a2f49069b9e: Pull complete [2025-06-05T02:57:38.706Z] e0025b399a48: Pull complete [2025-06-05T02:57:38.706Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-05T02:57:38.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-05T02:57:38.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T02:57:38.824Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T02:57:38.854Z] $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-06-05T02:57:39.917Z] $ docker top 837b480f2847078966ed8d00ae91bf4ddee92b9c767368880603f79d43159329 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-05T02:57:40.268Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-05T02:57:42.801Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #1 transferring dockerfile: 2.49kB done [2025-06-05T02:57:42.801Z] #1 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #2 transferring dockerfile: 2.01kB done [2025-06-05T02:57:42.801Z] #2 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #3 transferring dockerfile: 2.23kB done [2025-06-05T02:57:42.801Z] #3 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #4 transferring dockerfile: 2.50kB done [2025-06-05T02:57:42.801Z] #4 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #5 transferring dockerfile: 3.02kB done [2025-06-05T02:57:42.801Z] #5 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #6 [security-spire-config internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #6 transferring dockerfile: 1.69kB done [2025-06-05T02:57:42.801Z] #6 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #7 [core-metadata internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #7 transferring dockerfile: 2.10kB done [2025-06-05T02:57:42.801Z] #7 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #8 transferring dockerfile: 2.14kB done [2025-06-05T02:57:42.801Z] #8 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #9 [security-spire-server internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #9 transferring dockerfile: 1.70kB done [2025-06-05T02:57:42.801Z] #9 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #10 [support-scheduler internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #10 transferring dockerfile: 1.83kB done [2025-06-05T02:57:42.801Z] #10 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #11 [core-data internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #11 transferring dockerfile: 2.04kB done [2025-06-05T02:57:42.801Z] #11 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #12 [security-secretstore-setup internal] load .dockerignore [2025-06-05T02:57:42.801Z] #12 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #13 transferring dockerfile: 1.81kB done [2025-06-05T02:57:42.801Z] #13 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #14 [core-command internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #14 transferring dockerfile: 1.94kB done [2025-06-05T02:57:42.801Z] #14 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #15 transferring dockerfile: 2.00kB done [2025-06-05T02:57:42.801Z] #15 DONE 0.1s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #16 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-05T02:57:42.801Z] #16 transferring dockerfile: 1.89kB done [2025-06-05T02:57:42.801Z] #16 DONE 0.0s [2025-06-05T02:57:42.801Z] [2025-06-05T02:57:42.801Z] #12 [security-secretstore-setup internal] load .dockerignore [2025-06-05T02:57:42.801Z] #12 transferring context: 50B done [2025-06-05T02:57:42.801Z] #12 DONE 0.1s [2025-06-05T02:57:43.059Z] [2025-06-05T02:57:43.060Z] #17 [core-keeper internal] load .dockerignore [2025-06-05T02:57:43.060Z] #17 transferring context: 50B done [2025-06-05T02:57:43.060Z] #17 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #18 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-05T02:57:43.060Z] #18 transferring context: 50B done [2025-06-05T02:57:43.060Z] #18 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #19 [security-spire-config internal] load .dockerignore [2025-06-05T02:57:43.060Z] #19 transferring context: 50B done [2025-06-05T02:57:43.060Z] #19 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #20 [security-bootstrapper internal] load .dockerignore [2025-06-05T02:57:43.060Z] #20 transferring context: 50B done [2025-06-05T02:57:43.060Z] #20 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #21 [security-proxy-setup internal] load .dockerignore [2025-06-05T02:57:43.060Z] #21 transferring context: 50B done [2025-06-05T02:57:43.060Z] #21 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #22 [core-metadata internal] load .dockerignore [2025-06-05T02:57:43.060Z] #22 transferring context: 50B done [2025-06-05T02:57:43.060Z] #22 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #23 [security-proxy-auth internal] load .dockerignore [2025-06-05T02:57:43.060Z] #23 transferring context: 50B done [2025-06-05T02:57:43.060Z] #23 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #24 [security-spire-server internal] load .dockerignore [2025-06-05T02:57:43.060Z] #24 transferring context: 50B done [2025-06-05T02:57:43.060Z] #24 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #25 [support-scheduler internal] load .dockerignore [2025-06-05T02:57:43.060Z] #25 transferring context: 50B done [2025-06-05T02:57:43.060Z] #25 DONE 0.0s [2025-06-05T02:57:43.060Z] [2025-06-05T02:57:43.060Z] #26 [core-data internal] load .dockerignore [2025-06-05T02:57:43.320Z] #26 transferring context: 50B done [2025-06-05T02:57:43.320Z] #26 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #27 [core-command internal] load .dockerignore [2025-06-05T02:57:43.320Z] #27 transferring context: 50B done [2025-06-05T02:57:43.320Z] #27 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #28 [security-spire-agent internal] load .dockerignore [2025-06-05T02:57:43.320Z] #28 transferring context: 50B done [2025-06-05T02:57:43.320Z] #28 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #29 [support-notifications internal] load .dockerignore [2025-06-05T02:57:43.320Z] #29 transferring context: 50B done [2025-06-05T02:57:43.320Z] #29 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2025-06-05T02:57:43.320Z] #30 transferring context: 50B done [2025-06-05T02:57:43.320Z] #30 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-05T02:57:43.320Z] #31 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:57:43.320Z] #32 DONE 0.1s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #33 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:57:43.320Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-05T02:57:43.320Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:57:43.320Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-05T02:57:43.320Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-05T02:57:43.320Z] #33 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-05T02:57:43.320Z] #31 DONE 0.0s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:57:43.320Z] #32 DONE 0.1s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #33 [core-metadata stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:57:43.320Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-05T02:57:43.320Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:57:43.320Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-05T02:57:43.320Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-05T02:57:43.320Z] #33 DONE 0.1s [2025-06-05T02:57:43.320Z] [2025-06-05T02:57:43.320Z] #34 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-05T02:57:43.578Z] #34 ... [2025-06-05T02:57:43.578Z] [2025-06-05T02:57:43.578Z] #33 [support-scheduler stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:57:43.578Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-05T02:57:43.578Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:57:43.578Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-05T02:57:43.578Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-05T02:57:43.578Z] #33 DONE 0.1s [2025-06-05T02:57:43.578Z] [2025-06-05T02:57:43.578Z] #34 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-05T02:57:43.578Z] #34 ... [2025-06-05T02:57:43.578Z] [2025-06-05T02:57:43.578Z] #33 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:57:43.578Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-05T02:57:43.578Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:57:43.578Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-05T02:57:43.578Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-05T02:57:43.578Z] #33 DONE 0.1s [2025-06-05T02:57:43.578Z] [2025-06-05T02:57:43.578Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-05T02:57:43.578Z] #31 DONE 0.0s [2025-06-05T02:57:43.578Z] [2025-06-05T02:57:43.578Z] #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-05T02:57:43.837Z] #34 ... [2025-06-05T02:57:43.837Z] [2025-06-05T02:57:43.837Z] #33 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:57:43.837Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-05T02:57:43.837Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:57:43.837Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-05T02:57:43.837Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-05T02:57:43.837Z] #33 DONE 0.1s [2025-06-05T02:57:43.837Z] [2025-06-05T02:57:43.837Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-05T02:57:43.837Z] #31 DONE 0.0s [2025-06-05T02:57:43.837Z] [2025-06-05T02:57:43.837Z] #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-05T02:57:43.837Z] #35 DONE 0.6s [2025-06-05T02:57:43.837Z] [2025-06-05T02:57:43.837Z] #36 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-06-05T02:57:44.413Z] #36 DONE 0.8s [2025-06-05T02:57:44.413Z] [2025-06-05T02:57:44.413Z] #37 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:57:44.413Z] #37 ... [2025-06-05T02:57:44.413Z] [2025-06-05T02:57:44.413Z] #33 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:57:44.413Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-05T02:57:44.413Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:57:44.413Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-05T02:57:44.413Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-05T02:57:44.413Z] #33 DONE 0.1s [2025-06-05T02:57:44.413Z] [2025-06-05T02:57:44.413Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-05T02:57:44.413Z] #35 DONE 0.6s [2025-06-05T02:57:44.413Z] [2025-06-05T02:57:44.413Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:57:44.413Z] #32 DONE 1.0s [2025-06-05T02:57:44.413Z] [2025-06-05T02:57:44.413Z] #36 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-06-05T02:57:44.413Z] #36 DONE 0.8s [2025-06-05T02:57:44.672Z] [2025-06-05T02:57:44.672Z] #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-05T02:57:44.672Z] #38 ... [2025-06-05T02:57:44.672Z] [2025-06-05T02:57:44.672Z] #33 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:57:44.672Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-05T02:57:44.672Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:57:44.672Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-05T02:57:44.672Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-05T02:57:44.672Z] #33 DONE 0.1s [2025-06-05T02:57:44.672Z] [2025-06-05T02:57:44.672Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-05T02:57:44.672Z] #39 DONE 1.1s [2025-06-05T02:57:44.672Z] [2025-06-05T02:57:44.672Z] #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-05T02:57:44.672Z] #40 DONE 1.4s [2025-06-05T02:57:44.933Z] [2025-06-05T02:57:44.933Z] #41 [security-spire-config internal] load build context [2025-06-05T02:57:44.933Z] #41 transferring context: 22.05kB 0.0s done [2025-06-05T02:57:44.933Z] #41 DONE 0.1s [2025-06-05T02:57:44.933Z] [2025-06-05T02:57:44.933Z] #42 [security-spire-server internal] load build context [2025-06-05T02:57:44.933Z] #42 transferring context: 23.80kB 0.0s done [2025-06-05T02:57:44.933Z] #42 DONE 0.1s [2025-06-05T02:57:44.933Z] [2025-06-05T02:57:44.933Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:57:44.933Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-06-05T02:57:44.933Z] #43 ... [2025-06-05T02:57:44.933Z] [2025-06-05T02:57:44.933Z] #44 [security-spire-agent internal] load build context [2025-06-05T02:57:44.933Z] #44 transferring context: 23.33kB 0.0s done [2025-06-05T02:57:44.933Z] #44 DONE 0.1s [2025-06-05T02:57:45.191Z] [2025-06-05T02:57:45.192Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:57:45.192Z] #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-05T02:57:45.192Z] #43 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-05T02:57:45.192Z] #43 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-05T02:57:45.192Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-06-05T02:57:45.192Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-05T02:57:45.192Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done [2025-06-05T02:57:45.192Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-06-05T02:57:45.192Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.2s [2025-06-05T02:57:45.192Z] #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-06-05T02:57:45.453Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-06-05T02:57:45.453Z] #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-06-05T02:57:45.453Z] #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.4s [2025-06-05T02:57:45.453Z] #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-05T02:57:45.713Z] #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12.58MB / 36.47MB 0.6s [2025-06-05T02:57:45.713Z] #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 22.02MB / 36.47MB 0.7s [2025-06-05T02:57:45.713Z] #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s [2025-06-05T02:57:47.656Z] #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.1s done [2025-06-05T02:57:47.656Z] #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.1s done [2025-06-05T02:57:48.223Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-05T02:57:53.957Z] #43 ... [2025-06-05T02:57:53.957Z] [2025-06-05T02:57:53.957Z] #45 [security-secretstore-setup internal] load build context [2025-06-05T02:57:53.957Z] #45 transferring context: 187.65MB 10.0s [2025-06-05T02:57:53.957Z] #45 ... [2025-06-05T02:57:53.957Z] [2025-06-05T02:57:53.957Z] #46 [support-notifications internal] load build context [2025-06-05T02:57:54.224Z] #46 ... [2025-06-05T02:57:54.224Z] [2025-06-05T02:57:54.224Z] #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-05T02:57:54.224Z] #0 1.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:54.224Z] #0 1.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:54.224Z] #0 1.930 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-05T02:57:54.224Z] #0 1.942 (2/2) Installing su-exec (0.2-r3) [2025-06-05T02:57:54.224Z] #0 1.960 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:57:54.224Z] #0 1.960 OK: 8 MiB in 16 packages [2025-06-05T02:57:54.224Z] #47 ... [2025-06-05T02:57:54.224Z] [2025-06-05T02:57:54.224Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-05T02:57:54.224Z] #0 1.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:54.224Z] #0 1.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:54.224Z] #0 1.836 (1/3) Installing ca-certificates (20241121-r1) [2025-06-05T02:57:54.224Z] #0 1.848 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-05T02:57:54.224Z] #0 1.859 (3/3) Installing tzdata (2025b-r0) [2025-06-05T02:57:54.224Z] #0 1.897 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:57:54.224Z] #0 1.912 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:57:54.224Z] #0 1.965 OK: 10 MiB in 17 packages [2025-06-05T02:57:54.485Z] #48 ... [2025-06-05T02:57:54.485Z] [2025-06-05T02:57:54.485Z] #49 [core-command internal] load build context [2025-06-05T02:57:54.485Z] #49 ... [2025-06-05T02:57:54.485Z] [2025-06-05T02:57:54.485Z] #50 [support-scheduler internal] load build context [2025-06-05T02:57:54.485Z] #50 ... [2025-06-05T02:57:54.485Z] [2025-06-05T02:57:54.485Z] #51 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:57:54.485Z] #0 2.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:54.485Z] #0 2.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:54.485Z] #0 2.986 OK: 248 MiB in 58 packages [2025-06-05T02:57:54.745Z] #51 ... [2025-06-05T02:57:54.745Z] [2025-06-05T02:57:54.745Z] #52 [core-common-config-bootstrapper internal] load build context [2025-06-05T02:57:54.745Z] #52 ... [2025-06-05T02:57:54.745Z] [2025-06-05T02:57:54.745Z] #53 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-05T02:57:55.003Z] #53 ... [2025-06-05T02:57:55.003Z] [2025-06-05T02:57:55.003Z] #54 [security-spiffe-token-provider internal] load build context [2025-06-05T02:57:55.003Z] #54 ... [2025-06-05T02:57:55.003Z] [2025-06-05T02:57:55.003Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-05T02:57:55.003Z] #55 ... [2025-06-05T02:57:55.003Z] [2025-06-05T02:57:55.003Z] #56 [core-data internal] load build context [2025-06-05T02:57:55.261Z] #56 ... [2025-06-05T02:57:55.261Z] [2025-06-05T02:57:55.261Z] #57 [core-keeper internal] load build context [2025-06-05T02:57:55.261Z] #57 ... [2025-06-05T02:57:55.261Z] [2025-06-05T02:57:55.261Z] #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-05T02:57:55.520Z] #58 ... [2025-06-05T02:57:55.520Z] [2025-06-05T02:57:55.520Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-05T02:57:55.520Z] #59 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-06-05T02:57:55.520Z] #59 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-05T02:57:55.520Z] #59 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-05T02:57:55.520Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-05T02:57:55.520Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-06-05T02:57:55.520Z] #59 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-05T02:57:55.520Z] #59 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.3s done [2025-06-05T02:57:55.520Z] #59 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.1s done [2025-06-05T02:57:55.520Z] #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-05T02:57:55.520Z] #59 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-05T02:57:55.520Z] #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.3s [2025-06-05T02:57:55.520Z] #59 ... [2025-06-05T02:57:55.520Z] [2025-06-05T02:57:55.520Z] #60 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-05T02:57:55.781Z] #60 ... [2025-06-05T02:57:55.781Z] [2025-06-05T02:57:55.781Z] #37 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:57:55.781Z] #37 1.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:55.781Z] #37 1.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:55.781Z] #37 1.709 OK: 248 MiB in 58 packages [2025-06-05T02:57:55.781Z] #37 ... [2025-06-05T02:57:55.781Z] [2025-06-05T02:57:55.781Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-05T02:57:55.781Z] #61 ... [2025-06-05T02:57:55.781Z] [2025-06-05T02:57:55.781Z] #62 [security-proxy-setup internal] load build context [2025-06-05T02:57:56.042Z] #62 ... [2025-06-05T02:57:56.042Z] [2025-06-05T02:57:56.042Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-05T02:57:56.042Z] #0 1.089 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.042Z] #0 1.256 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.042Z] #0 1.736 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-05T02:57:56.042Z] #0 1.751 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:57:56.042Z] #0 1.763 OK: 8 MiB in 15 packages [2025-06-05T02:57:56.042Z] #63 ... [2025-06-05T02:57:56.042Z] [2025-06-05T02:57:56.042Z] #64 [core-metadata internal] load build context [2025-06-05T02:57:56.559Z] #64 ... [2025-06-05T02:57:56.559Z] [2025-06-05T02:57:56.559Z] #65 [security-proxy-auth internal] load build context [2025-06-05T02:57:56.559Z] #65 ... [2025-06-05T02:57:56.559Z] [2025-06-05T02:57:56.559Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-05T02:57:56.559Z] #0 1.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.559Z] #0 1.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.559Z] #0 1.992 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-05T02:57:56.559Z] #0 1.994 (2/4) Installing openssl (3.3.3-r0) [2025-06-05T02:57:56.559Z] #0 2.019 (3/4) Installing su-exec (0.2-r3) [2025-06-05T02:57:56.559Z] #0 2.025 (4/4) Installing yq-go (4.44.1-r2) [2025-06-05T02:57:56.559Z] #0 2.098 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:57:56.559Z] #0 2.116 OK: 19 MiB in 18 packages [2025-06-05T02:57:56.819Z] #66 ... [2025-06-05T02:57:56.819Z] [2025-06-05T02:57:56.819Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-05T02:57:56.819Z] #0 1.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.819Z] #0 1.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.819Z] #0 2.409 (1/4) Installing ca-certificates (20241121-r1) [2025-06-05T02:57:56.819Z] #0 2.478 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-05T02:57:56.819Z] #0 2.500 (3/4) Installing su-exec (0.2-r3) [2025-06-05T02:57:56.819Z] #0 2.504 (4/4) Installing yq-go (4.44.1-r2) [2025-06-05T02:57:56.819Z] #0 2.642 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:57:56.819Z] #0 2.649 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:57:56.819Z] #0 2.707 OK: 19 MiB in 18 packages [2025-06-05T02:57:56.819Z] #67 ... [2025-06-05T02:57:56.819Z] [2025-06-05T02:57:56.819Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-05T02:57:56.819Z] #0 2.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.819Z] #0 2.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:56.819Z] #0 3.048 OK: 248 MiB in 58 packages [2025-06-05T02:57:56.819Z] #68 ... [2025-06-05T02:57:56.819Z] [2025-06-05T02:57:56.819Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-05T02:57:56.819Z] #69 ... [2025-06-05T02:57:56.819Z] [2025-06-05T02:57:56.819Z] #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-05T02:57:57.077Z] #70 ... [2025-06-05T02:57:57.077Z] [2025-06-05T02:57:57.077Z] #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-05T02:57:57.077Z] #34 2.692 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:57.077Z] #34 2.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:57:57.077Z] #34 3.086 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-05T02:57:57.077Z] #34 3.104 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:57:57.077Z] #34 3.109 OK: 8 MiB in 15 packages [2025-06-05T02:57:57.077Z] #34 ... [2025-06-05T02:57:57.077Z] [2025-06-05T02:57:57.077Z] #71 [security-bootstrapper internal] load build context [2025-06-05T02:57:57.364Z] #71 ... [2025-06-05T02:57:57.364Z] [2025-06-05T02:57:57.364Z] #58 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-05T02:57:57.364Z] #58 DONE 13.9s [2025-06-05T02:57:57.364Z] [2025-06-05T02:57:57.364Z] #71 [security-bootstrapper internal] load build context [2025-06-05T02:57:57.364Z] #71 ... [2025-06-05T02:57:57.364Z] [2025-06-05T02:57:57.364Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:57:57.364Z] #43 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.3s done [2025-06-05T02:58:02.647Z] #43 ... [2025-06-05T02:58:02.647Z] [2025-06-05T02:58:02.647Z] #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-05T02:58:02.647Z] #47 DONE 19.4s [2025-06-05T02:58:02.647Z] [2025-06-05T02:58:02.647Z] #45 [security-secretstore-setup internal] load build context [2025-06-05T02:58:02.647Z] #45 transferring context: 507.59MB 17.0s done [2025-06-05T02:58:02.906Z] #45 ... [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #46 [support-notifications internal] load build context [2025-06-05T02:58:02.906Z] #46 transferring context: 507.59MB 12.5s done [2025-06-05T02:58:02.906Z] #46 DONE 19.1s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #64 [core-metadata internal] load build context [2025-06-05T02:58:02.906Z] #64 transferring context: 507.59MB 12.8s done [2025-06-05T02:58:02.906Z] #64 DONE 19.4s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-05T02:58:02.906Z] #48 DONE 19.3s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #37 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:58:02.906Z] #37 DONE 18.5s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #34 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-05T02:58:02.906Z] #34 DONE 19.4s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #51 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:58:02.906Z] #51 DONE 18.7s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-05T02:58:02.906Z] #63 DONE 19.3s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.906Z] #66 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-05T02:58:02.906Z] #66 DONE 19.4s [2025-06-05T02:58:02.906Z] [2025-06-05T02:58:02.907Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-05T02:58:02.907Z] #68 DONE 18.6s [2025-06-05T02:58:02.907Z] [2025-06-05T02:58:02.907Z] #49 [core-command internal] load build context [2025-06-05T02:58:02.907Z] #49 transferring context: 507.59MB 12.9s done [2025-06-05T02:58:02.907Z] #49 DONE 19.3s [2025-06-05T02:58:02.907Z] [2025-06-05T02:58:02.907Z] #62 [security-proxy-setup internal] load build context [2025-06-05T02:58:02.907Z] #62 transferring context: 507.59MB 13.4s done [2025-06-05T02:58:02.907Z] #62 DONE 19.5s [2025-06-05T02:58:02.907Z] [2025-06-05T02:58:02.907Z] #56 [core-data internal] load build context [2025-06-05T02:58:02.907Z] #56 transferring context: 507.59MB 13.3s done [2025-06-05T02:58:02.907Z] #56 DONE 19.4s [2025-06-05T02:58:02.907Z] [2025-06-05T02:58:02.907Z] #71 [security-bootstrapper internal] load build context [2025-06-05T02:58:02.907Z] #71 transferring context: 507.59MB 13.9s done [2025-06-05T02:58:02.907Z] #71 DONE 19.6s [2025-06-05T02:58:02.907Z] [2025-06-05T02:58:02.907Z] #65 [security-proxy-auth internal] load build context [2025-06-05T02:58:02.907Z] #65 transferring context: 507.59MB 13.8s done [2025-06-05T02:58:02.907Z] #65 DONE 19.4s [2025-06-05T02:58:02.907Z] [2025-06-05T02:58:02.907Z] #67 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-05T02:58:02.907Z] #67 DONE 19.6s [2025-06-05T02:58:02.907Z] [2025-06-05T02:58:02.907Z] #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-05T02:58:03.165Z] #72 ... [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #54 [security-spiffe-token-provider internal] load build context [2025-06-05T02:58:03.165Z] #54 transferring context: 507.59MB 13.8s done [2025-06-05T02:58:03.165Z] #54 DONE 18.6s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #50 [support-scheduler internal] load build context [2025-06-05T02:58:03.165Z] #50 transferring context: 507.59MB 13.9s done [2025-06-05T02:58:03.165Z] #50 DONE 19.5s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #52 [core-common-config-bootstrapper internal] load build context [2025-06-05T02:58:03.165Z] #52 transferring context: 507.59MB 15.0s done [2025-06-05T02:58:03.165Z] #52 DONE 19.6s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #57 [core-keeper internal] load build context [2025-06-05T02:58:03.165Z] #57 transferring context: 507.59MB 16.6s done [2025-06-05T02:58:03.165Z] #57 DONE 19.6s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #73 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:03.165Z] #73 DONE 0.2s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #45 [security-secretstore-setup internal] load build context [2025-06-05T02:58:03.165Z] #45 DONE 19.8s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:03.165Z] #74 DONE 0.2s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #75 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:03.165Z] #75 DONE 0.1s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-05T02:58:03.165Z] #59 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.9s done [2025-06-05T02:58:03.165Z] #59 DONE 18.4s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:58:03.165Z] #43 DONE 18.4s [2025-06-05T02:58:03.165Z] [2025-06-05T02:58:03.165Z] #76 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:03.732Z] #76 ... [2025-06-05T02:58:03.732Z] [2025-06-05T02:58:03.732Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-05T02:58:03.732Z] #69 DONE 19.5s [2025-06-05T02:58:03.991Z] [2025-06-05T02:58:03.992Z] #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-05T02:58:03.992Z] #70 19.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:03.992Z] #70 19.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:04.251Z] #70 ... [2025-06-05T02:58:04.251Z] [2025-06-05T02:58:04.251Z] #53 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-05T02:58:04.251Z] #53 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:04.251Z] #53 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:04.251Z] #53 19.78 OK: 248 MiB in 58 packages [2025-06-05T02:58:04.251Z] #53 DONE 19.9s [2025-06-05T02:58:04.251Z] [2025-06-05T02:58:04.251Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:04.251Z] #77 DONE 0.1s [2025-06-05T02:58:04.251Z] [2025-06-05T02:58:04.251Z] #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-05T02:58:04.251Z] #70 20.24 (1/7) Installing ca-certificates (20241121-r1) [2025-06-05T02:58:04.510Z] #70 20.26 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-05T02:58:04.510Z] #70 20.26 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-05T02:58:04.510Z] #70 20.27 (4/7) Installing libsodium (1.0.19-r0) [2025-06-05T02:58:04.510Z] #70 20.28 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-05T02:58:04.510Z] #70 20.30 (6/7) Installing libzmq (4.3.5-r2) [2025-06-05T02:58:04.510Z] #70 20.31 (7/7) Installing zeromq (4.3.5-r2) [2025-06-05T02:58:04.510Z] #70 20.32 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:58:04.510Z] #70 20.33 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:58:04.510Z] #70 20.37 OK: 12 MiB in 21 packages [2025-06-05T02:58:04.769Z] #70 DONE 20.6s [2025-06-05T02:58:04.769Z] [2025-06-05T02:58:04.769Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:58:05.705Z] #78 ... [2025-06-05T02:58:05.705Z] [2025-06-05T02:58:05.705Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-05T02:58:05.705Z] #55 19.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #55 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #55 20.27 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:58:05.705Z] #55 20.27 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:58:05.705Z] #55 20.27 OK: 24171 distinct packages available [2025-06-05T02:58:05.705Z] #55 20.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #55 20.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #55 20.77 OK: 248 MiB in 58 packages [2025-06-05T02:58:05.705Z] #55 DONE 21.0s [2025-06-05T02:58:05.705Z] [2025-06-05T02:58:05.705Z] #60 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-05T02:58:05.705Z] #60 19.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #60 19.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #60 19.94 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:58:05.705Z] #60 19.94 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:58:05.705Z] #60 19.94 OK: 24171 distinct packages available [2025-06-05T02:58:05.705Z] #60 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #60 20.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.705Z] #60 20.40 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-05T02:58:05.705Z] #60 20.40 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-05T02:58:05.705Z] #60 20.41 (3/5) Installing libucontext (1.2-r3) [2025-06-05T02:58:05.705Z] #60 20.42 (4/5) Installing gcompat (1.1.0-r4) [2025-06-05T02:58:05.705Z] #60 20.42 (5/5) Installing openssl (3.3.3-r0) [2025-06-05T02:58:05.705Z] #60 20.43 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:58:05.705Z] #60 20.44 OK: 9 MiB in 19 packages [2025-06-05T02:58:05.705Z] #60 DONE 20.6s [2025-06-05T02:58:05.705Z] [2025-06-05T02:58:05.705Z] #79 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:05.705Z] #79 DONE 0.1s [2025-06-05T02:58:05.705Z] [2025-06-05T02:58:05.706Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-05T02:58:05.706Z] #61 19.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #61 19.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #61 19.93 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:58:05.706Z] #61 19.93 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:58:05.706Z] #61 19.93 OK: 24171 distinct packages available [2025-06-05T02:58:05.706Z] #61 20.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #61 20.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #61 20.50 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-05T02:58:05.706Z] #61 20.51 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-05T02:58:05.706Z] #61 20.51 (3/4) Installing libucontext (1.2-r3) [2025-06-05T02:58:05.706Z] #61 20.53 (4/4) Installing gcompat (1.1.0-r4) [2025-06-05T02:58:05.706Z] #61 20.53 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:58:05.706Z] #61 20.54 OK: 8 MiB in 18 packages [2025-06-05T02:58:05.706Z] #61 DONE 20.7s [2025-06-05T02:58:05.706Z] [2025-06-05T02:58:05.706Z] #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-05T02:58:05.706Z] #38 19.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #38 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #38 20.14 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:58:05.706Z] #38 20.14 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:58:05.706Z] #38 20.14 OK: 24171 distinct packages available [2025-06-05T02:58:05.706Z] #38 20.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #38 20.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.706Z] #38 20.66 (1/14) Installing ca-certificates (20241121-r1) [2025-06-05T02:58:05.706Z] #38 20.68 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-05T02:58:05.706Z] #38 20.69 (3/14) Installing c-ares (1.33.1-r0) [2025-06-05T02:58:05.706Z] #38 20.70 (4/14) Installing libunistring (1.2-r0) [2025-06-05T02:58:05.706Z] #38 20.71 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-05T02:58:05.706Z] #38 20.72 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-05T02:58:05.706Z] #38 20.73 (7/14) Installing libpsl (0.21.5-r1) [2025-06-05T02:58:05.706Z] #38 20.73 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-05T02:58:05.706Z] #38 20.76 (9/14) Installing libcurl (8.12.1-r0) [2025-06-05T02:58:05.706Z] #38 20.76 (10/14) Installing curl (8.12.1-r0) [2025-06-05T02:58:05.706Z] #38 20.78 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-05T02:58:05.706Z] #38 20.79 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-05T02:58:05.706Z] #38 20.79 (13/14) Installing libucontext (1.2-r3) [2025-06-05T02:58:05.706Z] #38 20.80 (14/14) Installing gcompat (1.1.0-r4) [2025-06-05T02:58:05.706Z] #38 20.80 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:58:05.706Z] #38 20.81 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:58:05.706Z] #38 20.86 OK: 13 MiB in 28 packages [2025-06-05T02:58:05.706Z] #38 DONE 21.0s [2025-06-05T02:58:05.706Z] [2025-06-05T02:58:05.706Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:58:05.967Z] #80 ... [2025-06-05T02:58:05.967Z] [2025-06-05T02:58:05.967Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:58:05.967Z] #0 2.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.967Z] #0 2.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.967Z] #0 2.722 OK: 10 MiB in 17 packages [2025-06-05T02:58:05.967Z] #81 DONE 2.9s [2025-06-05T02:58:05.967Z] [2025-06-05T02:58:05.967Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-05T02:58:05.967Z] #0 2.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.967Z] #0 2.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.967Z] #0 2.873 OK: 8 MiB in 16 packages [2025-06-05T02:58:05.967Z] #82 DONE 3.0s [2025-06-05T02:58:05.967Z] [2025-06-05T02:58:05.967Z] #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-05T02:58:05.967Z] #72 2.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.967Z] #72 2.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:05.967Z] #72 2.848 OK: 8 MiB in 15 packages [2025-06-05T02:58:05.967Z] #72 DONE 3.0s [2025-06-05T02:58:05.967Z] [2025-06-05T02:58:05.967Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-05T02:58:06.233Z] #83 ... [2025-06-05T02:58:06.233Z] [2025-06-05T02:58:06.233Z] #84 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:58:06.233Z] #0 2.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:06.233Z] #0 2.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:06.233Z] #0 3.067 OK: 8 MiB in 15 packages [2025-06-05T02:58:06.233Z] #84 DONE 3.2s [2025-06-05T02:58:06.233Z] [2025-06-05T02:58:06.233Z] #85 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-06-05T02:58:06.493Z] #85 ... [2025-06-05T02:58:06.493Z] [2025-06-05T02:58:06.493Z] #86 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-05T02:58:06.493Z] #0 4.364 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:06.493Z] #0 4.887 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:06.493Z] #0 5.661 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-05T02:58:06.493Z] #0 5.964 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:58:06.493Z] #0 5.971 OK: 8 MiB in 15 packages [2025-06-05T02:58:06.493Z] #86 DONE 6.1s [2025-06-05T02:58:06.493Z] [2025-06-05T02:58:06.493Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-05T02:58:06.493Z] #0 3.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:06.493Z] #0 3.301 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:06.493Z] #0 3.655 OK: 19 MiB in 18 packages [2025-06-05T02:58:06.754Z] #87 DONE 3.8s [2025-06-05T02:58:06.754Z] [2025-06-05T02:58:06.754Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-05T02:58:07.013Z] #88 ... [2025-06-05T02:58:07.013Z] [2025-06-05T02:58:07.013Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-05T02:58:07.013Z] #89 DONE 0.0s [2025-06-05T02:58:07.013Z] [2025-06-05T02:58:07.013Z] #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-05T02:58:07.013Z] #0 2.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:07.013Z] #0 4.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:07.270Z] #90 4.360 OK: 19 MiB in 18 packages [2025-06-05T02:58:07.530Z] #90 DONE 4.5s [2025-06-05T02:58:07.530Z] [2025-06-05T02:58:07.530Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-05T02:58:07.530Z] #0 2.880 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:07.530Z] #0 3.328 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:08.103Z] #91 ... [2025-06-05T02:58:08.103Z] [2025-06-05T02:58:08.103Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-05T02:58:08.103Z] #83 DONE 2.4s [2025-06-05T02:58:08.103Z] [2025-06-05T02:58:08.103Z] #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-05T02:58:08.103Z] #92 DONE 0.0s [2025-06-05T02:58:08.361Z] [2025-06-05T02:58:08.361Z] #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-05T02:58:08.361Z] #91 4.460 OK: 248 MiB in 58 packages [2025-06-05T02:58:08.361Z] #91 DONE 4.6s [2025-06-05T02:58:08.361Z] [2025-06-05T02:58:08.361Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-05T02:58:08.361Z] #88 2.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:08.361Z] #88 2.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:08.361Z] #88 2.731 OK: 8 MiB in 18 packages [2025-06-05T02:58:08.361Z] #88 DONE 2.8s [2025-06-05T02:58:08.361Z] [2025-06-05T02:58:08.361Z] #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-05T02:58:08.930Z] #93 DONE 0.5s [2025-06-05T02:58:08.930Z] [2025-06-05T02:58:08.930Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:58:08.930Z] #80 2.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:08.930Z] #80 2.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:08.930Z] #80 2.853 OK: 13 MiB in 28 packages [2025-06-05T02:58:08.930Z] #80 DONE 3.3s [2025-06-05T02:58:08.930Z] [2025-06-05T02:58:08.930Z] #85 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-06-05T02:58:08.930Z] #85 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:08.930Z] #85 2.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:08.930Z] #85 2.926 OK: 9 MiB in 19 packages [2025-06-05T02:58:08.930Z] #85 DONE 3.5s [2025-06-05T02:58:08.930Z] [2025-06-05T02:58:08.930Z] #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-05T02:58:08.930Z] #94 DONE 0.5s [2025-06-05T02:58:08.930Z] [2025-06-05T02:58:08.930Z] #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-05T02:58:08.930Z] #95 DONE 0.1s [2025-06-05T02:58:08.930Z] [2025-06-05T02:58:08.930Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:09.502Z] #96 ... [2025-06-05T02:58:09.502Z] [2025-06-05T02:58:09.502Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-05T02:58:09.502Z] #97 DONE 0.5s [2025-06-05T02:58:09.502Z] [2025-06-05T02:58:09.502Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:58:09.502Z] #78 3.138 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:09.502Z] #78 4.232 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-05T02:58:09.502Z] #78 4.500 OK: 12 MiB in 21 packages [2025-06-05T02:58:09.502Z] #78 DONE 4.9s [2025-06-05T02:58:09.502Z] [2025-06-05T02:58:09.502Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-05T02:58:09.502Z] #98 DONE 0.7s [2025-06-05T02:58:09.502Z] [2025-06-05T02:58:09.502Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-05T02:58:09.502Z] #99 DONE 0.7s [2025-06-05T02:58:09.763Z] [2025-06-05T02:58:09.763Z] #100 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T02:58:09.763Z] #100 DONE 0.1s [2025-06-05T02:58:09.763Z] [2025-06-05T02:58:09.763Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-05T02:58:09.763Z] #101 DONE 0.1s [2025-06-05T02:58:09.763Z] [2025-06-05T02:58:09.763Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-05T02:58:09.763Z] #102 DONE 0.2s [2025-06-05T02:58:09.763Z] [2025-06-05T02:58:09.763Z] #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-05T02:58:09.763Z] #103 DONE 0.1s [2025-06-05T02:58:09.763Z] [2025-06-05T02:58:09.763Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T02:58:10.022Z] #104 ... [2025-06-05T02:58:10.022Z] [2025-06-05T02:58:10.022Z] #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-05T02:58:10.022Z] #105 DONE 0.4s [2025-06-05T02:58:10.281Z] [2025-06-05T02:58:10.281Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-05T02:58:10.281Z] #106 DONE 0.6s [2025-06-05T02:58:10.281Z] [2025-06-05T02:58:10.281Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T02:58:10.281Z] #104 DONE 0.5s [2025-06-05T02:58:10.281Z] [2025-06-05T02:58:10.281Z] #107 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-05T02:58:10.542Z] #107 DONE 0.1s [2025-06-05T02:58:10.542Z] [2025-06-05T02:58:10.542Z] #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-05T02:58:10.542Z] #108 DONE 0.1s [2025-06-05T02:58:10.542Z] [2025-06-05T02:58:10.542Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-05T02:58:10.542Z] #109 DONE 0.1s [2025-06-05T02:58:10.542Z] [2025-06-05T02:58:10.542Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-05T02:58:10.542Z] #110 DONE 0.1s [2025-06-05T02:58:10.542Z] [2025-06-05T02:58:10.543Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T02:58:10.543Z] #111 DONE 0.1s [2025-06-05T02:58:10.543Z] [2025-06-05T02:58:10.543Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-05T02:58:10.543Z] #112 DONE 0.0s [2025-06-05T02:58:10.543Z] [2025-06-05T02:58:10.543Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-05T02:58:10.543Z] #113 DONE 0.0s [2025-06-05T02:58:10.543Z] [2025-06-05T02:58:10.543Z] #114 [security-spire-agent] exporting to image [2025-06-05T02:58:10.543Z] #114 exporting layers [2025-06-05T02:58:11.110Z] #114 exporting layers 0.8s done [2025-06-05T02:58:11.110Z] #114 writing image sha256:d34ac269a94568e69f23ba3082fa029531f3baf2815978e7fbc83eae7ef98be8 done [2025-06-05T02:58:11.110Z] #114 naming to docker.io/library/security-spire-config done [2025-06-05T02:58:11.368Z] #114 exporting layers 0.7s done [2025-06-05T02:58:11.369Z] #114 writing image sha256:7b0400940c3e2ee2e3882c19eed2a6a2f0f218e77ca354588cdfb302a02bedf5 done [2025-06-05T02:58:11.369Z] #114 naming to docker.io/library/security-spire-server done [2025-06-05T02:58:11.369Z] #114 writing image sha256:bd743c26f7edea6f06c29b100afe85e2e66f3ecf0f972881958e4fdbbeb6be4d done [2025-06-05T02:58:11.369Z] #114 naming to docker.io/library/security-spire-agent done [2025-06-05T02:58:11.369Z] #114 DONE 1.1s [2025-06-05T02:58:11.369Z] [2025-06-05T02:58:11.369Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:13.270Z] #115 ... [2025-06-05T02:58:13.270Z] [2025-06-05T02:58:13.270Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:13.270Z] #116 ... [2025-06-05T02:58:13.270Z] [2025-06-05T02:58:13.270Z] #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:13.529Z] #117 ... [2025-06-05T02:58:13.529Z] [2025-06-05T02:58:13.529Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:34.110Z] Removing intermediate container 1e3f169d66a4 [2025-06-05T02:58:34.111Z] ---> be3b6e857fef [2025-06-05T02:58:34.111Z] Successfully built be3b6e857fef [2025-06-05T02:58:34.111Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T02:58:34.442Z] + docker inspect -f . ci-base-image-arm64 [2025-06-05T02:58:34.442Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T02:58:34.660Z] prd-ubuntu20.04-docker-arm64-4c-16g-2801 does not seem to be running inside a container [2025-06-05T02:58:34.730Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@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-05T02:58:35.953Z] $ docker top 2bc732d20dfe7ff493fa9554b94314f68c9a53ae767f24899550d94a95afbf29 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-05T02:58:36.814Z] + go version [2025-06-05T02:58:36.814Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-05T02:58:36.829Z] $ docker stop --time=1 2bc732d20dfe7ff493fa9554b94314f68c9a53ae767f24899550d94a95afbf29 [2025-06-05T02:58:38.462Z] $ docker rm -f --volumes 2bc732d20dfe7ff493fa9554b94314f68c9a53ae767f24899550d94a95afbf29 [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-05T02:58:39.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-05T02:58:39.216Z] [2025-06-05T02:58:39.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T02:58:39.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-05T02:58:39.561Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-05T02:58:39.561Z] 547446be3368: Pulling fs layer [2025-06-05T02:58:39.561Z] d125d8839a47: Pulling fs layer [2025-06-05T02:58:39.561Z] 3e85d5ac6304: Pulling fs layer [2025-06-05T02:58:39.561Z] c3105a71a48b: Pulling fs layer [2025-06-05T02:58:39.561Z] 0f093f025ec4: Pulling fs layer [2025-06-05T02:58:39.561Z] c3106fc0e877: Pulling fs layer [2025-06-05T02:58:39.561Z] c3105a71a48b: Waiting [2025-06-05T02:58:39.561Z] 0f093f025ec4: Waiting [2025-06-05T02:58:39.561Z] c3106fc0e877: Waiting [2025-06-05T02:58:39.831Z] 547446be3368: Verifying Checksum [2025-06-05T02:58:39.831Z] 547446be3368: Download complete [2025-06-05T02:58:39.831Z] c3105a71a48b: Verifying Checksum [2025-06-05T02:58:39.831Z] c3105a71a48b: Download complete [2025-06-05T02:58:40.098Z] d125d8839a47: Verifying Checksum [2025-06-05T02:58:40.098Z] d125d8839a47: Download complete [2025-06-05T02:58:40.098Z] c3106fc0e877: Verifying Checksum [2025-06-05T02:58:40.098Z] c3106fc0e877: Download complete [2025-06-05T02:58:40.366Z] 0f093f025ec4: Verifying Checksum [2025-06-05T02:58:40.366Z] 0f093f025ec4: Download complete [2025-06-05T02:58:40.632Z] 547446be3368: Pull complete [2025-06-05T02:58:41.592Z] d125d8839a47: Pull complete [2025-06-05T02:58:42.175Z] 3e85d5ac6304: Verifying Checksum [2025-06-05T02:58:42.175Z] 3e85d5ac6304: Download complete [2025-06-05T02:58:45.620Z] #118 DONE 36.2s [2025-06-05T02:58:45.620Z] [2025-06-05T02:58:45.620Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:45.620Z] #115 DONE 35.0s [2025-06-05T02:58:45.620Z] [2025-06-05T02:58:45.620Z] #76 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:45.620Z] #76 DONE 37.3s [2025-06-05T02:58:45.620Z] [2025-06-05T02:58:45.620Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:45.620Z] #116 DONE 37.3s [2025-06-05T02:58:45.620Z] [2025-06-05T02:58:45.620Z] #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:45.620Z] #117 DONE 37.4s [2025-06-05T02:58:45.620Z] [2025-06-05T02:58:45.620Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:45.620Z] #96 DONE 31.6s [2025-06-05T02:58:45.620Z] [2025-06-05T02:58:45.620Z] #119 [support-scheduler builder 6/7] COPY . . [2025-06-05T02:58:46.558Z] #119 ... [2025-06-05T02:58:46.558Z] [2025-06-05T02:58:46.558Z] #120 [core-keeper builder 7/8] COPY . . [2025-06-05T02:58:49.095Z] #120 DONE 8.6s [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #121 DONE 8.7s [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #119 [support-scheduler builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #119 DONE 8.6s [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #122 [security-proxy-setup builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #122 DONE 8.7s [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #123 [support-notifications builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #123 DONE 8.7s [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #124 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:49.095Z] #124 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #125 [security-bootstrapper builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #125 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #126 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:49.095Z] #126 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #127 [core-metadata builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #127 DONE 8.7s [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #128 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #128 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:49.095Z] #129 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:49.095Z] #130 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #131 [core-command builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #131 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:49.095Z] #132 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #133 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:49.095Z] #133 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #134 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:49.095Z] #134 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #135 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:49.095Z] #135 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #136 [core-data builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #136 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:49.095Z] #137 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #138 [security-proxy-auth builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #138 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #139 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:49.095Z] #139 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:58:49.095Z] #140 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:58:49.095Z] #141 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #142 [security-secretstore-setup builder 6/7] COPY . . [2025-06-05T02:58:49.095Z] #142 CACHED [2025-06-05T02:58:49.095Z] [2025-06-05T02:58:49.095Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T02:58:50.033Z] #143 1.012 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-05T02:58:52.252Z] 3e85d5ac6304: Pull complete [2025-06-05T02:58:52.252Z] c3105a71a48b: Pull complete [2025-06-05T02:58:52.836Z] 0f093f025ec4: Pull complete [2025-06-05T02:58:53.103Z] c3106fc0e877: Pull complete [2025-06-05T02:58:53.103Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-05T02:58:53.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-05T02:58:53.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T02:58:53.308Z] prd-ubuntu20.04-docker-arm64-4c-16g-2801 does not seem to be running inside a container [2025-06-05T02:58:53.375Z] $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@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-05T02:58:55.396Z] $ docker top 0fa00c8db0f48ecc60303d5f611fff1e214f0bca972712a24d8738afc63e0923 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-05T02:58:55.931Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-05T02:58:59.997Z] #143 ... [2025-06-05T02:58:59.997Z] [2025-06-05T02:58:59.997Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-05T02:58:59.997Z] #0 0.903 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-05T02:58:59.997Z] #144 ... [2025-06-05T02:58:59.997Z] [2025-06-05T02:58:59.997Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-05T02:58:59.997Z] #0 0.365 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-05T02:58:59.997Z] #145 ... [2025-06-05T02:58:59.997Z] [2025-06-05T02:58:59.997Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-05T02:58:59.997Z] #0 1.239 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-05T02:58:59.997Z] #146 ... [2025-06-05T02:58:59.997Z] [2025-06-05T02:58:59.997Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-05T02:58:59.997Z] #0 0.494 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-05T02:58:59.997Z] #147 ... [2025-06-05T02:58:59.997Z] [2025-06-05T02:58:59.997Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-05T02:58:59.997Z] #0 0.686 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-05T02:58:59.997Z] #148 ... [2025-06-05T02:58:59.997Z] [2025-06-05T02:58:59.997Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-05T02:58:59.997Z] #0 0.785 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-05T02:58:59.997Z] #149 ... [2025-06-05T02:58:59.997Z] [2025-06-05T02:58:59.997Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T02:58:59.997Z] #0 0.822 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-05T02:59:00.255Z] #150 ... [2025-06-05T02:59:00.255Z] [2025-06-05T02:59:00.255Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-05T02:59:00.255Z] #0 1.104 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-05T02:59:00.255Z] #151 ... [2025-06-05T02:59:00.255Z] [2025-06-05T02:59:00.255Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-05T02:59:00.255Z] #0 0.549 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-05T02:59:00.512Z] #152 ... [2025-06-05T02:59:00.512Z] [2025-06-05T02:59:00.512Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-05T02:59:00.512Z] #0 1.161 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-05T02:59:01.132Z] #153 ... [2025-06-05T02:59:01.132Z] [2025-06-05T02:59:01.132Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T02:59:01.132Z] #0 1.230 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-05T02:59:06.028Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #1 transferring dockerfile: 2.49kB done [2025-06-05T02:59:06.029Z] #1 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #2 [core-metadata internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #2 transferring dockerfile: 2.10kB 0.0s done [2025-06-05T02:59:06.029Z] #2 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #3 transferring dockerfile: 1.81kB done [2025-06-05T02:59:06.029Z] #3 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #4 transferring dockerfile: 1.69kB 0.0s done [2025-06-05T02:59:06.029Z] #4 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #5 transferring dockerfile: 2.14kB done [2025-06-05T02:59:06.029Z] #5 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #6 transferring dockerfile: 2.23kB done [2025-06-05T02:59:06.029Z] #6 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #7 transferring dockerfile: 1.89kB done [2025-06-05T02:59:06.029Z] #7 DONE 0.0s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #8 [support-scheduler internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #8 transferring dockerfile: 1.83kB done [2025-06-05T02:59:06.029Z] #8 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #9 transferring dockerfile: 2.50kB 0.0s done [2025-06-05T02:59:06.029Z] #9 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #10 transferring dockerfile: 3.02kB done [2025-06-05T02:59:06.029Z] #10 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #11 [core-command internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #11 transferring dockerfile: 1.94kB done [2025-06-05T02:59:06.029Z] #11 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #12 [support-notifications internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #12 transferring dockerfile: 2.00kB done [2025-06-05T02:59:06.029Z] #12 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #13 [security-spire-server internal] load build definition from Dockerfile [2025-06-05T02:59:06.029Z] #13 transferring dockerfile: 1.70kB done [2025-06-05T02:59:06.029Z] #13 DONE 0.1s [2025-06-05T02:59:06.029Z] [2025-06-05T02:59:06.029Z] #14 [core-keeper internal] load build definition from Dockerfile [2025-06-05T02:59:06.295Z] #14 transferring dockerfile: 2.01kB 0.0s done [2025-06-05T02:59:06.295Z] #14 DONE 0.1s [2025-06-05T02:59:06.295Z] [2025-06-05T02:59:06.295Z] #15 [core-data internal] load build definition from Dockerfile [2025-06-05T02:59:06.295Z] #15 transferring dockerfile: 2.04kB 0.0s done [2025-06-05T02:59:06.295Z] #15 DONE 0.1s [2025-06-05T02:59:06.295Z] [2025-06-05T02:59:06.295Z] #16 [security-secretstore-setup internal] load .dockerignore [2025-06-05T02:59:06.295Z] #16 transferring context: 50B done [2025-06-05T02:59:06.295Z] #16 DONE 0.1s [2025-06-05T02:59:06.878Z] [2025-06-05T02:59:06.878Z] #17 [core-metadata internal] load .dockerignore [2025-06-05T02:59:06.878Z] #17 transferring context: 50B done [2025-06-05T02:59:06.878Z] #17 DONE 0.0s [2025-06-05T02:59:06.878Z] [2025-06-05T02:59:06.878Z] #18 [security-spire-agent internal] load .dockerignore [2025-06-05T02:59:06.878Z] #18 transferring context: 50B done [2025-06-05T02:59:07.147Z] #18 DONE 0.1s [2025-06-05T02:59:07.147Z] [2025-06-05T02:59:07.147Z] #19 [security-spire-config internal] load .dockerignore [2025-06-05T02:59:07.147Z] #19 transferring context: 50B done [2025-06-05T02:59:07.147Z] #19 DONE 0.1s [2025-06-05T02:59:07.147Z] [2025-06-05T02:59:07.147Z] #20 [security-proxy-auth internal] load .dockerignore [2025-06-05T02:59:07.147Z] #20 transferring context: 50B done [2025-06-05T02:59:07.147Z] #20 DONE 0.0s [2025-06-05T02:59:07.147Z] [2025-06-05T02:59:07.147Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-05T02:59:07.422Z] #21 transferring context: 50B done [2025-06-05T02:59:07.422Z] #21 DONE 0.1s [2025-06-05T02:59:07.422Z] [2025-06-05T02:59:07.422Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2025-06-05T02:59:07.422Z] #22 transferring context: 50B 0.0s done [2025-06-05T02:59:07.422Z] #22 DONE 0.1s [2025-06-05T02:59:07.422Z] [2025-06-05T02:59:07.422Z] #23 [support-scheduler internal] load .dockerignore [2025-06-05T02:59:07.422Z] #23 transferring context: 50B done [2025-06-05T02:59:07.422Z] #23 DONE 0.1s [2025-06-05T02:59:07.422Z] [2025-06-05T02:59:07.422Z] #24 [security-proxy-setup internal] load .dockerignore [2025-06-05T02:59:07.422Z] #24 transferring context: 50B done [2025-06-05T02:59:07.422Z] #24 DONE 0.1s [2025-06-05T02:59:07.422Z] [2025-06-05T02:59:07.422Z] #25 [security-bootstrapper internal] load .dockerignore [2025-06-05T02:59:07.422Z] #25 transferring context: 50B 0.0s done [2025-06-05T02:59:07.422Z] #25 DONE 0.1s [2025-06-05T02:59:07.422Z] [2025-06-05T02:59:07.422Z] #26 [support-notifications internal] load .dockerignore [2025-06-05T02:59:07.707Z] #26 transferring context: 50B done [2025-06-05T02:59:07.707Z] #26 DONE 0.1s [2025-06-05T02:59:07.707Z] [2025-06-05T02:59:07.707Z] #27 [core-command internal] load .dockerignore [2025-06-05T02:59:07.707Z] #27 transferring context: 50B 0.0s done [2025-06-05T02:59:07.707Z] #27 DONE 0.2s [2025-06-05T02:59:07.707Z] [2025-06-05T02:59:07.707Z] #28 [security-spire-server internal] load .dockerignore [2025-06-05T02:59:07.707Z] #28 transferring context: 50B done [2025-06-05T02:59:07.707Z] #28 DONE 0.1s [2025-06-05T02:59:07.707Z] [2025-06-05T02:59:07.707Z] #29 [core-keeper internal] load .dockerignore [2025-06-05T02:59:07.707Z] #29 transferring context: 50B 0.0s done [2025-06-05T02:59:07.707Z] #29 DONE 0.1s [2025-06-05T02:59:07.978Z] [2025-06-05T02:59:07.978Z] #30 [core-data internal] load .dockerignore [2025-06-05T02:59:07.978Z] #30 transferring context: 50B done [2025-06-05T02:59:07.978Z] #30 DONE 0.1s [2025-06-05T02:59:07.978Z] [2025-06-05T02:59:07.978Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:07.978Z] #31 DONE 0.0s [2025-06-05T02:59:07.978Z] [2025-06-05T02:59:07.978Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:59:08.565Z] #32 DONE 0.6s [2025-06-05T02:59:08.565Z] [2025-06-05T02:59:08.565Z] #33 [security-secretstore-setup internal] load build context [2025-06-05T02:59:08.565Z] #33 DONE 0.0s [2025-06-05T02:59:08.565Z] [2025-06-05T02:59:08.565Z] #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-05T02:59:08.565Z] #34 DONE 0.0s [2025-06-05T02:59:08.565Z] [2025-06-05T02:59:08.565Z] #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:08.565Z] #35 ... [2025-06-05T02:59:08.565Z] [2025-06-05T02:59:08.565Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:08.565Z] #31 DONE 0.0s [2025-06-05T02:59:08.565Z] [2025-06-05T02:59:08.565Z] #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:08.565Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:08.831Z] #35 ... [2025-06-05T02:59:08.831Z] [2025-06-05T02:59:08.831Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:59:08.831Z] #32 DONE 0.6s [2025-06-05T02:59:08.831Z] [2025-06-05T02:59:08.831Z] #35 [core-metadata stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:08.831Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:08.831Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:08.831Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:08.831Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:08.831Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:08.831Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:08.831Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:08.831Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:08.831Z] #35 DONE 0.8s [2025-06-05T02:59:08.831Z] [2025-06-05T02:59:08.831Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:08.831Z] #31 DONE 0.0s [2025-06-05T02:59:08.831Z] [2025-06-05T02:59:08.831Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:59:08.831Z] #32 DONE 0.6s [2025-06-05T02:59:08.831Z] [2025-06-05T02:59:08.831Z] #36 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-05T02:59:09.099Z] #36 ... [2025-06-05T02:59:09.100Z] [2025-06-05T02:59:09.100Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:09.100Z] #31 DONE 0.0s [2025-06-05T02:59:09.100Z] [2025-06-05T02:59:09.100Z] #33 [security-secretstore-setup internal] load build context [2025-06-05T02:59:09.368Z] #33 ... [2025-06-05T02:59:09.368Z] [2025-06-05T02:59:09.368Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:09.368Z] #31 DONE 0.0s [2025-06-05T02:59:09.368Z] [2025-06-05T02:59:09.368Z] #33 [security-secretstore-setup internal] load build context [2025-06-05T02:59:09.368Z] #33 ... [2025-06-05T02:59:09.368Z] [2025-06-05T02:59:09.368Z] #35 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:09.368Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:09.368Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:09.368Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:09.368Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:09.368Z] #35 DONE 0.8s [2025-06-05T02:59:09.368Z] [2025-06-05T02:59:09.368Z] #33 [security-secretstore-setup internal] load build context [2025-06-05T02:59:09.636Z] #33 ... [2025-06-05T02:59:09.636Z] [2025-06-05T02:59:09.636Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:09.636Z] #31 DONE 0.0s [2025-06-05T02:59:09.636Z] [2025-06-05T02:59:09.636Z] #33 [security-secretstore-setup internal] load build context [2025-06-05T02:59:09.636Z] #33 transferring context: 3.22MB 1.0s done [2025-06-05T02:59:09.636Z] #33 ... [2025-06-05T02:59:09.636Z] [2025-06-05T02:59:09.636Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:09.636Z] #31 DONE 0.0s [2025-06-05T02:59:09.904Z] [2025-06-05T02:59:09.904Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:09.904Z] #31 DONE 0.0s [2025-06-05T02:59:09.904Z] [2025-06-05T02:59:09.904Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:59:09.904Z] #32 DONE 1.3s [2025-06-05T02:59:09.904Z] [2025-06-05T02:59:09.904Z] #35 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:09.904Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:09.904Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:09.904Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:09.904Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:09.904Z] #35 DONE 0.9s [2025-06-05T02:59:09.904Z] [2025-06-05T02:59:09.904Z] #33 [security-secretstore-setup internal] load build context [2025-06-05T02:59:09.904Z] #33 DONE 1.4s [2025-06-05T02:59:09.904Z] [2025-06-05T02:59:09.904Z] #37 [core-command internal] load build context [2025-06-05T02:59:09.904Z] #37 ... [2025-06-05T02:59:09.904Z] [2025-06-05T02:59:09.904Z] #35 [security-proxy-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:09.904Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:09.904Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:09.904Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:09.904Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:09.904Z] #35 DONE 0.9s [2025-06-05T02:59:09.904Z] [2025-06-05T02:59:09.904Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:09.904Z] #31 DONE 0.0s [2025-06-05T02:59:10.171Z] [2025-06-05T02:59:10.171Z] #35 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:10.171Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:10.171Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:10.172Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:10.172Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:10.172Z] #35 DONE 0.9s [2025-06-05T02:59:10.172Z] [2025-06-05T02:59:10.172Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-05T02:59:10.172Z] #38 DONE 1.4s [2025-06-05T02:59:10.172Z] [2025-06-05T02:59:10.172Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:10.172Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:10.172Z] #39 ... [2025-06-05T02:59:10.172Z] [2025-06-05T02:59:10.172Z] #35 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:10.172Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:10.172Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:10.172Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:10.172Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:10.172Z] #35 DONE 0.9s [2025-06-05T02:59:10.172Z] [2025-06-05T02:59:10.172Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-05T02:59:10.172Z] #40 DONE 1.6s [2025-06-05T02:59:10.172Z] [2025-06-05T02:59:10.172Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:10.445Z] #39 ... [2025-06-05T02:59:10.445Z] [2025-06-05T02:59:10.445Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:10.445Z] #31 DONE 0.0s [2025-06-05T02:59:10.445Z] [2025-06-05T02:59:10.445Z] #41 [core-metadata internal] load build context [2025-06-05T02:59:10.445Z] #41 transferring context: 3.22MB 1.3s done [2025-06-05T02:59:10.445Z] #41 DONE 1.8s [2025-06-05T02:59:10.717Z] [2025-06-05T02:59:10.717Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-05T02:59:10.717Z] #31 DONE 0.0s [2025-06-05T02:59:10.717Z] [2025-06-05T02:59:10.717Z] #42 [security-proxy-auth internal] load build context [2025-06-05T02:59:10.989Z] #42 transferring context: 3.22MB 1.5s done [2025-06-05T02:59:11.576Z] #42 ... [2025-06-05T02:59:11.576Z] [2025-06-05T02:59:11.576Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:11.576Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.2s done [2025-06-05T02:59:11.576Z] #39 DONE 1.2s [2025-06-05T02:59:11.576Z] [2025-06-05T02:59:11.576Z] #35 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:11.576Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:11.576Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:11.576Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:11.576Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:11.576Z] #35 DONE 0.9s [2025-06-05T02:59:11.576Z] [2025-06-05T02:59:11.576Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-05T02:59:11.576Z] #32 DONE 2.7s [2025-06-05T02:59:11.576Z] [2025-06-05T02:59:11.576Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:11.576Z] #39 ... [2025-06-05T02:59:11.576Z] [2025-06-05T02:59:11.576Z] #35 [core-keeper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:11.576Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:11.576Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:11.576Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:11.576Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:11.576Z] #35 DONE 1.0s [2025-06-05T02:59:11.576Z] [2025-06-05T02:59:11.576Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-05T02:59:11.576Z] #38 DONE 2.9s [2025-06-05T02:59:11.843Z] [2025-06-05T02:59:11.843Z] #35 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-05T02:59:11.843Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-05T02:59:11.843Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-05T02:59:11.843Z] #35 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-05T02:59:11.843Z] #35 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-05T02:59:11.843Z] #35 DONE 1.0s [2025-06-05T02:59:11.843Z] [2025-06-05T02:59:11.843Z] #43 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-05T02:59:11.843Z] #43 ... [2025-06-05T02:59:11.843Z] [2025-06-05T02:59:11.843Z] #42 [security-proxy-auth internal] load build context [2025-06-05T02:59:11.843Z] #42 DONE 2.9s [2025-06-05T02:59:12.111Z] [2025-06-05T02:59:12.111Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:12.111Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.2s done [2025-06-05T02:59:12.111Z] #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-05T02:59:12.111Z] #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-05T02:59:12.111Z] #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-05T02:59:12.111Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s [2025-06-05T02:59:12.111Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.3s [2025-06-05T02:59:12.111Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.4s [2025-06-05T02:59:12.111Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s [2025-06-05T02:59:12.378Z] #39 ... [2025-06-05T02:59:12.378Z] [2025-06-05T02:59:12.378Z] #44 [core-common-config-bootstrapper internal] load build context [2025-06-05T02:59:12.378Z] #44 transferring context: 3.22MB 1.8s done [2025-06-05T02:59:12.378Z] #44 DONE 3.1s [2025-06-05T02:59:12.644Z] [2025-06-05T02:59:12.644Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:12.644Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-06-05T02:59:12.644Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done [2025-06-05T02:59:12.644Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done [2025-06-05T02:59:12.644Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-06-05T02:59:12.644Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done [2025-06-05T02:59:12.644Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done [2025-06-05T02:59:12.644Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-05T02:59:12.912Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.9s [2025-06-05T02:59:13.179Z] #39 ... [2025-06-05T02:59:13.179Z] [2025-06-05T02:59:13.179Z] #45 [security-spire-config internal] load build context [2025-06-05T02:59:13.179Z] #45 transferring context: 22.05kB 0.1s done [2025-06-05T02:59:13.179Z] #45 DONE 3.1s [2025-06-05T02:59:13.179Z] [2025-06-05T02:59:13.179Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:13.447Z] #39 ... [2025-06-05T02:59:13.447Z] [2025-06-05T02:59:13.447Z] #46 [security-spiffe-token-provider internal] load build context [2025-06-05T02:59:13.447Z] #46 transferring context: 3.22MB 2.1s done [2025-06-05T02:59:13.447Z] #46 DONE 4.1s [2025-06-05T02:59:13.447Z] [2025-06-05T02:59:13.447Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:13.716Z] #39 ... [2025-06-05T02:59:13.716Z] [2025-06-05T02:59:13.716Z] #47 [security-spire-agent internal] load build context [2025-06-05T02:59:13.716Z] #47 transferring context: 23.33kB 0.2s done [2025-06-05T02:59:13.716Z] #47 DONE 3.5s [2025-06-05T02:59:13.716Z] [2025-06-05T02:59:13.716Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:13.716Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.15MB / 33.17MB 1.9s [2025-06-05T02:59:14.300Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 2.5s [2025-06-05T02:59:14.300Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-06-05T02:59:14.300Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-05T02:59:15.261Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 3.2s [2025-06-05T02:59:15.848Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.41MB / 33.17MB 4.0s [2025-06-05T02:59:16.433Z] #39 ... [2025-06-05T02:59:16.433Z] [2025-06-05T02:59:16.433Z] #48 [security-spire-server internal] load build context [2025-06-05T02:59:16.433Z] #48 transferring context: 23.80kB 0.4s done [2025-06-05T02:59:16.433Z] #48 DONE 4.6s [2025-06-05T02:59:16.433Z] [2025-06-05T02:59:16.433Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:17.395Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 5.5s [2025-06-05T02:59:17.977Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-05T02:59:17.977Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done [2025-06-05T02:59:17.977Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done [2025-06-05T02:59:18.244Z] #39 ... [2025-06-05T02:59:18.244Z] [2025-06-05T02:59:18.244Z] #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-05T02:59:18.244Z] #34 DONE 10.6s [2025-06-05T02:59:18.244Z] [2025-06-05T02:59:18.244Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:18.244Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 6.4s [2025-06-05T02:59:18.843Z] #39 ... [2025-06-05T02:59:18.843Z] [2025-06-05T02:59:18.843Z] #37 [core-command internal] load build context [2025-06-05T02:59:18.843Z] #37 transferring context: 3.22MB 4.3s done [2025-06-05T02:59:18.843Z] #37 DONE 8.8s [2025-06-05T02:59:18.843Z] [2025-06-05T02:59:18.843Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:18.843Z] #39 ... [2025-06-05T02:59:18.843Z] [2025-06-05T02:59:18.843Z] #49 [security-proxy-setup internal] load build context [2025-06-05T02:59:18.843Z] #49 transferring context: 3.22MB 4.6s done [2025-06-05T02:59:18.843Z] #49 DONE 8.9s [2025-06-05T02:59:18.843Z] [2025-06-05T02:59:18.843Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:18.843Z] #39 ... [2025-06-05T02:59:18.843Z] [2025-06-05T02:59:18.843Z] #50 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:18.843Z] #0 5.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:18.843Z] #0 5.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:18.843Z] #0 8.979 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:18.843Z] #0 9.083 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:18.843Z] #0 9.166 OK: 9 MiB in 15 packages [2025-06-05T02:59:19.114Z] #50 ... [2025-06-05T02:59:19.114Z] [2025-06-05T02:59:19.114Z] #51 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-06-05T02:59:19.382Z] #51 ... [2025-06-05T02:59:19.382Z] [2025-06-05T02:59:19.382Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-05T02:59:19.382Z] #0 5.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:19.382Z] #0 6.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:19.382Z] #0 9.350 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:59:19.382Z] #0 9.350 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:59:19.382Z] #0 9.350 OK: 24049 distinct packages available [2025-06-05T02:59:19.649Z] #52 ... [2025-06-05T02:59:19.649Z] [2025-06-05T02:59:19.649Z] #53 [support-scheduler internal] load build context [2025-06-05T02:59:19.649Z] #53 transferring context: 3.22MB 6.3s done [2025-06-05T02:59:19.649Z] #53 DONE 9.6s [2025-06-05T02:59:19.649Z] [2025-06-05T02:59:19.649Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:19.649Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 7.8s [2025-06-05T02:59:19.917Z] #39 ... [2025-06-05T02:59:19.917Z] [2025-06-05T02:59:19.917Z] #54 [security-bootstrapper internal] load build context [2025-06-05T02:59:19.917Z] #54 transferring context: 3.22MB 7.1s done [2025-06-05T02:59:20.185Z] #54 ... [2025-06-05T02:59:20.185Z] [2025-06-05T02:59:20.185Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:20.185Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 8.4s [2025-06-05T02:59:20.185Z] #39 ... [2025-06-05T02:59:20.185Z] [2025-06-05T02:59:20.185Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-05T02:59:20.185Z] #55 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.3s done [2025-06-05T02:59:20.185Z] #55 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-05T02:59:20.185Z] #55 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-05T02:59:20.185Z] #55 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-05T02:59:20.185Z] #55 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-06-05T02:59:20.185Z] #55 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done [2025-06-05T02:59:20.185Z] #55 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-05T02:59:20.185Z] #55 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.0s done [2025-06-05T02:59:20.185Z] #55 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.4s done [2025-06-05T02:59:20.185Z] #55 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-05T02:59:20.185Z] #55 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-05T02:59:20.452Z] #55 ... [2025-06-05T02:59:20.452Z] [2025-06-05T02:59:20.452Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-05T02:59:20.452Z] #56 ... [2025-06-05T02:59:20.452Z] [2025-06-05T02:59:20.452Z] #54 [security-bootstrapper internal] load build context [2025-06-05T02:59:20.452Z] #54 DONE 10.5s [2025-06-05T02:59:20.452Z] [2025-06-05T02:59:20.452Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-05T02:59:20.719Z] #57 ... [2025-06-05T02:59:20.719Z] [2025-06-05T02:59:20.719Z] #58 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-05T02:59:20.719Z] #58 ... [2025-06-05T02:59:20.719Z] [2025-06-05T02:59:20.719Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-05T02:59:20.719Z] #0 7.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:20.719Z] #0 8.791 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:20.988Z] #59 ... [2025-06-05T02:59:20.988Z] [2025-06-05T02:59:20.988Z] #50 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:20.988Z] #50 DONE 12.0s [2025-06-05T02:59:20.988Z] [2025-06-05T02:59:20.988Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-05T02:59:21.257Z] #60 ... [2025-06-05T02:59:21.257Z] [2025-06-05T02:59:21.257Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:21.257Z] #39 ... [2025-06-05T02:59:21.257Z] [2025-06-05T02:59:21.257Z] #51 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-06-05T02:59:21.257Z] #51 DONE 3.2s [2025-06-05T02:59:21.257Z] [2025-06-05T02:59:21.257Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:21.845Z] #39 ... [2025-06-05T02:59:21.845Z] [2025-06-05T02:59:21.845Z] #61 [support-notifications internal] load build context [2025-06-05T02:59:21.845Z] #61 ... [2025-06-05T02:59:21.845Z] [2025-06-05T02:59:21.845Z] #62 [core-data internal] load build context [2025-06-05T02:59:21.845Z] #62 ... [2025-06-05T02:59:21.845Z] [2025-06-05T02:59:21.845Z] #63 [core-keeper internal] load build context [2025-06-05T02:59:22.113Z] #63 ... [2025-06-05T02:59:22.113Z] [2025-06-05T02:59:22.113Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:22.113Z] #64 ... [2025-06-05T02:59:22.113Z] [2025-06-05T02:59:22.113Z] #65 [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-05T02:59:22.389Z] #65 ... [2025-06-05T02:59:22.389Z] [2025-06-05T02:59:22.390Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:22.390Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 10.5s [2025-06-05T02:59:22.985Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 11.0s [2025-06-05T02:59:22.985Z] #39 ... [2025-06-05T02:59:22.985Z] [2025-06-05T02:59:22.985Z] #36 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-05T02:59:22.985Z] #36 5.947 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:22.985Z] #36 6.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:22.985Z] #36 9.654 (1/4) Installing ca-certificates (20241121-r1) [2025-06-05T02:59:22.985Z] #36 10.09 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:22.985Z] #36 10.09 (3/4) Installing su-exec (0.2-r3) [2025-06-05T02:59:22.985Z] #36 10.09 (4/4) Installing yq-go (4.44.1-r2) [2025-06-05T02:59:22.985Z] #36 11.43 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:22.985Z] #36 11.53 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:59:22.985Z] #36 12.45 OK: 20 MiB in 18 packages [2025-06-05T02:59:22.985Z] #36 DONE 13.9s [2025-06-05T02:59:22.985Z] [2025-06-05T02:59:22.985Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:22.985Z] #39 ... [2025-06-05T02:59:22.985Z] [2025-06-05T02:59:22.985Z] #61 [support-notifications internal] load build context [2025-06-05T02:59:22.985Z] #61 transferring context: 3.22MB 7.6s done [2025-06-05T02:59:22.985Z] #61 DONE 11.6s [2025-06-05T02:59:22.985Z] [2025-06-05T02:59:22.985Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:23.268Z] #39 ... [2025-06-05T02:59:23.268Z] [2025-06-05T02:59:23.268Z] #63 [core-keeper internal] load build context [2025-06-05T02:59:23.268Z] #63 transferring context: 3.22MB 8.7s done [2025-06-05T02:59:23.268Z] #63 DONE 11.6s [2025-06-05T02:59:23.268Z] [2025-06-05T02:59:23.268Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:23.869Z] #39 ... [2025-06-05T02:59:23.869Z] [2025-06-05T02:59:23.869Z] #62 [core-data internal] load build context [2025-06-05T02:59:23.869Z] #62 transferring context: 3.22MB 7.8s done [2025-06-05T02:59:23.869Z] #62 DONE 11.9s [2025-06-05T02:59:23.869Z] [2025-06-05T02:59:23.869Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:23.869Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 12.0s [2025-06-05T02:59:24.837Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 12.9s [2025-06-05T02:59:24.837Z] #39 ... [2025-06-05T02:59:24.837Z] [2025-06-05T02:59:24.837Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-05T02:59:24.837Z] #59 11.90 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:24.837Z] #59 11.90 (2/4) Installing openssl (3.3.3-r0) [2025-06-05T02:59:24.837Z] #59 11.92 (3/4) Installing su-exec (0.2-r3) [2025-06-05T02:59:24.837Z] #59 11.92 (4/4) Installing yq-go (4.44.1-r2) [2025-06-05T02:59:24.837Z] #59 12.67 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:24.837Z] #59 12.80 OK: 20 MiB in 18 packages [2025-06-05T02:59:24.837Z] #59 DONE 14.4s [2025-06-05T02:59:24.837Z] [2025-06-05T02:59:24.837Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:25.798Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.50MB / 33.17MB 14.0s [2025-06-05T02:59:26.391Z] #39 ... [2025-06-05T02:59:26.391Z] [2025-06-05T02:59:26.391Z] #65 [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-05T02:59:26.391Z] #65 DONE 14.6s [2025-06-05T02:59:26.391Z] [2025-06-05T02:59:26.391Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:26.975Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 14.8s done [2025-06-05T02:59:28.625Z] #39 ... [2025-06-05T02:59:28.625Z] [2025-06-05T02:59:28.626Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-05T02:59:28.626Z] #52 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:28.626Z] #52 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:28.626Z] #52 15.22 (1/14) Installing ca-certificates (20241121-r1) [2025-06-05T02:59:28.626Z] #52 15.57 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-05T02:59:28.626Z] #52 15.70 (3/14) Installing c-ares (1.33.1-r0) [2025-06-05T02:59:28.626Z] #52 15.71 (4/14) Installing libunistring (1.2-r0) [2025-06-05T02:59:28.626Z] #52 15.87 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-05T02:59:28.626Z] #52 15.91 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-05T02:59:28.626Z] #52 15.91 (7/14) Installing libpsl (0.21.5-r1) [2025-06-05T02:59:28.626Z] #52 15.99 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-05T02:59:28.626Z] #52 16.03 (9/14) Installing libcurl (8.12.1-r0) [2025-06-05T02:59:28.626Z] #52 16.35 (10/14) Installing curl (8.12.1-r0) [2025-06-05T02:59:28.626Z] #52 16.35 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:28.626Z] #52 16.35 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-05T02:59:28.626Z] #52 16.35 (13/14) Installing libucontext (1.2-r3) [2025-06-05T02:59:28.626Z] #52 16.35 (14/14) Installing gcompat (1.1.0-r4) [2025-06-05T02:59:28.626Z] #52 16.35 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:28.626Z] #52 16.49 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:59:28.626Z] #52 17.57 OK: 15 MiB in 28 packages [2025-06-05T02:59:28.626Z] #52 DONE 19.2s [2025-06-05T02:59:28.895Z] [2025-06-05T02:59:28.895Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:28.895Z] #64 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:30.336Z] #64 18.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:30.961Z] #64 ... [2025-06-05T02:59:30.961Z] [2025-06-05T02:59:30.961Z] #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-05T02:59:31.287Z] #66 ... [2025-06-05T02:59:31.287Z] [2025-06-05T02:59:31.287Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-05T02:59:31.287Z] #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.8s [2025-06-05T02:59:31.287Z] #55 ... [2025-06-05T02:59:31.287Z] [2025-06-05T02:59:31.287Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:31.287Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-06-05T02:59:31.564Z] #39 ... [2025-06-05T02:59:31.564Z] [2025-06-05T02:59:31.564Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:59:31.834Z] #67 ... [2025-06-05T02:59:31.834Z] [2025-06-05T02:59:31.834Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-05T02:59:31.834Z] #68 ... [2025-06-05T02:59:31.834Z] [2025-06-05T02:59:31.834Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-05T02:59:32.101Z] #69 ... [2025-06-05T02:59:32.101Z] [2025-06-05T02:59:32.101Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-05T02:59:32.101Z] #56 12.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.101Z] #56 13.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.101Z] #56 19.47 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:32.101Z] #56 19.50 (2/2) Installing su-exec (0.2-r3) [2025-06-05T02:59:32.101Z] #56 19.54 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:32.101Z] #56 19.64 OK: 9 MiB in 16 packages [2025-06-05T02:59:32.101Z] #56 DONE 21.6s [2025-06-05T02:59:32.101Z] [2025-06-05T02:59:32.101Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-05T02:59:32.101Z] #60 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.101Z] #60 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.101Z] #60 16.17 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:59:32.101Z] #60 16.17 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:59:32.101Z] #60 16.17 OK: 24049 distinct packages available [2025-06-05T02:59:32.101Z] #60 17.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.101Z] #60 18.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.374Z] #60 ... [2025-06-05T02:59:32.374Z] [2025-06-05T02:59:32.374Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:59:32.374Z] #70 ... [2025-06-05T02:59:32.374Z] [2025-06-05T02:59:32.374Z] #58 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-05T02:59:32.374Z] #58 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.374Z] #58 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.374Z] #58 17.93 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:59:32.374Z] #58 17.93 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:59:32.374Z] #58 17.93 OK: 24049 distinct packages available [2025-06-05T02:59:32.374Z] #58 19.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.374Z] #58 20.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:32.642Z] #58 ... [2025-06-05T02:59:32.642Z] [2025-06-05T02:59:32.642Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-05T02:59:32.642Z] #71 ... [2025-06-05T02:59:32.642Z] [2025-06-05T02:59:32.642Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-05T02:59:32.642Z] #72 ... [2025-06-05T02:59:32.642Z] [2025-06-05T02:59:32.642Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:32.909Z] #39 ... [2025-06-05T02:59:32.909Z] [2025-06-05T02:59:32.909Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-05T02:59:33.177Z] #73 ... [2025-06-05T02:59:33.177Z] [2025-06-05T02:59:33.177Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:34.139Z] #39 ... [2025-06-05T02:59:34.139Z] [2025-06-05T02:59:34.139Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-05T02:59:34.139Z] #57 13.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:34.139Z] #57 14.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:34.139Z] #57 19.77 (1/3) Installing ca-certificates (20241121-r1) [2025-06-05T02:59:34.139Z] #57 20.11 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:34.139Z] #57 20.14 (3/3) Installing tzdata (2025b-r0) [2025-06-05T02:59:34.139Z] #57 21.30 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:34.139Z] #57 21.40 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:59:34.139Z] #57 22.05 OK: 11 MiB in 17 packages [2025-06-05T02:59:34.139Z] #57 ... [2025-06-05T02:59:34.139Z] [2025-06-05T02:59:34.139Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-05T02:59:34.139Z] #60 23.44 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:34.139Z] #60 23.46 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-05T02:59:34.139Z] #60 23.46 (3/4) Installing libucontext (1.2-r3) [2025-06-05T02:59:34.139Z] #60 23.47 (4/4) Installing gcompat (1.1.0-r4) [2025-06-05T02:59:34.139Z] #60 23.48 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:34.139Z] #60 23.57 OK: 9 MiB in 18 packages [2025-06-05T02:59:34.406Z] #60 ... [2025-06-05T02:59:34.406Z] [2025-06-05T02:59:34.406Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-05T02:59:34.406Z] #57 DONE 24.0s [2025-06-05T02:59:34.674Z] [2025-06-05T02:59:34.674Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:34.944Z] #39 ... [2025-06-05T02:59:34.944Z] [2025-06-05T02:59:34.944Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-05T02:59:34.944Z] #68 DONE 13.4s [2025-06-05T02:59:34.944Z] [2025-06-05T02:59:34.944Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:34.944Z] #39 ... [2025-06-05T02:59:34.944Z] [2025-06-05T02:59:34.944Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-05T02:59:34.944Z] #60 DONE 24.5s [2025-06-05T02:59:34.944Z] [2025-06-05T02:59:34.944Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:34.944Z] #39 ... [2025-06-05T02:59:34.944Z] [2025-06-05T02:59:34.944Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-05T02:59:35.216Z] #74 ... [2025-06-05T02:59:35.216Z] [2025-06-05T02:59:35.216Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:35.216Z] #64 23.11 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:35.216Z] #64 23.14 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:35.216Z] #64 23.17 OK: 9 MiB in 15 packages [2025-06-05T02:59:36.195Z] #64 DONE 24.3s [2025-06-05T02:59:36.195Z] [2025-06-05T02:59:36.195Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-05T02:59:36.195Z] #71 14.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:36.463Z] #71 ... [2025-06-05T02:59:36.463Z] [2025-06-05T02:59:36.463Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:36.730Z] #75 ... [2025-06-05T02:59:36.730Z] [2025-06-05T02:59:36.730Z] #58 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-05T02:59:36.730Z] #58 24.88 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:36.730Z] #58 24.89 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-05T02:59:36.730Z] #58 24.90 (3/5) Installing libucontext (1.2-r3) [2025-06-05T02:59:36.730Z] #58 25.04 (4/5) Installing gcompat (1.1.0-r4) [2025-06-05T02:59:36.730Z] #58 25.04 (5/5) Installing openssl (3.3.3-r0) [2025-06-05T02:59:36.730Z] #58 25.09 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:36.730Z] #58 25.18 OK: 10 MiB in 19 packages [2025-06-05T02:59:36.730Z] #58 DONE 26.2s [2025-06-05T02:59:36.730Z] [2025-06-05T02:59:36.730Z] #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-06-05T02:59:37.698Z] #76 ... [2025-06-05T02:59:37.698Z] [2025-06-05T02:59:37.698Z] #43 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-05T02:59:37.698Z] #43 16.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:37.698Z] #43 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:37.698Z] #43 23.38 (1/7) Installing ca-certificates (20241121-r1) [2025-06-05T02:59:37.698Z] #43 23.63 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:37.698Z] #43 23.66 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-05T02:59:37.698Z] #43 23.67 (4/7) Installing libsodium (1.0.19-r0) [2025-06-05T02:59:37.698Z] #43 23.70 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-05T02:59:37.698Z] #43 23.80 (6/7) Installing libzmq (4.3.5-r2) [2025-06-05T02:59:37.698Z] #43 23.83 (7/7) Installing zeromq (4.3.5-r2) [2025-06-05T02:59:37.698Z] #43 23.84 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:37.698Z] #43 24.02 Executing ca-certificates-20241121-r1.trigger [2025-06-05T02:59:37.698Z] #43 24.65 OK: 14 MiB in 21 packages [2025-06-05T02:59:37.698Z] #43 DONE 25.6s [2025-06-05T02:59:37.698Z] [2025-06-05T02:59:37.698Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-05T02:59:37.698Z] #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.9s [2025-06-05T02:59:37.698Z] #55 ... [2025-06-05T02:59:37.698Z] [2025-06-05T02:59:37.698Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-05T02:59:37.698Z] #73 14.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:38.658Z] #73 ... [2025-06-05T02:59:38.658Z] [2025-06-05T02:59:38.658Z] #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:38.925Z] #77 ... [2025-06-05T02:59:38.925Z] [2025-06-05T02:59:38.925Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-05T02:59:42.271Z] #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 19.8s done [2025-06-05T02:59:42.271Z] #55 ... [2025-06-05T02:59:42.271Z] [2025-06-05T02:59:42.271Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-05T02:59:42.271Z] #78 ... [2025-06-05T02:59:42.271Z] [2025-06-05T02:59:42.271Z] #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:42.271Z] #77 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:42.856Z] #77 ... [2025-06-05T02:59:42.856Z] [2025-06-05T02:59:42.856Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-05T02:59:42.856Z] #55 DONE 32.5s [2025-06-05T02:59:42.856Z] [2025-06-05T02:59:42.856Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-05T02:59:42.856Z] #78 10.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:44.797Z] #78 ... [2025-06-05T02:59:44.797Z] [2025-06-05T02:59:44.797Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:44.797Z] #0 9.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:44.797Z] #79 ... [2025-06-05T02:59:44.797Z] [2025-06-05T02:59:44.797Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:44.797Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.3s [2025-06-05T02:59:45.065Z] #39 ... [2025-06-05T02:59:45.065Z] [2025-06-05T02:59:45.065Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-05T02:59:45.065Z] #80 ... [2025-06-05T02:59:45.065Z] [2025-06-05T02:59:45.065Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-05T02:59:45.065Z] #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:45.330Z] #81 ... [2025-06-05T02:59:45.330Z] [2025-06-05T02:59:45.330Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:45.914Z] #39 ... [2025-06-05T02:59:45.914Z] [2025-06-05T02:59:45.914Z] #66 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-05T02:59:45.914Z] #66 15.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:45.914Z] #66 16.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:45.914Z] #66 22.25 OK: 9 MiB in 15 packages [2025-06-05T02:59:45.914Z] #66 DONE 25.2s [2025-06-05T02:59:45.914Z] [2025-06-05T02:59:45.914Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:59:45.914Z] #67 14.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:45.914Z] #67 15.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:45.914Z] #67 21.57 OK: 239 MiB in 58 packages [2025-06-05T02:59:45.914Z] #67 DONE 24.6s [2025-06-05T02:59:45.914Z] [2025-06-05T02:59:45.914Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:46.181Z] #39 ... [2025-06-05T02:59:46.181Z] [2025-06-05T02:59:46.181Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:46.181Z] #82 ... [2025-06-05T02:59:46.181Z] [2025-06-05T02:59:46.181Z] #83 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:59:46.765Z] #83 DONE 0.7s [2025-06-05T02:59:46.765Z] [2025-06-05T02:59:46.765Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:47.350Z] #39 ... [2025-06-05T02:59:47.350Z] [2025-06-05T02:59:47.350Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-05T02:59:47.350Z] #71 15.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:47.350Z] #71 24.02 v3.20.6-187-g678a235b346 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-05T02:59:47.350Z] #71 24.03 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-05T02:59:47.350Z] #71 24.03 OK: 24049 distinct packages available [2025-06-05T02:59:47.350Z] #71 25.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:47.616Z] #71 ... [2025-06-05T02:59:47.616Z] [2025-06-05T02:59:47.616Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:47.616Z] #0 9.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:47.616Z] #84 10.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:47.616Z] #84 ... [2025-06-05T02:59:47.616Z] [2025-06-05T02:59:47.616Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:47.882Z] #39 ... [2025-06-05T02:59:47.882Z] [2025-06-05T02:59:47.882Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-05T02:59:47.882Z] #69 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:47.882Z] #69 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:47.882Z] #69 ... [2025-06-05T02:59:47.882Z] [2025-06-05T02:59:47.882Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:48.467Z] #39 ... [2025-06-05T02:59:48.467Z] [2025-06-05T02:59:48.467Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:59:48.467Z] #70 17.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:48.467Z] #70 19.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:48.467Z] #70 ... [2025-06-05T02:59:48.467Z] [2025-06-05T02:59:48.467Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:48.733Z] #39 ... [2025-06-05T02:59:48.733Z] [2025-06-05T02:59:48.733Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-05T02:59:48.733Z] #74 13.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:48.733Z] #74 15.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:49.000Z] #74 ... [2025-06-05T02:59:49.000Z] [2025-06-05T02:59:49.000Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:49.000Z] #39 ... [2025-06-05T02:59:49.000Z] [2025-06-05T02:59:49.000Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-05T02:59:49.000Z] #73 16.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:49.267Z] #73 ... [2025-06-05T02:59:49.267Z] [2025-06-05T02:59:49.267Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-05T02:59:49.267Z] #72 17.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:49.267Z] #72 18.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:49.267Z] #72 ... [2025-06-05T02:59:49.267Z] [2025-06-05T02:59:49.267Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:49.857Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.5s [2025-06-05T02:59:50.122Z] #39 ... [2025-06-05T02:59:50.122Z] [2025-06-05T02:59:50.122Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-05T02:59:50.122Z] #69 26.63 OK: 239 MiB in 58 packages [2025-06-05T02:59:50.122Z] #69 DONE 28.6s [2025-06-05T02:59:50.389Z] [2025-06-05T02:59:50.389Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:50.655Z] #39 ... [2025-06-05T02:59:50.655Z] [2025-06-05T02:59:50.655Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:50.655Z] #75 14.07 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:50.655Z] #75 15.93 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:50.655Z] #75 ... [2025-06-05T02:59:50.655Z] [2025-06-05T02:59:50.655Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:59:50.655Z] #85 DONE 0.6s [2025-06-05T02:59:50.655Z] [2025-06-05T02:59:50.655Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:51.243Z] #39 ... [2025-06-05T02:59:51.243Z] [2025-06-05T02:59:51.243Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-05T02:59:51.243Z] #70 28.57 OK: 239 MiB in 58 packages [2025-06-05T02:59:51.243Z] #70 DONE 30.4s [2025-06-05T02:59:51.243Z] [2025-06-05T02:59:51.243Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:51.514Z] #39 ... [2025-06-05T02:59:51.514Z] [2025-06-05T02:59:51.514Z] #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-05T02:59:51.514Z] #74 24.47 OK: 20 MiB in 18 packages [2025-06-05T02:59:51.514Z] #74 DONE 26.4s [2025-06-05T02:59:51.514Z] [2025-06-05T02:59:51.514Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-05T02:59:51.784Z] #86 ... [2025-06-05T02:59:51.784Z] [2025-06-05T02:59:51.784Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-05T02:59:51.785Z] #73 26.49 OK: 20 MiB in 18 packages [2025-06-05T02:59:51.785Z] #73 DONE 28.8s [2025-06-05T02:59:51.785Z] [2025-06-05T02:59:51.785Z] #87 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:59:52.062Z] #87 DONE 0.8s [2025-06-05T02:59:52.062Z] [2025-06-05T02:59:52.062Z] #88 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:59:52.062Z] #88 ... [2025-06-05T02:59:52.062Z] [2025-06-05T02:59:52.062Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-05T02:59:52.062Z] #86 DONE 0.7s [2025-06-05T02:59:52.329Z] [2025-06-05T02:59:52.329Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:52.329Z] #39 ... [2025-06-05T02:59:52.329Z] [2025-06-05T02:59:52.329Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-05T02:59:52.329Z] #72 28.73 OK: 239 MiB in 58 packages [2025-06-05T02:59:52.329Z] #72 DONE 30.9s [2025-06-05T02:59:52.609Z] [2025-06-05T02:59:52.609Z] #89 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-05T02:59:53.570Z] #89 DONE 1.0s [2025-06-05T02:59:53.570Z] [2025-06-05T02:59:53.570Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:59:54.529Z] #90 ... [2025-06-05T02:59:54.530Z] [2025-06-05T02:59:54.530Z] #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:54.530Z] #77 15.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:54.530Z] #77 25.24 OK: 15 MiB in 28 packages [2025-06-05T02:59:54.530Z] #77 ... [2025-06-05T02:59:54.530Z] [2025-06-05T02:59:54.530Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:54.798Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.5s [2025-06-05T02:59:55.386Z] #39 ... [2025-06-05T02:59:55.386Z] [2025-06-05T02:59:55.386Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-05T02:59:55.386Z] #80 10.47 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:55.386Z] #80 12.00 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:55.654Z] #80 ... [2025-06-05T02:59:55.654Z] [2025-06-05T02:59:55.654Z] #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:55.654Z] #77 DONE 26.8s [2025-06-05T02:59:55.654Z] [2025-06-05T02:59:55.654Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-05T02:59:55.654Z] #78 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:55.654Z] #78 ... [2025-06-05T02:59:55.654Z] [2025-06-05T02:59:55.654Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-05T02:59:55.654Z] #75 26.42 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-05T02:59:55.654Z] #75 27.28 Executing busybox-1.36.1-r29.trigger [2025-06-05T02:59:55.654Z] #75 27.49 OK: 9 MiB in 15 packages [2025-06-05T02:59:55.654Z] #75 DONE 29.2s [2025-06-05T02:59:55.654Z] [2025-06-05T02:59:55.654Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:56.617Z] #39 ... [2025-06-05T02:59:56.617Z] [2025-06-05T02:59:56.617Z] #91 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T02:59:56.930Z] #91 ... [2025-06-05T02:59:56.930Z] [2025-06-05T02:59:56.930Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:56.930Z] #82 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:56.930Z] #82 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:56.930Z] #82 ... [2025-06-05T02:59:56.930Z] [2025-06-05T02:59:56.930Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-05T02:59:56.930Z] #81 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:56.930Z] #81 20.83 OK: 9 MiB in 18 packages [2025-06-05T02:59:57.202Z] #81 ... [2025-06-05T02:59:57.202Z] [2025-06-05T02:59:57.202Z] #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-06-05T02:59:57.202Z] #76 10.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:57.202Z] #76 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:57.202Z] #76 20.41 OK: 10 MiB in 19 packages [2025-06-05T02:59:57.202Z] #76 ... [2025-06-05T02:59:57.202Z] [2025-06-05T02:59:57.202Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:57.202Z] #79 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:57.202Z] #79 21.69 OK: 11 MiB in 17 packages [2025-06-05T02:59:57.472Z] #79 ... [2025-06-05T02:59:57.472Z] [2025-06-05T02:59:57.472Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-05T02:59:57.472Z] #78 24.03 OK: 9 MiB in 16 packages [2025-06-05T02:59:57.472Z] #78 DONE 25.3s [2025-06-05T02:59:57.472Z] [2025-06-05T02:59:57.472Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-05T02:59:57.472Z] #81 DONE 22.3s [2025-06-05T02:59:57.472Z] [2025-06-05T02:59:57.472Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-05T02:59:58.072Z] #92 ... [2025-06-05T02:59:58.072Z] [2025-06-05T02:59:58.072Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:58.072Z] #79 DONE 23.5s [2025-06-05T02:59:58.072Z] [2025-06-05T02:59:58.072Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-05T02:59:58.072Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.6s done [2025-06-05T02:59:58.072Z] #39 DONE 47.9s [2025-06-05T02:59:58.072Z] [2025-06-05T02:59:58.072Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-05T02:59:58.072Z] #80 23.17 OK: 239 MiB in 58 packages [2025-06-05T02:59:59.030Z] #80 ... [2025-06-05T02:59:59.030Z] [2025-06-05T02:59:59.030Z] #76 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-06-05T02:59:59.030Z] #76 DONE 22.3s [2025-06-05T02:59:59.030Z] [2025-06-05T02:59:59.030Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:59.030Z] #84 19.86 OK: 14 MiB in 21 packages [2025-06-05T02:59:59.030Z] #84 DONE 21.6s [2025-06-05T02:59:59.030Z] [2025-06-05T02:59:59.030Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-05T02:59:59.030Z] #93 ... [2025-06-05T02:59:59.030Z] [2025-06-05T02:59:59.030Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-05T02:59:59.030Z] #71 27.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-05T02:59:59.030Z] #71 36.92 OK: 239 MiB in 58 packages [2025-06-05T02:59:59.297Z] #71 ... [2025-06-05T02:59:59.297Z] [2025-06-05T02:59:59.297Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:59.297Z] #82 22.29 OK: 9 MiB in 15 packages [2025-06-05T02:59:59.569Z] #82 ... [2025-06-05T02:59:59.569Z] [2025-06-05T02:59:59.569Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-05T02:59:59.569Z] #80 DONE 24.7s [2025-06-05T02:59:59.850Z] [2025-06-05T02:59:59.850Z] #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-05T02:59:59.850Z] #82 DONE 23.6s [2025-06-05T02:59:59.850Z] [2025-06-05T02:59:59.850Z] #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-05T02:59:59.850Z] #94 ... [2025-06-05T02:59:59.850Z] [2025-06-05T02:59:59.850Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-05T02:59:59.850Z] #71 DONE 38.5s [2025-06-05T03:00:00.134Z] [2025-06-05T03:00:00.134Z] #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:00:00.727Z] #95 ... [2025-06-05T03:00:00.727Z] [2025-06-05T03:00:00.727Z] #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:00:00.991Z] #96 ... [2025-06-05T03:00:00.991Z] [2025-06-05T03:00:00.991Z] #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-05T03:00:00.991Z] #94 DONE 1.2s [2025-06-05T03:00:00.991Z] [2025-06-05T03:00:00.991Z] #95 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:00:00.991Z] #95 DONE 0.9s [2025-06-05T03:00:00.991Z] [2025-06-05T03:00:00.991Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:00:01.958Z] #97 ... [2025-06-05T03:00:01.958Z] [2025-06-05T03:00:01.958Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-05T03:00:01.958Z] #93 DONE 3.2s [2025-06-05T03:00:02.224Z] [2025-06-05T03:00:02.224Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:00:03.201Z] #98 ... [2025-06-05T03:00:03.201Z] [2025-06-05T03:00:03.201Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-05T03:00:03.201Z] #92 DONE 5.7s [2025-06-05T03:00:03.201Z] [2025-06-05T03:00:03.201Z] #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-05T03:00:03.201Z] #99 DONE 0.3s [2025-06-05T03:00:03.201Z] [2025-06-05T03:00:03.201Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-05T03:00:05.780Z] #100 ... [2025-06-05T03:00:05.781Z] [2025-06-05T03:00:05.781Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-05T03:00:05.781Z] #101 DONE 3.1s [2025-06-05T03:00:05.781Z] [2025-06-05T03:00:05.781Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-05T03:00:05.781Z] #102 DONE 3.1s [2025-06-05T03:00:05.781Z] [2025-06-05T03:00:05.781Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-05T03:00:05.781Z] #100 DONE 3.1s [2025-06-05T03:00:05.781Z] [2025-06-05T03:00:05.781Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-05T03:00:05.781Z] #103 ... [2025-06-05T03:00:05.781Z] [2025-06-05T03:00:05.781Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-05T03:00:05.781Z] #104 DONE 0.2s [2025-06-05T03:00:05.781Z] [2025-06-05T03:00:05.781Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-05T03:00:05.781Z] #105 DONE 0.3s [2025-06-05T03:00:06.047Z] [2025-06-05T03:00:06.047Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-05T03:00:06.047Z] #103 DONE 0.2s [2025-06-05T03:00:06.047Z] [2025-06-05T03:00:06.047Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-05T03:00:06.324Z] #106 DONE 0.3s [2025-06-05T03:00:06.324Z] [2025-06-05T03:00:06.324Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-05T03:00:06.324Z] #107 DONE 0.2s [2025-06-05T03:00:06.324Z] [2025-06-05T03:00:06.324Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T03:00:06.324Z] #108 DONE 0.3s [2025-06-05T03:00:06.324Z] [2025-06-05T03:00:06.324Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-05T03:00:06.324Z] #109 DONE 0.3s [2025-06-05T03:00:06.324Z] [2025-06-05T03:00:06.324Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T03:00:06.590Z] #110 ... [2025-06-05T03:00:06.590Z] [2025-06-05T03:00:06.590Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T03:00:06.590Z] #111 DONE 0.3s [2025-06-05T03:00:06.590Z] [2025-06-05T03:00:06.590Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-05T03:00:06.590Z] #112 DONE 0.2s [2025-06-05T03:00:06.858Z] [2025-06-05T03:00:06.858Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-05T03:00:06.858Z] #110 DONE 0.4s [2025-06-05T03:00:06.858Z] [2025-06-05T03:00:06.858Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-05T03:00:06.858Z] #113 ... [2025-06-05T03:00:06.858Z] [2025-06-05T03:00:06.858Z] #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-05T03:00:06.858Z] #114 DONE 0.2s [2025-06-05T03:00:07.129Z] [2025-06-05T03:00:07.129Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-05T03:00:07.129Z] #113 DONE 0.3s [2025-06-05T03:00:07.129Z] [2025-06-05T03:00:07.129Z] #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-05T03:00:07.129Z] #115 DONE 0.4s [2025-06-05T03:00:07.129Z] [2025-06-05T03:00:07.129Z] #116 [security-spire-config] exporting to image [2025-06-05T03:00:07.129Z] #116 exporting layers [2025-06-05T03:00:07.129Z] #116 ... [2025-06-05T03:00:07.129Z] [2025-06-05T03:00:07.129Z] #117 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-05T03:00:07.129Z] #117 DONE 0.3s [2025-06-05T03:00:07.394Z] [2025-06-05T03:00:07.394Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-05T03:00:07.394Z] #118 DONE 0.3s [2025-06-05T03:00:07.394Z] [2025-06-05T03:00:07.394Z] #116 [security-spire-server] exporting to image [2025-06-05T03:00:10.744Z] #116 exporting layers 3.3s done [2025-06-05T03:00:10.744Z] #116 writing image sha256:5f2bfa52c264d1362174657d3c28690ff4f40b19324e6d5e1923852fa64821c3 [2025-06-05T03:00:10.744Z] #116 writing image sha256:5f2bfa52c264d1362174657d3c28690ff4f40b19324e6d5e1923852fa64821c3 done [2025-06-05T03:00:10.744Z] #116 naming to docker.io/library/security-spire-config-arm64 done [2025-06-05T03:00:10.744Z] #116 exporting layers 3.4s done [2025-06-05T03:00:10.744Z] #116 writing image sha256:0a53bc03be0c46787fab4226eb2c7d9e6224d48ee5baf7b1ab2280c25fd8586e 0.0s done [2025-06-05T03:00:10.744Z] #116 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-05T03:00:10.744Z] #116 writing image sha256:af4d49c115ceee3688c8087b4afc60ebd0a0dba8759775dfe81d4e6290e4d5ea 0.0s done [2025-06-05T03:00:10.744Z] #116 naming to docker.io/library/security-spire-server-arm64 done [2025-06-05T03:00:10.744Z] #116 DONE 3.7s [2025-06-05T03:00:10.744Z] [2025-06-05T03:00:10.744Z] #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:00:22.579Z] #154 ... [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-05T03:00:22.579Z] #149 DONE 89.6s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-05T03:00:22.579Z] #155 DONE 0.1s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-05T03:00:22.579Z] #156 ... [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-05T03:00:22.579Z] #151 DONE 91.2s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-05T03:00:22.579Z] #156 DONE 1.4s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:00:22.579Z] #157 DONE 0.3s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #158 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:00:22.579Z] #158 DONE 0.3s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:00:22.579Z] #159 DONE 0.3s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:00:22.579Z] #160 DONE 0.2s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-05T03:00:22.579Z] #161 DONE 0.2s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #162 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-05T03:00:22.579Z] #162 DONE 0.2s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #163 [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-05T03:00:22.579Z] #163 DONE 0.0s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #164 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-05T03:00:22.579Z] #164 DONE 0.0s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #165 [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-05T03:00:22.579Z] #165 DONE 0.1s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #166 [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-05T03:00:22.579Z] #166 DONE 0.1s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #167 [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-05T03:00:22.579Z] #167 DONE 0.1s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #168 [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-05T03:00:22.579Z] #168 ... [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #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-05T03:00:22.579Z] #169 DONE 0.2s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-05T03:00:22.579Z] #170 DONE 0.3s [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:00:22.579Z] #143 ... [2025-06-05T03:00:22.579Z] [2025-06-05T03:00:22.579Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-05T03:00:22.837Z] #171 ... [2025-06-05T03:00:22.837Z] [2025-06-05T03:00:22.837Z] #168 [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-05T03:00:22.837Z] #168 DONE 1.4s [2025-06-05T03:00:22.837Z] [2025-06-05T03:00:22.837Z] #114 [core-common-config-bootstrapper] exporting to image [2025-06-05T03:00:22.837Z] #114 exporting layers [2025-06-05T03:00:23.094Z] #114 exporting layers 0.4s done [2025-06-05T03:00:23.094Z] #114 writing image sha256:5d89a5781f90ca83afaca79ac4b7095ab1a928c9ee8b4ff0ae1f05b6efae95e1 done [2025-06-05T03:00:23.094Z] #114 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-05T03:00:23.094Z] #114 DONE 1.5s [2025-06-05T03:00:23.094Z] [2025-06-05T03:00:23.094Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:00:23.351Z] #143 ... [2025-06-05T03:00:23.351Z] [2025-06-05T03:00:23.351Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-05T03:00:23.351Z] #171 DONE 1.3s [2025-06-05T03:00:23.619Z] [2025-06-05T03:00:23.619Z] #114 [security-bootstrapper] exporting to image [2025-06-05T03:00:24.183Z] #114 exporting layers 0.7s done [2025-06-05T03:00:24.183Z] #114 writing image sha256:cc94f36be1704864462cf47f17e120cae13c810e2fb76dd5fd58ff4693276ca3 0.0s done [2025-06-05T03:00:24.183Z] #114 naming to docker.io/library/security-bootstrapper done [2025-06-05T03:00:24.183Z] #114 DONE 2.2s [2025-06-05T03:00:24.183Z] [2025-06-05T03:00:24.183Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T03:01:31.860Z] #150 ... [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-05T03:01:31.860Z] #144 157.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-05T03:01:31.860Z] #144 ... [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-05T03:01:31.860Z] #148 DONE 161.7s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-05T03:01:31.860Z] #153 DONE 161.9s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:31.860Z] #154 ... [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-05T03:01:31.860Z] #145 DONE 161.9s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-05T03:01:31.860Z] #144 DONE 162.0s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:31.860Z] #172 DONE 0.2s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:31.860Z] #173 DONE 0.3s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:31.860Z] #174 ... [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:31.860Z] #175 DONE 0.3s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:31.860Z] #176 DONE 0.3s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:31.860Z] #174 DONE 0.3s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #177 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:31.860Z] #177 DONE 0.1s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:31.860Z] #178 DONE 0.3s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #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-05T03:01:31.860Z] #179 ... [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #180 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:31.860Z] #180 DONE 0.2s [2025-06-05T03:01:31.860Z] [2025-06-05T03:01:31.860Z] #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-06-05T03:01:31.860Z] #181 DONE 0.2s [2025-06-05T03:01:32.118Z] [2025-06-05T03:01:32.118Z] #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-05T03:01:32.118Z] #179 DONE 0.2s [2025-06-05T03:01:32.118Z] [2025-06-05T03:01:32.118Z] #182 [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-05T03:01:32.118Z] #182 DONE 0.2s [2025-06-05T03:01:32.118Z] [2025-06-05T03:01:32.118Z] #183 [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-05T03:01:32.118Z] #183 DONE 0.1s [2025-06-05T03:01:32.118Z] [2025-06-05T03:01:32.118Z] #184 [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-05T03:01:32.118Z] #184 DONE 0.1s [2025-06-05T03:01:32.118Z] [2025-06-05T03:01:32.118Z] #185 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-05T03:01:32.118Z] #185 DONE 0.1s [2025-06-05T03:01:32.118Z] [2025-06-05T03:01:32.118Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-05T03:01:32.118Z] #186 DONE 0.2s [2025-06-05T03:01:32.118Z] [2025-06-05T03:01:32.118Z] #114 [security-spiffe-token-provider] exporting to image [2025-06-05T03:01:32.118Z] #114 exporting layers [2025-06-05T03:01:32.379Z] #96 ... [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #98 DONE 84.8s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #91 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #91 DONE 99.2s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #119 [core-metadata builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #119 ... [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #97 DONE 84.9s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #90 DONE 92.4s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #96 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #96 DONE 95.2s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #88 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #88 DONE 93.9s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #120 [support-notifications builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #120 ... [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #121 [support-scheduler builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #121 DONE 2.4s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #122 [security-proxy-setup builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #122 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:01:32.379Z] #123 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #124 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #125 DONE 2.5s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #126 DONE 2.4s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #127 [core-keeper builder 7/8] COPY . . [2025-06-05T03:01:32.379Z] #127 DONE 2.5s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #128 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:01:32.379Z] #128 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #129 [core-data builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #129 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #130 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #131 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #132 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:01:32.379Z] #132 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #133 [security-bootstrapper builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #133 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #134 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:01:32.379Z] #134 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #135 [core-command builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #135 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #136 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #120 [support-notifications builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #120 DONE 2.4s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #137 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #137 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #138 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:01:32.379Z] #138 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #139 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #140 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-05T03:01:32.379Z] #140 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #141 [security-proxy-auth builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #141 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #142 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-05T03:01:32.379Z] #142 CACHED [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #119 [core-metadata builder 6/7] COPY . . [2025-06-05T03:01:32.379Z] #119 DONE 2.5s [2025-06-05T03:01:32.379Z] [2025-06-05T03:01:32.379Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:32.397Z] #114 ... [2025-06-05T03:01:32.397Z] [2025-06-05T03:01:32.397Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:01:32.397Z] #187 DONE 0.2s [2025-06-05T03:01:32.397Z] [2025-06-05T03:01:32.397Z] #188 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:01:32.397Z] #188 DONE 0.2s [2025-06-05T03:01:32.397Z] [2025-06-05T03:01:32.397Z] #114 [core-command] exporting to image [2025-06-05T03:01:32.655Z] #114 ... [2025-06-05T03:01:32.655Z] [2025-06-05T03:01:32.655Z] #189 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-05T03:01:32.655Z] #189 DONE 0.3s [2025-06-05T03:01:32.655Z] [2025-06-05T03:01:32.655Z] #190 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-05T03:01:32.655Z] #190 DONE 0.3s [2025-06-05T03:01:32.655Z] [2025-06-05T03:01:32.655Z] #114 [security-spiffe-token-provider] exporting to image [2025-06-05T03:01:32.655Z] #114 exporting layers 0.4s done [2025-06-05T03:01:32.655Z] #114 writing image sha256:c4d904c015d78a046f94e6399850facab7a7fdaf83e12b17a443171d02dfa2e7 done [2025-06-05T03:01:32.655Z] #114 naming to docker.io/library/security-spiffe-token-provider done [2025-06-05T03:01:32.913Z] #114 exporting layers 0.3s done [2025-06-05T03:01:32.913Z] #114 writing image sha256:8839890bf1516e166ccb15219130ebe3a3af3f8fe3473a06e25e701cfafdf9d5 done [2025-06-05T03:01:32.913Z] #114 naming to docker.io/library/core-command done [2025-06-05T03:01:32.913Z] #114 DONE 2.9s [2025-06-05T03:01:32.913Z] [2025-06-05T03:01:32.913Z] #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-05T03:01:32.913Z] #191 DONE 0.4s [2025-06-05T03:01:32.913Z] [2025-06-05T03:01:32.913Z] #192 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:01:33.171Z] #192 ... [2025-06-05T03:01:33.171Z] [2025-06-05T03:01:33.171Z] #193 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-05T03:01:33.171Z] #193 DONE 0.3s [2025-06-05T03:01:33.171Z] [2025-06-05T03:01:33.171Z] #194 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-05T03:01:33.429Z] #194 DONE 0.3s [2025-06-05T03:01:33.429Z] [2025-06-05T03:01:33.429Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-05T03:01:33.429Z] #147 ... [2025-06-05T03:01:33.429Z] [2025-06-05T03:01:33.429Z] #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:01:33.687Z] #195 ... [2025-06-05T03:01:33.687Z] [2025-06-05T03:01:33.687Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T03:01:33.687Z] #150 DONE 164.7s [2025-06-05T03:01:33.812Z] #143 ... [2025-06-05T03:01:33.812Z] [2025-06-05T03:01:33.812Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-05T03:01:33.812Z] #0 5.024 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-05T03:01:33.951Z] [2025-06-05T03:01:33.951Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-05T03:01:33.951Z] #147 DONE 164.7s [2025-06-05T03:01:33.951Z] [2025-06-05T03:01:33.951Z] #192 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:01:33.951Z] #192 DONE 1.1s [2025-06-05T03:01:33.951Z] [2025-06-05T03:01:33.951Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:01:33.951Z] #143 ... [2025-06-05T03:01:33.951Z] [2025-06-05T03:01:33.951Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:34.233Z] #196 DONE 0.1s [2025-06-05T03:01:34.233Z] [2025-06-05T03:01:34.233Z] #197 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:34.233Z] #197 DONE 0.2s [2025-06-05T03:01:34.233Z] [2025-06-05T03:01:34.233Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:34.397Z] #144 ... [2025-06-05T03:01:34.397Z] [2025-06-05T03:01:34.397Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:34.397Z] #143 5.812 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-05T03:01:34.496Z] #198 DONE 0.3s [2025-06-05T03:01:34.496Z] [2025-06-05T03:01:34.496Z] #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-05T03:01:34.496Z] #199 DONE 0.3s [2025-06-05T03:01:34.496Z] [2025-06-05T03:01:34.496Z] #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:01:34.496Z] #195 DONE 1.1s [2025-06-05T03:01:34.496Z] [2025-06-05T03:01:34.496Z] #114 [security-proxy-setup] exporting to image [2025-06-05T03:01:34.496Z] #114 writing image sha256:7b34930457b79a0e102e79bb0cad0f13b26cb1cd53c9683c634d548527615b5d done [2025-06-05T03:01:34.496Z] #114 naming to docker.io/library/security-proxy-setup done [2025-06-05T03:01:34.758Z] #114 ... [2025-06-05T03:01:34.758Z] [2025-06-05T03:01:34.758Z] #200 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:01:34.758Z] #200 DONE 0.2s [2025-06-05T03:01:34.758Z] [2025-06-05T03:01:34.758Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-05T03:01:34.758Z] #201 DONE 0.2s [2025-06-05T03:01:34.758Z] [2025-06-05T03:01:34.758Z] #114 [core-keeper] exporting to image [2025-06-05T03:01:34.758Z] #114 ... [2025-06-05T03:01:34.758Z] [2025-06-05T03:01:34.758Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-05T03:01:34.758Z] #202 DONE 0.1s [2025-06-05T03:01:34.758Z] [2025-06-05T03:01:34.758Z] #143 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:01:34.758Z] #143 DONE 165.7s [2025-06-05T03:01:34.758Z] [2025-06-05T03:01:34.758Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-05T03:01:34.758Z] #203 DONE 0.1s [2025-06-05T03:01:35.016Z] [2025-06-05T03:01:35.016Z] #114 [security-secretstore-setup] exporting to image [2025-06-05T03:01:35.016Z] #114 exporting layers 0.4s done [2025-06-05T03:01:35.016Z] #114 writing image sha256:a1cf947a41d7d8d11dbf7052a64a22d956a77167effdf95365020a43c87cdf5a 0.0s done [2025-06-05T03:01:35.016Z] #114 naming to docker.io/library/core-keeper done [2025-06-05T03:01:35.016Z] #114 writing image sha256:8156a0df7e714e48d22bf1064ffe031e28af639bb2493a71fc367b64d654d1df done [2025-06-05T03:01:35.016Z] #114 naming to docker.io/library/security-secretstore-setup done [2025-06-05T03:01:35.016Z] #114 DONE 3.9s [2025-06-05T03:01:35.016Z] [2025-06-05T03:01:35.016Z] #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:35.016Z] #204 DONE 0.1s [2025-06-05T03:01:35.016Z] [2025-06-05T03:01:35.016Z] #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:35.016Z] #205 DONE 0.1s [2025-06-05T03:01:35.016Z] [2025-06-05T03:01:35.016Z] #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:01:35.277Z] #206 ... [2025-06-05T03:01:35.277Z] [2025-06-05T03:01:35.277Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-05T03:01:35.277Z] #207 DONE 0.1s [2025-06-05T03:01:35.277Z] [2025-06-05T03:01:35.277Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:01:35.277Z] #208 DONE 0.0s [2025-06-05T03:01:35.277Z] [2025-06-05T03:01:35.277Z] #114 [core-data] exporting to image [2025-06-05T03:01:35.536Z] #114 ... [2025-06-05T03:01:35.536Z] [2025-06-05T03:01:35.536Z] #206 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:01:35.536Z] #206 DONE 0.6s [2025-06-05T03:01:35.536Z] [2025-06-05T03:01:35.536Z] #114 [core-data] exporting to image [2025-06-05T03:01:35.536Z] #114 exporting layers 0.2s done [2025-06-05T03:01:35.536Z] #114 writing image sha256:85bfa8f9fe44d82f80d57bd7486a6dbdfa7966356ac5660d00ff335493b2c97f done [2025-06-05T03:01:35.536Z] #114 naming to docker.io/library/core-data done [2025-06-05T03:01:35.796Z] #114 exporting layers 0.2s done [2025-06-05T03:01:35.796Z] #114 writing image sha256:70021d55c09a8e2b5565e0abb94a35331bc35a94c7a3ceb99838392a738e0b8d done [2025-06-05T03:01:35.796Z] #114 naming to docker.io/library/security-proxy-auth done [2025-06-05T03:01:35.796Z] #114 DONE 4.3s [2025-06-05T03:01:35.796Z] [2025-06-05T03:01:35.796Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:35.796Z] #154 ... [2025-06-05T03:01:35.796Z] [2025-06-05T03:01:35.796Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-05T03:01:35.796Z] #146 DONE 166.6s [2025-06-05T03:01:35.796Z] [2025-06-05T03:01:35.796Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:35.796Z] #209 DONE 0.1s [2025-06-05T03:01:36.053Z] [2025-06-05T03:01:36.053Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:36.053Z] #210 DONE 0.0s [2025-06-05T03:01:36.053Z] [2025-06-05T03:01:36.053Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-05T03:01:36.053Z] #211 DONE 0.1s [2025-06-05T03:01:36.053Z] [2025-06-05T03:01:36.053Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:01:36.053Z] #212 DONE 0.0s [2025-06-05T03:01:36.053Z] [2025-06-05T03:01:36.053Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-05T03:01:36.053Z] #213 DONE 0.0s [2025-06-05T03:01:36.053Z] [2025-06-05T03:01:36.053Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:36.313Z] #154 ... [2025-06-05T03:01:36.313Z] [2025-06-05T03:01:36.313Z] #114 [core-metadata] exporting to image [2025-06-05T03:01:36.313Z] #114 exporting layers 0.1s done [2025-06-05T03:01:36.313Z] #114 writing image sha256:8ac286757ee17e04c608cfdbd2adc94e7c40bdb416d92bc474cd0e879784b0df done [2025-06-05T03:01:36.313Z] #114 naming to docker.io/library/core-metadata done [2025-06-05T03:01:36.313Z] #114 DONE 4.4s [2025-06-05T03:01:36.313Z] [2025-06-05T03:01:36.313Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:36.880Z] #154 ... [2025-06-05T03:01:36.880Z] [2025-06-05T03:01:36.880Z] #152 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-05T03:01:36.880Z] #152 DONE 167.8s [2025-06-05T03:01:36.880Z] [2025-06-05T03:01:36.880Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:36.880Z] #214 DONE 0.0s [2025-06-05T03:01:36.880Z] [2025-06-05T03:01:36.880Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:36.880Z] #215 DONE 0.0s [2025-06-05T03:01:37.139Z] [2025-06-05T03:01:37.139Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-05T03:01:37.139Z] #216 DONE 0.2s [2025-06-05T03:01:37.139Z] [2025-06-05T03:01:37.139Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-05T03:01:37.139Z] #217 DONE 0.0s [2025-06-05T03:01:37.139Z] [2025-06-05T03:01:37.139Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:37.408Z] #154 ... [2025-06-05T03:01:37.408Z] [2025-06-05T03:01:37.408Z] #114 [support-scheduler] exporting to image [2025-06-05T03:01:37.408Z] #114 exporting layers 0.2s done [2025-06-05T03:01:37.408Z] #114 writing image sha256:3065516727738059bc79815255c5cb1546e2d0b7a1524a8cd574af0ea5aaacc1 done [2025-06-05T03:01:37.408Z] #114 naming to docker.io/library/support-scheduler done [2025-06-05T03:01:37.408Z] #114 DONE 4.7s [2025-06-05T03:01:37.408Z] [2025-06-05T03:01:37.408Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:01:38.675Z] #143 ... [2025-06-05T03:01:38.675Z] [2025-06-05T03:01:38.675Z] #145 [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-05T03:01:38.675Z] #0 5.477 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-05T03:01:38.675Z] #145 ... [2025-06-05T03:01:38.675Z] [2025-06-05T03:01:38.675Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:01:38.675Z] #0 5.912 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-05T03:01:38.675Z] #146 ... [2025-06-05T03:01:38.676Z] [2025-06-05T03:01:38.676Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-05T03:01:38.676Z] #0 4.878 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-05T03:01:38.786Z] #154 DONE 169.7s [2025-06-05T03:01:38.786Z] [2025-06-05T03:01:38.786Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:01:38.786Z] #218 DONE 0.0s [2025-06-05T03:01:38.945Z] #147 ... [2025-06-05T03:01:38.945Z] [2025-06-05T03:01:38.945Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-05T03:01:38.945Z] #0 4.026 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-05T03:01:38.945Z] #148 ... [2025-06-05T03:01:38.945Z] [2025-06-05T03:01:38.945Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-05T03:01:38.945Z] #0 6.242 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-05T03:01:39.045Z] [2025-06-05T03:01:39.045Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:01:39.045Z] #219 DONE 0.0s [2025-06-05T03:01:39.045Z] [2025-06-05T03:01:39.045Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-05T03:01:39.045Z] #220 DONE 0.2s [2025-06-05T03:01:39.216Z] #149 ... [2025-06-05T03:01:39.216Z] [2025-06-05T03:01:39.216Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-05T03:01:39.216Z] #0 6.194 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-05T03:01:39.305Z] [2025-06-05T03:01:39.305Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:01:39.305Z] #221 DONE 0.0s [2025-06-05T03:01:39.305Z] [2025-06-05T03:01:39.305Z] #114 [support-notifications] exporting to image [2025-06-05T03:01:39.305Z] #114 exporting layers 0.2s done [2025-06-05T03:01:39.305Z] #114 writing image sha256:7f9e52ef4d46427713a9912cfd5bfacdce68c25c21e080085e4908c022d2ac17 done [2025-06-05T03:01:39.305Z] #114 naming to docker.io/library/support-notifications done [2025-06-05T03:01:39.305Z] #114 DONE 4.8s [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:01:39.305Z] time="2025-06-05T02:57:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-05T03:01:39.319Z] $ docker stop --time=1 837b480f2847078966ed8d00ae91bf4ddee92b9c767368880603f79d43159329 [2025-06-05T03:01:39.505Z] #150 ... [2025-06-05T03:01:39.505Z] [2025-06-05T03:01:39.505Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-05T03:01:39.505Z] #0 5.357 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-05T03:01:39.505Z] #151 ... [2025-06-05T03:01:39.505Z] [2025-06-05T03:01:39.505Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-05T03:01:39.505Z] #0 5.872 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-05T03:01:39.822Z] #152 ... [2025-06-05T03:01:39.822Z] [2025-06-05T03:01:39.822Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T03:01:39.822Z] #0 4.423 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-05T03:01:39.822Z] #153 ... [2025-06-05T03:01:39.822Z] [2025-06-05T03:01:39.822Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-05T03:01:39.822Z] #0 5.456 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-05T03:01:40.642Z] $ docker rm -f --volumes 837b480f2847078966ed8d00ae91bf4ddee92b9c767368880603f79d43159329 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-05T03:01:40.993Z] + docker images [2025-06-05T03:01:40.993Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-05T03:01:40.993Z] support-notifications latest 7f9e52ef4d46 2 seconds ago 52.4MB [2025-06-05T03:01:40.993Z] support-scheduler latest 306551672773 3 seconds ago 48.8MB [2025-06-05T03:01:40.993Z] core-metadata latest 8ac286757ee1 5 seconds ago 33.1MB [2025-06-05T03:01:40.993Z] security-proxy-auth latest 70021d55c09a 5 seconds ago 31.7MB [2025-06-05T03:01:40.993Z] core-data latest 85bfa8f9fe44 5 seconds ago 32.9MB [2025-06-05T03:01:40.993Z] core-keeper latest a1cf947a41d7 6 seconds ago 32.5MB [2025-06-05T03:01:40.993Z] security-secretstore-setup latest 8156a0df7e71 6 seconds ago 68.7MB [2025-06-05T03:01:40.993Z] security-proxy-setup latest 7b34930457b7 7 seconds ago 38.5MB [2025-06-05T03:01:40.993Z] core-command latest 8839890bf151 8 seconds ago 28.4MB [2025-06-05T03:01:40.993Z] security-spiffe-token-provider latest c4d904c015d7 9 seconds ago 47.7MB [2025-06-05T03:01:40.993Z] security-bootstrapper latest cc94f36be170 About a minute ago 20.4MB [2025-06-05T03:01:40.993Z] core-common-config-bootstrapper latest 5d89a5781f90 About a minute ago 17.1MB [2025-06-05T03:01:40.993Z] security-spire-agent latest bd743c26f7ed 3 minutes ago 195MB [2025-06-05T03:01:40.993Z] security-spire-server latest 7b0400940c3e 3 minutes ago 149MB [2025-06-05T03:01:40.993Z] security-spire-config latest d34ac269a945 3 minutes ago 149MB [2025-06-05T03:01:40.993Z] ci-base-image-x86_64 latest a45eec089915 7 minutes ago 924MB [2025-06-05T03:01:40.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 10 days ago 573MB [2025-06-05T03:01:40.993Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 weeks ago 574MB [2025-06-05T03:01:40.993Z] 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-05T03:01:41.133Z] provisioning config files... [2025-06-05T03:01:41.142Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config13209725136094842249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:01:41.449Z] ---> ****-login.sh [2025-06-05T03:01:41.449Z] nexus3.edgexfoundry.org:10001 [2025-06-05T03:01:41.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:01:41.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:01:41.449Z] Configure a credential helper to remove this warning. See [2025-06-05T03:01:41.449Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:01:41.449Z] [2025-06-05T03:01:41.449Z] Login Succeeded [2025-06-05T03:01:41.449Z] nexus3.edgexfoundry.org:10002 [2025-06-05T03:01:41.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:01:41.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:01:41.450Z] Configure a credential helper to remove this warning. See [2025-06-05T03:01:41.450Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:01:41.450Z] [2025-06-05T03:01:41.450Z] Login Succeeded [2025-06-05T03:01:41.450Z] nexus3.edgexfoundry.org:10003 [2025-06-05T03:01:41.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:01:41.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:01:41.710Z] Configure a credential helper to remove this warning. See [2025-06-05T03:01:41.710Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:01:41.710Z] [2025-06-05T03:01:41.710Z] Login Succeeded [2025-06-05T03:01:41.710Z] nexus3.edgexfoundry.org:10004 [2025-06-05T03:01:41.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:01:41.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:01:41.710Z] Configure a credential helper to remove this warning. See [2025-06-05T03:01:41.710Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:01:41.710Z] [2025-06-05T03:01:41.710Z] Login Succeeded [2025-06-05T03:01:41.970Z] ****.io [2025-06-05T03:01:41.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:01:41.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:01:41.970Z] Configure a credential helper to remove this warning. See [2025-06-05T03:01:41.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:01:41.970Z] [2025-06-05T03:01:41.970Z] Login Succeeded [2025-06-05T03:01:41.970Z] ---> ****-login.sh ends [Pipeline] } [2025-06-05T03:01:41.977Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:01:42.021Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-05T03:01:42.053Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-05T03:01:42.053Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:42.053Z] latest [2025-06-05T03:01:42.053Z] 4.1.0-dev.20 [2025-06-05T03:01:42.053Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:42.053Z] main [2025-06-05T03:01:42.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:42.408Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:42.734Z] + docker push nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:42.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-05T03:01:42.734Z] 6439f2e8e6c7: Preparing [2025-06-05T03:01:42.734Z] d3b6471521e9: Preparing [2025-06-05T03:01:42.734Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:42.734Z] 9716c758ecfd: Preparing [2025-06-05T03:01:42.734Z] 693732a7b69b: Preparing [2025-06-05T03:01:42.734Z] effc452fd1b6: Preparing [2025-06-05T03:01:42.734Z] 994456c4fd7b: Preparing [2025-06-05T03:01:42.735Z] 994456c4fd7b: Waiting [2025-06-05T03:01:42.735Z] effc452fd1b6: Waiting [2025-06-05T03:01:42.735Z] d3fd7e6d3356: Pushed [2025-06-05T03:01:42.735Z] 693732a7b69b: Pushed [2025-06-05T03:01:42.735Z] 6439f2e8e6c7: Pushed [2025-06-05T03:01:42.735Z] 9716c758ecfd: Pushed [2025-06-05T03:01:42.735Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:42.993Z] effc452fd1b6: Pushed [2025-06-05T03:01:44.896Z] d3b6471521e9: Pushed [2025-06-05T03:01:45.155Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:45.487Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:45.809Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-05T03:01:45.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-05T03:01:45.810Z] 6439f2e8e6c7: Preparing [2025-06-05T03:01:45.810Z] d3b6471521e9: Preparing [2025-06-05T03:01:45.810Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:45.810Z] 9716c758ecfd: Preparing [2025-06-05T03:01:45.810Z] 693732a7b69b: Preparing [2025-06-05T03:01:45.810Z] effc452fd1b6: Preparing [2025-06-05T03:01:45.810Z] 994456c4fd7b: Preparing [2025-06-05T03:01:45.810Z] effc452fd1b6: Waiting [2025-06-05T03:01:45.810Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:45.810Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:45.810Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:45.810Z] 6439f2e8e6c7: Layer already exists [2025-06-05T03:01:45.810Z] d3b6471521e9: Layer already exists [2025-06-05T03:01:45.810Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:45.810Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:45.810Z] latest: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:46.142Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:46.464Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 [2025-06-05T03:01:46.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-05T03:01:46.465Z] 6439f2e8e6c7: Preparing [2025-06-05T03:01:46.465Z] d3b6471521e9: Preparing [2025-06-05T03:01:46.465Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:46.465Z] 9716c758ecfd: Preparing [2025-06-05T03:01:46.465Z] 693732a7b69b: Preparing [2025-06-05T03:01:46.465Z] effc452fd1b6: Preparing [2025-06-05T03:01:46.465Z] 994456c4fd7b: Preparing [2025-06-05T03:01:46.465Z] effc452fd1b6: Waiting [2025-06-05T03:01:46.465Z] 994456c4fd7b: Waiting [2025-06-05T03:01:46.465Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:46.465Z] 6439f2e8e6c7: Layer already exists [2025-06-05T03:01:46.465Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:46.465Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:46.465Z] d3b6471521e9: Layer already exists [2025-06-05T03:01:46.465Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:46.465Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:46.465Z] 4.1.0-dev.20: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:46.788Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:47.106Z] + docker push nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:47.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-05T03:01:47.106Z] 6439f2e8e6c7: Preparing [2025-06-05T03:01:47.106Z] d3b6471521e9: Preparing [2025-06-05T03:01:47.106Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:47.106Z] 9716c758ecfd: Preparing [2025-06-05T03:01:47.106Z] 693732a7b69b: Preparing [2025-06-05T03:01:47.106Z] effc452fd1b6: Preparing [2025-06-05T03:01:47.106Z] 994456c4fd7b: Preparing [2025-06-05T03:01:47.106Z] effc452fd1b6: Waiting [2025-06-05T03:01:47.106Z] 994456c4fd7b: Waiting [2025-06-05T03:01:47.106Z] 6439f2e8e6c7: Layer already exists [2025-06-05T03:01:47.106Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:47.106Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:47.106Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:47.106Z] d3b6471521e9: Layer already exists [2025-06-05T03:01:47.106Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:47.106Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:47.106Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:47.429Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:47.755Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-05T03:01:47.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-05T03:01:47.755Z] 6439f2e8e6c7: Preparing [2025-06-05T03:01:47.755Z] d3b6471521e9: Preparing [2025-06-05T03:01:47.755Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:47.755Z] 9716c758ecfd: Preparing [2025-06-05T03:01:47.755Z] 693732a7b69b: Preparing [2025-06-05T03:01:47.755Z] effc452fd1b6: Preparing [2025-06-05T03:01:47.755Z] 994456c4fd7b: Preparing [2025-06-05T03:01:47.755Z] 994456c4fd7b: Waiting [2025-06-05T03:01:47.755Z] effc452fd1b6: Waiting [2025-06-05T03:01:47.755Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:47.755Z] 6439f2e8e6c7: Layer already exists [2025-06-05T03:01:47.755Z] d3b6471521e9: Layer already exists [2025-06-05T03:01:47.755Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:47.755Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:47.755Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:47.755Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:47.755Z] main: digest: sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:01:47.831Z] ===================================================== [Pipeline] echo [2025-06-05T03:01:47.842Z] taggedImages: [2025-06-05T03:01:47.842Z] - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:47.842Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-05T03:01:47.842Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 [2025-06-05T03:01:47.842Z] - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:47.842Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-05T03:01:47.863Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-05T03:01:47.863Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:47.863Z] latest [2025-06-05T03:01:47.863Z] 4.1.0-dev.20 [2025-06-05T03:01:47.863Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:47.863Z] main [2025-06-05T03:01:47.863Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:48.207Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:48.531Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:48.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-05T03:01:48.531Z] 293f384afaa4: Preparing [2025-06-05T03:01:48.531Z] 30acf94c8022: Preparing [2025-06-05T03:01:48.531Z] 8f4049e158bf: Preparing [2025-06-05T03:01:48.531Z] 51780e583a70: Preparing [2025-06-05T03:01:48.531Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:48.531Z] 9716c758ecfd: Preparing [2025-06-05T03:01:48.531Z] 693732a7b69b: Preparing [2025-06-05T03:01:48.531Z] effc452fd1b6: Preparing [2025-06-05T03:01:48.531Z] 994456c4fd7b: Preparing [2025-06-05T03:01:48.531Z] 994456c4fd7b: Waiting [2025-06-05T03:01:48.531Z] 9716c758ecfd: Waiting [2025-06-05T03:01:48.531Z] 693732a7b69b: Waiting [2025-06-05T03:01:48.531Z] effc452fd1b6: Waiting [2025-06-05T03:01:48.531Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:48.531Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:48.531Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:48.531Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:48.531Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:48.532Z] 293f384afaa4: Pushed [2025-06-05T03:01:48.532Z] 30acf94c8022: Pushed [2025-06-05T03:01:48.532Z] 8f4049e158bf: Pushed [2025-06-05T03:01:49.905Z] 51780e583a70: Pushed [2025-06-05T03:01:49.905Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:50.242Z] + 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-05T03:01:50.560Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-05T03:01:50.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-05T03:01:50.560Z] 293f384afaa4: Preparing [2025-06-05T03:01:50.560Z] 30acf94c8022: Preparing [2025-06-05T03:01:50.560Z] 8f4049e158bf: Preparing [2025-06-05T03:01:50.560Z] 51780e583a70: Preparing [2025-06-05T03:01:50.560Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:50.560Z] 9716c758ecfd: Preparing [2025-06-05T03:01:50.560Z] 693732a7b69b: Preparing [2025-06-05T03:01:50.560Z] effc452fd1b6: Preparing [2025-06-05T03:01:50.560Z] 994456c4fd7b: Preparing [2025-06-05T03:01:50.560Z] 9716c758ecfd: Waiting [2025-06-05T03:01:50.560Z] 994456c4fd7b: Waiting [2025-06-05T03:01:50.560Z] effc452fd1b6: Waiting [2025-06-05T03:01:50.560Z] 293f384afaa4: Layer already exists [2025-06-05T03:01:50.560Z] 51780e583a70: Layer already exists [2025-06-05T03:01:50.560Z] 30acf94c8022: Layer already exists [2025-06-05T03:01:50.560Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:50.560Z] 8f4049e158bf: Layer already exists [2025-06-05T03:01:50.560Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:50.560Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:50.560Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:50.560Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:50.560Z] latest: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:50.897Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:51.228Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 [2025-06-05T03:01:51.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-05T03:01:51.228Z] 293f384afaa4: Preparing [2025-06-05T03:01:51.228Z] 30acf94c8022: Preparing [2025-06-05T03:01:51.228Z] 8f4049e158bf: Preparing [2025-06-05T03:01:51.228Z] 51780e583a70: Preparing [2025-06-05T03:01:51.228Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:51.228Z] 9716c758ecfd: Preparing [2025-06-05T03:01:51.228Z] 693732a7b69b: Preparing [2025-06-05T03:01:51.228Z] effc452fd1b6: Preparing [2025-06-05T03:01:51.228Z] 994456c4fd7b: Preparing [2025-06-05T03:01:51.228Z] effc452fd1b6: Waiting [2025-06-05T03:01:51.228Z] 9716c758ecfd: Waiting [2025-06-05T03:01:51.228Z] 693732a7b69b: Waiting [2025-06-05T03:01:51.228Z] 994456c4fd7b: Waiting [2025-06-05T03:01:51.228Z] 30acf94c8022: Layer already exists [2025-06-05T03:01:51.228Z] 8f4049e158bf: Layer already exists [2025-06-05T03:01:51.228Z] 293f384afaa4: Layer already exists [2025-06-05T03:01:51.228Z] 51780e583a70: Layer already exists [2025-06-05T03:01:51.228Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:51.228Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:51.228Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:51.228Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:51.228Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:51.228Z] 4.1.0-dev.20: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:51.560Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:51.885Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:51.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-05T03:01:51.885Z] 293f384afaa4: Preparing [2025-06-05T03:01:51.885Z] 30acf94c8022: Preparing [2025-06-05T03:01:51.885Z] 8f4049e158bf: Preparing [2025-06-05T03:01:51.885Z] 51780e583a70: Preparing [2025-06-05T03:01:51.885Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:51.885Z] 9716c758ecfd: Preparing [2025-06-05T03:01:51.885Z] 693732a7b69b: Preparing [2025-06-05T03:01:51.885Z] effc452fd1b6: Preparing [2025-06-05T03:01:51.885Z] 994456c4fd7b: Preparing [2025-06-05T03:01:51.885Z] 693732a7b69b: Waiting [2025-06-05T03:01:51.885Z] effc452fd1b6: Waiting [2025-06-05T03:01:51.885Z] 994456c4fd7b: Waiting [2025-06-05T03:01:51.885Z] 9716c758ecfd: Waiting [2025-06-05T03:01:51.885Z] 51780e583a70: Layer already exists [2025-06-05T03:01:51.885Z] 30acf94c8022: Layer already exists [2025-06-05T03:01:51.885Z] 293f384afaa4: Layer already exists [2025-06-05T03:01:51.885Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:51.885Z] 8f4049e158bf: Layer already exists [2025-06-05T03:01:51.885Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:51.885Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:51.885Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:51.885Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:51.885Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:52.214Z] + 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-05T03:01:52.535Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-05T03:01:52.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-05T03:01:52.535Z] 293f384afaa4: Preparing [2025-06-05T03:01:52.535Z] 30acf94c8022: Preparing [2025-06-05T03:01:52.535Z] 8f4049e158bf: Preparing [2025-06-05T03:01:52.535Z] 51780e583a70: Preparing [2025-06-05T03:01:52.535Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:52.535Z] 9716c758ecfd: Preparing [2025-06-05T03:01:52.535Z] 693732a7b69b: Preparing [2025-06-05T03:01:52.535Z] effc452fd1b6: Preparing [2025-06-05T03:01:52.535Z] 994456c4fd7b: Preparing [2025-06-05T03:01:52.535Z] effc452fd1b6: Waiting [2025-06-05T03:01:52.535Z] 693732a7b69b: Waiting [2025-06-05T03:01:52.535Z] 994456c4fd7b: Waiting [2025-06-05T03:01:52.535Z] 9716c758ecfd: Waiting [2025-06-05T03:01:52.535Z] 8f4049e158bf: Layer already exists [2025-06-05T03:01:52.535Z] 51780e583a70: Layer already exists [2025-06-05T03:01:52.535Z] 30acf94c8022: Layer already exists [2025-06-05T03:01:52.535Z] 293f384afaa4: Layer already exists [2025-06-05T03:01:52.535Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:52.535Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:52.535Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:52.535Z] effc452fd1b6: Layer already exists [2025-06-05T03:01:52.535Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:52.535Z] main: digest: sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:01:52.601Z] ===================================================== [Pipeline] echo [2025-06-05T03:01:52.613Z] taggedImages: [2025-06-05T03:01:52.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:52.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-05T03:01:52.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 [2025-06-05T03:01:52.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:52.613Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-05T03:01:52.640Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-05T03:01:52.640Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:52.640Z] latest [2025-06-05T03:01:52.640Z] 4.1.0-dev.20 [2025-06-05T03:01:52.640Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:52.640Z] main [2025-06-05T03:01:52.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:52.984Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:53.312Z] + docker push nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:53.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-05T03:01:53.312Z] 2101f44acb02: Preparing [2025-06-05T03:01:53.312Z] 0e26f317d7b6: Preparing [2025-06-05T03:01:53.312Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:53.312Z] 9716c758ecfd: Preparing [2025-06-05T03:01:53.312Z] 693732a7b69b: Preparing [2025-06-05T03:01:53.312Z] 90b89d4847b3: Preparing [2025-06-05T03:01:53.312Z] 994456c4fd7b: Preparing [2025-06-05T03:01:53.312Z] 90b89d4847b3: Waiting [2025-06-05T03:01:53.312Z] 994456c4fd7b: Waiting [2025-06-05T03:01:53.312Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:53.312Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:53.312Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:53.312Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:53.312Z] 2101f44acb02: Pushed [2025-06-05T03:01:53.312Z] 90b89d4847b3: Pushed [2025-06-05T03:01:55.846Z] 0e26f317d7b6: Pushed [2025-06-05T03:01:55.846Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:56.169Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:56.486Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-05T03:01:56.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-05T03:01:56.486Z] 2101f44acb02: Preparing [2025-06-05T03:01:56.486Z] 0e26f317d7b6: Preparing [2025-06-05T03:01:56.486Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:56.486Z] 9716c758ecfd: Preparing [2025-06-05T03:01:56.486Z] 693732a7b69b: Preparing [2025-06-05T03:01:56.486Z] 90b89d4847b3: Preparing [2025-06-05T03:01:56.486Z] 994456c4fd7b: Preparing [2025-06-05T03:01:56.486Z] 90b89d4847b3: Waiting [2025-06-05T03:01:56.486Z] 994456c4fd7b: Waiting [2025-06-05T03:01:56.486Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:56.486Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:56.486Z] 0e26f317d7b6: Layer already exists [2025-06-05T03:01:56.486Z] 2101f44acb02: Layer already exists [2025-06-05T03:01:56.486Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:56.486Z] 90b89d4847b3: Layer already exists [2025-06-05T03:01:56.486Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:56.486Z] latest: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:56.815Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:57.150Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 [2025-06-05T03:01:57.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-05T03:01:57.150Z] 2101f44acb02: Preparing [2025-06-05T03:01:57.150Z] 0e26f317d7b6: Preparing [2025-06-05T03:01:57.150Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:57.150Z] 9716c758ecfd: Preparing [2025-06-05T03:01:57.150Z] 693732a7b69b: Preparing [2025-06-05T03:01:57.150Z] 90b89d4847b3: Preparing [2025-06-05T03:01:57.150Z] 994456c4fd7b: Preparing [2025-06-05T03:01:57.150Z] 90b89d4847b3: Waiting [2025-06-05T03:01:57.150Z] 994456c4fd7b: Waiting [2025-06-05T03:01:57.150Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:57.150Z] 2101f44acb02: Layer already exists [2025-06-05T03:01:57.150Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:57.150Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:57.150Z] 0e26f317d7b6: Layer already exists [2025-06-05T03:01:57.150Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:57.150Z] 90b89d4847b3: Layer already exists [2025-06-05T03:01:57.150Z] 4.1.0-dev.20: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:57.476Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:57.800Z] + docker push nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:57.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-05T03:01:57.800Z] 2101f44acb02: Preparing [2025-06-05T03:01:57.800Z] 0e26f317d7b6: Preparing [2025-06-05T03:01:57.800Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:57.800Z] 9716c758ecfd: Preparing [2025-06-05T03:01:57.800Z] 693732a7b69b: Preparing [2025-06-05T03:01:57.800Z] 90b89d4847b3: Preparing [2025-06-05T03:01:57.800Z] 994456c4fd7b: Preparing [2025-06-05T03:01:57.800Z] 90b89d4847b3: Waiting [2025-06-05T03:01:57.800Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:57.800Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:57.800Z] 0e26f317d7b6: Layer already exists [2025-06-05T03:01:57.800Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:57.800Z] 2101f44acb02: Layer already exists [2025-06-05T03:01:57.800Z] 90b89d4847b3: Layer already exists [2025-06-05T03:01:57.800Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:57.800Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:58.134Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:58.458Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-05T03:01:58.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-05T03:01:58.459Z] 2101f44acb02: Preparing [2025-06-05T03:01:58.459Z] 0e26f317d7b6: Preparing [2025-06-05T03:01:58.459Z] d3fd7e6d3356: Preparing [2025-06-05T03:01:58.459Z] 9716c758ecfd: Preparing [2025-06-05T03:01:58.459Z] 693732a7b69b: Preparing [2025-06-05T03:01:58.459Z] 90b89d4847b3: Preparing [2025-06-05T03:01:58.459Z] 994456c4fd7b: Preparing [2025-06-05T03:01:58.459Z] 90b89d4847b3: Waiting [2025-06-05T03:01:58.459Z] 994456c4fd7b: Waiting [2025-06-05T03:01:58.459Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:58.459Z] 2101f44acb02: Layer already exists [2025-06-05T03:01:58.459Z] 693732a7b69b: Layer already exists [2025-06-05T03:01:58.459Z] 0e26f317d7b6: Layer already exists [2025-06-05T03:01:58.459Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:01:58.459Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:58.459Z] 90b89d4847b3: Layer already exists [2025-06-05T03:01:58.459Z] main: digest: sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:01:58.537Z] ===================================================== [Pipeline] echo [2025-06-05T03:01:58.552Z] taggedImages: [2025-06-05T03:01:58.552Z] - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:58.552Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-05T03:01:58.552Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 [2025-06-05T03:01:58.552Z] - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:58.552Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-05T03:01:58.582Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-05T03:01:58.582Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:58.582Z] latest [2025-06-05T03:01:58.582Z] 4.1.0-dev.20 [2025-06-05T03:01:58.582Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:01:58.582Z] main [2025-06-05T03:01:58.582Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:58.927Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:01:59.257Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:01:59.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-05T03:01:59.257Z] f108f0ddad3f: Preparing [2025-06-05T03:01:59.257Z] daae51693854: Preparing [2025-06-05T03:01:59.257Z] 9716c758ecfd: Preparing [2025-06-05T03:01:59.257Z] 0c051ca2a946: Preparing [2025-06-05T03:01:59.257Z] 0f2106ca6aa0: Preparing [2025-06-05T03:01:59.257Z] 994456c4fd7b: Preparing [2025-06-05T03:01:59.257Z] 994456c4fd7b: Waiting [2025-06-05T03:01:59.257Z] 9716c758ecfd: Layer already exists [2025-06-05T03:01:59.257Z] 994456c4fd7b: Layer already exists [2025-06-05T03:01:59.257Z] 0c051ca2a946: Pushed [2025-06-05T03:01:59.257Z] 0f2106ca6aa0: Pushed [2025-06-05T03:01:59.257Z] f108f0ddad3f: Pushed [2025-06-05T03:02:01.811Z] daae51693854: Pushed [2025-06-05T03:02:02.070Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:02.402Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:02.733Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-05T03:02:02.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-05T03:02:02.733Z] f108f0ddad3f: Preparing [2025-06-05T03:02:02.733Z] daae51693854: Preparing [2025-06-05T03:02:02.733Z] 9716c758ecfd: Preparing [2025-06-05T03:02:02.733Z] 0c051ca2a946: Preparing [2025-06-05T03:02:02.733Z] 0f2106ca6aa0: Preparing [2025-06-05T03:02:02.733Z] 994456c4fd7b: Preparing [2025-06-05T03:02:02.733Z] 994456c4fd7b: Waiting [2025-06-05T03:02:02.733Z] 0c051ca2a946: Layer already exists [2025-06-05T03:02:02.733Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:02.733Z] daae51693854: Layer already exists [2025-06-05T03:02:02.733Z] f108f0ddad3f: Layer already exists [2025-06-05T03:02:02.733Z] 0f2106ca6aa0: Layer already exists [2025-06-05T03:02:02.733Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:02.733Z] latest: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:03.053Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:03.386Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 [2025-06-05T03:02:03.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-05T03:02:03.386Z] f108f0ddad3f: Preparing [2025-06-05T03:02:03.386Z] daae51693854: Preparing [2025-06-05T03:02:03.386Z] 9716c758ecfd: Preparing [2025-06-05T03:02:03.386Z] 0c051ca2a946: Preparing [2025-06-05T03:02:03.386Z] 0f2106ca6aa0: Preparing [2025-06-05T03:02:03.386Z] 994456c4fd7b: Preparing [2025-06-05T03:02:03.386Z] 994456c4fd7b: Waiting [2025-06-05T03:02:03.386Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:03.386Z] f108f0ddad3f: Layer already exists [2025-06-05T03:02:03.386Z] 0f2106ca6aa0: Layer already exists [2025-06-05T03:02:03.386Z] 0c051ca2a946: Layer already exists [2025-06-05T03:02:03.386Z] daae51693854: Layer already exists [2025-06-05T03:02:03.386Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:03.386Z] 4.1.0-dev.20: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:03.722Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:04.054Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:04.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-05T03:02:04.054Z] f108f0ddad3f: Preparing [2025-06-05T03:02:04.054Z] daae51693854: Preparing [2025-06-05T03:02:04.054Z] 9716c758ecfd: Preparing [2025-06-05T03:02:04.054Z] 0c051ca2a946: Preparing [2025-06-05T03:02:04.054Z] 0f2106ca6aa0: Preparing [2025-06-05T03:02:04.054Z] 994456c4fd7b: Preparing [2025-06-05T03:02:04.054Z] 994456c4fd7b: Waiting [2025-06-05T03:02:04.054Z] 0c051ca2a946: Layer already exists [2025-06-05T03:02:04.054Z] 0f2106ca6aa0: Layer already exists [2025-06-05T03:02:04.054Z] daae51693854: Layer already exists [2025-06-05T03:02:04.054Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:04.054Z] f108f0ddad3f: Layer already exists [2025-06-05T03:02:04.054Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:04.054Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:04.385Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:04.718Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-05T03:02:04.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-05T03:02:04.718Z] f108f0ddad3f: Preparing [2025-06-05T03:02:04.718Z] daae51693854: Preparing [2025-06-05T03:02:04.718Z] 9716c758ecfd: Preparing [2025-06-05T03:02:04.718Z] 0c051ca2a946: Preparing [2025-06-05T03:02:04.718Z] 0f2106ca6aa0: Preparing [2025-06-05T03:02:04.718Z] 994456c4fd7b: Preparing [2025-06-05T03:02:04.718Z] 994456c4fd7b: Waiting [2025-06-05T03:02:04.718Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:04.718Z] daae51693854: Layer already exists [2025-06-05T03:02:04.718Z] 0c051ca2a946: Layer already exists [2025-06-05T03:02:04.718Z] 0f2106ca6aa0: Layer already exists [2025-06-05T03:02:04.718Z] f108f0ddad3f: Layer already exists [2025-06-05T03:02:04.718Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:04.718Z] main: digest: sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:04.799Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:04.812Z] taggedImages: [2025-06-05T03:02:04.812Z] - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:04.812Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-05T03:02:04.812Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 [2025-06-05T03:02:04.812Z] - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:04.812Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-05T03:02:04.838Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-05T03:02:04.838Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:04.838Z] latest [2025-06-05T03:02:04.838Z] 4.1.0-dev.20 [2025-06-05T03:02:04.838Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:04.838Z] main [2025-06-05T03:02:04.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:05.189Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:05.507Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:05.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-05T03:02:05.507Z] c28e53522bc8: Preparing [2025-06-05T03:02:05.507Z] ddf8d31eb314: Preparing [2025-06-05T03:02:05.507Z] 2e3c6b79288f: Preparing [2025-06-05T03:02:05.507Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:05.507Z] 9716c758ecfd: Preparing [2025-06-05T03:02:05.507Z] 693732a7b69b: Preparing [2025-06-05T03:02:05.507Z] effc452fd1b6: Preparing [2025-06-05T03:02:05.507Z] 994456c4fd7b: Preparing [2025-06-05T03:02:05.507Z] 693732a7b69b: Waiting [2025-06-05T03:02:05.507Z] effc452fd1b6: Waiting [2025-06-05T03:02:05.507Z] 994456c4fd7b: Waiting [2025-06-05T03:02:05.507Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:05.507Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:05.507Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:05.507Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:05.507Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:05.507Z] ddf8d31eb314: Pushed [2025-06-05T03:02:05.507Z] c28e53522bc8: Pushed [2025-06-05T03:02:08.044Z] 2e3c6b79288f: Pushed [2025-06-05T03:02:08.303Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:08.629Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:08.952Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-05T03:02:08.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-05T03:02:08.952Z] c28e53522bc8: Preparing [2025-06-05T03:02:08.952Z] ddf8d31eb314: Preparing [2025-06-05T03:02:08.952Z] 2e3c6b79288f: Preparing [2025-06-05T03:02:08.952Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:08.952Z] 9716c758ecfd: Preparing [2025-06-05T03:02:08.952Z] 693732a7b69b: Preparing [2025-06-05T03:02:08.952Z] effc452fd1b6: Preparing [2025-06-05T03:02:08.952Z] 994456c4fd7b: Preparing [2025-06-05T03:02:08.952Z] effc452fd1b6: Waiting [2025-06-05T03:02:08.952Z] 994456c4fd7b: Waiting [2025-06-05T03:02:08.952Z] 693732a7b69b: Waiting [2025-06-05T03:02:08.952Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:08.952Z] c28e53522bc8: Layer already exists [2025-06-05T03:02:08.952Z] 2e3c6b79288f: Layer already exists [2025-06-05T03:02:08.952Z] ddf8d31eb314: Layer already exists [2025-06-05T03:02:08.952Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:08.952Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:08.952Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:08.952Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:08.952Z] latest: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:09.274Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:09.598Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 [2025-06-05T03:02:09.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-05T03:02:09.598Z] c28e53522bc8: Preparing [2025-06-05T03:02:09.598Z] ddf8d31eb314: Preparing [2025-06-05T03:02:09.598Z] 2e3c6b79288f: Preparing [2025-06-05T03:02:09.598Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:09.598Z] 9716c758ecfd: Preparing [2025-06-05T03:02:09.598Z] 693732a7b69b: Preparing [2025-06-05T03:02:09.598Z] effc452fd1b6: Preparing [2025-06-05T03:02:09.598Z] 994456c4fd7b: Preparing [2025-06-05T03:02:09.598Z] 693732a7b69b: Waiting [2025-06-05T03:02:09.598Z] effc452fd1b6: Waiting [2025-06-05T03:02:09.598Z] 994456c4fd7b: Waiting [2025-06-05T03:02:09.598Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:09.598Z] c28e53522bc8: Layer already exists [2025-06-05T03:02:09.598Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:09.598Z] 2e3c6b79288f: Layer already exists [2025-06-05T03:02:09.598Z] ddf8d31eb314: Layer already exists [2025-06-05T03:02:09.598Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:09.598Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:09.598Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:09.598Z] 4.1.0-dev.20: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:09.918Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:10.241Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:10.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-05T03:02:10.241Z] c28e53522bc8: Preparing [2025-06-05T03:02:10.241Z] ddf8d31eb314: Preparing [2025-06-05T03:02:10.241Z] 2e3c6b79288f: Preparing [2025-06-05T03:02:10.241Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:10.241Z] 9716c758ecfd: Preparing [2025-06-05T03:02:10.241Z] 693732a7b69b: Preparing [2025-06-05T03:02:10.241Z] effc452fd1b6: Preparing [2025-06-05T03:02:10.241Z] 994456c4fd7b: Preparing [2025-06-05T03:02:10.241Z] 693732a7b69b: Waiting [2025-06-05T03:02:10.241Z] 994456c4fd7b: Waiting [2025-06-05T03:02:10.241Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:10.241Z] c28e53522bc8: Layer already exists [2025-06-05T03:02:10.241Z] 2e3c6b79288f: Layer already exists [2025-06-05T03:02:10.241Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:10.241Z] ddf8d31eb314: Layer already exists [2025-06-05T03:02:10.241Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:10.241Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:10.241Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:10.241Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:10.572Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:10.893Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-05T03:02:10.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-05T03:02:10.893Z] c28e53522bc8: Preparing [2025-06-05T03:02:10.893Z] ddf8d31eb314: Preparing [2025-06-05T03:02:10.893Z] 2e3c6b79288f: Preparing [2025-06-05T03:02:10.893Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:10.893Z] 9716c758ecfd: Preparing [2025-06-05T03:02:10.893Z] 693732a7b69b: Preparing [2025-06-05T03:02:10.893Z] effc452fd1b6: Preparing [2025-06-05T03:02:10.893Z] 994456c4fd7b: Preparing [2025-06-05T03:02:10.893Z] 693732a7b69b: Waiting [2025-06-05T03:02:10.893Z] effc452fd1b6: Waiting [2025-06-05T03:02:10.893Z] 994456c4fd7b: Waiting [2025-06-05T03:02:10.893Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:10.893Z] c28e53522bc8: Layer already exists [2025-06-05T03:02:10.893Z] 2e3c6b79288f: Layer already exists [2025-06-05T03:02:10.893Z] ddf8d31eb314: Layer already exists [2025-06-05T03:02:10.893Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:10.893Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:10.893Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:10.893Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:10.893Z] main: digest: sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:10.962Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:10.978Z] taggedImages: [2025-06-05T03:02:10.978Z] - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:10.978Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-05T03:02:10.978Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 [2025-06-05T03:02:10.978Z] - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:10.978Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-05T03:02:11.006Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-05T03:02:11.006Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:11.006Z] latest [2025-06-05T03:02:11.006Z] 4.1.0-dev.20 [2025-06-05T03:02:11.006Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:11.006Z] main [2025-06-05T03:02:11.006Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:11.351Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:11.681Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:11.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-05T03:02:11.681Z] b326437934ad: Preparing [2025-06-05T03:02:11.681Z] fcbae6f2c8ef: Preparing [2025-06-05T03:02:11.681Z] 1f53a29479ea: Preparing [2025-06-05T03:02:11.681Z] bdb1d6bf06b4: Preparing [2025-06-05T03:02:11.681Z] 3d06202ee5fa: Preparing [2025-06-05T03:02:11.681Z] 297d689e42e1: Preparing [2025-06-05T03:02:11.681Z] 6537cb7389da: Preparing [2025-06-05T03:02:11.681Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:11.681Z] 9716c758ecfd: Preparing [2025-06-05T03:02:11.681Z] 6537cb7389da: Waiting [2025-06-05T03:02:11.681Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:11.681Z] eeddaa5f42a9: Preparing [2025-06-05T03:02:11.681Z] 9716c758ecfd: Waiting [2025-06-05T03:02:11.681Z] 387f564f3a0e: Preparing [2025-06-05T03:02:11.681Z] 5f70bf18a086: Preparing [2025-06-05T03:02:11.681Z] eeddaa5f42a9: Waiting [2025-06-05T03:02:11.681Z] 387f564f3a0e: Waiting [2025-06-05T03:02:11.681Z] 1ebd145eb256: Preparing [2025-06-05T03:02:11.681Z] 9aa5e8f9fed7: Preparing [2025-06-05T03:02:11.681Z] 1ebd145eb256: Waiting [2025-06-05T03:02:11.681Z] 026c3d289584: Preparing [2025-06-05T03:02:11.681Z] 994456c4fd7b: Preparing [2025-06-05T03:02:11.681Z] 9aa5e8f9fed7: Waiting [2025-06-05T03:02:11.681Z] 994456c4fd7b: Waiting [2025-06-05T03:02:11.681Z] 3d06202ee5fa: Pushed [2025-06-05T03:02:11.681Z] bdb1d6bf06b4: Pushed [2025-06-05T03:02:11.681Z] 1f53a29479ea: Pushed [2025-06-05T03:02:11.681Z] b326437934ad: Pushed [2025-06-05T03:02:11.681Z] fcbae6f2c8ef: Pushed [2025-06-05T03:02:11.681Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:11.681Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:11.940Z] 5f70bf18a086: Layer already exists [2025-06-05T03:02:11.940Z] 297d689e42e1: Pushed [2025-06-05T03:02:11.940Z] eeddaa5f42a9: Pushed [2025-06-05T03:02:11.940Z] 387f564f3a0e: Pushed [2025-06-05T03:02:11.940Z] 1ebd145eb256: Pushed [2025-06-05T03:02:11.940Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:11.940Z] 9aa5e8f9fed7: Pushed [2025-06-05T03:02:11.940Z] 026c3d289584: Pushed [2025-06-05T03:02:13.313Z] 6537cb7389da: Pushed [2025-06-05T03:02:13.573Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:13.900Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:14.220Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-05T03:02:14.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-05T03:02:14.220Z] b326437934ad: Preparing [2025-06-05T03:02:14.220Z] fcbae6f2c8ef: Preparing [2025-06-05T03:02:14.220Z] 1f53a29479ea: Preparing [2025-06-05T03:02:14.220Z] bdb1d6bf06b4: Preparing [2025-06-05T03:02:14.220Z] 3d06202ee5fa: Preparing [2025-06-05T03:02:14.220Z] 297d689e42e1: Preparing [2025-06-05T03:02:14.220Z] 6537cb7389da: Preparing [2025-06-05T03:02:14.220Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:14.220Z] 9716c758ecfd: Preparing [2025-06-05T03:02:14.220Z] eeddaa5f42a9: Preparing [2025-06-05T03:02:14.220Z] 387f564f3a0e: Preparing [2025-06-05T03:02:14.220Z] 5f70bf18a086: Preparing [2025-06-05T03:02:14.220Z] 1ebd145eb256: Preparing [2025-06-05T03:02:14.220Z] 9aa5e8f9fed7: Preparing [2025-06-05T03:02:14.220Z] 026c3d289584: Preparing [2025-06-05T03:02:14.220Z] 994456c4fd7b: Preparing [2025-06-05T03:02:14.220Z] 387f564f3a0e: Waiting [2025-06-05T03:02:14.220Z] 9716c758ecfd: Waiting [2025-06-05T03:02:14.220Z] 5f70bf18a086: Waiting [2025-06-05T03:02:14.220Z] eeddaa5f42a9: Waiting [2025-06-05T03:02:14.220Z] 1ebd145eb256: Waiting [2025-06-05T03:02:14.220Z] 6537cb7389da: Waiting [2025-06-05T03:02:14.220Z] 9aa5e8f9fed7: Waiting [2025-06-05T03:02:14.220Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:14.220Z] 026c3d289584: Waiting [2025-06-05T03:02:14.220Z] 297d689e42e1: Waiting [2025-06-05T03:02:14.220Z] 994456c4fd7b: Waiting [2025-06-05T03:02:14.220Z] 3d06202ee5fa: Layer already exists [2025-06-05T03:02:14.220Z] 1f53a29479ea: Layer already exists [2025-06-05T03:02:14.220Z] b326437934ad: Layer already exists [2025-06-05T03:02:14.220Z] bdb1d6bf06b4: Layer already exists [2025-06-05T03:02:14.220Z] fcbae6f2c8ef: Layer already exists [2025-06-05T03:02:14.220Z] 6537cb7389da: Layer already exists [2025-06-05T03:02:14.220Z] 297d689e42e1: Layer already exists [2025-06-05T03:02:14.220Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:14.220Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:14.220Z] eeddaa5f42a9: Layer already exists [2025-06-05T03:02:14.220Z] 5f70bf18a086: Layer already exists [2025-06-05T03:02:14.220Z] 387f564f3a0e: Layer already exists [2025-06-05T03:02:14.220Z] 026c3d289584: Layer already exists [2025-06-05T03:02:14.220Z] 1ebd145eb256: Layer already exists [2025-06-05T03:02:14.220Z] 9aa5e8f9fed7: Layer already exists [2025-06-05T03:02:14.220Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:14.220Z] latest: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:14.541Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:14.866Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 [2025-06-05T03:02:14.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-05T03:02:14.866Z] b326437934ad: Preparing [2025-06-05T03:02:14.866Z] fcbae6f2c8ef: Preparing [2025-06-05T03:02:14.866Z] 1f53a29479ea: Preparing [2025-06-05T03:02:14.866Z] bdb1d6bf06b4: Preparing [2025-06-05T03:02:14.866Z] 3d06202ee5fa: Preparing [2025-06-05T03:02:14.866Z] 297d689e42e1: Preparing [2025-06-05T03:02:14.866Z] 6537cb7389da: Preparing [2025-06-05T03:02:14.866Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:14.866Z] 9716c758ecfd: Preparing [2025-06-05T03:02:14.866Z] eeddaa5f42a9: Preparing [2025-06-05T03:02:14.866Z] 387f564f3a0e: Preparing [2025-06-05T03:02:14.866Z] 5f70bf18a086: Preparing [2025-06-05T03:02:14.866Z] 1ebd145eb256: Preparing [2025-06-05T03:02:14.866Z] 9aa5e8f9fed7: Preparing [2025-06-05T03:02:14.866Z] 026c3d289584: Preparing [2025-06-05T03:02:14.866Z] 994456c4fd7b: Preparing [2025-06-05T03:02:14.866Z] 6537cb7389da: Waiting [2025-06-05T03:02:14.866Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:14.866Z] 387f564f3a0e: Waiting [2025-06-05T03:02:14.866Z] 9716c758ecfd: Waiting [2025-06-05T03:02:14.866Z] eeddaa5f42a9: Waiting [2025-06-05T03:02:14.866Z] 5f70bf18a086: Waiting [2025-06-05T03:02:14.866Z] 1ebd145eb256: Waiting [2025-06-05T03:02:14.866Z] 994456c4fd7b: Waiting [2025-06-05T03:02:14.866Z] 026c3d289584: Waiting [2025-06-05T03:02:14.866Z] 9aa5e8f9fed7: Waiting [2025-06-05T03:02:14.866Z] 297d689e42e1: Waiting [2025-06-05T03:02:14.866Z] 1f53a29479ea: Layer already exists [2025-06-05T03:02:14.866Z] fcbae6f2c8ef: Layer already exists [2025-06-05T03:02:14.866Z] 3d06202ee5fa: Layer already exists [2025-06-05T03:02:14.866Z] b326437934ad: Layer already exists [2025-06-05T03:02:14.866Z] bdb1d6bf06b4: Layer already exists [2025-06-05T03:02:14.866Z] 6537cb7389da: Layer already exists [2025-06-05T03:02:14.866Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:14.866Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:14.866Z] 297d689e42e1: Layer already exists [2025-06-05T03:02:14.866Z] eeddaa5f42a9: Layer already exists [2025-06-05T03:02:14.866Z] 1ebd145eb256: Layer already exists [2025-06-05T03:02:14.866Z] 387f564f3a0e: Layer already exists [2025-06-05T03:02:14.866Z] 5f70bf18a086: Layer already exists [2025-06-05T03:02:14.866Z] 9aa5e8f9fed7: Layer already exists [2025-06-05T03:02:14.866Z] 026c3d289584: Layer already exists [2025-06-05T03:02:14.866Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:14.866Z] 4.1.0-dev.20: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:15.186Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:15.513Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:15.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-05T03:02:15.513Z] b326437934ad: Preparing [2025-06-05T03:02:15.513Z] fcbae6f2c8ef: Preparing [2025-06-05T03:02:15.513Z] 1f53a29479ea: Preparing [2025-06-05T03:02:15.513Z] bdb1d6bf06b4: Preparing [2025-06-05T03:02:15.513Z] 3d06202ee5fa: Preparing [2025-06-05T03:02:15.513Z] 297d689e42e1: Preparing [2025-06-05T03:02:15.513Z] 6537cb7389da: Preparing [2025-06-05T03:02:15.513Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:15.513Z] 9716c758ecfd: Preparing [2025-06-05T03:02:15.513Z] eeddaa5f42a9: Preparing [2025-06-05T03:02:15.513Z] 387f564f3a0e: Preparing [2025-06-05T03:02:15.513Z] 5f70bf18a086: Preparing [2025-06-05T03:02:15.513Z] 1ebd145eb256: Preparing [2025-06-05T03:02:15.513Z] 9aa5e8f9fed7: Preparing [2025-06-05T03:02:15.513Z] 026c3d289584: Preparing [2025-06-05T03:02:15.513Z] 994456c4fd7b: Preparing [2025-06-05T03:02:15.513Z] 9716c758ecfd: Waiting [2025-06-05T03:02:15.513Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:15.513Z] 1ebd145eb256: Waiting [2025-06-05T03:02:15.513Z] 6537cb7389da: Waiting [2025-06-05T03:02:15.513Z] 9aa5e8f9fed7: Waiting [2025-06-05T03:02:15.513Z] 026c3d289584: Waiting [2025-06-05T03:02:15.513Z] 994456c4fd7b: Waiting [2025-06-05T03:02:15.513Z] 387f564f3a0e: Waiting [2025-06-05T03:02:15.513Z] 5f70bf18a086: Waiting [2025-06-05T03:02:15.513Z] 297d689e42e1: Waiting [2025-06-05T03:02:15.513Z] bdb1d6bf06b4: Layer already exists [2025-06-05T03:02:15.513Z] fcbae6f2c8ef: Layer already exists [2025-06-05T03:02:15.513Z] 3d06202ee5fa: Layer already exists [2025-06-05T03:02:15.513Z] 1f53a29479ea: Layer already exists [2025-06-05T03:02:15.513Z] b326437934ad: Layer already exists [2025-06-05T03:02:15.513Z] 297d689e42e1: Layer already exists [2025-06-05T03:02:15.513Z] 6537cb7389da: Layer already exists [2025-06-05T03:02:15.513Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:15.513Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:15.513Z] eeddaa5f42a9: Layer already exists [2025-06-05T03:02:15.513Z] 387f564f3a0e: Layer already exists [2025-06-05T03:02:15.513Z] 026c3d289584: Layer already exists [2025-06-05T03:02:15.513Z] 1ebd145eb256: Layer already exists [2025-06-05T03:02:15.513Z] 9aa5e8f9fed7: Layer already exists [2025-06-05T03:02:15.513Z] 5f70bf18a086: Layer already exists [2025-06-05T03:02:15.513Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:15.513Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:15.935Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:16.250Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-05T03:02:16.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-05T03:02:16.251Z] b326437934ad: Preparing [2025-06-05T03:02:16.251Z] fcbae6f2c8ef: Preparing [2025-06-05T03:02:16.251Z] 1f53a29479ea: Preparing [2025-06-05T03:02:16.251Z] bdb1d6bf06b4: Preparing [2025-06-05T03:02:16.251Z] 3d06202ee5fa: Preparing [2025-06-05T03:02:16.251Z] 297d689e42e1: Preparing [2025-06-05T03:02:16.251Z] 6537cb7389da: Preparing [2025-06-05T03:02:16.251Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:16.251Z] 9716c758ecfd: Preparing [2025-06-05T03:02:16.251Z] eeddaa5f42a9: Preparing [2025-06-05T03:02:16.251Z] 387f564f3a0e: Preparing [2025-06-05T03:02:16.251Z] 5f70bf18a086: Preparing [2025-06-05T03:02:16.251Z] 1ebd145eb256: Preparing [2025-06-05T03:02:16.251Z] 9aa5e8f9fed7: Preparing [2025-06-05T03:02:16.251Z] 026c3d289584: Preparing [2025-06-05T03:02:16.251Z] 994456c4fd7b: Preparing [2025-06-05T03:02:16.251Z] eeddaa5f42a9: Waiting [2025-06-05T03:02:16.251Z] 387f564f3a0e: Waiting [2025-06-05T03:02:16.251Z] 5f70bf18a086: Waiting [2025-06-05T03:02:16.251Z] 1ebd145eb256: Waiting [2025-06-05T03:02:16.251Z] 9aa5e8f9fed7: Waiting [2025-06-05T03:02:16.251Z] 026c3d289584: Waiting [2025-06-05T03:02:16.251Z] 297d689e42e1: Waiting [2025-06-05T03:02:16.251Z] 994456c4fd7b: Waiting [2025-06-05T03:02:16.251Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:16.251Z] 6537cb7389da: Waiting [2025-06-05T03:02:16.251Z] 9716c758ecfd: Waiting [2025-06-05T03:02:16.251Z] 3d06202ee5fa: Layer already exists [2025-06-05T03:02:16.251Z] b326437934ad: Layer already exists [2025-06-05T03:02:16.251Z] 1f53a29479ea: Layer already exists [2025-06-05T03:02:16.251Z] fcbae6f2c8ef: Layer already exists [2025-06-05T03:02:16.251Z] bdb1d6bf06b4: Layer already exists [2025-06-05T03:02:16.251Z] 297d689e42e1: Layer already exists [2025-06-05T03:02:16.251Z] 6537cb7389da: Layer already exists [2025-06-05T03:02:16.251Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:16.251Z] eeddaa5f42a9: Layer already exists [2025-06-05T03:02:16.251Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:16.251Z] 1ebd145eb256: Layer already exists [2025-06-05T03:02:16.251Z] 5f70bf18a086: Layer already exists [2025-06-05T03:02:16.251Z] 026c3d289584: Layer already exists [2025-06-05T03:02:16.251Z] 9aa5e8f9fed7: Layer already exists [2025-06-05T03:02:16.251Z] 387f564f3a0e: Layer already exists [2025-06-05T03:02:16.251Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:16.251Z] main: digest: sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:16.319Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:16.333Z] taggedImages: [2025-06-05T03:02:16.333Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:16.333Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-05T03:02:16.333Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 [2025-06-05T03:02:16.333Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:16.333Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-05T03:02:16.362Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-05T03:02:16.362Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:16.362Z] latest [2025-06-05T03:02:16.362Z] 4.1.0-dev.20 [2025-06-05T03:02:16.362Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:16.362Z] main [2025-06-05T03:02:16.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:16.710Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:17.030Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:17.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-05T03:02:17.030Z] 73aa0cd53ef2: Preparing [2025-06-05T03:02:17.030Z] 03fdc54dc3cd: Preparing [2025-06-05T03:02:17.030Z] 11eb6c71f31b: Preparing [2025-06-05T03:02:17.030Z] 5ae7b5815116: Preparing [2025-06-05T03:02:17.030Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:17.030Z] 9716c758ecfd: Preparing [2025-06-05T03:02:17.030Z] 693732a7b69b: Preparing [2025-06-05T03:02:17.030Z] effc452fd1b6: Preparing [2025-06-05T03:02:17.030Z] 994456c4fd7b: Preparing [2025-06-05T03:02:17.030Z] 9716c758ecfd: Waiting [2025-06-05T03:02:17.030Z] 693732a7b69b: Waiting [2025-06-05T03:02:17.030Z] effc452fd1b6: Waiting [2025-06-05T03:02:17.030Z] 994456c4fd7b: Waiting [2025-06-05T03:02:17.030Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:17.030Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:17.030Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:17.030Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:17.030Z] 03fdc54dc3cd: Pushed [2025-06-05T03:02:17.030Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:17.030Z] 11eb6c71f31b: Pushed [2025-06-05T03:02:17.030Z] 73aa0cd53ef2: Pushed [2025-06-05T03:02:19.567Z] 5ae7b5815116: Pushed [2025-06-05T03:02:19.567Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:19.894Z] + 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-05T03:02:20.342Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-05T03:02:20.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-05T03:02:20.342Z] 73aa0cd53ef2: Preparing [2025-06-05T03:02:20.342Z] 03fdc54dc3cd: Preparing [2025-06-05T03:02:20.342Z] 11eb6c71f31b: Preparing [2025-06-05T03:02:20.342Z] 5ae7b5815116: Preparing [2025-06-05T03:02:20.342Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:20.342Z] 9716c758ecfd: Preparing [2025-06-05T03:02:20.342Z] 693732a7b69b: Preparing [2025-06-05T03:02:20.342Z] effc452fd1b6: Preparing [2025-06-05T03:02:20.342Z] 994456c4fd7b: Preparing [2025-06-05T03:02:20.342Z] 9716c758ecfd: Waiting [2025-06-05T03:02:20.342Z] 693732a7b69b: Waiting [2025-06-05T03:02:20.342Z] 5ae7b5815116: Layer already exists [2025-06-05T03:02:20.342Z] 73aa0cd53ef2: Layer already exists [2025-06-05T03:02:20.342Z] 03fdc54dc3cd: Layer already exists [2025-06-05T03:02:20.342Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:20.342Z] 11eb6c71f31b: Layer already exists [2025-06-05T03:02:20.342Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:20.342Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:20.342Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:20.342Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:20.342Z] latest: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:20.734Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:21.095Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 [2025-06-05T03:02:21.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-05T03:02:21.095Z] 73aa0cd53ef2: Preparing [2025-06-05T03:02:21.095Z] 03fdc54dc3cd: Preparing [2025-06-05T03:02:21.095Z] 11eb6c71f31b: Preparing [2025-06-05T03:02:21.095Z] 5ae7b5815116: Preparing [2025-06-05T03:02:21.095Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:21.095Z] 9716c758ecfd: Preparing [2025-06-05T03:02:21.095Z] 693732a7b69b: Preparing [2025-06-05T03:02:21.095Z] effc452fd1b6: Preparing [2025-06-05T03:02:21.095Z] 994456c4fd7b: Preparing [2025-06-05T03:02:21.095Z] 693732a7b69b: Waiting [2025-06-05T03:02:21.095Z] 994456c4fd7b: Waiting [2025-06-05T03:02:21.095Z] effc452fd1b6: Waiting [2025-06-05T03:02:21.095Z] 9716c758ecfd: Waiting [2025-06-05T03:02:21.095Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:21.095Z] 03fdc54dc3cd: Layer already exists [2025-06-05T03:02:21.095Z] 73aa0cd53ef2: Layer already exists [2025-06-05T03:02:21.095Z] 11eb6c71f31b: Layer already exists [2025-06-05T03:02:21.095Z] 5ae7b5815116: Layer already exists [2025-06-05T03:02:21.095Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:21.095Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:21.095Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:21.095Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:21.095Z] 4.1.0-dev.20: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:21.411Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:21.736Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:21.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-05T03:02:21.736Z] 73aa0cd53ef2: Preparing [2025-06-05T03:02:21.736Z] 03fdc54dc3cd: Preparing [2025-06-05T03:02:21.736Z] 11eb6c71f31b: Preparing [2025-06-05T03:02:21.736Z] 5ae7b5815116: Preparing [2025-06-05T03:02:21.736Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:21.736Z] 9716c758ecfd: Preparing [2025-06-05T03:02:21.736Z] 693732a7b69b: Preparing [2025-06-05T03:02:21.736Z] effc452fd1b6: Preparing [2025-06-05T03:02:21.736Z] 994456c4fd7b: Preparing [2025-06-05T03:02:21.736Z] 9716c758ecfd: Waiting [2025-06-05T03:02:21.736Z] effc452fd1b6: Waiting [2025-06-05T03:02:21.736Z] 693732a7b69b: Waiting [2025-06-05T03:02:21.736Z] 994456c4fd7b: Waiting [2025-06-05T03:02:21.736Z] 03fdc54dc3cd: Layer already exists [2025-06-05T03:02:21.736Z] 11eb6c71f31b: Layer already exists [2025-06-05T03:02:21.736Z] 5ae7b5815116: Layer already exists [2025-06-05T03:02:21.736Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:21.736Z] 73aa0cd53ef2: Layer already exists [2025-06-05T03:02:21.736Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:21.736Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:21.736Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:21.736Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:21.736Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:22.062Z] + 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-05T03:02:22.392Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-05T03:02:22.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-05T03:02:22.392Z] 73aa0cd53ef2: Preparing [2025-06-05T03:02:22.392Z] 03fdc54dc3cd: Preparing [2025-06-05T03:02:22.392Z] 11eb6c71f31b: Preparing [2025-06-05T03:02:22.392Z] 5ae7b5815116: Preparing [2025-06-05T03:02:22.392Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:22.392Z] 9716c758ecfd: Preparing [2025-06-05T03:02:22.392Z] 693732a7b69b: Preparing [2025-06-05T03:02:22.392Z] effc452fd1b6: Preparing [2025-06-05T03:02:22.392Z] 994456c4fd7b: Preparing [2025-06-05T03:02:22.392Z] 693732a7b69b: Waiting [2025-06-05T03:02:22.392Z] effc452fd1b6: Waiting [2025-06-05T03:02:22.392Z] 994456c4fd7b: Waiting [2025-06-05T03:02:22.392Z] 9716c758ecfd: Waiting [2025-06-05T03:02:22.392Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:22.392Z] 11eb6c71f31b: Layer already exists [2025-06-05T03:02:22.392Z] 03fdc54dc3cd: Layer already exists [2025-06-05T03:02:22.392Z] 73aa0cd53ef2: Layer already exists [2025-06-05T03:02:22.392Z] 5ae7b5815116: Layer already exists [2025-06-05T03:02:22.392Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:22.392Z] effc452fd1b6: Layer already exists [2025-06-05T03:02:22.392Z] 693732a7b69b: Layer already exists [2025-06-05T03:02:22.392Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:22.392Z] main: digest: sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:22.475Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:22.487Z] taggedImages: [2025-06-05T03:02:22.487Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:22.487Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-05T03:02:22.487Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 [2025-06-05T03:02:22.487Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:22.487Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-05T03:02:22.520Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-05T03:02:22.520Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:22.520Z] latest [2025-06-05T03:02:22.520Z] 4.1.0-dev.20 [2025-06-05T03:02:22.520Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:22.520Z] main [2025-06-05T03:02:22.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:22.857Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:23.172Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:23.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-05T03:02:23.172Z] 1bcfeced2658: Preparing [2025-06-05T03:02:23.172Z] 4bfeddba9874: Preparing [2025-06-05T03:02:23.172Z] 3cbd2aaf0f40: Preparing [2025-06-05T03:02:23.172Z] dc7905b5899c: Preparing [2025-06-05T03:02:23.172Z] 54d98ef367a8: Preparing [2025-06-05T03:02:23.172Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:23.172Z] 9716c758ecfd: Preparing [2025-06-05T03:02:23.172Z] cb4789bfc2d5: Preparing [2025-06-05T03:02:23.172Z] f69521e955e8: Preparing [2025-06-05T03:02:23.172Z] b25057665246: Preparing [2025-06-05T03:02:23.172Z] 994456c4fd7b: Preparing [2025-06-05T03:02:23.172Z] 9716c758ecfd: Waiting [2025-06-05T03:02:23.172Z] cb4789bfc2d5: Waiting [2025-06-05T03:02:23.172Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:23.172Z] f69521e955e8: Waiting [2025-06-05T03:02:23.172Z] 994456c4fd7b: Waiting [2025-06-05T03:02:23.172Z] 4bfeddba9874: Pushed [2025-06-05T03:02:23.172Z] 54d98ef367a8: Pushed [2025-06-05T03:02:23.172Z] 1bcfeced2658: Pushed [2025-06-05T03:02:23.172Z] dc7905b5899c: Pushed [2025-06-05T03:02:23.172Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:23.172Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:23.172Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:23.429Z] f69521e955e8: Pushed [2025-06-05T03:02:23.429Z] cb4789bfc2d5: Pushed [2025-06-05T03:02:24.806Z] b25057665246: Pushed [2025-06-05T03:02:25.375Z] 3cbd2aaf0f40: Pushed [2025-06-05T03:02:25.375Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:25.697Z] + 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-05T03:02:26.028Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-05T03:02:26.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-05T03:02:26.028Z] 1bcfeced2658: Preparing [2025-06-05T03:02:26.028Z] 4bfeddba9874: Preparing [2025-06-05T03:02:26.028Z] 3cbd2aaf0f40: Preparing [2025-06-05T03:02:26.028Z] dc7905b5899c: Preparing [2025-06-05T03:02:26.028Z] 54d98ef367a8: Preparing [2025-06-05T03:02:26.028Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:26.028Z] 9716c758ecfd: Preparing [2025-06-05T03:02:26.028Z] cb4789bfc2d5: Preparing [2025-06-05T03:02:26.028Z] f69521e955e8: Preparing [2025-06-05T03:02:26.028Z] b25057665246: Preparing [2025-06-05T03:02:26.028Z] 994456c4fd7b: Preparing [2025-06-05T03:02:26.028Z] b25057665246: Waiting [2025-06-05T03:02:26.028Z] cb4789bfc2d5: Waiting [2025-06-05T03:02:26.028Z] f69521e955e8: Waiting [2025-06-05T03:02:26.028Z] 994456c4fd7b: Waiting [2025-06-05T03:02:26.028Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:26.028Z] 9716c758ecfd: Waiting [2025-06-05T03:02:26.028Z] dc7905b5899c: Layer already exists [2025-06-05T03:02:26.028Z] 4bfeddba9874: Layer already exists [2025-06-05T03:02:26.028Z] 54d98ef367a8: Layer already exists [2025-06-05T03:02:26.028Z] 1bcfeced2658: Layer already exists [2025-06-05T03:02:26.028Z] 3cbd2aaf0f40: Layer already exists [2025-06-05T03:02:26.028Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:26.028Z] cb4789bfc2d5: Layer already exists [2025-06-05T03:02:26.028Z] f69521e955e8: Layer already exists [2025-06-05T03:02:26.028Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:26.028Z] b25057665246: Layer already exists [2025-06-05T03:02:26.028Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:26.028Z] latest: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:26.357Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:26.692Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 [2025-06-05T03:02:26.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-05T03:02:26.692Z] 1bcfeced2658: Preparing [2025-06-05T03:02:26.692Z] 4bfeddba9874: Preparing [2025-06-05T03:02:26.692Z] 3cbd2aaf0f40: Preparing [2025-06-05T03:02:26.692Z] dc7905b5899c: Preparing [2025-06-05T03:02:26.692Z] 54d98ef367a8: Preparing [2025-06-05T03:02:26.692Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:26.692Z] 9716c758ecfd: Preparing [2025-06-05T03:02:26.692Z] cb4789bfc2d5: Preparing [2025-06-05T03:02:26.692Z] f69521e955e8: Preparing [2025-06-05T03:02:26.692Z] b25057665246: Preparing [2025-06-05T03:02:26.692Z] 994456c4fd7b: Preparing [2025-06-05T03:02:26.692Z] f69521e955e8: Waiting [2025-06-05T03:02:26.692Z] cb4789bfc2d5: Waiting [2025-06-05T03:02:26.692Z] 994456c4fd7b: Waiting [2025-06-05T03:02:26.692Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:26.692Z] 9716c758ecfd: Waiting [2025-06-05T03:02:26.692Z] b25057665246: Waiting [2025-06-05T03:02:26.692Z] dc7905b5899c: Layer already exists [2025-06-05T03:02:26.692Z] 1bcfeced2658: Layer already exists [2025-06-05T03:02:26.692Z] 3cbd2aaf0f40: Layer already exists [2025-06-05T03:02:26.692Z] 54d98ef367a8: Layer already exists [2025-06-05T03:02:26.692Z] 4bfeddba9874: Layer already exists [2025-06-05T03:02:26.692Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:26.692Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:26.692Z] cb4789bfc2d5: Layer already exists [2025-06-05T03:02:26.692Z] f69521e955e8: Layer already exists [2025-06-05T03:02:26.692Z] b25057665246: Layer already exists [2025-06-05T03:02:26.692Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:26.692Z] 4.1.0-dev.20: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:27.018Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:27.349Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:27.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-05T03:02:27.349Z] 1bcfeced2658: Preparing [2025-06-05T03:02:27.349Z] 4bfeddba9874: Preparing [2025-06-05T03:02:27.349Z] 3cbd2aaf0f40: Preparing [2025-06-05T03:02:27.349Z] dc7905b5899c: Preparing [2025-06-05T03:02:27.349Z] 54d98ef367a8: Preparing [2025-06-05T03:02:27.349Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:27.349Z] 9716c758ecfd: Preparing [2025-06-05T03:02:27.349Z] cb4789bfc2d5: Preparing [2025-06-05T03:02:27.349Z] f69521e955e8: Preparing [2025-06-05T03:02:27.349Z] b25057665246: Preparing [2025-06-05T03:02:27.349Z] 994456c4fd7b: Preparing [2025-06-05T03:02:27.349Z] b25057665246: Waiting [2025-06-05T03:02:27.349Z] f69521e955e8: Waiting [2025-06-05T03:02:27.349Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:27.349Z] 9716c758ecfd: Waiting [2025-06-05T03:02:27.349Z] 994456c4fd7b: Waiting [2025-06-05T03:02:27.349Z] cb4789bfc2d5: Waiting [2025-06-05T03:02:27.349Z] 4bfeddba9874: Layer already exists [2025-06-05T03:02:27.349Z] 54d98ef367a8: Layer already exists [2025-06-05T03:02:27.349Z] 3cbd2aaf0f40: Layer already exists [2025-06-05T03:02:27.349Z] 1bcfeced2658: Layer already exists [2025-06-05T03:02:27.349Z] dc7905b5899c: Layer already exists [2025-06-05T03:02:27.349Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:27.349Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:27.349Z] cb4789bfc2d5: Layer already exists [2025-06-05T03:02:27.349Z] f69521e955e8: Layer already exists [2025-06-05T03:02:27.349Z] b25057665246: Layer already exists [2025-06-05T03:02:27.349Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:27.349Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:27.676Z] + 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-05T03:02:28.003Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-05T03:02:28.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-05T03:02:28.003Z] 1bcfeced2658: Preparing [2025-06-05T03:02:28.003Z] 4bfeddba9874: Preparing [2025-06-05T03:02:28.003Z] 3cbd2aaf0f40: Preparing [2025-06-05T03:02:28.003Z] dc7905b5899c: Preparing [2025-06-05T03:02:28.003Z] 54d98ef367a8: Preparing [2025-06-05T03:02:28.003Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:28.003Z] 9716c758ecfd: Preparing [2025-06-05T03:02:28.003Z] cb4789bfc2d5: Preparing [2025-06-05T03:02:28.003Z] f69521e955e8: Preparing [2025-06-05T03:02:28.003Z] b25057665246: Preparing [2025-06-05T03:02:28.003Z] 994456c4fd7b: Preparing [2025-06-05T03:02:28.003Z] cb4789bfc2d5: Waiting [2025-06-05T03:02:28.003Z] f69521e955e8: Waiting [2025-06-05T03:02:28.003Z] b25057665246: Waiting [2025-06-05T03:02:28.003Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:28.003Z] 994456c4fd7b: Waiting [2025-06-05T03:02:28.003Z] 9716c758ecfd: Waiting [2025-06-05T03:02:28.003Z] 54d98ef367a8: Layer already exists [2025-06-05T03:02:28.003Z] dc7905b5899c: Layer already exists [2025-06-05T03:02:28.003Z] 1bcfeced2658: Layer already exists [2025-06-05T03:02:28.003Z] 3cbd2aaf0f40: Layer already exists [2025-06-05T03:02:28.003Z] 4bfeddba9874: Layer already exists [2025-06-05T03:02:28.003Z] f69521e955e8: Layer already exists [2025-06-05T03:02:28.003Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:28.003Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:28.003Z] cb4789bfc2d5: Layer already exists [2025-06-05T03:02:28.003Z] b25057665246: Layer already exists [2025-06-05T03:02:28.003Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:28.003Z] main: digest: sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:28.064Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:28.081Z] taggedImages: [2025-06-05T03:02:28.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:28.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-05T03:02:28.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 [2025-06-05T03:02:28.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:28.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-05T03:02:28.114Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-05T03:02:28.114Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:28.114Z] latest [2025-06-05T03:02:28.114Z] 4.1.0-dev.20 [2025-06-05T03:02:28.114Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:28.114Z] main [2025-06-05T03:02:28.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:28.462Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:28.793Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:28.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-05T03:02:28.794Z] f8b745f88e8b: Preparing [2025-06-05T03:02:28.794Z] f464e4ef6b65: Preparing [2025-06-05T03:02:28.794Z] 0d19974e9370: Preparing [2025-06-05T03:02:28.794Z] 7121f43f9991: Preparing [2025-06-05T03:02:28.794Z] 8ccb932f16e0: Preparing [2025-06-05T03:02:28.794Z] d4a986143569: Preparing [2025-06-05T03:02:28.794Z] 8f4be438ee7e: Preparing [2025-06-05T03:02:28.794Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:28.794Z] 9716c758ecfd: Preparing [2025-06-05T03:02:28.794Z] d4a986143569: Waiting [2025-06-05T03:02:28.794Z] 8f4be438ee7e: Waiting [2025-06-05T03:02:28.794Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:28.794Z] 08be0aea0c6c: Preparing [2025-06-05T03:02:28.794Z] 9716c758ecfd: Waiting [2025-06-05T03:02:28.794Z] d4aec1aa7ece: Preparing [2025-06-05T03:02:28.794Z] 08be0aea0c6c: Waiting [2025-06-05T03:02:28.794Z] 994456c4fd7b: Preparing [2025-06-05T03:02:28.794Z] d4aec1aa7ece: Waiting [2025-06-05T03:02:28.794Z] 994456c4fd7b: Waiting [2025-06-05T03:02:28.794Z] f464e4ef6b65: Pushed [2025-06-05T03:02:28.794Z] f8b745f88e8b: Pushed [2025-06-05T03:02:28.794Z] 8ccb932f16e0: Pushed [2025-06-05T03:02:28.794Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:28.794Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:28.794Z] d4a986143569: Pushed [2025-06-05T03:02:29.052Z] 8f4be438ee7e: Pushed [2025-06-05T03:02:29.052Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:29.052Z] 08be0aea0c6c: Pushed [2025-06-05T03:02:30.430Z] d4aec1aa7ece: Pushed [2025-06-05T03:02:30.999Z] 7121f43f9991: Pushed [2025-06-05T03:02:31.936Z] 0d19974e9370: Pushed [2025-06-05T03:02:31.936Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:32.264Z] + 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-05T03:02:32.579Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-05T03:02:32.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-05T03:02:32.580Z] f8b745f88e8b: Preparing [2025-06-05T03:02:32.580Z] f464e4ef6b65: Preparing [2025-06-05T03:02:32.580Z] 0d19974e9370: Preparing [2025-06-05T03:02:32.580Z] 7121f43f9991: Preparing [2025-06-05T03:02:32.580Z] 8ccb932f16e0: Preparing [2025-06-05T03:02:32.580Z] d4a986143569: Preparing [2025-06-05T03:02:32.580Z] 8f4be438ee7e: Preparing [2025-06-05T03:02:32.580Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:32.580Z] 9716c758ecfd: Preparing [2025-06-05T03:02:32.580Z] 08be0aea0c6c: Preparing [2025-06-05T03:02:32.580Z] d4aec1aa7ece: Preparing [2025-06-05T03:02:32.580Z] 994456c4fd7b: Preparing [2025-06-05T03:02:32.580Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:32.580Z] 8f4be438ee7e: Waiting [2025-06-05T03:02:32.580Z] 9716c758ecfd: Waiting [2025-06-05T03:02:32.580Z] 08be0aea0c6c: Waiting [2025-06-05T03:02:32.580Z] 7121f43f9991: Layer already exists [2025-06-05T03:02:32.580Z] 0d19974e9370: Layer already exists [2025-06-05T03:02:32.580Z] 8ccb932f16e0: Layer already exists [2025-06-05T03:02:32.580Z] f464e4ef6b65: Layer already exists [2025-06-05T03:02:32.580Z] f8b745f88e8b: Layer already exists [2025-06-05T03:02:32.580Z] d4a986143569: Layer already exists [2025-06-05T03:02:32.580Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:32.580Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:32.580Z] 08be0aea0c6c: Layer already exists [2025-06-05T03:02:32.580Z] 8f4be438ee7e: Layer already exists [2025-06-05T03:02:32.580Z] d4aec1aa7ece: Layer already exists [2025-06-05T03:02:32.580Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:32.580Z] latest: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:32.910Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:33.236Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 [2025-06-05T03:02:33.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-05T03:02:33.236Z] f8b745f88e8b: Preparing [2025-06-05T03:02:33.236Z] f464e4ef6b65: Preparing [2025-06-05T03:02:33.237Z] 0d19974e9370: Preparing [2025-06-05T03:02:33.237Z] 7121f43f9991: Preparing [2025-06-05T03:02:33.237Z] 8ccb932f16e0: Preparing [2025-06-05T03:02:33.237Z] d4a986143569: Preparing [2025-06-05T03:02:33.237Z] 8f4be438ee7e: Preparing [2025-06-05T03:02:33.237Z] d4a986143569: Waiting [2025-06-05T03:02:33.237Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:33.237Z] 9716c758ecfd: Preparing [2025-06-05T03:02:33.237Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:33.237Z] 8f4be438ee7e: Waiting [2025-06-05T03:02:33.237Z] 08be0aea0c6c: Preparing [2025-06-05T03:02:33.237Z] d4aec1aa7ece: Preparing [2025-06-05T03:02:33.237Z] 9716c758ecfd: Waiting [2025-06-05T03:02:33.237Z] 994456c4fd7b: Preparing [2025-06-05T03:02:33.237Z] 994456c4fd7b: Waiting [2025-06-05T03:02:33.237Z] 8ccb932f16e0: Layer already exists [2025-06-05T03:02:33.237Z] f464e4ef6b65: Layer already exists [2025-06-05T03:02:33.237Z] f8b745f88e8b: Layer already exists [2025-06-05T03:02:33.237Z] 7121f43f9991: Layer already exists [2025-06-05T03:02:33.237Z] 0d19974e9370: Layer already exists [2025-06-05T03:02:33.237Z] d4a986143569: Layer already exists [2025-06-05T03:02:33.237Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:33.237Z] 08be0aea0c6c: Layer already exists [2025-06-05T03:02:33.237Z] 8f4be438ee7e: Layer already exists [2025-06-05T03:02:33.237Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:33.237Z] d4aec1aa7ece: Layer already exists [2025-06-05T03:02:33.237Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:33.237Z] 4.1.0-dev.20: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:33.566Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:33.887Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:33.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-05T03:02:33.887Z] f8b745f88e8b: Preparing [2025-06-05T03:02:33.887Z] f464e4ef6b65: Preparing [2025-06-05T03:02:33.887Z] 0d19974e9370: Preparing [2025-06-05T03:02:33.887Z] 7121f43f9991: Preparing [2025-06-05T03:02:33.887Z] 8ccb932f16e0: Preparing [2025-06-05T03:02:33.887Z] d4a986143569: Preparing [2025-06-05T03:02:33.887Z] 8f4be438ee7e: Preparing [2025-06-05T03:02:33.887Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:33.887Z] 9716c758ecfd: Preparing [2025-06-05T03:02:33.887Z] 08be0aea0c6c: Preparing [2025-06-05T03:02:33.887Z] d4aec1aa7ece: Preparing [2025-06-05T03:02:33.887Z] 994456c4fd7b: Preparing [2025-06-05T03:02:33.887Z] 9716c758ecfd: Waiting [2025-06-05T03:02:33.887Z] 08be0aea0c6c: Waiting [2025-06-05T03:02:33.887Z] d4a986143569: Waiting [2025-06-05T03:02:33.887Z] 8f4be438ee7e: Waiting [2025-06-05T03:02:33.887Z] 994456c4fd7b: Waiting [2025-06-05T03:02:33.887Z] d4aec1aa7ece: Waiting [2025-06-05T03:02:33.887Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:33.887Z] 0d19974e9370: Layer already exists [2025-06-05T03:02:33.887Z] f8b745f88e8b: Layer already exists [2025-06-05T03:02:33.887Z] f464e4ef6b65: Layer already exists [2025-06-05T03:02:33.887Z] 7121f43f9991: Layer already exists [2025-06-05T03:02:33.887Z] 8ccb932f16e0: Layer already exists [2025-06-05T03:02:33.887Z] 8f4be438ee7e: Layer already exists [2025-06-05T03:02:33.887Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:33.887Z] d4a986143569: Layer already exists [2025-06-05T03:02:33.887Z] 08be0aea0c6c: Layer already exists [2025-06-05T03:02:33.887Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:33.887Z] d4aec1aa7ece: Layer already exists [2025-06-05T03:02:33.887Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:33.887Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:34.227Z] + 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-05T03:02:34.553Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-05T03:02:34.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-05T03:02:34.554Z] f8b745f88e8b: Preparing [2025-06-05T03:02:34.554Z] f464e4ef6b65: Preparing [2025-06-05T03:02:34.554Z] 0d19974e9370: Preparing [2025-06-05T03:02:34.554Z] 7121f43f9991: Preparing [2025-06-05T03:02:34.554Z] 8ccb932f16e0: Preparing [2025-06-05T03:02:34.554Z] d4a986143569: Preparing [2025-06-05T03:02:34.554Z] 8f4be438ee7e: Preparing [2025-06-05T03:02:34.554Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:34.554Z] 9716c758ecfd: Preparing [2025-06-05T03:02:34.554Z] 08be0aea0c6c: Preparing [2025-06-05T03:02:34.554Z] d4aec1aa7ece: Preparing [2025-06-05T03:02:34.554Z] 994456c4fd7b: Preparing [2025-06-05T03:02:34.554Z] d4a986143569: Waiting [2025-06-05T03:02:34.554Z] 8f4be438ee7e: Waiting [2025-06-05T03:02:34.554Z] d4aec1aa7ece: Waiting [2025-06-05T03:02:34.554Z] 994456c4fd7b: Waiting [2025-06-05T03:02:34.554Z] d3fd7e6d3356: Waiting [2025-06-05T03:02:34.554Z] 9716c758ecfd: Waiting [2025-06-05T03:02:34.554Z] 08be0aea0c6c: Waiting [2025-06-05T03:02:34.554Z] 8ccb932f16e0: Layer already exists [2025-06-05T03:02:34.554Z] f464e4ef6b65: Layer already exists [2025-06-05T03:02:34.554Z] 0d19974e9370: Layer already exists [2025-06-05T03:02:34.554Z] 7121f43f9991: Layer already exists [2025-06-05T03:02:34.554Z] f8b745f88e8b: Layer already exists [2025-06-05T03:02:34.554Z] d4a986143569: Layer already exists [2025-06-05T03:02:34.554Z] 8f4be438ee7e: Layer already exists [2025-06-05T03:02:34.554Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:34.554Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:34.554Z] 08be0aea0c6c: Layer already exists [2025-06-05T03:02:34.554Z] d4aec1aa7ece: Layer already exists [2025-06-05T03:02:34.554Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:34.554Z] main: digest: sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:34.632Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:34.645Z] taggedImages: [2025-06-05T03:02:34.645Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:34.645Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-05T03:02:34.645Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 [2025-06-05T03:02:34.645Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:34.645Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-05T03:02:34.755Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-05T03:02:34.755Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:34.755Z] latest [2025-06-05T03:02:34.755Z] 4.1.0-dev.20 [2025-06-05T03:02:34.755Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:34.755Z] main [2025-06-05T03:02:34.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:35.108Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:35.434Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:35.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-05T03:02:35.434Z] 4c30979e0548: Preparing [2025-06-05T03:02:35.434Z] 6da03a8e7db0: Preparing [2025-06-05T03:02:35.434Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:35.434Z] 9716c758ecfd: Preparing [2025-06-05T03:02:35.434Z] 0357423d2e82: Preparing [2025-06-05T03:02:35.434Z] cfb751dadb09: Preparing [2025-06-05T03:02:35.434Z] 994456c4fd7b: Preparing [2025-06-05T03:02:35.434Z] cfb751dadb09: Waiting [2025-06-05T03:02:35.434Z] 994456c4fd7b: Waiting [2025-06-05T03:02:35.434Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:35.434Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:35.434Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:35.434Z] 0357423d2e82: Pushed [2025-06-05T03:02:35.434Z] 4c30979e0548: Pushed [2025-06-05T03:02:36.370Z] cfb751dadb09: Pushed [2025-06-05T03:02:38.906Z] 6da03a8e7db0: Pushed [2025-06-05T03:02:38.907Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:39.241Z] + 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-05T03:02:39.578Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-05T03:02:39.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-05T03:02:39.578Z] 4c30979e0548: Preparing [2025-06-05T03:02:39.578Z] 6da03a8e7db0: Preparing [2025-06-05T03:02:39.578Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:39.578Z] 9716c758ecfd: Preparing [2025-06-05T03:02:39.578Z] 0357423d2e82: Preparing [2025-06-05T03:02:39.578Z] cfb751dadb09: Preparing [2025-06-05T03:02:39.578Z] 994456c4fd7b: Preparing [2025-06-05T03:02:39.578Z] cfb751dadb09: Waiting [2025-06-05T03:02:39.578Z] 994456c4fd7b: Waiting [2025-06-05T03:02:39.578Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:39.578Z] 0357423d2e82: Layer already exists [2025-06-05T03:02:39.578Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:39.578Z] 4c30979e0548: Layer already exists [2025-06-05T03:02:39.578Z] 6da03a8e7db0: Layer already exists [2025-06-05T03:02:39.578Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:39.578Z] cfb751dadb09: Layer already exists [2025-06-05T03:02:39.578Z] latest: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:39.912Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:40.234Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 [2025-06-05T03:02:40.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-05T03:02:40.234Z] 4c30979e0548: Preparing [2025-06-05T03:02:40.234Z] 6da03a8e7db0: Preparing [2025-06-05T03:02:40.234Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:40.234Z] 9716c758ecfd: Preparing [2025-06-05T03:02:40.234Z] 0357423d2e82: Preparing [2025-06-05T03:02:40.234Z] cfb751dadb09: Preparing [2025-06-05T03:02:40.234Z] 994456c4fd7b: Preparing [2025-06-05T03:02:40.234Z] 994456c4fd7b: Waiting [2025-06-05T03:02:40.234Z] cfb751dadb09: Waiting [2025-06-05T03:02:40.234Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:40.234Z] 6da03a8e7db0: Layer already exists [2025-06-05T03:02:40.234Z] 0357423d2e82: Layer already exists [2025-06-05T03:02:40.234Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:40.234Z] 4c30979e0548: Layer already exists [2025-06-05T03:02:40.234Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:40.234Z] cfb751dadb09: Layer already exists [2025-06-05T03:02:40.234Z] 4.1.0-dev.20: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:40.560Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:40.897Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:40.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-05T03:02:40.897Z] 4c30979e0548: Preparing [2025-06-05T03:02:40.897Z] 6da03a8e7db0: Preparing [2025-06-05T03:02:40.897Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:40.897Z] 9716c758ecfd: Preparing [2025-06-05T03:02:40.897Z] 0357423d2e82: Preparing [2025-06-05T03:02:40.897Z] cfb751dadb09: Preparing [2025-06-05T03:02:40.897Z] 994456c4fd7b: Preparing [2025-06-05T03:02:40.897Z] cfb751dadb09: Waiting [2025-06-05T03:02:40.897Z] 994456c4fd7b: Waiting [2025-06-05T03:02:40.897Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:40.897Z] 4c30979e0548: Layer already exists [2025-06-05T03:02:40.897Z] 0357423d2e82: Layer already exists [2025-06-05T03:02:40.897Z] 6da03a8e7db0: Layer already exists [2025-06-05T03:02:40.897Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:40.897Z] cfb751dadb09: Layer already exists [2025-06-05T03:02:40.897Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:40.897Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:41.224Z] + 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-05T03:02:41.552Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-05T03:02:41.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-05T03:02:41.552Z] 4c30979e0548: Preparing [2025-06-05T03:02:41.552Z] 6da03a8e7db0: Preparing [2025-06-05T03:02:41.552Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:41.552Z] 9716c758ecfd: Preparing [2025-06-05T03:02:41.552Z] 0357423d2e82: Preparing [2025-06-05T03:02:41.552Z] cfb751dadb09: Preparing [2025-06-05T03:02:41.552Z] 994456c4fd7b: Preparing [2025-06-05T03:02:41.552Z] cfb751dadb09: Waiting [2025-06-05T03:02:41.552Z] 994456c4fd7b: Waiting [2025-06-05T03:02:41.552Z] 0357423d2e82: Layer already exists [2025-06-05T03:02:41.552Z] 4c30979e0548: Layer already exists [2025-06-05T03:02:41.552Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:41.552Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:41.552Z] 6da03a8e7db0: Layer already exists [2025-06-05T03:02:41.552Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:41.552Z] cfb751dadb09: Layer already exists [2025-06-05T03:02:41.552Z] main: digest: sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:41.628Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:41.642Z] taggedImages: [2025-06-05T03:02:41.642Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:41.642Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-05T03:02:41.642Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 [2025-06-05T03:02:41.642Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:41.642Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-05T03:02:41.673Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-05T03:02:41.673Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:41.673Z] latest [2025-06-05T03:02:41.673Z] 4.1.0-dev.20 [2025-06-05T03:02:41.673Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:41.673Z] main [2025-06-05T03:02:41.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:42.016Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:42.338Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:42.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-05T03:02:42.338Z] 9d637d3be6f0: Preparing [2025-06-05T03:02:42.338Z] b10d119d6f65: Preparing [2025-06-05T03:02:42.338Z] 84bd0daba7d7: Preparing [2025-06-05T03:02:42.338Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:42.338Z] 9716c758ecfd: Preparing [2025-06-05T03:02:42.338Z] 4120fa6b42d5: Preparing [2025-06-05T03:02:42.338Z] 8839df81a81c: Preparing [2025-06-05T03:02:42.338Z] 04363d044e61: Preparing [2025-06-05T03:02:42.338Z] ff43a6e7cc85: Preparing [2025-06-05T03:02:42.338Z] 994456c4fd7b: Preparing [2025-06-05T03:02:42.338Z] 04363d044e61: Waiting [2025-06-05T03:02:42.338Z] 4120fa6b42d5: Waiting [2025-06-05T03:02:42.338Z] ff43a6e7cc85: Waiting [2025-06-05T03:02:42.338Z] 8839df81a81c: Waiting [2025-06-05T03:02:42.338Z] 994456c4fd7b: Waiting [2025-06-05T03:02:42.338Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:42.338Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:42.338Z] 84bd0daba7d7: Pushed [2025-06-05T03:02:42.338Z] b10d119d6f65: Pushed [2025-06-05T03:02:42.338Z] 9d637d3be6f0: Pushed [2025-06-05T03:02:42.338Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:42.338Z] 04363d044e61: Pushed [2025-06-05T03:02:42.904Z] ff43a6e7cc85: Pushed [2025-06-05T03:02:47.094Z] 8839df81a81c: Pushed [2025-06-05T03:02:55.214Z] 4120fa6b42d5: Pushed [2025-06-05T03:02:55.214Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:55.561Z] + 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-05T03:02:55.893Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-05T03:02:55.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-05T03:02:55.893Z] 9d637d3be6f0: Preparing [2025-06-05T03:02:55.893Z] b10d119d6f65: Preparing [2025-06-05T03:02:55.893Z] 84bd0daba7d7: Preparing [2025-06-05T03:02:55.893Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:55.893Z] 9716c758ecfd: Preparing [2025-06-05T03:02:55.893Z] 4120fa6b42d5: Preparing [2025-06-05T03:02:55.893Z] 8839df81a81c: Preparing [2025-06-05T03:02:55.893Z] 04363d044e61: Preparing [2025-06-05T03:02:55.893Z] ff43a6e7cc85: Preparing [2025-06-05T03:02:55.893Z] 994456c4fd7b: Preparing [2025-06-05T03:02:55.893Z] 4120fa6b42d5: Waiting [2025-06-05T03:02:55.893Z] 8839df81a81c: Waiting [2025-06-05T03:02:55.893Z] ff43a6e7cc85: Waiting [2025-06-05T03:02:55.893Z] 04363d044e61: Waiting [2025-06-05T03:02:55.893Z] 994456c4fd7b: Waiting [2025-06-05T03:02:55.893Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:55.893Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:02:55.893Z] b10d119d6f65: Layer already exists [2025-06-05T03:02:55.893Z] 84bd0daba7d7: Layer already exists [2025-06-05T03:02:55.893Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:55.893Z] 8839df81a81c: Layer already exists [2025-06-05T03:02:55.893Z] 4120fa6b42d5: Layer already exists [2025-06-05T03:02:55.893Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:55.893Z] 04363d044e61: Layer already exists [2025-06-05T03:02:55.893Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:02:55.893Z] latest: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:56.220Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:56.544Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 [2025-06-05T03:02:56.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-05T03:02:56.545Z] 9d637d3be6f0: Preparing [2025-06-05T03:02:56.545Z] b10d119d6f65: Preparing [2025-06-05T03:02:56.545Z] 84bd0daba7d7: Preparing [2025-06-05T03:02:56.545Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:56.545Z] 9716c758ecfd: Preparing [2025-06-05T03:02:56.545Z] 4120fa6b42d5: Preparing [2025-06-05T03:02:56.545Z] 8839df81a81c: Preparing [2025-06-05T03:02:56.545Z] 04363d044e61: Preparing [2025-06-05T03:02:56.545Z] ff43a6e7cc85: Preparing [2025-06-05T03:02:56.545Z] 994456c4fd7b: Preparing [2025-06-05T03:02:56.545Z] 04363d044e61: Waiting [2025-06-05T03:02:56.545Z] 4120fa6b42d5: Waiting [2025-06-05T03:02:56.545Z] 8839df81a81c: Waiting [2025-06-05T03:02:56.545Z] ff43a6e7cc85: Waiting [2025-06-05T03:02:56.545Z] 994456c4fd7b: Waiting [2025-06-05T03:02:56.545Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:56.545Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:02:56.545Z] 84bd0daba7d7: Layer already exists [2025-06-05T03:02:56.545Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:56.545Z] b10d119d6f65: Layer already exists [2025-06-05T03:02:56.545Z] 8839df81a81c: Layer already exists [2025-06-05T03:02:56.545Z] 4120fa6b42d5: Layer already exists [2025-06-05T03:02:56.545Z] 04363d044e61: Layer already exists [2025-06-05T03:02:56.545Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:02:56.545Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:56.545Z] 4.1.0-dev.20: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:56.872Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:57.201Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:57.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-05T03:02:57.201Z] 9d637d3be6f0: Preparing [2025-06-05T03:02:57.201Z] b10d119d6f65: Preparing [2025-06-05T03:02:57.201Z] 84bd0daba7d7: Preparing [2025-06-05T03:02:57.201Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:57.201Z] 9716c758ecfd: Preparing [2025-06-05T03:02:57.201Z] 4120fa6b42d5: Preparing [2025-06-05T03:02:57.201Z] 8839df81a81c: Preparing [2025-06-05T03:02:57.201Z] 04363d044e61: Preparing [2025-06-05T03:02:57.201Z] ff43a6e7cc85: Preparing [2025-06-05T03:02:57.201Z] 994456c4fd7b: Preparing [2025-06-05T03:02:57.201Z] 04363d044e61: Waiting [2025-06-05T03:02:57.201Z] ff43a6e7cc85: Waiting [2025-06-05T03:02:57.201Z] 4120fa6b42d5: Waiting [2025-06-05T03:02:57.201Z] 994456c4fd7b: Waiting [2025-06-05T03:02:57.201Z] 8839df81a81c: Waiting [2025-06-05T03:02:57.201Z] b10d119d6f65: Layer already exists [2025-06-05T03:02:57.201Z] 84bd0daba7d7: Layer already exists [2025-06-05T03:02:57.201Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:02:57.201Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:57.201Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:57.201Z] 8839df81a81c: Layer already exists [2025-06-05T03:02:57.201Z] 4120fa6b42d5: Layer already exists [2025-06-05T03:02:57.201Z] 04363d044e61: Layer already exists [2025-06-05T03:02:57.201Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:57.201Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:02:57.201Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:57.529Z] + 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-05T03:02:57.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-05T03:02:57.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-05T03:02:57.849Z] 9d637d3be6f0: Preparing [2025-06-05T03:02:57.849Z] b10d119d6f65: Preparing [2025-06-05T03:02:57.849Z] 84bd0daba7d7: Preparing [2025-06-05T03:02:57.849Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:57.849Z] 9716c758ecfd: Preparing [2025-06-05T03:02:57.849Z] 4120fa6b42d5: Preparing [2025-06-05T03:02:57.849Z] 8839df81a81c: Preparing [2025-06-05T03:02:57.849Z] 04363d044e61: Preparing [2025-06-05T03:02:57.849Z] ff43a6e7cc85: Preparing [2025-06-05T03:02:57.849Z] 994456c4fd7b: Preparing [2025-06-05T03:02:57.849Z] 04363d044e61: Waiting [2025-06-05T03:02:57.849Z] 4120fa6b42d5: Waiting [2025-06-05T03:02:57.849Z] 8839df81a81c: Waiting [2025-06-05T03:02:57.849Z] 994456c4fd7b: Waiting [2025-06-05T03:02:57.849Z] ff43a6e7cc85: Waiting [2025-06-05T03:02:57.850Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:57.850Z] b10d119d6f65: Layer already exists [2025-06-05T03:02:57.850Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:57.850Z] 84bd0daba7d7: Layer already exists [2025-06-05T03:02:57.850Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:02:57.850Z] 4120fa6b42d5: Layer already exists [2025-06-05T03:02:57.850Z] 04363d044e61: Layer already exists [2025-06-05T03:02:57.850Z] 8839df81a81c: Layer already exists [2025-06-05T03:02:57.850Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:57.850Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:02:57.850Z] main: digest: sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:02:57.926Z] ===================================================== [Pipeline] echo [2025-06-05T03:02:57.944Z] taggedImages: [2025-06-05T03:02:57.944Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:57.944Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-05T03:02:57.944Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 [2025-06-05T03:02:57.944Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:57.944Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-05T03:02:57.974Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-05T03:02:57.974Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:57.974Z] latest [2025-06-05T03:02:57.974Z] 4.1.0-dev.20 [2025-06-05T03:02:57.974Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:02:57.974Z] main [2025-06-05T03:02:57.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:58.333Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:02:58.663Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:02:58.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-05T03:02:58.663Z] fae9de44de9a: Preparing [2025-06-05T03:02:58.663Z] 84a4a6864ea6: Preparing [2025-06-05T03:02:58.663Z] 0adede557aa7: Preparing [2025-06-05T03:02:58.663Z] d3fd7e6d3356: Preparing [2025-06-05T03:02:58.663Z] 9716c758ecfd: Preparing [2025-06-05T03:02:58.663Z] 5661af1c6866: Preparing [2025-06-05T03:02:58.663Z] eafd20fbc9b6: Preparing [2025-06-05T03:02:58.663Z] 9992f1d2e572: Preparing [2025-06-05T03:02:58.663Z] 994456c4fd7b: Preparing [2025-06-05T03:02:58.663Z] 5661af1c6866: Waiting [2025-06-05T03:02:58.663Z] 9992f1d2e572: Waiting [2025-06-05T03:02:58.663Z] eafd20fbc9b6: Waiting [2025-06-05T03:02:58.663Z] 994456c4fd7b: Waiting [2025-06-05T03:02:58.663Z] 9716c758ecfd: Layer already exists [2025-06-05T03:02:58.663Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:02:58.663Z] 84a4a6864ea6: Pushed [2025-06-05T03:02:58.663Z] fae9de44de9a: Pushed [2025-06-05T03:02:58.663Z] eafd20fbc9b6: Pushed [2025-06-05T03:02:58.663Z] 0adede557aa7: Pushed [2025-06-05T03:02:58.663Z] 994456c4fd7b: Layer already exists [2025-06-05T03:02:59.230Z] 9992f1d2e572: Pushed [2025-06-05T03:03:11.438Z] 5661af1c6866: Pushed [2025-06-05T03:03:11.438Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:11.769Z] + 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-05T03:03:12.091Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-05T03:03:12.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-05T03:03:12.091Z] fae9de44de9a: Preparing [2025-06-05T03:03:12.091Z] 84a4a6864ea6: Preparing [2025-06-05T03:03:12.091Z] 0adede557aa7: Preparing [2025-06-05T03:03:12.091Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:12.091Z] 9716c758ecfd: Preparing [2025-06-05T03:03:12.091Z] 5661af1c6866: Preparing [2025-06-05T03:03:12.091Z] eafd20fbc9b6: Preparing [2025-06-05T03:03:12.091Z] 9992f1d2e572: Preparing [2025-06-05T03:03:12.091Z] 994456c4fd7b: Preparing [2025-06-05T03:03:12.091Z] 5661af1c6866: Waiting [2025-06-05T03:03:12.091Z] eafd20fbc9b6: Waiting [2025-06-05T03:03:12.091Z] 9992f1d2e572: Waiting [2025-06-05T03:03:12.091Z] 994456c4fd7b: Waiting [2025-06-05T03:03:12.091Z] 84a4a6864ea6: Layer already exists [2025-06-05T03:03:12.091Z] fae9de44de9a: Layer already exists [2025-06-05T03:03:12.091Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:12.091Z] 0adede557aa7: Layer already exists [2025-06-05T03:03:12.091Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:12.091Z] 9992f1d2e572: Layer already exists [2025-06-05T03:03:12.091Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:12.091Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:12.091Z] eafd20fbc9b6: Layer already exists [2025-06-05T03:03:12.091Z] latest: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:12.420Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:12.746Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 [2025-06-05T03:03:12.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-05T03:03:12.747Z] fae9de44de9a: Preparing [2025-06-05T03:03:12.747Z] 84a4a6864ea6: Preparing [2025-06-05T03:03:12.747Z] 0adede557aa7: Preparing [2025-06-05T03:03:12.747Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:12.747Z] 9716c758ecfd: Preparing [2025-06-05T03:03:12.747Z] 5661af1c6866: Preparing [2025-06-05T03:03:12.747Z] eafd20fbc9b6: Preparing [2025-06-05T03:03:12.747Z] 9992f1d2e572: Preparing [2025-06-05T03:03:12.747Z] 994456c4fd7b: Preparing [2025-06-05T03:03:12.747Z] eafd20fbc9b6: Waiting [2025-06-05T03:03:12.747Z] 9992f1d2e572: Waiting [2025-06-05T03:03:12.747Z] 994456c4fd7b: Waiting [2025-06-05T03:03:12.747Z] 5661af1c6866: Waiting [2025-06-05T03:03:12.747Z] fae9de44de9a: Layer already exists [2025-06-05T03:03:12.747Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:12.747Z] 0adede557aa7: Layer already exists [2025-06-05T03:03:12.747Z] 84a4a6864ea6: Layer already exists [2025-06-05T03:03:12.747Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:12.747Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:12.747Z] 9992f1d2e572: Layer already exists [2025-06-05T03:03:12.747Z] eafd20fbc9b6: Layer already exists [2025-06-05T03:03:12.747Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:12.747Z] 4.1.0-dev.20: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:13.073Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:13.389Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:13.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-05T03:03:13.389Z] fae9de44de9a: Preparing [2025-06-05T03:03:13.389Z] 84a4a6864ea6: Preparing [2025-06-05T03:03:13.389Z] 0adede557aa7: Preparing [2025-06-05T03:03:13.389Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:13.389Z] 9716c758ecfd: Preparing [2025-06-05T03:03:13.389Z] 5661af1c6866: Preparing [2025-06-05T03:03:13.389Z] eafd20fbc9b6: Preparing [2025-06-05T03:03:13.389Z] 9992f1d2e572: Preparing [2025-06-05T03:03:13.389Z] 994456c4fd7b: Preparing [2025-06-05T03:03:13.389Z] 5661af1c6866: Waiting [2025-06-05T03:03:13.389Z] eafd20fbc9b6: Waiting [2025-06-05T03:03:13.389Z] 9992f1d2e572: Waiting [2025-06-05T03:03:13.389Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:13.389Z] 84a4a6864ea6: Layer already exists [2025-06-05T03:03:13.389Z] 0adede557aa7: Layer already exists [2025-06-05T03:03:13.389Z] fae9de44de9a: Layer already exists [2025-06-05T03:03:13.389Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:13.389Z] eafd20fbc9b6: Layer already exists [2025-06-05T03:03:13.389Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:13.389Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:13.389Z] 9992f1d2e572: Layer already exists [2025-06-05T03:03:13.389Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:13.734Z] + 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-05T03:03:14.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-05T03:03:14.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-05T03:03:14.064Z] fae9de44de9a: Preparing [2025-06-05T03:03:14.064Z] 84a4a6864ea6: Preparing [2025-06-05T03:03:14.064Z] 0adede557aa7: Preparing [2025-06-05T03:03:14.064Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:14.064Z] 9716c758ecfd: Preparing [2025-06-05T03:03:14.064Z] 5661af1c6866: Preparing [2025-06-05T03:03:14.064Z] eafd20fbc9b6: Preparing [2025-06-05T03:03:14.064Z] 9992f1d2e572: Preparing [2025-06-05T03:03:14.064Z] 994456c4fd7b: Preparing [2025-06-05T03:03:14.064Z] eafd20fbc9b6: Waiting [2025-06-05T03:03:14.064Z] 9992f1d2e572: Waiting [2025-06-05T03:03:14.064Z] 5661af1c6866: Waiting [2025-06-05T03:03:14.064Z] 994456c4fd7b: Waiting [2025-06-05T03:03:14.064Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:14.064Z] fae9de44de9a: Layer already exists [2025-06-05T03:03:14.064Z] 0adede557aa7: Layer already exists [2025-06-05T03:03:14.064Z] 84a4a6864ea6: Layer already exists [2025-06-05T03:03:14.064Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:14.064Z] 9992f1d2e572: Layer already exists [2025-06-05T03:03:14.064Z] eafd20fbc9b6: Layer already exists [2025-06-05T03:03:14.064Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:14.064Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:14.064Z] main: digest: sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:03:14.135Z] ===================================================== [Pipeline] echo [2025-06-05T03:03:14.147Z] taggedImages: [2025-06-05T03:03:14.147Z] - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:14.147Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-05T03:03:14.147Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 [2025-06-05T03:03:14.147Z] - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:14.147Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-05T03:03:14.173Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-05T03:03:14.173Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:14.173Z] latest [2025-06-05T03:03:14.173Z] 4.1.0-dev.20 [2025-06-05T03:03:14.173Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:14.173Z] main [2025-06-05T03:03:14.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:14.515Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:14.836Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:14.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-05T03:03:14.836Z] 9d637d3be6f0: Preparing [2025-06-05T03:03:14.836Z] 962c29c69cf7: Preparing [2025-06-05T03:03:14.836Z] c0190849ce31: Preparing [2025-06-05T03:03:14.836Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:14.836Z] 9716c758ecfd: Preparing [2025-06-05T03:03:14.836Z] 5661af1c6866: Preparing [2025-06-05T03:03:14.836Z] 04363d044e61: Preparing [2025-06-05T03:03:14.836Z] 5661af1c6866: Waiting [2025-06-05T03:03:14.836Z] ff43a6e7cc85: Preparing [2025-06-05T03:03:14.836Z] 994456c4fd7b: Preparing [2025-06-05T03:03:14.836Z] ff43a6e7cc85: Waiting [2025-06-05T03:03:14.836Z] 994456c4fd7b: Waiting [2025-06-05T03:03:14.836Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:03:14.836Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:14.836Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:14.836Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:14.836Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:03:14.836Z] 04363d044e61: Layer already exists [2025-06-05T03:03:14.836Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:14.836Z] 962c29c69cf7: Pushed [2025-06-05T03:03:14.836Z] c0190849ce31: Pushed [2025-06-05T03:03:15.095Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:15.424Z] + 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-05T03:03:15.748Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-05T03:03:15.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-05T03:03:15.748Z] 9d637d3be6f0: Preparing [2025-06-05T03:03:15.748Z] 962c29c69cf7: Preparing [2025-06-05T03:03:15.748Z] c0190849ce31: Preparing [2025-06-05T03:03:15.748Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:15.748Z] 9716c758ecfd: Preparing [2025-06-05T03:03:15.748Z] 5661af1c6866: Preparing [2025-06-05T03:03:15.748Z] 04363d044e61: Preparing [2025-06-05T03:03:15.748Z] ff43a6e7cc85: Preparing [2025-06-05T03:03:15.748Z] 994456c4fd7b: Preparing [2025-06-05T03:03:15.748Z] 04363d044e61: Waiting [2025-06-05T03:03:15.748Z] ff43a6e7cc85: Waiting [2025-06-05T03:03:15.748Z] 994456c4fd7b: Waiting [2025-06-05T03:03:15.748Z] 5661af1c6866: Waiting [2025-06-05T03:03:15.748Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:03:15.748Z] c0190849ce31: Layer already exists [2025-06-05T03:03:15.748Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:15.748Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:15.748Z] 962c29c69cf7: Layer already exists [2025-06-05T03:03:15.748Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:15.748Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:03:15.748Z] 04363d044e61: Layer already exists [2025-06-05T03:03:15.748Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:15.748Z] latest: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:16.069Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:16.395Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 [2025-06-05T03:03:16.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-05T03:03:16.395Z] 9d637d3be6f0: Preparing [2025-06-05T03:03:16.395Z] 962c29c69cf7: Preparing [2025-06-05T03:03:16.395Z] c0190849ce31: Preparing [2025-06-05T03:03:16.395Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:16.395Z] 9716c758ecfd: Preparing [2025-06-05T03:03:16.395Z] 5661af1c6866: Preparing [2025-06-05T03:03:16.395Z] 04363d044e61: Preparing [2025-06-05T03:03:16.395Z] ff43a6e7cc85: Preparing [2025-06-05T03:03:16.395Z] 994456c4fd7b: Preparing [2025-06-05T03:03:16.395Z] 5661af1c6866: Waiting [2025-06-05T03:03:16.395Z] 04363d044e61: Waiting [2025-06-05T03:03:16.395Z] ff43a6e7cc85: Waiting [2025-06-05T03:03:16.395Z] 994456c4fd7b: Waiting [2025-06-05T03:03:16.395Z] 962c29c69cf7: Layer already exists [2025-06-05T03:03:16.395Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:16.395Z] c0190849ce31: Layer already exists [2025-06-05T03:03:16.395Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:03:16.395Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:16.395Z] 04363d044e61: Layer already exists [2025-06-05T03:03:16.395Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:16.395Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:03:16.395Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:16.395Z] 4.1.0-dev.20: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:16.723Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:17.043Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:17.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-05T03:03:17.043Z] 9d637d3be6f0: Preparing [2025-06-05T03:03:17.043Z] 962c29c69cf7: Preparing [2025-06-05T03:03:17.043Z] c0190849ce31: Preparing [2025-06-05T03:03:17.043Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:17.043Z] 9716c758ecfd: Preparing [2025-06-05T03:03:17.043Z] 5661af1c6866: Preparing [2025-06-05T03:03:17.043Z] 04363d044e61: Preparing [2025-06-05T03:03:17.043Z] ff43a6e7cc85: Preparing [2025-06-05T03:03:17.043Z] 994456c4fd7b: Preparing [2025-06-05T03:03:17.043Z] 04363d044e61: Waiting [2025-06-05T03:03:17.043Z] 5661af1c6866: Waiting [2025-06-05T03:03:17.043Z] ff43a6e7cc85: Waiting [2025-06-05T03:03:17.043Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:03:17.043Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:17.043Z] c0190849ce31: Layer already exists [2025-06-05T03:03:17.043Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:17.043Z] 962c29c69cf7: Layer already exists [2025-06-05T03:03:17.043Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:17.043Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:17.043Z] 04363d044e61: Layer already exists [2025-06-05T03:03:17.043Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:03:17.043Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:17.374Z] + 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-05T03:03:17.701Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-05T03:03:17.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-05T03:03:17.701Z] 9d637d3be6f0: Preparing [2025-06-05T03:03:17.701Z] 962c29c69cf7: Preparing [2025-06-05T03:03:17.701Z] c0190849ce31: Preparing [2025-06-05T03:03:17.701Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:17.701Z] 9716c758ecfd: Preparing [2025-06-05T03:03:17.701Z] 5661af1c6866: Preparing [2025-06-05T03:03:17.701Z] 04363d044e61: Preparing [2025-06-05T03:03:17.701Z] ff43a6e7cc85: Preparing [2025-06-05T03:03:17.701Z] 994456c4fd7b: Preparing [2025-06-05T03:03:17.701Z] 5661af1c6866: Waiting [2025-06-05T03:03:17.701Z] 04363d044e61: Waiting [2025-06-05T03:03:17.701Z] ff43a6e7cc85: Waiting [2025-06-05T03:03:17.701Z] 994456c4fd7b: Waiting [2025-06-05T03:03:17.701Z] c0190849ce31: Layer already exists [2025-06-05T03:03:17.701Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:17.701Z] 962c29c69cf7: Layer already exists [2025-06-05T03:03:17.701Z] 9d637d3be6f0: Layer already exists [2025-06-05T03:03:17.701Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:17.701Z] ff43a6e7cc85: Layer already exists [2025-06-05T03:03:17.701Z] 5661af1c6866: Layer already exists [2025-06-05T03:03:17.701Z] 04363d044e61: Layer already exists [2025-06-05T03:03:17.701Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:17.701Z] main: digest: sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:03:17.782Z] ===================================================== [Pipeline] echo [2025-06-05T03:03:17.801Z] taggedImages: [2025-06-05T03:03:17.801Z] - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:17.801Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-05T03:03:17.801Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 [2025-06-05T03:03:17.801Z] - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:17.801Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-05T03:03:17.834Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-05T03:03:17.834Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:17.834Z] latest [2025-06-05T03:03:17.834Z] 4.1.0-dev.20 [2025-06-05T03:03:17.834Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:17.834Z] main [2025-06-05T03:03:17.834Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:18.190Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:18.516Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:18.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-05T03:03:18.516Z] 46f00967a24f: Preparing [2025-06-05T03:03:18.516Z] 021fb87b67c4: Preparing [2025-06-05T03:03:18.516Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:18.516Z] 9716c758ecfd: Preparing [2025-06-05T03:03:18.516Z] 27c755634a57: Preparing [2025-06-05T03:03:18.516Z] 065528b9d67d: Preparing [2025-06-05T03:03:18.516Z] 994456c4fd7b: Preparing [2025-06-05T03:03:18.516Z] 065528b9d67d: Waiting [2025-06-05T03:03:18.516Z] 994456c4fd7b: Waiting [2025-06-05T03:03:18.516Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:18.516Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:18.516Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:18.516Z] 27c755634a57: Pushed [2025-06-05T03:03:18.516Z] 46f00967a24f: Pushed [2025-06-05T03:03:19.082Z] 065528b9d67d: Pushed [2025-06-05T03:03:23.271Z] 021fb87b67c4: Pushed [2025-06-05T03:03:23.271Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:23.600Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:23.932Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-05T03:03:23.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-05T03:03:23.932Z] 46f00967a24f: Preparing [2025-06-05T03:03:23.932Z] 021fb87b67c4: Preparing [2025-06-05T03:03:23.932Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:23.932Z] 9716c758ecfd: Preparing [2025-06-05T03:03:23.932Z] 27c755634a57: Preparing [2025-06-05T03:03:23.932Z] 065528b9d67d: Preparing [2025-06-05T03:03:23.932Z] 994456c4fd7b: Preparing [2025-06-05T03:03:23.932Z] 065528b9d67d: Waiting [2025-06-05T03:03:23.932Z] 021fb87b67c4: Layer already exists [2025-06-05T03:03:23.932Z] 46f00967a24f: Layer already exists [2025-06-05T03:03:23.932Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:23.932Z] 27c755634a57: Layer already exists [2025-06-05T03:03:23.932Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:23.932Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:23.932Z] 065528b9d67d: Layer already exists [2025-06-05T03:03:23.932Z] latest: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:24.262Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:24.587Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 [2025-06-05T03:03:24.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-05T03:03:24.587Z] 46f00967a24f: Preparing [2025-06-05T03:03:24.587Z] 021fb87b67c4: Preparing [2025-06-05T03:03:24.587Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:24.587Z] 9716c758ecfd: Preparing [2025-06-05T03:03:24.587Z] 27c755634a57: Preparing [2025-06-05T03:03:24.587Z] 065528b9d67d: Preparing [2025-06-05T03:03:24.587Z] 994456c4fd7b: Preparing [2025-06-05T03:03:24.587Z] 065528b9d67d: Waiting [2025-06-05T03:03:24.587Z] 994456c4fd7b: Waiting [2025-06-05T03:03:24.587Z] 021fb87b67c4: Layer already exists [2025-06-05T03:03:24.587Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:24.588Z] 27c755634a57: Layer already exists [2025-06-05T03:03:24.588Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:24.588Z] 46f00967a24f: Layer already exists [2025-06-05T03:03:24.588Z] 065528b9d67d: Layer already exists [2025-06-05T03:03:24.588Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:24.588Z] 4.1.0-dev.20: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:24.918Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:25.246Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:25.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-05T03:03:25.246Z] 46f00967a24f: Preparing [2025-06-05T03:03:25.246Z] 021fb87b67c4: Preparing [2025-06-05T03:03:25.246Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:25.246Z] 9716c758ecfd: Preparing [2025-06-05T03:03:25.246Z] 27c755634a57: Preparing [2025-06-05T03:03:25.246Z] 065528b9d67d: Preparing [2025-06-05T03:03:25.246Z] 994456c4fd7b: Preparing [2025-06-05T03:03:25.246Z] 065528b9d67d: Waiting [2025-06-05T03:03:25.246Z] 994456c4fd7b: Waiting [2025-06-05T03:03:25.246Z] 021fb87b67c4: Layer already exists [2025-06-05T03:03:25.246Z] 46f00967a24f: Layer already exists [2025-06-05T03:03:25.246Z] 27c755634a57: Layer already exists [2025-06-05T03:03:25.246Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:25.246Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:25.246Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:25.246Z] 065528b9d67d: Layer already exists [2025-06-05T03:03:25.246Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:25.645Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:25.963Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-05T03:03:25.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-05T03:03:25.963Z] 46f00967a24f: Preparing [2025-06-05T03:03:25.963Z] 021fb87b67c4: Preparing [2025-06-05T03:03:25.963Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:25.963Z] 9716c758ecfd: Preparing [2025-06-05T03:03:25.963Z] 27c755634a57: Preparing [2025-06-05T03:03:25.963Z] 065528b9d67d: Preparing [2025-06-05T03:03:25.963Z] 994456c4fd7b: Preparing [2025-06-05T03:03:25.963Z] 065528b9d67d: Waiting [2025-06-05T03:03:25.963Z] 994456c4fd7b: Waiting [2025-06-05T03:03:25.963Z] 021fb87b67c4: Layer already exists [2025-06-05T03:03:25.963Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:25.963Z] 27c755634a57: Layer already exists [2025-06-05T03:03:25.963Z] 46f00967a24f: Layer already exists [2025-06-05T03:03:25.963Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:25.963Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:25.963Z] 065528b9d67d: Layer already exists [2025-06-05T03:03:25.963Z] main: digest: sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:03:26.045Z] ===================================================== [Pipeline] echo [2025-06-05T03:03:26.058Z] taggedImages: [2025-06-05T03:03:26.058Z] - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:26.058Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-05T03:03:26.058Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 [2025-06-05T03:03:26.058Z] - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:26.058Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-05T03:03:26.085Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-05T03:03:26.085Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:26.085Z] latest [2025-06-05T03:03:26.085Z] 4.1.0-dev.20 [2025-06-05T03:03:26.085Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:26.085Z] main [2025-06-05T03:03:26.085Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:26.426Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:26.751Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:26.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-05T03:03:26.751Z] c309de337aa6: Preparing [2025-06-05T03:03:26.751Z] 5c24e0d2ffc1: Preparing [2025-06-05T03:03:26.751Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:26.751Z] 9716c758ecfd: Preparing [2025-06-05T03:03:26.751Z] a47fa96789c1: Preparing [2025-06-05T03:03:26.751Z] 93287649707c: Preparing [2025-06-05T03:03:26.751Z] 994456c4fd7b: Preparing [2025-06-05T03:03:26.751Z] 93287649707c: Waiting [2025-06-05T03:03:26.751Z] 994456c4fd7b: Waiting [2025-06-05T03:03:26.751Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:26.751Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:26.751Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:26.751Z] a47fa96789c1: Pushed [2025-06-05T03:03:26.751Z] c309de337aa6: Pushed [2025-06-05T03:03:27.009Z] 93287649707c: Pushed [2025-06-05T03:03:31.200Z] 5c24e0d2ffc1: Pushed [2025-06-05T03:03:31.200Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:31.531Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:31.851Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-05T03:03:31.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-05T03:03:31.851Z] c309de337aa6: Preparing [2025-06-05T03:03:31.851Z] 5c24e0d2ffc1: Preparing [2025-06-05T03:03:31.851Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:31.851Z] 9716c758ecfd: Preparing [2025-06-05T03:03:31.851Z] a47fa96789c1: Preparing [2025-06-05T03:03:31.851Z] 93287649707c: Preparing [2025-06-05T03:03:31.851Z] 994456c4fd7b: Preparing [2025-06-05T03:03:31.851Z] 93287649707c: Waiting [2025-06-05T03:03:31.851Z] 994456c4fd7b: Waiting [2025-06-05T03:03:31.851Z] a47fa96789c1: Layer already exists [2025-06-05T03:03:31.851Z] 5c24e0d2ffc1: Layer already exists [2025-06-05T03:03:31.851Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:31.851Z] c309de337aa6: Layer already exists [2025-06-05T03:03:31.851Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:31.851Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:31.851Z] 93287649707c: Layer already exists [2025-06-05T03:03:31.851Z] latest: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:32.168Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:32.489Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 [2025-06-05T03:03:32.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-05T03:03:32.489Z] c309de337aa6: Preparing [2025-06-05T03:03:32.489Z] 5c24e0d2ffc1: Preparing [2025-06-05T03:03:32.489Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:32.489Z] 9716c758ecfd: Preparing [2025-06-05T03:03:32.489Z] a47fa96789c1: Preparing [2025-06-05T03:03:32.489Z] 93287649707c: Preparing [2025-06-05T03:03:32.489Z] 994456c4fd7b: Preparing [2025-06-05T03:03:32.489Z] 93287649707c: Waiting [2025-06-05T03:03:32.489Z] 994456c4fd7b: Waiting [2025-06-05T03:03:32.489Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:32.489Z] c309de337aa6: Layer already exists [2025-06-05T03:03:32.489Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:32.489Z] 5c24e0d2ffc1: Layer already exists [2025-06-05T03:03:32.489Z] a47fa96789c1: Layer already exists [2025-06-05T03:03:32.489Z] 93287649707c: Layer already exists [2025-06-05T03:03:32.489Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:32.489Z] 4.1.0-dev.20: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:32.833Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:33.153Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:33.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-05T03:03:33.153Z] c309de337aa6: Preparing [2025-06-05T03:03:33.153Z] 5c24e0d2ffc1: Preparing [2025-06-05T03:03:33.153Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:33.153Z] 9716c758ecfd: Preparing [2025-06-05T03:03:33.153Z] a47fa96789c1: Preparing [2025-06-05T03:03:33.153Z] 93287649707c: Preparing [2025-06-05T03:03:33.153Z] 994456c4fd7b: Preparing [2025-06-05T03:03:33.153Z] 93287649707c: Waiting [2025-06-05T03:03:33.153Z] 994456c4fd7b: Waiting [2025-06-05T03:03:33.153Z] c309de337aa6: Layer already exists [2025-06-05T03:03:33.153Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:33.153Z] a47fa96789c1: Layer already exists [2025-06-05T03:03:33.153Z] 5c24e0d2ffc1: Layer already exists [2025-06-05T03:03:33.153Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:33.153Z] 93287649707c: Layer already exists [2025-06-05T03:03:33.153Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:33.153Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:33.478Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:03:33.809Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-05T03:03:33.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-05T03:03:33.809Z] c309de337aa6: Preparing [2025-06-05T03:03:33.809Z] 5c24e0d2ffc1: Preparing [2025-06-05T03:03:33.809Z] d3fd7e6d3356: Preparing [2025-06-05T03:03:33.809Z] 9716c758ecfd: Preparing [2025-06-05T03:03:33.809Z] a47fa96789c1: Preparing [2025-06-05T03:03:33.809Z] 93287649707c: Preparing [2025-06-05T03:03:33.809Z] 994456c4fd7b: Preparing [2025-06-05T03:03:33.809Z] 994456c4fd7b: Waiting [2025-06-05T03:03:33.809Z] 93287649707c: Waiting [2025-06-05T03:03:33.809Z] d3fd7e6d3356: Layer already exists [2025-06-05T03:03:33.809Z] c309de337aa6: Layer already exists [2025-06-05T03:03:33.809Z] 9716c758ecfd: Layer already exists [2025-06-05T03:03:33.809Z] 5c24e0d2ffc1: Layer already exists [2025-06-05T03:03:33.809Z] a47fa96789c1: Layer already exists [2025-06-05T03:03:33.809Z] 93287649707c: Layer already exists [2025-06-05T03:03:33.809Z] 994456c4fd7b: Layer already exists [2025-06-05T03:03:33.809Z] main: digest: sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:03:33.899Z] ===================================================== [Pipeline] echo [2025-06-05T03:03:33.918Z] taggedImages: [2025-06-05T03:03:33.918Z] - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:33.918Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-05T03:03:33.918Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 [2025-06-05T03:03:33.918Z] - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:33.918Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-05T03:03:34.006Z] ========================================================= [2025-06-05T03:03:34.006Z] [edgeXBuildMultiArch] RAW Config: [2025-06-05T03:03:34.006Z] images: [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:03:34.006Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-05T03:03:34.006Z] settingsFile: [2025-06-05T03:03:34.006Z] edgex-go-settings [2025-06-05T03:03:34.006Z] ========================================================= [Pipeline] node [2025-06-05T03:03:49.009Z] Still waiting to schedule task [2025-06-05T03:03:49.010Z] ‘prd-centos7-docker-4c-2g-2802’ is offline [2025-06-05T03:04:47.501Z] Running on prd-centos7-docker-4c-2g-2805 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-05T03:04:47.551Z] provisioning config files... [2025-06-05T03:04:47.582Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config7663862651394167559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:04:49.295Z] ---> ****-login.sh [2025-06-05T03:04:49.295Z] nexus3.edgexfoundry.org:10001 [2025-06-05T03:04:49.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:04:49.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:04:49.882Z] Configure a credential helper to remove this warning. See [2025-06-05T03:04:49.882Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:04:49.882Z] [2025-06-05T03:04:49.882Z] Login Succeeded [2025-06-05T03:04:49.882Z] nexus3.edgexfoundry.org:10002 [2025-06-05T03:04:50.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:04:50.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:04:50.425Z] Configure a credential helper to remove this warning. See [2025-06-05T03:04:50.425Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:04:50.425Z] [2025-06-05T03:04:50.425Z] Login Succeeded [2025-06-05T03:04:50.426Z] nexus3.edgexfoundry.org:10003 [2025-06-05T03:04:50.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:04:50.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:04:50.693Z] Configure a credential helper to remove this warning. See [2025-06-05T03:04:50.693Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:04:50.693Z] [2025-06-05T03:04:50.693Z] Login Succeeded [2025-06-05T03:04:50.693Z] nexus3.edgexfoundry.org:10004 [2025-06-05T03:04:50.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:04:50.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:04:50.693Z] Configure a credential helper to remove this warning. See [2025-06-05T03:04:50.693Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:04:50.693Z] [2025-06-05T03:04:50.693Z] Login Succeeded [2025-06-05T03:04:50.693Z] ****.io [2025-06-05T03:04:50.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:04:50.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:04:50.955Z] Configure a credential helper to remove this warning. See [2025-06-05T03:04:50.955Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:04:50.955Z] [2025-06-05T03:04:50.955Z] Login Succeeded [2025-06-05T03:04:50.955Z] ---> ****-login.sh ends [Pipeline] } [2025-06-05T03:04:50.965Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-05T03:04:51.305Z] + docker buildx ls [2025-06-05T03:04:51.305Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-05T03:04:51.305Z] default * docker [2025-06-05T03:04:51.305Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-05T03:04:51.604Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-05T03:04:51.604Z] edgex-builder [Pipeline] sh [2025-06-05T03:04:51.906Z] + docker buildx inspect --bootstrap [2025-06-05T03:04:51.906Z] #1 [internal] booting buildkit [2025-06-05T03:04:51.906Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-05T03:04:55.226Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done [2025-06-05T03:04:55.226Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-05T03:04:56.617Z] #1 creating container buildx_buildkit_edgex-builder0 1.6s done [2025-06-05T03:04:56.617Z] #1 DONE 4.5s [2025-06-05T03:04:56.617Z] Name: edgex-builder [2025-06-05T03:04:56.617Z] Driver: docker-container [2025-06-05T03:04:56.617Z] [2025-06-05T03:04:56.617Z] Nodes: [2025-06-05T03:04:56.617Z] Name: edgex-builder0 [2025-06-05T03:04:56.617Z] Endpoint: unix:///var/run/docker.sock [2025-06-05T03:04:56.617Z] Status: running [2025-06-05T03:04:56.617Z] Buildkit: v0.21.1 [2025-06-05T03:04:56.617Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-05T03:04:56.915Z] + docker buildx ls [2025-06-05T03:04:56.915Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-05T03:04:56.915Z] edgex-builder * docker-container [2025-06-05T03:04:56.915Z] edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-05T03:04:56.915Z] default docker [2025-06-05T03:04:56.915Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-05T03:04:57.215Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:04:57.215Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:04:57.215Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:04:57.215Z] #1 transferring dockerfile: 197B done [2025-06-05T03:04:57.215Z] #1 DONE 0.0s [2025-06-05T03:04:57.215Z] [2025-06-05T03:04:57.215Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:04:57.215Z] #2 DONE 0.1s [2025-06-05T03:04:57.215Z] [2025-06-05T03:04:57.215Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:04:57.475Z] #3 DONE 0.1s [2025-06-05T03:04:57.475Z] [2025-06-05T03:04:57.475Z] #4 [internal] load .dockerignore [2025-06-05T03:04:57.475Z] #4 transferring context: 2B done [2025-06-05T03:04:57.475Z] #4 DONE 0.0s [2025-06-05T03:04:57.475Z] [2025-06-05T03:04:57.475Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:57.475Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:57.475Z] #5 DONE 0.0s [2025-06-05T03:04:57.475Z] [2025-06-05T03:04:57.475Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:57.475Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:57.475Z] #6 DONE 0.1s [2025-06-05T03:04:57.735Z] [2025-06-05T03:04:57.735Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:04:57.735Z] #7 DONE 0.0s [2025-06-05T03:04:57.735Z] [2025-06-05T03:04:57.735Z] #8 exporting to image [2025-06-05T03:04:57.735Z] #8 exporting layers done [2025-06-05T03:04:57.735Z] #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab 0.0s done [2025-06-05T03:04:57.735Z] #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done [2025-06-05T03:04:57.735Z] #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done [2025-06-05T03:04:57.735Z] #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 0.0s done [2025-06-05T03:04:57.735Z] #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done [2025-06-05T03:04:57.735Z] #8 pushing layers [2025-06-05T03:04:57.735Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:04:57.735Z] #8 pushing layers 0.1s done [2025-06-05T03:04:57.735Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done [2025-06-05T03:04:57.735Z] #8 DONE 0.2s [2025-06-05T03:04:57.735Z] [2025-06-05T03:04:57.735Z] 1 warning found (use --debug to expand): [2025-06-05T03:04:57.735Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:04:58.023Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-05T03:04:58.024Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-05T03:04:58.024Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:04:58.024Z] #1 transferring dockerfile: 163B done [2025-06-05T03:04:58.024Z] #1 DONE 0.0s [2025-06-05T03:04:58.024Z] [2025-06-05T03:04:58.024Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-05T03:04:58.024Z] #2 DONE 0.0s [2025-06-05T03:04:58.024Z] [2025-06-05T03:04:58.024Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-05T03:04:58.024Z] #3 DONE 0.0s [2025-06-05T03:04:58.024Z] [2025-06-05T03:04:58.024Z] #4 [internal] load .dockerignore [2025-06-05T03:04:58.024Z] #4 transferring context: 2B done [2025-06-05T03:04:58.024Z] #4 DONE 0.0s [2025-06-05T03:04:58.024Z] [2025-06-05T03:04:58.024Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:58.024Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:58.024Z] #5 DONE 0.0s [2025-06-05T03:04:58.024Z] [2025-06-05T03:04:58.024Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:58.284Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:58.284Z] #6 CACHED [2025-06-05T03:04:58.284Z] [2025-06-05T03:04:58.284Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:58.284Z] #5 CACHED [2025-06-05T03:04:58.284Z] [2025-06-05T03:04:58.284Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:04:58.284Z] #7 DONE 0.0s [2025-06-05T03:04:58.284Z] [2025-06-05T03:04:58.284Z] #8 exporting to image [2025-06-05T03:04:58.284Z] #8 exporting layers done [2025-06-05T03:04:58.284Z] #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done [2025-06-05T03:04:58.284Z] #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done [2025-06-05T03:04:58.284Z] #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done [2025-06-05T03:04:58.284Z] #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done [2025-06-05T03:04:58.284Z] #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done [2025-06-05T03:04:58.284Z] #8 pushing layers 0.0s done [2025-06-05T03:04:58.284Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done [2025-06-05T03:04:58.284Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:04:58.284Z] #8 DONE 0.2s [2025-06-05T03:04:58.284Z] [2025-06-05T03:04:58.284Z] 1 warning found (use --debug to expand): [2025-06-05T03:04:58.284Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:04:58.591Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20' [2025-06-05T03:04:58.591Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 --push - [2025-06-05T03:04:58.591Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:04:58.591Z] #1 transferring dockerfile: 169B done [2025-06-05T03:04:58.591Z] #1 DONE 0.0s [2025-06-05T03:04:58.591Z] [2025-06-05T03:04:58.591Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 [2025-06-05T03:04:58.591Z] #2 DONE 0.0s [2025-06-05T03:04:58.591Z] [2025-06-05T03:04:58.591Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20 [2025-06-05T03:04:58.591Z] #3 DONE 0.0s [2025-06-05T03:04:58.591Z] [2025-06-05T03:04:58.591Z] #4 [internal] load .dockerignore [2025-06-05T03:04:58.591Z] #4 transferring context: 2B done [2025-06-05T03:04:58.591Z] #4 DONE 0.0s [2025-06-05T03:04:58.591Z] [2025-06-05T03:04:58.591Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:58.591Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:58.591Z] #5 CACHED [2025-06-05T03:04:58.591Z] [2025-06-05T03:04:58.591Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:58.591Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:58.851Z] #6 CACHED [2025-06-05T03:04:58.851Z] [2025-06-05T03:04:58.851Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:04:58.851Z] #7 DONE 0.0s [2025-06-05T03:04:58.851Z] [2025-06-05T03:04:58.851Z] #8 exporting to image [2025-06-05T03:04:58.851Z] #8 exporting layers done [2025-06-05T03:04:58.851Z] #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done [2025-06-05T03:04:58.851Z] #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done [2025-06-05T03:04:58.851Z] #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done [2025-06-05T03:04:58.851Z] #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done [2025-06-05T03:04:58.851Z] #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done [2025-06-05T03:04:58.851Z] #8 pushing layers 0.0s done [2025-06-05T03:04:58.851Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.20@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done [2025-06-05T03:04:58.851Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:04:58.851Z] #8 DONE 0.1s [2025-06-05T03:04:58.851Z] [2025-06-05T03:04:58.851Z] 1 warning found (use --debug to expand): [2025-06-05T03:04:58.851Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:04:59.149Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:04:59.150Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:04:59.150Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:04:59.150Z] #1 transferring dockerfile: 210B done [2025-06-05T03:04:59.150Z] #1 DONE 0.0s [2025-06-05T03:04:59.150Z] [2025-06-05T03:04:59.150Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:04:59.150Z] #2 DONE 0.0s [2025-06-05T03:04:59.150Z] [2025-06-05T03:04:59.150Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:04:59.150Z] #3 DONE 0.0s [2025-06-05T03:04:59.150Z] [2025-06-05T03:04:59.150Z] #4 [internal] load .dockerignore [2025-06-05T03:04:59.150Z] #4 transferring context: 2B done [2025-06-05T03:04:59.150Z] #4 DONE 0.0s [2025-06-05T03:04:59.150Z] [2025-06-05T03:04:59.150Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:59.150Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:59.150Z] #5 CACHED [2025-06-05T03:04:59.150Z] [2025-06-05T03:04:59.150Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:59.150Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:59.150Z] #6 CACHED [2025-06-05T03:04:59.150Z] [2025-06-05T03:04:59.150Z] #7 exporting to image [2025-06-05T03:04:59.150Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:04:59.411Z] #7 exporting layers done [2025-06-05T03:04:59.411Z] #7 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done [2025-06-05T03:04:59.411Z] #7 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done [2025-06-05T03:04:59.411Z] #7 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done [2025-06-05T03:04:59.411Z] #7 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done [2025-06-05T03:04:59.411Z] #7 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done [2025-06-05T03:04:59.411Z] #7 pushing layers 0.0s done [2025-06-05T03:04:59.411Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done [2025-06-05T03:04:59.411Z] #7 DONE 0.1s [2025-06-05T03:04:59.411Z] [2025-06-05T03:04:59.411Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:04:59.411Z] #8 DONE 0.0s [2025-06-05T03:04:59.411Z] [2025-06-05T03:04:59.411Z] 1 warning found (use --debug to expand): [2025-06-05T03:04:59.411Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:04:59.707Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-05T03:04:59.707Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-05T03:04:59.707Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:04:59.707Z] #1 transferring dockerfile: 161B done [2025-06-05T03:04:59.707Z] #1 DONE 0.0s [2025-06-05T03:04:59.707Z] [2025-06-05T03:04:59.707Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-05T03:04:59.707Z] #2 DONE 0.0s [2025-06-05T03:04:59.707Z] [2025-06-05T03:04:59.707Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-05T03:04:59.707Z] #3 DONE 0.0s [2025-06-05T03:04:59.707Z] [2025-06-05T03:04:59.707Z] #4 [internal] load .dockerignore [2025-06-05T03:04:59.708Z] #4 transferring context: 2B done [2025-06-05T03:04:59.708Z] #4 DONE 0.0s [2025-06-05T03:04:59.708Z] [2025-06-05T03:04:59.708Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:59.708Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:59.708Z] #5 DONE 0.0s [2025-06-05T03:04:59.708Z] [2025-06-05T03:04:59.708Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:59.969Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 0.0s done [2025-06-05T03:04:59.969Z] #6 CACHED [2025-06-05T03:04:59.969Z] [2025-06-05T03:04:59.969Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:3c0ee9783e1b258e476f3099f87f044f5ffe9c2c207984101711fa115cf307c6 [2025-06-05T03:04:59.969Z] #5 CACHED [2025-06-05T03:04:59.969Z] [2025-06-05T03:04:59.969Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:04:59.969Z] #7 DONE 0.0s [2025-06-05T03:04:59.969Z] [2025-06-05T03:04:59.969Z] #8 exporting to image [2025-06-05T03:04:59.969Z] #8 exporting layers done [2025-06-05T03:04:59.969Z] #8 exporting manifest sha256:9679677cf5554327d75b16ab4fc1ca9d5e2a7b9971fff07952d022b3273719ab done [2025-06-05T03:04:59.969Z] #8 exporting config sha256:3c8a32946cedb1fce40b9f4dab6cea9dffb77aea6aee6db06b5e474fc8242bac done [2025-06-05T03:04:59.969Z] #8 exporting manifest sha256:8512dd4cc4089e279190ab426d907ffbebf79659e4696db7a33bb8557004959b done [2025-06-05T03:04:59.969Z] #8 exporting config sha256:ff9f82c039a1da2263357ba504a9ff0286124992fb2878074b207e67d6f31a11 done [2025-06-05T03:04:59.969Z] #8 exporting manifest list sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 done [2025-06-05T03:04:59.969Z] #8 pushing layers 0.0s done [2025-06-05T03:04:59.969Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:f786b194ab8505cad5bc33a7c420cf38714544827297de5aa4ee32b454fc3385 0.1s done [2025-06-05T03:04:59.969Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:04:59.969Z] #8 DONE 0.1s [2025-06-05T03:04:59.969Z] [2025-06-05T03:04:59.969Z] 1 warning found (use --debug to expand): [2025-06-05T03:04:59.969Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:00.272Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:00.272Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:00.272Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:00.272Z] #1 transferring dockerfile: 216B done [2025-06-05T03:05:00.272Z] #1 DONE 0.0s [2025-06-05T03:05:00.272Z] [2025-06-05T03:05:00.272Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:00.272Z] #2 DONE 0.1s [2025-06-05T03:05:00.272Z] [2025-06-05T03:05:00.272Z] #3 [internal] load .dockerignore [2025-06-05T03:05:00.272Z] #3 transferring context: 2B done [2025-06-05T03:05:00.272Z] #3 DONE 0.0s [2025-06-05T03:05:00.272Z] [2025-06-05T03:05:00.272Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:00.578Z] #4 DONE 0.1s [2025-06-05T03:05:00.578Z] [2025-06-05T03:05:00.578Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:00.578Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done [2025-06-05T03:05:00.578Z] #5 DONE 0.0s [2025-06-05T03:05:00.578Z] [2025-06-05T03:05:00.578Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:00.578Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done [2025-06-05T03:05:00.578Z] #6 DONE 0.1s [2025-06-05T03:05:00.578Z] [2025-06-05T03:05:00.578Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:00.578Z] #7 DONE 0.0s [2025-06-05T03:05:00.578Z] [2025-06-05T03:05:00.578Z] #8 exporting to image [2025-06-05T03:05:00.578Z] #8 exporting layers done [2025-06-05T03:05:00.578Z] #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 0.0s done [2025-06-05T03:05:00.578Z] #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done [2025-06-05T03:05:00.578Z] #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 0.0s done [2025-06-05T03:05:00.578Z] #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done [2025-06-05T03:05:00.578Z] #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done [2025-06-05T03:05:00.578Z] #8 pushing layers [2025-06-05T03:05:00.578Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:00.843Z] #8 pushing layers 0.1s done [2025-06-05T03:05:00.843Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done [2025-06-05T03:05:00.843Z] #8 DONE 0.2s [2025-06-05T03:05:00.843Z] [2025-06-05T03:05:00.843Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:00.843Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:01.138Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-05T03:05:01.138Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-05T03:05:01.138Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:01.138Z] #1 transferring dockerfile: 182B done [2025-06-05T03:05:01.138Z] #1 DONE 0.0s [2025-06-05T03:05:01.138Z] [2025-06-05T03:05:01.138Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-05T03:05:01.138Z] #2 DONE 0.0s [2025-06-05T03:05:01.138Z] [2025-06-05T03:05:01.138Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-05T03:05:01.138Z] #3 DONE 0.0s [2025-06-05T03:05:01.138Z] [2025-06-05T03:05:01.138Z] #4 [internal] load .dockerignore [2025-06-05T03:05:01.138Z] #4 transferring context: 2B done [2025-06-05T03:05:01.138Z] #4 DONE 0.0s [2025-06-05T03:05:01.138Z] [2025-06-05T03:05:01.138Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:01.138Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 done [2025-06-05T03:05:01.138Z] #5 CACHED [2025-06-05T03:05:01.138Z] [2025-06-05T03:05:01.138Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:01.138Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 done [2025-06-05T03:05:01.138Z] #6 CACHED [2025-06-05T03:05:01.138Z] [2025-06-05T03:05:01.138Z] #7 exporting to image [2025-06-05T03:05:01.138Z] #7 exporting layers done [2025-06-05T03:05:01.138Z] #7 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done [2025-06-05T03:05:01.138Z] #7 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done [2025-06-05T03:05:01.138Z] #7 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done [2025-06-05T03:05:01.138Z] #7 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done [2025-06-05T03:05:01.138Z] #7 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done [2025-06-05T03:05:01.138Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:01.398Z] #7 pushing layers 0.0s done [2025-06-05T03:05:01.398Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done [2025-06-05T03:05:01.398Z] #7 DONE 0.1s [2025-06-05T03:05:01.398Z] [2025-06-05T03:05:01.398Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:01.398Z] #8 DONE 0.0s [2025-06-05T03:05:01.398Z] [2025-06-05T03:05:01.398Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:01.398Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:01.688Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20' [2025-06-05T03:05:01.689Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 --push - [2025-06-05T03:05:01.948Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:01.948Z] #1 transferring dockerfile: 188B done [2025-06-05T03:05:01.948Z] #1 DONE 0.0s [2025-06-05T03:05:01.948Z] [2025-06-05T03:05:01.948Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 [2025-06-05T03:05:01.948Z] #2 DONE 0.0s [2025-06-05T03:05:01.948Z] [2025-06-05T03:05:01.948Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20 [2025-06-05T03:05:01.948Z] #3 DONE 0.0s [2025-06-05T03:05:01.948Z] [2025-06-05T03:05:01.948Z] #4 [internal] load .dockerignore [2025-06-05T03:05:01.948Z] #4 transferring context: 2B done [2025-06-05T03:05:01.948Z] #4 DONE 0.0s [2025-06-05T03:05:01.948Z] [2025-06-05T03:05:01.949Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:01.949Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done [2025-06-05T03:05:01.949Z] #5 DONE 0.0s [2025-06-05T03:05:01.949Z] [2025-06-05T03:05:01.949Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:01.949Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done [2025-06-05T03:05:01.949Z] #6 CACHED [2025-06-05T03:05:01.949Z] [2025-06-05T03:05:01.949Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:01.949Z] #5 CACHED [2025-06-05T03:05:01.949Z] [2025-06-05T03:05:01.949Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:01.949Z] #7 DONE 0.0s [2025-06-05T03:05:01.949Z] [2025-06-05T03:05:01.949Z] #8 exporting to image [2025-06-05T03:05:01.949Z] #8 exporting layers done [2025-06-05T03:05:01.949Z] #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done [2025-06-05T03:05:01.949Z] #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done [2025-06-05T03:05:01.949Z] #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done [2025-06-05T03:05:01.949Z] #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done [2025-06-05T03:05:01.949Z] #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done [2025-06-05T03:05:01.949Z] #8 pushing layers 0.0s done [2025-06-05T03:05:01.949Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.20@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done [2025-06-05T03:05:01.949Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:01.949Z] #8 DONE 0.1s [2025-06-05T03:05:01.949Z] [2025-06-05T03:05:01.949Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:01.949Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:02.238Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:02.238Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:02.238Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:02.238Z] #1 transferring dockerfile: 229B done [2025-06-05T03:05:02.238Z] #1 DONE 0.0s [2025-06-05T03:05:02.238Z] [2025-06-05T03:05:02.238Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:02.238Z] #2 DONE 0.0s [2025-06-05T03:05:02.238Z] [2025-06-05T03:05:02.238Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:02.238Z] #3 DONE 0.0s [2025-06-05T03:05:02.238Z] [2025-06-05T03:05:02.238Z] #4 [internal] load .dockerignore [2025-06-05T03:05:02.238Z] #4 transferring context: 2B done [2025-06-05T03:05:02.238Z] #4 DONE 0.0s [2025-06-05T03:05:02.238Z] [2025-06-05T03:05:02.238Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:02.238Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 done [2025-06-05T03:05:02.238Z] #5 CACHED [2025-06-05T03:05:02.238Z] [2025-06-05T03:05:02.238Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:02.238Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done [2025-06-05T03:05:02.238Z] #6 CACHED [2025-06-05T03:05:02.496Z] [2025-06-05T03:05:02.496Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:02.496Z] #7 DONE 0.0s [2025-06-05T03:05:02.496Z] [2025-06-05T03:05:02.496Z] #8 exporting to image [2025-06-05T03:05:02.496Z] #8 exporting layers done [2025-06-05T03:05:02.496Z] #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done [2025-06-05T03:05:02.496Z] #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done [2025-06-05T03:05:02.496Z] #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done [2025-06-05T03:05:02.496Z] #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done [2025-06-05T03:05:02.496Z] #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done [2025-06-05T03:05:02.496Z] #8 pushing layers 0.0s done [2025-06-05T03:05:02.497Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done [2025-06-05T03:05:02.497Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:02.497Z] #8 DONE 0.1s [2025-06-05T03:05:02.497Z] [2025-06-05T03:05:02.497Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:02.497Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:02.788Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-05T03:05:02.788Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-05T03:05:03.048Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:03.048Z] #1 transferring dockerfile: 180B done [2025-06-05T03:05:03.048Z] #1 DONE 0.0s [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-05T03:05:03.048Z] #2 DONE 0.0s [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-05T03:05:03.048Z] #3 DONE 0.0s [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] #4 [internal] load .dockerignore [2025-06-05T03:05:03.048Z] #4 transferring context: 2B done [2025-06-05T03:05:03.048Z] #4 DONE 0.0s [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:03.048Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done [2025-06-05T03:05:03.048Z] #5 CACHED [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 [2025-06-05T03:05:03.048Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:981817eef8a0ab9e7139142074a7b5833c73a3de203f9cc2c3eff794e5319970 0.0s done [2025-06-05T03:05:03.048Z] #6 CACHED [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:03.048Z] #7 DONE 0.0s [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] #8 exporting to image [2025-06-05T03:05:03.048Z] #8 exporting layers done [2025-06-05T03:05:03.048Z] #8 exporting manifest sha256:afe15cec64032c0aa1f895bb89b464a74ebc30a0d6a003b2b7029963b8bab027 done [2025-06-05T03:05:03.048Z] #8 exporting config sha256:9d000f86c41007d17fc8fcc36b5e69086a9a27e77f70703f07b3a3d42d215984 done [2025-06-05T03:05:03.048Z] #8 exporting manifest sha256:02487884e0e34a5d91dda08f5d8160c5e33efbfd6627e9e0ad87c87bd71ce902 done [2025-06-05T03:05:03.048Z] #8 exporting config sha256:400f8dc2fe30e9b8542d7068247095d8ca6154ae82a9cf4907d589bb44c569ad done [2025-06-05T03:05:03.048Z] #8 exporting manifest list sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af done [2025-06-05T03:05:03.048Z] #8 pushing layers 0.0s done [2025-06-05T03:05:03.048Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d4852e6c84c4659494cdac83d80df46fea44cf9fcf76206f09eafb6b42a5e7af 0.1s done [2025-06-05T03:05:03.048Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:03.048Z] #8 DONE 0.1s [2025-06-05T03:05:03.048Z] [2025-06-05T03:05:03.048Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:03.048Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:03.343Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:03.343Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:03.343Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:03.343Z] #1 transferring dockerfile: 194B done [2025-06-05T03:05:03.343Z] #1 DONE 0.0s [2025-06-05T03:05:03.343Z] [2025-06-05T03:05:03.343Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:03.343Z] #2 DONE 0.0s [2025-06-05T03:05:03.343Z] [2025-06-05T03:05:03.343Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:03.343Z] #3 DONE 0.0s [2025-06-05T03:05:03.343Z] [2025-06-05T03:05:03.343Z] #4 [internal] load .dockerignore [2025-06-05T03:05:03.343Z] #4 transferring context: 2B done [2025-06-05T03:05:03.603Z] #4 DONE 0.0s [2025-06-05T03:05:03.603Z] [2025-06-05T03:05:03.603Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:03.603Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:03.603Z] #5 DONE 0.0s [2025-06-05T03:05:03.603Z] [2025-06-05T03:05:03.603Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:03.603Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:03.603Z] #6 DONE 0.1s [2025-06-05T03:05:03.603Z] [2025-06-05T03:05:03.603Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:03.603Z] #7 DONE 0.0s [2025-06-05T03:05:03.603Z] [2025-06-05T03:05:03.603Z] #8 exporting to image [2025-06-05T03:05:03.603Z] #8 exporting layers done [2025-06-05T03:05:03.603Z] #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 0.0s done [2025-06-05T03:05:03.603Z] #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b 0.0s done [2025-06-05T03:05:03.603Z] #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done [2025-06-05T03:05:03.603Z] #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done [2025-06-05T03:05:03.603Z] #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.0s done [2025-06-05T03:05:03.603Z] #8 pushing layers [2025-06-05T03:05:03.603Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:03.864Z] #8 pushing layers 0.1s done [2025-06-05T03:05:03.864Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done [2025-06-05T03:05:03.864Z] #8 DONE 0.3s [2025-06-05T03:05:03.864Z] [2025-06-05T03:05:03.864Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:03.864Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:04.161Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-05T03:05:04.161Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-05T03:05:04.161Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:04.161Z] #1 transferring dockerfile: 160B done [2025-06-05T03:05:04.161Z] #1 DONE 0.0s [2025-06-05T03:05:04.161Z] [2025-06-05T03:05:04.161Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-05T03:05:04.161Z] #2 DONE 0.0s [2025-06-05T03:05:04.161Z] [2025-06-05T03:05:04.161Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-05T03:05:04.161Z] #3 DONE 0.0s [2025-06-05T03:05:04.161Z] [2025-06-05T03:05:04.161Z] #4 [internal] load .dockerignore [2025-06-05T03:05:04.161Z] #4 transferring context: 2B done [2025-06-05T03:05:04.161Z] #4 DONE 0.0s [2025-06-05T03:05:04.161Z] [2025-06-05T03:05:04.161Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:04.161Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f done [2025-06-05T03:05:04.161Z] #5 DONE 0.0s [2025-06-05T03:05:04.161Z] [2025-06-05T03:05:04.161Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:04.420Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:04.420Z] #6 CACHED [2025-06-05T03:05:04.420Z] [2025-06-05T03:05:04.420Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:04.420Z] #5 CACHED [2025-06-05T03:05:04.420Z] [2025-06-05T03:05:04.420Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:04.420Z] #7 DONE 0.0s [2025-06-05T03:05:04.420Z] [2025-06-05T03:05:04.420Z] #8 exporting to image [2025-06-05T03:05:04.420Z] #8 exporting layers done [2025-06-05T03:05:04.420Z] #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done [2025-06-05T03:05:04.420Z] #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done [2025-06-05T03:05:04.420Z] #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done [2025-06-05T03:05:04.420Z] #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done [2025-06-05T03:05:04.420Z] #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done [2025-06-05T03:05:04.420Z] #8 pushing layers 0.0s done [2025-06-05T03:05:04.420Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done [2025-06-05T03:05:04.420Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:04.420Z] #8 DONE 0.1s [2025-06-05T03:05:04.420Z] [2025-06-05T03:05:04.420Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:04.420Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:04.715Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20' [2025-06-05T03:05:04.715Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 --push - [2025-06-05T03:05:04.715Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:04.715Z] #1 transferring dockerfile: 166B done [2025-06-05T03:05:04.715Z] #1 DONE 0.0s [2025-06-05T03:05:04.715Z] [2025-06-05T03:05:04.715Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 [2025-06-05T03:05:04.715Z] #2 DONE 0.0s [2025-06-05T03:05:04.715Z] [2025-06-05T03:05:04.715Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20 [2025-06-05T03:05:04.715Z] #3 DONE 0.0s [2025-06-05T03:05:04.715Z] [2025-06-05T03:05:04.715Z] #4 [internal] load .dockerignore [2025-06-05T03:05:04.715Z] #4 transferring context: 2B done [2025-06-05T03:05:04.715Z] #4 DONE 0.0s [2025-06-05T03:05:04.715Z] [2025-06-05T03:05:04.715Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:04.715Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:04.715Z] #5 DONE 0.0s [2025-06-05T03:05:04.715Z] [2025-06-05T03:05:04.715Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:05.076Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:05.076Z] #6 CACHED [2025-06-05T03:05:05.076Z] [2025-06-05T03:05:05.076Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:05.076Z] #5 CACHED [2025-06-05T03:05:05.076Z] [2025-06-05T03:05:05.076Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:05.076Z] #7 DONE 0.0s [2025-06-05T03:05:05.076Z] [2025-06-05T03:05:05.076Z] #8 exporting to image [2025-06-05T03:05:05.076Z] #8 exporting layers done [2025-06-05T03:05:05.076Z] #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done [2025-06-05T03:05:05.076Z] #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done [2025-06-05T03:05:05.076Z] #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done [2025-06-05T03:05:05.076Z] #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done [2025-06-05T03:05:05.076Z] #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done [2025-06-05T03:05:05.076Z] #8 pushing layers 0.0s done [2025-06-05T03:05:05.076Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.20@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done [2025-06-05T03:05:05.076Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:05.076Z] #8 DONE 0.1s [2025-06-05T03:05:05.076Z] [2025-06-05T03:05:05.076Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:05.076Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:05.363Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:05.363Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:05.363Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:05.363Z] #1 transferring dockerfile: 207B done [2025-06-05T03:05:05.363Z] #1 DONE 0.0s [2025-06-05T03:05:05.363Z] [2025-06-05T03:05:05.363Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:05.363Z] #2 DONE 0.0s [2025-06-05T03:05:05.363Z] [2025-06-05T03:05:05.363Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:05.363Z] #3 DONE 0.0s [2025-06-05T03:05:05.363Z] [2025-06-05T03:05:05.363Z] #4 [internal] load .dockerignore [2025-06-05T03:05:05.363Z] #4 transferring context: 2B done [2025-06-05T03:05:05.363Z] #4 DONE 0.0s [2025-06-05T03:05:05.363Z] [2025-06-05T03:05:05.363Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:05.363Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:05.363Z] #5 CACHED [2025-06-05T03:05:05.363Z] [2025-06-05T03:05:05.363Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:05.363Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:05.363Z] #6 DONE 0.0s [2025-06-05T03:05:05.622Z] [2025-06-05T03:05:05.622Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:05.622Z] #6 CACHED [2025-06-05T03:05:05.622Z] [2025-06-05T03:05:05.622Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:05.622Z] #7 DONE 0.0s [2025-06-05T03:05:05.622Z] [2025-06-05T03:05:05.622Z] #8 exporting to image [2025-06-05T03:05:05.622Z] #8 exporting layers done [2025-06-05T03:05:05.622Z] #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done [2025-06-05T03:05:05.622Z] #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done [2025-06-05T03:05:05.622Z] #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done [2025-06-05T03:05:05.622Z] #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done [2025-06-05T03:05:05.622Z] #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done [2025-06-05T03:05:05.622Z] #8 pushing layers 0.0s done [2025-06-05T03:05:05.622Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done [2025-06-05T03:05:05.622Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:05.622Z] #8 DONE 0.1s [2025-06-05T03:05:05.622Z] [2025-06-05T03:05:05.622Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:05.622Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:05.916Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-05T03:05:05.916Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-05T03:05:05.916Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:05.916Z] #1 transferring dockerfile: 158B done [2025-06-05T03:05:05.916Z] #1 DONE 0.0s [2025-06-05T03:05:05.916Z] [2025-06-05T03:05:05.916Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-05T03:05:05.916Z] #2 DONE 0.0s [2025-06-05T03:05:05.916Z] [2025-06-05T03:05:05.916Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-05T03:05:05.916Z] #3 DONE 0.0s [2025-06-05T03:05:05.916Z] [2025-06-05T03:05:05.916Z] #4 [internal] load .dockerignore [2025-06-05T03:05:05.916Z] #4 transferring context: 2B done [2025-06-05T03:05:05.916Z] #4 DONE 0.0s [2025-06-05T03:05:05.916Z] [2025-06-05T03:05:05.916Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:05.916Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:05.916Z] #5 CACHED [2025-06-05T03:05:05.916Z] [2025-06-05T03:05:05.916Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:05.916Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f 0.0s done [2025-06-05T03:05:05.916Z] #6 DONE 0.0s [2025-06-05T03:05:06.177Z] [2025-06-05T03:05:06.177Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:0aff50fa1236bfe7b7c98b0d483d01ec6949fde62ab9d5ab06607d1c8dff6c3f [2025-06-05T03:05:06.177Z] #6 CACHED [2025-06-05T03:05:06.177Z] [2025-06-05T03:05:06.177Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:06.177Z] #7 DONE 0.0s [2025-06-05T03:05:06.177Z] [2025-06-05T03:05:06.177Z] #8 exporting to image [2025-06-05T03:05:06.177Z] #8 exporting layers done [2025-06-05T03:05:06.177Z] #8 exporting manifest sha256:793cdb2471a19a56f37e0645294edf704deeca476b9136f81cf38c55ac22a207 done [2025-06-05T03:05:06.177Z] #8 exporting config sha256:412764679b0b4f3331bcdc1dca3a5129b91e78010a0dea7646518079c032307b done [2025-06-05T03:05:06.177Z] #8 exporting manifest sha256:435376d4acd5bc372bcc4c7ac0ae20157f7ef2977fd8c050ae47e081ca2f7e47 done [2025-06-05T03:05:06.177Z] #8 exporting config sha256:74edaf22362aa31f0b0f311432db82e4605464218adbf90772d18e3b2fa2b50d done [2025-06-05T03:05:06.177Z] #8 exporting manifest list sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 done [2025-06-05T03:05:06.177Z] #8 pushing layers 0.0s done [2025-06-05T03:05:06.177Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:50df7528f4be87bff0a9ac86b74768efba442c9864d8092e2419b61f5c999003 0.1s done [2025-06-05T03:05:06.177Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:06.177Z] #8 DONE 0.1s [2025-06-05T03:05:06.177Z] [2025-06-05T03:05:06.177Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:06.177Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:06.463Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:06.463Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:06.463Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:06.463Z] #1 transferring dockerfile: 196B done [2025-06-05T03:05:06.463Z] #1 DONE 0.0s [2025-06-05T03:05:06.463Z] [2025-06-05T03:05:06.463Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:06.463Z] #2 DONE 0.1s [2025-06-05T03:05:06.463Z] [2025-06-05T03:05:06.463Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:06.463Z] #3 DONE 0.1s [2025-06-05T03:05:06.463Z] [2025-06-05T03:05:06.463Z] #4 [internal] load .dockerignore [2025-06-05T03:05:06.463Z] #4 transferring context: 2B done [2025-06-05T03:05:06.724Z] #4 DONE 0.0s [2025-06-05T03:05:06.724Z] [2025-06-05T03:05:06.724Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:06.724Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:06.724Z] #5 DONE 0.0s [2025-06-05T03:05:06.724Z] [2025-06-05T03:05:06.724Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:06.724Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:06.724Z] #6 DONE 0.1s [2025-06-05T03:05:06.724Z] [2025-06-05T03:05:06.724Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:06.724Z] #7 DONE 0.0s [2025-06-05T03:05:06.724Z] [2025-06-05T03:05:06.724Z] #8 exporting to image [2025-06-05T03:05:06.724Z] #8 exporting layers done [2025-06-05T03:05:06.724Z] #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done [2025-06-05T03:05:06.724Z] #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done [2025-06-05T03:05:06.724Z] #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done [2025-06-05T03:05:06.724Z] #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done [2025-06-05T03:05:06.724Z] #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done [2025-06-05T03:05:06.724Z] #8 pushing layers 0.1s done [2025-06-05T03:05:06.724Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 [2025-06-05T03:05:06.724Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:06.983Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done [2025-06-05T03:05:06.983Z] #8 DONE 0.3s [2025-06-05T03:05:06.983Z] [2025-06-05T03:05:06.983Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:06.983Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:07.281Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-05T03:05:07.281Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-05T03:05:07.281Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:07.281Z] #1 transferring dockerfile: 162B done [2025-06-05T03:05:07.281Z] #1 DONE 0.0s [2025-06-05T03:05:07.281Z] [2025-06-05T03:05:07.281Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-05T03:05:07.281Z] #2 DONE 0.0s [2025-06-05T03:05:07.281Z] [2025-06-05T03:05:07.281Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-05T03:05:07.281Z] #3 DONE 0.0s [2025-06-05T03:05:07.281Z] [2025-06-05T03:05:07.281Z] #4 [internal] load .dockerignore [2025-06-05T03:05:07.281Z] #4 transferring context: 2B done [2025-06-05T03:05:07.281Z] #4 DONE 0.0s [2025-06-05T03:05:07.281Z] [2025-06-05T03:05:07.281Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:07.281Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:07.281Z] #5 DONE 0.0s [2025-06-05T03:05:07.281Z] [2025-06-05T03:05:07.281Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:07.541Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:07.541Z] #6 CACHED [2025-06-05T03:05:07.541Z] [2025-06-05T03:05:07.541Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:07.541Z] #5 CACHED [2025-06-05T03:05:07.541Z] [2025-06-05T03:05:07.541Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:07.541Z] #7 DONE 0.0s [2025-06-05T03:05:07.541Z] [2025-06-05T03:05:07.541Z] #8 exporting to image [2025-06-05T03:05:07.541Z] #8 exporting layers done [2025-06-05T03:05:07.541Z] #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done [2025-06-05T03:05:07.541Z] #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done [2025-06-05T03:05:07.541Z] #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done [2025-06-05T03:05:07.541Z] #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done [2025-06-05T03:05:07.541Z] #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done [2025-06-05T03:05:07.541Z] #8 pushing layers 0.0s done [2025-06-05T03:05:07.541Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done [2025-06-05T03:05:07.541Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:07.541Z] #8 DONE 0.1s [2025-06-05T03:05:07.541Z] [2025-06-05T03:05:07.541Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:07.541Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:07.836Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20' [2025-06-05T03:05:07.837Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 --push - [2025-06-05T03:05:07.837Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:07.837Z] #1 transferring dockerfile: 168B done [2025-06-05T03:05:07.837Z] #1 DONE 0.0s [2025-06-05T03:05:07.837Z] [2025-06-05T03:05:07.837Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 [2025-06-05T03:05:07.837Z] #2 DONE 0.0s [2025-06-05T03:05:07.837Z] [2025-06-05T03:05:07.837Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20 [2025-06-05T03:05:07.837Z] #3 DONE 0.0s [2025-06-05T03:05:07.837Z] [2025-06-05T03:05:07.837Z] #4 [internal] load .dockerignore [2025-06-05T03:05:07.837Z] #4 transferring context: 2B done [2025-06-05T03:05:07.837Z] #4 DONE 0.0s [2025-06-05T03:05:07.837Z] [2025-06-05T03:05:07.837Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:07.837Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc done [2025-06-05T03:05:07.837Z] #5 CACHED [2025-06-05T03:05:07.837Z] [2025-06-05T03:05:07.837Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:07.837Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:07.837Z] #6 DONE 0.0s [2025-06-05T03:05:08.096Z] [2025-06-05T03:05:08.096Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:08.096Z] #6 CACHED [2025-06-05T03:05:08.096Z] [2025-06-05T03:05:08.096Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:08.096Z] #7 DONE 0.0s [2025-06-05T03:05:08.096Z] [2025-06-05T03:05:08.096Z] #8 exporting to image [2025-06-05T03:05:08.096Z] #8 exporting layers done [2025-06-05T03:05:08.096Z] #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done [2025-06-05T03:05:08.096Z] #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done [2025-06-05T03:05:08.096Z] #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done [2025-06-05T03:05:08.096Z] #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done [2025-06-05T03:05:08.096Z] #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done [2025-06-05T03:05:08.096Z] #8 pushing layers 0.0s done [2025-06-05T03:05:08.096Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.20@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done [2025-06-05T03:05:08.096Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:08.096Z] #8 DONE 0.1s [2025-06-05T03:05:08.096Z] [2025-06-05T03:05:08.096Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:08.096Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:08.388Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:08.388Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:08.388Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:08.388Z] #1 transferring dockerfile: 209B done [2025-06-05T03:05:08.388Z] #1 DONE 0.0s [2025-06-05T03:05:08.388Z] [2025-06-05T03:05:08.388Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:08.388Z] #2 DONE 0.0s [2025-06-05T03:05:08.388Z] [2025-06-05T03:05:08.388Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:08.388Z] #3 DONE 0.0s [2025-06-05T03:05:08.388Z] [2025-06-05T03:05:08.388Z] #4 [internal] load .dockerignore [2025-06-05T03:05:08.388Z] #4 transferring context: 2B done [2025-06-05T03:05:08.388Z] #4 DONE 0.0s [2025-06-05T03:05:08.388Z] [2025-06-05T03:05:08.388Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:08.388Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:08.388Z] #5 DONE 0.0s [2025-06-05T03:05:08.388Z] [2025-06-05T03:05:08.388Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:08.651Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:08.651Z] #6 CACHED [2025-06-05T03:05:08.651Z] [2025-06-05T03:05:08.651Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:08.651Z] #5 CACHED [2025-06-05T03:05:08.651Z] [2025-06-05T03:05:08.651Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:08.651Z] #7 DONE 0.0s [2025-06-05T03:05:08.651Z] [2025-06-05T03:05:08.651Z] #8 exporting to image [2025-06-05T03:05:08.651Z] #8 exporting layers done [2025-06-05T03:05:08.651Z] #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done [2025-06-05T03:05:08.651Z] #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done [2025-06-05T03:05:08.651Z] #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done [2025-06-05T03:05:08.651Z] #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done [2025-06-05T03:05:08.651Z] #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done [2025-06-05T03:05:08.651Z] #8 pushing layers 0.0s done [2025-06-05T03:05:08.651Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done [2025-06-05T03:05:08.651Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:08.651Z] #8 DONE 0.1s [2025-06-05T03:05:08.651Z] [2025-06-05T03:05:08.651Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:08.651Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:08.938Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-05T03:05:08.938Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-05T03:05:08.938Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:08.938Z] #1 transferring dockerfile: 160B done [2025-06-05T03:05:08.938Z] #1 DONE 0.0s [2025-06-05T03:05:08.938Z] [2025-06-05T03:05:08.938Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-05T03:05:08.938Z] #2 DONE 0.0s [2025-06-05T03:05:08.938Z] [2025-06-05T03:05:08.938Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-05T03:05:08.938Z] #3 DONE 0.0s [2025-06-05T03:05:08.938Z] [2025-06-05T03:05:08.938Z] #4 [internal] load .dockerignore [2025-06-05T03:05:08.938Z] #4 transferring context: 2B done [2025-06-05T03:05:08.938Z] #4 DONE 0.0s [2025-06-05T03:05:08.938Z] [2025-06-05T03:05:08.938Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:08.938Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:08.938Z] #5 DONE 0.0s [2025-06-05T03:05:08.938Z] [2025-06-05T03:05:08.938Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:09.198Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc 0.0s done [2025-06-05T03:05:09.198Z] #6 CACHED [2025-06-05T03:05:09.198Z] [2025-06-05T03:05:09.198Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cc314e3386c6d9e39d6614c294fad119f86d11fcce8c7348f799affacc3684fc [2025-06-05T03:05:09.198Z] #5 CACHED [2025-06-05T03:05:09.198Z] [2025-06-05T03:05:09.198Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:09.198Z] #7 DONE 0.0s [2025-06-05T03:05:09.198Z] [2025-06-05T03:05:09.198Z] #8 exporting to image [2025-06-05T03:05:09.198Z] #8 exporting layers done [2025-06-05T03:05:09.198Z] #8 exporting manifest sha256:8afd59e3210edc0cdcf0c33013145eb11140ae2e4ab265a0bcfe6b09d8244161 done [2025-06-05T03:05:09.198Z] #8 exporting config sha256:4b622aa53fe35404869a81a79d407c2760b090a6b407f22b7aa3dd6f23982cf4 done [2025-06-05T03:05:09.198Z] #8 exporting manifest sha256:7ec12b733b551d704184c888bbc0fce426db1503344ec7c3ba48c141bb86d438 done [2025-06-05T03:05:09.198Z] #8 exporting config sha256:9351510a78a037327bd31be19fe0f9b1892f4011be9c8bfd25dab2bab01bfd65 done [2025-06-05T03:05:09.198Z] #8 exporting manifest list sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 done [2025-06-05T03:05:09.198Z] #8 pushing layers 0.0s done [2025-06-05T03:05:09.198Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 [2025-06-05T03:05:09.198Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:09.198Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:40474aa2c770f7b563761a58f10cbc0218d9eba9aec0e4f435e7d501671c56f7 0.1s done [2025-06-05T03:05:09.198Z] #8 DONE 0.1s [2025-06-05T03:05:09.198Z] [2025-06-05T03:05:09.198Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:09.198Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:09.491Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:09.491Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:09.491Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:09.491Z] #1 transferring dockerfile: 198B done [2025-06-05T03:05:09.491Z] #1 DONE 0.0s [2025-06-05T03:05:09.491Z] [2025-06-05T03:05:09.491Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:09.491Z] #2 DONE 0.0s [2025-06-05T03:05:09.491Z] [2025-06-05T03:05:09.491Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:09.491Z] #3 DONE 0.1s [2025-06-05T03:05:09.491Z] [2025-06-05T03:05:09.491Z] #4 [internal] load .dockerignore [2025-06-05T03:05:09.491Z] #4 transferring context: 2B done [2025-06-05T03:05:09.491Z] #4 DONE 0.0s [2025-06-05T03:05:09.748Z] [2025-06-05T03:05:09.748Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:09.748Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:09.748Z] #5 ... [2025-06-05T03:05:09.748Z] [2025-06-05T03:05:09.748Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:09.748Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:09.748Z] #6 DONE 0.1s [2025-06-05T03:05:09.748Z] [2025-06-05T03:05:09.748Z] #7 exporting to image [2025-06-05T03:05:09.748Z] #7 exporting layers done [2025-06-05T03:05:09.748Z] #7 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done [2025-06-05T03:05:09.748Z] #7 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done [2025-06-05T03:05:09.748Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:09.748Z] #7 ... [2025-06-05T03:05:09.748Z] [2025-06-05T03:05:09.748Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:09.748Z] #8 DONE 0.0s [2025-06-05T03:05:09.748Z] [2025-06-05T03:05:09.748Z] #7 exporting to image [2025-06-05T03:05:09.748Z] #7 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 0.0s done [2025-06-05T03:05:09.748Z] #7 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done [2025-06-05T03:05:09.748Z] #7 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done [2025-06-05T03:05:09.748Z] #7 pushing layers 0.1s done [2025-06-05T03:05:09.748Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 [2025-06-05T03:05:10.006Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done [2025-06-05T03:05:10.006Z] #7 DONE 0.2s [2025-06-05T03:05:10.006Z] [2025-06-05T03:05:10.006Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:10.006Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:10.293Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-05T03:05:10.293Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-05T03:05:10.293Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:10.293Z] #1 transferring dockerfile: 164B done [2025-06-05T03:05:10.293Z] #1 DONE 0.0s [2025-06-05T03:05:10.293Z] [2025-06-05T03:05:10.293Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-05T03:05:10.293Z] #2 DONE 0.0s [2025-06-05T03:05:10.293Z] [2025-06-05T03:05:10.293Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-05T03:05:10.293Z] #3 DONE 0.0s [2025-06-05T03:05:10.293Z] [2025-06-05T03:05:10.293Z] #4 [internal] load .dockerignore [2025-06-05T03:05:10.293Z] #4 transferring context: 2B done [2025-06-05T03:05:10.293Z] #4 DONE 0.0s [2025-06-05T03:05:10.553Z] [2025-06-05T03:05:10.553Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:10.553Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:10.553Z] #5 CACHED [2025-06-05T03:05:10.553Z] [2025-06-05T03:05:10.553Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:10.553Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:10.553Z] #6 CACHED [2025-06-05T03:05:10.553Z] [2025-06-05T03:05:10.553Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:10.553Z] #7 DONE 0.0s [2025-06-05T03:05:10.553Z] [2025-06-05T03:05:10.553Z] #8 exporting to image [2025-06-05T03:05:10.553Z] #8 exporting layers done [2025-06-05T03:05:10.553Z] #8 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done [2025-06-05T03:05:10.553Z] #8 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done [2025-06-05T03:05:10.553Z] #8 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done [2025-06-05T03:05:10.553Z] #8 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done [2025-06-05T03:05:10.553Z] #8 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done [2025-06-05T03:05:10.553Z] #8 pushing layers 0.0s done [2025-06-05T03:05:10.553Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 [2025-06-05T03:05:10.553Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:10.553Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done [2025-06-05T03:05:10.553Z] #8 DONE 0.1s [2025-06-05T03:05:10.553Z] [2025-06-05T03:05:10.553Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:10.553Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:10.843Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 --push - [2025-06-05T03:05:10.843Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20' [2025-06-05T03:05:10.843Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:10.843Z] #1 transferring dockerfile: 170B done [2025-06-05T03:05:10.843Z] #1 DONE 0.0s [2025-06-05T03:05:10.843Z] [2025-06-05T03:05:10.843Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 [2025-06-05T03:05:10.843Z] #2 DONE 0.0s [2025-06-05T03:05:10.843Z] [2025-06-05T03:05:10.843Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20 [2025-06-05T03:05:10.843Z] #3 DONE 0.0s [2025-06-05T03:05:10.843Z] [2025-06-05T03:05:10.843Z] #4 [internal] load .dockerignore [2025-06-05T03:05:10.843Z] #4 transferring context: 2B done [2025-06-05T03:05:10.843Z] #4 DONE 0.0s [2025-06-05T03:05:10.843Z] [2025-06-05T03:05:10.843Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:10.843Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:10.843Z] #5 DONE 0.0s [2025-06-05T03:05:10.843Z] [2025-06-05T03:05:10.843Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:11.103Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:11.103Z] #6 CACHED [2025-06-05T03:05:11.103Z] [2025-06-05T03:05:11.103Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:11.103Z] #5 CACHED [2025-06-05T03:05:11.103Z] [2025-06-05T03:05:11.103Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:11.103Z] #7 DONE 0.0s [2025-06-05T03:05:11.103Z] [2025-06-05T03:05:11.103Z] #8 exporting to image [2025-06-05T03:05:11.103Z] #8 exporting layers done [2025-06-05T03:05:11.103Z] #8 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done [2025-06-05T03:05:11.103Z] #8 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done [2025-06-05T03:05:11.103Z] #8 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done [2025-06-05T03:05:11.103Z] #8 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done [2025-06-05T03:05:11.103Z] #8 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done [2025-06-05T03:05:11.103Z] #8 pushing layers 0.0s done [2025-06-05T03:05:11.103Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.20@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done [2025-06-05T03:05:11.103Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:11.103Z] #8 DONE 0.1s [2025-06-05T03:05:11.103Z] [2025-06-05T03:05:11.103Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:11.103Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:11.388Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:11.388Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:11.388Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:11.388Z] #1 transferring dockerfile: 211B done [2025-06-05T03:05:11.388Z] #1 DONE 0.0s [2025-06-05T03:05:11.388Z] [2025-06-05T03:05:11.388Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:11.388Z] #2 DONE 0.0s [2025-06-05T03:05:11.388Z] [2025-06-05T03:05:11.388Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:11.388Z] #3 DONE 0.0s [2025-06-05T03:05:11.388Z] [2025-06-05T03:05:11.388Z] #4 [internal] load .dockerignore [2025-06-05T03:05:11.388Z] #4 transferring context: 2B done [2025-06-05T03:05:11.388Z] #4 DONE 0.0s [2025-06-05T03:05:11.388Z] [2025-06-05T03:05:11.388Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:11.388Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:11.388Z] #5 CACHED [2025-06-05T03:05:11.388Z] [2025-06-05T03:05:11.388Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:11.388Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:11.388Z] #6 CACHED [2025-06-05T03:05:11.388Z] [2025-06-05T03:05:11.388Z] #7 exporting to image [2025-06-05T03:05:11.388Z] #7 exporting layers [2025-06-05T03:05:11.388Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:11.648Z] #7 exporting layers done [2025-06-05T03:05:11.648Z] #7 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done [2025-06-05T03:05:11.648Z] #7 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done [2025-06-05T03:05:11.648Z] #7 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done [2025-06-05T03:05:11.648Z] #7 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done [2025-06-05T03:05:11.648Z] #7 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done [2025-06-05T03:05:11.648Z] #7 pushing layers 0.0s done [2025-06-05T03:05:11.648Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done [2025-06-05T03:05:11.648Z] #7 DONE 0.1s [2025-06-05T03:05:11.648Z] [2025-06-05T03:05:11.648Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:11.648Z] #8 DONE 0.0s [2025-06-05T03:05:11.648Z] [2025-06-05T03:05:11.648Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:11.648Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:11.936Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-05T03:05:11.936Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-05T03:05:11.936Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:11.936Z] #1 transferring dockerfile: 162B done [2025-06-05T03:05:11.936Z] #1 DONE 0.0s [2025-06-05T03:05:11.936Z] [2025-06-05T03:05:11.936Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-05T03:05:11.936Z] #2 DONE 0.0s [2025-06-05T03:05:11.937Z] [2025-06-05T03:05:11.937Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-05T03:05:11.937Z] #3 DONE 0.0s [2025-06-05T03:05:11.937Z] [2025-06-05T03:05:11.937Z] #4 [internal] load .dockerignore [2025-06-05T03:05:11.937Z] #4 transferring context: 2B done [2025-06-05T03:05:11.937Z] #4 DONE 0.0s [2025-06-05T03:05:11.937Z] [2025-06-05T03:05:11.937Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:11.937Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:11.937Z] #5 DONE 0.0s [2025-06-05T03:05:11.937Z] [2025-06-05T03:05:11.937Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:12.196Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 0.0s done [2025-06-05T03:05:12.196Z] #6 CACHED [2025-06-05T03:05:12.196Z] [2025-06-05T03:05:12.196Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:983b189ace54016288b330dd0002b558e8b10deb2f6216385baabe7df86c1660 [2025-06-05T03:05:12.196Z] #5 CACHED [2025-06-05T03:05:12.196Z] [2025-06-05T03:05:12.196Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:12.196Z] #7 DONE 0.0s [2025-06-05T03:05:12.196Z] [2025-06-05T03:05:12.196Z] #8 exporting to image [2025-06-05T03:05:12.196Z] #8 exporting layers done [2025-06-05T03:05:12.196Z] #8 exporting manifest sha256:7aa25b3a854cfa82f442c4c5ef0d28bde5976e58a42c7f6b4a8ad33628c3d205 done [2025-06-05T03:05:12.196Z] #8 exporting config sha256:f8de99dd96c0689481bdc69006401ddb14cb0b10bec8c822782ad8350b5b2b82 done [2025-06-05T03:05:12.196Z] #8 exporting manifest sha256:623b61d0801934a1389e4923cfe15cd99e8ee2d17311a5a9cbb3b3c0042ca209 done [2025-06-05T03:05:12.196Z] #8 exporting config sha256:409e06a2ef9d74dc5df9ad16abfa8c1da20e95d8018be96f3fe9d41285cd537a done [2025-06-05T03:05:12.196Z] #8 exporting manifest list sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 done [2025-06-05T03:05:12.196Z] #8 pushing layers 0.0s done [2025-06-05T03:05:12.196Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:ee47d957dca650671b294e4aeaf7ff6c621fa82478346e64e3153c44a63a4ca0 0.1s done [2025-06-05T03:05:12.196Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:12.196Z] #8 DONE 0.1s [2025-06-05T03:05:12.196Z] [2025-06-05T03:05:12.196Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:12.196Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:12.487Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:12.487Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:12.745Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:12.745Z] #1 transferring dockerfile: 206B done [2025-06-05T03:05:12.745Z] #1 DONE 0.0s [2025-06-05T03:05:12.745Z] [2025-06-05T03:05:12.745Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:12.745Z] #2 DONE 0.1s [2025-06-05T03:05:12.745Z] [2025-06-05T03:05:12.745Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:12.745Z] #3 DONE 0.1s [2025-06-05T03:05:12.745Z] [2025-06-05T03:05:12.745Z] #4 [internal] load .dockerignore [2025-06-05T03:05:12.745Z] #4 transferring context: [2025-06-05T03:05:12.745Z] #4 transferring context: 2B done [2025-06-05T03:05:12.745Z] #4 DONE 0.0s [2025-06-05T03:05:12.745Z] [2025-06-05T03:05:12.745Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:12.745Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:12.745Z] #5 DONE 0.0s [2025-06-05T03:05:12.745Z] [2025-06-05T03:05:12.745Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:12.745Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:12.745Z] #6 DONE 0.2s [2025-06-05T03:05:12.745Z] [2025-06-05T03:05:12.745Z] #7 exporting to image [2025-06-05T03:05:12.745Z] #7 exporting layers done [2025-06-05T03:05:12.745Z] #7 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c 0.0s done [2025-06-05T03:05:12.745Z] #7 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done [2025-06-05T03:05:12.745Z] #7 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done [2025-06-05T03:05:12.745Z] #7 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done [2025-06-05T03:05:12.745Z] #7 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done [2025-06-05T03:05:12.745Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:13.003Z] #7 ... [2025-06-05T03:05:13.003Z] [2025-06-05T03:05:13.003Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:13.003Z] #8 DONE 0.0s [2025-06-05T03:05:13.003Z] [2025-06-05T03:05:13.003Z] #7 exporting to image [2025-06-05T03:05:13.003Z] #7 pushing layers 0.1s done [2025-06-05T03:05:13.003Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b [2025-06-05T03:05:13.003Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done [2025-06-05T03:05:13.003Z] #7 DONE 0.2s [2025-06-05T03:05:13.003Z] [2025-06-05T03:05:13.003Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:13.003Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:13.289Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-05T03:05:13.289Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-05T03:05:13.289Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:13.289Z] #1 transferring dockerfile: 172B done [2025-06-05T03:05:13.289Z] #1 DONE 0.0s [2025-06-05T03:05:13.289Z] [2025-06-05T03:05:13.289Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-05T03:05:13.289Z] #2 DONE 0.0s [2025-06-05T03:05:13.289Z] [2025-06-05T03:05:13.289Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-05T03:05:13.289Z] #3 DONE 0.0s [2025-06-05T03:05:13.289Z] [2025-06-05T03:05:13.289Z] #4 [internal] load .dockerignore [2025-06-05T03:05:13.289Z] #4 transferring context: 2B done [2025-06-05T03:05:13.289Z] #4 DONE 0.0s [2025-06-05T03:05:13.289Z] [2025-06-05T03:05:13.289Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:13.289Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:13.289Z] #5 DONE 0.0s [2025-06-05T03:05:13.289Z] [2025-06-05T03:05:13.289Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:13.550Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:13.550Z] #6 CACHED [2025-06-05T03:05:13.550Z] [2025-06-05T03:05:13.550Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:13.550Z] #5 CACHED [2025-06-05T03:05:13.550Z] [2025-06-05T03:05:13.550Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:13.550Z] #7 DONE 0.0s [2025-06-05T03:05:13.550Z] [2025-06-05T03:05:13.550Z] #8 exporting to image [2025-06-05T03:05:13.550Z] #8 exporting layers done [2025-06-05T03:05:13.550Z] #8 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done [2025-06-05T03:05:13.550Z] #8 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done [2025-06-05T03:05:13.550Z] #8 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done [2025-06-05T03:05:13.550Z] #8 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done [2025-06-05T03:05:13.550Z] #8 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done [2025-06-05T03:05:13.550Z] #8 pushing layers 0.0s done [2025-06-05T03:05:13.550Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done [2025-06-05T03:05:13.550Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:13.550Z] #8 DONE 0.1s [2025-06-05T03:05:13.550Z] [2025-06-05T03:05:13.550Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:13.550Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:13.841Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20' [2025-06-05T03:05:13.841Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 --push - [2025-06-05T03:05:14.100Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:14.100Z] #1 transferring dockerfile: 178B done [2025-06-05T03:05:14.100Z] #1 DONE 0.0s [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 [2025-06-05T03:05:14.100Z] #2 DONE 0.0s [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20 [2025-06-05T03:05:14.100Z] #3 DONE 0.0s [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] #4 [internal] load .dockerignore [2025-06-05T03:05:14.100Z] #4 transferring context: 2B done [2025-06-05T03:05:14.100Z] #4 DONE 0.0s [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:14.100Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:14.100Z] #5 CACHED [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:14.100Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:14.100Z] #6 CACHED [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] #7 exporting to image [2025-06-05T03:05:14.100Z] #7 exporting layers [2025-06-05T03:05:14.100Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:14.100Z] #7 exporting layers done [2025-06-05T03:05:14.100Z] #7 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done [2025-06-05T03:05:14.100Z] #7 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done [2025-06-05T03:05:14.100Z] #7 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done [2025-06-05T03:05:14.100Z] #7 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done [2025-06-05T03:05:14.100Z] #7 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done [2025-06-05T03:05:14.100Z] #7 pushing layers 0.0s done [2025-06-05T03:05:14.100Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.20@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done [2025-06-05T03:05:14.100Z] #7 DONE 0.1s [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:14.100Z] #8 DONE 0.0s [2025-06-05T03:05:14.100Z] [2025-06-05T03:05:14.100Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:14.100Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:14.387Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:14.387Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:14.387Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:14.387Z] #1 transferring dockerfile: 219B done [2025-06-05T03:05:14.387Z] #1 DONE 0.0s [2025-06-05T03:05:14.387Z] [2025-06-05T03:05:14.387Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:14.387Z] #2 DONE 0.0s [2025-06-05T03:05:14.387Z] [2025-06-05T03:05:14.387Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:14.387Z] #3 DONE 0.0s [2025-06-05T03:05:14.387Z] [2025-06-05T03:05:14.387Z] #4 [internal] load .dockerignore [2025-06-05T03:05:14.387Z] #4 transferring context: 2B done [2025-06-05T03:05:14.387Z] #4 DONE 0.0s [2025-06-05T03:05:14.648Z] [2025-06-05T03:05:14.648Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:14.648Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:14.648Z] #5 CACHED [2025-06-05T03:05:14.648Z] [2025-06-05T03:05:14.648Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:14.648Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:14.648Z] #6 CACHED [2025-06-05T03:05:14.648Z] [2025-06-05T03:05:14.648Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:14.648Z] #7 DONE 0.0s [2025-06-05T03:05:14.648Z] [2025-06-05T03:05:14.648Z] #8 exporting to image [2025-06-05T03:05:14.648Z] #8 exporting layers done [2025-06-05T03:05:14.648Z] #8 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done [2025-06-05T03:05:14.648Z] #8 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done [2025-06-05T03:05:14.648Z] #8 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done [2025-06-05T03:05:14.648Z] #8 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done [2025-06-05T03:05:14.648Z] #8 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done [2025-06-05T03:05:14.648Z] #8 pushing layers 0.0s done [2025-06-05T03:05:14.648Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done [2025-06-05T03:05:14.648Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:14.648Z] #8 DONE 0.1s [2025-06-05T03:05:14.648Z] [2025-06-05T03:05:14.648Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:14.648Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:14.938Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-05T03:05:14.938Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-05T03:05:15.196Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:15.196Z] #1 transferring dockerfile: 170B done [2025-06-05T03:05:15.196Z] #1 DONE 0.0s [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-05T03:05:15.196Z] #2 DONE 0.0s [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-05T03:05:15.196Z] #3 DONE 0.0s [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] #4 [internal] load .dockerignore [2025-06-05T03:05:15.196Z] #4 transferring context: 2B done [2025-06-05T03:05:15.196Z] #4 DONE 0.0s [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:15.196Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:15.196Z] #5 CACHED [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 [2025-06-05T03:05:15.196Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:9e1d0d7d8aa0382b0050a9d9ab2fadc2c1e18e6eedacf7d4b88847aa0f58d477 0.0s done [2025-06-05T03:05:15.196Z] #6 CACHED [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:15.196Z] #7 DONE 0.0s [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] #8 exporting to image [2025-06-05T03:05:15.196Z] #8 exporting layers done [2025-06-05T03:05:15.196Z] #8 exporting manifest sha256:04d10b4eeff85aaaefac804e3f1cc31381db01743ac0439b24ae7fc23e3df74c done [2025-06-05T03:05:15.196Z] #8 exporting config sha256:ace631361e19f2cd2d2c63152f4eeab90501a1749aab69ee9496a4be63073ea7 done [2025-06-05T03:05:15.196Z] #8 exporting manifest sha256:05a5cdfd30fa314579e9199b7a2156817c8919633fa2ed015d4e4cf27b62a51b done [2025-06-05T03:05:15.196Z] #8 exporting config sha256:eed1677fd499fecbd6e8c3efb9eee21a5c03ef1b9c003221935db95c309cd69e done [2025-06-05T03:05:15.196Z] #8 exporting manifest list sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b done [2025-06-05T03:05:15.196Z] #8 pushing layers 0.1s done [2025-06-05T03:05:15.196Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b [2025-06-05T03:05:15.196Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:15.196Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:e5bb66a369b0227881cfef4b964dcc55b1d70808aeebabb79cac8f060636692b 0.1s done [2025-06-05T03:05:15.196Z] #8 DONE 0.1s [2025-06-05T03:05:15.196Z] [2025-06-05T03:05:15.196Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:15.196Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:15.488Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:15.488Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:15.745Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:15.745Z] #1 transferring dockerfile: 204B done [2025-06-05T03:05:15.745Z] #1 DONE 0.0s [2025-06-05T03:05:15.745Z] [2025-06-05T03:05:15.745Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:15.745Z] #2 DONE 0.0s [2025-06-05T03:05:15.745Z] [2025-06-05T03:05:15.745Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:15.745Z] #3 DONE 0.1s [2025-06-05T03:05:15.745Z] [2025-06-05T03:05:15.745Z] #4 [internal] load .dockerignore [2025-06-05T03:05:15.745Z] #4 transferring context: 2B done [2025-06-05T03:05:15.745Z] #4 DONE 0.0s [2025-06-05T03:05:15.745Z] [2025-06-05T03:05:15.745Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:15.745Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:15.745Z] #5 ... [2025-06-05T03:05:15.745Z] [2025-06-05T03:05:15.745Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:15.745Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done [2025-06-05T03:05:15.745Z] #6 DONE 0.1s [2025-06-05T03:05:15.745Z] [2025-06-05T03:05:15.745Z] #7 exporting to image [2025-06-05T03:05:15.745Z] #7 exporting layers done [2025-06-05T03:05:15.745Z] #7 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f 0.0s done [2025-06-05T03:05:15.745Z] #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done [2025-06-05T03:05:15.745Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:16.004Z] #7 ... [2025-06-05T03:05:16.004Z] [2025-06-05T03:05:16.004Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:16.004Z] #8 DONE 0.0s [2025-06-05T03:05:16.004Z] [2025-06-05T03:05:16.004Z] #7 exporting to image [2025-06-05T03:05:16.004Z] #7 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 0.0s done [2025-06-05T03:05:16.004Z] #7 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done [2025-06-05T03:05:16.004Z] #7 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done [2025-06-05T03:05:16.004Z] #7 pushing layers 0.1s done [2025-06-05T03:05:16.004Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 [2025-06-05T03:05:16.004Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done [2025-06-05T03:05:16.004Z] #7 DONE 0.2s [2025-06-05T03:05:16.004Z] [2025-06-05T03:05:16.004Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:16.004Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:16.291Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-05T03:05:16.291Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-05T03:05:16.291Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:16.291Z] #1 transferring dockerfile: 170B done [2025-06-05T03:05:16.291Z] #1 DONE 0.0s [2025-06-05T03:05:16.291Z] [2025-06-05T03:05:16.291Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-05T03:05:16.291Z] #2 DONE 0.0s [2025-06-05T03:05:16.291Z] [2025-06-05T03:05:16.291Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-05T03:05:16.291Z] #3 DONE 0.0s [2025-06-05T03:05:16.291Z] [2025-06-05T03:05:16.291Z] #4 [internal] load .dockerignore [2025-06-05T03:05:16.291Z] #4 transferring context: 2B done [2025-06-05T03:05:16.291Z] #4 DONE 0.0s [2025-06-05T03:05:16.291Z] [2025-06-05T03:05:16.291Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:16.291Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done [2025-06-05T03:05:16.291Z] #5 CACHED [2025-06-05T03:05:16.291Z] [2025-06-05T03:05:16.291Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:16.291Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done [2025-06-05T03:05:16.550Z] #6 CACHED [2025-06-05T03:05:16.550Z] [2025-06-05T03:05:16.550Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:16.550Z] #7 DONE 0.0s [2025-06-05T03:05:16.550Z] [2025-06-05T03:05:16.550Z] #8 exporting to image [2025-06-05T03:05:16.550Z] #8 exporting layers done [2025-06-05T03:05:16.550Z] #8 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done [2025-06-05T03:05:16.550Z] #8 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done [2025-06-05T03:05:16.550Z] #8 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done [2025-06-05T03:05:16.550Z] #8 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done [2025-06-05T03:05:16.550Z] #8 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done [2025-06-05T03:05:16.550Z] #8 pushing layers 0.0s done [2025-06-05T03:05:16.550Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done [2025-06-05T03:05:16.550Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:16.550Z] #8 DONE 0.1s [2025-06-05T03:05:16.550Z] [2025-06-05T03:05:16.550Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:16.550Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:16.848Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20' [2025-06-05T03:05:16.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 --push - [2025-06-05T03:05:16.849Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:16.849Z] #1 transferring dockerfile: 176B done [2025-06-05T03:05:16.849Z] #1 DONE 0.0s [2025-06-05T03:05:16.849Z] [2025-06-05T03:05:16.849Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 [2025-06-05T03:05:16.849Z] #2 DONE 0.0s [2025-06-05T03:05:16.849Z] [2025-06-05T03:05:16.849Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20 [2025-06-05T03:05:16.849Z] #3 DONE 0.0s [2025-06-05T03:05:16.849Z] [2025-06-05T03:05:16.849Z] #4 [internal] load .dockerignore [2025-06-05T03:05:16.849Z] #4 transferring context: 2B done [2025-06-05T03:05:16.849Z] #4 DONE 0.0s [2025-06-05T03:05:16.849Z] [2025-06-05T03:05:16.849Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:16.849Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done [2025-06-05T03:05:16.849Z] #5 CACHED [2025-06-05T03:05:16.849Z] [2025-06-05T03:05:16.849Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:16.849Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done [2025-06-05T03:05:16.849Z] #6 CACHED [2025-06-05T03:05:16.849Z] [2025-06-05T03:05:16.849Z] #7 exporting to image [2025-06-05T03:05:16.849Z] #7 exporting layers done [2025-06-05T03:05:16.849Z] #7 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done [2025-06-05T03:05:16.849Z] #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 [2025-06-05T03:05:16.849Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:17.108Z] #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done [2025-06-05T03:05:17.108Z] #7 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done [2025-06-05T03:05:17.108Z] #7 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done [2025-06-05T03:05:17.108Z] #7 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done [2025-06-05T03:05:17.108Z] #7 pushing layers 0.0s done [2025-06-05T03:05:17.108Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.20@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done [2025-06-05T03:05:17.108Z] #7 DONE 0.1s [2025-06-05T03:05:17.108Z] [2025-06-05T03:05:17.108Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:17.108Z] #8 DONE 0.0s [2025-06-05T03:05:17.108Z] [2025-06-05T03:05:17.108Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:17.108Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:17.394Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:17.394Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:17.394Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:17.394Z] #1 transferring dockerfile: 217B 0.0s done [2025-06-05T03:05:17.394Z] #1 DONE 0.0s [2025-06-05T03:05:17.394Z] [2025-06-05T03:05:17.394Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:17.394Z] #2 DONE 0.0s [2025-06-05T03:05:17.394Z] [2025-06-05T03:05:17.394Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:17.394Z] #3 DONE 0.0s [2025-06-05T03:05:17.394Z] [2025-06-05T03:05:17.394Z] #4 [internal] load .dockerignore [2025-06-05T03:05:17.394Z] #4 transferring context: 2B done [2025-06-05T03:05:17.394Z] #4 DONE 0.0s [2025-06-05T03:05:17.394Z] [2025-06-05T03:05:17.394Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:17.395Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done [2025-06-05T03:05:17.395Z] #5 DONE 0.0s [2025-06-05T03:05:17.395Z] [2025-06-05T03:05:17.395Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:17.653Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 0.0s done [2025-06-05T03:05:17.653Z] #6 CACHED [2025-06-05T03:05:17.653Z] [2025-06-05T03:05:17.653Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:17.653Z] #5 CACHED [2025-06-05T03:05:17.653Z] [2025-06-05T03:05:17.653Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:17.653Z] #7 DONE 0.0s [2025-06-05T03:05:17.653Z] [2025-06-05T03:05:17.653Z] #8 exporting to image [2025-06-05T03:05:17.653Z] #8 exporting layers done [2025-06-05T03:05:17.653Z] #8 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done [2025-06-05T03:05:17.653Z] #8 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done [2025-06-05T03:05:17.653Z] #8 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done [2025-06-05T03:05:17.653Z] #8 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done [2025-06-05T03:05:17.653Z] #8 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done [2025-06-05T03:05:17.653Z] #8 pushing layers 0.0s done [2025-06-05T03:05:17.653Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done [2025-06-05T03:05:17.653Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:17.653Z] #8 DONE 0.1s [2025-06-05T03:05:17.653Z] [2025-06-05T03:05:17.653Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:17.653Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:17.941Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-05T03:05:17.941Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-05T03:05:17.941Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:17.941Z] #1 transferring dockerfile: 168B done [2025-06-05T03:05:17.941Z] #1 DONE 0.0s [2025-06-05T03:05:17.941Z] [2025-06-05T03:05:17.941Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-05T03:05:17.941Z] #2 DONE 0.0s [2025-06-05T03:05:17.941Z] [2025-06-05T03:05:17.941Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-05T03:05:17.941Z] #3 DONE 0.0s [2025-06-05T03:05:17.941Z] [2025-06-05T03:05:17.941Z] #4 [internal] load .dockerignore [2025-06-05T03:05:17.941Z] #4 transferring context: 2B done [2025-06-05T03:05:17.941Z] #4 DONE 0.0s [2025-06-05T03:05:17.941Z] [2025-06-05T03:05:17.941Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:17.941Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done [2025-06-05T03:05:17.941Z] #5 CACHED [2025-06-05T03:05:17.941Z] [2025-06-05T03:05:17.941Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 [2025-06-05T03:05:17.941Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:64e3d139488f94810187f7cbd9274b598974cd55b82860612d01ad9d4db1e406 done [2025-06-05T03:05:17.941Z] #6 CACHED [2025-06-05T03:05:17.941Z] [2025-06-05T03:05:17.941Z] #7 exporting to image [2025-06-05T03:05:17.941Z] #7 exporting layers done [2025-06-05T03:05:17.941Z] #7 exporting manifest sha256:70dee33cfedbd74eb0683c16fd0f17109623947412473c84df3fc2df1586e54f done [2025-06-05T03:05:17.941Z] #7 exporting config sha256:339e965c7221f61cc9cf3edff33c5135316eec3bc4d6701d6641bb2eb5db0977 done [2025-06-05T03:05:17.941Z] #7 exporting manifest sha256:4fce9d5bee4df62f22d19f2d52566f86d3e077e41a4bf3bb3c672c3615795a67 done [2025-06-05T03:05:17.941Z] #7 exporting config sha256:37ef69a49687536d584f221b2c8d2128d2f0d9e59690f84e3c712fb382b9d986 done [2025-06-05T03:05:17.941Z] #7 exporting manifest list sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 done [2025-06-05T03:05:17.941Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:18.204Z] #7 pushing layers 0.0s done [2025-06-05T03:05:18.204Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:bdc01c44a9466d4494d8b93ab4b5ff31e85773bb99e8e309f0109eb56b5491b7 0.1s done [2025-06-05T03:05:18.204Z] #7 DONE 0.1s [2025-06-05T03:05:18.204Z] [2025-06-05T03:05:18.204Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:18.204Z] #8 DONE 0.0s [2025-06-05T03:05:18.204Z] [2025-06-05T03:05:18.204Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:18.204Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:18.492Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:18.492Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:18.492Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:18.492Z] #1 transferring dockerfile: 205B done [2025-06-05T03:05:18.492Z] #1 DONE 0.0s [2025-06-05T03:05:18.492Z] [2025-06-05T03:05:18.492Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:18.492Z] #2 DONE 0.1s [2025-06-05T03:05:18.492Z] [2025-06-05T03:05:18.492Z] #3 [internal] load .dockerignore [2025-06-05T03:05:18.492Z] #3 transferring context: [2025-06-05T03:05:18.751Z] #3 transferring context: 2B done [2025-06-05T03:05:18.751Z] #3 DONE 0.0s [2025-06-05T03:05:18.751Z] [2025-06-05T03:05:18.751Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:18.751Z] #4 DONE 0.1s [2025-06-05T03:05:18.751Z] [2025-06-05T03:05:18.751Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:18.751Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:18.751Z] #5 ... [2025-06-05T03:05:18.751Z] [2025-06-05T03:05:18.751Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:18.751Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:18.751Z] #6 DONE 0.1s [2025-06-05T03:05:19.010Z] [2025-06-05T03:05:19.010Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:19.010Z] #7 DONE 0.0s [2025-06-05T03:05:19.010Z] [2025-06-05T03:05:19.010Z] #8 exporting to image [2025-06-05T03:05:19.010Z] #8 exporting layers done [2025-06-05T03:05:19.010Z] #8 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done [2025-06-05T03:05:19.010Z] #8 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done [2025-06-05T03:05:19.010Z] #8 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done [2025-06-05T03:05:19.010Z] #8 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done [2025-06-05T03:05:19.010Z] #8 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done [2025-06-05T03:05:19.010Z] #8 pushing layers 0.1s done [2025-06-05T03:05:19.010Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 [2025-06-05T03:05:19.010Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:19.010Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done [2025-06-05T03:05:19.010Z] #8 DONE 0.2s [2025-06-05T03:05:19.010Z] [2025-06-05T03:05:19.010Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:19.010Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:19.355Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-05T03:05:19.355Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-05T03:05:19.355Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:19.355Z] #1 transferring dockerfile: 171B done [2025-06-05T03:05:19.355Z] #1 DONE 0.0s [2025-06-05T03:05:19.355Z] [2025-06-05T03:05:19.355Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-05T03:05:19.355Z] #2 DONE 0.0s [2025-06-05T03:05:19.355Z] [2025-06-05T03:05:19.355Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-05T03:05:19.355Z] #3 DONE 0.0s [2025-06-05T03:05:19.355Z] [2025-06-05T03:05:19.355Z] #4 [internal] load .dockerignore [2025-06-05T03:05:19.355Z] #4 transferring context: 2B done [2025-06-05T03:05:19.355Z] #4 DONE 0.0s [2025-06-05T03:05:19.355Z] [2025-06-05T03:05:19.355Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:19.355Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:19.355Z] #5 CACHED [2025-06-05T03:05:19.355Z] [2025-06-05T03:05:19.355Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:19.629Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:19.629Z] #6 CACHED [2025-06-05T03:05:19.629Z] [2025-06-05T03:05:19.629Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:19.629Z] #7 DONE 0.0s [2025-06-05T03:05:19.629Z] [2025-06-05T03:05:19.629Z] #8 exporting to image [2025-06-05T03:05:19.629Z] #8 exporting layers done [2025-06-05T03:05:19.629Z] #8 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done [2025-06-05T03:05:19.629Z] #8 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done [2025-06-05T03:05:19.629Z] #8 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done [2025-06-05T03:05:19.629Z] #8 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done [2025-06-05T03:05:19.629Z] #8 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done [2025-06-05T03:05:19.629Z] #8 pushing layers 0.0s done [2025-06-05T03:05:19.629Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done [2025-06-05T03:05:19.629Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:19.629Z] #8 DONE 0.1s [2025-06-05T03:05:19.629Z] [2025-06-05T03:05:19.629Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:19.629Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:19.925Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 --push - [2025-06-05T03:05:19.926Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20' [2025-06-05T03:05:19.926Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:19.926Z] #1 transferring dockerfile: 177B done [2025-06-05T03:05:19.926Z] #1 DONE 0.0s [2025-06-05T03:05:19.926Z] [2025-06-05T03:05:19.926Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 [2025-06-05T03:05:19.926Z] #2 DONE 0.0s [2025-06-05T03:05:19.926Z] [2025-06-05T03:05:19.926Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20 [2025-06-05T03:05:19.926Z] #3 DONE 0.0s [2025-06-05T03:05:19.926Z] [2025-06-05T03:05:19.926Z] #4 [internal] load .dockerignore [2025-06-05T03:05:19.926Z] #4 transferring context: 2B done [2025-06-05T03:05:19.926Z] #4 DONE 0.0s [2025-06-05T03:05:19.926Z] [2025-06-05T03:05:19.926Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:19.926Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:19.926Z] #5 CACHED [2025-06-05T03:05:19.926Z] [2025-06-05T03:05:19.926Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:19.926Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:19.926Z] #6 CACHED [2025-06-05T03:05:19.926Z] [2025-06-05T03:05:19.926Z] #7 exporting to image [2025-06-05T03:05:19.926Z] #7 exporting layers [2025-06-05T03:05:19.926Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:20.186Z] #7 exporting layers done [2025-06-05T03:05:20.186Z] #7 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done [2025-06-05T03:05:20.186Z] #7 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done [2025-06-05T03:05:20.186Z] #7 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done [2025-06-05T03:05:20.186Z] #7 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done [2025-06-05T03:05:20.186Z] #7 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done [2025-06-05T03:05:20.186Z] #7 pushing layers 0.0s done [2025-06-05T03:05:20.186Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.20@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done [2025-06-05T03:05:20.186Z] #7 DONE 0.1s [2025-06-05T03:05:20.186Z] [2025-06-05T03:05:20.186Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:20.186Z] #8 DONE 0.0s [2025-06-05T03:05:20.186Z] [2025-06-05T03:05:20.186Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:20.186Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:20.474Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:20.474Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:20.474Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:20.474Z] #1 transferring dockerfile: 218B done [2025-06-05T03:05:20.474Z] #1 DONE 0.0s [2025-06-05T03:05:20.474Z] [2025-06-05T03:05:20.474Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:20.474Z] #2 DONE 0.0s [2025-06-05T03:05:20.474Z] [2025-06-05T03:05:20.474Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:20.474Z] #3 DONE 0.0s [2025-06-05T03:05:20.474Z] [2025-06-05T03:05:20.474Z] #4 [internal] load .dockerignore [2025-06-05T03:05:20.474Z] #4 transferring context: 2B done [2025-06-05T03:05:20.474Z] #4 DONE 0.0s [2025-06-05T03:05:20.474Z] [2025-06-05T03:05:20.474Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:20.474Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:20.474Z] #5 CACHED [2025-06-05T03:05:20.474Z] [2025-06-05T03:05:20.474Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:20.733Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:20.733Z] #6 CACHED [2025-06-05T03:05:20.733Z] [2025-06-05T03:05:20.733Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:20.733Z] #7 DONE 0.0s [2025-06-05T03:05:20.733Z] [2025-06-05T03:05:20.733Z] #8 exporting to image [2025-06-05T03:05:20.733Z] #8 exporting layers done [2025-06-05T03:05:20.733Z] #8 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done [2025-06-05T03:05:20.733Z] #8 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done [2025-06-05T03:05:20.733Z] #8 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done [2025-06-05T03:05:20.733Z] #8 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done [2025-06-05T03:05:20.733Z] #8 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done [2025-06-05T03:05:20.733Z] #8 pushing layers 0.0s done [2025-06-05T03:05:20.733Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done [2025-06-05T03:05:20.733Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:20.733Z] #8 DONE 0.1s [2025-06-05T03:05:20.733Z] [2025-06-05T03:05:20.733Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:20.733Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:21.017Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-05T03:05:21.017Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-05T03:05:21.017Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:21.017Z] #1 transferring dockerfile: 169B done [2025-06-05T03:05:21.017Z] #1 DONE 0.0s [2025-06-05T03:05:21.017Z] [2025-06-05T03:05:21.017Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-05T03:05:21.017Z] #2 DONE 0.0s [2025-06-05T03:05:21.017Z] [2025-06-05T03:05:21.017Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-05T03:05:21.017Z] #3 DONE 0.0s [2025-06-05T03:05:21.017Z] [2025-06-05T03:05:21.017Z] #4 [internal] load .dockerignore [2025-06-05T03:05:21.017Z] #4 transferring context: 2B done [2025-06-05T03:05:21.017Z] #4 DONE 0.0s [2025-06-05T03:05:21.017Z] [2025-06-05T03:05:21.017Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:21.017Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:21.017Z] #5 CACHED [2025-06-05T03:05:21.017Z] [2025-06-05T03:05:21.017Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c [2025-06-05T03:05:21.017Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b833383a1ed7bdb09b721657a2005e738254e1fb68e3b1ccea111f0c5a3e029c 0.0s done [2025-06-05T03:05:21.017Z] #6 CACHED [2025-06-05T03:05:21.017Z] [2025-06-05T03:05:21.017Z] #7 exporting to image [2025-06-05T03:05:21.017Z] #7 exporting layers done [2025-06-05T03:05:21.017Z] #7 exporting manifest sha256:1a3697897d9720f30b839ae12d7115d83532725843e7e310b59bb0c443898d79 done [2025-06-05T03:05:21.017Z] #7 exporting config sha256:5bb42b51e2b874947a0757db0b3b33bf29a9e8d45e5e0e13982c5c65cdd72e94 done [2025-06-05T03:05:21.017Z] #7 exporting manifest sha256:e1f44d31541f7f8afd03624358ed2e9adff2bb702969c7a476599889cf23dd1b done [2025-06-05T03:05:21.017Z] #7 exporting config sha256:6cf417a95010047626111612d38fd6838bcbd68ef6e79bac89352beb3adb5766 done [2025-06-05T03:05:21.017Z] #7 exporting manifest list sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 done [2025-06-05T03:05:21.017Z] #7 pushing layers [2025-06-05T03:05:21.017Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:21.277Z] #7 pushing layers 0.0s done [2025-06-05T03:05:21.277Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fe2236ba228bc5e8bccaedf4f69f31a5aec363f422f826849a2e548eccb36169 0.1s done [2025-06-05T03:05:21.277Z] #7 DONE 0.1s [2025-06-05T03:05:21.277Z] [2025-06-05T03:05:21.277Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:21.277Z] #8 DONE 0.0s [2025-06-05T03:05:21.277Z] [2025-06-05T03:05:21.277Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:21.277Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:21.565Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:21.565Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:21.565Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:21.565Z] #1 transferring dockerfile: 211B done [2025-06-05T03:05:21.565Z] #1 DONE 0.0s [2025-06-05T03:05:21.565Z] [2025-06-05T03:05:21.565Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:21.565Z] #2 DONE 0.0s [2025-06-05T03:05:21.565Z] [2025-06-05T03:05:21.565Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:21.565Z] #3 DONE 0.1s [2025-06-05T03:05:21.565Z] [2025-06-05T03:05:21.565Z] #4 [internal] load .dockerignore [2025-06-05T03:05:21.565Z] #4 transferring context: 2B done [2025-06-05T03:05:21.565Z] #4 DONE 0.0s [2025-06-05T03:05:21.824Z] [2025-06-05T03:05:21.824Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:21.824Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:21.824Z] #5 DONE 0.0s [2025-06-05T03:05:21.824Z] [2025-06-05T03:05:21.825Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:21.825Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:21.825Z] #6 DONE 0.1s [2025-06-05T03:05:21.825Z] [2025-06-05T03:05:21.825Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:21.825Z] #7 DONE 0.0s [2025-06-05T03:05:21.825Z] [2025-06-05T03:05:21.825Z] #8 exporting to image [2025-06-05T03:05:21.825Z] #8 exporting layers done [2025-06-05T03:05:21.825Z] #8 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done [2025-06-05T03:05:21.825Z] #8 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done [2025-06-05T03:05:21.825Z] #8 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done [2025-06-05T03:05:21.825Z] #8 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done [2025-06-05T03:05:21.825Z] #8 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done [2025-06-05T03:05:21.825Z] #8 pushing layers 0.1s done [2025-06-05T03:05:21.825Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d [2025-06-05T03:05:21.825Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:22.083Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done [2025-06-05T03:05:22.083Z] #8 DONE 0.2s [2025-06-05T03:05:22.083Z] [2025-06-05T03:05:22.083Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:22.083Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:22.367Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-05T03:05:22.367Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-05T03:05:22.367Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:22.367Z] #1 transferring dockerfile: 177B done [2025-06-05T03:05:22.367Z] #1 DONE 0.0s [2025-06-05T03:05:22.367Z] [2025-06-05T03:05:22.367Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-05T03:05:22.367Z] #2 DONE 0.0s [2025-06-05T03:05:22.367Z] [2025-06-05T03:05:22.367Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-05T03:05:22.367Z] #3 DONE 0.0s [2025-06-05T03:05:22.367Z] [2025-06-05T03:05:22.367Z] #4 [internal] load .dockerignore [2025-06-05T03:05:22.367Z] #4 transferring context: 2B done [2025-06-05T03:05:22.367Z] #4 DONE 0.0s [2025-06-05T03:05:22.367Z] [2025-06-05T03:05:22.367Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:22.367Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:22.367Z] #5 CACHED [2025-06-05T03:05:22.367Z] [2025-06-05T03:05:22.367Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:22.624Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:22.624Z] #6 CACHED [2025-06-05T03:05:22.624Z] [2025-06-05T03:05:22.624Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:22.624Z] #7 DONE 0.0s [2025-06-05T03:05:22.624Z] [2025-06-05T03:05:22.624Z] #8 exporting to image [2025-06-05T03:05:22.624Z] #8 exporting layers done [2025-06-05T03:05:22.624Z] #8 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done [2025-06-05T03:05:22.624Z] #8 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done [2025-06-05T03:05:22.624Z] #8 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done [2025-06-05T03:05:22.624Z] #8 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done [2025-06-05T03:05:22.624Z] #8 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done [2025-06-05T03:05:22.624Z] #8 pushing layers 0.0s done [2025-06-05T03:05:22.624Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done [2025-06-05T03:05:22.624Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:22.624Z] #8 DONE 0.1s [2025-06-05T03:05:22.624Z] [2025-06-05T03:05:22.624Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:22.624Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:22.911Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20' [2025-06-05T03:05:22.911Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 --push - [2025-06-05T03:05:22.911Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:22.911Z] #1 transferring dockerfile: 183B done [2025-06-05T03:05:22.911Z] #1 DONE 0.0s [2025-06-05T03:05:22.911Z] [2025-06-05T03:05:22.911Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 [2025-06-05T03:05:22.911Z] #2 DONE 0.0s [2025-06-05T03:05:22.911Z] [2025-06-05T03:05:22.911Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20 [2025-06-05T03:05:22.911Z] #3 DONE 0.0s [2025-06-05T03:05:22.911Z] [2025-06-05T03:05:22.911Z] #4 [internal] load .dockerignore [2025-06-05T03:05:22.911Z] #4 transferring context: 2B done [2025-06-05T03:05:22.911Z] #4 DONE 0.0s [2025-06-05T03:05:22.911Z] [2025-06-05T03:05:22.911Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:22.911Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:22.911Z] #5 CACHED [2025-06-05T03:05:22.911Z] [2025-06-05T03:05:22.911Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:22.911Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:22.912Z] #6 CACHED [2025-06-05T03:05:22.912Z] [2025-06-05T03:05:22.912Z] #7 exporting to image [2025-06-05T03:05:22.912Z] #7 exporting layers [2025-06-05T03:05:22.912Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:23.171Z] #7 exporting layers done [2025-06-05T03:05:23.171Z] #7 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done [2025-06-05T03:05:23.171Z] #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done [2025-06-05T03:05:23.171Z] #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done [2025-06-05T03:05:23.171Z] #7 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done [2025-06-05T03:05:23.171Z] #7 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done [2025-06-05T03:05:23.171Z] #7 pushing layers 0.0s done [2025-06-05T03:05:23.171Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.20@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done [2025-06-05T03:05:23.171Z] #7 DONE 0.1s [2025-06-05T03:05:23.171Z] [2025-06-05T03:05:23.171Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:23.171Z] #8 DONE 0.0s [2025-06-05T03:05:23.171Z] [2025-06-05T03:05:23.171Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:23.171Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:23.463Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:23.464Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:23.464Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:23.464Z] #1 transferring dockerfile: 224B done [2025-06-05T03:05:23.464Z] #1 DONE 0.0s [2025-06-05T03:05:23.464Z] [2025-06-05T03:05:23.464Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:23.464Z] #2 DONE 0.0s [2025-06-05T03:05:23.464Z] [2025-06-05T03:05:23.464Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:23.464Z] #3 DONE 0.0s [2025-06-05T03:05:23.464Z] [2025-06-05T03:05:23.464Z] #4 [internal] load .dockerignore [2025-06-05T03:05:23.464Z] #4 transferring context: 2B done [2025-06-05T03:05:23.464Z] #4 DONE 0.0s [2025-06-05T03:05:23.464Z] [2025-06-05T03:05:23.464Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:23.464Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:23.464Z] #5 CACHED [2025-06-05T03:05:23.464Z] [2025-06-05T03:05:23.464Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:23.464Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:23.464Z] #6 CACHED [2025-06-05T03:05:23.464Z] [2025-06-05T03:05:23.464Z] #7 exporting to image [2025-06-05T03:05:23.464Z] #7 exporting layers done [2025-06-05T03:05:23.464Z] #7 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done [2025-06-05T03:05:23.464Z] #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c [2025-06-05T03:05:23.464Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:23.725Z] #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done [2025-06-05T03:05:23.725Z] #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done [2025-06-05T03:05:23.725Z] #7 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done [2025-06-05T03:05:23.725Z] #7 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done [2025-06-05T03:05:23.725Z] #7 pushing layers 0.0s done [2025-06-05T03:05:23.725Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done [2025-06-05T03:05:23.725Z] #7 DONE 0.1s [2025-06-05T03:05:23.725Z] [2025-06-05T03:05:23.725Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:23.725Z] #8 DONE 0.0s [2025-06-05T03:05:23.725Z] [2025-06-05T03:05:23.725Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:23.725Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:24.010Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-05T03:05:24.010Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-05T03:05:24.268Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:24.268Z] #1 transferring dockerfile: 175B done [2025-06-05T03:05:24.268Z] #1 DONE 0.0s [2025-06-05T03:05:24.268Z] [2025-06-05T03:05:24.268Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-05T03:05:24.268Z] #2 DONE 0.0s [2025-06-05T03:05:24.268Z] [2025-06-05T03:05:24.268Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-05T03:05:24.268Z] #3 DONE 0.0s [2025-06-05T03:05:24.268Z] [2025-06-05T03:05:24.268Z] #4 [internal] load .dockerignore [2025-06-05T03:05:24.268Z] #4 transferring context: 2B done [2025-06-05T03:05:24.268Z] #4 DONE 0.0s [2025-06-05T03:05:24.268Z] [2025-06-05T03:05:24.268Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:24.268Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 done [2025-06-05T03:05:24.268Z] #5 CACHED [2025-06-05T03:05:24.268Z] [2025-06-05T03:05:24.268Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 [2025-06-05T03:05:24.268Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:7ecde0d23156ca3f3b3dda4facd624561882f556eb9a5d332f351037dcfce028 0.0s done [2025-06-05T03:05:24.268Z] #6 CACHED [2025-06-05T03:05:24.268Z] [2025-06-05T03:05:24.268Z] #7 exporting to image [2025-06-05T03:05:24.268Z] #7 exporting layers done [2025-06-05T03:05:24.268Z] #7 exporting manifest sha256:2ac081d06e1fd2ad8394cd702c96f26c335be84b5cf142af23332bd57e2032c9 done [2025-06-05T03:05:24.268Z] #7 exporting config sha256:8277f7319458ddf7164f99ad48e5351b7f23ce6bf1395565e3cd8002368ef41c done [2025-06-05T03:05:24.268Z] #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 [2025-06-05T03:05:24.268Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:24.268Z] #7 exporting manifest sha256:cf9ea02a09fb690a5f18aa25d00bb7a07d1b1c73d5b6c10cb7fbf343401af782 done [2025-06-05T03:05:24.269Z] #7 exporting config sha256:0a2486f4b3677c0e536b7516116bb74e0b106286cacb3c8c54f0981d40908dea done [2025-06-05T03:05:24.269Z] #7 exporting manifest list sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d done [2025-06-05T03:05:24.269Z] #7 pushing layers 0.0s done [2025-06-05T03:05:24.269Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b94e241376a3a3454f765d41ce7fe1165028a286130533fa2e060d16372d197d 0.1s done [2025-06-05T03:05:24.269Z] #7 DONE 0.1s [2025-06-05T03:05:24.269Z] [2025-06-05T03:05:24.269Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:24.269Z] #8 DONE 0.0s [2025-06-05T03:05:24.269Z] [2025-06-05T03:05:24.269Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:24.269Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:24.554Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:24.554Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:24.554Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:24.554Z] #1 transferring dockerfile: 215B done [2025-06-05T03:05:24.554Z] #1 DONE 0.0s [2025-06-05T03:05:24.554Z] [2025-06-05T03:05:24.554Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:24.554Z] #2 DONE 0.0s [2025-06-05T03:05:24.554Z] [2025-06-05T03:05:24.554Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:24.554Z] #3 DONE 0.1s [2025-06-05T03:05:24.554Z] [2025-06-05T03:05:24.554Z] #4 [internal] load .dockerignore [2025-06-05T03:05:24.554Z] #4 transferring context: 2B done [2025-06-05T03:05:24.554Z] #4 DONE 0.0s [2025-06-05T03:05:24.813Z] [2025-06-05T03:05:24.813Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:24.813Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:24.813Z] #5 ... [2025-06-05T03:05:24.813Z] [2025-06-05T03:05:24.813Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:24.813Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done [2025-06-05T03:05:24.813Z] #6 DONE 0.1s [2025-06-05T03:05:24.813Z] [2025-06-05T03:05:24.813Z] #7 exporting to image [2025-06-05T03:05:24.813Z] #7 exporting layers done [2025-06-05T03:05:24.813Z] #7 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done [2025-06-05T03:05:24.813Z] #7 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done [2025-06-05T03:05:24.813Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:24.813Z] #7 ... [2025-06-05T03:05:24.813Z] [2025-06-05T03:05:24.813Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:24.813Z] #8 DONE 0.0s [2025-06-05T03:05:24.813Z] [2025-06-05T03:05:24.813Z] #7 exporting to image [2025-06-05T03:05:24.813Z] #7 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e 0.0s done [2025-06-05T03:05:24.813Z] #7 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done [2025-06-05T03:05:24.813Z] #7 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done [2025-06-05T03:05:24.813Z] #7 pushing layers 0.1s done [2025-06-05T03:05:24.813Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 [2025-06-05T03:05:25.074Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done [2025-06-05T03:05:25.074Z] #7 DONE 0.2s [2025-06-05T03:05:25.074Z] [2025-06-05T03:05:25.074Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:25.074Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:25.363Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-05T03:05:25.363Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-05T03:05:25.363Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:25.363Z] #1 transferring dockerfile: 181B done [2025-06-05T03:05:25.363Z] #1 DONE 0.0s [2025-06-05T03:05:25.363Z] [2025-06-05T03:05:25.363Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-05T03:05:25.363Z] #2 DONE 0.0s [2025-06-05T03:05:25.363Z] [2025-06-05T03:05:25.363Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-05T03:05:25.363Z] #3 DONE 0.0s [2025-06-05T03:05:25.363Z] [2025-06-05T03:05:25.363Z] #4 [internal] load .dockerignore [2025-06-05T03:05:25.363Z] #4 transferring context: 2B done [2025-06-05T03:05:25.363Z] #4 DONE 0.0s [2025-06-05T03:05:25.363Z] [2025-06-05T03:05:25.363Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:25.363Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done [2025-06-05T03:05:25.363Z] #5 DONE 0.0s [2025-06-05T03:05:25.363Z] [2025-06-05T03:05:25.363Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:25.621Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done [2025-06-05T03:05:25.621Z] #6 CACHED [2025-06-05T03:05:25.621Z] [2025-06-05T03:05:25.621Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:25.621Z] #5 CACHED [2025-06-05T03:05:25.621Z] [2025-06-05T03:05:25.621Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:25.621Z] #7 DONE 0.0s [2025-06-05T03:05:25.621Z] [2025-06-05T03:05:25.621Z] #8 exporting to image [2025-06-05T03:05:25.621Z] #8 exporting layers done [2025-06-05T03:05:25.621Z] #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done [2025-06-05T03:05:25.621Z] #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done [2025-06-05T03:05:25.621Z] #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done [2025-06-05T03:05:25.621Z] #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done [2025-06-05T03:05:25.621Z] #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done [2025-06-05T03:05:25.621Z] #8 pushing layers 0.0s done [2025-06-05T03:05:25.621Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done [2025-06-05T03:05:25.621Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:25.621Z] #8 DONE 0.1s [2025-06-05T03:05:25.621Z] [2025-06-05T03:05:25.621Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:25.621Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:25.909Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20' [2025-06-05T03:05:25.909Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 --push - [2025-06-05T03:05:25.909Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:25.909Z] #1 transferring dockerfile: 187B done [2025-06-05T03:05:25.909Z] #1 DONE 0.0s [2025-06-05T03:05:25.909Z] [2025-06-05T03:05:25.909Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 [2025-06-05T03:05:25.909Z] #2 DONE 0.0s [2025-06-05T03:05:25.909Z] [2025-06-05T03:05:25.909Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20 [2025-06-05T03:05:25.909Z] #3 DONE 0.0s [2025-06-05T03:05:25.909Z] [2025-06-05T03:05:25.909Z] #4 [internal] load .dockerignore [2025-06-05T03:05:25.909Z] #4 transferring context: 2B done [2025-06-05T03:05:25.909Z] #4 DONE 0.0s [2025-06-05T03:05:25.909Z] [2025-06-05T03:05:25.909Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:25.909Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done [2025-06-05T03:05:25.909Z] #5 DONE 0.0s [2025-06-05T03:05:25.909Z] [2025-06-05T03:05:25.909Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:26.167Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done [2025-06-05T03:05:26.167Z] #6 CACHED [2025-06-05T03:05:26.167Z] [2025-06-05T03:05:26.167Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:26.167Z] #5 CACHED [2025-06-05T03:05:26.167Z] [2025-06-05T03:05:26.167Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:26.167Z] #7 DONE 0.0s [2025-06-05T03:05:26.167Z] [2025-06-05T03:05:26.167Z] #8 exporting to image [2025-06-05T03:05:26.167Z] #8 exporting layers done [2025-06-05T03:05:26.167Z] #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done [2025-06-05T03:05:26.167Z] #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done [2025-06-05T03:05:26.167Z] #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done [2025-06-05T03:05:26.167Z] #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done [2025-06-05T03:05:26.168Z] #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done [2025-06-05T03:05:26.168Z] #8 pushing layers 0.0s done [2025-06-05T03:05:26.168Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.20@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done [2025-06-05T03:05:26.168Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:26.168Z] #8 DONE 0.1s [2025-06-05T03:05:26.168Z] [2025-06-05T03:05:26.168Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:26.168Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:26.460Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:26.460Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:26.460Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:26.460Z] #1 transferring dockerfile: 228B done [2025-06-05T03:05:26.460Z] #1 DONE 0.0s [2025-06-05T03:05:26.460Z] [2025-06-05T03:05:26.460Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:26.460Z] #2 DONE 0.0s [2025-06-05T03:05:26.460Z] [2025-06-05T03:05:26.460Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:26.460Z] #3 DONE 0.0s [2025-06-05T03:05:26.460Z] [2025-06-05T03:05:26.460Z] #4 [internal] load .dockerignore [2025-06-05T03:05:26.460Z] #4 transferring context: 2B done [2025-06-05T03:05:26.460Z] #4 DONE 0.0s [2025-06-05T03:05:26.460Z] [2025-06-05T03:05:26.460Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:26.460Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done [2025-06-05T03:05:26.460Z] #5 CACHED [2025-06-05T03:05:26.460Z] [2025-06-05T03:05:26.460Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:26.460Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f 0.0s done [2025-06-05T03:05:26.460Z] #6 DONE 0.0s [2025-06-05T03:05:26.721Z] [2025-06-05T03:05:26.721Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:26.721Z] #6 CACHED [2025-06-05T03:05:26.721Z] [2025-06-05T03:05:26.721Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:26.721Z] #7 DONE 0.0s [2025-06-05T03:05:26.721Z] [2025-06-05T03:05:26.721Z] #8 exporting to image [2025-06-05T03:05:26.721Z] #8 exporting layers done [2025-06-05T03:05:26.721Z] #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done [2025-06-05T03:05:26.721Z] #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done [2025-06-05T03:05:26.721Z] #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done [2025-06-05T03:05:26.721Z] #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done [2025-06-05T03:05:26.721Z] #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done [2025-06-05T03:05:26.721Z] #8 pushing layers 0.0s done [2025-06-05T03:05:26.721Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done [2025-06-05T03:05:26.721Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:26.721Z] #8 DONE 0.1s [2025-06-05T03:05:26.721Z] [2025-06-05T03:05:26.721Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:26.721Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:27.012Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-05T03:05:27.013Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-05T03:05:27.013Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:27.013Z] #1 transferring dockerfile: 179B done [2025-06-05T03:05:27.013Z] #1 DONE 0.0s [2025-06-05T03:05:27.013Z] [2025-06-05T03:05:27.013Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-05T03:05:27.013Z] #2 DONE 0.0s [2025-06-05T03:05:27.013Z] [2025-06-05T03:05:27.013Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-05T03:05:27.013Z] #3 DONE 0.0s [2025-06-05T03:05:27.013Z] [2025-06-05T03:05:27.013Z] #4 [internal] load .dockerignore [2025-06-05T03:05:27.013Z] #4 transferring context: 2B done [2025-06-05T03:05:27.013Z] #4 DONE 0.0s [2025-06-05T03:05:27.013Z] [2025-06-05T03:05:27.013Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:27.013Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f done [2025-06-05T03:05:27.013Z] #5 CACHED [2025-06-05T03:05:27.013Z] [2025-06-05T03:05:27.013Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f [2025-06-05T03:05:27.013Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:6cec0c079783c1c1e57a50a7a4de09b7daba681b7b9b3ec681fa0523296d3d7f done [2025-06-05T03:05:27.271Z] #6 CACHED [2025-06-05T03:05:27.271Z] [2025-06-05T03:05:27.271Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:27.271Z] #7 DONE 0.0s [2025-06-05T03:05:27.271Z] [2025-06-05T03:05:27.271Z] #8 exporting to image [2025-06-05T03:05:27.271Z] #8 exporting layers done [2025-06-05T03:05:27.271Z] #8 exporting manifest sha256:10391307957f6a7e9de4f55ccff78e537cc05da7b0312f10af2d75d8bb131503 done [2025-06-05T03:05:27.271Z] #8 exporting config sha256:5eceaad7a8a1b8aadd94285fa154c8b35dbfc86b1f5dae3befcfb3348d1a3c3e done [2025-06-05T03:05:27.271Z] #8 exporting manifest sha256:0375b9bf5445c0dbb3f04f1282a2f910e8a7709e7305a9c66fef1d9e6e15da3e done [2025-06-05T03:05:27.271Z] #8 exporting config sha256:62743979b9ae83e8d5912bd77b2045bf3f96af9bb719b4191b14fd3503029aac done [2025-06-05T03:05:27.271Z] #8 exporting manifest list sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 done [2025-06-05T03:05:27.271Z] #8 pushing layers 0.0s done [2025-06-05T03:05:27.271Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:0500b6c4b301d2dee935e1b4390f004f3b651e4a75e2c2370b13ba8f210b47d0 0.1s done [2025-06-05T03:05:27.271Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:27.271Z] #8 DONE 0.1s [2025-06-05T03:05:27.271Z] [2025-06-05T03:05:27.271Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:27.271Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:27.563Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:27.563Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:27.563Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:27.563Z] #1 transferring dockerfile: 205B done [2025-06-05T03:05:27.563Z] #1 DONE 0.0s [2025-06-05T03:05:27.563Z] [2025-06-05T03:05:27.563Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:27.563Z] #2 DONE 0.0s [2025-06-05T03:05:27.563Z] [2025-06-05T03:05:27.563Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:27.563Z] #3 DONE 0.1s [2025-06-05T03:05:27.563Z] [2025-06-05T03:05:27.563Z] #4 [internal] load .dockerignore [2025-06-05T03:05:27.563Z] #4 transferring context: 2B done [2025-06-05T03:05:27.563Z] #4 DONE 0.0s [2025-06-05T03:05:27.563Z] [2025-06-05T03:05:27.563Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:27.563Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:27.821Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:27.821Z] #5 DONE 0.0s [2025-06-05T03:05:27.821Z] [2025-06-05T03:05:27.821Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:27.821Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:27.821Z] #6 DONE 0.1s [2025-06-05T03:05:27.821Z] [2025-06-05T03:05:27.821Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:27.821Z] #7 DONE 0.0s [2025-06-05T03:05:27.821Z] [2025-06-05T03:05:27.821Z] #8 exporting to image [2025-06-05T03:05:27.821Z] #8 exporting layers done [2025-06-05T03:05:27.821Z] #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done [2025-06-05T03:05:27.821Z] #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done [2025-06-05T03:05:27.821Z] #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done [2025-06-05T03:05:27.821Z] #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done [2025-06-05T03:05:27.821Z] #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done [2025-06-05T03:05:27.821Z] #8 pushing layers 0.1s done [2025-06-05T03:05:27.821Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a [2025-06-05T03:05:27.821Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:28.079Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.1s done [2025-06-05T03:05:28.079Z] #8 DONE 0.2s [2025-06-05T03:05:28.079Z] [2025-06-05T03:05:28.079Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:28.079Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:28.366Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-05T03:05:28.367Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-05T03:05:28.367Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:28.367Z] #1 transferring dockerfile: 171B done [2025-06-05T03:05:28.367Z] #1 DONE 0.0s [2025-06-05T03:05:28.367Z] [2025-06-05T03:05:28.367Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-05T03:05:28.367Z] #2 DONE 0.0s [2025-06-05T03:05:28.367Z] [2025-06-05T03:05:28.367Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-05T03:05:28.367Z] #3 DONE 0.0s [2025-06-05T03:05:28.367Z] [2025-06-05T03:05:28.367Z] #4 [internal] load .dockerignore [2025-06-05T03:05:28.367Z] #4 transferring context: 2B done [2025-06-05T03:05:28.367Z] #4 DONE 0.0s [2025-06-05T03:05:28.367Z] [2025-06-05T03:05:28.367Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:28.367Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:28.367Z] #5 DONE 0.0s [2025-06-05T03:05:28.367Z] [2025-06-05T03:05:28.367Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:28.628Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:28.628Z] #6 CACHED [2025-06-05T03:05:28.628Z] [2025-06-05T03:05:28.628Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:28.628Z] #5 CACHED [2025-06-05T03:05:28.628Z] [2025-06-05T03:05:28.628Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:28.628Z] #7 DONE 0.0s [2025-06-05T03:05:28.628Z] [2025-06-05T03:05:28.628Z] #8 exporting to image [2025-06-05T03:05:28.628Z] #8 exporting layers done [2025-06-05T03:05:28.628Z] #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done [2025-06-05T03:05:28.628Z] #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done [2025-06-05T03:05:28.628Z] #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done [2025-06-05T03:05:28.628Z] #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done [2025-06-05T03:05:28.628Z] #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done [2025-06-05T03:05:28.628Z] #8 pushing layers 0.0s done [2025-06-05T03:05:28.628Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.1s done [2025-06-05T03:05:28.628Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:28.628Z] #8 DONE 0.1s [2025-06-05T03:05:28.628Z] [2025-06-05T03:05:28.628Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:28.628Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:28.914Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20' [2025-06-05T03:05:28.914Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 --push - [2025-06-05T03:05:28.914Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:28.914Z] #1 transferring dockerfile: 177B done [2025-06-05T03:05:28.914Z] #1 DONE 0.0s [2025-06-05T03:05:28.914Z] [2025-06-05T03:05:28.914Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 [2025-06-05T03:05:28.914Z] #2 DONE 0.0s [2025-06-05T03:05:28.914Z] [2025-06-05T03:05:28.914Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20 [2025-06-05T03:05:28.914Z] #3 DONE 0.0s [2025-06-05T03:05:28.914Z] [2025-06-05T03:05:28.914Z] #4 [internal] load .dockerignore [2025-06-05T03:05:28.914Z] #4 transferring context: 2B done [2025-06-05T03:05:28.914Z] #4 DONE 0.0s [2025-06-05T03:05:28.914Z] [2025-06-05T03:05:28.914Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:28.914Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:28.914Z] #5 CACHED [2025-06-05T03:05:28.914Z] [2025-06-05T03:05:28.914Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:28.914Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:28.914Z] #6 CACHED [2025-06-05T03:05:28.914Z] [2025-06-05T03:05:28.914Z] #7 exporting to image [2025-06-05T03:05:28.914Z] #7 exporting layers [2025-06-05T03:05:28.914Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:29.173Z] #7 ... [2025-06-05T03:05:29.173Z] [2025-06-05T03:05:29.173Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:29.173Z] #8 DONE 0.0s [2025-06-05T03:05:29.173Z] [2025-06-05T03:05:29.173Z] #7 exporting to image [2025-06-05T03:05:29.173Z] #7 exporting layers done [2025-06-05T03:05:29.173Z] #7 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done [2025-06-05T03:05:29.173Z] #7 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done [2025-06-05T03:05:29.173Z] #7 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done [2025-06-05T03:05:29.173Z] #7 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done [2025-06-05T03:05:29.173Z] #7 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done [2025-06-05T03:05:29.173Z] #7 pushing layers 0.0s done [2025-06-05T03:05:29.173Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a [2025-06-05T03:05:29.173Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.20@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.2s done [2025-06-05T03:05:29.173Z] #7 DONE 0.3s [2025-06-05T03:05:29.432Z] [2025-06-05T03:05:29.432Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:29.432Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:29.717Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:29.717Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:29.976Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:29.976Z] #1 transferring dockerfile: 218B done [2025-06-05T03:05:29.976Z] #1 DONE 0.0s [2025-06-05T03:05:29.976Z] [2025-06-05T03:05:29.976Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:29.976Z] #2 DONE 0.0s [2025-06-05T03:05:29.976Z] [2025-06-05T03:05:29.976Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:29.976Z] #3 DONE 0.0s [2025-06-05T03:05:29.976Z] [2025-06-05T03:05:29.976Z] #4 [internal] load .dockerignore [2025-06-05T03:05:29.976Z] #4 transferring context: 2B done [2025-06-05T03:05:29.976Z] #4 DONE 0.0s [2025-06-05T03:05:29.976Z] [2025-06-05T03:05:29.976Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:29.976Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:29.976Z] #5 DONE 0.0s [2025-06-05T03:05:29.976Z] [2025-06-05T03:05:29.976Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:29.976Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:29.976Z] #6 CACHED [2025-06-05T03:05:29.976Z] [2025-06-05T03:05:29.976Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:29.976Z] #5 CACHED [2025-06-05T03:05:29.976Z] [2025-06-05T03:05:29.976Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:30.235Z] #7 DONE 0.0s [2025-06-05T03:05:30.235Z] [2025-06-05T03:05:30.235Z] #8 exporting to image [2025-06-05T03:05:30.235Z] #8 exporting layers done [2025-06-05T03:05:30.235Z] #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done [2025-06-05T03:05:30.235Z] #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done [2025-06-05T03:05:30.235Z] #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done [2025-06-05T03:05:30.235Z] #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done [2025-06-05T03:05:30.235Z] #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done [2025-06-05T03:05:30.235Z] #8 pushing layers 0.1s done [2025-06-05T03:05:30.235Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.2s done [2025-06-05T03:05:30.235Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:30.235Z] #8 DONE 0.3s [2025-06-05T03:05:30.235Z] [2025-06-05T03:05:30.235Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:30.235Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:30.521Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-05T03:05:30.521Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-05T03:05:30.521Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:30.521Z] #1 transferring dockerfile: 169B done [2025-06-05T03:05:30.521Z] #1 DONE 0.0s [2025-06-05T03:05:30.521Z] [2025-06-05T03:05:30.521Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-05T03:05:30.521Z] #2 DONE 0.0s [2025-06-05T03:05:30.521Z] [2025-06-05T03:05:30.521Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-05T03:05:30.522Z] #3 DONE 0.0s [2025-06-05T03:05:30.522Z] [2025-06-05T03:05:30.522Z] #4 [internal] load .dockerignore [2025-06-05T03:05:30.522Z] #4 transferring context: 2B done [2025-06-05T03:05:30.522Z] #4 DONE 0.0s [2025-06-05T03:05:30.522Z] [2025-06-05T03:05:30.522Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:30.522Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a 0.0s done [2025-06-05T03:05:30.522Z] #5 DONE 0.0s [2025-06-05T03:05:30.522Z] [2025-06-05T03:05:30.522Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:30.781Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a done [2025-06-05T03:05:30.781Z] #6 CACHED [2025-06-05T03:05:30.781Z] [2025-06-05T03:05:30.781Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19446dab49e11213ebd26108ea9178e73931c768eafb5edfc4ab5c163deb661a [2025-06-05T03:05:30.781Z] #5 CACHED [2025-06-05T03:05:30.781Z] [2025-06-05T03:05:30.781Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:30.781Z] #7 DONE 0.0s [2025-06-05T03:05:30.781Z] [2025-06-05T03:05:30.781Z] #8 exporting to image [2025-06-05T03:05:30.781Z] #8 exporting layers done [2025-06-05T03:05:30.781Z] #8 exporting manifest sha256:300dd22baa6462c5e00521f5aa1013ba7a6f9c548f41eee96109882706f9340a done [2025-06-05T03:05:30.781Z] #8 exporting config sha256:184fde90931b4064b5fd6516350cbb2b7f076fdd18fea7f0db727bcb14e3be06 done [2025-06-05T03:05:30.781Z] #8 exporting manifest sha256:a51b98b03796e9415349829016ab977351fac2b69aa3ef4b1bf181675eab354d done [2025-06-05T03:05:30.781Z] #8 exporting config sha256:e1059b62df869b0a5f65b6d5041d9ab9c82080c5ba078b14fd9de916e3fa5da5 done [2025-06-05T03:05:30.781Z] #8 exporting manifest list sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a done [2025-06-05T03:05:30.781Z] #8 pushing layers 0.0s done [2025-06-05T03:05:30.781Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a [2025-06-05T03:05:30.781Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:30.781Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3bb8d67a86b725a7668fc732002fdb916687002753cd4f76034b8dc4b6d49a2a 0.1s done [2025-06-05T03:05:30.781Z] #8 DONE 0.1s [2025-06-05T03:05:30.781Z] [2025-06-05T03:05:30.781Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:30.781Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:31.066Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:31.066Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:31.066Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:31.066Z] #1 transferring dockerfile: 206B done [2025-06-05T03:05:31.066Z] #1 DONE 0.0s [2025-06-05T03:05:31.066Z] [2025-06-05T03:05:31.066Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:31.066Z] #2 DONE 0.0s [2025-06-05T03:05:31.066Z] [2025-06-05T03:05:31.066Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:31.066Z] #3 DONE 0.1s [2025-06-05T03:05:31.066Z] [2025-06-05T03:05:31.066Z] #4 [internal] load .dockerignore [2025-06-05T03:05:31.066Z] #4 transferring context: 2B done [2025-06-05T03:05:31.066Z] #4 DONE 0.0s [2025-06-05T03:05:31.066Z] [2025-06-05T03:05:31.066Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:31.066Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 done [2025-06-05T03:05:31.066Z] #5 DONE 0.0s [2025-06-05T03:05:31.066Z] [2025-06-05T03:05:31.066Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:31.325Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:31.325Z] #6 DONE 0.0s [2025-06-05T03:05:31.325Z] [2025-06-05T03:05:31.325Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:31.325Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 done [2025-06-05T03:05:31.325Z] #5 DONE 0.1s [2025-06-05T03:05:31.325Z] [2025-06-05T03:05:31.325Z] #7 exporting to image [2025-06-05T03:05:31.325Z] #7 exporting layers done [2025-06-05T03:05:31.325Z] #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done [2025-06-05T03:05:31.325Z] #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done [2025-06-05T03:05:31.325Z] #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done [2025-06-05T03:05:31.325Z] #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done [2025-06-05T03:05:31.325Z] #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 [2025-06-05T03:05:31.325Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:31.325Z] #7 ... [2025-06-05T03:05:31.325Z] [2025-06-05T03:05:31.325Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:31.325Z] #8 DONE 0.0s [2025-06-05T03:05:31.325Z] [2025-06-05T03:05:31.325Z] #7 exporting to image [2025-06-05T03:05:31.325Z] #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done [2025-06-05T03:05:31.325Z] #7 pushing layers 0.1s done [2025-06-05T03:05:31.325Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 [2025-06-05T03:05:31.584Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done [2025-06-05T03:05:31.584Z] #7 DONE 0.2s [2025-06-05T03:05:31.584Z] [2025-06-05T03:05:31.584Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:31.584Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:31.879Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-05T03:05:31.879Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-05T03:05:31.879Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:31.879Z] #1 transferring dockerfile: 172B done [2025-06-05T03:05:31.879Z] #1 DONE 0.0s [2025-06-05T03:05:31.879Z] [2025-06-05T03:05:31.879Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-05T03:05:31.879Z] #2 DONE 0.0s [2025-06-05T03:05:31.879Z] [2025-06-05T03:05:31.879Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-05T03:05:31.879Z] #3 DONE 0.0s [2025-06-05T03:05:31.879Z] [2025-06-05T03:05:31.879Z] #4 [internal] load .dockerignore [2025-06-05T03:05:31.879Z] #4 transferring context: 2B done [2025-06-05T03:05:31.879Z] #4 DONE 0.0s [2025-06-05T03:05:31.879Z] [2025-06-05T03:05:31.879Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:31.879Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 done [2025-06-05T03:05:31.879Z] #5 CACHED [2025-06-05T03:05:31.879Z] [2025-06-05T03:05:31.879Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:31.879Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:31.879Z] #6 CACHED [2025-06-05T03:05:31.879Z] [2025-06-05T03:05:31.879Z] #7 exporting to image [2025-06-05T03:05:31.879Z] #7 exporting layers done [2025-06-05T03:05:31.879Z] #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done [2025-06-05T03:05:31.879Z] #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b [2025-06-05T03:05:31.879Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:32.138Z] #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done [2025-06-05T03:05:32.138Z] #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done [2025-06-05T03:05:32.138Z] #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done [2025-06-05T03:05:32.138Z] #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done [2025-06-05T03:05:32.138Z] #7 pushing layers 0.0s done [2025-06-05T03:05:32.138Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done [2025-06-05T03:05:32.138Z] #7 DONE 0.1s [2025-06-05T03:05:32.138Z] [2025-06-05T03:05:32.138Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:32.138Z] #8 DONE 0.0s [2025-06-05T03:05:32.138Z] [2025-06-05T03:05:32.138Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:32.138Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:32.428Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20' [2025-06-05T03:05:32.428Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 --push - [2025-06-05T03:05:32.428Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:32.428Z] #1 transferring dockerfile: 178B done [2025-06-05T03:05:32.428Z] #1 DONE 0.0s [2025-06-05T03:05:32.428Z] [2025-06-05T03:05:32.428Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 [2025-06-05T03:05:32.428Z] #2 DONE 0.0s [2025-06-05T03:05:32.428Z] [2025-06-05T03:05:32.428Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20 [2025-06-05T03:05:32.428Z] #3 DONE 0.0s [2025-06-05T03:05:32.428Z] [2025-06-05T03:05:32.428Z] #4 [internal] load .dockerignore [2025-06-05T03:05:32.428Z] #4 transferring context: 2B done [2025-06-05T03:05:32.428Z] #4 DONE 0.0s [2025-06-05T03:05:32.428Z] [2025-06-05T03:05:32.428Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:32.428Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:32.428Z] #5 CACHED [2025-06-05T03:05:32.428Z] [2025-06-05T03:05:32.428Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:32.428Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:32.428Z] #6 CACHED [2025-06-05T03:05:32.428Z] [2025-06-05T03:05:32.428Z] #7 exporting to image [2025-06-05T03:05:32.428Z] #7 exporting layers done [2025-06-05T03:05:32.428Z] #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done [2025-06-05T03:05:32.428Z] #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done [2025-06-05T03:05:32.428Z] #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done [2025-06-05T03:05:32.428Z] #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 [2025-06-05T03:05:32.428Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:32.687Z] #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done [2025-06-05T03:05:32.687Z] #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done [2025-06-05T03:05:32.687Z] #7 pushing layers 0.0s done [2025-06-05T03:05:32.687Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.20@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done [2025-06-05T03:05:32.687Z] #7 DONE 0.1s [2025-06-05T03:05:32.687Z] [2025-06-05T03:05:32.687Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:32.687Z] #8 DONE 0.0s [2025-06-05T03:05:32.687Z] [2025-06-05T03:05:32.688Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:32.688Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:32.972Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:32.972Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:33.231Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:33.231Z] #1 transferring dockerfile: 219B done [2025-06-05T03:05:33.231Z] #1 DONE 0.0s [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:33.231Z] #2 DONE 0.0s [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:33.231Z] #3 DONE 0.0s [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] #4 [internal] load .dockerignore [2025-06-05T03:05:33.231Z] #4 transferring context: 2B done [2025-06-05T03:05:33.231Z] #4 DONE 0.0s [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:33.231Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:33.231Z] #5 CACHED [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:33.231Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:33.231Z] #6 CACHED [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] #7 exporting to image [2025-06-05T03:05:33.231Z] #7 exporting layers done [2025-06-05T03:05:33.231Z] #7 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done [2025-06-05T03:05:33.231Z] #7 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done [2025-06-05T03:05:33.231Z] #7 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done [2025-06-05T03:05:33.231Z] #7 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done [2025-06-05T03:05:33.231Z] #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 [2025-06-05T03:05:33.231Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:33.231Z] #7 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done [2025-06-05T03:05:33.231Z] #7 pushing layers 0.0s done [2025-06-05T03:05:33.231Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done [2025-06-05T03:05:33.231Z] #7 DONE 0.1s [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:33.231Z] #8 DONE 0.0s [2025-06-05T03:05:33.231Z] [2025-06-05T03:05:33.231Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:33.231Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:33.520Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-05T03:05:33.520Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-05T03:05:33.520Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:33.520Z] #1 transferring dockerfile: 170B done [2025-06-05T03:05:33.520Z] #1 DONE 0.0s [2025-06-05T03:05:33.520Z] [2025-06-05T03:05:33.520Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-05T03:05:33.520Z] #2 DONE 0.0s [2025-06-05T03:05:33.520Z] [2025-06-05T03:05:33.520Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-05T03:05:33.520Z] #3 DONE 0.0s [2025-06-05T03:05:33.520Z] [2025-06-05T03:05:33.520Z] #4 [internal] load .dockerignore [2025-06-05T03:05:33.520Z] #4 transferring context: 2B done [2025-06-05T03:05:33.520Z] #4 DONE 0.0s [2025-06-05T03:05:33.520Z] [2025-06-05T03:05:33.520Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:33.520Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:33.520Z] #5 CACHED [2025-06-05T03:05:33.520Z] [2025-06-05T03:05:33.520Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:33.520Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 0.0s done [2025-06-05T03:05:33.520Z] #6 DONE 0.0s [2025-06-05T03:05:33.779Z] [2025-06-05T03:05:33.779Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f165e754d7af0667ef189076a0422bc6301b9ed4aee12eb4d2fb741f6b5800c5 [2025-06-05T03:05:33.779Z] #6 CACHED [2025-06-05T03:05:33.779Z] [2025-06-05T03:05:33.779Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:33.779Z] #7 DONE 0.0s [2025-06-05T03:05:33.779Z] [2025-06-05T03:05:33.779Z] #8 exporting to image [2025-06-05T03:05:33.779Z] #8 exporting layers done [2025-06-05T03:05:33.779Z] #8 exporting manifest sha256:403e1ff103bd4b86c79c377bb66bde7acb61b33d12c883f3e187b13b1d4fb6b0 done [2025-06-05T03:05:33.779Z] #8 exporting config sha256:a7ed38d3ebf9b3c7b2d688f2e0f132cfc376675b04a0b051b010e5db3f4e6c7b done [2025-06-05T03:05:33.779Z] #8 exporting manifest sha256:9dae5da4f21cdc1d017945478445f93fd3d0df5dce8733d2bd45283f23af7779 done [2025-06-05T03:05:33.779Z] #8 exporting config sha256:4a67ccc89a76bc372de8823c4a3acea7a7e34e04452a9181bca1400bd48d1507 done [2025-06-05T03:05:33.779Z] #8 exporting manifest list sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 done [2025-06-05T03:05:33.779Z] #8 pushing layers 0.0s done [2025-06-05T03:05:33.779Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ee2c5010abb201856d547393cb54b2a41d8b0339b23e5484d885407ca1dc01c2 0.1s done [2025-06-05T03:05:33.779Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:33.779Z] #8 DONE 0.1s [2025-06-05T03:05:33.779Z] [2025-06-05T03:05:33.779Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:33.779Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:34.072Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:34.072Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:34.331Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:34.331Z] #1 transferring dockerfile: 206B done [2025-06-05T03:05:34.331Z] #1 DONE 0.0s [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:34.331Z] #2 DONE 0.0s [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:34.331Z] #3 DONE 0.0s [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #4 [internal] load .dockerignore [2025-06-05T03:05:34.331Z] #4 transferring context: 2B done [2025-06-05T03:05:34.331Z] #4 DONE 0.0s [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:34.331Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:34.331Z] #5 ... [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:34.331Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done [2025-06-05T03:05:34.331Z] #6 DONE 0.1s [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #7 exporting to image [2025-06-05T03:05:34.331Z] #7 exporting layers done [2025-06-05T03:05:34.331Z] #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done [2025-06-05T03:05:34.331Z] #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done [2025-06-05T03:05:34.331Z] #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done [2025-06-05T03:05:34.331Z] #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c [2025-06-05T03:05:34.331Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:34.331Z] #7 ... [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:34.331Z] #8 DONE 0.0s [2025-06-05T03:05:34.331Z] [2025-06-05T03:05:34.331Z] #7 exporting to image [2025-06-05T03:05:34.331Z] #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done [2025-06-05T03:05:34.331Z] #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done [2025-06-05T03:05:34.331Z] #7 pushing layers 0.1s done [2025-06-05T03:05:34.331Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 [2025-06-05T03:05:34.590Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done [2025-06-05T03:05:34.590Z] #7 DONE 0.2s [2025-06-05T03:05:34.590Z] [2025-06-05T03:05:34.590Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:34.590Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:34.878Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-05T03:05:34.879Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-05T03:05:34.879Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:34.879Z] #1 transferring dockerfile: 172B done [2025-06-05T03:05:34.879Z] #1 DONE 0.0s [2025-06-05T03:05:34.879Z] [2025-06-05T03:05:34.879Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-05T03:05:34.879Z] #2 DONE 0.0s [2025-06-05T03:05:34.879Z] [2025-06-05T03:05:34.879Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-05T03:05:34.879Z] #3 DONE 0.0s [2025-06-05T03:05:34.879Z] [2025-06-05T03:05:34.879Z] #4 [internal] load .dockerignore [2025-06-05T03:05:34.879Z] #4 transferring context: 2B done [2025-06-05T03:05:34.879Z] #4 DONE 0.0s [2025-06-05T03:05:34.879Z] [2025-06-05T03:05:34.879Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:34.879Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f done [2025-06-05T03:05:34.879Z] #5 CACHED [2025-06-05T03:05:34.879Z] [2025-06-05T03:05:34.879Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:34.879Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f done [2025-06-05T03:05:34.879Z] #6 CACHED [2025-06-05T03:05:34.879Z] [2025-06-05T03:05:34.879Z] #7 exporting to image [2025-06-05T03:05:34.879Z] #7 exporting layers [2025-06-05T03:05:34.879Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:35.138Z] #7 exporting layers done [2025-06-05T03:05:35.138Z] #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e 0.0s done [2025-06-05T03:05:35.138Z] #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done [2025-06-05T03:05:35.138Z] #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done [2025-06-05T03:05:35.138Z] #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done [2025-06-05T03:05:35.138Z] #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done [2025-06-05T03:05:35.138Z] #7 pushing layers 0.0s done [2025-06-05T03:05:35.138Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done [2025-06-05T03:05:35.138Z] #7 DONE 0.1s [2025-06-05T03:05:35.138Z] [2025-06-05T03:05:35.138Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:35.138Z] #8 DONE 0.0s [2025-06-05T03:05:35.138Z] [2025-06-05T03:05:35.138Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:35.138Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:35.426Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20' [2025-06-05T03:05:35.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 --push - [2025-06-05T03:05:35.426Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:35.426Z] #1 transferring dockerfile: 178B done [2025-06-05T03:05:35.426Z] #1 DONE 0.0s [2025-06-05T03:05:35.426Z] [2025-06-05T03:05:35.426Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 [2025-06-05T03:05:35.426Z] #2 DONE 0.0s [2025-06-05T03:05:35.426Z] [2025-06-05T03:05:35.426Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20 [2025-06-05T03:05:35.426Z] #3 DONE 0.0s [2025-06-05T03:05:35.426Z] [2025-06-05T03:05:35.426Z] #4 [internal] load .dockerignore [2025-06-05T03:05:35.426Z] #4 transferring context: 2B done [2025-06-05T03:05:35.426Z] #4 DONE 0.0s [2025-06-05T03:05:35.426Z] [2025-06-05T03:05:35.426Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:35.426Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done [2025-06-05T03:05:35.426Z] #5 DONE 0.0s [2025-06-05T03:05:35.426Z] [2025-06-05T03:05:35.426Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:35.685Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done [2025-06-05T03:05:35.685Z] #6 CACHED [2025-06-05T03:05:35.685Z] [2025-06-05T03:05:35.685Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:35.685Z] #5 CACHED [2025-06-05T03:05:35.685Z] [2025-06-05T03:05:35.685Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:35.685Z] #7 DONE 0.0s [2025-06-05T03:05:35.685Z] [2025-06-05T03:05:35.685Z] #8 exporting to image [2025-06-05T03:05:35.685Z] #8 exporting layers done [2025-06-05T03:05:35.685Z] #8 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done [2025-06-05T03:05:35.685Z] #8 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done [2025-06-05T03:05:35.685Z] #8 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done [2025-06-05T03:05:35.685Z] #8 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done [2025-06-05T03:05:35.685Z] #8 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done [2025-06-05T03:05:35.685Z] #8 pushing layers 0.0s done [2025-06-05T03:05:35.685Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.20@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done [2025-06-05T03:05:35.685Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:35.685Z] #8 DONE 0.1s [2025-06-05T03:05:35.685Z] [2025-06-05T03:05:35.685Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:35.685Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:35.975Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:35.975Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:35.975Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:35.975Z] #1 transferring dockerfile: 219B done [2025-06-05T03:05:35.975Z] #1 DONE 0.0s [2025-06-05T03:05:35.975Z] [2025-06-05T03:05:35.975Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:35.975Z] #2 DONE 0.0s [2025-06-05T03:05:35.975Z] [2025-06-05T03:05:35.975Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:35.975Z] #3 DONE 0.0s [2025-06-05T03:05:35.975Z] [2025-06-05T03:05:35.975Z] #4 [internal] load .dockerignore [2025-06-05T03:05:35.975Z] #4 transferring context: 2B done [2025-06-05T03:05:35.975Z] #4 DONE 0.0s [2025-06-05T03:05:35.975Z] [2025-06-05T03:05:35.975Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:35.975Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done [2025-06-05T03:05:35.975Z] #5 CACHED [2025-06-05T03:05:35.975Z] [2025-06-05T03:05:35.975Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:35.975Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done [2025-06-05T03:05:35.975Z] #6 CACHED [2025-06-05T03:05:35.975Z] [2025-06-05T03:05:35.975Z] #7 exporting to image [2025-06-05T03:05:35.975Z] #7 exporting layers [2025-06-05T03:05:35.975Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:36.235Z] #7 exporting layers done [2025-06-05T03:05:36.235Z] #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done [2025-06-05T03:05:36.235Z] #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done [2025-06-05T03:05:36.235Z] #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done [2025-06-05T03:05:36.235Z] #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done [2025-06-05T03:05:36.235Z] #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done [2025-06-05T03:05:36.235Z] #7 pushing layers 0.0s done [2025-06-05T03:05:36.235Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done [2025-06-05T03:05:36.235Z] #7 DONE 0.1s [2025-06-05T03:05:36.235Z] [2025-06-05T03:05:36.235Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:36.235Z] #8 DONE 0.0s [2025-06-05T03:05:36.235Z] [2025-06-05T03:05:36.235Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:36.235Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:36.519Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-05T03:05:36.519Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-05T03:05:36.778Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:36.778Z] #1 transferring dockerfile: 170B done [2025-06-05T03:05:36.778Z] #1 DONE 0.0s [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-05T03:05:36.778Z] #2 DONE 0.0s [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-05T03:05:36.778Z] #3 DONE 0.0s [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] #4 [internal] load .dockerignore [2025-06-05T03:05:36.778Z] #4 transferring context: 2B done [2025-06-05T03:05:36.778Z] #4 DONE 0.0s [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:36.778Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done [2025-06-05T03:05:36.778Z] #5 CACHED [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f [2025-06-05T03:05:36.778Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a1df7903b689a3b05400c735e9a25534580b566f6d3f298691b9213724abe30f 0.0s done [2025-06-05T03:05:36.778Z] #6 CACHED [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] #7 exporting to image [2025-06-05T03:05:36.778Z] #7 exporting layers done [2025-06-05T03:05:36.778Z] #7 exporting manifest sha256:d2fe9a96ac9f4e17c908ab4db1bea44569cb7945da3e718fe31c9bcfcb39481e done [2025-06-05T03:05:36.778Z] #7 exporting config sha256:ed142d6ad20173f4771935efdcd9be39f2f7ebc68435348ef771157823f4212e done [2025-06-05T03:05:36.778Z] #7 exporting manifest sha256:53da7c8d33ba87e8302a100680ebf4215a979868fa559f27a2493ba8cd87ce66 done [2025-06-05T03:05:36.778Z] #7 exporting config sha256:531005c4cab78e8c762b5477ab295e86335cae8292d4ea78dd6742e77351eb0c done [2025-06-05T03:05:36.778Z] #7 exporting manifest list sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 done [2025-06-05T03:05:36.778Z] #7 pushing layers 0.0s done [2025-06-05T03:05:36.778Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 [2025-06-05T03:05:36.778Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:36.778Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:8f412a59173e2c083f3d155e34ce36231a6163c3ddae69997b136791c4cc5db3 0.1s done [2025-06-05T03:05:36.778Z] #7 DONE 0.1s [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:36.778Z] #8 DONE 0.0s [2025-06-05T03:05:36.778Z] [2025-06-05T03:05:36.778Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:36.778Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:37.116Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:37.116Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:37.116Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:37.116Z] #1 transferring dockerfile: 206B done [2025-06-05T03:05:37.116Z] #1 DONE 0.0s [2025-06-05T03:05:37.116Z] [2025-06-05T03:05:37.116Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:37.116Z] #2 DONE 0.0s [2025-06-05T03:05:37.116Z] [2025-06-05T03:05:37.116Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:37.116Z] #3 DONE 0.0s [2025-06-05T03:05:37.116Z] [2025-06-05T03:05:37.116Z] #4 [internal] load .dockerignore [2025-06-05T03:05:37.116Z] #4 transferring context: 2B done [2025-06-05T03:05:37.116Z] #4 DONE 0.0s [2025-06-05T03:05:37.397Z] [2025-06-05T03:05:37.397Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:37.397Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done [2025-06-05T03:05:37.397Z] #5 DONE 0.0s [2025-06-05T03:05:37.397Z] [2025-06-05T03:05:37.397Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:37.397Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done [2025-06-05T03:05:37.397Z] #6 DONE 0.1s [2025-06-05T03:05:37.397Z] [2025-06-05T03:05:37.397Z] #7 exporting to image [2025-06-05T03:05:37.397Z] #7 exporting layers done [2025-06-05T03:05:37.397Z] #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done [2025-06-05T03:05:37.397Z] #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done [2025-06-05T03:05:37.397Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:37.397Z] #7 ... [2025-06-05T03:05:37.397Z] [2025-06-05T03:05:37.397Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:37.397Z] #8 DONE 0.0s [2025-06-05T03:05:37.397Z] [2025-06-05T03:05:37.397Z] #7 exporting to image [2025-06-05T03:05:37.397Z] #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done [2025-06-05T03:05:37.397Z] #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done [2025-06-05T03:05:37.397Z] #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done [2025-06-05T03:05:37.397Z] #7 pushing layers 0.1s done [2025-06-05T03:05:37.397Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 [2025-06-05T03:05:37.655Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done [2025-06-05T03:05:37.655Z] #7 DONE 0.2s [2025-06-05T03:05:37.655Z] [2025-06-05T03:05:37.655Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:37.655Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:37.946Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-05T03:05:37.946Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-05T03:05:37.946Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:37.946Z] #1 transferring dockerfile: 172B done [2025-06-05T03:05:37.946Z] #1 DONE 0.0s [2025-06-05T03:05:37.946Z] [2025-06-05T03:05:37.946Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-05T03:05:37.946Z] #2 DONE 0.0s [2025-06-05T03:05:37.946Z] [2025-06-05T03:05:37.946Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-05T03:05:37.946Z] #3 DONE 0.0s [2025-06-05T03:05:37.946Z] [2025-06-05T03:05:37.946Z] #4 [internal] load .dockerignore [2025-06-05T03:05:37.946Z] #4 transferring context: 2B done [2025-06-05T03:05:37.946Z] #4 DONE 0.0s [2025-06-05T03:05:37.946Z] [2025-06-05T03:05:37.946Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:37.946Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done [2025-06-05T03:05:37.946Z] #5 CACHED [2025-06-05T03:05:37.946Z] [2025-06-05T03:05:37.946Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:37.946Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done [2025-06-05T03:05:37.946Z] #6 CACHED [2025-06-05T03:05:37.946Z] [2025-06-05T03:05:37.946Z] #7 exporting to image [2025-06-05T03:05:37.946Z] #7 exporting layers done [2025-06-05T03:05:37.946Z] #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done [2025-06-05T03:05:37.946Z] #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done [2025-06-05T03:05:37.946Z] #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done [2025-06-05T03:05:37.946Z] #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done [2025-06-05T03:05:37.946Z] #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done [2025-06-05T03:05:37.946Z] #7 pushing layers 0.0s done [2025-06-05T03:05:37.946Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 [2025-06-05T03:05:37.946Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:38.205Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done [2025-06-05T03:05:38.205Z] #7 DONE 0.1s [2025-06-05T03:05:38.205Z] [2025-06-05T03:05:38.205Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:38.205Z] #8 DONE 0.0s [2025-06-05T03:05:38.205Z] [2025-06-05T03:05:38.205Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:38.205Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:38.509Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 --push - [2025-06-05T03:05:38.509Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20' [2025-06-05T03:05:38.509Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:38.509Z] #1 transferring dockerfile: 178B done [2025-06-05T03:05:38.509Z] #1 DONE 0.0s [2025-06-05T03:05:38.509Z] [2025-06-05T03:05:38.509Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 [2025-06-05T03:05:38.509Z] #2 DONE 0.0s [2025-06-05T03:05:38.509Z] [2025-06-05T03:05:38.509Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20 [2025-06-05T03:05:38.509Z] #3 DONE 0.0s [2025-06-05T03:05:38.509Z] [2025-06-05T03:05:38.509Z] #4 [internal] load .dockerignore [2025-06-05T03:05:38.509Z] #4 transferring context: 2B done [2025-06-05T03:05:38.509Z] #4 DONE 0.0s [2025-06-05T03:05:38.509Z] [2025-06-05T03:05:38.509Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:38.509Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done [2025-06-05T03:05:38.509Z] #5 CACHED [2025-06-05T03:05:38.509Z] [2025-06-05T03:05:38.509Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:38.768Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done [2025-06-05T03:05:38.768Z] #6 CACHED [2025-06-05T03:05:38.768Z] [2025-06-05T03:05:38.768Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:38.768Z] #7 DONE 0.0s [2025-06-05T03:05:38.768Z] [2025-06-05T03:05:38.768Z] #8 exporting to image [2025-06-05T03:05:38.768Z] #8 exporting layers done [2025-06-05T03:05:38.768Z] #8 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done [2025-06-05T03:05:38.768Z] #8 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done [2025-06-05T03:05:38.768Z] #8 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done [2025-06-05T03:05:38.768Z] #8 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done [2025-06-05T03:05:38.768Z] #8 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done [2025-06-05T03:05:38.768Z] #8 pushing layers 0.0s done [2025-06-05T03:05:38.768Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.20@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done [2025-06-05T03:05:38.768Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:38.768Z] #8 DONE 0.1s [2025-06-05T03:05:38.768Z] [2025-06-05T03:05:38.768Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:38.768Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:39.055Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:39.055Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:39.055Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:39.055Z] #1 transferring dockerfile: 219B done [2025-06-05T03:05:39.055Z] #1 DONE 0.0s [2025-06-05T03:05:39.055Z] [2025-06-05T03:05:39.055Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:39.055Z] #2 DONE 0.0s [2025-06-05T03:05:39.055Z] [2025-06-05T03:05:39.055Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:39.055Z] #3 DONE 0.0s [2025-06-05T03:05:39.055Z] [2025-06-05T03:05:39.055Z] #4 [internal] load .dockerignore [2025-06-05T03:05:39.055Z] #4 transferring context: 2B done [2025-06-05T03:05:39.055Z] #4 DONE 0.0s [2025-06-05T03:05:39.055Z] [2025-06-05T03:05:39.055Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:39.055Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done [2025-06-05T03:05:39.055Z] #5 CACHED [2025-06-05T03:05:39.055Z] [2025-06-05T03:05:39.055Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:39.055Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d 0.0s done [2025-06-05T03:05:39.055Z] #6 CACHED [2025-06-05T03:05:39.055Z] [2025-06-05T03:05:39.055Z] #7 exporting to image [2025-06-05T03:05:39.055Z] #7 exporting layers done [2025-06-05T03:05:39.055Z] #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done [2025-06-05T03:05:39.055Z] #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done [2025-06-05T03:05:39.055Z] #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done [2025-06-05T03:05:39.055Z] #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done [2025-06-05T03:05:39.055Z] #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 [2025-06-05T03:05:39.055Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:39.315Z] #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done [2025-06-05T03:05:39.315Z] #7 pushing layers 0.0s done [2025-06-05T03:05:39.315Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done [2025-06-05T03:05:39.315Z] #7 DONE 0.1s [2025-06-05T03:05:39.315Z] [2025-06-05T03:05:39.315Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:39.315Z] #8 DONE 0.0s [2025-06-05T03:05:39.315Z] [2025-06-05T03:05:39.315Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:39.315Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:39.604Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-05T03:05:39.604Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-05T03:05:39.604Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:39.604Z] #1 transferring dockerfile: 170B done [2025-06-05T03:05:39.604Z] #1 DONE 0.0s [2025-06-05T03:05:39.604Z] [2025-06-05T03:05:39.604Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-05T03:05:39.604Z] #2 DONE 0.0s [2025-06-05T03:05:39.604Z] [2025-06-05T03:05:39.604Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-05T03:05:39.604Z] #3 DONE 0.0s [2025-06-05T03:05:39.604Z] [2025-06-05T03:05:39.604Z] #4 [internal] load .dockerignore [2025-06-05T03:05:39.604Z] #4 transferring context: 2B done [2025-06-05T03:05:39.604Z] #4 DONE 0.0s [2025-06-05T03:05:39.604Z] [2025-06-05T03:05:39.604Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:39.604Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done [2025-06-05T03:05:39.604Z] #5 CACHED [2025-06-05T03:05:39.604Z] [2025-06-05T03:05:39.604Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d [2025-06-05T03:05:39.604Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:48d56b1b7353c92af70e412cc8a3ab4890fca5ccafefa3fc04b1b528fc037f0d done [2025-06-05T03:05:39.604Z] #6 CACHED [2025-06-05T03:05:39.604Z] [2025-06-05T03:05:39.604Z] #7 exporting to image [2025-06-05T03:05:39.604Z] #7 exporting layers done [2025-06-05T03:05:39.604Z] #7 exporting manifest sha256:594bdbbd7bf400d36e150e3e8f027ffe8537ee2762e02930c245f28100f71be1 done [2025-06-05T03:05:39.604Z] #7 exporting config sha256:ef4b26591c9c6c5226663c6a841ae13a96b65bf32925183f5a6270d73c4fd994 done [2025-06-05T03:05:39.604Z] #7 exporting manifest sha256:9a0688f7c1e3569aee6b4917c081e239dfee3fdccd49e4361f0c5562932e868f done [2025-06-05T03:05:39.604Z] #7 exporting config sha256:b0335948e054072f8afa6d0b8fe46d1c5de869f9fa94b4c266cc510d56be2732 done [2025-06-05T03:05:39.604Z] #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 [2025-06-05T03:05:39.604Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:39.863Z] #7 exporting manifest list sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 done [2025-06-05T03:05:39.863Z] #7 pushing layers 0.0s done [2025-06-05T03:05:39.863Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c0ca61ac10db5af9eb67fe8e310f3eb908d66643a53a412359d4d16ce5a61071 0.1s done [2025-06-05T03:05:39.863Z] #7 DONE 0.1s [2025-06-05T03:05:39.863Z] [2025-06-05T03:05:39.863Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:39.863Z] #8 DONE 0.0s [2025-06-05T03:05:39.863Z] [2025-06-05T03:05:39.863Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:39.863Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:40.151Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c' [2025-06-05T03:05:40.151Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c --push - [2025-06-05T03:05:40.702Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:40.702Z] #1 transferring dockerfile: 202B done [2025-06-05T03:05:40.702Z] #1 DONE 0.0s [2025-06-05T03:05:40.702Z] [2025-06-05T03:05:40.702Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:40.702Z] #2 DONE 0.0s [2025-06-05T03:05:40.702Z] [2025-06-05T03:05:40.702Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:05:40.702Z] #3 DONE 0.1s [2025-06-05T03:05:40.702Z] [2025-06-05T03:05:40.702Z] #4 [internal] load .dockerignore [2025-06-05T03:05:40.702Z] #4 transferring context: 2B done [2025-06-05T03:05:40.702Z] #4 DONE 0.0s [2025-06-05T03:05:40.702Z] [2025-06-05T03:05:40.702Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:40.702Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:40.702Z] #5 ... [2025-06-05T03:05:40.702Z] [2025-06-05T03:05:40.702Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:40.702Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:40.702Z] #6 DONE 0.1s [2025-06-05T03:05:40.702Z] [2025-06-05T03:05:40.702Z] #7 exporting to image [2025-06-05T03:05:40.702Z] #7 exporting layers [2025-06-05T03:05:40.702Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:40.702Z] #7 exporting layers done [2025-06-05T03:05:40.702Z] #7 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done [2025-06-05T03:05:40.702Z] #7 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done [2025-06-05T03:05:40.702Z] #7 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done [2025-06-05T03:05:40.702Z] #7 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done [2025-06-05T03:05:40.702Z] #7 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done [2025-06-05T03:05:40.702Z] #7 pushing layers [2025-06-05T03:05:40.702Z] #7 ... [2025-06-05T03:05:40.702Z] [2025-06-05T03:05:40.702Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:40.702Z] #8 DONE 0.0s [2025-06-05T03:05:40.964Z] [2025-06-05T03:05:40.964Z] #7 exporting to image [2025-06-05T03:05:40.964Z] #7 pushing layers 0.5s done [2025-06-05T03:05:40.964Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f [2025-06-05T03:05:40.964Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done [2025-06-05T03:05:40.964Z] #7 DONE 0.6s [2025-06-05T03:05:40.964Z] [2025-06-05T03:05:40.964Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:40.964Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:41.252Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-05T03:05:41.252Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-05T03:05:41.511Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:41.511Z] #1 transferring dockerfile: 168B done [2025-06-05T03:05:41.511Z] #1 DONE 0.0s [2025-06-05T03:05:41.511Z] [2025-06-05T03:05:41.511Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-05T03:05:44.043Z] #2 DONE 2.8s [2025-06-05T03:05:44.043Z] [2025-06-05T03:05:44.043Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-05T03:05:44.301Z] #3 DONE 2.8s [2025-06-05T03:05:44.301Z] [2025-06-05T03:05:44.301Z] #4 [internal] load .dockerignore [2025-06-05T03:05:44.301Z] #4 transferring context: 2B done [2025-06-05T03:05:44.301Z] #4 DONE 0.0s [2025-06-05T03:05:44.301Z] [2025-06-05T03:05:44.301Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:44.301Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:44.301Z] #5 CACHED [2025-06-05T03:05:44.301Z] [2025-06-05T03:05:44.301Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:44.301Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:44.301Z] #6 CACHED [2025-06-05T03:05:44.301Z] [2025-06-05T03:05:44.301Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:44.301Z] #7 DONE 0.0s [2025-06-05T03:05:44.301Z] [2025-06-05T03:05:44.301Z] #8 exporting to image [2025-06-05T03:05:44.301Z] #8 exporting layers done [2025-06-05T03:05:44.301Z] #8 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done [2025-06-05T03:05:44.301Z] #8 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done [2025-06-05T03:05:44.301Z] #8 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done [2025-06-05T03:05:44.301Z] #8 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done [2025-06-05T03:05:44.301Z] #8 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done [2025-06-05T03:05:44.301Z] #8 pushing layers 0.0s done [2025-06-05T03:05:44.301Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f [2025-06-05T03:05:44.301Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:44.301Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done [2025-06-05T03:05:44.301Z] #8 DONE 0.1s [2025-06-05T03:05:44.301Z] [2025-06-05T03:05:44.301Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:44.301Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:44.593Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20' [2025-06-05T03:05:44.593Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 --push - [2025-06-05T03:05:44.593Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:44.593Z] #1 transferring dockerfile: 174B done [2025-06-05T03:05:44.593Z] #1 DONE 0.0s [2025-06-05T03:05:44.593Z] [2025-06-05T03:05:44.593Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 [2025-06-05T03:05:44.593Z] #2 DONE 0.0s [2025-06-05T03:05:44.593Z] [2025-06-05T03:05:44.593Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20 [2025-06-05T03:05:44.593Z] #3 DONE 0.0s [2025-06-05T03:05:44.593Z] [2025-06-05T03:05:44.593Z] #4 [internal] load .dockerignore [2025-06-05T03:05:44.593Z] #4 transferring context: 2B done [2025-06-05T03:05:44.593Z] #4 DONE 0.0s [2025-06-05T03:05:44.593Z] [2025-06-05T03:05:44.593Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:44.593Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:44.593Z] #5 DONE 0.0s [2025-06-05T03:05:44.593Z] [2025-06-05T03:05:44.593Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:44.851Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:44.851Z] #6 CACHED [2025-06-05T03:05:44.851Z] [2025-06-05T03:05:44.851Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:44.851Z] #5 CACHED [2025-06-05T03:05:44.851Z] [2025-06-05T03:05:44.851Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:44.851Z] #7 DONE 0.0s [2025-06-05T03:05:44.851Z] [2025-06-05T03:05:44.851Z] #8 exporting to image [2025-06-05T03:05:44.851Z] #8 exporting layers done [2025-06-05T03:05:44.851Z] #8 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done [2025-06-05T03:05:44.851Z] #8 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done [2025-06-05T03:05:44.851Z] #8 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done [2025-06-05T03:05:44.851Z] #8 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done [2025-06-05T03:05:44.851Z] #8 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done [2025-06-05T03:05:44.851Z] #8 pushing layers 0.0s done [2025-06-05T03:05:44.851Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.20@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done [2025-06-05T03:05:44.851Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:44.851Z] #8 DONE 0.1s [2025-06-05T03:05:44.851Z] [2025-06-05T03:05:44.851Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:44.851Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:45.138Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20' [2025-06-05T03:05:45.139Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 --push - [2025-06-05T03:05:45.139Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:45.139Z] #1 transferring dockerfile: 215B done [2025-06-05T03:05:45.139Z] #1 DONE 0.0s [2025-06-05T03:05:45.139Z] [2025-06-05T03:05:45.139Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:45.139Z] #2 DONE 0.0s [2025-06-05T03:05:45.139Z] [2025-06-05T03:05:45.139Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:05:45.139Z] #3 DONE 0.0s [2025-06-05T03:05:45.139Z] [2025-06-05T03:05:45.139Z] #4 [internal] load .dockerignore [2025-06-05T03:05:45.139Z] #4 transferring context: 2B done [2025-06-05T03:05:45.139Z] #4 DONE 0.0s [2025-06-05T03:05:45.139Z] [2025-06-05T03:05:45.139Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:45.139Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:45.139Z] #5 CACHED [2025-06-05T03:05:45.139Z] [2025-06-05T03:05:45.139Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:45.139Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:45.139Z] #6 CACHED [2025-06-05T03:05:45.139Z] [2025-06-05T03:05:45.139Z] #7 exporting to image [2025-06-05T03:05:45.139Z] #7 exporting layers done [2025-06-05T03:05:45.139Z] #7 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done [2025-06-05T03:05:45.139Z] #7 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done [2025-06-05T03:05:45.139Z] #7 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done [2025-06-05T03:05:45.139Z] #7 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done [2025-06-05T03:05:45.139Z] #7 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done [2025-06-05T03:05:45.139Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:45.397Z] #7 pushing layers 0.0s done [2025-06-05T03:05:45.397Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done [2025-06-05T03:05:45.397Z] #7 DONE 0.1s [2025-06-05T03:05:45.397Z] [2025-06-05T03:05:45.397Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:45.397Z] #8 DONE 0.0s [2025-06-05T03:05:45.397Z] [2025-06-05T03:05:45.397Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:45.397Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-05T03:05:45.683Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-05T03:05:45.683Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-05T03:05:45.683Z] #1 [internal] load build definition from Dockerfile [2025-06-05T03:05:45.683Z] #1 transferring dockerfile: 166B done [2025-06-05T03:05:45.683Z] #1 DONE 0.0s [2025-06-05T03:05:45.683Z] [2025-06-05T03:05:45.683Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-05T03:05:45.683Z] #2 DONE 0.0s [2025-06-05T03:05:45.683Z] [2025-06-05T03:05:45.683Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-05T03:05:45.683Z] #3 DONE 0.0s [2025-06-05T03:05:45.683Z] [2025-06-05T03:05:45.683Z] #4 [internal] load .dockerignore [2025-06-05T03:05:45.683Z] #4 transferring context: 2B done [2025-06-05T03:05:45.683Z] #4 DONE 0.0s [2025-06-05T03:05:45.683Z] [2025-06-05T03:05:45.683Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:45.683Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:45.683Z] #5 CACHED [2025-06-05T03:05:45.683Z] [2025-06-05T03:05:45.683Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 [2025-06-05T03:05:45.683Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b3437227114fa5613157f57ba3ad3d9ca6d60530f8a8ca4b96c2ed8d9e2f8b76 0.0s done [2025-06-05T03:05:45.683Z] #6 CACHED [2025-06-05T03:05:45.683Z] [2025-06-05T03:05:45.683Z] #7 exporting to image [2025-06-05T03:05:45.683Z] #7 exporting layers done [2025-06-05T03:05:45.683Z] #7 exporting manifest sha256:28a7f339f220fc03e1b2997b12b76e66704ec63b73ef35757479d45320191542 done [2025-06-05T03:05:45.683Z] #7 exporting config sha256:4e6a1b62c9b7fdc06cf7225cb34789053b90de0b3619459363a3c31d10329632 done [2025-06-05T03:05:45.683Z] #7 exporting manifest sha256:ab2d2e8c7bafe9eb5098bab194b7166320ca524c6bd0bd190ec23627670fd91b done [2025-06-05T03:05:45.683Z] #7 exporting config sha256:866bcfad7ad6a55bf4803226fdda62aea10605e42f0f0f17ad3a3e804d97697a done [2025-06-05T03:05:45.683Z] #7 exporting manifest list sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f done [2025-06-05T03:05:45.683Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-05T03:05:45.943Z] #7 pushing layers 0.0s done [2025-06-05T03:05:45.943Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:bcbac96807bb9b4d6aa9af690692b2607d6cea104d3c2a3d6690e6df80206e1f 0.1s done [2025-06-05T03:05:45.943Z] #7 DONE 0.1s [2025-06-05T03:05:45.943Z] [2025-06-05T03:05:45.943Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-05T03:05:45.943Z] #8 DONE 0.0s [2025-06-05T03:05:45.943Z] [2025-06-05T03:05:45.943Z] 1 warning found (use --debug to expand): [2025-06-05T03:05:45.943Z]  - 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-05T03:05:46.337Z] + '[' -d /w/workspace/edgex-go/847/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:05:46.628Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:05:47.183Z] ---> package-listing.sh [2025-06-05T03:05:47.183Z] ++ facter osfamily [2025-06-05T03:05:47.183Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-05T03:05:47.446Z] + OS_FAMILY=redhat [2025-06-05T03:05:47.446Z] + workspace=/w/workspace/edgex-go/847 [2025-06-05T03:05:47.446Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-05T03:05:47.446Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-05T03:05:47.446Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-05T03:05:47.446Z] + PACKAGES=/tmp/packages_start.txt [2025-06-05T03:05:47.446Z] + '[' /w/workspace/edgex-go/847 ']' [2025-06-05T03:05:47.446Z] + PACKAGES=/tmp/packages_end.txt [2025-06-05T03:05:47.446Z] + case "${OS_FAMILY}" in [2025-06-05T03:05:47.446Z] + rpm -qa [2025-06-05T03:05:47.446Z] + sort [2025-06-05T03:05:48.014Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-05T03:05:48.014Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-05T03:05:48.014Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-05T03:05:48.014Z] + '[' /w/workspace/edgex-go/847 ']' [2025-06-05T03:05:48.014Z] + mkdir -p /w/workspace/edgex-go/847/archives/ [2025-06-05T03:05:48.014Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/847/archives/ [Pipeline] echo [2025-06-05T03:05:48.025Z] 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/847/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-05T03:05:48.307Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:05:48.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-05T03:05:48.875Z] [2025-06-05T03:05:48.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:05:49.179Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-05T03:05:49.179Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-05T03:05:49.179Z] 5eb5b503b376: Pulling fs layer [2025-06-05T03:05:49.179Z] 5c69ac0246d0: Pulling fs layer [2025-06-05T03:05:49.179Z] ec43610c2a17: Pulling fs layer [2025-06-05T03:05:49.179Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-05T03:05:49.179Z] 33b1e0a273af: Pulling fs layer [2025-06-05T03:05:49.179Z] 5d3b04190fa2: Pulling fs layer [2025-06-05T03:05:49.179Z] 2f39f015ded8: Pulling fs layer [2025-06-05T03:05:49.179Z] 33b1e0a273af: Waiting [2025-06-05T03:05:49.179Z] 5d3b04190fa2: Waiting [2025-06-05T03:05:49.179Z] 2f39f015ded8: Waiting [2025-06-05T03:05:49.179Z] 3a2ae6a8a46f: Waiting [2025-06-05T03:05:49.179Z] 5c69ac0246d0: Verifying Checksum [2025-06-05T03:05:49.179Z] 5c69ac0246d0: Download complete [2025-06-05T03:05:49.179Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-05T03:05:49.179Z] 3a2ae6a8a46f: Download complete [2025-06-05T03:05:49.437Z] 33b1e0a273af: Verifying Checksum [2025-06-05T03:05:49.437Z] 33b1e0a273af: Download complete [2025-06-05T03:05:49.437Z] 5d3b04190fa2: Verifying Checksum [2025-06-05T03:05:49.437Z] 5d3b04190fa2: Download complete [2025-06-05T03:05:49.437Z] ec43610c2a17: Verifying Checksum [2025-06-05T03:05:49.437Z] ec43610c2a17: Download complete [2025-06-05T03:05:49.437Z] 5eb5b503b376: Verifying Checksum [2025-06-05T03:05:49.437Z] 5eb5b503b376: Download complete [2025-06-05T03:05:50.015Z] 2f39f015ded8: Verifying Checksum [2025-06-05T03:05:50.015Z] 2f39f015ded8: Download complete [2025-06-05T03:05:50.956Z] 5eb5b503b376: Pull complete [2025-06-05T03:05:50.956Z] 5c69ac0246d0: Pull complete [2025-06-05T03:05:51.530Z] ec43610c2a17: Pull complete [2025-06-05T03:05:51.530Z] 3a2ae6a8a46f: Pull complete [2025-06-05T03:05:51.530Z] 33b1e0a273af: Pull complete [2025-06-05T03:05:51.795Z] 5d3b04190fa2: Pull complete [2025-06-05T03:05:56.017Z] 2f39f015ded8: Pull complete [2025-06-05T03:05:56.017Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-05T03:05:56.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-05T03:05:56.017Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:05:56.167Z] prd-centos7-docker-4c-2g-2805 does not seem to be running inside a container [2025-06-05T03:05:56.203Z] $ 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/847/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-05T03:05:59.754Z] $ docker top b3400039b8fcaea4b71657e19675c6edf7646ab8c9882a62136783f948601ade -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-05T03:06:00.100Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-05T03:06:00.394Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-05T03:06:00.685Z] + ls /var/log/sa-host [2025-06-05T03:06:00.685Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-05T03:06:00.937Z] provisioning config files... [2025-06-05T03:06:01.000Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2772351783768987382tmp [Pipeline] { [Pipeline] echo [2025-06-05T03:06:01.034Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:06:01.321Z] ---> create-netrc.sh [Pipeline] } [2025-06-05T03:06:01.328Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:06:01.673Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-05T03:06:01.681Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:06:01.969Z] ---> sudo-logs.sh [2025-06-05T03:06:01.969Z] Archiving 'sudo' log.. [2025-06-05T03:06:01.969Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:06:02.007Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-05T03:06:02.011Z] $ docker stop --time=1 b3400039b8fcaea4b71657e19675c6edf7646ab8c9882a62136783f948601ade [2025-06-05T03:06:03.147Z] $ docker rm -f --volumes b3400039b8fcaea4b71657e19675c6edf7646ab8c9882a62136783f948601ade [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-05T03:06:03.243Z] [WS-CLEANUP] Deleting project workspace... [2025-06-05T03:06:03.243Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-05T03:06:03.260Z] [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-05T03:19:17.520Z] #154 ... [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-05T03:19:17.520Z] #149 DONE 1059.3s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:19:17.520Z] #146 ... [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:19:17.520Z] #155 DONE 0.2s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:19:17.520Z] #156 DONE 0.3s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #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-05T03:19:17.520Z] #157 DONE 0.3s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #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-05T03:19:17.520Z] #158 DONE 0.2s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #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-05T03:19:17.520Z] #159 DONE 0.2s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #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-05T03:19:17.520Z] #160 DONE 2.4s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #116 [core-common-config-bootstrapper] exporting to image [2025-06-05T03:19:17.520Z] #116 exporting layers [2025-06-05T03:19:17.520Z] #116 exporting layers 0.6s done [2025-06-05T03:19:17.520Z] #116 writing image sha256:36507ad85269d49ff623664e3dc5d28da6208b0ccdefaadac5d6a3c7dae70252 done [2025-06-05T03:19:17.520Z] #116 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-05T03:19:17.520Z] #116 DONE 4.3s [2025-06-05T03:19:17.520Z] [2025-06-05T03:19:17.520Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T03:19:21.787Z] #153 ... [2025-06-05T03:19:21.787Z] [2025-06-05T03:19:21.787Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-05T03:19:21.787Z] #154 DONE 1073.2s [2025-06-05T03:19:21.787Z] [2025-06-05T03:19:21.787Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-05T03:19:22.065Z] #161 DONE 0.4s [2025-06-05T03:19:22.065Z] [2025-06-05T03:19:22.065Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-05T03:19:25.411Z] #162 DONE 3.1s [2025-06-05T03:19:25.411Z] [2025-06-05T03:19:25.411Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:19:25.411Z] #163 DONE 0.3s [2025-06-05T03:19:25.411Z] [2025-06-05T03:19:25.411Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:19:25.411Z] #146 ... [2025-06-05T03:19:25.411Z] [2025-06-05T03:19:25.411Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:19:25.687Z] #164 DONE 0.2s [2025-06-05T03:19:25.687Z] [2025-06-05T03:19:25.687Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-05T03:19:25.954Z] #165 DONE 0.3s [2025-06-05T03:19:25.954Z] [2025-06-05T03:19:25.954Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-05T03:19:26.232Z] #166 DONE 0.1s [2025-06-05T03:19:26.232Z] [2025-06-05T03:19:26.232Z] #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-05T03:19:26.232Z] #167 DONE 0.1s [2025-06-05T03:19:26.232Z] [2025-06-05T03:19:26.232Z] #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-05T03:19:26.499Z] #168 DONE 0.1s [2025-06-05T03:19:26.499Z] [2025-06-05T03:19:26.499Z] #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-05T03:19:26.499Z] #169 DONE 0.1s [2025-06-05T03:19:26.499Z] [2025-06-05T03:19:26.499Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-05T03:19:26.499Z] #170 DONE 0.1s [2025-06-05T03:19:26.499Z] [2025-06-05T03:19:26.499Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:19:26.764Z] #146 ... [2025-06-05T03:19:26.764Z] [2025-06-05T03:19:26.764Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-05T03:19:28.706Z] #171 DONE 2.2s [2025-06-05T03:19:28.706Z] [2025-06-05T03:19:28.706Z] #116 [security-bootstrapper] exporting to image [2025-06-05T03:19:28.706Z] #116 exporting layers [2025-06-05T03:19:29.733Z] #116 exporting layers 1.0s done [2025-06-05T03:19:29.999Z] #116 writing image sha256:4e9c01603a980664cbb5bb89af279c4fcfa6fc82c7d00236b9a75ff0b28418fd done [2025-06-05T03:19:29.999Z] #116 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2025-06-05T03:19:29.999Z] #116 DONE 5.3s [2025-06-05T03:19:29.999Z] [2025-06-05T03:19:29.999Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:33:53.513Z] #146 ... [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-05T03:33:53.513Z] #144 DONE 1940.1s [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:33:53.513Z] #146 ... [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:33:53.513Z] #172 DONE 0.1s [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:33:53.513Z] #173 DONE 0.2s [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-05T03:33:53.513Z] #174 DONE 0.4s [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-05T03:33:53.513Z] #151 ... [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:33:53.513Z] #175 DONE 0.1s [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #116 [core-command] exporting to image [2025-06-05T03:33:53.513Z] #116 exporting layers [2025-06-05T03:33:53.513Z] #116 exporting layers 0.3s done [2025-06-05T03:33:53.513Z] #116 writing image sha256:578655b5e8daddffd18e665c0f702ed77300ffe3e73d2ad98fcad4c3dcab195c 0.0s done [2025-06-05T03:33:53.513Z] #116 naming to docker.io/library/core-command-arm64 done [2025-06-05T03:33:53.513Z] #116 DONE 5.7s [2025-06-05T03:33:53.513Z] [2025-06-05T03:33:53.513Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-05T03:34:15.580Z] #147 ... [2025-06-05T03:34:15.580Z] [2025-06-05T03:34:15.580Z] #145 [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-05T03:34:15.580Z] #145 1963.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.20 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-05T03:34:18.918Z] #145 ... [2025-06-05T03:34:18.918Z] [2025-06-05T03:34:18.918Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-05T03:34:18.918Z] #152 DONE 1970.3s [2025-06-05T03:34:18.918Z] [2025-06-05T03:34:18.918Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-05T03:34:19.191Z] #147 ... [2025-06-05T03:34:19.191Z] [2025-06-05T03:34:19.191Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:34:19.564Z] #176 DONE 0.2s [2025-06-05T03:34:19.564Z] [2025-06-05T03:34:19.564Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:34:19.564Z] #177 DONE 0.2s [2025-06-05T03:34:19.564Z] [2025-06-05T03:34:19.564Z] #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-05T03:34:19.564Z] #178 DONE 0.1s [2025-06-05T03:34:19.564Z] [2025-06-05T03:34:19.564Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-05T03:34:19.564Z] #179 DONE 0.1s [2025-06-05T03:34:19.564Z] [2025-06-05T03:34:19.564Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:34:19.831Z] #143 ... [2025-06-05T03:34:19.831Z] [2025-06-05T03:34:19.831Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-05T03:34:20.144Z] #180 DONE 0.3s [2025-06-05T03:34:20.144Z] [2025-06-05T03:34:20.144Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-05T03:34:20.430Z] #181 DONE 0.1s [2025-06-05T03:34:20.430Z] [2025-06-05T03:34:20.430Z] #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-05T03:34:22.195Z] #182 DONE 1.8s [2025-06-05T03:34:22.195Z] [2025-06-05T03:34:22.195Z] #116 [security-proxy-setup] exporting to image [2025-06-05T03:34:22.195Z] #116 exporting layers [2025-06-05T03:34:22.780Z] #116 exporting layers 0.8s done [2025-06-05T03:34:23.047Z] #116 writing image sha256:8560dc27d473e5b0f2d345204422d6141ccde2eae2bc926b4f1971abf0f409ec done [2025-06-05T03:34:23.047Z] #116 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-05T03:34:23.047Z] #116 DONE 6.6s [2025-06-05T03:34:23.047Z] [2025-06-05T03:34:23.047Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:34:49.743Z] #146 ... [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #145 [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-05T03:34:49.743Z] #145 DONE 1998.2s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-05T03:34:49.743Z] #147 ... [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:34:49.743Z] #183 DONE 0.2s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:34:49.743Z] #143 ... [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:34:49.743Z] #184 DONE 0.2s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #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-05T03:34:49.743Z] #185 DONE 0.2s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:34:49.743Z] #146 ... [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #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-05T03:34:49.743Z] #186 DONE 0.2s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #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-05T03:34:49.743Z] #187 DONE 0.2s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-05T03:34:49.743Z] #188 DONE 0.3s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-05T03:34:49.743Z] #189 DONE 0.3s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-05T03:34:49.743Z] #190 DONE 0.1s [2025-06-05T03:34:49.743Z] [2025-06-05T03:34:49.743Z] #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-05T03:34:50.712Z] #191 DONE 1.7s [2025-06-05T03:34:50.712Z] [2025-06-05T03:34:50.712Z] #116 [security-secretstore-setup] exporting to image [2025-06-05T03:34:50.712Z] #116 exporting layers [2025-06-05T03:34:52.123Z] #116 exporting layers 1.5s done [2025-06-05T03:34:52.123Z] #116 writing image sha256:33dbb0cc8d6cb9b4941ba2037fd63d7b511aef85c0d956f4586803171d1a6884 done [2025-06-05T03:34:52.123Z] #116 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-05T03:34:52.123Z] #116 DONE 8.1s [2025-06-05T03:34:52.123Z] [2025-06-05T03:34:52.123Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:35:59.942Z] #146 ... [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-05T03:35:59.942Z] #147 DONE 2069.8s [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T03:35:59.942Z] #153 ... [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:35:59.942Z] #192 DONE 0.1s [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T03:35:59.942Z] #153 ... [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:35:59.942Z] #193 DONE 0.1s [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:35:59.942Z] #146 ... [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #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-05T03:35:59.942Z] #194 DONE 0.5s [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #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-05T03:35:59.942Z] #195 DONE 0.1s [2025-06-05T03:35:59.942Z] [2025-06-05T03:35:59.942Z] #116 [security-spiffe-token-provider] exporting to image [2025-06-05T03:35:59.942Z] #116 exporting layers [2025-06-05T03:36:00.893Z] #116 exporting layers 0.8s done [2025-06-05T03:36:00.893Z] #116 writing image sha256:5e1c2d69ed8d191e9692258759a657ffca7d33cae98c0bd3b220c204b9c84721 done [2025-06-05T03:36:00.893Z] #116 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-05T03:36:00.893Z] #116 DONE 8.9s [2025-06-05T03:36:00.893Z] [2025-06-05T03:36:00.893Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:36:27.535Z] #143 ... [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-05T03:36:27.535Z] #146 DONE 2096.4s [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-05T03:36:27.535Z] #150 ... [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:36:27.535Z] #196 DONE 0.1s [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:36:27.535Z] #143 ... [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #197 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:36:27.535Z] #197 DONE 0.1s [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #198 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-05T03:36:27.535Z] #198 DONE 0.4s [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-05T03:36:27.535Z] #150 ... [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:36:27.535Z] #199 DONE 0.2s [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #116 [core-data] exporting to image [2025-06-05T03:36:27.535Z] #116 exporting layers [2025-06-05T03:36:27.535Z] #116 exporting layers 0.4s done [2025-06-05T03:36:27.535Z] #116 writing image sha256:2c055d5aaef6a448919a7e60edb4ab323d93e68be234fd7f42b59eaf704b9cd5 done [2025-06-05T03:36:27.535Z] #116 naming to docker.io/library/core-data-arm64 done [2025-06-05T03:36:27.535Z] #116 DONE 9.4s [2025-06-05T03:36:27.535Z] [2025-06-05T03:36:27.535Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-05T03:36:29.466Z] #150 ... [2025-06-05T03:36:29.466Z] [2025-06-05T03:36:29.466Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-05T03:36:29.466Z] #153 DONE 2100.9s [2025-06-05T03:36:29.466Z] [2025-06-05T03:36:29.466Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-05T03:36:30.049Z] #148 ... [2025-06-05T03:36:30.049Z] [2025-06-05T03:36:30.049Z] #200 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:36:30.314Z] #200 DONE 0.2s [2025-06-05T03:36:30.314Z] [2025-06-05T03:36:30.314Z] #201 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:36:30.314Z] #201 DONE 0.1s [2025-06-05T03:36:30.314Z] [2025-06-05T03:36:30.314Z] #202 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-05T03:36:30.905Z] #202 DONE 0.4s [2025-06-05T03:36:30.905Z] [2025-06-05T03:36:30.905Z] #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-05T03:36:31.169Z] #203 DONE 0.1s [2025-06-05T03:36:31.169Z] [2025-06-05T03:36:31.169Z] #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-05T03:36:31.169Z] #204 DONE 0.2s [2025-06-05T03:36:31.169Z] [2025-06-05T03:36:31.169Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:36:32.575Z] #205 ... [2025-06-05T03:36:32.575Z] [2025-06-05T03:36:32.575Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-05T03:36:32.575Z] #150 DONE 2104.1s [2025-06-05T03:36:32.575Z] [2025-06-05T03:36:32.575Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-05T03:36:33.981Z] #151 ... [2025-06-05T03:36:33.981Z] [2025-06-05T03:36:33.981Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-05T03:36:33.981Z] #205 DONE 2.5s [2025-06-05T03:36:33.981Z] [2025-06-05T03:36:33.981Z] #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:36:33.981Z] #206 CACHED [2025-06-05T03:36:33.981Z] [2025-06-05T03:36:33.981Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:36:33.981Z] #207 CACHED [2025-06-05T03:36:33.981Z] [2025-06-05T03:36:33.981Z] #116 [security-proxy-auth] exporting to image [2025-06-05T03:36:33.981Z] #116 exporting layers [2025-06-05T03:36:34.569Z] #116 ... [2025-06-05T03:36:34.569Z] [2025-06-05T03:36:34.569Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-05T03:36:34.569Z] #151 DONE 2106.2s [2025-06-05T03:36:34.569Z] [2025-06-05T03:36:34.569Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-05T03:36:34.569Z] #208 DONE 1.0s [2025-06-05T03:36:34.569Z] [2025-06-05T03:36:34.569Z] #116 [security-proxy-auth] exporting to image [2025-06-05T03:36:34.833Z] #116 exporting layers 1.1s done [2025-06-05T03:36:34.834Z] #116 writing image sha256:5321cf83fe7961f9ca2dfa16e41fd37eda8fc7cb9e6ed24bf489ae06634abc90 [2025-06-05T03:36:34.834Z] #116 writing image sha256:5321cf83fe7961f9ca2dfa16e41fd37eda8fc7cb9e6ed24bf489ae06634abc90 0.0s done [2025-06-05T03:36:34.834Z] #116 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-05T03:36:34.834Z] #116 DONE 10.5s [2025-06-05T03:36:34.834Z] [2025-06-05T03:36:34.834Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:36:35.097Z] #209 DONE 0.3s [2025-06-05T03:36:35.097Z] [2025-06-05T03:36:35.097Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-05T03:36:35.097Z] #210 DONE 0.2s [2025-06-05T03:36:35.097Z] [2025-06-05T03:36:35.097Z] #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:36:35.675Z] #211 DONE 0.4s [2025-06-05T03:36:35.675Z] [2025-06-05T03:36:35.675Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-05T03:36:36.268Z] #212 DONE 0.5s [2025-06-05T03:36:36.268Z] [2025-06-05T03:36:36.268Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:36:36.268Z] #213 DONE 0.2s [2025-06-05T03:36:36.268Z] [2025-06-05T03:36:36.268Z] #116 [core-metadata] exporting to image [2025-06-05T03:36:36.536Z] #116 exporting layers 1.2s done [2025-06-05T03:36:36.536Z] #116 writing image sha256:f2ca576e443040d49465786888177992e657d1b1b2bb2074629e8d1293582e55 [2025-06-05T03:36:36.536Z] #116 writing image sha256:f2ca576e443040d49465786888177992e657d1b1b2bb2074629e8d1293582e55 0.0s done [2025-06-05T03:36:36.536Z] #116 naming to docker.io/library/core-metadata-arm64 done [2025-06-05T03:36:36.801Z] #116 exporting layers 0.5s done [2025-06-05T03:36:36.801Z] #116 writing image sha256:ba15d2802bcd11c3bc5420d6cacc18c8319008a1ec35f3f04d9948a3104acc32 done [2025-06-05T03:36:36.801Z] #116 naming to docker.io/library/core-keeper-arm64 done [2025-06-05T03:36:36.801Z] #116 DONE 11.9s [2025-06-05T03:36:36.801Z] [2025-06-05T03:36:36.801Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-05T03:37:08.986Z] #148 DONE 2136.8s [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:37:08.986Z] #143 ... [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:37:08.986Z] #214 DONE 0.1s [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:37:08.986Z] #215 DONE 0.1s [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:37:08.986Z] #143 ... [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-05T03:37:08.986Z] #216 DONE 0.6s [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:37:08.986Z] #143 ... [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-05T03:37:08.986Z] #217 DONE 0.2s [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #116 [support-scheduler] exporting to image [2025-06-05T03:37:08.986Z] #116 exporting layers [2025-06-05T03:37:08.986Z] #116 exporting layers 1.0s done [2025-06-05T03:37:08.986Z] #116 writing image sha256:e3bb7c882cac3842272a4966a097de27136da9b248aa259063cc8e6e02cd62c8 done [2025-06-05T03:37:08.986Z] #116 naming to docker.io/library/support-scheduler-arm64 done [2025-06-05T03:37:08.986Z] #116 DONE 12.9s [2025-06-05T03:37:08.986Z] [2025-06-05T03:37:08.986Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-05T03:37:10.950Z] #143 DONE 2142.5s [2025-06-05T03:37:11.533Z] [2025-06-05T03:37:11.533Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-05T03:37:11.533Z] #218 DONE 0.1s [2025-06-05T03:37:11.533Z] [2025-06-05T03:37:11.533Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-05T03:37:11.533Z] #219 DONE 0.1s [2025-06-05T03:37:11.533Z] [2025-06-05T03:37:11.533Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-05T03:37:11.796Z] #220 DONE 0.3s [2025-06-05T03:37:12.060Z] [2025-06-05T03:37:12.060Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-05T03:37:12.060Z] #221 DONE 0.1s [2025-06-05T03:37:12.060Z] [2025-06-05T03:37:12.060Z] #116 [support-notifications] exporting to image [2025-06-05T03:37:12.637Z] #116 exporting layers 0.6s done [2025-06-05T03:37:12.637Z] #116 writing image sha256:c3d34d742d59d9c668d88047569f64f7d04bb09673544adb9ab0f18c9b458ddf done [2025-06-05T03:37:12.637Z] #116 naming to docker.io/library/support-notifications-arm64 done [2025-06-05T03:37:12.637Z] #116 DONE 13.5s [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-05T03:37:12.637Z] time="2025-06-05T02:58:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-05T03:37:12.650Z] $ docker stop --time=1 0fa00c8db0f48ecc60303d5f611fff1e214f0bca972712a24d8738afc63e0923 [2025-06-05T03:37:14.271Z] $ docker rm -f --volumes 0fa00c8db0f48ecc60303d5f611fff1e214f0bca972712a24d8738afc63e0923 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-05T03:37:14.767Z] + docker images [2025-06-05T03:37:14.767Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-05T03:37:14.767Z] support-notifications-arm64 latest c3d34d742d59 3 seconds ago 52.8MB [2025-06-05T03:37:14.767Z] support-scheduler-arm64 latest e3bb7c882cac 8 seconds ago 48.9MB [2025-06-05T03:37:14.767Z] core-keeper-arm64 latest ba15d2802bcd 38 seconds ago 33MB [2025-06-05T03:37:14.767Z] core-metadata-arm64 latest f2ca576e4430 39 seconds ago 33.4MB [2025-06-05T03:37:14.767Z] security-proxy-auth-arm64 latest 5321cf83fe79 41 seconds ago 32.2MB [2025-06-05T03:37:14.768Z] core-data-arm64 latest 2c055d5aaef6 48 seconds ago 33.3MB [2025-06-05T03:37:14.768Z] security-spiffe-token-provider-arm64 latest 5e1c2d69ed8d About a minute ago 48.6MB [2025-06-05T03:37:14.768Z] security-secretstore-setup-arm64 latest 33dbb0cc8d6c 2 minutes ago 68.2MB [2025-06-05T03:37:14.768Z] security-proxy-setup-arm64 latest 8560dc27d473 2 minutes ago 38.9MB [2025-06-05T03:37:14.768Z] core-command-arm64 latest 578655b5e8da 3 minutes ago 28.9MB [2025-06-05T03:37:14.768Z] security-bootstrapper-arm64 latest 4e9c01603a98 17 minutes ago 21.1MB [2025-06-05T03:37:14.768Z] core-common-config-bootstrapper-arm64 latest 36507ad85269 18 minutes ago 18MB [2025-06-05T03:37:14.768Z] security-spire-agent-arm64 latest 0a53bc03be0c 37 minutes ago 187MB [2025-06-05T03:37:14.768Z] security-spire-config-arm64 latest 5f2bfa52c264 37 minutes ago 143MB [2025-06-05T03:37:14.768Z] security-spire-server-arm64 latest af4d49c115ce 37 minutes ago 144MB [2025-06-05T03:37:14.768Z] ci-base-image-arm64 latest be3b6e857fef 38 minutes ago 910MB [2025-06-05T03:37:14.768Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 7 weeks ago 560MB [2025-06-05T03:37:14.768Z] 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-05T03:37:14.931Z] provisioning config files... [2025-06-05T03:37:14.948Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/847@tmp/config9194835248718374784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:37:15.295Z] ---> ****-login.sh [2025-06-05T03:37:15.295Z] nexus3.edgexfoundry.org:10001 [2025-06-05T03:37:15.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:37:15.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:37:15.562Z] Configure a credential helper to remove this warning. See [2025-06-05T03:37:15.562Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:37:15.562Z] [2025-06-05T03:37:15.562Z] Login Succeeded [2025-06-05T03:37:15.562Z] nexus3.edgexfoundry.org:10002 [2025-06-05T03:37:15.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:37:16.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:37:16.094Z] Configure a credential helper to remove this warning. See [2025-06-05T03:37:16.094Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:37:16.094Z] [2025-06-05T03:37:16.094Z] Login Succeeded [2025-06-05T03:37:16.094Z] nexus3.edgexfoundry.org:10003 [2025-06-05T03:37:16.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:37:16.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:37:16.359Z] Configure a credential helper to remove this warning. See [2025-06-05T03:37:16.359Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:37:16.359Z] [2025-06-05T03:37:16.359Z] Login Succeeded [2025-06-05T03:37:16.359Z] nexus3.edgexfoundry.org:10004 [2025-06-05T03:37:16.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:37:16.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:37:16.623Z] Configure a credential helper to remove this warning. See [2025-06-05T03:37:16.623Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:37:16.623Z] [2025-06-05T03:37:16.623Z] Login Succeeded [2025-06-05T03:37:16.889Z] ****.io [2025-06-05T03:37:16.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-05T03:37:17.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-05T03:37:17.152Z] Configure a credential helper to remove this warning. See [2025-06-05T03:37:17.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-05T03:37:17.152Z] [2025-06-05T03:37:17.152Z] Login Succeeded [2025-06-05T03:37:17.152Z] ---> ****-login.sh ends [Pipeline] } [2025-06-05T03:37:17.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:37:17.209Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-05T03:37:17.234Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-05T03:37:17.234Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:17.234Z] latest [2025-06-05T03:37:17.234Z] 4.1.0-dev.20 [2025-06-05T03:37:17.234Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:17.234Z] main [2025-06-05T03:37:17.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:17.593Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:17.959Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:17.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-05T03:37:17.959Z] 3174fb91c220: Preparing [2025-06-05T03:37:17.959Z] badf8ed0e1c6: Preparing [2025-06-05T03:37:17.959Z] 9bc3979e409c: Preparing [2025-06-05T03:37:17.959Z] 04d44e38a418: Preparing [2025-06-05T03:37:17.959Z] f2ce92235716: Preparing [2025-06-05T03:37:17.959Z] df13e010c79c: Preparing [2025-06-05T03:37:17.959Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:17.959Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:18.224Z] 9bc3979e409c: Pushed [2025-06-05T03:37:18.224Z] 04d44e38a418: Pushed [2025-06-05T03:37:18.224Z] 3174fb91c220: Pushed [2025-06-05T03:37:18.224Z] f2ce92235716: Pushed [2025-06-05T03:37:18.224Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:18.488Z] df13e010c79c: Pushed [2025-06-05T03:37:22.719Z] badf8ed0e1c6: Pushed [2025-06-05T03:37:22.982Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:23.341Z] + 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-05T03:37:23.695Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-05T03:37:23.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-05T03:37:23.695Z] 3174fb91c220: Preparing [2025-06-05T03:37:23.695Z] badf8ed0e1c6: Preparing [2025-06-05T03:37:23.695Z] 9bc3979e409c: Preparing [2025-06-05T03:37:23.695Z] 04d44e38a418: Preparing [2025-06-05T03:37:23.695Z] f2ce92235716: Preparing [2025-06-05T03:37:23.695Z] df13e010c79c: Preparing [2025-06-05T03:37:23.695Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:23.695Z] df13e010c79c: Waiting [2025-06-05T03:37:23.695Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:23.695Z] 3174fb91c220: Layer already exists [2025-06-05T03:37:23.695Z] badf8ed0e1c6: Layer already exists [2025-06-05T03:37:23.695Z] f2ce92235716: Layer already exists [2025-06-05T03:37:23.695Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:23.695Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:23.695Z] df13e010c79c: Layer already exists [2025-06-05T03:37:23.958Z] latest: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:24.308Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:24.666Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 [2025-06-05T03:37:24.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-05T03:37:24.666Z] 3174fb91c220: Preparing [2025-06-05T03:37:24.666Z] badf8ed0e1c6: Preparing [2025-06-05T03:37:24.666Z] 9bc3979e409c: Preparing [2025-06-05T03:37:24.666Z] 04d44e38a418: Preparing [2025-06-05T03:37:24.666Z] f2ce92235716: Preparing [2025-06-05T03:37:24.666Z] df13e010c79c: Preparing [2025-06-05T03:37:24.666Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:24.666Z] df13e010c79c: Waiting [2025-06-05T03:37:24.666Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:24.666Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:24.666Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:24.666Z] 3174fb91c220: Layer already exists [2025-06-05T03:37:24.666Z] f2ce92235716: Layer already exists [2025-06-05T03:37:24.666Z] badf8ed0e1c6: Layer already exists [2025-06-05T03:37:24.666Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:24.666Z] df13e010c79c: Layer already exists [2025-06-05T03:37:24.931Z] 4.1.0-dev.20: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:25.285Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:25.637Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:25.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-05T03:37:25.637Z] 3174fb91c220: Preparing [2025-06-05T03:37:25.637Z] badf8ed0e1c6: Preparing [2025-06-05T03:37:25.637Z] 9bc3979e409c: Preparing [2025-06-05T03:37:25.637Z] 04d44e38a418: Preparing [2025-06-05T03:37:25.637Z] f2ce92235716: Preparing [2025-06-05T03:37:25.637Z] df13e010c79c: Preparing [2025-06-05T03:37:25.637Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:25.637Z] df13e010c79c: Waiting [2025-06-05T03:37:25.637Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:25.637Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:25.637Z] 3174fb91c220: Layer already exists [2025-06-05T03:37:25.637Z] f2ce92235716: Layer already exists [2025-06-05T03:37:25.637Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:25.637Z] badf8ed0e1c6: Layer already exists [2025-06-05T03:37:25.637Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:25.637Z] df13e010c79c: Layer already exists [2025-06-05T03:37:25.637Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:26.010Z] + 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-05T03:37:26.360Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-05T03:37:26.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-05T03:37:26.360Z] 3174fb91c220: Preparing [2025-06-05T03:37:26.360Z] badf8ed0e1c6: Preparing [2025-06-05T03:37:26.360Z] 9bc3979e409c: Preparing [2025-06-05T03:37:26.360Z] 04d44e38a418: Preparing [2025-06-05T03:37:26.360Z] f2ce92235716: Preparing [2025-06-05T03:37:26.360Z] df13e010c79c: Preparing [2025-06-05T03:37:26.360Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:26.360Z] df13e010c79c: Waiting [2025-06-05T03:37:26.360Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:26.360Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:26.360Z] f2ce92235716: Layer already exists [2025-06-05T03:37:26.360Z] badf8ed0e1c6: Layer already exists [2025-06-05T03:37:26.360Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:26.360Z] 3174fb91c220: Layer already exists [2025-06-05T03:37:26.360Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:26.360Z] df13e010c79c: Layer already exists [2025-06-05T03:37:26.360Z] main: digest: sha256:779b866f3decc80c0466ed7b9e0a09df25337e64ffcff688bb90ae39ed1a07fe size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:37:26.823Z] ===================================================== [Pipeline] echo [2025-06-05T03:37:26.837Z] taggedImages: [2025-06-05T03:37:26.837Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:26.837Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-05T03:37:26.837Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 [2025-06-05T03:37:26.837Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:26.837Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-05T03:37:26.864Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-05T03:37:26.864Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:26.864Z] latest [2025-06-05T03:37:26.864Z] 4.1.0-dev.20 [2025-06-05T03:37:26.864Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:26.864Z] main [2025-06-05T03:37:26.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:27.227Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:27.577Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:27.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-05T03:37:27.577Z] 6f682e089e22: Preparing [2025-06-05T03:37:27.577Z] 0243fb76211a: Preparing [2025-06-05T03:37:27.577Z] f9d7bd94dc7a: Preparing [2025-06-05T03:37:27.577Z] e6a9197eb759: Preparing [2025-06-05T03:37:27.577Z] 9bc3979e409c: Preparing [2025-06-05T03:37:27.577Z] 04d44e38a418: Preparing [2025-06-05T03:37:27.577Z] f2ce92235716: Preparing [2025-06-05T03:37:27.577Z] df13e010c79c: Preparing [2025-06-05T03:37:27.577Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:27.577Z] 04d44e38a418: Waiting [2025-06-05T03:37:27.577Z] f2ce92235716: Waiting [2025-06-05T03:37:27.577Z] df13e010c79c: Waiting [2025-06-05T03:37:27.577Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:27.577Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:27.841Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:27.841Z] f2ce92235716: Layer already exists [2025-06-05T03:37:27.841Z] f9d7bd94dc7a: Pushed [2025-06-05T03:37:27.841Z] 0243fb76211a: Pushed [2025-06-05T03:37:27.841Z] 6f682e089e22: Pushed [2025-06-05T03:37:27.841Z] df13e010c79c: Layer already exists [2025-06-05T03:37:27.841Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:29.774Z] e6a9197eb759: Pushed [2025-06-05T03:37:30.038Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:30.395Z] + 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-05T03:37:30.754Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-05T03:37:30.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-05T03:37:30.754Z] 6f682e089e22: Preparing [2025-06-05T03:37:30.754Z] 0243fb76211a: Preparing [2025-06-05T03:37:30.754Z] f9d7bd94dc7a: Preparing [2025-06-05T03:37:30.754Z] e6a9197eb759: Preparing [2025-06-05T03:37:30.754Z] 9bc3979e409c: Preparing [2025-06-05T03:37:30.754Z] 04d44e38a418: Preparing [2025-06-05T03:37:30.754Z] f2ce92235716: Preparing [2025-06-05T03:37:30.754Z] df13e010c79c: Preparing [2025-06-05T03:37:30.754Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:30.754Z] f2ce92235716: Waiting [2025-06-05T03:37:30.754Z] df13e010c79c: Waiting [2025-06-05T03:37:30.754Z] 04d44e38a418: Waiting [2025-06-05T03:37:30.754Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:30.754Z] 0243fb76211a: Layer already exists [2025-06-05T03:37:30.754Z] 6f682e089e22: Layer already exists [2025-06-05T03:37:30.754Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:30.754Z] e6a9197eb759: Layer already exists [2025-06-05T03:37:30.754Z] f9d7bd94dc7a: Layer already exists [2025-06-05T03:37:30.754Z] f2ce92235716: Layer already exists [2025-06-05T03:37:30.754Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:30.754Z] df13e010c79c: Layer already exists [2025-06-05T03:37:30.754Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:30.754Z] latest: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:31.441Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:31.812Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 [2025-06-05T03:37:31.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-05T03:37:31.812Z] 6f682e089e22: Preparing [2025-06-05T03:37:31.812Z] 0243fb76211a: Preparing [2025-06-05T03:37:31.812Z] f9d7bd94dc7a: Preparing [2025-06-05T03:37:31.812Z] e6a9197eb759: Preparing [2025-06-05T03:37:31.812Z] 9bc3979e409c: Preparing [2025-06-05T03:37:31.812Z] 04d44e38a418: Preparing [2025-06-05T03:37:31.812Z] f2ce92235716: Preparing [2025-06-05T03:37:31.812Z] df13e010c79c: Preparing [2025-06-05T03:37:31.812Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:31.812Z] 04d44e38a418: Waiting [2025-06-05T03:37:31.812Z] df13e010c79c: Waiting [2025-06-05T03:37:31.812Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:31.812Z] 0243fb76211a: Layer already exists [2025-06-05T03:37:31.812Z] e6a9197eb759: Layer already exists [2025-06-05T03:37:31.812Z] 6f682e089e22: Layer already exists [2025-06-05T03:37:31.812Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:31.812Z] f9d7bd94dc7a: Layer already exists [2025-06-05T03:37:31.812Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:31.812Z] f2ce92235716: Layer already exists [2025-06-05T03:37:31.812Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:31.812Z] df13e010c79c: Layer already exists [2025-06-05T03:37:31.812Z] 4.1.0-dev.20: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:32.443Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:32.818Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:32.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-05T03:37:32.818Z] 6f682e089e22: Preparing [2025-06-05T03:37:32.818Z] 0243fb76211a: Preparing [2025-06-05T03:37:32.818Z] f9d7bd94dc7a: Preparing [2025-06-05T03:37:32.818Z] e6a9197eb759: Preparing [2025-06-05T03:37:32.818Z] 9bc3979e409c: Preparing [2025-06-05T03:37:32.818Z] 04d44e38a418: Preparing [2025-06-05T03:37:32.818Z] f2ce92235716: Preparing [2025-06-05T03:37:32.818Z] df13e010c79c: Preparing [2025-06-05T03:37:32.818Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:32.818Z] df13e010c79c: Waiting [2025-06-05T03:37:32.818Z] 04d44e38a418: Waiting [2025-06-05T03:37:32.818Z] f2ce92235716: Waiting [2025-06-05T03:37:32.818Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:32.818Z] e6a9197eb759: Layer already exists [2025-06-05T03:37:32.818Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:32.818Z] 6f682e089e22: Layer already exists [2025-06-05T03:37:32.818Z] 0243fb76211a: Layer already exists [2025-06-05T03:37:32.818Z] f9d7bd94dc7a: Layer already exists [2025-06-05T03:37:32.818Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:32.818Z] f2ce92235716: Layer already exists [2025-06-05T03:37:32.818Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:32.818Z] df13e010c79c: Layer already exists [2025-06-05T03:37:32.818Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:33.432Z] + 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-05T03:37:33.777Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-05T03:37:33.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-05T03:37:33.777Z] 6f682e089e22: Preparing [2025-06-05T03:37:33.777Z] 0243fb76211a: Preparing [2025-06-05T03:37:33.777Z] f9d7bd94dc7a: Preparing [2025-06-05T03:37:33.777Z] e6a9197eb759: Preparing [2025-06-05T03:37:33.777Z] 9bc3979e409c: Preparing [2025-06-05T03:37:33.777Z] 04d44e38a418: Preparing [2025-06-05T03:37:33.777Z] f2ce92235716: Preparing [2025-06-05T03:37:33.777Z] df13e010c79c: Preparing [2025-06-05T03:37:33.777Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:33.777Z] 04d44e38a418: Waiting [2025-06-05T03:37:33.777Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:33.777Z] df13e010c79c: Waiting [2025-06-05T03:37:33.778Z] 0243fb76211a: Layer already exists [2025-06-05T03:37:33.778Z] f9d7bd94dc7a: Layer already exists [2025-06-05T03:37:33.778Z] 6f682e089e22: Layer already exists [2025-06-05T03:37:33.778Z] e6a9197eb759: Layer already exists [2025-06-05T03:37:33.778Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:33.778Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:33.778Z] f2ce92235716: Layer already exists [2025-06-05T03:37:33.778Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:33.778Z] df13e010c79c: Layer already exists [2025-06-05T03:37:34.040Z] main: digest: sha256:72dc0d741ff43d85c1da4cbe6663202baa23d89f981b081c8488b875f8f0f497 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:37:34.121Z] ===================================================== [Pipeline] echo [2025-06-05T03:37:34.138Z] taggedImages: [2025-06-05T03:37:34.138Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:34.138Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-05T03:37:34.138Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 [2025-06-05T03:37:34.138Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:34.138Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-05T03:37:34.160Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-05T03:37:34.160Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:34.160Z] latest [2025-06-05T03:37:34.160Z] 4.1.0-dev.20 [2025-06-05T03:37:34.160Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:34.160Z] main [2025-06-05T03:37:34.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:34.527Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:34.875Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:34.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-05T03:37:34.875Z] 5fd7a55619b8: Preparing [2025-06-05T03:37:34.875Z] a2b9f2e59328: Preparing [2025-06-05T03:37:34.875Z] 9bc3979e409c: Preparing [2025-06-05T03:37:34.875Z] 04d44e38a418: Preparing [2025-06-05T03:37:34.875Z] 3139ddbf31f0: Preparing [2025-06-05T03:37:34.875Z] bf2886e5aad8: Preparing [2025-06-05T03:37:34.875Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:34.875Z] bf2886e5aad8: Waiting [2025-06-05T03:37:34.875Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:34.875Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:34.875Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:35.141Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:35.141Z] 5fd7a55619b8: Pushed [2025-06-05T03:37:35.141Z] 3139ddbf31f0: Pushed [2025-06-05T03:37:35.141Z] bf2886e5aad8: Pushed [2025-06-05T03:37:40.469Z] a2b9f2e59328: Pushed [2025-06-05T03:37:40.469Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:40.817Z] + 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-05T03:37:41.160Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-05T03:37:41.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-05T03:37:41.160Z] 5fd7a55619b8: Preparing [2025-06-05T03:37:41.160Z] a2b9f2e59328: Preparing [2025-06-05T03:37:41.160Z] 9bc3979e409c: Preparing [2025-06-05T03:37:41.160Z] 04d44e38a418: Preparing [2025-06-05T03:37:41.160Z] 3139ddbf31f0: Preparing [2025-06-05T03:37:41.160Z] bf2886e5aad8: Preparing [2025-06-05T03:37:41.160Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:41.161Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:41.161Z] a2b9f2e59328: Layer already exists [2025-06-05T03:37:41.161Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:41.161Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:41.161Z] 3139ddbf31f0: Layer already exists [2025-06-05T03:37:41.161Z] 5fd7a55619b8: Layer already exists [2025-06-05T03:37:41.161Z] bf2886e5aad8: Layer already exists [2025-06-05T03:37:41.161Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:41.425Z] latest: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:41.771Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:42.119Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 [2025-06-05T03:37:42.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-05T03:37:42.119Z] 5fd7a55619b8: Preparing [2025-06-05T03:37:42.119Z] a2b9f2e59328: Preparing [2025-06-05T03:37:42.120Z] 9bc3979e409c: Preparing [2025-06-05T03:37:42.120Z] 04d44e38a418: Preparing [2025-06-05T03:37:42.120Z] 3139ddbf31f0: Preparing [2025-06-05T03:37:42.120Z] bf2886e5aad8: Preparing [2025-06-05T03:37:42.120Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:42.120Z] bf2886e5aad8: Waiting [2025-06-05T03:37:42.120Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:42.120Z] 5fd7a55619b8: Layer already exists [2025-06-05T03:37:42.120Z] 3139ddbf31f0: Layer already exists [2025-06-05T03:37:42.120Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:42.120Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:42.120Z] a2b9f2e59328: Layer already exists [2025-06-05T03:37:42.120Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:42.120Z] bf2886e5aad8: Layer already exists [2025-06-05T03:37:42.384Z] 4.1.0-dev.20: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:42.746Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:43.099Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:43.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-05T03:37:43.100Z] 5fd7a55619b8: Preparing [2025-06-05T03:37:43.100Z] a2b9f2e59328: Preparing [2025-06-05T03:37:43.100Z] 9bc3979e409c: Preparing [2025-06-05T03:37:43.100Z] 04d44e38a418: Preparing [2025-06-05T03:37:43.100Z] 3139ddbf31f0: Preparing [2025-06-05T03:37:43.100Z] bf2886e5aad8: Preparing [2025-06-05T03:37:43.100Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:43.100Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:43.100Z] bf2886e5aad8: Waiting [2025-06-05T03:37:43.100Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:43.100Z] a2b9f2e59328: Layer already exists [2025-06-05T03:37:43.100Z] 3139ddbf31f0: Layer already exists [2025-06-05T03:37:43.100Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:43.100Z] 5fd7a55619b8: Layer already exists [2025-06-05T03:37:43.100Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:43.100Z] bf2886e5aad8: Layer already exists [2025-06-05T03:37:43.100Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:43.455Z] + 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-05T03:37:43.808Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-05T03:37:43.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-05T03:37:43.808Z] 5fd7a55619b8: Preparing [2025-06-05T03:37:43.808Z] a2b9f2e59328: Preparing [2025-06-05T03:37:43.808Z] 9bc3979e409c: Preparing [2025-06-05T03:37:43.808Z] 04d44e38a418: Preparing [2025-06-05T03:37:43.808Z] 3139ddbf31f0: Preparing [2025-06-05T03:37:43.808Z] bf2886e5aad8: Preparing [2025-06-05T03:37:43.808Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:43.808Z] bf2886e5aad8: Waiting [2025-06-05T03:37:43.809Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:43.809Z] a2b9f2e59328: Layer already exists [2025-06-05T03:37:43.809Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:43.809Z] 3139ddbf31f0: Layer already exists [2025-06-05T03:37:43.809Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:43.809Z] 5fd7a55619b8: Layer already exists [2025-06-05T03:37:43.809Z] bf2886e5aad8: Layer already exists [2025-06-05T03:37:43.809Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:44.074Z] main: digest: sha256:6f256ae4cc34387b33062d655f0dc7855b91ec2db8e61a2a01b905f6e9272894 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:37:44.150Z] ===================================================== [Pipeline] echo [2025-06-05T03:37:44.162Z] taggedImages: [2025-06-05T03:37:44.162Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:44.162Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-05T03:37:44.162Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 [2025-06-05T03:37:44.162Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:44.162Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-05T03:37:44.190Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-05T03:37:44.190Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:44.190Z] latest [2025-06-05T03:37:44.190Z] 4.1.0-dev.20 [2025-06-05T03:37:44.190Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:44.190Z] main [2025-06-05T03:37:44.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:44.554Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:45.180Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:45.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-05T03:37:45.180Z] 36b9e8e17197: Preparing [2025-06-05T03:37:45.180Z] 6edf89485d57: Preparing [2025-06-05T03:37:45.180Z] 04d44e38a418: Preparing [2025-06-05T03:37:45.180Z] 777769bb1cb1: Preparing [2025-06-05T03:37:45.180Z] 0ff2a07ab489: Preparing [2025-06-05T03:37:45.180Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:45.180Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:45.180Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:45.445Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:45.445Z] 0ff2a07ab489: Pushed [2025-06-05T03:37:45.445Z] 36b9e8e17197: Pushed [2025-06-05T03:37:45.445Z] 777769bb1cb1: Pushed [2025-06-05T03:37:50.767Z] 6edf89485d57: Pushed [2025-06-05T03:37:50.767Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:51.119Z] + 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-05T03:37:51.472Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-05T03:37:51.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-05T03:37:51.472Z] 36b9e8e17197: Preparing [2025-06-05T03:37:51.472Z] 6edf89485d57: Preparing [2025-06-05T03:37:51.472Z] 04d44e38a418: Preparing [2025-06-05T03:37:51.472Z] 777769bb1cb1: Preparing [2025-06-05T03:37:51.472Z] 0ff2a07ab489: Preparing [2025-06-05T03:37:51.472Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:51.472Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:51.472Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:51.472Z] 6edf89485d57: Layer already exists [2025-06-05T03:37:51.472Z] 777769bb1cb1: Layer already exists [2025-06-05T03:37:51.472Z] 0ff2a07ab489: Layer already exists [2025-06-05T03:37:51.472Z] 36b9e8e17197: Layer already exists [2025-06-05T03:37:51.472Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:51.736Z] latest: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:52.093Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:52.443Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 [2025-06-05T03:37:52.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-05T03:37:52.443Z] 36b9e8e17197: Preparing [2025-06-05T03:37:52.443Z] 6edf89485d57: Preparing [2025-06-05T03:37:52.443Z] 04d44e38a418: Preparing [2025-06-05T03:37:52.443Z] 777769bb1cb1: Preparing [2025-06-05T03:37:52.443Z] 0ff2a07ab489: Preparing [2025-06-05T03:37:52.443Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:52.443Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:52.443Z] 6edf89485d57: Layer already exists [2025-06-05T03:37:52.443Z] 0ff2a07ab489: Layer already exists [2025-06-05T03:37:52.443Z] 777769bb1cb1: Layer already exists [2025-06-05T03:37:52.443Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:52.443Z] 36b9e8e17197: Layer already exists [2025-06-05T03:37:52.443Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:52.443Z] 4.1.0-dev.20: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:52.794Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:53.143Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:53.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-05T03:37:53.143Z] 36b9e8e17197: Preparing [2025-06-05T03:37:53.143Z] 6edf89485d57: Preparing [2025-06-05T03:37:53.143Z] 04d44e38a418: Preparing [2025-06-05T03:37:53.143Z] 777769bb1cb1: Preparing [2025-06-05T03:37:53.143Z] 0ff2a07ab489: Preparing [2025-06-05T03:37:53.143Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:53.143Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:53.143Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:53.143Z] 6edf89485d57: Layer already exists [2025-06-05T03:37:53.143Z] 777769bb1cb1: Layer already exists [2025-06-05T03:37:53.143Z] 0ff2a07ab489: Layer already exists [2025-06-05T03:37:53.143Z] 36b9e8e17197: Layer already exists [2025-06-05T03:37:53.143Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:53.143Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:53.761Z] + 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-05T03:37:54.108Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-05T03:37:54.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-05T03:37:54.108Z] 36b9e8e17197: Preparing [2025-06-05T03:37:54.109Z] 6edf89485d57: Preparing [2025-06-05T03:37:54.109Z] 04d44e38a418: Preparing [2025-06-05T03:37:54.109Z] 777769bb1cb1: Preparing [2025-06-05T03:37:54.109Z] 0ff2a07ab489: Preparing [2025-06-05T03:37:54.109Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:54.109Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:54.109Z] 6edf89485d57: Layer already exists [2025-06-05T03:37:54.109Z] 0ff2a07ab489: Layer already exists [2025-06-05T03:37:54.109Z] 777769bb1cb1: Layer already exists [2025-06-05T03:37:54.109Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:54.109Z] 36b9e8e17197: Layer already exists [2025-06-05T03:37:54.109Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:54.373Z] main: digest: sha256:d4c2bbbc8bebd580dd8d962942465e31b1d986ff9e0cec40a694623b674798bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:37:54.451Z] ===================================================== [Pipeline] echo [2025-06-05T03:37:54.471Z] taggedImages: [2025-06-05T03:37:54.471Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:54.471Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-05T03:37:54.471Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 [2025-06-05T03:37:54.471Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:54.471Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-05T03:37:54.498Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-05T03:37:54.498Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:54.498Z] latest [2025-06-05T03:37:54.498Z] 4.1.0-dev.20 [2025-06-05T03:37:54.498Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:37:54.498Z] main [2025-06-05T03:37:54.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:54.856Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:37:55.198Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:37:55.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-05T03:37:55.198Z] 318a7472de8c: Preparing [2025-06-05T03:37:55.198Z] a28c6f57d101: Preparing [2025-06-05T03:37:55.198Z] 089cea0cad96: Preparing [2025-06-05T03:37:55.198Z] 9bc3979e409c: Preparing [2025-06-05T03:37:55.198Z] 04d44e38a418: Preparing [2025-06-05T03:37:55.198Z] f2ce92235716: Preparing [2025-06-05T03:37:55.198Z] df13e010c79c: Preparing [2025-06-05T03:37:55.198Z] dd9c8f8612c8: Preparing [2025-06-05T03:37:55.198Z] f2ce92235716: Waiting [2025-06-05T03:37:55.198Z] df13e010c79c: Waiting [2025-06-05T03:37:55.198Z] dd9c8f8612c8: Waiting [2025-06-05T03:37:55.463Z] a28c6f57d101: Pushed [2025-06-05T03:37:56.415Z] 9bc3979e409c: Layer already exists [2025-06-05T03:37:56.415Z] 04d44e38a418: Layer already exists [2025-06-05T03:37:56.680Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:37:56.680Z] df13e010c79c: Layer already exists [2025-06-05T03:37:56.680Z] f2ce92235716: Layer already exists [2025-06-05T03:37:56.680Z] 318a7472de8c: Pushed [2025-06-05T03:38:00.906Z] 089cea0cad96: Pushed [2025-06-05T03:38:00.906Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:01.252Z] + 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-05T03:38:01.593Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-05T03:38:01.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-05T03:38:01.593Z] 318a7472de8c: Preparing [2025-06-05T03:38:01.593Z] a28c6f57d101: Preparing [2025-06-05T03:38:01.593Z] 089cea0cad96: Preparing [2025-06-05T03:38:01.593Z] 9bc3979e409c: Preparing [2025-06-05T03:38:01.593Z] 04d44e38a418: Preparing [2025-06-05T03:38:01.593Z] f2ce92235716: Preparing [2025-06-05T03:38:01.593Z] df13e010c79c: Preparing [2025-06-05T03:38:01.593Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:01.593Z] f2ce92235716: Waiting [2025-06-05T03:38:01.593Z] df13e010c79c: Waiting [2025-06-05T03:38:01.593Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:01.593Z] 089cea0cad96: Layer already exists [2025-06-05T03:38:01.593Z] 318a7472de8c: Layer already exists [2025-06-05T03:38:01.593Z] a28c6f57d101: Layer already exists [2025-06-05T03:38:01.593Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:01.593Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:01.593Z] df13e010c79c: Layer already exists [2025-06-05T03:38:01.593Z] f2ce92235716: Layer already exists [2025-06-05T03:38:01.593Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:01.856Z] latest: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:02.205Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:02.548Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 [2025-06-05T03:38:02.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-05T03:38:02.548Z] 318a7472de8c: Preparing [2025-06-05T03:38:02.548Z] a28c6f57d101: Preparing [2025-06-05T03:38:02.548Z] 089cea0cad96: Preparing [2025-06-05T03:38:02.548Z] 9bc3979e409c: Preparing [2025-06-05T03:38:02.548Z] 04d44e38a418: Preparing [2025-06-05T03:38:02.548Z] f2ce92235716: Preparing [2025-06-05T03:38:02.548Z] df13e010c79c: Preparing [2025-06-05T03:38:02.548Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:02.548Z] f2ce92235716: Waiting [2025-06-05T03:38:02.548Z] df13e010c79c: Waiting [2025-06-05T03:38:02.548Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:02.548Z] 089cea0cad96: Layer already exists [2025-06-05T03:38:02.548Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:02.548Z] a28c6f57d101: Layer already exists [2025-06-05T03:38:02.548Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:02.548Z] 318a7472de8c: Layer already exists [2025-06-05T03:38:02.548Z] f2ce92235716: Layer already exists [2025-06-05T03:38:02.548Z] df13e010c79c: Layer already exists [2025-06-05T03:38:02.548Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:02.810Z] 4.1.0-dev.20: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:03.256Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:03.602Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:03.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-05T03:38:03.602Z] 318a7472de8c: Preparing [2025-06-05T03:38:03.602Z] a28c6f57d101: Preparing [2025-06-05T03:38:03.602Z] 089cea0cad96: Preparing [2025-06-05T03:38:03.602Z] 9bc3979e409c: Preparing [2025-06-05T03:38:03.602Z] 04d44e38a418: Preparing [2025-06-05T03:38:03.602Z] f2ce92235716: Preparing [2025-06-05T03:38:03.602Z] df13e010c79c: Preparing [2025-06-05T03:38:03.602Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:03.602Z] f2ce92235716: Waiting [2025-06-05T03:38:03.602Z] df13e010c79c: Waiting [2025-06-05T03:38:03.602Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:03.602Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:03.602Z] a28c6f57d101: Layer already exists [2025-06-05T03:38:03.602Z] 318a7472de8c: Layer already exists [2025-06-05T03:38:03.602Z] 089cea0cad96: Layer already exists [2025-06-05T03:38:03.602Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:03.602Z] f2ce92235716: Layer already exists [2025-06-05T03:38:03.602Z] df13e010c79c: Layer already exists [2025-06-05T03:38:03.602Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:03.865Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:04.212Z] + 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-05T03:38:04.550Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-05T03:38:04.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-05T03:38:04.550Z] 318a7472de8c: Preparing [2025-06-05T03:38:04.550Z] a28c6f57d101: Preparing [2025-06-05T03:38:04.550Z] 089cea0cad96: Preparing [2025-06-05T03:38:04.550Z] 9bc3979e409c: Preparing [2025-06-05T03:38:04.550Z] 04d44e38a418: Preparing [2025-06-05T03:38:04.550Z] f2ce92235716: Preparing [2025-06-05T03:38:04.550Z] df13e010c79c: Preparing [2025-06-05T03:38:04.550Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:04.550Z] df13e010c79c: Waiting [2025-06-05T03:38:04.550Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:04.550Z] f2ce92235716: Waiting [2025-06-05T03:38:04.550Z] a28c6f57d101: Layer already exists [2025-06-05T03:38:04.550Z] 318a7472de8c: Layer already exists [2025-06-05T03:38:04.550Z] 089cea0cad96: Layer already exists [2025-06-05T03:38:04.550Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:04.550Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:04.550Z] f2ce92235716: Layer already exists [2025-06-05T03:38:04.550Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:04.550Z] df13e010c79c: Layer already exists [2025-06-05T03:38:04.814Z] main: digest: sha256:4540b1bb34dcb0e51cd8869f4f1557039cb2177ae3d14e62eafc537b039c791b size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:38:04.895Z] ===================================================== [Pipeline] echo [2025-06-05T03:38:04.907Z] taggedImages: [2025-06-05T03:38:04.907Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:04.907Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-05T03:38:04.907Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 [2025-06-05T03:38:04.907Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:04.907Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-05T03:38:04.934Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-05T03:38:04.934Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:04.934Z] latest [2025-06-05T03:38:04.934Z] 4.1.0-dev.20 [2025-06-05T03:38:04.934Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:04.934Z] main [2025-06-05T03:38:04.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:05.293Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:05.646Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:05.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-05T03:38:05.646Z] 3896d9581284: Preparing [2025-06-05T03:38:05.646Z] 790a7b6aa80e: Preparing [2025-06-05T03:38:05.646Z] 7e3ee10d1c44: Preparing [2025-06-05T03:38:05.646Z] 942d6bed0e5e: Preparing [2025-06-05T03:38:05.646Z] 921d570cc393: Preparing [2025-06-05T03:38:05.646Z] 508a49b62ce7: Preparing [2025-06-05T03:38:05.646Z] ddd1c8d4c8f5: Preparing [2025-06-05T03:38:05.646Z] 9bc3979e409c: Preparing [2025-06-05T03:38:05.646Z] 04d44e38a418: Preparing [2025-06-05T03:38:05.646Z] a9aed82c9899: Preparing [2025-06-05T03:38:05.646Z] 8daf332af461: Preparing [2025-06-05T03:38:05.646Z] 5f70bf18a086: Preparing [2025-06-05T03:38:05.646Z] bc44d5f98bb9: Preparing [2025-06-05T03:38:05.646Z] 3fa5188c3a81: Preparing [2025-06-05T03:38:05.646Z] 2250cbba2a35: Preparing [2025-06-05T03:38:05.646Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:05.646Z] a9aed82c9899: Waiting [2025-06-05T03:38:05.646Z] 8daf332af461: Waiting [2025-06-05T03:38:05.646Z] 5f70bf18a086: Waiting [2025-06-05T03:38:05.646Z] bc44d5f98bb9: Waiting [2025-06-05T03:38:05.646Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:05.646Z] ddd1c8d4c8f5: Waiting [2025-06-05T03:38:05.646Z] 9bc3979e409c: Waiting [2025-06-05T03:38:05.646Z] 04d44e38a418: Waiting [2025-06-05T03:38:05.646Z] 3fa5188c3a81: Waiting [2025-06-05T03:38:05.646Z] 508a49b62ce7: Waiting [2025-06-05T03:38:05.646Z] 2250cbba2a35: Waiting [2025-06-05T03:38:05.913Z] 942d6bed0e5e: Pushed [2025-06-05T03:38:05.913Z] 790a7b6aa80e: Pushed [2025-06-05T03:38:05.913Z] 921d570cc393: Pushed [2025-06-05T03:38:05.913Z] 3896d9581284: Pushed [2025-06-05T03:38:05.913Z] 7e3ee10d1c44: Pushed [2025-06-05T03:38:05.913Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:05.913Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:05.913Z] 508a49b62ce7: Pushed [2025-06-05T03:38:05.913Z] 5f70bf18a086: Layer already exists [2025-06-05T03:38:06.178Z] 8daf332af461: Pushed [2025-06-05T03:38:06.178Z] a9aed82c9899: Pushed [2025-06-05T03:38:06.178Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:06.178Z] 3fa5188c3a81: Pushed [2025-06-05T03:38:06.178Z] bc44d5f98bb9: Pushed [2025-06-05T03:38:06.444Z] 2250cbba2a35: Pushed [2025-06-05T03:38:09.015Z] ddd1c8d4c8f5: Pushed [2025-06-05T03:38:09.015Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:09.364Z] + 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-05T03:38:09.711Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-05T03:38:09.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-05T03:38:09.712Z] 3896d9581284: Preparing [2025-06-05T03:38:09.712Z] 790a7b6aa80e: Preparing [2025-06-05T03:38:09.712Z] 7e3ee10d1c44: Preparing [2025-06-05T03:38:09.712Z] 942d6bed0e5e: Preparing [2025-06-05T03:38:09.712Z] 921d570cc393: Preparing [2025-06-05T03:38:09.712Z] 508a49b62ce7: Preparing [2025-06-05T03:38:09.712Z] ddd1c8d4c8f5: Preparing [2025-06-05T03:38:09.712Z] 9bc3979e409c: Preparing [2025-06-05T03:38:09.712Z] 04d44e38a418: Preparing [2025-06-05T03:38:09.712Z] a9aed82c9899: Preparing [2025-06-05T03:38:09.712Z] 8daf332af461: Preparing [2025-06-05T03:38:09.712Z] 5f70bf18a086: Preparing [2025-06-05T03:38:09.712Z] bc44d5f98bb9: Preparing [2025-06-05T03:38:09.712Z] 3fa5188c3a81: Preparing [2025-06-05T03:38:09.712Z] 2250cbba2a35: Preparing [2025-06-05T03:38:09.712Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:09.712Z] 04d44e38a418: Waiting [2025-06-05T03:38:09.712Z] a9aed82c9899: Waiting [2025-06-05T03:38:09.712Z] 8daf332af461: Waiting [2025-06-05T03:38:09.712Z] 5f70bf18a086: Waiting [2025-06-05T03:38:09.712Z] bc44d5f98bb9: Waiting [2025-06-05T03:38:09.712Z] 3fa5188c3a81: Waiting [2025-06-05T03:38:09.712Z] 2250cbba2a35: Waiting [2025-06-05T03:38:09.712Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:09.712Z] 508a49b62ce7: Waiting [2025-06-05T03:38:09.712Z] ddd1c8d4c8f5: Waiting [2025-06-05T03:38:09.712Z] 9bc3979e409c: Waiting [2025-06-05T03:38:09.712Z] 790a7b6aa80e: Layer already exists [2025-06-05T03:38:09.712Z] 3896d9581284: Layer already exists [2025-06-05T03:38:09.712Z] 921d570cc393: Layer already exists [2025-06-05T03:38:09.712Z] 7e3ee10d1c44: Layer already exists [2025-06-05T03:38:09.712Z] 942d6bed0e5e: Layer already exists [2025-06-05T03:38:09.712Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:09.712Z] 508a49b62ce7: Layer already exists [2025-06-05T03:38:09.712Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:09.712Z] ddd1c8d4c8f5: Layer already exists [2025-06-05T03:38:09.712Z] a9aed82c9899: Layer already exists [2025-06-05T03:38:09.712Z] 5f70bf18a086: Layer already exists [2025-06-05T03:38:09.712Z] 8daf332af461: Layer already exists [2025-06-05T03:38:09.712Z] 2250cbba2a35: Layer already exists [2025-06-05T03:38:09.712Z] 3fa5188c3a81: Layer already exists [2025-06-05T03:38:09.712Z] bc44d5f98bb9: Layer already exists [2025-06-05T03:38:09.712Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:09.977Z] latest: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:10.328Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:10.674Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 [2025-06-05T03:38:10.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-05T03:38:10.674Z] 3896d9581284: Preparing [2025-06-05T03:38:10.674Z] 790a7b6aa80e: Preparing [2025-06-05T03:38:10.674Z] 7e3ee10d1c44: Preparing [2025-06-05T03:38:10.674Z] 942d6bed0e5e: Preparing [2025-06-05T03:38:10.674Z] 921d570cc393: Preparing [2025-06-05T03:38:10.674Z] 508a49b62ce7: Preparing [2025-06-05T03:38:10.674Z] ddd1c8d4c8f5: Preparing [2025-06-05T03:38:10.674Z] 9bc3979e409c: Preparing [2025-06-05T03:38:10.674Z] 04d44e38a418: Preparing [2025-06-05T03:38:10.674Z] a9aed82c9899: Preparing [2025-06-05T03:38:10.674Z] 8daf332af461: Preparing [2025-06-05T03:38:10.674Z] 5f70bf18a086: Preparing [2025-06-05T03:38:10.674Z] bc44d5f98bb9: Preparing [2025-06-05T03:38:10.674Z] 508a49b62ce7: Waiting [2025-06-05T03:38:10.674Z] 3fa5188c3a81: Preparing [2025-06-05T03:38:10.674Z] 2250cbba2a35: Preparing [2025-06-05T03:38:10.674Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:10.674Z] ddd1c8d4c8f5: Waiting [2025-06-05T03:38:10.674Z] 9bc3979e409c: Waiting [2025-06-05T03:38:10.674Z] 04d44e38a418: Waiting [2025-06-05T03:38:10.674Z] a9aed82c9899: Waiting [2025-06-05T03:38:10.674Z] 8daf332af461: Waiting [2025-06-05T03:38:10.674Z] 5f70bf18a086: Waiting [2025-06-05T03:38:10.674Z] bc44d5f98bb9: Waiting [2025-06-05T03:38:10.674Z] 3fa5188c3a81: Waiting [2025-06-05T03:38:10.674Z] 2250cbba2a35: Waiting [2025-06-05T03:38:10.674Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:10.674Z] 942d6bed0e5e: Layer already exists [2025-06-05T03:38:10.674Z] 3896d9581284: Layer already exists [2025-06-05T03:38:10.674Z] 921d570cc393: Layer already exists [2025-06-05T03:38:10.674Z] 790a7b6aa80e: Layer already exists [2025-06-05T03:38:10.674Z] 7e3ee10d1c44: Layer already exists [2025-06-05T03:38:10.674Z] ddd1c8d4c8f5: Layer already exists [2025-06-05T03:38:10.674Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:10.674Z] a9aed82c9899: Layer already exists [2025-06-05T03:38:10.674Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:10.675Z] 508a49b62ce7: Layer already exists [2025-06-05T03:38:10.675Z] 5f70bf18a086: Layer already exists [2025-06-05T03:38:10.675Z] 8daf332af461: Layer already exists [2025-06-05T03:38:10.675Z] bc44d5f98bb9: Layer already exists [2025-06-05T03:38:10.675Z] 3fa5188c3a81: Layer already exists [2025-06-05T03:38:10.675Z] 2250cbba2a35: Layer already exists [2025-06-05T03:38:10.675Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:10.939Z] 4.1.0-dev.20: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:11.298Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:11.637Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:11.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-05T03:38:11.637Z] 3896d9581284: Preparing [2025-06-05T03:38:11.637Z] 790a7b6aa80e: Preparing [2025-06-05T03:38:11.637Z] 7e3ee10d1c44: Preparing [2025-06-05T03:38:11.637Z] 942d6bed0e5e: Preparing [2025-06-05T03:38:11.637Z] 921d570cc393: Preparing [2025-06-05T03:38:11.637Z] 508a49b62ce7: Preparing [2025-06-05T03:38:11.637Z] ddd1c8d4c8f5: Preparing [2025-06-05T03:38:11.637Z] 508a49b62ce7: Waiting [2025-06-05T03:38:11.637Z] 9bc3979e409c: Preparing [2025-06-05T03:38:11.637Z] ddd1c8d4c8f5: Waiting [2025-06-05T03:38:11.637Z] 04d44e38a418: Preparing [2025-06-05T03:38:11.637Z] 9bc3979e409c: Waiting [2025-06-05T03:38:11.637Z] a9aed82c9899: Preparing [2025-06-05T03:38:11.637Z] 8daf332af461: Preparing [2025-06-05T03:38:11.637Z] a9aed82c9899: Waiting [2025-06-05T03:38:11.637Z] 5f70bf18a086: Preparing [2025-06-05T03:38:11.637Z] 8daf332af461: Waiting [2025-06-05T03:38:11.637Z] bc44d5f98bb9: Preparing [2025-06-05T03:38:11.637Z] 5f70bf18a086: Waiting [2025-06-05T03:38:11.637Z] 3fa5188c3a81: Preparing [2025-06-05T03:38:11.637Z] bc44d5f98bb9: Waiting [2025-06-05T03:38:11.637Z] 2250cbba2a35: Preparing [2025-06-05T03:38:11.637Z] 3fa5188c3a81: Waiting [2025-06-05T03:38:11.637Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:11.637Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:11.637Z] 7e3ee10d1c44: Layer already exists [2025-06-05T03:38:11.637Z] 921d570cc393: Layer already exists [2025-06-05T03:38:11.637Z] 3896d9581284: Layer already exists [2025-06-05T03:38:11.637Z] 942d6bed0e5e: Layer already exists [2025-06-05T03:38:11.637Z] 790a7b6aa80e: Layer already exists [2025-06-05T03:38:11.637Z] ddd1c8d4c8f5: Layer already exists [2025-06-05T03:38:11.637Z] a9aed82c9899: Layer already exists [2025-06-05T03:38:11.637Z] 508a49b62ce7: Layer already exists [2025-06-05T03:38:11.637Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:11.637Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:11.637Z] 3fa5188c3a81: Layer already exists [2025-06-05T03:38:11.637Z] 8daf332af461: Layer already exists [2025-06-05T03:38:11.637Z] 5f70bf18a086: Layer already exists [2025-06-05T03:38:11.637Z] bc44d5f98bb9: Layer already exists [2025-06-05T03:38:11.637Z] 2250cbba2a35: Layer already exists [2025-06-05T03:38:11.637Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:11.900Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:12.260Z] + 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-05T03:38:12.612Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-05T03:38:12.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-05T03:38:12.612Z] 3896d9581284: Preparing [2025-06-05T03:38:12.612Z] 790a7b6aa80e: Preparing [2025-06-05T03:38:12.612Z] 7e3ee10d1c44: Preparing [2025-06-05T03:38:12.612Z] 942d6bed0e5e: Preparing [2025-06-05T03:38:12.612Z] 921d570cc393: Preparing [2025-06-05T03:38:12.612Z] 508a49b62ce7: Preparing [2025-06-05T03:38:12.612Z] ddd1c8d4c8f5: Preparing [2025-06-05T03:38:12.612Z] 9bc3979e409c: Preparing [2025-06-05T03:38:12.612Z] 04d44e38a418: Preparing [2025-06-05T03:38:12.612Z] a9aed82c9899: Preparing [2025-06-05T03:38:12.612Z] 8daf332af461: Preparing [2025-06-05T03:38:12.612Z] 5f70bf18a086: Preparing [2025-06-05T03:38:12.612Z] bc44d5f98bb9: Preparing [2025-06-05T03:38:12.612Z] 3fa5188c3a81: Preparing [2025-06-05T03:38:12.612Z] 2250cbba2a35: Preparing [2025-06-05T03:38:12.612Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:12.612Z] 8daf332af461: Waiting [2025-06-05T03:38:12.612Z] 5f70bf18a086: Waiting [2025-06-05T03:38:12.612Z] 508a49b62ce7: Waiting [2025-06-05T03:38:12.612Z] bc44d5f98bb9: Waiting [2025-06-05T03:38:12.612Z] 3fa5188c3a81: Waiting [2025-06-05T03:38:12.612Z] 2250cbba2a35: Waiting [2025-06-05T03:38:12.612Z] ddd1c8d4c8f5: Waiting [2025-06-05T03:38:12.612Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:12.612Z] 9bc3979e409c: Waiting [2025-06-05T03:38:12.612Z] 04d44e38a418: Waiting [2025-06-05T03:38:12.612Z] a9aed82c9899: Waiting [2025-06-05T03:38:12.612Z] 942d6bed0e5e: Layer already exists [2025-06-05T03:38:12.612Z] 790a7b6aa80e: Layer already exists [2025-06-05T03:38:12.612Z] 7e3ee10d1c44: Layer already exists [2025-06-05T03:38:12.612Z] 3896d9581284: Layer already exists [2025-06-05T03:38:12.612Z] 921d570cc393: Layer already exists [2025-06-05T03:38:12.612Z] ddd1c8d4c8f5: Layer already exists [2025-06-05T03:38:12.612Z] 508a49b62ce7: Layer already exists [2025-06-05T03:38:12.612Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:12.612Z] a9aed82c9899: Layer already exists [2025-06-05T03:38:12.612Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:12.612Z] 5f70bf18a086: Layer already exists [2025-06-05T03:38:12.612Z] 8daf332af461: Layer already exists [2025-06-05T03:38:12.612Z] 3fa5188c3a81: Layer already exists [2025-06-05T03:38:12.612Z] 2250cbba2a35: Layer already exists [2025-06-05T03:38:12.612Z] bc44d5f98bb9: Layer already exists [2025-06-05T03:38:12.612Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:12.875Z] main: digest: sha256:dee87937676882024d28426234f23218f73c94bbb74cb6001e443ef1103c755d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:38:12.944Z] ===================================================== [Pipeline] echo [2025-06-05T03:38:12.957Z] taggedImages: [2025-06-05T03:38:12.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:12.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-05T03:38:12.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 [2025-06-05T03:38:12.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:12.957Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-05T03:38:12.984Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-05T03:38:12.984Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:12.984Z] latest [2025-06-05T03:38:12.984Z] 4.1.0-dev.20 [2025-06-05T03:38:12.984Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:12.984Z] main [2025-06-05T03:38:12.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:13.350Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:13.715Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:13.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-05T03:38:13.715Z] 4575e95449fe: Preparing [2025-06-05T03:38:13.715Z] 24b49f98b0ea: Preparing [2025-06-05T03:38:13.715Z] 57591b76577b: Preparing [2025-06-05T03:38:13.715Z] 11bfed82a969: Preparing [2025-06-05T03:38:13.715Z] 9bc3979e409c: Preparing [2025-06-05T03:38:13.715Z] 04d44e38a418: Preparing [2025-06-05T03:38:13.715Z] f2ce92235716: Preparing [2025-06-05T03:38:13.715Z] df13e010c79c: Preparing [2025-06-05T03:38:13.715Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:13.715Z] 04d44e38a418: Waiting [2025-06-05T03:38:13.715Z] f2ce92235716: Waiting [2025-06-05T03:38:13.715Z] df13e010c79c: Waiting [2025-06-05T03:38:13.715Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:13.715Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:13.980Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:13.980Z] f2ce92235716: Layer already exists [2025-06-05T03:38:13.980Z] 24b49f98b0ea: Pushed [2025-06-05T03:38:13.980Z] 57591b76577b: Pushed [2025-06-05T03:38:13.980Z] df13e010c79c: Layer already exists [2025-06-05T03:38:13.980Z] 4575e95449fe: Pushed [2025-06-05T03:38:13.980Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:19.296Z] 11bfed82a969: Pushed [2025-06-05T03:38:19.296Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:19.640Z] + 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-05T03:38:19.980Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-05T03:38:19.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-05T03:38:19.980Z] 4575e95449fe: Preparing [2025-06-05T03:38:19.980Z] 24b49f98b0ea: Preparing [2025-06-05T03:38:19.980Z] 57591b76577b: Preparing [2025-06-05T03:38:19.980Z] 11bfed82a969: Preparing [2025-06-05T03:38:19.980Z] 9bc3979e409c: Preparing [2025-06-05T03:38:19.980Z] 04d44e38a418: Preparing [2025-06-05T03:38:19.980Z] f2ce92235716: Preparing [2025-06-05T03:38:19.980Z] df13e010c79c: Preparing [2025-06-05T03:38:19.980Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:19.980Z] f2ce92235716: Waiting [2025-06-05T03:38:19.980Z] df13e010c79c: Waiting [2025-06-05T03:38:19.980Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:19.980Z] 04d44e38a418: Waiting [2025-06-05T03:38:19.980Z] 57591b76577b: Layer already exists [2025-06-05T03:38:19.980Z] 11bfed82a969: Layer already exists [2025-06-05T03:38:19.980Z] 4575e95449fe: Layer already exists [2025-06-05T03:38:19.980Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:19.980Z] 24b49f98b0ea: Layer already exists [2025-06-05T03:38:19.980Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:19.980Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:19.980Z] f2ce92235716: Layer already exists [2025-06-05T03:38:19.980Z] df13e010c79c: Layer already exists [2025-06-05T03:38:20.244Z] latest: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:20.592Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:20.941Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 [2025-06-05T03:38:20.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-05T03:38:20.941Z] 4575e95449fe: Preparing [2025-06-05T03:38:20.941Z] 24b49f98b0ea: Preparing [2025-06-05T03:38:20.941Z] 57591b76577b: Preparing [2025-06-05T03:38:20.941Z] 11bfed82a969: Preparing [2025-06-05T03:38:20.941Z] 9bc3979e409c: Preparing [2025-06-05T03:38:20.941Z] 04d44e38a418: Preparing [2025-06-05T03:38:20.941Z] f2ce92235716: Preparing [2025-06-05T03:38:20.941Z] df13e010c79c: Preparing [2025-06-05T03:38:20.941Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:20.941Z] 04d44e38a418: Waiting [2025-06-05T03:38:20.941Z] f2ce92235716: Waiting [2025-06-05T03:38:20.941Z] df13e010c79c: Waiting [2025-06-05T03:38:20.941Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:20.941Z] 24b49f98b0ea: Layer already exists [2025-06-05T03:38:20.941Z] 57591b76577b: Layer already exists [2025-06-05T03:38:20.941Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:20.941Z] 11bfed82a969: Layer already exists [2025-06-05T03:38:20.941Z] 4575e95449fe: Layer already exists [2025-06-05T03:38:20.941Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:20.941Z] f2ce92235716: Layer already exists [2025-06-05T03:38:20.941Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:20.941Z] df13e010c79c: Layer already exists [2025-06-05T03:38:21.205Z] 4.1.0-dev.20: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:21.556Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:21.894Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:21.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-05T03:38:21.894Z] 4575e95449fe: Preparing [2025-06-05T03:38:21.894Z] 24b49f98b0ea: Preparing [2025-06-05T03:38:21.894Z] 57591b76577b: Preparing [2025-06-05T03:38:21.894Z] 11bfed82a969: Preparing [2025-06-05T03:38:21.894Z] 9bc3979e409c: Preparing [2025-06-05T03:38:21.894Z] 04d44e38a418: Preparing [2025-06-05T03:38:21.894Z] f2ce92235716: Preparing [2025-06-05T03:38:21.894Z] df13e010c79c: Preparing [2025-06-05T03:38:21.894Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:21.894Z] 04d44e38a418: Waiting [2025-06-05T03:38:21.894Z] f2ce92235716: Waiting [2025-06-05T03:38:21.894Z] df13e010c79c: Waiting [2025-06-05T03:38:21.894Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:21.894Z] 24b49f98b0ea: Layer already exists [2025-06-05T03:38:21.894Z] 11bfed82a969: Layer already exists [2025-06-05T03:38:21.894Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:21.894Z] 4575e95449fe: Layer already exists [2025-06-05T03:38:21.894Z] 57591b76577b: Layer already exists [2025-06-05T03:38:21.894Z] df13e010c79c: Layer already exists [2025-06-05T03:38:21.894Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:21.894Z] f2ce92235716: Layer already exists [2025-06-05T03:38:21.895Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:22.159Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:22.505Z] + 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-05T03:38:22.863Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-05T03:38:22.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-05T03:38:22.863Z] 4575e95449fe: Preparing [2025-06-05T03:38:22.863Z] 24b49f98b0ea: Preparing [2025-06-05T03:38:22.863Z] 57591b76577b: Preparing [2025-06-05T03:38:22.863Z] 11bfed82a969: Preparing [2025-06-05T03:38:22.863Z] 9bc3979e409c: Preparing [2025-06-05T03:38:22.863Z] 04d44e38a418: Preparing [2025-06-05T03:38:22.863Z] f2ce92235716: Preparing [2025-06-05T03:38:22.863Z] df13e010c79c: Preparing [2025-06-05T03:38:22.863Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:22.863Z] f2ce92235716: Waiting [2025-06-05T03:38:22.863Z] df13e010c79c: Waiting [2025-06-05T03:38:22.863Z] 04d44e38a418: Waiting [2025-06-05T03:38:22.863Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:22.863Z] 11bfed82a969: Layer already exists [2025-06-05T03:38:22.863Z] 57591b76577b: Layer already exists [2025-06-05T03:38:22.863Z] 4575e95449fe: Layer already exists [2025-06-05T03:38:22.863Z] 24b49f98b0ea: Layer already exists [2025-06-05T03:38:22.863Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:22.863Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:22.863Z] f2ce92235716: Layer already exists [2025-06-05T03:38:22.863Z] df13e010c79c: Layer already exists [2025-06-05T03:38:23.128Z] main: digest: sha256:8fe412789dd8ba5405a1b0317b6c306f72523a53e4c0c218b3609a03a38f6fbe size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:38:23.206Z] ===================================================== [Pipeline] echo [2025-06-05T03:38:23.219Z] taggedImages: [2025-06-05T03:38:23.220Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:23.220Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-05T03:38:23.220Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 [2025-06-05T03:38:23.220Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:23.220Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-05T03:38:23.246Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-05T03:38:23.246Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:23.246Z] latest [2025-06-05T03:38:23.246Z] 4.1.0-dev.20 [2025-06-05T03:38:23.246Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:23.246Z] main [2025-06-05T03:38:23.246Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:23.599Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:23.947Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:23.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-05T03:38:23.947Z] 21379ced7d88: Preparing [2025-06-05T03:38:23.947Z] 861074908dae: Preparing [2025-06-05T03:38:23.947Z] 5f7fd816ec29: Preparing [2025-06-05T03:38:23.947Z] d0066421caa7: Preparing [2025-06-05T03:38:23.947Z] 64c0c8dc9816: Preparing [2025-06-05T03:38:23.947Z] 9bc3979e409c: Preparing [2025-06-05T03:38:23.947Z] 04d44e38a418: Preparing [2025-06-05T03:38:23.947Z] 9bc3979e409c: Waiting [2025-06-05T03:38:23.947Z] 5e6f2f6181fe: Preparing [2025-06-05T03:38:23.947Z] 04d44e38a418: Waiting [2025-06-05T03:38:23.947Z] d6218bffc50d: Preparing [2025-06-05T03:38:23.947Z] 5e6f2f6181fe: Waiting [2025-06-05T03:38:23.947Z] d6218bffc50d: Waiting [2025-06-05T03:38:23.947Z] 8c1cf7e5f1f4: Preparing [2025-06-05T03:38:23.947Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:23.947Z] 8c1cf7e5f1f4: Waiting [2025-06-05T03:38:23.947Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:24.212Z] d0066421caa7: Pushed [2025-06-05T03:38:24.212Z] 861074908dae: Pushed [2025-06-05T03:38:24.212Z] 64c0c8dc9816: Pushed [2025-06-05T03:38:24.212Z] 21379ced7d88: Pushed [2025-06-05T03:38:24.212Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:24.212Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:24.212Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:24.212Z] 5e6f2f6181fe: Pushed [2025-06-05T03:38:24.476Z] d6218bffc50d: Pushed [2025-06-05T03:38:27.039Z] 8c1cf7e5f1f4: Pushed [2025-06-05T03:38:28.437Z] 5f7fd816ec29: Pushed [2025-06-05T03:38:28.437Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:28.862Z] + 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-05T03:38:29.227Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-05T03:38:29.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-05T03:38:29.227Z] 21379ced7d88: Preparing [2025-06-05T03:38:29.227Z] 861074908dae: Preparing [2025-06-05T03:38:29.227Z] 5f7fd816ec29: Preparing [2025-06-05T03:38:29.227Z] d0066421caa7: Preparing [2025-06-05T03:38:29.227Z] 64c0c8dc9816: Preparing [2025-06-05T03:38:29.227Z] 9bc3979e409c: Preparing [2025-06-05T03:38:29.227Z] 04d44e38a418: Preparing [2025-06-05T03:38:29.227Z] 5e6f2f6181fe: Preparing [2025-06-05T03:38:29.227Z] d6218bffc50d: Preparing [2025-06-05T03:38:29.227Z] 8c1cf7e5f1f4: Preparing [2025-06-05T03:38:29.227Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:29.227Z] 04d44e38a418: Waiting [2025-06-05T03:38:29.227Z] 8c1cf7e5f1f4: Waiting [2025-06-05T03:38:29.227Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:29.227Z] 5e6f2f6181fe: Waiting [2025-06-05T03:38:29.227Z] d6218bffc50d: Waiting [2025-06-05T03:38:29.227Z] 9bc3979e409c: Waiting [2025-06-05T03:38:29.227Z] 861074908dae: Layer already exists [2025-06-05T03:38:29.227Z] 64c0c8dc9816: Layer already exists [2025-06-05T03:38:29.227Z] d0066421caa7: Layer already exists [2025-06-05T03:38:29.227Z] 5f7fd816ec29: Layer already exists [2025-06-05T03:38:29.227Z] 21379ced7d88: Layer already exists [2025-06-05T03:38:29.227Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:29.227Z] 5e6f2f6181fe: Layer already exists [2025-06-05T03:38:29.227Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:29.227Z] 8c1cf7e5f1f4: Layer already exists [2025-06-05T03:38:29.227Z] d6218bffc50d: Layer already exists [2025-06-05T03:38:29.227Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:29.501Z] latest: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:29.868Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:30.226Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 [2025-06-05T03:38:30.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-05T03:38:30.226Z] 21379ced7d88: Preparing [2025-06-05T03:38:30.226Z] 861074908dae: Preparing [2025-06-05T03:38:30.226Z] 5f7fd816ec29: Preparing [2025-06-05T03:38:30.226Z] d0066421caa7: Preparing [2025-06-05T03:38:30.226Z] 64c0c8dc9816: Preparing [2025-06-05T03:38:30.226Z] 9bc3979e409c: Preparing [2025-06-05T03:38:30.226Z] 04d44e38a418: Preparing [2025-06-05T03:38:30.226Z] 5e6f2f6181fe: Preparing [2025-06-05T03:38:30.226Z] d6218bffc50d: Preparing [2025-06-05T03:38:30.226Z] 8c1cf7e5f1f4: Preparing [2025-06-05T03:38:30.226Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:30.226Z] 9bc3979e409c: Waiting [2025-06-05T03:38:30.226Z] 04d44e38a418: Waiting [2025-06-05T03:38:30.226Z] 5e6f2f6181fe: Waiting [2025-06-05T03:38:30.226Z] d6218bffc50d: Waiting [2025-06-05T03:38:30.226Z] 8c1cf7e5f1f4: Waiting [2025-06-05T03:38:30.226Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:30.226Z] 64c0c8dc9816: Layer already exists [2025-06-05T03:38:30.226Z] 861074908dae: Layer already exists [2025-06-05T03:38:30.226Z] d0066421caa7: Layer already exists [2025-06-05T03:38:30.226Z] 21379ced7d88: Layer already exists [2025-06-05T03:38:30.226Z] 5f7fd816ec29: Layer already exists [2025-06-05T03:38:30.226Z] 5e6f2f6181fe: Layer already exists [2025-06-05T03:38:30.226Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:30.226Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:30.226Z] d6218bffc50d: Layer already exists [2025-06-05T03:38:30.226Z] 8c1cf7e5f1f4: Layer already exists [2025-06-05T03:38:30.226Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:30.492Z] 4.1.0-dev.20: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:30.849Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:31.197Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:31.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-05T03:38:31.197Z] 21379ced7d88: Preparing [2025-06-05T03:38:31.197Z] 861074908dae: Preparing [2025-06-05T03:38:31.197Z] 5f7fd816ec29: Preparing [2025-06-05T03:38:31.197Z] d0066421caa7: Preparing [2025-06-05T03:38:31.197Z] 64c0c8dc9816: Preparing [2025-06-05T03:38:31.197Z] 9bc3979e409c: Preparing [2025-06-05T03:38:31.197Z] 04d44e38a418: Preparing [2025-06-05T03:38:31.197Z] 5e6f2f6181fe: Preparing [2025-06-05T03:38:31.197Z] d6218bffc50d: Preparing [2025-06-05T03:38:31.197Z] 8c1cf7e5f1f4: Preparing [2025-06-05T03:38:31.197Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:31.197Z] 04d44e38a418: Waiting [2025-06-05T03:38:31.197Z] 5e6f2f6181fe: Waiting [2025-06-05T03:38:31.197Z] d6218bffc50d: Waiting [2025-06-05T03:38:31.197Z] 8c1cf7e5f1f4: Waiting [2025-06-05T03:38:31.197Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:31.197Z] 9bc3979e409c: Waiting [2025-06-05T03:38:31.197Z] 64c0c8dc9816: Layer already exists [2025-06-05T03:38:31.197Z] d0066421caa7: Layer already exists [2025-06-05T03:38:31.197Z] 5f7fd816ec29: Layer already exists [2025-06-05T03:38:31.197Z] 861074908dae: Layer already exists [2025-06-05T03:38:31.197Z] 21379ced7d88: Layer already exists [2025-06-05T03:38:31.197Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:31.197Z] 5e6f2f6181fe: Layer already exists [2025-06-05T03:38:31.197Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:31.197Z] d6218bffc50d: Layer already exists [2025-06-05T03:38:31.197Z] 8c1cf7e5f1f4: Layer already exists [2025-06-05T03:38:31.197Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:31.460Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:31.801Z] + 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-05T03:38:32.147Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-05T03:38:32.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-05T03:38:32.147Z] 21379ced7d88: Preparing [2025-06-05T03:38:32.147Z] 861074908dae: Preparing [2025-06-05T03:38:32.147Z] 5f7fd816ec29: Preparing [2025-06-05T03:38:32.147Z] d0066421caa7: Preparing [2025-06-05T03:38:32.147Z] 64c0c8dc9816: Preparing [2025-06-05T03:38:32.147Z] 9bc3979e409c: Preparing [2025-06-05T03:38:32.147Z] 04d44e38a418: Preparing [2025-06-05T03:38:32.147Z] 5e6f2f6181fe: Preparing [2025-06-05T03:38:32.147Z] d6218bffc50d: Preparing [2025-06-05T03:38:32.147Z] 8c1cf7e5f1f4: Preparing [2025-06-05T03:38:32.147Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:32.147Z] 04d44e38a418: Waiting [2025-06-05T03:38:32.147Z] 5e6f2f6181fe: Waiting [2025-06-05T03:38:32.147Z] 9bc3979e409c: Waiting [2025-06-05T03:38:32.147Z] d6218bffc50d: Waiting [2025-06-05T03:38:32.147Z] 8c1cf7e5f1f4: Waiting [2025-06-05T03:38:32.147Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:32.147Z] d0066421caa7: Layer already exists [2025-06-05T03:38:32.147Z] 5f7fd816ec29: Layer already exists [2025-06-05T03:38:32.147Z] 861074908dae: Layer already exists [2025-06-05T03:38:32.147Z] 64c0c8dc9816: Layer already exists [2025-06-05T03:38:32.147Z] 21379ced7d88: Layer already exists [2025-06-05T03:38:32.147Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:32.147Z] 5e6f2f6181fe: Layer already exists [2025-06-05T03:38:32.147Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:32.147Z] 8c1cf7e5f1f4: Layer already exists [2025-06-05T03:38:32.147Z] d6218bffc50d: Layer already exists [2025-06-05T03:38:32.147Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:32.409Z] main: digest: sha256:083049bd2443b45778f17a23645f37b731b9d73f5e4b6e5a1f9cddab5c915278 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:38:32.482Z] ===================================================== [Pipeline] echo [2025-06-05T03:38:32.495Z] taggedImages: [2025-06-05T03:38:32.495Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:32.495Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-05T03:38:32.495Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 [2025-06-05T03:38:32.495Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:32.495Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-05T03:38:32.527Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-05T03:38:32.527Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:32.527Z] latest [2025-06-05T03:38:32.527Z] 4.1.0-dev.20 [2025-06-05T03:38:32.527Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:32.527Z] main [2025-06-05T03:38:32.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:32.887Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:33.229Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:33.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-05T03:38:33.229Z] 75377d9caaf5: Preparing [2025-06-05T03:38:33.229Z] e6d0b96eba22: Preparing [2025-06-05T03:38:33.229Z] f22808f8b5b5: Preparing [2025-06-05T03:38:33.229Z] e856635f6fdd: Preparing [2025-06-05T03:38:33.229Z] ca79961cf344: Preparing [2025-06-05T03:38:33.229Z] 502fdfb15a66: Preparing [2025-06-05T03:38:33.229Z] ea5ecdd20893: Preparing [2025-06-05T03:38:33.229Z] 9bc3979e409c: Preparing [2025-06-05T03:38:33.229Z] 04d44e38a418: Preparing [2025-06-05T03:38:33.229Z] 390ab53b428d: Preparing [2025-06-05T03:38:33.229Z] 9b975b2cfed8: Preparing [2025-06-05T03:38:33.229Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:33.229Z] 502fdfb15a66: Waiting [2025-06-05T03:38:33.229Z] 04d44e38a418: Waiting [2025-06-05T03:38:33.229Z] 9b975b2cfed8: Waiting [2025-06-05T03:38:33.229Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:33.229Z] ea5ecdd20893: Waiting [2025-06-05T03:38:33.229Z] 9bc3979e409c: Waiting [2025-06-05T03:38:33.229Z] 390ab53b428d: Waiting [2025-06-05T03:38:33.493Z] e6d0b96eba22: Pushed [2025-06-05T03:38:33.493Z] 75377d9caaf5: Pushed [2025-06-05T03:38:33.493Z] ca79961cf344: Pushed [2025-06-05T03:38:33.493Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:33.493Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:33.493Z] 502fdfb15a66: Pushed [2025-06-05T03:38:33.493Z] ea5ecdd20893: Pushed [2025-06-05T03:38:33.757Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:33.757Z] 390ab53b428d: Pushed [2025-06-05T03:38:36.315Z] 9b975b2cfed8: Pushed [2025-06-05T03:38:37.710Z] e856635f6fdd: Pushed [2025-06-05T03:38:40.268Z] f22808f8b5b5: Pushed [2025-06-05T03:38:40.268Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:40.613Z] + 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-05T03:38:41.901Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-05T03:38:41.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-05T03:38:41.901Z] 75377d9caaf5: Preparing [2025-06-05T03:38:41.901Z] e6d0b96eba22: Preparing [2025-06-05T03:38:41.901Z] f22808f8b5b5: Preparing [2025-06-05T03:38:41.901Z] e856635f6fdd: Preparing [2025-06-05T03:38:41.901Z] ca79961cf344: Preparing [2025-06-05T03:38:41.901Z] 502fdfb15a66: Preparing [2025-06-05T03:38:41.901Z] ea5ecdd20893: Preparing [2025-06-05T03:38:41.901Z] 9bc3979e409c: Preparing [2025-06-05T03:38:41.901Z] 04d44e38a418: Preparing [2025-06-05T03:38:41.901Z] 390ab53b428d: Preparing [2025-06-05T03:38:41.901Z] 9b975b2cfed8: Preparing [2025-06-05T03:38:41.901Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:41.901Z] 502fdfb15a66: Waiting [2025-06-05T03:38:41.901Z] ea5ecdd20893: Waiting [2025-06-05T03:38:41.901Z] 9bc3979e409c: Waiting [2025-06-05T03:38:41.901Z] 9b975b2cfed8: Waiting [2025-06-05T03:38:41.901Z] 390ab53b428d: Waiting [2025-06-05T03:38:41.901Z] 04d44e38a418: Waiting [2025-06-05T03:38:41.901Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:41.901Z] 75377d9caaf5: Layer already exists [2025-06-05T03:38:41.901Z] e856635f6fdd: Layer already exists [2025-06-05T03:38:41.901Z] e6d0b96eba22: Layer already exists [2025-06-05T03:38:41.901Z] ca79961cf344: Layer already exists [2025-06-05T03:38:41.901Z] f22808f8b5b5: Layer already exists [2025-06-05T03:38:41.901Z] ea5ecdd20893: Layer already exists [2025-06-05T03:38:41.901Z] 502fdfb15a66: Layer already exists [2025-06-05T03:38:41.901Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:41.901Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:41.901Z] 390ab53b428d: Layer already exists [2025-06-05T03:38:41.901Z] 9b975b2cfed8: Layer already exists [2025-06-05T03:38:41.901Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:42.164Z] latest: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:42.508Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:42.858Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 [2025-06-05T03:38:42.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-05T03:38:42.858Z] 75377d9caaf5: Preparing [2025-06-05T03:38:42.858Z] e6d0b96eba22: Preparing [2025-06-05T03:38:42.858Z] f22808f8b5b5: Preparing [2025-06-05T03:38:42.858Z] e856635f6fdd: Preparing [2025-06-05T03:38:42.858Z] ca79961cf344: Preparing [2025-06-05T03:38:42.858Z] 502fdfb15a66: Preparing [2025-06-05T03:38:42.858Z] ea5ecdd20893: Preparing [2025-06-05T03:38:42.858Z] 9bc3979e409c: Preparing [2025-06-05T03:38:42.858Z] 04d44e38a418: Preparing [2025-06-05T03:38:42.858Z] 390ab53b428d: Preparing [2025-06-05T03:38:42.858Z] 9b975b2cfed8: Preparing [2025-06-05T03:38:42.858Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:42.858Z] 04d44e38a418: Waiting [2025-06-05T03:38:42.858Z] 390ab53b428d: Waiting [2025-06-05T03:38:42.858Z] 9b975b2cfed8: Waiting [2025-06-05T03:38:42.858Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:42.858Z] 502fdfb15a66: Waiting [2025-06-05T03:38:42.858Z] ea5ecdd20893: Waiting [2025-06-05T03:38:42.858Z] 9bc3979e409c: Waiting [2025-06-05T03:38:42.858Z] e856635f6fdd: Layer already exists [2025-06-05T03:38:42.858Z] ca79961cf344: Layer already exists [2025-06-05T03:38:42.858Z] f22808f8b5b5: Layer already exists [2025-06-05T03:38:42.858Z] e6d0b96eba22: Layer already exists [2025-06-05T03:38:42.858Z] 75377d9caaf5: Layer already exists [2025-06-05T03:38:42.858Z] ea5ecdd20893: Layer already exists [2025-06-05T03:38:42.858Z] 502fdfb15a66: Layer already exists [2025-06-05T03:38:42.858Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:42.858Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:42.858Z] 390ab53b428d: Layer already exists [2025-06-05T03:38:42.858Z] 9b975b2cfed8: Layer already exists [2025-06-05T03:38:42.858Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:43.121Z] 4.1.0-dev.20: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:43.472Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:43.814Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:43.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-05T03:38:43.814Z] 75377d9caaf5: Preparing [2025-06-05T03:38:43.814Z] e6d0b96eba22: Preparing [2025-06-05T03:38:43.814Z] f22808f8b5b5: Preparing [2025-06-05T03:38:43.814Z] e856635f6fdd: Preparing [2025-06-05T03:38:43.814Z] ca79961cf344: Preparing [2025-06-05T03:38:43.814Z] 502fdfb15a66: Preparing [2025-06-05T03:38:43.814Z] ea5ecdd20893: Preparing [2025-06-05T03:38:43.814Z] 502fdfb15a66: Waiting [2025-06-05T03:38:43.814Z] 9bc3979e409c: Preparing [2025-06-05T03:38:43.814Z] ea5ecdd20893: Waiting [2025-06-05T03:38:43.814Z] 04d44e38a418: Preparing [2025-06-05T03:38:43.814Z] 9bc3979e409c: Waiting [2025-06-05T03:38:43.814Z] 04d44e38a418: Waiting [2025-06-05T03:38:43.814Z] 390ab53b428d: Preparing [2025-06-05T03:38:43.814Z] 9b975b2cfed8: Preparing [2025-06-05T03:38:43.814Z] 390ab53b428d: Waiting [2025-06-05T03:38:43.814Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:43.814Z] 9b975b2cfed8: Waiting [2025-06-05T03:38:43.814Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:43.814Z] e6d0b96eba22: Layer already exists [2025-06-05T03:38:43.814Z] e856635f6fdd: Layer already exists [2025-06-05T03:38:43.814Z] ca79961cf344: Layer already exists [2025-06-05T03:38:43.814Z] 75377d9caaf5: Layer already exists [2025-06-05T03:38:43.814Z] f22808f8b5b5: Layer already exists [2025-06-05T03:38:43.814Z] 502fdfb15a66: Layer already exists [2025-06-05T03:38:43.814Z] ea5ecdd20893: Layer already exists [2025-06-05T03:38:43.814Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:43.814Z] 390ab53b428d: Layer already exists [2025-06-05T03:38:43.814Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:43.814Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:43.814Z] 9b975b2cfed8: Layer already exists [2025-06-05T03:38:44.078Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:44.425Z] + 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-05T03:38:44.787Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-05T03:38:44.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-05T03:38:44.787Z] 75377d9caaf5: Preparing [2025-06-05T03:38:44.788Z] e6d0b96eba22: Preparing [2025-06-05T03:38:44.788Z] f22808f8b5b5: Preparing [2025-06-05T03:38:44.788Z] e856635f6fdd: Preparing [2025-06-05T03:38:44.788Z] ca79961cf344: Preparing [2025-06-05T03:38:44.788Z] 502fdfb15a66: Preparing [2025-06-05T03:38:44.788Z] ea5ecdd20893: Preparing [2025-06-05T03:38:44.788Z] 9bc3979e409c: Preparing [2025-06-05T03:38:44.788Z] 04d44e38a418: Preparing [2025-06-05T03:38:44.788Z] 390ab53b428d: Preparing [2025-06-05T03:38:44.788Z] 9b975b2cfed8: Preparing [2025-06-05T03:38:44.788Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:44.788Z] 9bc3979e409c: Waiting [2025-06-05T03:38:44.788Z] 04d44e38a418: Waiting [2025-06-05T03:38:44.788Z] 390ab53b428d: Waiting [2025-06-05T03:38:44.788Z] 9b975b2cfed8: Waiting [2025-06-05T03:38:44.788Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:44.788Z] 502fdfb15a66: Waiting [2025-06-05T03:38:44.788Z] ea5ecdd20893: Waiting [2025-06-05T03:38:44.788Z] ca79961cf344: Layer already exists [2025-06-05T03:38:44.788Z] 75377d9caaf5: Layer already exists [2025-06-05T03:38:44.788Z] e6d0b96eba22: Layer already exists [2025-06-05T03:38:44.788Z] f22808f8b5b5: Layer already exists [2025-06-05T03:38:44.788Z] e856635f6fdd: Layer already exists [2025-06-05T03:38:44.788Z] ea5ecdd20893: Layer already exists [2025-06-05T03:38:44.788Z] 390ab53b428d: Layer already exists [2025-06-05T03:38:44.788Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:44.788Z] 502fdfb15a66: Layer already exists [2025-06-05T03:38:44.788Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:44.788Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:44.788Z] 9b975b2cfed8: Layer already exists [2025-06-05T03:38:45.051Z] main: digest: sha256:6dffc6956158fa677bba054e20877ccb3fc9332158cb74e5507654ccfb84799f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:38:45.132Z] ===================================================== [Pipeline] echo [2025-06-05T03:38:45.150Z] taggedImages: [2025-06-05T03:38:45.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:45.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-05T03:38:45.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 [2025-06-05T03:38:45.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:45.150Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-05T03:38:45.175Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-05T03:38:45.176Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:45.176Z] latest [2025-06-05T03:38:45.176Z] 4.1.0-dev.20 [2025-06-05T03:38:45.176Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:45.176Z] main [2025-06-05T03:38:45.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:45.539Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:45.885Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:45.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-05T03:38:45.886Z] af53abd592bd: Preparing [2025-06-05T03:38:45.886Z] 35f30ecc25a7: Preparing [2025-06-05T03:38:45.886Z] 9bc3979e409c: Preparing [2025-06-05T03:38:45.886Z] 04d44e38a418: Preparing [2025-06-05T03:38:45.886Z] 1c1f0cb1da79: Preparing [2025-06-05T03:38:45.886Z] 65e1e3be6f20: Preparing [2025-06-05T03:38:45.886Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:45.886Z] 65e1e3be6f20: Waiting [2025-06-05T03:38:45.886Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:45.886Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:45.886Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:46.149Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:46.149Z] 1c1f0cb1da79: Pushed [2025-06-05T03:38:46.149Z] af53abd592bd: Pushed [2025-06-05T03:38:48.076Z] 65e1e3be6f20: Pushed [2025-06-05T03:38:53.393Z] 35f30ecc25a7: Pushed [2025-06-05T03:38:53.393Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:53.737Z] + 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-05T03:38:54.075Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-05T03:38:54.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-05T03:38:54.075Z] af53abd592bd: Preparing [2025-06-05T03:38:54.075Z] 35f30ecc25a7: Preparing [2025-06-05T03:38:54.075Z] 9bc3979e409c: Preparing [2025-06-05T03:38:54.075Z] 04d44e38a418: Preparing [2025-06-05T03:38:54.075Z] 1c1f0cb1da79: Preparing [2025-06-05T03:38:54.075Z] 65e1e3be6f20: Preparing [2025-06-05T03:38:54.075Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:54.075Z] 65e1e3be6f20: Waiting [2025-06-05T03:38:54.075Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:54.075Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:54.075Z] af53abd592bd: Layer already exists [2025-06-05T03:38:54.075Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:54.075Z] 1c1f0cb1da79: Layer already exists [2025-06-05T03:38:54.075Z] 35f30ecc25a7: Layer already exists [2025-06-05T03:38:54.075Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:54.075Z] 65e1e3be6f20: Layer already exists [2025-06-05T03:38:54.339Z] latest: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:54.689Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:55.042Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 [2025-06-05T03:38:55.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-05T03:38:55.043Z] af53abd592bd: Preparing [2025-06-05T03:38:55.043Z] 35f30ecc25a7: Preparing [2025-06-05T03:38:55.043Z] 9bc3979e409c: Preparing [2025-06-05T03:38:55.043Z] 04d44e38a418: Preparing [2025-06-05T03:38:55.043Z] 1c1f0cb1da79: Preparing [2025-06-05T03:38:55.043Z] 65e1e3be6f20: Preparing [2025-06-05T03:38:55.043Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:55.043Z] 65e1e3be6f20: Waiting [2025-06-05T03:38:55.043Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:55.043Z] 1c1f0cb1da79: Layer already exists [2025-06-05T03:38:55.043Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:55.043Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:55.043Z] 35f30ecc25a7: Layer already exists [2025-06-05T03:38:55.043Z] af53abd592bd: Layer already exists [2025-06-05T03:38:55.043Z] 65e1e3be6f20: Layer already exists [2025-06-05T03:38:55.043Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:55.043Z] 4.1.0-dev.20: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:55.389Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:55.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:55.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-05T03:38:55.729Z] af53abd592bd: Preparing [2025-06-05T03:38:55.729Z] 35f30ecc25a7: Preparing [2025-06-05T03:38:55.729Z] 9bc3979e409c: Preparing [2025-06-05T03:38:55.729Z] 04d44e38a418: Preparing [2025-06-05T03:38:55.729Z] 1c1f0cb1da79: Preparing [2025-06-05T03:38:55.729Z] 65e1e3be6f20: Preparing [2025-06-05T03:38:55.729Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:55.729Z] 65e1e3be6f20: Waiting [2025-06-05T03:38:55.729Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:55.729Z] 35f30ecc25a7: Layer already exists [2025-06-05T03:38:55.729Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:55.729Z] 1c1f0cb1da79: Layer already exists [2025-06-05T03:38:55.729Z] af53abd592bd: Layer already exists [2025-06-05T03:38:55.729Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:55.729Z] 65e1e3be6f20: Layer already exists [2025-06-05T03:38:55.729Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:55.990Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:56.341Z] + 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-05T03:38:56.678Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-05T03:38:56.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-05T03:38:56.678Z] af53abd592bd: Preparing [2025-06-05T03:38:56.678Z] 35f30ecc25a7: Preparing [2025-06-05T03:38:56.678Z] 9bc3979e409c: Preparing [2025-06-05T03:38:56.678Z] 04d44e38a418: Preparing [2025-06-05T03:38:56.678Z] 1c1f0cb1da79: Preparing [2025-06-05T03:38:56.678Z] 65e1e3be6f20: Preparing [2025-06-05T03:38:56.678Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:56.678Z] 65e1e3be6f20: Waiting [2025-06-05T03:38:56.678Z] 1c1f0cb1da79: Layer already exists [2025-06-05T03:38:56.678Z] 35f30ecc25a7: Layer already exists [2025-06-05T03:38:56.678Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:56.678Z] af53abd592bd: Layer already exists [2025-06-05T03:38:56.678Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:56.678Z] 65e1e3be6f20: Layer already exists [2025-06-05T03:38:56.678Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:56.940Z] main: digest: sha256:65ea28ba80c6fd6868c18bd6e5dd0288dbc63d3c98c740678dd646b78ed24ec2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:38:57.009Z] ===================================================== [Pipeline] echo [2025-06-05T03:38:57.020Z] taggedImages: [2025-06-05T03:38:57.020Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:57.020Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-05T03:38:57.020Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 [2025-06-05T03:38:57.020Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:57.020Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-05T03:38:57.051Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-05T03:38:57.051Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:57.051Z] latest [2025-06-05T03:38:57.051Z] 4.1.0-dev.20 [2025-06-05T03:38:57.051Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:38:57.051Z] main [2025-06-05T03:38:57.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:57.415Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:38:57.770Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:38:57.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-05T03:38:57.770Z] 5a356a59dbc5: Preparing [2025-06-05T03:38:57.770Z] a81e108b1ce4: Preparing [2025-06-05T03:38:57.770Z] 99745d66ee6b: Preparing [2025-06-05T03:38:57.770Z] 9bc3979e409c: Preparing [2025-06-05T03:38:57.770Z] 04d44e38a418: Preparing [2025-06-05T03:38:57.770Z] e393d3620cea: Preparing [2025-06-05T03:38:57.770Z] 24ca47c2ad3c: Preparing [2025-06-05T03:38:57.770Z] ca251aa8439d: Preparing [2025-06-05T03:38:57.770Z] e393d3620cea: Waiting [2025-06-05T03:38:57.770Z] 24ca47c2ad3c: Waiting [2025-06-05T03:38:57.770Z] 69e3360c9456: Preparing [2025-06-05T03:38:57.770Z] dd9c8f8612c8: Preparing [2025-06-05T03:38:57.770Z] ca251aa8439d: Waiting [2025-06-05T03:38:57.770Z] 69e3360c9456: Waiting [2025-06-05T03:38:57.770Z] dd9c8f8612c8: Waiting [2025-06-05T03:38:57.770Z] 9bc3979e409c: Layer already exists [2025-06-05T03:38:57.770Z] 04d44e38a418: Layer already exists [2025-06-05T03:38:58.035Z] 5a356a59dbc5: Pushed [2025-06-05T03:38:58.035Z] 99745d66ee6b: Pushed [2025-06-05T03:38:58.035Z] a81e108b1ce4: Pushed [2025-06-05T03:38:58.035Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:38:58.035Z] ca251aa8439d: Pushed [2025-06-05T03:38:58.984Z] 69e3360c9456: Pushed [2025-06-05T03:39:09.020Z] 24ca47c2ad3c: Pushed [2025-06-05T03:39:23.973Z] e393d3620cea: Pushed [2025-06-05T03:39:23.973Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:24.325Z] + 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-05T03:39:24.670Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-05T03:39:24.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-05T03:39:24.670Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:24.670Z] a81e108b1ce4: Preparing [2025-06-05T03:39:24.670Z] 99745d66ee6b: Preparing [2025-06-05T03:39:24.670Z] 9bc3979e409c: Preparing [2025-06-05T03:39:24.670Z] 04d44e38a418: Preparing [2025-06-05T03:39:24.670Z] e393d3620cea: Preparing [2025-06-05T03:39:24.670Z] 24ca47c2ad3c: Preparing [2025-06-05T03:39:24.670Z] ca251aa8439d: Preparing [2025-06-05T03:39:24.670Z] 69e3360c9456: Preparing [2025-06-05T03:39:24.670Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:24.670Z] e393d3620cea: Waiting [2025-06-05T03:39:24.670Z] 24ca47c2ad3c: Waiting [2025-06-05T03:39:24.670Z] ca251aa8439d: Waiting [2025-06-05T03:39:24.670Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:24.670Z] 69e3360c9456: Waiting [2025-06-05T03:39:24.670Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:24.670Z] a81e108b1ce4: Layer already exists [2025-06-05T03:39:24.670Z] 99745d66ee6b: Layer already exists [2025-06-05T03:39:24.670Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:24.670Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:24.670Z] 24ca47c2ad3c: Layer already exists [2025-06-05T03:39:24.670Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:24.670Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:24.670Z] e393d3620cea: Layer already exists [2025-06-05T03:39:24.670Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:24.935Z] latest: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:25.278Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:25.628Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 [2025-06-05T03:39:25.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-05T03:39:25.628Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:25.628Z] a81e108b1ce4: Preparing [2025-06-05T03:39:25.628Z] 99745d66ee6b: Preparing [2025-06-05T03:39:25.628Z] 9bc3979e409c: Preparing [2025-06-05T03:39:25.628Z] 04d44e38a418: Preparing [2025-06-05T03:39:25.628Z] e393d3620cea: Preparing [2025-06-05T03:39:25.628Z] 24ca47c2ad3c: Preparing [2025-06-05T03:39:25.628Z] ca251aa8439d: Preparing [2025-06-05T03:39:25.628Z] 69e3360c9456: Preparing [2025-06-05T03:39:25.628Z] 24ca47c2ad3c: Waiting [2025-06-05T03:39:25.628Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:25.628Z] ca251aa8439d: Waiting [2025-06-05T03:39:25.628Z] 69e3360c9456: Waiting [2025-06-05T03:39:25.628Z] e393d3620cea: Waiting [2025-06-05T03:39:25.628Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:25.628Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:25.628Z] a81e108b1ce4: Layer already exists [2025-06-05T03:39:25.628Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:25.628Z] 99745d66ee6b: Layer already exists [2025-06-05T03:39:25.628Z] 24ca47c2ad3c: Layer already exists [2025-06-05T03:39:25.628Z] e393d3620cea: Layer already exists [2025-06-05T03:39:25.628Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:25.628Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:25.628Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:25.893Z] 4.1.0-dev.20: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:26.250Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:26.865Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:26.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-05T03:39:26.866Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:26.866Z] a81e108b1ce4: Preparing [2025-06-05T03:39:26.866Z] 99745d66ee6b: Preparing [2025-06-05T03:39:26.866Z] 9bc3979e409c: Preparing [2025-06-05T03:39:26.866Z] 04d44e38a418: Preparing [2025-06-05T03:39:26.866Z] e393d3620cea: Preparing [2025-06-05T03:39:26.866Z] 24ca47c2ad3c: Preparing [2025-06-05T03:39:26.866Z] ca251aa8439d: Preparing [2025-06-05T03:39:26.866Z] 69e3360c9456: Preparing [2025-06-05T03:39:26.866Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:26.866Z] 24ca47c2ad3c: Waiting [2025-06-05T03:39:26.866Z] ca251aa8439d: Waiting [2025-06-05T03:39:26.866Z] e393d3620cea: Waiting [2025-06-05T03:39:26.866Z] 69e3360c9456: Waiting [2025-06-05T03:39:26.866Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:26.866Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:26.866Z] a81e108b1ce4: Layer already exists [2025-06-05T03:39:26.866Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:26.866Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:26.866Z] 99745d66ee6b: Layer already exists [2025-06-05T03:39:26.866Z] 24ca47c2ad3c: Layer already exists [2025-06-05T03:39:26.866Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:26.866Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:26.866Z] e393d3620cea: Layer already exists [2025-06-05T03:39:26.866Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:27.130Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:27.485Z] + 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-05T03:39:27.833Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-05T03:39:27.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-05T03:39:27.833Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:27.833Z] a81e108b1ce4: Preparing [2025-06-05T03:39:27.833Z] 99745d66ee6b: Preparing [2025-06-05T03:39:27.833Z] 9bc3979e409c: Preparing [2025-06-05T03:39:27.833Z] 04d44e38a418: Preparing [2025-06-05T03:39:27.833Z] e393d3620cea: Preparing [2025-06-05T03:39:27.833Z] 24ca47c2ad3c: Preparing [2025-06-05T03:39:27.833Z] ca251aa8439d: Preparing [2025-06-05T03:39:27.833Z] 69e3360c9456: Preparing [2025-06-05T03:39:27.833Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:27.833Z] ca251aa8439d: Waiting [2025-06-05T03:39:27.833Z] 69e3360c9456: Waiting [2025-06-05T03:39:27.833Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:27.833Z] e393d3620cea: Waiting [2025-06-05T03:39:27.833Z] 24ca47c2ad3c: Waiting [2025-06-05T03:39:27.833Z] a81e108b1ce4: Layer already exists [2025-06-05T03:39:27.833Z] 99745d66ee6b: Layer already exists [2025-06-05T03:39:27.833Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:27.833Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:27.833Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:27.833Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:27.833Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:27.833Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:27.833Z] 24ca47c2ad3c: Layer already exists [2025-06-05T03:39:27.833Z] e393d3620cea: Layer already exists [2025-06-05T03:39:28.096Z] main: digest: sha256:a2268f9b4465c00a6ecdfb408d80f03a1d82a22a7b3e4f9cbec832ade829981a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:39:28.176Z] ===================================================== [Pipeline] echo [2025-06-05T03:39:28.194Z] taggedImages: [2025-06-05T03:39:28.194Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:28.194Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-05T03:39:28.194Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 [2025-06-05T03:39:28.194Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:28.194Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-05T03:39:28.224Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-05T03:39:28.224Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:28.224Z] latest [2025-06-05T03:39:28.224Z] 4.1.0-dev.20 [2025-06-05T03:39:28.224Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:28.224Z] main [2025-06-05T03:39:28.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:28.576Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:28.924Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:28.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-05T03:39:28.924Z] c9b4a5affcbf: Preparing [2025-06-05T03:39:28.924Z] 18292d2fbba1: Preparing [2025-06-05T03:39:28.924Z] 668b6a7c2e7f: Preparing [2025-06-05T03:39:28.924Z] 9bc3979e409c: Preparing [2025-06-05T03:39:28.924Z] 04d44e38a418: Preparing [2025-06-05T03:39:28.924Z] e393d3620cea: Preparing [2025-06-05T03:39:28.924Z] 9dc2f9f65d43: Preparing [2025-06-05T03:39:28.924Z] b3fa38de9f15: Preparing [2025-06-05T03:39:28.924Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:28.924Z] 9dc2f9f65d43: Waiting [2025-06-05T03:39:28.924Z] b3fa38de9f15: Waiting [2025-06-05T03:39:28.924Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:28.924Z] e393d3620cea: Waiting [2025-06-05T03:39:28.924Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:28.924Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:29.188Z] e393d3620cea: Layer already exists [2025-06-05T03:39:29.188Z] 18292d2fbba1: Pushed [2025-06-05T03:39:29.188Z] c9b4a5affcbf: Pushed [2025-06-05T03:39:29.188Z] 668b6a7c2e7f: Pushed [2025-06-05T03:39:29.188Z] 9dc2f9f65d43: Pushed [2025-06-05T03:39:29.188Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:29.765Z] b3fa38de9f15: Pushed [2025-06-05T03:39:30.029Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:30.378Z] + 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-05T03:39:30.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-05T03:39:30.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-05T03:39:30.718Z] c9b4a5affcbf: Preparing [2025-06-05T03:39:30.718Z] 18292d2fbba1: Preparing [2025-06-05T03:39:30.718Z] 668b6a7c2e7f: Preparing [2025-06-05T03:39:30.718Z] 9bc3979e409c: Preparing [2025-06-05T03:39:30.718Z] 04d44e38a418: Preparing [2025-06-05T03:39:30.718Z] e393d3620cea: Preparing [2025-06-05T03:39:30.718Z] 9dc2f9f65d43: Preparing [2025-06-05T03:39:30.718Z] b3fa38de9f15: Preparing [2025-06-05T03:39:30.718Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:30.718Z] e393d3620cea: Waiting [2025-06-05T03:39:30.718Z] b3fa38de9f15: Waiting [2025-06-05T03:39:30.718Z] 9dc2f9f65d43: Waiting [2025-06-05T03:39:30.718Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:30.718Z] 668b6a7c2e7f: Layer already exists [2025-06-05T03:39:30.718Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:30.718Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:30.718Z] 18292d2fbba1: Layer already exists [2025-06-05T03:39:30.718Z] c9b4a5affcbf: Layer already exists [2025-06-05T03:39:30.718Z] e393d3620cea: Layer already exists [2025-06-05T03:39:30.718Z] b3fa38de9f15: Layer already exists [2025-06-05T03:39:30.718Z] 9dc2f9f65d43: Layer already exists [2025-06-05T03:39:30.718Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:30.983Z] latest: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:31.330Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:31.702Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 [2025-06-05T03:39:31.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-05T03:39:31.702Z] c9b4a5affcbf: Preparing [2025-06-05T03:39:31.702Z] 18292d2fbba1: Preparing [2025-06-05T03:39:31.702Z] 668b6a7c2e7f: Preparing [2025-06-05T03:39:31.702Z] 9bc3979e409c: Preparing [2025-06-05T03:39:31.702Z] 04d44e38a418: Preparing [2025-06-05T03:39:31.702Z] e393d3620cea: Preparing [2025-06-05T03:39:31.702Z] 9dc2f9f65d43: Preparing [2025-06-05T03:39:31.702Z] b3fa38de9f15: Preparing [2025-06-05T03:39:31.702Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:31.702Z] e393d3620cea: Waiting [2025-06-05T03:39:31.702Z] 9dc2f9f65d43: Waiting [2025-06-05T03:39:31.702Z] b3fa38de9f15: Waiting [2025-06-05T03:39:31.702Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:31.702Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:31.702Z] c9b4a5affcbf: Layer already exists [2025-06-05T03:39:31.702Z] 18292d2fbba1: Layer already exists [2025-06-05T03:39:31.702Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:31.702Z] 668b6a7c2e7f: Layer already exists [2025-06-05T03:39:31.702Z] e393d3620cea: Layer already exists [2025-06-05T03:39:31.702Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:31.702Z] b3fa38de9f15: Layer already exists [2025-06-05T03:39:31.702Z] 9dc2f9f65d43: Layer already exists [2025-06-05T03:39:31.702Z] 4.1.0-dev.20: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:32.046Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:32.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:32.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-05T03:39:32.394Z] c9b4a5affcbf: Preparing [2025-06-05T03:39:32.394Z] 18292d2fbba1: Preparing [2025-06-05T03:39:32.394Z] 668b6a7c2e7f: Preparing [2025-06-05T03:39:32.394Z] 9bc3979e409c: Preparing [2025-06-05T03:39:32.394Z] 04d44e38a418: Preparing [2025-06-05T03:39:32.394Z] e393d3620cea: Preparing [2025-06-05T03:39:32.394Z] 9dc2f9f65d43: Preparing [2025-06-05T03:39:32.394Z] b3fa38de9f15: Preparing [2025-06-05T03:39:32.394Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:32.394Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:32.394Z] 9dc2f9f65d43: Waiting [2025-06-05T03:39:32.394Z] b3fa38de9f15: Waiting [2025-06-05T03:39:32.394Z] e393d3620cea: Waiting [2025-06-05T03:39:32.394Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:32.394Z] 18292d2fbba1: Layer already exists [2025-06-05T03:39:32.394Z] c9b4a5affcbf: Layer already exists [2025-06-05T03:39:32.394Z] 668b6a7c2e7f: Layer already exists [2025-06-05T03:39:32.394Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:32.394Z] e393d3620cea: Layer already exists [2025-06-05T03:39:32.394Z] 9dc2f9f65d43: Layer already exists [2025-06-05T03:39:32.394Z] b3fa38de9f15: Layer already exists [2025-06-05T03:39:32.394Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:32.658Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:33.009Z] + 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-05T03:39:33.360Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-05T03:39:33.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-05T03:39:33.360Z] c9b4a5affcbf: Preparing [2025-06-05T03:39:33.360Z] 18292d2fbba1: Preparing [2025-06-05T03:39:33.360Z] 668b6a7c2e7f: Preparing [2025-06-05T03:39:33.360Z] 9bc3979e409c: Preparing [2025-06-05T03:39:33.360Z] 04d44e38a418: Preparing [2025-06-05T03:39:33.360Z] e393d3620cea: Preparing [2025-06-05T03:39:33.360Z] 9dc2f9f65d43: Preparing [2025-06-05T03:39:33.360Z] b3fa38de9f15: Preparing [2025-06-05T03:39:33.360Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:33.360Z] 9dc2f9f65d43: Waiting [2025-06-05T03:39:33.360Z] b3fa38de9f15: Waiting [2025-06-05T03:39:33.360Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:33.360Z] e393d3620cea: Waiting [2025-06-05T03:39:33.360Z] c9b4a5affcbf: Layer already exists [2025-06-05T03:39:33.360Z] 18292d2fbba1: Layer already exists [2025-06-05T03:39:33.360Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:33.360Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:33.360Z] 668b6a7c2e7f: Layer already exists [2025-06-05T03:39:33.360Z] 9dc2f9f65d43: Layer already exists [2025-06-05T03:39:33.360Z] e393d3620cea: Layer already exists [2025-06-05T03:39:33.360Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:33.360Z] b3fa38de9f15: Layer already exists [2025-06-05T03:39:33.623Z] main: digest: sha256:163068927537a9da5dfe88d17619b28da29fe0be94e16ac16e2ba404c52e556c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:39:33.696Z] ===================================================== [Pipeline] echo [2025-06-05T03:39:33.707Z] taggedImages: [2025-06-05T03:39:33.707Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:33.707Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-05T03:39:33.707Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 [2025-06-05T03:39:33.707Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:33.707Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-05T03:39:33.729Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-05T03:39:33.729Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:33.729Z] latest [2025-06-05T03:39:33.729Z] 4.1.0-dev.20 [2025-06-05T03:39:33.729Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:33.729Z] main [2025-06-05T03:39:33.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:34.098Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:34.455Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:34.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-05T03:39:34.455Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:34.455Z] 19c6641cc893: Preparing [2025-06-05T03:39:34.455Z] 9849b753d783: Preparing [2025-06-05T03:39:34.455Z] 9bc3979e409c: Preparing [2025-06-05T03:39:34.455Z] 04d44e38a418: Preparing [2025-06-05T03:39:34.455Z] e393d3620cea: Preparing [2025-06-05T03:39:34.455Z] ca251aa8439d: Preparing [2025-06-05T03:39:34.455Z] 69e3360c9456: Preparing [2025-06-05T03:39:34.455Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:34.455Z] ca251aa8439d: Waiting [2025-06-05T03:39:34.455Z] 69e3360c9456: Waiting [2025-06-05T03:39:34.455Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:34.455Z] e393d3620cea: Waiting [2025-06-05T03:39:34.455Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:34.455Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:34.455Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:34.455Z] e393d3620cea: Layer already exists [2025-06-05T03:39:34.455Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:34.455Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:34.721Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:34.721Z] 19c6641cc893: Pushed [2025-06-05T03:39:34.721Z] 9849b753d783: Pushed [2025-06-05T03:39:34.721Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:35.068Z] + 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-05T03:39:35.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-05T03:39:35.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-05T03:39:35.412Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:35.412Z] 19c6641cc893: Preparing [2025-06-05T03:39:35.412Z] 9849b753d783: Preparing [2025-06-05T03:39:35.412Z] 9bc3979e409c: Preparing [2025-06-05T03:39:35.412Z] 04d44e38a418: Preparing [2025-06-05T03:39:35.412Z] e393d3620cea: Preparing [2025-06-05T03:39:35.412Z] ca251aa8439d: Preparing [2025-06-05T03:39:35.412Z] 69e3360c9456: Preparing [2025-06-05T03:39:35.412Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:35.412Z] 69e3360c9456: Waiting [2025-06-05T03:39:35.412Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:35.412Z] e393d3620cea: Waiting [2025-06-05T03:39:35.412Z] ca251aa8439d: Waiting [2025-06-05T03:39:35.412Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:35.412Z] 9849b753d783: Layer already exists [2025-06-05T03:39:35.412Z] 19c6641cc893: Layer already exists [2025-06-05T03:39:35.412Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:35.412Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:35.412Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:35.412Z] e393d3620cea: Layer already exists [2025-06-05T03:39:35.412Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:35.412Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:35.675Z] latest: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:36.024Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:36.374Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 [2025-06-05T03:39:36.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-05T03:39:36.374Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:36.374Z] 19c6641cc893: Preparing [2025-06-05T03:39:36.374Z] 9849b753d783: Preparing [2025-06-05T03:39:36.374Z] 9bc3979e409c: Preparing [2025-06-05T03:39:36.374Z] 04d44e38a418: Preparing [2025-06-05T03:39:36.374Z] e393d3620cea: Preparing [2025-06-05T03:39:36.374Z] ca251aa8439d: Preparing [2025-06-05T03:39:36.374Z] 69e3360c9456: Preparing [2025-06-05T03:39:36.374Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:36.374Z] ca251aa8439d: Waiting [2025-06-05T03:39:36.374Z] 69e3360c9456: Waiting [2025-06-05T03:39:36.374Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:36.374Z] e393d3620cea: Waiting [2025-06-05T03:39:36.374Z] 9849b753d783: Layer already exists [2025-06-05T03:39:36.374Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:36.374Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:36.374Z] 19c6641cc893: Layer already exists [2025-06-05T03:39:36.374Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:36.374Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:36.374Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:36.374Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:36.374Z] e393d3620cea: Layer already exists [2025-06-05T03:39:36.643Z] 4.1.0-dev.20: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:36.998Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:37.365Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:37.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-05T03:39:37.365Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:37.365Z] 19c6641cc893: Preparing [2025-06-05T03:39:37.365Z] 9849b753d783: Preparing [2025-06-05T03:39:37.365Z] 9bc3979e409c: Preparing [2025-06-05T03:39:37.365Z] 04d44e38a418: Preparing [2025-06-05T03:39:37.365Z] e393d3620cea: Preparing [2025-06-05T03:39:37.365Z] ca251aa8439d: Preparing [2025-06-05T03:39:37.365Z] 69e3360c9456: Preparing [2025-06-05T03:39:37.365Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:37.365Z] e393d3620cea: Waiting [2025-06-05T03:39:37.365Z] ca251aa8439d: Waiting [2025-06-05T03:39:37.365Z] 69e3360c9456: Waiting [2025-06-05T03:39:37.365Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:37.365Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:37.365Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:37.365Z] 19c6641cc893: Layer already exists [2025-06-05T03:39:37.365Z] 9849b753d783: Layer already exists [2025-06-05T03:39:37.365Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:37.365Z] e393d3620cea: Layer already exists [2025-06-05T03:39:37.365Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:37.365Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:37.365Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:37.637Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:38.000Z] + 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-05T03:39:38.350Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-05T03:39:38.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-05T03:39:38.350Z] 5a356a59dbc5: Preparing [2025-06-05T03:39:38.350Z] 19c6641cc893: Preparing [2025-06-05T03:39:38.350Z] 9849b753d783: Preparing [2025-06-05T03:39:38.350Z] 9bc3979e409c: Preparing [2025-06-05T03:39:38.350Z] 04d44e38a418: Preparing [2025-06-05T03:39:38.350Z] e393d3620cea: Preparing [2025-06-05T03:39:38.350Z] ca251aa8439d: Preparing [2025-06-05T03:39:38.350Z] 69e3360c9456: Preparing [2025-06-05T03:39:38.350Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:38.350Z] e393d3620cea: Waiting [2025-06-05T03:39:38.350Z] ca251aa8439d: Waiting [2025-06-05T03:39:38.350Z] 69e3360c9456: Waiting [2025-06-05T03:39:38.350Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:38.350Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:38.350Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:38.350Z] 19c6641cc893: Layer already exists [2025-06-05T03:39:38.350Z] 5a356a59dbc5: Layer already exists [2025-06-05T03:39:38.350Z] 9849b753d783: Layer already exists [2025-06-05T03:39:38.350Z] ca251aa8439d: Layer already exists [2025-06-05T03:39:38.350Z] e393d3620cea: Layer already exists [2025-06-05T03:39:38.350Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:38.350Z] 69e3360c9456: Layer already exists [2025-06-05T03:39:38.621Z] main: digest: sha256:5b3d82bbef288b5dbded590230cea37df500cc343151237a2f356f09e4ec5c86 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:39:38.681Z] ===================================================== [Pipeline] echo [2025-06-05T03:39:38.692Z] taggedImages: [2025-06-05T03:39:38.692Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:38.692Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-05T03:39:38.692Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 [2025-06-05T03:39:38.692Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:38.692Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-05T03:39:38.719Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-05T03:39:38.719Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:38.719Z] latest [2025-06-05T03:39:38.719Z] 4.1.0-dev.20 [2025-06-05T03:39:38.719Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:38.719Z] main [2025-06-05T03:39:38.719Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:39.082Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:39.419Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:39.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-05T03:39:39.419Z] 21229425e881: Preparing [2025-06-05T03:39:39.419Z] dde2e56ea67a: Preparing [2025-06-05T03:39:39.419Z] 9bc3979e409c: Preparing [2025-06-05T03:39:39.419Z] 04d44e38a418: Preparing [2025-06-05T03:39:39.419Z] 48f843729a8e: Preparing [2025-06-05T03:39:39.419Z] 28a29e3f23ff: Preparing [2025-06-05T03:39:39.419Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:39.419Z] 28a29e3f23ff: Waiting [2025-06-05T03:39:39.419Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:39.684Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:39.684Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:39.684Z] 48f843729a8e: Pushed [2025-06-05T03:39:39.684Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:39.684Z] 21229425e881: Pushed [2025-06-05T03:39:41.085Z] 28a29e3f23ff: Pushed [2025-06-05T03:39:47.698Z] dde2e56ea67a: Pushed [2025-06-05T03:39:47.698Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:48.048Z] + 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-05T03:39:48.397Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-05T03:39:48.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-05T03:39:48.397Z] 21229425e881: Preparing [2025-06-05T03:39:48.397Z] dde2e56ea67a: Preparing [2025-06-05T03:39:48.397Z] 9bc3979e409c: Preparing [2025-06-05T03:39:48.397Z] 04d44e38a418: Preparing [2025-06-05T03:39:48.397Z] 48f843729a8e: Preparing [2025-06-05T03:39:48.397Z] 28a29e3f23ff: Preparing [2025-06-05T03:39:48.397Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:48.397Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:48.397Z] 28a29e3f23ff: Waiting [2025-06-05T03:39:48.397Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:48.397Z] dde2e56ea67a: Layer already exists [2025-06-05T03:39:48.397Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:48.397Z] 21229425e881: Layer already exists [2025-06-05T03:39:48.397Z] 48f843729a8e: Layer already exists [2025-06-05T03:39:48.397Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:48.397Z] 28a29e3f23ff: Layer already exists [2025-06-05T03:39:48.661Z] latest: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:49.005Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:49.349Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 [2025-06-05T03:39:49.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-05T03:39:49.349Z] 21229425e881: Preparing [2025-06-05T03:39:49.349Z] dde2e56ea67a: Preparing [2025-06-05T03:39:49.349Z] 9bc3979e409c: Preparing [2025-06-05T03:39:49.349Z] 04d44e38a418: Preparing [2025-06-05T03:39:49.349Z] 48f843729a8e: Preparing [2025-06-05T03:39:49.349Z] 28a29e3f23ff: Preparing [2025-06-05T03:39:49.349Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:49.349Z] 28a29e3f23ff: Waiting [2025-06-05T03:39:49.349Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:49.349Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:49.349Z] dde2e56ea67a: Layer already exists [2025-06-05T03:39:49.349Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:49.349Z] 21229425e881: Layer already exists [2025-06-05T03:39:49.349Z] 48f843729a8e: Layer already exists [2025-06-05T03:39:49.349Z] 28a29e3f23ff: Layer already exists [2025-06-05T03:39:49.349Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:49.349Z] 4.1.0-dev.20: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:49.964Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:50.316Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:50.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-05T03:39:50.316Z] 21229425e881: Preparing [2025-06-05T03:39:50.316Z] dde2e56ea67a: Preparing [2025-06-05T03:39:50.316Z] 9bc3979e409c: Preparing [2025-06-05T03:39:50.316Z] 04d44e38a418: Preparing [2025-06-05T03:39:50.316Z] 48f843729a8e: Preparing [2025-06-05T03:39:50.316Z] 28a29e3f23ff: Preparing [2025-06-05T03:39:50.316Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:50.316Z] 28a29e3f23ff: Waiting [2025-06-05T03:39:50.316Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:50.316Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:50.316Z] 48f843729a8e: Layer already exists [2025-06-05T03:39:50.316Z] 21229425e881: Layer already exists [2025-06-05T03:39:50.316Z] dde2e56ea67a: Layer already exists [2025-06-05T03:39:50.316Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:50.316Z] 28a29e3f23ff: Layer already exists [2025-06-05T03:39:50.316Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:50.316Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:50.923Z] + 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-05T03:39:51.261Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-05T03:39:51.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-05T03:39:51.261Z] 21229425e881: Preparing [2025-06-05T03:39:51.261Z] dde2e56ea67a: Preparing [2025-06-05T03:39:51.261Z] 9bc3979e409c: Preparing [2025-06-05T03:39:51.261Z] 04d44e38a418: Preparing [2025-06-05T03:39:51.261Z] 48f843729a8e: Preparing [2025-06-05T03:39:51.261Z] 28a29e3f23ff: Preparing [2025-06-05T03:39:51.261Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:51.261Z] 28a29e3f23ff: Waiting [2025-06-05T03:39:51.261Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:51.261Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:51.261Z] dde2e56ea67a: Layer already exists [2025-06-05T03:39:51.261Z] 48f843729a8e: Layer already exists [2025-06-05T03:39:51.261Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:51.261Z] 21229425e881: Layer already exists [2025-06-05T03:39:51.261Z] 28a29e3f23ff: Layer already exists [2025-06-05T03:39:51.261Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:51.524Z] main: digest: sha256:9de9836494e5fa7e9277aa42a469eca91a14afb6ac005246a8980302475d47da size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:39:51.592Z] ===================================================== [Pipeline] echo [2025-06-05T03:39:51.608Z] taggedImages: [2025-06-05T03:39:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-05T03:39:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 [2025-06-05T03:39:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:51.608Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-05T03:39:51.637Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-05T03:39:51.637Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:51.637Z] latest [2025-06-05T03:39:51.637Z] 4.1.0-dev.20 [2025-06-05T03:39:51.637Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:39:51.637Z] main [2025-06-05T03:39:51.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:52.000Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:39:52.356Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:39:52.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-05T03:39:52.356Z] d84b5c120ad8: Preparing [2025-06-05T03:39:52.356Z] 6d49497f2281: Preparing [2025-06-05T03:39:52.356Z] 9bc3979e409c: Preparing [2025-06-05T03:39:52.356Z] 04d44e38a418: Preparing [2025-06-05T03:39:52.356Z] af47b626354d: Preparing [2025-06-05T03:39:52.356Z] adc720fa1f6a: Preparing [2025-06-05T03:39:52.356Z] dd9c8f8612c8: Preparing [2025-06-05T03:39:52.356Z] adc720fa1f6a: Waiting [2025-06-05T03:39:52.356Z] dd9c8f8612c8: Waiting [2025-06-05T03:39:52.356Z] 04d44e38a418: Layer already exists [2025-06-05T03:39:52.356Z] 9bc3979e409c: Layer already exists [2025-06-05T03:39:52.621Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:39:52.621Z] af47b626354d: Pushed [2025-06-05T03:39:52.621Z] d84b5c120ad8: Pushed [2025-06-05T03:39:53.199Z] adc720fa1f6a: Pushed [2025-06-05T03:40:01.374Z] 6d49497f2281: Pushed [2025-06-05T03:40:01.374Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:01.728Z] + 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-05T03:40:02.065Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-05T03:40:02.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-05T03:40:02.065Z] d84b5c120ad8: Preparing [2025-06-05T03:40:02.065Z] 6d49497f2281: Preparing [2025-06-05T03:40:02.065Z] 9bc3979e409c: Preparing [2025-06-05T03:40:02.065Z] 04d44e38a418: Preparing [2025-06-05T03:40:02.065Z] af47b626354d: Preparing [2025-06-05T03:40:02.065Z] adc720fa1f6a: Preparing [2025-06-05T03:40:02.065Z] dd9c8f8612c8: Preparing [2025-06-05T03:40:02.065Z] adc720fa1f6a: Waiting [2025-06-05T03:40:02.065Z] dd9c8f8612c8: Waiting [2025-06-05T03:40:02.065Z] d84b5c120ad8: Layer already exists [2025-06-05T03:40:02.065Z] af47b626354d: Layer already exists [2025-06-05T03:40:02.065Z] 6d49497f2281: Layer already exists [2025-06-05T03:40:02.065Z] 04d44e38a418: Layer already exists [2025-06-05T03:40:02.065Z] 9bc3979e409c: Layer already exists [2025-06-05T03:40:02.065Z] adc720fa1f6a: Layer already exists [2025-06-05T03:40:02.065Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:40:02.065Z] latest: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:02.413Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:02.763Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 [2025-06-05T03:40:02.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-05T03:40:02.763Z] d84b5c120ad8: Preparing [2025-06-05T03:40:02.763Z] 6d49497f2281: Preparing [2025-06-05T03:40:02.763Z] 9bc3979e409c: Preparing [2025-06-05T03:40:02.763Z] 04d44e38a418: Preparing [2025-06-05T03:40:02.763Z] af47b626354d: Preparing [2025-06-05T03:40:02.763Z] adc720fa1f6a: Preparing [2025-06-05T03:40:02.763Z] dd9c8f8612c8: Preparing [2025-06-05T03:40:02.763Z] adc720fa1f6a: Waiting [2025-06-05T03:40:02.763Z] dd9c8f8612c8: Waiting [2025-06-05T03:40:02.763Z] d84b5c120ad8: Layer already exists [2025-06-05T03:40:02.763Z] 04d44e38a418: Layer already exists [2025-06-05T03:40:02.763Z] 6d49497f2281: Layer already exists [2025-06-05T03:40:02.763Z] af47b626354d: Layer already exists [2025-06-05T03:40:02.763Z] 9bc3979e409c: Layer already exists [2025-06-05T03:40:02.763Z] adc720fa1f6a: Layer already exists [2025-06-05T03:40:02.763Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:40:02.763Z] 4.1.0-dev.20: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:03.368Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:03.707Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:40:03.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-05T03:40:03.708Z] d84b5c120ad8: Preparing [2025-06-05T03:40:03.708Z] 6d49497f2281: Preparing [2025-06-05T03:40:03.708Z] 9bc3979e409c: Preparing [2025-06-05T03:40:03.708Z] 04d44e38a418: Preparing [2025-06-05T03:40:03.708Z] af47b626354d: Preparing [2025-06-05T03:40:03.708Z] adc720fa1f6a: Preparing [2025-06-05T03:40:03.708Z] dd9c8f8612c8: Preparing [2025-06-05T03:40:03.708Z] adc720fa1f6a: Waiting [2025-06-05T03:40:03.708Z] dd9c8f8612c8: Waiting [2025-06-05T03:40:03.708Z] af47b626354d: Layer already exists [2025-06-05T03:40:03.708Z] 6d49497f2281: Layer already exists [2025-06-05T03:40:03.708Z] 9bc3979e409c: Layer already exists [2025-06-05T03:40:03.708Z] 04d44e38a418: Layer already exists [2025-06-05T03:40:03.708Z] d84b5c120ad8: Layer already exists [2025-06-05T03:40:03.708Z] adc720fa1f6a: Layer already exists [2025-06-05T03:40:03.708Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:40:03.708Z] 67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:04.315Z] + 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-05T03:40:04.659Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-05T03:40:04.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-05T03:40:04.659Z] d84b5c120ad8: Preparing [2025-06-05T03:40:04.659Z] 6d49497f2281: Preparing [2025-06-05T03:40:04.659Z] 9bc3979e409c: Preparing [2025-06-05T03:40:04.659Z] 04d44e38a418: Preparing [2025-06-05T03:40:04.659Z] af47b626354d: Preparing [2025-06-05T03:40:04.659Z] adc720fa1f6a: Preparing [2025-06-05T03:40:04.659Z] dd9c8f8612c8: Preparing [2025-06-05T03:40:04.659Z] adc720fa1f6a: Waiting [2025-06-05T03:40:04.659Z] dd9c8f8612c8: Waiting [2025-06-05T03:40:04.659Z] af47b626354d: Layer already exists [2025-06-05T03:40:04.659Z] 6d49497f2281: Layer already exists [2025-06-05T03:40:04.659Z] d84b5c120ad8: Layer already exists [2025-06-05T03:40:04.659Z] 9bc3979e409c: Layer already exists [2025-06-05T03:40:04.659Z] 04d44e38a418: Layer already exists [2025-06-05T03:40:04.659Z] adc720fa1f6a: Layer already exists [2025-06-05T03:40:04.659Z] dd9c8f8612c8: Layer already exists [2025-06-05T03:40:04.924Z] main: digest: sha256:b04145c0b50cbaf1db2f743305e9ae67b64750a6081a0d6135adfaa79be3b277 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-05T03:40:04.994Z] ===================================================== [Pipeline] echo [2025-06-05T03:40:05.013Z] taggedImages: [2025-06-05T03:40:05.013Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [2025-06-05T03:40:05.013Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-05T03:40:05.013Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 [2025-06-05T03:40:05.013Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [2025-06-05T03:40:05.013Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-05T03:40:05.027Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.037Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.049Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.061Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.073Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-05T03:40:05.084Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.093Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.103Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.117Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.133Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-05T03:40:05.147Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.157Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.168Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.179Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.195Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-05T03:40:05.206Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.218Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.228Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.239Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.250Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-05T03:40:05.259Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.277Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.288Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.302Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.311Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-05T03:40:05.321Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.333Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.348Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.360Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.368Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-05T03:40:05.383Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.395Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.409Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.420Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.431Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-05T03:40:05.446Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.459Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.475Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.487Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.498Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-05T03:40:05.513Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.523Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.538Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.554Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.566Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-05T03:40:05.580Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.595Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.607Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.620Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.637Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-05T03:40:05.655Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.666Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.679Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.689Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.704Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-05T03:40:05.721Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.735Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.750Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.762Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.778Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-05T03:40:05.791Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.805Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.815Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.828Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.841Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-05T03:40:05.856Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.869Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.882Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.892Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.902Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-05T03:40:05.915Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] echo [2025-06-05T03:40:05.924Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-05T03:40:05.938Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.951Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:67eb838e0013ccc5770cca20e8eb5c048bf4ea9c-4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:40:05.965Z] 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-05T03:40:06.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-05T03:40:06.336Z] [2025-06-05T03:40:06.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:06.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-05T03:40:06.661Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-05T03:40:06.661Z] 8998bd30e6a1: Pulling fs layer [2025-06-05T03:40:06.661Z] 04944245beec: Pulling fs layer [2025-06-05T03:40:06.661Z] 699f458cf7ca: Pulling fs layer [2025-06-05T03:40:06.661Z] 765212b225bb: Pulling fs layer [2025-06-05T03:40:06.661Z] f23df028b6ca: Pulling fs layer [2025-06-05T03:40:06.661Z] d65c8cfc05b1: Pulling fs layer [2025-06-05T03:40:06.661Z] 2437ff75d9bd: Pulling fs layer [2025-06-05T03:40:06.661Z] f23df028b6ca: Waiting [2025-06-05T03:40:06.661Z] d65c8cfc05b1: Waiting [2025-06-05T03:40:06.661Z] 2437ff75d9bd: Waiting [2025-06-05T03:40:06.661Z] 765212b225bb: Waiting [2025-06-05T03:40:06.926Z] 04944245beec: Verifying Checksum [2025-06-05T03:40:06.926Z] 04944245beec: Download complete [2025-06-05T03:40:06.926Z] 765212b225bb: Verifying Checksum [2025-06-05T03:40:06.926Z] 765212b225bb: Download complete [2025-06-05T03:40:06.926Z] f23df028b6ca: Verifying Checksum [2025-06-05T03:40:06.926Z] f23df028b6ca: Download complete [2025-06-05T03:40:06.926Z] d65c8cfc05b1: Download complete [2025-06-05T03:40:07.192Z] 699f458cf7ca: Verifying Checksum [2025-06-05T03:40:07.192Z] 699f458cf7ca: Download complete [2025-06-05T03:40:07.458Z] 8998bd30e6a1: Verifying Checksum [2025-06-05T03:40:07.458Z] 8998bd30e6a1: Download complete [2025-06-05T03:40:10.029Z] 2437ff75d9bd: Verifying Checksum [2025-06-05T03:40:10.029Z] 2437ff75d9bd: Download complete [2025-06-05T03:40:11.962Z] 8998bd30e6a1: Pull complete [2025-06-05T03:40:12.541Z] 04944245beec: Pull complete [2025-06-05T03:40:13.943Z] 699f458cf7ca: Pull complete [2025-06-05T03:40:14.209Z] 765212b225bb: Pull complete [2025-06-05T03:40:15.164Z] f23df028b6ca: Pull complete [2025-06-05T03:40:15.430Z] d65c8cfc05b1: Pull complete [2025-06-05T03:40:33.609Z] 2437ff75d9bd: Pull complete [2025-06-05T03:40:33.609Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-05T03:40:33.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-05T03:40:33.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:40:33.793Z] prd-ubuntu20.04-docker-arm64-4c-16g-2801 does not seem to be running inside a container [2025-06-05T03:40:33.843Z] $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@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-05T03:40:36.572Z] $ docker top 1de01bd18be6c05932dd44952d3587e273c70249930c85b6162ba72e23bceb16 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:40:37.490Z] ---> job-cost.sh [2025-06-05T03:40:37.490Z] lf-activate-venv: SKIPPING [2025-06-05T03:40:37.490Z] INFO: No Stack... [2025-06-05T03:40:38.068Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-05T03:40:39.021Z] INFO: Archiving Costs [Pipeline] sh [2025-06-05T03:40:39.653Z] + cut -d, -f6 [2025-06-05T03:40:39.653Z] + cat /w/workspace/edgex-go/847/archives/cost.csv [Pipeline] lock [2025-06-05T03:40:39.692Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-847-stack-cost] [2025-06-05T03:40:39.704Z] Resource [jenkins-edgexfoundry-edgex-go-main-847-stack-cost] did not exist. Created. [2025-06-05T03:40:39.712Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-847-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-05T03:40:40.361Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-05T03:40:41.016Z] Stashed 1 file(s) [Pipeline] } [2025-06-05T03:40:41.023Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-847-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-05T03:40:41.042Z] $ docker stop --time=1 1de01bd18be6c05932dd44952d3587e273c70249930c85b6162ba72e23bceb16 [2025-06-05T03:40:42.553Z] $ docker rm -f --volumes 1de01bd18be6c05932dd44952d3587e273c70249930c85b6162ba72e23bceb16 [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-05T03:40:43.115Z] provisioning config files... [2025-06-05T03:40:43.122Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/847@tmp/config16732169089522833542tmp [Pipeline] { [Pipeline] sh [2025-06-05T03:40:43.431Z] + set +x [2025-06-05T03:40:43.431Z] + curl -s https://codecov.io/bash [2025-06-05T03:40:43.431Z] + bash -s -- [2025-06-05T03:40:43.431Z] [2025-06-05T03:40:43.431Z] _____ _ [2025-06-05T03:40:43.431Z] / ____| | | [2025-06-05T03:40:43.431Z] | | ___ __| | ___ ___ _____ __ [2025-06-05T03:40:43.431Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-05T03:40:43.431Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-05T03:40:43.431Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-05T03:40:43.431Z] Bash-1.0.6 [2025-06-05T03:40:43.431Z] [2025-06-05T03:40:43.431Z] [2025-06-05T03:40:43.431Z] ==> git version 2.25.1 found [2025-06-05T03:40:43.431Z] ==> 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-05T03:40:43.431Z] Release-Date: 2020-01-08 [2025-06-05T03:40:43.431Z] 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-05T03:40:43.431Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-05T03:40:43.431Z] ==> Jenkins CI detected. [2025-06-05T03:40:43.431Z] current dir:  /w/workspace/edgex-go/847 [2025-06-05T03:40:43.431Z] project root: . [2025-06-05T03:40:43.431Z] --> token set from env [2025-06-05T03:40:43.431Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-05T03:40:43.689Z] ==> Running gcov in . (disable via -X gcov) [2025-06-05T03:40:43.689Z] ==> Python coveragepy not found [2025-06-05T03:40:43.689Z] ==> Searching for coverage reports in: [2025-06-05T03:40:43.689Z] + . [2025-06-05T03:40:43.689Z] -> Found 1 reports [2025-06-05T03:40:43.689Z] ==> Detecting git/mercurial file structure [2025-06-05T03:40:43.689Z] ==> Reading reports [2025-06-05T03:40:43.689Z] + ./coverage.out bytes=1661403 [2025-06-05T03:40:43.689Z] ==> Appending adjustments [2025-06-05T03:40:43.689Z] https://docs.codecov.io/docs/fixing-reports [2025-06-05T03:40:45.064Z] + Found adjustments [2025-06-05T03:40:45.064Z] ==> Gzipping contents [2025-06-05T03:40:45.064Z] 140K /tmp/codecov.MSV23O.gz [2025-06-05T03:40:45.064Z] ==> Uploading reports [2025-06-05T03:40:45.064Z] url: https://codecov.io [2025-06-05T03:40:45.064Z] query: branch=main&commit=67eb838e0013ccc5770cca20e8eb5c048bf4ea9c&build=847&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F847%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-05T03:40:45.064Z] -> Pinging Codecov [2025-06-05T03:40:45.064Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=67eb838e0013ccc5770cca20e8eb5c048bf4ea9c&build=847&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F847%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-05T03:40:45.323Z] -> Uploading to [2025-06-05T03:40:45.323Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/67eb838e0013ccc5770cca20e8eb5c048bf4ea9c/91296d79-3406-4642-8a9a-570ca2fac79b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250605%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250605T034045Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=19e3899ea7779152db11130ed4fa6e750fcb6d4f1b359d7395f42fba68ebc8ff [2025-06-05T03:40:45.323Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:40:45.323Z] Dload Upload Total Spent Left Speed [2025-06-05T03:40:45.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 277k --:--:-- --:--:-- --:--:-- 277k 100 138k 0 0 100 138k 0 277k --:--:-- --:--:-- --:--:-- 277k [2025-06-05T03:40:45.891Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/67eb838e0013ccc5770cca20e8eb5c048bf4ea9c [Pipeline] } [2025-06-05T03:40:45.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-06-05T03:40:46.164Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-05T03:40:46.182Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:46.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-05T03:40:46.492Z] [2025-06-05T03:40:46.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:40:46.802Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-05T03:40:46.802Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-05T03:40:46.802Z] 43c4264eed91: Pulling fs layer [2025-06-05T03:40:46.802Z] 4cc291be95ef: Pulling fs layer [2025-06-05T03:40:46.802Z] 2ac1f1163629: Pulling fs layer [2025-06-05T03:40:46.802Z] 5c3c966382ef: Pulling fs layer [2025-06-05T03:40:46.802Z] 4f4fb700ef54: Pulling fs layer [2025-06-05T03:40:46.802Z] d9c7d2e4e75e: Pulling fs layer [2025-06-05T03:40:46.802Z] 9c3e1370e548: Pulling fs layer [2025-06-05T03:40:46.802Z] d9c7d2e4e75e: Waiting [2025-06-05T03:40:46.802Z] 4f4fb700ef54: Waiting [2025-06-05T03:40:46.802Z] 9c3e1370e548: Waiting [2025-06-05T03:40:46.802Z] 5c3c966382ef: Waiting [2025-06-05T03:40:46.802Z] 4cc291be95ef: Verifying Checksum [2025-06-05T03:40:46.802Z] 4cc291be95ef: Download complete [2025-06-05T03:40:46.802Z] 5c3c966382ef: Verifying Checksum [2025-06-05T03:40:46.802Z] 5c3c966382ef: Download complete [2025-06-05T03:40:46.802Z] 4f4fb700ef54: Verifying Checksum [2025-06-05T03:40:46.802Z] 4f4fb700ef54: Download complete [2025-06-05T03:40:46.802Z] 43c4264eed91: Verifying Checksum [2025-06-05T03:40:46.802Z] 43c4264eed91: Download complete [2025-06-05T03:40:47.062Z] d9c7d2e4e75e: Verifying Checksum [2025-06-05T03:40:47.062Z] d9c7d2e4e75e: Download complete [2025-06-05T03:40:47.062Z] 43c4264eed91: Pull complete [2025-06-05T03:40:47.062Z] 4cc291be95ef: Pull complete [2025-06-05T03:40:47.321Z] 2ac1f1163629: Verifying Checksum [2025-06-05T03:40:47.321Z] 2ac1f1163629: Download complete [2025-06-05T03:40:47.885Z] 9c3e1370e548: Verifying Checksum [2025-06-05T03:40:47.885Z] 9c3e1370e548: Download complete [2025-06-05T03:40:51.164Z] 2ac1f1163629: Pull complete [2025-06-05T03:40:51.164Z] 5c3c966382ef: Pull complete [2025-06-05T03:40:51.164Z] 4f4fb700ef54: Pull complete [2025-06-05T03:40:51.423Z] d9c7d2e4e75e: Pull complete [2025-06-05T03:40:54.702Z] 9c3e1370e548: Pull complete [2025-06-05T03:40:54.702Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-05T03:40:54.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-05T03:40:54.702Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:40:54.810Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T03:40:54.838Z] $ 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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-05T03:40:56.575Z] $ docker top ac58b80f8c051ad3d33ff0ebc19174f5249ab1d48700db24d83f1e24cf8079ad -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-05T03:40:56.922Z] + git config --global --add safe.directory /w/workspace/edgex-go/847 [Pipeline] echo [2025-06-05T03:40:56.932Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-06-05T03:40:57.210Z] + set -o pipefail [2025-06-05T03:40:57.210Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-06-05T03:41:09.471Z] [2025-06-05T03:41:09.471Z] Monitoring /w/workspace/edgex-go/847 (github.com/edgexfoundry/edgex-go)... [2025-06-05T03:41:09.471Z] [2025-06-05T03:41:09.471Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/8c94c289-dff3-4438-8454-cd75c82635b4 [2025-06-05T03:41:09.471Z] [2025-06-05T03:41:09.471Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-05T03:41:09.471Z] [2025-06-05T03:41:09.471Z] [2025-06-05T03:41:09.471Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-05T03:41:09.471Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-05T03:41:09.483Z] $ docker stop --time=1 ac58b80f8c051ad3d33ff0ebc19174f5249ab1d48700db24d83f1e24cf8079ad [2025-06-05T03:41:11.495Z] $ docker rm -f --volumes ac58b80f8c051ad3d33ff0ebc19174f5249ab1d48700db24d83f1e24cf8079ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-05T03:41:12.035Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-05T03:41:12.059Z] provisioning config files... [2025-06-05T03:41:12.065Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/847@tmp/config4700631427777039226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:12.364Z] --> edgex-publish-swagger.sh [2025-06-05T03:41:12.364Z] === Publish openapi API === [2025-06-05T03:41:12.364Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-05T03:41:12.364Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/847/openapi/core-command.yaml] [2025-06-05T03:41:12.364Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:12.364Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:12.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 257 125k --:--:-- --:--:-- --:--:-- 125k [2025-06-05T03:41:12.623Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:12.623Z] [2025-06-05T03:41:12.623Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/847/openapi/core-data.yaml] [2025-06-05T03:41:12.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:12.623Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:12.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70951 0 0 100 70951 0 343k --:--:-- --:--:-- --:--:-- 341k 100 71017 100 66 100 70951 250 262k --:--:-- --:--:-- --:--:-- 261k [2025-06-05T03:41:12.881Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:12.881Z] [2025-06-05T03:41:12.881Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/847/openapi/core-keeper.yaml] [2025-06-05T03:41:12.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:12.881Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:12.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 519 232k --:--:-- --:--:-- --:--:-- 232k [2025-06-05T03:41:12.881Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:12.881Z] [2025-06-05T03:41:12.881Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/847/openapi/core-metadata.yaml] [2025-06-05T03:41:12.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:12.881Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:13.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 404 962k --:--:-- --:--:-- --:--:-- 962k [2025-06-05T03:41:13.140Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:13.140Z] [2025-06-05T03:41:13.140Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/847/openapi/security-proxy-auth.yaml] [2025-06-05T03:41:13.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:13.140Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:13.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 478 173k --:--:-- --:--:-- --:--:-- 173k [2025-06-05T03:41:13.140Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:13.140Z] [2025-06-05T03:41:13.140Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/847/openapi/security-secretstore-setup.yaml] [2025-06-05T03:41:13.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:13.399Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:13.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 496 29421 --:--:-- --:--:-- --:--:-- 29917 [2025-06-05T03:41:13.399Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:13.399Z] [2025-06-05T03:41:13.399Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/847/openapi/support-notifications.yaml] [2025-06-05T03:41:13.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:13.399Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:13.656Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 265 392k --:--:-- --:--:-- --:--:-- 390k 100 97k 100 66 100 99976 265 392k --:--:-- --:--:-- --:--:-- 390k [2025-06-05T03:41:13.657Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:13.657Z] [2025-06-05T03:41:13.657Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/847/openapi/support-scheduler.yaml] [2025-06-05T03:41:13.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-05T03:41:13.657Z] Dload Upload Total Spent Left Speed [2025-06-05T03:41:13.916Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 488 366k --:--:-- --:--:-- --:--:-- 367k [2025-06-05T03:41:13.916Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-05T03:41:13.916Z] [Pipeline] } [2025-06-05T03:41:13.922Z] 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-05T03:41:14.405Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-05T03:41:14.405Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:41:14.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-05T03:41:14.705Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:41:14.788Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T03:41:14.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-05T03:41:15.651Z] $ docker top 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-05T03:41:15.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-05T03:41:15.758Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-05T03:41:15.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-05T03:41:15.886Z] $ docker exec 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 ssh-agent [2025-06-05T03:41:15.995Z] SSH_AUTH_SOCK=/tmp/ssh-DKkDIpM0IYsl/agent.33 [2025-06-05T03:41:15.995Z] SSH_AGENT_PID=39 [2025-06-05T03:41:15.999Z] Running ssh-add (command line suppressed) [2025-06-05T03:41:16.122Z] Identity added: /w/workspace/edgex-go/847@tmp/private_key_16019895096231114550.key (/w/workspace/edgex-go/847@tmp/private_key_16019895096231114550.key) [2025-06-05T03:41:16.135Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-05T03:41:16.440Z] + git semver tag [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,658 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,661 [run_tag] DEBUG tag force:False [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,661 [check_head_tag] DEBUG check head tag [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,662 [execute] INFO git cat-file --batch-check [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,662 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/847, stdin=, shell=False, universal_newlines=False) [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,663 [execute] INFO git cat-file --batch [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/847, stdin=, shell=False, universal_newlines=False) [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,674 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,675 [execute] INFO git tag -a v4.1.0-dev.20 -m v4.1.0-dev.20 [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,675 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.20', '-m', 'v4.1.0-dev.20'], cwd=/w/workspace/edgex-go/847, stdin=None, shell=False, universal_newlines=False) [2025-06-05T03:41:16.699Z] 2025-06-05 03:41:16,678 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T03:41:16.699Z] 4.1.0-dev.20 [Pipeline] } [2025-06-05T03:41:16.711Z] $ docker exec --env ******** --env ******** 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 ssh-agent -k [2025-06-05T03:41:16.813Z] unset SSH_AUTH_SOCK; [2025-06-05T03:41:16.813Z] unset SSH_AGENT_PID; [2025-06-05T03:41:16.813Z] echo Agent pid 39 killed; [2025-06-05T03:41:16.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-05T03:41:17.157Z] + git semver [Pipeline] } [2025-06-05T03:41:17.432Z] $ docker stop --time=1 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 [2025-06-05T03:41:18.688Z] $ docker rm -f --volumes 9a100ac9754efd0785b90061869b8141d32690a421cc4ce267cf55071d9a0345 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:41:19.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-05T03:41:19.103Z] [2025-06-05T03:41:19.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:41:19.406Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-05T03:41:19.407Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-05T03:41:19.407Z] ab5ef0e58194: Pulling fs layer [2025-06-05T03:41:19.407Z] 9712f1f96733: Pulling fs layer [2025-06-05T03:41:19.407Z] 63f879dbbcfc: Pulling fs layer [2025-06-05T03:41:19.407Z] 0d9ebad4ef96: Pulling fs layer [2025-06-05T03:41:19.407Z] e9a5061849ea: Pulling fs layer [2025-06-05T03:41:19.407Z] d747dcd14b5f: Pulling fs layer [2025-06-05T03:41:19.407Z] 2de7ff778b66: Pulling fs layer [2025-06-05T03:41:19.407Z] 0d9ebad4ef96: Waiting [2025-06-05T03:41:19.407Z] e9a5061849ea: Waiting [2025-06-05T03:41:19.407Z] d747dcd14b5f: Waiting [2025-06-05T03:41:19.407Z] 2de7ff778b66: Waiting [2025-06-05T03:41:19.407Z] 9712f1f96733: Verifying Checksum [2025-06-05T03:41:19.407Z] 9712f1f96733: Download complete [2025-06-05T03:41:19.665Z] 63f879dbbcfc: Verifying Checksum [2025-06-05T03:41:19.665Z] 63f879dbbcfc: Download complete [2025-06-05T03:41:19.924Z] e9a5061849ea: Verifying Checksum [2025-06-05T03:41:19.924Z] e9a5061849ea: Download complete [2025-06-05T03:41:19.924Z] d747dcd14b5f: Verifying Checksum [2025-06-05T03:41:19.924Z] d747dcd14b5f: Download complete [2025-06-05T03:41:19.924Z] 0d9ebad4ef96: Verifying Checksum [2025-06-05T03:41:19.924Z] 0d9ebad4ef96: Download complete [2025-06-05T03:41:19.924Z] ab5ef0e58194: Download complete [2025-06-05T03:41:19.924Z] 2de7ff778b66: Verifying Checksum [2025-06-05T03:41:19.924Z] 2de7ff778b66: Download complete [2025-06-05T03:41:23.205Z] ab5ef0e58194: Pull complete [2025-06-05T03:41:23.205Z] 9712f1f96733: Pull complete [2025-06-05T03:41:24.636Z] 63f879dbbcfc: Pull complete [2025-06-05T03:41:27.779Z] 0d9ebad4ef96: Pull complete [2025-06-05T03:41:27.779Z] e9a5061849ea: Pull complete [2025-06-05T03:41:27.779Z] d747dcd14b5f: Pull complete [2025-06-05T03:41:28.715Z] 2de7ff778b66: Pull complete [2025-06-05T03:41:28.715Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-05T03:41:28.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-05T03:41:28.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:41:28.818Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T03:41:28.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-05T03:41:30.385Z] $ docker top 76c038a6d0927d1d2c7126fc6d7fa929c592c67ff9551555ed9615922c2b0e93 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-05T03:41:30.468Z] provisioning config files... [2025-06-05T03:41:30.477Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/847@tmp/config6741786987158276630tmp [2025-06-05T03:41:30.486Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/847@tmp/config5705199496755255936tmp [2025-06-05T03:41:30.496Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/847@tmp/config3655887754505887521tmp [Pipeline] { [Pipeline] echo [2025-06-05T03:41:30.529Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:31.194Z] ---> sigul-configuration.sh [2025-06-05T03:41:31.194Z] gpg: directory `/root/.gnupg' created [2025-06-05T03:41:31.194Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-05T03:41:31.194Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-05T03:41:31.194Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-05T03:41:31.194Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-05T03:41:31.194Z] gpg: CAST5 encrypted data [2025-06-05T03:41:31.194Z] gpg: encrypted with 1 passphrase [2025-06-05T03:41:31.194Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-05T03:41:31.492Z] + mkdir /home/jenkins [2025-06-05T03:41:31.492Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-05T03:41:31.790Z] + 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-05T03:41:31.806Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:32.102Z] ---> sigul-install.sh [2025-06-05T03:41:32.102Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-05T03:41:32.397Z] + git tag --list [2025-06-05T03:41:32.397Z] 0.6.0 [2025-06-05T03:41:32.397Z] 0.6.1 [2025-06-05T03:41:32.397Z] 0.7.0 [2025-06-05T03:41:32.397Z] 0.7.1 [2025-06-05T03:41:32.397Z] v1.0.0 [2025-06-05T03:41:32.397Z] v1.0.1 [2025-06-05T03:41:32.397Z] v1.1.0 [2025-06-05T03:41:32.397Z] v1.2.0 [2025-06-05T03:41:32.397Z] v1.2.1 [2025-06-05T03:41:32.397Z] v1.3.0 [2025-06-05T03:41:32.397Z] v1.3.1 [2025-06-05T03:41:32.397Z] v2.0.0 [2025-06-05T03:41:32.397Z] v2.1.0 [2025-06-05T03:41:32.397Z] v2.1.1 [2025-06-05T03:41:32.397Z] v2.2.0 [2025-06-05T03:41:32.397Z] v2.3.0 [2025-06-05T03:41:32.397Z] v3.0 [2025-06-05T03:41:32.397Z] v3.0.0 [2025-06-05T03:41:32.397Z] v3.1 [2025-06-05T03:41:32.397Z] v3.1.0 [2025-06-05T03:41:32.397Z] v3.1.1 [2025-06-05T03:41:32.397Z] v4.0 [2025-06-05T03:41:32.397Z] v4.0.0 [2025-06-05T03:41:32.397Z] v4.0.1 [2025-06-05T03:41:32.397Z] v4.1.0-dev.1 [2025-06-05T03:41:32.397Z] v4.1.0-dev.10 [2025-06-05T03:41:32.397Z] v4.1.0-dev.11 [2025-06-05T03:41:32.397Z] v4.1.0-dev.12 [2025-06-05T03:41:32.397Z] v4.1.0-dev.13 [2025-06-05T03:41:32.397Z] v4.1.0-dev.14 [2025-06-05T03:41:32.397Z] v4.1.0-dev.15 [2025-06-05T03:41:32.397Z] v4.1.0-dev.16 [2025-06-05T03:41:32.397Z] v4.1.0-dev.17 [2025-06-05T03:41:32.397Z] v4.1.0-dev.18 [2025-06-05T03:41:32.397Z] v4.1.0-dev.19 [2025-06-05T03:41:32.397Z] v4.1.0-dev.2 [2025-06-05T03:41:32.397Z] v4.1.0-dev.20 [2025-06-05T03:41:32.397Z] v4.1.0-dev.3 [2025-06-05T03:41:32.397Z] v4.1.0-dev.4 [2025-06-05T03:41:32.397Z] v4.1.0-dev.5 [2025-06-05T03:41:32.397Z] v4.1.0-dev.6 [2025-06-05T03:41:32.397Z] v4.1.0-dev.7 [2025-06-05T03:41:32.397Z] v4.1.0-dev.8 [2025-06-05T03:41:32.397Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-05T03:41:32.692Z] + lftools sign git-tag v4.1.0-dev.20 [2025-06-05T03:41:33.259Z] Signing Git tag with Sigul... [2025-06-05T03:41:33.259Z] Signing v4.1.0-dev.20 [Pipeline] echo [2025-06-05T03:41:33.841Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:34.129Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-05T03:41:34.136Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-05T03:41:34.165Z] $ docker stop --time=1 76c038a6d0927d1d2c7126fc6d7fa929c592c67ff9551555ed9615922c2b0e93 [2025-06-05T03:41:35.843Z] $ docker rm -f --volumes 76c038a6d0927d1d2c7126fc6d7fa929c592c67ff9551555ed9615922c2b0e93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-05T03:41:36.316Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-05T03:41:36.317Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:41:36.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-05T03:41:36.617Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:41:36.694Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T03:41:36.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-05T03:41:37.027Z] $ docker top 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 -eo pid,comm [2025-06-05T03:41:37.072Z] 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-05T03:41:37.072Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-05T03:41:37.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-05T03:41:37.128Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-05T03:41:37.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-05T03:41:37.241Z] $ docker exec 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 ssh-agent [2025-06-05T03:41:37.346Z] SSH_AUTH_SOCK=/tmp/ssh-HNf2B7cQ4LR9/agent.33 [2025-06-05T03:41:37.346Z] SSH_AGENT_PID=39 [2025-06-05T03:41:37.350Z] Running ssh-add (command line suppressed) [2025-06-05T03:41:37.457Z] Identity added: /w/workspace/edgex-go/847@tmp/private_key_16950595849529119960.key (/w/workspace/edgex-go/847@tmp/private_key_16950595849529119960.key) [2025-06-05T03:41:37.469Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-05T03:41:37.764Z] + git semver bump pre [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,973 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,977 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,977 [bump_version] DEBUG bumping version:4.1.0-dev.20 on axis:pre with prefix:dev [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,977 [bump_version] DEBUG bumped version:4.1.0-dev.21 [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,977 [write_version] DEBUG write version:4.1.0-dev.21 to path:/w/workspace/edgex-go/847/.semver/main with force:True [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,977 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,977 [write_file] DEBUG write to file:/w/workspace/edgex-go/847/.semver/main [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,979 [execute] INFO git cat-file --batch-check [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/847/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,982 [execute] INFO git cat-file --batch [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,983 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/847/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-05T03:41:38.024Z] 2025-06-05 03:41:37,985 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T03:41:38.024Z] 4.1.0-dev.21 [Pipeline] } [2025-06-05T03:41:38.035Z] $ docker exec --env ******** --env ******** 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 ssh-agent -k [2025-06-05T03:41:38.135Z] unset SSH_AUTH_SOCK; [2025-06-05T03:41:38.135Z] unset SSH_AGENT_PID; [2025-06-05T03:41:38.135Z] echo Agent pid 39 killed; [2025-06-05T03:41:38.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-05T03:41:38.465Z] + git semver [Pipeline] } [2025-06-05T03:41:39.048Z] $ docker stop --time=1 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 [2025-06-05T03:41:40.305Z] $ docker rm -f --volumes 0b584a8023876b917b9574f1008c2b67b5c93c5479a5d2a336d629a1a1cce582 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-05T03:41:40.652Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-05T03:41:40.652Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:41:40.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-05T03:41:40.956Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:41:41.039Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T03:41:41.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-05T03:41:41.405Z] $ docker top af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b -eo pid,comm [2025-06-05T03:41:41.448Z] 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-05T03:41:41.448Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-05T03:41:41.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-05T03:41:41.513Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-05T03:41:41.644Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-05T03:41:41.649Z] $ docker exec af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b ssh-agent [2025-06-05T03:41:41.754Z] SSH_AUTH_SOCK=/tmp/ssh-uJJpwroHHCs0/agent.32 [2025-06-05T03:41:41.755Z] SSH_AGENT_PID=38 [2025-06-05T03:41:41.759Z] Running ssh-add (command line suppressed) [2025-06-05T03:41:41.857Z] Identity added: /w/workspace/edgex-go/847@tmp/private_key_10135732137214119685.key (/w/workspace/edgex-go/847@tmp/private_key_10135732137214119685.key) [2025-06-05T03:41:41.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-05T03:41:42.161Z] + git semver push [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,380 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,383 [run_push] DEBUG push [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,383 [execute] INFO git cat-file --batch-check [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,384 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/847/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,385 [execute] INFO git rev-list b5db1fb958c2c12b6d3e52912a2f8debe1a17fa4 -- [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,385 [execute] DEBUG Popen(['git', 'rev-list', 'b5db1fb958c2c12b6d3e52912a2f8debe1a17fa4', '--'], cwd=/w/workspace/edgex-go/847/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,402 [execute] INFO git fetch -v -- origin [2025-06-05T03:41:42.419Z] 2025-06-05 03:41:42,403 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/847/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-05T03:41:42.986Z] 2025-06-05 03:41:42,844 [run_push] DEBUG no remote changes detected [2025-06-05T03:41:42.986Z] 2025-06-05 03:41:42,844 [execute] INFO git push origin semver [2025-06-05T03:41:42.986Z] 2025-06-05 03:41:42,845 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/847/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-05T03:41:43.558Z] 2025-06-05 03:41:43,516 [run_push] DEBUG push all version tags [2025-06-05T03:41:43.558Z] 2025-06-05 03:41:43,516 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-05T03:41:43.558Z] 2025-06-05 03:41:43,517 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/847, stdin=None, shell=False, universal_newlines=False) [2025-06-05T03:41:44.125Z] 2025-06-05 03:41:44,125 [read_version] DEBUG read version from /w/workspace/edgex-go/847/.semver/main [2025-06-05T03:41:44.125Z] 4.1.0-dev.21 [Pipeline] } [2025-06-05T03:41:44.396Z] $ docker exec --env ******** --env ******** af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b ssh-agent -k [2025-06-05T03:41:44.512Z] unset SSH_AUTH_SOCK; [2025-06-05T03:41:44.512Z] unset SSH_AGENT_PID; [2025-06-05T03:41:44.513Z] echo Agent pid 38 killed; [2025-06-05T03:41:44.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-05T03:41:44.845Z] + git semver [Pipeline] } [2025-06-05T03:41:45.120Z] $ docker stop --time=1 af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b [2025-06-05T03:41:46.418Z] $ docker rm -f --volumes af8781c7e8fe58b2396011c0a68dafa6ebd50490add3f6681047ff9bcb3ed46b [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-05T03:41:46.940Z] + [ -d /w/workspace/edgex-go/847/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:47.232Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:48.092Z] ---> package-listing.sh [2025-06-05T03:41:48.092Z] ++ facter osfamily [2025-06-05T03:41:48.092Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-05T03:41:48.351Z] + OS_FAMILY=debian [2025-06-05T03:41:48.351Z] + workspace=/w/workspace/edgex-go/847 [2025-06-05T03:41:48.351Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-05T03:41:48.351Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-05T03:41:48.351Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-05T03:41:48.351Z] + PACKAGES=/tmp/packages_start.txt [2025-06-05T03:41:48.351Z] + '[' /w/workspace/edgex-go/847 ']' [2025-06-05T03:41:48.351Z] + PACKAGES=/tmp/packages_end.txt [2025-06-05T03:41:48.351Z] + case "${OS_FAMILY}" in [2025-06-05T03:41:48.351Z] + dpkg -l [2025-06-05T03:41:48.351Z] + grep '^ii' [2025-06-05T03:41:48.351Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-05T03:41:48.351Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-05T03:41:48.351Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-05T03:41:48.351Z] + '[' /w/workspace/edgex-go/847 ']' [2025-06-05T03:41:48.351Z] + mkdir -p /w/workspace/edgex-go/847/archives/ [2025-06-05T03:41:48.351Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/847/archives/ [Pipeline] echo [2025-06-05T03:41:48.363Z] 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/847/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-05T03:41:48.639Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:41:49.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-05T03:41:49.216Z] [2025-06-05T03:41:49.216Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-05T03:41:49.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-05T03:41:49.524Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-05T03:41:49.524Z] 5eb5b503b376: Pulling fs layer [2025-06-05T03:41:49.524Z] 5c69ac0246d0: Pulling fs layer [2025-06-05T03:41:49.524Z] ec43610c2a17: Pulling fs layer [2025-06-05T03:41:49.524Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-05T03:41:49.524Z] 33b1e0a273af: Pulling fs layer [2025-06-05T03:41:49.524Z] 5d3b04190fa2: Pulling fs layer [2025-06-05T03:41:49.524Z] 2f39f015ded8: Pulling fs layer [2025-06-05T03:41:49.524Z] 5d3b04190fa2: Waiting [2025-06-05T03:41:49.524Z] 2f39f015ded8: Waiting [2025-06-05T03:41:49.524Z] 33b1e0a273af: Waiting [2025-06-05T03:41:49.524Z] 3a2ae6a8a46f: Waiting [2025-06-05T03:41:49.524Z] 5c69ac0246d0: Download complete [2025-06-05T03:41:49.524Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-05T03:41:49.524Z] 3a2ae6a8a46f: Download complete [2025-06-05T03:41:49.524Z] 33b1e0a273af: Verifying Checksum [2025-06-05T03:41:49.524Z] 33b1e0a273af: Download complete [2025-06-05T03:41:49.524Z] 5d3b04190fa2: Verifying Checksum [2025-06-05T03:41:49.524Z] 5d3b04190fa2: Download complete [2025-06-05T03:41:49.524Z] ec43610c2a17: Verifying Checksum [2025-06-05T03:41:49.524Z] ec43610c2a17: Download complete [2025-06-05T03:41:49.783Z] 5eb5b503b376: Verifying Checksum [2025-06-05T03:41:49.783Z] 5eb5b503b376: Download complete [2025-06-05T03:41:50.349Z] 2f39f015ded8: Download complete [2025-06-05T03:41:50.918Z] 5eb5b503b376: Pull complete [2025-06-05T03:41:51.176Z] 5c69ac0246d0: Pull complete [2025-06-05T03:41:51.436Z] ec43610c2a17: Pull complete [2025-06-05T03:41:51.436Z] 3a2ae6a8a46f: Pull complete [2025-06-05T03:41:51.697Z] 33b1e0a273af: Pull complete [2025-06-05T03:41:51.697Z] 5d3b04190fa2: Pull complete [2025-06-05T03:41:55.884Z] 2f39f015ded8: Pull complete [2025-06-05T03:41:55.884Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-05T03:41:55.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-05T03:41:55.884Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-05T03:41:55.979Z] prd-ubuntu20.04-docker-8c-8g-2800 does not seem to be running inside a container [2025-06-05T03:41:56.007Z] $ 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/847/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/847 -v /w/workspace/edgex-go/847:/w/workspace/edgex-go/847:rw,z -v /w/workspace/edgex-go/847@tmp:/w/workspace/edgex-go/847@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-05T03:41:57.562Z] $ docker top db10d96b1b909b98b245a1ba3a1c0cdd87010a93228c2dd7a2114078e43469d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-05T03:41:57.908Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-05T03:41:58.194Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-05T03:41:58.477Z] + ls /var/log/sa-host [2025-06-05T03:41:58.477Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-05T03:41:58.522Z] provisioning config files... [2025-06-05T03:41:58.531Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/847@tmp/config10561139847118137202tmp [Pipeline] { [Pipeline] echo [2025-06-05T03:41:58.550Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:58.830Z] ---> create-netrc.sh [Pipeline] } [2025-06-05T03:41:58.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:59.152Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-05T03:41:59.160Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:59.443Z] ---> sudo-logs.sh [2025-06-05T03:41:59.443Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-05T03:41:59.469Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:41:59.752Z] ---> job-cost.sh [2025-06-05T03:41:59.752Z] lf-activate-venv: SKIPPING [2025-06-05T03:41:59.752Z] DEBUG: total: 0.10999999940395355 [2025-06-05T03:41:59.752Z] INFO: Retrieving Stack Cost... [2025-06-05T03:42:00.013Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-05T03:42:00.582Z] INFO: Archiving Costs [Pipeline] echo [2025-06-05T03:42:00.599Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-05T03:42:00.890Z] ---> logs-deploy.sh [2025-06-05T03:42:00.890Z] lf-activate-venv: SKIPPING [2025-06-05T03:42:00.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/847 [2025-06-05T03:42:00.890Z] INFO: archiving workspace using pattern(s): [2025-06-05T03:42:01.884Z] Archives upload complete. [2025-06-05T03:42:01.884Z] INFO: archiving logs to Nexus [2025-06-05T03:42:02.826Z] ---> uname -a: [2025-06-05T03:42:02.826Z] Linux prd-ubuntu20-04-docker-8c-8g-2800 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] ---> lscpu: [2025-06-05T03:42:02.826Z] Architecture: x86_64 [2025-06-05T03:42:02.826Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-05T03:42:02.826Z] Byte Order: Little Endian [2025-06-05T03:42:02.826Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-05T03:42:02.826Z] CPU(s): 8 [2025-06-05T03:42:02.826Z] On-line CPU(s) list: 0-7 [2025-06-05T03:42:02.826Z] Thread(s) per core: 1 [2025-06-05T03:42:02.826Z] Core(s) per socket: 1 [2025-06-05T03:42:02.826Z] Socket(s): 8 [2025-06-05T03:42:02.826Z] NUMA node(s): 1 [2025-06-05T03:42:02.826Z] Vendor ID: AuthenticAMD [2025-06-05T03:42:02.826Z] CPU family: 23 [2025-06-05T03:42:02.826Z] Model: 49 [2025-06-05T03:42:02.826Z] Model name: AMD EPYC-Rome Processor [2025-06-05T03:42:02.826Z] Stepping: 0 [2025-06-05T03:42:02.826Z] CPU MHz: 2800.000 [2025-06-05T03:42:02.826Z] BogoMIPS: 5600.00 [2025-06-05T03:42:02.826Z] Virtualization: AMD-V [2025-06-05T03:42:02.826Z] Hypervisor vendor: KVM [2025-06-05T03:42:02.826Z] Virtualization type: full [2025-06-05T03:42:02.826Z] L1d cache: 256 KiB [2025-06-05T03:42:02.826Z] L1i cache: 256 KiB [2025-06-05T03:42:02.826Z] L2 cache: 4 MiB [2025-06-05T03:42:02.826Z] L3 cache: 128 MiB [2025-06-05T03:42:02.826Z] NUMA node0 CPU(s): 0-7 [2025-06-05T03:42:02.826Z] Vulnerability Itlb multihit: Not affected [2025-06-05T03:42:02.826Z] Vulnerability L1tf: Not affected [2025-06-05T03:42:02.826Z] Vulnerability Mds: Not affected [2025-06-05T03:42:02.826Z] Vulnerability Meltdown: Not affected [2025-06-05T03:42:02.826Z] Vulnerability Mmio stale data: Not affected [2025-06-05T03:42:02.826Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-05T03:42:02.826Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-05T03:42:02.826Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-05T03:42:02.826Z] Vulnerability Srbds: Not affected [2025-06-05T03:42:02.826Z] Vulnerability Tsx async abort: Not affected [2025-06-05T03:42:02.826Z] 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-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] ---> nproc: [2025-06-05T03:42:02.826Z] 8 [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] ---> df -h: [2025-06-05T03:42:02.826Z] Filesystem Size Used Avail Use% Mounted on [2025-06-05T03:42:02.826Z] overlay 155G 31G 125G 20% / [2025-06-05T03:42:02.826Z] tmpfs 64M 0 64M 0% /dev [2025-06-05T03:42:02.826Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-05T03:42:02.826Z] shm 64M 0 64M 0% /dev/shm [2025-06-05T03:42:02.826Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] ---> sar -b -r -n DEV: [2025-06-05T03:42:02.826Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2800) 06/05/25 _x86_64_ (8 CPU) [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] 02:53:00 LINUX RESTART (8 CPU) [2025-06-05T03:42:02.826Z] [2025-06-05T03:42:02.826Z] 02:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-05T03:42:02.826Z] 02:55:01 189.37 1.58 187.79 0.00 46.79 65624.93 0.00 [2025-06-05T03:42:02.826Z] 02:56:01 46.29 0.00 46.29 0.00 0.00 35887.50 0.00 [2025-06-05T03:42:02.826Z] 02:57:01 40.43 0.23 40.19 0.00 3.07 20398.47 0.00 [2025-06-05T03:42:02.826Z] 02:58:01 300.97 0.38 300.58 0.00 45.16 240741.38 0.00 [2025-06-05T03:42:02.826Z] 02:59:01 1097.22 20.76 1076.46 0.00 2756.15 265100.17 0.00 [2025-06-05T03:42:02.826Z] 03:00:01 202.42 0.12 202.30 0.00 0.93 59923.09 0.00 [2025-06-05T03:42:02.826Z] 03:01:01 350.87 0.07 350.81 0.00 0.53 88556.12 0.00 [2025-06-05T03:42:02.826Z] 03:02:01 726.43 0.07 726.36 0.00 5.20 153115.55 0.00 [2025-06-05T03:42:02.826Z] 03:03:01 34.49 0.15 34.34 0.00 18.93 897.72 0.00 [2025-06-05T03:42:02.826Z] 03:04:01 14.51 0.00 14.51 0.00 0.00 363.67 0.00 [2025-06-05T03:42:02.826Z] 03:05:01 1.43 0.00 1.43 0.00 0.00 20.66 0.00 [2025-06-05T03:42:02.826Z] 03:06:01 1.22 0.00 1.22 0.00 0.00 13.69 0.00 [2025-06-05T03:42:02.826Z] 03:07:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 [2025-06-05T03:42:02.826Z] 03:08:01 1.80 0.00 1.80 0.00 0.00 20.40 0.00 [2025-06-05T03:42:02.826Z] 03:09:01 1.85 0.02 1.83 0.00 0.13 23.86 0.00 [2025-06-05T03:42:02.826Z] 03:10:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 [2025-06-05T03:42:02.826Z] 03:11:01 1.15 0.00 1.15 0.00 0.00 12.00 0.00 [2025-06-05T03:42:02.826Z] 03:12:01 1.17 0.00 1.17 0.00 0.00 15.20 0.00 [2025-06-05T03:42:02.826Z] 03:13:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 [2025-06-05T03:42:02.826Z] 03:14:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 [2025-06-05T03:42:02.826Z] 03:15:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 [2025-06-05T03:42:02.826Z] 03:16:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 [2025-06-05T03:42:02.826Z] 03:17:01 0.97 0.02 0.95 0.00 0.13 11.06 0.00 [2025-06-05T03:42:02.827Z] 03:18:01 1.50 0.00 1.50 0.00 0.00 18.93 0.00 [2025-06-05T03:42:02.827Z] 03:19:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 [2025-06-05T03:42:02.827Z] 03:20:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 [2025-06-05T03:42:02.827Z] 03:21:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 [2025-06-05T03:42:02.827Z] 03:22:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 [2025-06-05T03:42:02.827Z] 03:23:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2025-06-05T03:42:02.827Z] 03:24:01 1.58 0.00 1.58 0.00 0.00 18.53 0.00 [2025-06-05T03:42:02.827Z] 03:25:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2025-06-05T03:42:02.827Z] 03:26:01 1.47 0.00 1.47 0.00 0.00 16.93 0.00 [2025-06-05T03:42:02.827Z] 03:27:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 [2025-06-05T03:42:02.827Z] 03:28:01 1.87 0.00 1.87 0.00 0.00 22.53 0.00 [2025-06-05T03:42:02.827Z] 03:29:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 [2025-06-05T03:42:02.827Z] 03:30:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 [2025-06-05T03:42:02.827Z] 03:31:01 2.87 1.02 1.85 0.00 21.86 26.93 0.00 [2025-06-05T03:42:02.827Z] 03:32:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 [2025-06-05T03:42:02.827Z] 03:33:01 1.60 0.37 1.23 0.00 11.46 15.59 0.00 [2025-06-05T03:42:02.827Z] 03:34:01 2.47 1.22 1.25 0.00 25.46 16.26 0.00 [2025-06-05T03:42:02.827Z] 03:35:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 [2025-06-05T03:42:02.827Z] 03:36:01 1.32 0.00 1.32 0.00 0.00 16.39 0.00 [2025-06-05T03:42:02.827Z] 03:37:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 [2025-06-05T03:42:02.827Z] 03:38:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 [2025-06-05T03:42:02.827Z] 03:39:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2025-06-05T03:42:02.827Z] 03:40:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 [2025-06-05T03:42:02.827Z] 03:41:01 73.07 0.15 72.92 0.00 8.53 24163.17 0.00 [2025-06-05T03:42:02.827Z] 03:42:01 179.70 0.27 179.44 0.00 13.06 54105.52 0.00 [2025-06-05T03:42:02.827Z] Average: 68.86 0.55 68.31 0.00 61.64 21040.73 0.00 [2025-06-05T03:42:02.827Z] [2025-06-05T03:42:02.827Z] 02:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-05T03:42:02.827Z] 02:55:01 27105260 31118500 1186232 3.61 127680 4034108 2576216 7.59 1878632 3375252 472476 [2025-06-05T03:42:02.827Z] 02:56:01 27119172 31363416 937252 2.85 130772 4233512 2371512 6.99 1521360 3684880 143072 [2025-06-05T03:42:02.827Z] 02:57:01 26101284 31424012 875664 2.66 135632 5246788 1990836 5.87 1783588 4384416 600024 [2025-06-05T03:42:02.827Z] 02:58:01 20726172 31381464 908200 2.76 147448 10448884 3132592 9.23 1901768 9501572 286712 [2025-06-05T03:42:02.827Z] 02:59:01 10358076 29183120 3000864 9.13 397444 17611232 7605368 22.41 5211088 15675676 325524 [2025-06-05T03:42:02.827Z] 03:00:01 6246372 27896260 4278912 13.01 414736 20277344 11199068 33.00 7794608 17038284 1358096 [2025-06-05T03:42:02.827Z] 03:01:01 4449956 28953856 3226476 9.81 430844 23012680 8453128 24.91 7976392 18566428 1877776 [2025-06-05T03:42:02.827Z] 03:02:01 8196332 31451760 793328 2.41 440244 21990492 2174200 6.41 3427228 19696784 484 [2025-06-05T03:42:02.827Z] 03:03:01 8182552 31440592 803888 2.44 441992 21991672 2281892 6.72 3823976 19312760 580 [2025-06-05T03:42:02.827Z] 03:04:01 8194440 31452796 791488 2.41 442500 21991768 2157448 6.36 3984632 19143848 8 [2025-06-05T03:42:02.827Z] 03:05:01 8193604 31451980 792200 2.41 442544 21991776 2157448 6.36 3984380 19143856 16 [2025-06-05T03:42:02.827Z] 03:06:01 8207888 31466316 778408 2.37 442556 21991776 2157448 6.36 3968728 19143856 12 [2025-06-05T03:42:02.827Z] 03:07:01 8208308 31466740 778224 2.37 442560 21991780 2157448 6.36 3968856 19143860 8 [2025-06-05T03:42:02.827Z] 03:08:01 8210788 31469252 775628 2.36 442600 21991780 2157448 6.36 3966844 19143864 16 [2025-06-05T03:42:02.827Z] 03:09:01 8209012 31467528 777228 2.36 442624 21991760 2192392 6.46 3967192 19143840 8 [2025-06-05T03:42:02.827Z] 03:10:01 8208592 31467112 777488 2.36 442644 21991768 2192392 6.46 3967212 19143844 44 [2025-06-05T03:42:02.827Z] 03:11:01 8209048 31467696 776828 2.36 442656 21991768 2192392 6.46 3966956 19143852 4 [2025-06-05T03:42:02.827Z] 03:12:01 8209176 31467836 776864 2.36 442684 21991772 2192392 6.46 3967024 19143852 32 [2025-06-05T03:42:02.827Z] 03:13:01 8210412 31469104 775576 2.36 442708 21991764 2192392 6.46 3966048 19143856 4 [2025-06-05T03:42:02.827Z] 03:14:01 8210428 31469144 775500 2.36 442728 21991776 2192392 6.46 3965920 19143856 8 [2025-06-05T03:42:02.827Z] 03:15:01 8210348 31469084 775504 2.36 442740 21991780 2192392 6.46 3965920 19143860 24 [2025-06-05T03:42:02.827Z] 03:16:01 8210528 31469276 775240 2.36 442748 21991780 2192392 6.46 3965940 19143860 16 [2025-06-05T03:42:02.827Z] 03:17:01 8210204 31468960 775500 2.36 442764 21991780 2192392 6.46 3966000 19143864 28 [2025-06-05T03:42:02.827Z] 03:18:01 8210196 31469012 775360 2.36 442776 21991784 2208576 6.51 3966008 19143872 40 [2025-06-05T03:42:02.827Z] 03:19:01 8210132 31468984 775344 2.36 442804 21991792 2208576 6.51 3966088 19143872 8 [2025-06-05T03:42:02.827Z] 03:20:01 8210040 31468928 775556 2.36 442824 21991800 2208576 6.51 3965992 19143880 4 [2025-06-05T03:42:02.827Z] 03:21:01 8210032 31468928 775532 2.36 442832 21991800 2208576 6.51 3965996 19143880 12 [2025-06-05T03:42:02.827Z] 03:22:01 8209976 31468888 775484 2.36 442868 21991804 2208576 6.51 3966028 19143884 8 [2025-06-05T03:42:02.827Z] 03:23:01 8210220 31469188 775156 2.36 442892 21991804 2208576 6.51 3966168 19143888 8 [2025-06-05T03:42:02.827Z] 03:24:01 8210040 31469024 775456 2.36 442920 21991808 2208576 6.51 3966160 19143888 8 [2025-06-05T03:42:02.827Z] 03:25:01 8209732 31468728 775708 2.36 442936 21991812 2208576 6.51 3966092 19143892 8 [2025-06-05T03:42:02.827Z] 03:26:01 8209984 31469040 775356 2.36 442952 21991812 2208576 6.51 3966160 19143896 20 [2025-06-05T03:42:02.827Z] 03:27:01 8210212 31469272 775072 2.36 442960 21991816 2208576 6.51 3966144 19143900 8 [2025-06-05T03:42:02.827Z] 03:28:01 8209976 31469184 775132 2.36 442992 21991940 2208576 6.51 3966312 19144028 8 [2025-06-05T03:42:02.827Z] 03:29:01 8209928 31469160 775184 2.36 443024 21991952 2208576 6.51 3966272 19144032 12 [2025-06-05T03:42:02.827Z] 03:30:01 8209912 31469152 775136 2.36 443028 21991956 2208576 6.51 3966200 19144036 8 [2025-06-05T03:42:02.827Z] 03:31:01 8208764 31469076 775680 2.36 443092 21992596 2214124 6.53 3966488 19144580 36 [2025-06-05T03:42:02.827Z] 03:32:01 8208504 31468856 775888 2.36 443108 21992600 2214124 6.53 3966448 19144584 28 [2025-06-05T03:42:02.827Z] 03:33:01 8207944 31468676 776008 2.36 443148 21992936 2214124 6.53 3968516 19144708 24 [2025-06-05T03:42:02.827Z] 03:34:01 8200120 31462668 781948 2.38 443164 21993708 2214124 6.53 3977192 19144936 40 [2025-06-05T03:42:02.827Z] 03:35:01 8199852 31462416 782132 2.38 443184 21993712 2214124 6.53 3977228 19144880 28 [2025-06-05T03:42:02.827Z] 03:36:01 8200024 31462612 781916 2.38 443192 21993720 2214124 6.53 3977072 19144884 12 [2025-06-05T03:42:02.827Z] 03:37:01 8199684 31462288 782180 2.38 443200 21993724 2214124 6.53 3976944 19144888 32 [2025-06-05T03:42:02.827Z] 03:38:01 8199708 31462320 782076 2.38 443228 21993716 2214124 6.53 3976944 19144892 28 [2025-06-05T03:42:02.827Z] 03:39:01 8199692 31462348 782000 2.38 443244 21993728 2214124 6.53 3977052 19144892 12 [2025-06-05T03:42:02.827Z] 03:40:01 8199820 31462504 781992 2.38 443264 21993732 2214124 6.53 3977020 19144896 8 [2025-06-05T03:42:02.827Z] 03:41:01 6968176 31175184 1064228 3.24 448476 22851828 2584104 7.62 4297260 19962972 179728 [2025-06-05T03:42:02.827Z] 03:42:01 6128892 31354704 882064 2.68 485344 23729568 2291280 6.75 4182184 20810472 556 [2025-06-05T03:42:02.827Z] Average: 9484156 31270978 973752 2.96 416402 20607104 2667327 7.86 3972297 17923803 109284 [2025-06-05T03:42:02.827Z] [2025-06-05T03:42:02.827Z] 02:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-05T03:42:02.827Z] 02:55:01 veth0e7cb6f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:55:01 ens3 538.33 384.60 5174.44 51.19 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:55:01 docker0 291.72 386.30 23.18 1942.63 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:55:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:56:01 veth0e7cb6f 1.17 1.20 0.10 0.11 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:56:01 ens3 35.69 25.88 27.90 16.22 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:56:01 docker0 1.17 1.17 0.09 0.11 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:57:01 veth0e7cb6f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:57:01 ens3 18.36 12.31 15.60 9.87 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth1e32b1c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth01b6ecb 1.23 2.90 0.10 38.63 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 vethb9406ea 3.41 1.73 39.23 0.13 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth5836fd8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 vethc0576c2 1.62 2.91 0.12 38.11 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth16ceae7 1.23 3.21 0.10 38.67 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth3f3157f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 ens3 208.31 131.16 3577.16 157.65 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 vethc7a94f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth071d303 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth41b39ae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth034ed30 2.10 4.21 0.16 44.58 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 vethd4a9ba7 1.73 3.41 0.13 39.23 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth8c97730 1.97 3.85 0.14 38.15 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 vethebdabec 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth8c23d6e 1.52 3.18 0.11 38.11 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 docker0 19.00 42.21 1.15 498.59 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth7292ab9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth96c8f6d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth24d2584 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 vethef1190b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth188f3be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 veth3e3f708 4.40 12.14 0.31 110.32 0.00 0.00 0.00 0.01 [2025-06-05T03:42:02.827Z] 02:58:01 veth79c39e0 2.63 7.81 0.20 112.69 0.00 0.00 0.00 0.01 [2025-06-05T03:42:02.827Z] 02:58:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:58:01 vetha0a887e 0.58 0.73 0.05 0.25 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 vethd046ff9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 veth69efb07 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 ens3 1062.38 585.47 10584.65 66.93 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 veth4b641de 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 veth276cd83 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 vethb5f380f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 veth185fbcc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 veth7349d12 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 vethcca5b18 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 vethc2b0faa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 docker0 523.04 936.77 45.07 8286.25 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 veth4ea38fc 0.03 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 vetha87fad5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 veth9f46123 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 lo 0.40 0.40 0.05 0.05 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 02:59:01 vetha0a887e 0.08 0.97 0.00 0.05 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 vethd046ff9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 veth69efb07 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 ens3 5.41 3.75 4.37 2.43 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 veth4b641de 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 veth276cd83 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 vethb5f380f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 veth185fbcc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 veth7349d12 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 vethcca5b18 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 vethc2b0faa 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 docker0 0.10 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 veth4ea38fc 0.02 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 vetha87fad5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 veth9f46123 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.827Z] 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:00:01 vetha0a887e 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 vethd046ff9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 veth69efb07 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 ens3 7.93 3.93 6.22 3.39 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 veth4b641de 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 veth276cd83 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 vethb5f380f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 veth7349d12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 vethc2b0faa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 veth4ea38fc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 vetha87fad5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 veth9f46123 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:01:01 vetha0a887e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:02:01 ens3 136.54 123.70 84.62 477.55 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:02:01 lo 17.33 17.33 1.70 1.70 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:03:01 ens3 460.59 470.84 207.99 2456.05 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:03:01 lo 44.79 44.79 4.42 4.42 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:04:01 ens3 168.51 163.06 90.57 886.94 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:04:01 lo 17.13 17.13 1.68 1.68 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:05:01 ens3 1.17 0.43 0.56 0.40 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:06:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:08:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:09:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:10:01 ens3 0.28 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:14:01 ens3 0.38 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:15:01 ens3 0.30 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:18:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:19:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:20:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:21:01 ens3 0.15 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:24:01 ens3 0.37 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:25:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:26:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:27:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:28:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:29:01 ens3 0.23 0.13 0.13 0.07 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:30:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:33:01 ens3 0.82 0.60 0.81 0.36 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:34:01 ens3 27.65 43.58 5.28 114.94 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:35:01 ens3 1.73 1.45 0.97 1.21 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:36:01 ens3 0.53 0.42 0.27 0.22 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:38:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:39:01 ens3 0.25 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:40:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:41:01 ens3 195.73 115.13 4443.19 18.94 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:41:01 veth8d83eae 37.76 61.76 3.64 514.10 0.00 0.00 0.00 0.04 [2025-06-05T03:42:02.828Z] 03:41:01 docker0 37.76 61.66 3.12 514.09 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:41:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:42:01 ens3 341.89 212.10 6168.45 60.39 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:42:01 docker0 29.91 49.04 3.19 358.21 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] 03:42:01 lo 2.80 2.80 0.29 0.29 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] Average: ens3 67.02 47.54 633.48 90.14 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] Average: docker0 18.81 30.79 1.58 241.77 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] Average: lo 1.88 1.88 0.18 0.18 0.00 0.00 0.00 0.00 [2025-06-05T03:42:02.828Z] [2025-06-05T03:42:02.828Z] [2025-06-05T03:42:02.828Z] ---> sar -P ALL: [2025-06-05T03:42:02.828Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2800) 06/05/25 _x86_64_ (8 CPU) [2025-06-05T03:42:02.828Z] [2025-06-05T03:42:02.828Z] 02:53:00 LINUX RESTART (8 CPU) [2025-06-05T03:42:02.828Z] [2025-06-05T03:42:02.828Z] 02:54:01 CPU %user %nice %system %iowait %steal %idle [2025-06-05T03:42:02.828Z] 02:55:01 all 24.48 0.00 5.93 1.07 0.10 68.44 [2025-06-05T03:42:02.828Z] 02:55:01 0 23.17 0.00 6.09 0.38 0.12 70.24 [2025-06-05T03:42:02.828Z] 02:55:01 1 25.59 0.00 6.78 3.02 0.08 64.52 [2025-06-05T03:42:02.828Z] 02:55:01 2 23.86 0.00 5.52 0.05 0.08 70.49 [2025-06-05T03:42:02.828Z] 02:55:01 3 26.51 0.00 5.40 0.51 0.10 67.48 [2025-06-05T03:42:02.829Z] 02:55:01 4 23.19 0.00 6.47 3.61 0.10 66.63 [2025-06-05T03:42:02.829Z] 02:55:01 5 23.66 0.00 5.78 0.08 0.08 70.39 [2025-06-05T03:42:02.829Z] 02:55:01 6 25.52 0.00 5.46 0.19 0.10 68.74 [2025-06-05T03:42:02.829Z] 02:55:01 7 24.31 0.00 5.93 0.71 0.08 68.96 [2025-06-05T03:42:02.829Z] 02:56:01 all 36.66 0.00 6.39 0.38 0.09 56.48 [2025-06-05T03:42:02.829Z] 02:56:01 0 36.80 0.00 6.58 0.00 0.10 56.52 [2025-06-05T03:42:02.829Z] 02:56:01 1 34.66 0.00 6.74 2.89 0.10 55.61 [2025-06-05T03:42:02.829Z] 02:56:01 2 38.83 0.00 6.06 0.02 0.10 55.00 [2025-06-05T03:42:02.829Z] 02:56:01 3 37.55 0.00 6.86 0.00 0.08 55.51 [2025-06-05T03:42:02.829Z] 02:56:01 4 40.50 0.00 6.24 0.07 0.10 53.09 [2025-06-05T03:42:02.829Z] 02:56:01 5 35.80 0.00 6.00 0.02 0.08 58.10 [2025-06-05T03:42:02.829Z] 02:56:01 6 34.13 0.00 6.05 0.00 0.08 59.73 [2025-06-05T03:42:02.829Z] 02:56:01 7 35.03 0.00 6.59 0.02 0.08 58.28 [2025-06-05T03:42:02.829Z] 02:57:01 all 72.16 0.00 9.02 0.07 0.10 18.64 [2025-06-05T03:42:02.829Z] 02:57:01 0 71.99 0.00 9.17 0.00 0.10 18.74 [2025-06-05T03:42:02.829Z] 02:57:01 1 71.72 0.00 8.96 0.45 0.08 18.78 [2025-06-05T03:42:02.829Z] 02:57:01 2 71.72 0.00 8.82 0.00 0.10 19.36 [2025-06-05T03:42:02.829Z] 02:57:01 3 72.23 0.00 9.23 0.00 0.10 18.44 [2025-06-05T03:42:02.829Z] 02:57:01 4 73.37 0.00 9.08 0.08 0.10 17.37 [2025-06-05T03:42:02.829Z] 02:57:01 5 72.51 0.00 8.58 0.02 0.12 18.78 [2025-06-05T03:42:02.829Z] 02:57:01 6 72.32 0.00 8.45 0.00 0.10 19.12 [2025-06-05T03:42:02.829Z] 02:57:01 7 71.43 0.00 9.87 0.02 0.12 18.57 [2025-06-05T03:42:02.829Z] 02:58:01 all 29.42 0.00 8.64 5.60 0.09 56.25 [2025-06-05T03:42:02.829Z] 02:58:01 0 28.81 0.00 9.28 4.93 0.10 56.88 [2025-06-05T03:42:02.829Z] 02:58:01 1 29.60 0.00 9.00 8.80 0.12 52.49 [2025-06-05T03:42:02.829Z] 02:58:01 2 31.22 0.00 8.11 5.73 0.10 54.84 [2025-06-05T03:42:02.829Z] 02:58:01 3 30.66 0.00 9.28 4.68 0.10 55.28 [2025-06-05T03:42:02.829Z] 02:58:01 4 29.74 0.00 8.69 5.39 0.07 56.10 [2025-06-05T03:42:02.829Z] 02:58:01 5 28.86 0.00 8.77 7.71 0.08 54.58 [2025-06-05T03:42:02.829Z] 02:58:01 6 28.52 0.00 7.83 2.43 0.08 61.14 [2025-06-05T03:42:02.829Z] 02:58:01 7 27.94 0.00 8.19 5.13 0.08 58.65 [2025-06-05T03:42:02.829Z] 02:59:01 all 29.92 0.00 11.26 8.51 0.10 50.21 [2025-06-05T03:42:02.829Z] 02:59:01 0 26.87 0.00 8.47 6.98 0.08 57.60 [2025-06-05T03:42:02.829Z] 02:59:01 1 30.73 0.00 11.24 5.26 0.08 52.68 [2025-06-05T03:42:02.829Z] 02:59:01 2 31.41 0.00 11.70 8.83 0.10 47.97 [2025-06-05T03:42:02.829Z] 02:59:01 3 31.30 0.00 11.70 5.72 0.10 51.19 [2025-06-05T03:42:02.829Z] 02:59:01 4 29.43 0.00 11.88 6.81 0.10 51.78 [2025-06-05T03:42:02.829Z] 02:59:01 5 29.97 0.00 13.47 26.16 0.12 30.28 [2025-06-05T03:42:02.829Z] 02:59:01 6 29.40 0.00 9.67 3.75 0.08 57.09 [2025-06-05T03:42:02.829Z] 02:59:01 7 30.25 0.00 12.00 4.70 0.10 52.95 [2025-06-05T03:42:02.829Z] 03:00:01 all 89.05 0.00 10.83 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 0 90.15 0.00 9.70 0.02 0.13 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 1 88.30 0.00 11.56 0.00 0.13 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 2 89.15 0.00 10.73 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 3 88.69 0.00 11.20 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 4 88.45 0.00 11.43 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 5 89.55 0.00 10.33 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 6 89.95 0.00 9.93 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:00:01 7 88.11 0.00 11.76 0.00 0.13 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 all 90.36 0.00 9.53 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 0 91.08 0.00 8.80 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 1 89.79 0.00 10.08 0.00 0.13 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 2 90.60 0.00 9.30 0.00 0.10 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 3 90.54 0.00 9.35 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 4 89.32 0.00 10.56 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 5 91.25 0.00 8.63 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 6 91.09 0.00 8.80 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:01:01 7 89.19 0.00 10.70 0.00 0.12 0.00 [2025-06-05T03:42:02.829Z] 03:02:01 all 52.51 0.00 7.52 0.37 0.09 39.51 [2025-06-05T03:42:02.829Z] 03:02:01 0 51.56 0.00 7.32 0.22 0.10 40.80 [2025-06-05T03:42:02.829Z] 03:02:01 1 52.15 0.00 8.30 0.30 0.07 39.18 [2025-06-05T03:42:02.829Z] 03:02:01 2 54.01 0.00 7.19 0.85 0.10 37.85 [2025-06-05T03:42:02.829Z] 03:02:01 3 51.61 0.00 8.29 0.23 0.10 39.76 [2025-06-05T03:42:02.829Z] 03:02:01 4 53.84 0.00 7.58 0.23 0.08 38.26 [2025-06-05T03:42:02.829Z] 03:02:01 5 54.40 0.00 7.16 0.12 0.10 38.23 [2025-06-05T03:42:02.829Z] 03:02:01 6 49.95 0.00 7.04 0.55 0.08 42.37 [2025-06-05T03:42:02.829Z] 03:02:01 7 52.55 0.00 7.24 0.44 0.12 39.66 [2025-06-05T03:42:02.829Z] 03:03:01 all 10.03 0.00 1.10 0.10 0.06 88.70 [2025-06-05T03:42:02.829Z] 03:03:01 0 10.44 0.00 1.05 0.25 0.05 88.20 [2025-06-05T03:42:02.829Z] 03:03:01 1 7.81 0.00 1.16 0.03 0.05 90.95 [2025-06-05T03:42:02.829Z] 03:03:01 2 9.75 0.00 0.99 0.40 0.10 88.76 [2025-06-05T03:42:02.829Z] 03:03:01 3 13.26 0.00 1.52 0.02 0.08 85.12 [2025-06-05T03:42:02.829Z] 03:03:01 4 11.38 0.00 1.05 0.03 0.07 87.47 [2025-06-05T03:42:02.829Z] 03:03:01 5 13.40 0.00 1.12 0.02 0.07 85.39 [2025-06-05T03:42:02.829Z] 03:03:01 6 5.83 0.00 0.69 0.02 0.03 93.43 [2025-06-05T03:42:02.829Z] 03:03:01 7 8.39 0.00 1.23 0.03 0.05 90.30 [2025-06-05T03:42:02.829Z] 03:04:01 all 4.04 0.00 0.51 0.04 0.04 95.37 [2025-06-05T03:42:02.829Z] 03:04:01 0 3.46 0.00 0.53 0.25 0.03 95.72 [2025-06-05T03:42:02.829Z] 03:04:01 1 2.18 0.00 0.64 0.02 0.03 97.13 [2025-06-05T03:42:02.829Z] 03:04:01 2 5.58 0.00 0.57 0.02 0.05 93.79 [2025-06-05T03:42:02.829Z] 03:04:01 3 2.95 0.00 0.53 0.00 0.02 96.50 [2025-06-05T03:42:02.829Z] 03:04:01 4 6.38 0.00 0.54 0.00 0.05 93.04 [2025-06-05T03:42:02.829Z] 03:04:01 5 6.98 0.00 0.50 0.02 0.05 92.46 [2025-06-05T03:42:02.829Z] 03:04:01 6 1.69 0.00 0.45 0.02 0.03 97.81 [2025-06-05T03:42:02.829Z] 03:04:01 7 3.13 0.00 0.35 0.00 0.03 96.48 [2025-06-05T03:42:02.829Z] 03:05:01 all 0.02 0.00 0.01 0.01 0.02 99.95 [2025-06-05T03:42:02.829Z] 03:05:01 0 0.02 0.00 0.02 0.03 0.02 99.92 [2025-06-05T03:42:02.829Z] 03:05:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-05T03:42:02.829Z] 03:05:01 2 0.03 0.00 0.02 0.00 0.05 99.90 [2025-06-05T03:42:02.829Z] 03:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-05T03:42:02.829Z] 03:05:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2025-06-05T03:42:02.829Z] 03:05:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.829Z] 03:05:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.829Z] 03:05:01 7 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-05T03:42:02.829Z] [2025-06-05T03:42:02.829Z] 03:05:01 CPU %user %nice %system %iowait %steal %idle [2025-06-05T03:42:02.829Z] 03:06:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2025-06-05T03:42:02.829Z] 03:06:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.829Z] 03:06:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-05T03:42:02.829Z] 03:06:01 2 0.12 0.00 0.03 0.00 0.03 99.81 [2025-06-05T03:42:02.829Z] 03:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.829Z] 03:06:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-05T03:42:02.829Z] 03:06:01 6 0.07 0.00 0.00 0.00 0.02 99.92 [2025-06-05T03:42:02.829Z] 03:06:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.829Z] 03:07:01 all 0.05 0.00 0.02 0.00 0.01 99.91 [2025-06-05T03:42:02.829Z] 03:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.829Z] 03:07:01 1 0.27 0.00 0.02 0.00 0.02 99.70 [2025-06-05T03:42:02.829Z] 03:07:01 2 0.07 0.00 0.05 0.00 0.03 99.85 [2025-06-05T03:42:02.829Z] 03:07:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.829Z] 03:07:01 4 0.05 0.00 0.02 0.00 0.03 99.90 [2025-06-05T03:42:02.829Z] 03:07:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.829Z] 03:07:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:08:01 all 0.28 0.00 0.02 0.03 0.01 99.66 [2025-06-05T03:42:02.829Z] 03:08:01 0 0.05 0.00 0.05 0.02 0.02 99.87 [2025-06-05T03:42:02.829Z] 03:08:01 1 1.99 0.00 0.00 0.00 0.00 98.01 [2025-06-05T03:42:02.829Z] 03:08:01 2 0.07 0.00 0.05 0.00 0.03 99.85 [2025-06-05T03:42:02.829Z] 03:08:01 3 0.03 0.00 0.00 0.13 0.00 99.83 [2025-06-05T03:42:02.829Z] 03:08:01 4 0.03 0.00 0.02 0.12 0.02 99.82 [2025-06-05T03:42:02.829Z] 03:08:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.829Z] 03:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.829Z] 03:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.829Z] 03:09:01 all 0.28 0.00 0.03 0.01 0.02 99.67 [2025-06-05T03:42:02.829Z] 03:09:01 0 0.02 0.00 0.03 0.02 0.02 99.92 [2025-06-05T03:42:02.829Z] 03:09:01 1 1.97 0.00 0.02 0.00 0.02 98.00 [2025-06-05T03:42:02.829Z] 03:09:01 2 0.07 0.00 0.05 0.05 0.03 99.80 [2025-06-05T03:42:02.829Z] 03:09:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.829Z] 03:09:01 4 0.03 0.00 0.05 0.00 0.03 99.88 [2025-06-05T03:42:02.829Z] 03:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:09:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.829Z] 03:09:01 7 0.02 0.00 0.05 0.00 0.02 99.92 [2025-06-05T03:42:02.829Z] 03:10:01 all 0.12 0.00 0.04 0.00 0.01 99.83 [2025-06-05T03:42:02.829Z] 03:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-05T03:42:02.829Z] 03:10:01 1 0.70 0.00 0.15 0.00 0.00 99.15 [2025-06-05T03:42:02.829Z] 03:10:01 2 0.12 0.00 0.03 0.02 0.03 99.80 [2025-06-05T03:42:02.829Z] 03:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.829Z] 03:10:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-05T03:42:02.829Z] 03:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.829Z] 03:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:11:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-06-05T03:42:02.829Z] 03:11:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-05T03:42:02.829Z] 03:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.829Z] 03:11:01 2 0.08 0.00 0.03 0.00 0.03 99.85 [2025-06-05T03:42:02.829Z] 03:11:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-05T03:42:02.829Z] 03:11:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-05T03:42:02.829Z] 03:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-05T03:42:02.829Z] 03:11:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-05T03:42:02.829Z] 03:12:01 all 0.08 0.00 0.01 0.01 0.01 99.89 [2025-06-05T03:42:02.829Z] 03:12:01 0 0.03 0.00 0.02 0.03 0.00 99.92 [2025-06-05T03:42:02.829Z] 03:12:01 1 0.38 0.00 0.00 0.00 0.02 99.60 [2025-06-05T03:42:02.829Z] 03:12:01 2 0.08 0.00 0.03 0.05 0.02 99.82 [2025-06-05T03:42:02.829Z] 03:12:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.829Z] 03:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-05T03:42:02.829Z] 03:12:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.829Z] 03:12:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.829Z] 03:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.829Z] 03:13:01 all 0.30 0.00 0.02 0.00 0.01 99.67 [2025-06-05T03:42:02.829Z] 03:13:01 0 0.00 0.00 0.02 0.03 0.02 99.93 [2025-06-05T03:42:02.829Z] 03:13:01 1 1.99 0.00 0.00 0.00 0.00 98.01 [2025-06-05T03:42:02.829Z] 03:13:01 2 0.07 0.00 0.05 0.00 0.03 99.85 [2025-06-05T03:42:02.829Z] 03:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.829Z] 03:13:01 4 0.08 0.00 0.07 0.00 0.02 99.83 [2025-06-05T03:42:02.829Z] 03:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.829Z] 03:13:01 6 0.17 0.00 0.00 0.00 0.00 99.83 [2025-06-05T03:42:02.829Z] 03:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.829Z] 03:14:01 all 0.27 0.00 0.02 0.00 0.01 99.70 [2025-06-05T03:42:02.829Z] 03:14:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2025-06-05T03:42:02.829Z] 03:14:01 1 1.94 0.00 0.00 0.00 0.00 98.06 [2025-06-05T03:42:02.829Z] 03:14:01 2 0.05 0.00 0.05 0.02 0.03 99.85 [2025-06-05T03:42:02.829Z] 03:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.829Z] 03:14:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-05T03:42:02.829Z] 03:14:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.829Z] 03:14:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-05T03:42:02.829Z] 03:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.829Z] 03:15:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2025-06-05T03:42:02.829Z] 03:15:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2025-06-05T03:42:02.829Z] 03:15:01 1 0.99 0.00 0.07 0.00 0.02 98.92 [2025-06-05T03:42:02.829Z] 03:15:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2025-06-05T03:42:02.829Z] 03:15:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-05T03:42:02.829Z] 03:15:01 4 0.08 0.00 0.00 0.00 0.02 99.90 [2025-06-05T03:42:02.829Z] 03:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.830Z] 03:16:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-06-05T03:42:02.830Z] 03:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.830Z] 03:16:01 2 0.03 0.00 0.07 0.00 0.03 99.87 [2025-06-05T03:42:02.830Z] 03:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:16:01 4 0.05 0.00 0.05 0.00 0.03 99.87 [2025-06-05T03:42:02.830Z] 03:16:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:16:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] [2025-06-05T03:42:02.830Z] 03:16:01 CPU %user %nice %system %iowait %steal %idle [2025-06-05T03:42:02.830Z] 03:17:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2025-06-05T03:42:02.830Z] 03:17:01 0 0.03 0.00 0.02 0.02 0.02 99.92 [2025-06-05T03:42:02.830Z] 03:17:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:17:01 2 0.08 0.00 0.03 0.02 0.03 99.83 [2025-06-05T03:42:02.830Z] 03:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:17:01 4 0.08 0.00 0.05 0.00 0.02 99.85 [2025-06-05T03:42:02.830Z] 03:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:17:01 6 0.10 0.00 0.02 0.00 0.00 99.88 [2025-06-05T03:42:02.830Z] 03:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.830Z] 03:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-05T03:42:02.830Z] 03:18:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:18:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-05T03:42:02.830Z] 03:18:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-05T03:42:02.830Z] 03:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:18:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:19:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-06-05T03:42:02.830Z] 03:19:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:19:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:19:01 2 0.07 0.00 0.02 0.02 0.03 99.87 [2025-06-05T03:42:02.830Z] 03:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:19:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2025-06-05T03:42:02.830Z] 03:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:19:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-05T03:42:02.830Z] 03:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:20:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-06-05T03:42:02.830Z] 03:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:20:01 2 0.03 0.00 0.07 0.02 0.05 99.83 [2025-06-05T03:42:02.830Z] 03:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:20:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2025-06-05T03:42:02.830Z] 03:20:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.830Z] 03:21:01 all 0.03 0.00 0.01 0.02 0.01 99.92 [2025-06-05T03:42:02.830Z] 03:21:01 0 0.07 0.00 0.02 0.02 0.02 99.88 [2025-06-05T03:42:02.830Z] 03:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-05T03:42:02.830Z] 03:21:01 2 0.10 0.00 0.07 0.15 0.03 99.65 [2025-06-05T03:42:02.830Z] 03:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:21:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:21:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.830Z] 03:22:01 all 0.10 0.00 0.02 0.03 0.01 99.85 [2025-06-05T03:42:02.830Z] 03:22:01 0 0.00 0.00 0.02 0.20 0.02 99.77 [2025-06-05T03:42:02.830Z] 03:22:01 1 0.62 0.00 0.02 0.00 0.02 99.35 [2025-06-05T03:42:02.830Z] 03:22:01 2 0.07 0.00 0.05 0.02 0.03 99.83 [2025-06-05T03:42:02.830Z] 03:22:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-05T03:42:02.830Z] 03:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.830Z] 03:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:23:01 all 0.04 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.830Z] 03:23:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:23:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:23:01 2 0.15 0.00 0.03 0.02 0.03 99.77 [2025-06-05T03:42:02.830Z] 03:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:23:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.830Z] 03:23:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.830Z] 03:24:01 all 0.25 0.00 0.02 0.00 0.01 99.71 [2025-06-05T03:42:02.830Z] 03:24:01 0 0.03 0.00 0.03 0.03 0.00 99.90 [2025-06-05T03:42:02.830Z] 03:24:01 1 1.74 0.00 0.03 0.00 0.02 98.21 [2025-06-05T03:42:02.830Z] 03:24:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2025-06-05T03:42:02.830Z] 03:24:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-05T03:42:02.830Z] 03:24:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.830Z] 03:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:25:01 all 0.28 0.00 0.02 0.00 0.01 99.68 [2025-06-05T03:42:02.830Z] 03:25:01 0 0.05 0.00 0.05 0.02 0.02 99.87 [2025-06-05T03:42:02.830Z] 03:25:01 1 2.00 0.00 0.03 0.00 0.02 97.95 [2025-06-05T03:42:02.830Z] 03:25:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-06-05T03:42:02.830Z] 03:25:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:25:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-05T03:42:02.830Z] 03:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:25:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:26:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2025-06-05T03:42:02.830Z] 03:26:01 0 0.03 0.00 0.03 0.03 0.02 99.88 [2025-06-05T03:42:02.830Z] 03:26:01 1 1.97 0.00 0.02 0.00 0.00 98.01 [2025-06-05T03:42:02.830Z] 03:26:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-06-05T03:42:02.830Z] 03:26:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:26:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:26:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:27:01 all 0.19 0.00 0.03 0.00 0.01 99.77 [2025-06-05T03:42:02.830Z] 03:27:01 0 0.03 0.00 0.03 0.02 0.02 99.90 [2025-06-05T03:42:02.830Z] 03:27:01 1 1.30 0.00 0.08 0.00 0.00 98.61 [2025-06-05T03:42:02.830Z] 03:27:01 2 0.02 0.00 0.05 0.02 0.03 99.88 [2025-06-05T03:42:02.830Z] 03:27:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-05T03:42:02.830Z] 03:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] [2025-06-05T03:42:02.830Z] 03:27:01 CPU %user %nice %system %iowait %steal %idle [2025-06-05T03:42:02.830Z] 03:28:01 all 0.05 0.00 0.02 0.00 0.01 99.91 [2025-06-05T03:42:02.830Z] 03:28:01 0 0.02 0.00 0.05 0.02 0.02 99.90 [2025-06-05T03:42:02.830Z] 03:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:28:01 2 0.13 0.00 0.07 0.02 0.03 99.75 [2025-06-05T03:42:02.830Z] 03:28:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.830Z] 03:28:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-05T03:42:02.830Z] 03:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:28:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:29:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-06-05T03:42:02.830Z] 03:29:01 0 0.02 0.00 0.05 0.02 0.03 99.88 [2025-06-05T03:42:02.830Z] 03:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:29:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2025-06-05T03:42:02.830Z] 03:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:29:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.830Z] 03:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:29:01 6 0.03 0.00 0.00 0.00 0.03 99.93 [2025-06-05T03:42:02.830Z] 03:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:30:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-06-05T03:42:02.830Z] 03:30:01 0 0.07 0.00 0.03 0.02 0.02 99.87 [2025-06-05T03:42:02.830Z] 03:30:01 1 0.88 0.00 0.00 0.00 0.02 99.10 [2025-06-05T03:42:02.830Z] 03:30:01 2 0.18 0.00 0.03 0.02 0.03 99.73 [2025-06-05T03:42:02.830Z] 03:30:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:30:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-05T03:42:02.830Z] 03:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:30:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-05T03:42:02.830Z] 03:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.830Z] 03:31:01 all 0.28 0.00 0.10 0.01 0.01 99.60 [2025-06-05T03:42:02.830Z] 03:31:01 0 0.08 0.00 0.10 0.02 0.02 99.78 [2025-06-05T03:42:02.830Z] 03:31:01 1 1.81 0.00 0.10 0.00 0.02 98.08 [2025-06-05T03:42:02.830Z] 03:31:01 2 0.03 0.00 0.07 0.02 0.03 99.85 [2025-06-05T03:42:02.830Z] 03:31:01 3 0.05 0.00 0.07 0.00 0.02 99.87 [2025-06-05T03:42:02.830Z] 03:31:01 4 0.18 0.00 0.25 0.03 0.02 99.52 [2025-06-05T03:42:02.830Z] 03:31:01 5 0.00 0.00 0.07 0.00 0.00 99.93 [2025-06-05T03:42:02.830Z] 03:31:01 6 0.03 0.00 0.08 0.00 0.02 99.87 [2025-06-05T03:42:02.830Z] 03:31:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-05T03:42:02.830Z] 03:32:01 all 0.25 0.00 0.02 0.00 0.01 99.71 [2025-06-05T03:42:02.830Z] 03:32:01 0 0.02 0.00 0.00 0.02 0.03 99.93 [2025-06-05T03:42:02.830Z] 03:32:01 1 1.65 0.00 0.07 0.00 0.00 98.29 [2025-06-05T03:42:02.830Z] 03:32:01 2 0.07 0.00 0.07 0.02 0.03 99.82 [2025-06-05T03:42:02.830Z] 03:32:01 3 0.08 0.00 0.00 0.00 0.00 99.92 [2025-06-05T03:42:02.830Z] 03:32:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.830Z] 03:32:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-05T03:42:02.830Z] 03:32:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.830Z] 03:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.830Z] 03:33:01 all 0.14 0.00 0.03 0.01 0.01 99.81 [2025-06-05T03:42:02.830Z] 03:33:01 0 0.12 0.00 0.07 0.02 0.02 99.78 [2025-06-05T03:42:02.831Z] 03:33:01 1 0.60 0.00 0.03 0.02 0.02 99.33 [2025-06-05T03:42:02.831Z] 03:33:01 2 0.12 0.00 0.03 0.02 0.03 99.80 [2025-06-05T03:42:02.831Z] 03:33:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2025-06-05T03:42:02.831Z] 03:33:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:33:01 5 0.07 0.00 0.05 0.00 0.02 99.87 [2025-06-05T03:42:02.831Z] 03:33:01 6 0.15 0.00 0.03 0.00 0.02 99.80 [2025-06-05T03:42:02.831Z] 03:33:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:34:01 all 0.27 0.00 0.05 0.00 0.01 99.66 [2025-06-05T03:42:02.831Z] 03:34:01 0 0.27 0.00 0.03 0.00 0.02 99.68 [2025-06-05T03:42:02.831Z] 03:34:01 1 0.32 0.00 0.07 0.03 0.02 99.57 [2025-06-05T03:42:02.831Z] 03:34:01 2 0.52 0.00 0.07 0.00 0.02 99.40 [2025-06-05T03:42:02.831Z] 03:34:01 3 0.18 0.00 0.02 0.00 0.00 99.80 [2025-06-05T03:42:02.831Z] 03:34:01 4 0.23 0.00 0.07 0.00 0.03 99.67 [2025-06-05T03:42:02.831Z] 03:34:01 5 0.22 0.00 0.00 0.00 0.00 99.78 [2025-06-05T03:42:02.831Z] 03:34:01 6 0.32 0.00 0.03 0.00 0.02 99.63 [2025-06-05T03:42:02.831Z] 03:34:01 7 0.08 0.00 0.13 0.00 0.00 99.78 [2025-06-05T03:42:02.831Z] 03:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-06-05T03:42:02.831Z] 03:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-05T03:42:02.831Z] 03:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-05T03:42:02.831Z] 03:35:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2025-06-05T03:42:02.831Z] 03:35:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:35:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-05T03:42:02.831Z] 03:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.831Z] 03:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.831Z] 03:36:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-06-05T03:42:02.831Z] 03:36:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.831Z] 03:36:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.831Z] 03:36:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2025-06-05T03:42:02.831Z] 03:36:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.831Z] 03:36:01 4 0.08 0.00 0.02 0.00 0.03 99.87 [2025-06-05T03:42:02.831Z] 03:36:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:36:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-05T03:42:02.831Z] 03:36:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:37:01 all 0.02 0.00 0.02 0.02 0.01 99.93 [2025-06-05T03:42:02.831Z] 03:37:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-05T03:42:02.831Z] 03:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.831Z] 03:37:01 2 0.05 0.00 0.03 0.13 0.02 99.77 [2025-06-05T03:42:02.831Z] 03:37:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.831Z] 03:37:01 4 0.07 0.00 0.05 0.00 0.03 99.85 [2025-06-05T03:42:02.831Z] 03:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.831Z] 03:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:38:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-06-05T03:42:02.831Z] 03:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-05T03:42:02.831Z] 03:38:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-05T03:42:02.831Z] 03:38:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2025-06-05T03:42:02.831Z] 03:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.831Z] 03:38:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-05T03:42:02.831Z] 03:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:38:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-05T03:42:02.831Z] 03:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.831Z] [2025-06-05T03:42:02.831Z] 03:38:01 CPU %user %nice %system %iowait %steal %idle [2025-06-05T03:42:02.831Z] 03:39:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-06-05T03:42:02.831Z] 03:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-05T03:42:02.831Z] 03:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-05T03:42:02.831Z] 03:39:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2025-06-05T03:42:02.831Z] 03:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-05T03:42:02.831Z] 03:39:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2025-06-05T03:42:02.831Z] 03:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.831Z] 03:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-05T03:42:02.831Z] 03:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:40:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-06-05T03:42:02.831Z] 03:40:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-05T03:42:02.831Z] 03:40:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-05T03:42:02.831Z] 03:40:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.831Z] 03:40:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-05T03:42:02.831Z] 03:40:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-05T03:42:02.831Z] 03:40:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-05T03:42:02.831Z] 03:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-05T03:42:02.831Z] 03:41:01 all 4.24 0.00 1.93 0.27 0.03 93.54 [2025-06-05T03:42:02.831Z] 03:41:01 0 3.89 0.00 2.72 1.71 0.05 91.63 [2025-06-05T03:42:02.831Z] 03:41:01 1 5.57 0.00 1.74 0.00 0.03 92.65 [2025-06-05T03:42:02.831Z] 03:41:01 2 4.47 0.00 1.55 0.29 0.02 93.68 [2025-06-05T03:42:02.831Z] 03:41:01 3 4.18 0.00 1.19 0.02 0.02 94.60 [2025-06-05T03:42:02.831Z] 03:41:01 4 3.60 0.00 1.37 0.00 0.05 94.98 [2025-06-05T03:42:02.831Z] 03:41:01 5 5.12 0.00 2.28 0.10 0.02 92.49 [2025-06-05T03:42:02.831Z] 03:41:01 6 3.40 0.00 1.99 0.02 0.02 94.58 [2025-06-05T03:42:02.831Z] 03:41:01 7 3.69 0.00 2.59 0.00 0.03 93.68 [2025-06-05T03:42:02.831Z] 03:42:01 all 9.31 0.00 4.08 0.64 0.07 85.89 [2025-06-05T03:42:02.831Z] 03:42:01 0 11.34 0.00 5.62 3.59 0.07 79.38 [2025-06-05T03:42:02.831Z] 03:42:01 1 8.46 0.00 4.07 0.20 0.07 87.20 [2025-06-05T03:42:02.831Z] 03:42:01 2 10.83 0.00 4.14 0.27 0.08 84.68 [2025-06-05T03:42:02.831Z] 03:42:01 3 8.22 0.00 3.71 0.02 0.07 87.99 [2025-06-05T03:42:02.831Z] 03:42:01 4 9.45 0.00 3.70 0.03 0.07 86.75 [2025-06-05T03:42:02.831Z] 03:42:01 5 9.66 0.00 3.96 0.20 0.07 86.11 [2025-06-05T03:42:02.831Z] 03:42:01 6 8.28 0.00 3.69 0.78 0.07 87.19 [2025-06-05T03:42:02.831Z] 03:42:01 7 8.26 0.00 3.76 0.05 0.05 87.88 [2025-06-05T03:42:02.831Z] Average: all 9.49 0.00 1.61 0.36 0.03 88.52 [2025-06-05T03:42:02.831Z] Average: 0 9.38 0.00 1.58 0.39 0.03 88.61 [2025-06-05T03:42:02.831Z] Average: 1 9.76 0.00 1.68 0.43 0.03 88.10 [2025-06-05T03:42:02.831Z] Average: 2 9.66 0.00 1.58 0.35 0.04 88.37 [2025-06-05T03:42:02.831Z] Average: 3 9.54 0.00 1.63 0.23 0.03 88.57 [2025-06-05T03:42:02.831Z] Average: 4 9.57 0.00 1.66 0.34 0.03 88.40 [2025-06-05T03:42:02.831Z] Average: 5 9.60 0.00 1.60 0.71 0.02 88.07 [2025-06-05T03:42:02.831Z] Average: 6 9.18 0.00 1.46 0.16 0.03 89.17 [2025-06-05T03:42:02.831Z] Average: 7 9.20 0.00 1.67 0.23 0.02 88.88 [2025-06-05T03:42:02.831Z] [2025-06-05T03:42:02.831Z] [2025-06-05T03:42:02.831Z]