Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f033e20b3640116aa1b2e2b592720d3ba5445808 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-ssh9109866883154474232.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-ssh13245959874680949287.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-ssh17524419548747917229.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-ssh6229130673699345392.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-ssh9923651197800872273.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4110 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/861 [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/861 # 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 f033e20b3640116aa1b2e2b592720d3ba5445808 (main) Commit message: "feat: CoreData improve SQL statement (#5195)" > 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 f033e20b3640116aa1b2e2b592720d3ba5445808 # timeout=10 > git rev-list --no-walk 37471aae1dd3b986ef91b9bd0a84b6b5a271aace # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-27T07:26:58.737Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-27T07:26:58.796Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-27T07:26:58.821Z] ========================================================= [2025-06-27T07:26:58.821Z] EdgeX Global Pipelines Version Info [2025-06-27T07:26:58.822Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:26:59.921Z] ------------------- [2025-06-27T07:26:59.921Z] stable info: [2025-06-27T07:26:59.921Z] ------------------- [2025-06-27T07:26:59.921Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-27T07:26:59.921Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-27T07:26:59.921Z] Message: update stable to v1.0.274 [2025-06-27T07:27:00.180Z] ------------------- [2025-06-27T07:27:00.180Z] experimental info: [2025-06-27T07:27:00.180Z] ------------------- [2025-06-27T07:27:00.180Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-27T07:27:00.181Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-27T07:27:00.181Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-27T07:27:00.283Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-27T07:27:00.304Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-27T07:27:00.330Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-27T07:27:00.353Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-27T07:27:00.376Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-27T07:27:00.396Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-27T07:27:00.416Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-27T07:27:00.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-27T07:27:00.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-27T07:27:00.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-27T07:27:00.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-27T07:27:00.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-27T07:27:00.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-27T07:27:00.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-27T07:27:00.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-27T07:27:00.605Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-27T07:27:00.629Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-27T07:27:00.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-27T07:27:00.675Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-27T07:27:00.695Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-27T07:27:00.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-27T07:27:00.740Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-27T07:27:00.763Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-27T07:27:00.783Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-27T07:27:00.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-27T07:27:00.825Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-27T07:27:00.843Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T07:27:00.861Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f033e20 [Pipeline] echo [2025-06-27T07:27:00.887Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-27T07:27:00.951Z] provisioning config files... [2025-06-27T07:27:00.965Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config16337616946658977538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:27:01.301Z] ---> ****-login.sh [2025-06-27T07:27:01.301Z] nexus3.edgexfoundry.org:10001 [2025-06-27T07:27:01.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:27:01.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:27:01.824Z] Configure a credential helper to remove this warning. See [2025-06-27T07:27:01.824Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:27:01.824Z] [2025-06-27T07:27:01.824Z] Login Succeeded [2025-06-27T07:27:01.824Z] nexus3.edgexfoundry.org:10002 [2025-06-27T07:27:02.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:27:02.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:27:02.084Z] Configure a credential helper to remove this warning. See [2025-06-27T07:27:02.084Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:27:02.084Z] [2025-06-27T07:27:02.084Z] Login Succeeded [2025-06-27T07:27:02.084Z] nexus3.edgexfoundry.org:10003 [2025-06-27T07:27:02.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:27:02.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:27:02.084Z] Configure a credential helper to remove this warning. See [2025-06-27T07:27:02.084Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:27:02.084Z] [2025-06-27T07:27:02.084Z] Login Succeeded [2025-06-27T07:27:02.084Z] nexus3.edgexfoundry.org:10004 [2025-06-27T07:27:02.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:27:02.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:27:02.344Z] Configure a credential helper to remove this warning. See [2025-06-27T07:27:02.344Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:27:02.344Z] [2025-06-27T07:27:02.344Z] Login Succeeded [2025-06-27T07:27:02.344Z] ****.io [2025-06-27T07:27:02.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:27:02.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:27:02.604Z] Configure a credential helper to remove this warning. See [2025-06-27T07:27:02.604Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:27:02.604Z] [2025-06-27T07:27:02.604Z] Login Succeeded [2025-06-27T07:27:02.604Z] ---> ****-login.sh ends [Pipeline] } [2025-06-27T07:27:02.611Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-27T07:27:02.934Z] + 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-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + dirname cmd/core-command/Dockerfile [2025-06-27T07:27:02.934Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-27T07:27:02.934Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-27T07:27:02.934Z] cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/core-data/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/core-keeper/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/core-metadata/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/support-notifications/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-27T07:27:02.934Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-27T07:27:02.934Z] + cut -d/ -f2 [2025-06-27T07:27:02.934Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-27T07:27:02.966Z] 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-27T07:27:03.342Z] + git rev-list -1 --merges f033e20b3640116aa1b2e2b592720d3ba5445808~1..f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T07:27:03.354Z] -----------> git rev-list -1 --merges f033e20b3640116aa1b2e2b592720d3ba5445808~1..f033e20b3640116aa1b2e2b592720d3ba5445808 f033e20b3640116aa1b2e2b592720d3ba5445808 [false] [Pipeline] sh [2025-06-27T07:27:03.652Z] + git log --format=format:%s -1 f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T07:27:03.671Z] ========================================================= [2025-06-27T07:27:03.671Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-27T07:27:03.671Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-27T07:27:04.093Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-27T07:27:04.093Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-27T07:27:04.093Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-27T07:27:04.093Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-27T07:27:04.093Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-27T07:27:04.093Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-27T07:27:04.093Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:27:04.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-27T07:27:04.447Z] [2025-06-27T07:27:04.447Z] 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-27T07:27:04.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-27T07:27:04.748Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-27T07:27:04.748Z] 3dae71ba6b94: Pulling fs layer [2025-06-27T07:27:04.748Z] 6bf1a483ea7c: Pulling fs layer [2025-06-27T07:27:04.748Z] f5dfc541a4d3: Pulling fs layer [2025-06-27T07:27:04.748Z] 461d9e800cba: Pulling fs layer [2025-06-27T07:27:04.748Z] 80192f66455f: Pulling fs layer [2025-06-27T07:27:04.748Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-27T07:27:04.748Z] a29436f7fd5d: Pulling fs layer [2025-06-27T07:27:04.748Z] 923cac83aea3: Pulling fs layer [2025-06-27T07:27:04.748Z] 25ad8b0a4227: Pulling fs layer [2025-06-27T07:27:04.748Z] db01528c6b51: Pulling fs layer [2025-06-27T07:27:04.748Z] 28988de357af: Pulling fs layer [2025-06-27T07:27:04.748Z] 80192f66455f: Waiting [2025-06-27T07:27:04.748Z] 2e8e34ca0e6c: Waiting [2025-06-27T07:27:04.748Z] a29436f7fd5d: Waiting [2025-06-27T07:27:04.748Z] 923cac83aea3: Waiting [2025-06-27T07:27:04.748Z] 25ad8b0a4227: Waiting [2025-06-27T07:27:04.748Z] db01528c6b51: Waiting [2025-06-27T07:27:04.748Z] 28988de357af: Waiting [2025-06-27T07:27:04.748Z] 461d9e800cba: Waiting [2025-06-27T07:27:04.748Z] 6bf1a483ea7c: Verifying Checksum [2025-06-27T07:27:04.748Z] 6bf1a483ea7c: Download complete [2025-06-27T07:27:04.748Z] 461d9e800cba: Download complete [2025-06-27T07:27:04.748Z] 80192f66455f: Verifying Checksum [2025-06-27T07:27:04.748Z] 80192f66455f: Download complete [2025-06-27T07:27:05.008Z] f5dfc541a4d3: Verifying Checksum [2025-06-27T07:27:05.008Z] f5dfc541a4d3: Download complete [2025-06-27T07:27:05.008Z] 3dae71ba6b94: Verifying Checksum [2025-06-27T07:27:05.008Z] 3dae71ba6b94: Download complete [2025-06-27T07:27:05.008Z] 923cac83aea3: Verifying Checksum [2025-06-27T07:27:05.008Z] 923cac83aea3: Download complete [2025-06-27T07:27:05.267Z] 25ad8b0a4227: Verifying Checksum [2025-06-27T07:27:05.267Z] 25ad8b0a4227: Download complete [2025-06-27T07:27:05.267Z] db01528c6b51: Download complete [2025-06-27T07:27:05.267Z] 28988de357af: Verifying Checksum [2025-06-27T07:27:05.267Z] 28988de357af: Download complete [2025-06-27T07:27:05.267Z] a29436f7fd5d: Verifying Checksum [2025-06-27T07:27:05.267Z] a29436f7fd5d: Download complete [2025-06-27T07:27:05.832Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-27T07:27:05.832Z] 2e8e34ca0e6c: Download complete [2025-06-27T07:27:06.091Z] 3dae71ba6b94: Pull complete [2025-06-27T07:27:06.351Z] 6bf1a483ea7c: Pull complete [2025-06-27T07:27:06.612Z] f5dfc541a4d3: Pull complete [2025-06-27T07:27:06.871Z] 461d9e800cba: Pull complete [2025-06-27T07:27:06.871Z] 80192f66455f: Pull complete [2025-06-27T07:27:10.157Z] 2e8e34ca0e6c: Pull complete [2025-06-27T07:27:10.417Z] a29436f7fd5d: Pull complete [2025-06-27T07:27:10.417Z] 923cac83aea3: Pull complete [2025-06-27T07:27:10.677Z] 25ad8b0a4227: Pull complete [2025-06-27T07:27:10.677Z] db01528c6b51: Pull complete [2025-06-27T07:27:10.677Z] 28988de357af: Pull complete [2025-06-27T07:27:10.677Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-27T07:27:10.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-27T07:27:10.677Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T07:27:10.830Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T07:27:10.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T07:27:17.062Z] $ docker top ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c -eo pid,comm [2025-06-27T07:27:17.104Z] 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-27T07:27:17.104Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-27T07:27:17.172Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-27T07:27:17.172Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-27T07:27:17.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-27T07:27:17.288Z] $ docker exec ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent [2025-06-27T07:27:17.394Z] SSH_AUTH_SOCK=/tmp/ssh-MgdU9UU5pSwN/agent.33 [2025-06-27T07:27:17.394Z] SSH_AGENT_PID=40 [2025-06-27T07:27:17.399Z] Running ssh-add (command line suppressed) [2025-06-27T07:27:17.512Z] Identity added: /w/workspace/edgex-go/861@tmp/private_key_3612187584284056985.key (/w/workspace/edgex-go/861@tmp/private_key_3612187584284056985.key) [2025-06-27T07:27:17.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-27T07:27:17.811Z] + git tag --points-at HEAD [Pipeline] } [2025-06-27T07:27:17.829Z] $ docker exec --env ******** --env ******** ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent -k [2025-06-27T07:27:17.919Z] unset SSH_AUTH_SOCK; [2025-06-27T07:27:17.920Z] unset SSH_AGENT_PID; [2025-06-27T07:27:17.920Z] echo Agent pid 40 killed; [2025-06-27T07:27:17.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-27T07:27:17.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-27T07:27:17.966Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-27T07:27:18.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-27T07:27:18.082Z] $ docker exec ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent [2025-06-27T07:27:18.191Z] SSH_AUTH_SOCK=/tmp/ssh-ZqmhqfdMXniM/agent.74 [2025-06-27T07:27:18.191Z] SSH_AGENT_PID=80 [2025-06-27T07:27:18.196Z] Running ssh-add (command line suppressed) [2025-06-27T07:27:18.319Z] Identity added: /w/workspace/edgex-go/861@tmp/private_key_16200332574501334730.key (/w/workspace/edgex-go/861@tmp/private_key_16200332574501334730.key) [2025-06-27T07:27:18.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-27T07:27:18.624Z] + git semver init [2025-06-27T07:27:19.192Z] 2025-06-27 07:27:18,896 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-27T07:27:19.192Z] 2025-06-27 07:27:18,900 [run_init] DEBUG init version:0.0.0 force:False [2025-06-27T07:27:19.192Z] 2025-06-27 07:27:18,901 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/861/.semver [2025-06-27T07:27:19.192Z] 2025-06-27 07:27:18,902 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/861/.semver [2025-06-27T07:27:19.192Z] 2025-06-27 07:27:18,902 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/861/.semver'], cwd=/w/workspace/edgex-go/861, stdin=None, shell=False, universal_newlines=False) [2025-06-27T07:27:24.486Z] 2025-06-27 07:27:24,102 [append_file] DEBUG append to file:/w/workspace/edgex-go/861/.git/info/exclude [2025-06-27T07:27:24.486Z] 2025-06-27 07:27:24,102 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/861/.semver/main with force:False [2025-06-27T07:27:24.486Z] 2025-06-27 07:27:24,102 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T07:27:24.486Z] 2025-06-27 07:27:24,103 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T07:27:24.486Z] 4.1.0-dev.29 [Pipeline] } [2025-06-27T07:27:24.502Z] $ docker exec --env ******** --env ******** ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c ssh-agent -k [2025-06-27T07:27:24.598Z] unset SSH_AUTH_SOCK; [2025-06-27T07:27:24.599Z] unset SSH_AGENT_PID; [2025-06-27T07:27:24.599Z] echo Agent pid 80 killed; [2025-06-27T07:27:24.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-27T07:27:24.926Z] + git semver [Pipeline] } [2025-06-27T07:27:25.203Z] $ docker stop --time=1 ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c [2025-06-27T07:27:26.506Z] $ docker rm -f --volumes ea65d22f467d61ed515b243e139c380f93fce922f48dbf6250ea7ad7319f276c [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-27T07:27:26.840Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-27T07:27:27.069Z] Stashed 1 file(s) [Pipeline] echo [2025-06-27T07:27:27.073Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.29 [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-27T07:27:27.516Z] + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] echo [2025-06-27T07:27:27.540Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-27T07:27:27.560Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-27T07:27:27.576Z] ========================================================= [2025-06-27T07:27:27.576Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-27T07:27:27.576Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-27T07:27:27.877Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-27T07:27:27.877Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-27T07:27:27.877Z] 0a9a5dfd008f: Pulling fs layer [2025-06-27T07:27:27.877Z] 36466aa92d05: Pulling fs layer [2025-06-27T07:27:27.877Z] e10405b45d13: Pulling fs layer [2025-06-27T07:27:27.877Z] 096b7ceb2af7: Pulling fs layer [2025-06-27T07:27:27.877Z] 4f4fb700ef54: Pulling fs layer [2025-06-27T07:27:27.877Z] 8213a616a21b: Pulling fs layer [2025-06-27T07:27:27.877Z] 985586143405: Pulling fs layer [2025-06-27T07:27:27.877Z] 0eae2285b678: Pulling fs layer [2025-06-27T07:27:27.877Z] d3ac315be8c5: Pulling fs layer [2025-06-27T07:27:27.877Z] 4f4fb700ef54: Waiting [2025-06-27T07:27:27.877Z] 096b7ceb2af7: Waiting [2025-06-27T07:27:27.877Z] 985586143405: Waiting [2025-06-27T07:27:27.877Z] 8213a616a21b: Waiting [2025-06-27T07:27:27.877Z] 0eae2285b678: Waiting [2025-06-27T07:27:27.877Z] d3ac315be8c5: Waiting [2025-06-27T07:27:27.877Z] 36466aa92d05: Verifying Checksum [2025-06-27T07:27:27.877Z] 36466aa92d05: Download complete [2025-06-27T07:27:27.877Z] 096b7ceb2af7: Verifying Checksum [2025-06-27T07:27:27.877Z] 096b7ceb2af7: Download complete [2025-06-27T07:27:27.877Z] 4f4fb700ef54: Verifying Checksum [2025-06-27T07:27:27.877Z] 4f4fb700ef54: Download complete [2025-06-27T07:27:27.877Z] 8213a616a21b: Verifying Checksum [2025-06-27T07:27:27.877Z] 8213a616a21b: Download complete [2025-06-27T07:27:27.877Z] 0a9a5dfd008f: Download complete [2025-06-27T07:27:27.877Z] 985586143405: Verifying Checksum [2025-06-27T07:27:27.877Z] 985586143405: Download complete [2025-06-27T07:27:28.136Z] 0a9a5dfd008f: Pull complete [2025-06-27T07:27:28.136Z] d3ac315be8c5: Verifying Checksum [2025-06-27T07:27:28.136Z] d3ac315be8c5: Download complete [2025-06-27T07:27:28.137Z] 36466aa92d05: Pull complete [2025-06-27T07:27:28.395Z] e10405b45d13: Download complete [2025-06-27T07:27:28.652Z] 0eae2285b678: Verifying Checksum [2025-06-27T07:27:28.652Z] 0eae2285b678: Download complete [2025-06-27T07:27:31.937Z] e10405b45d13: Pull complete [2025-06-27T07:27:31.937Z] 096b7ceb2af7: Pull complete [2025-06-27T07:27:31.937Z] 4f4fb700ef54: Pull complete [2025-06-27T07:27:31.937Z] 8213a616a21b: Pull complete [2025-06-27T07:27:31.937Z] 985586143405: Pull complete [2025-06-27T07:27:33.833Z] 0eae2285b678: Pull complete [2025-06-27T07:27:34.091Z] d3ac315be8c5: Pull complete [2025-06-27T07:27:34.091Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-27T07:27:34.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-27T07:27:34.091Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-27T07:27:34.392Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-27T07:27:34.392Z] WORKDIR /edgex [2025-06-27T07:27:34.392Z] COPY go.mod . [2025-06-27T07:27:34.392Z] RUN go mod download [2025-06-27T07:27:34.392Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-27T07:27:34.957Z] Sending build context to Docker daemon 185.9MB [2025-06-27T07:27:34.957Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-27T07:27:34.957Z] ---> ea6120ae94a0 [2025-06-27T07:27:34.957Z] Step 2/4 : WORKDIR /edgex [2025-06-27T07:27:41.529Z] ---> Running in 0952df9ec261 [2025-06-27T07:27:41.529Z] Removing intermediate container 0952df9ec261 [2025-06-27T07:27:41.529Z] ---> e77a63016ab3 [2025-06-27T07:27:41.529Z] Step 3/4 : COPY go.mod . [2025-06-27T07:27:41.529Z] ---> 5f094d50471f [2025-06-27T07:27:41.529Z] Step 4/4 : RUN go mod download [2025-06-27T07:27:41.529Z] ---> Running in 7c16d2466ac4 [2025-06-27T07:27:42.184Z] Still waiting to schedule task [2025-06-27T07:27:42.184Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-27T07:28:13.622Z] Removing intermediate container 7c16d2466ac4 [2025-06-27T07:28:13.622Z] ---> b60e0a4dc5bb [2025-06-27T07:28:13.622Z] Successfully built b60e0a4dc5bb [2025-06-27T07:28:13.622Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:28:13.927Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-27T07:28:13.927Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T07:28:14.011Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T07:28:14.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T07:28:14.440Z] $ docker top 0f45d85f952b3218e82bbbafdad497d06d088e68156bfbe3f494615e7b8599a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-27T07:28:14.789Z] + go version [2025-06-27T07:28:14.789Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-27T07:28:14.806Z] $ docker stop --time=1 0f45d85f952b3218e82bbbafdad497d06d088e68156bfbe3f494615e7b8599a8 [2025-06-27T07:28:16.050Z] $ docker rm -f --volumes 0f45d85f952b3218e82bbbafdad497d06d088e68156bfbe3f494615e7b8599a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:28:16.485Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-27T07:28:16.485Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T07:28:16.565Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T07:28:16.600Z] $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T07:28:16.937Z] $ docker top 1ff44668e5c2853302b98dc017d6bf169ef5c44ef30a6df983c475f3d73853e3 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-27T07:28:17.005Z] ========================================================= [2025-06-27T07:28:17.005Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-27T07:28:17.005Z] ========================================================= [Pipeline] sh [2025-06-27T07:28:17.281Z] + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] fileExists [Pipeline] sh [2025-06-27T07:28:17.582Z] + make test [2025-06-27T07:28:17.582Z] go test -race -coverprofile=coverage.out ./... [2025-06-27T07:28:25.697Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-27T07:28:47.612Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-27T07:28:48.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.034s coverage: 42.3% of statements [2025-06-27T07:28:48.807Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-27T07:28:48.807Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-27T07:28:49.064Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-27T07:28:49.064Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-27T07:28:49.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements [2025-06-27T07:28:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-27T07:28:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-27T07:28:49.889Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-27T07:28:49.889Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-27T07:28:49.889Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-27T07:28:49.889Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-27T07:28:49.889Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-27T07:28:49.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-27T07:28:49.889Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-27T07:28:49.889Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-27T07:28:51.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-27T07:28:51.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-27T07:28:51.267Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-27T07:28:51.267Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-27T07:28:51.267Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-27T07:28:51.267Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-27T07:28:52.644Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-27T07:28:52.644Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-27T07:28:52.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.048s coverage: 69.4% of statements [2025-06-27T07:28:52.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements [2025-06-27T07:28:52.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.042s coverage: 46.3% of statements [2025-06-27T07:28:52.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.788s coverage: 93.4% of statements [2025-06-27T07:28:52.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.047s coverage: 92.3% of statements [2025-06-27T07:28:53.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements [2025-06-27T07:28:54.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-27T07:28:54.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-27T07:28:54.954Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-27T07:28:54.954Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-27T07:28:56.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.383s coverage: 95.8% of statements [2025-06-27T07:28:56.332Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements [2025-06-27T07:28:56.332Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-27T07:28:56.332Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-27T07:28:56.591Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-27T07:28:56.591Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-27T07:28:56.591Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-27T07:28:56.591Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-27T07:28:57.525Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.041s coverage: 0.0% of statements [no tests to run] [2025-06-27T07:28:57.525Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 1.0% of statements [2025-06-27T07:28:57.525Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements [2025-06-27T07:28:57.525Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements [2025-06-27T07:28:58.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 40.0% of statements [2025-06-27T07:28:58.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.016s coverage: 87.1% of statements [2025-06-27T07:28:58.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.015s coverage: 94.1% of statements [2025-06-27T07:28:58.360Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-27T07:28:58.360Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-27T07:28:58.360Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-27T07:28:58.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements [2025-06-27T07:28:58.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-27T07:28:58.928Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-27T07:28:58.928Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-27T07:28:58.928Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-27T07:28:58.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2025-06-27T07:28:59.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-27T07:28:59.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-27T07:28:59.867Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-27T07:29:00.805Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-27T07:29:00.805Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-27T07:29:00.805Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-27T07:29:00.805Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-27T07:29:01.372Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-27T07:29:01.372Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-27T07:29:01.940Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-27T07:29:03.312Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-27T07:29:03.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-27T07:29:04.689Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-27T07:29:06.063Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-27T07:29:06.063Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-27T07:29:06.063Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-27T07:29:09.356Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-27T07:29:09.615Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-27T07:29:09.615Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-27T07:29:09.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-27T07:29:09.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-27T07:29:09.874Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-27T07:29:11.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements [2025-06-27T07:29:11.814Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-27T07:29:11.814Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-27T07:29:11.814Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-27T07:29:11.814Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-27T07:29:11.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-27T07:29:11.814Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-27T07:29:12.071Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-27T07:29:12.330Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-27T07:29:12.330Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-27T07:29:12.330Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-27T07:29:12.330Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-27T07:29:12.330Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-27T07:29:16.534Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-27T07:29:16.534Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-27T07:29:16.534Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-27T07:29:16.534Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-27T07:29:16.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-27T07:29:16.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-27T07:29:16.534Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-27T07:29:16.534Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-27T07:29:17.469Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-27T07:29:17.469Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-27T07:29:17.469Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-27T07:29:18.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-27T07:29:18.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-27T07:29:18.295Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-27T07:29:24.333Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4111 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-27T07:29:24.350Z] Running in /w/workspace/edgex-go/861 [Pipeline] { [Pipeline] checkout [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.044s coverage: 92.9% of statements [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.024s coverage: 68.8% of statements [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.032s coverage: 47.4% of statements [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.033s coverage: 87.2% of statements [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-06-27T07:29:24.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.090s coverage: 81.8% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.080s coverage: 82.1% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.018s coverage: 86.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.182s coverage: 54.5% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.139s coverage: 29.2% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.109s coverage: 94.9% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements [2025-06-27T07:29:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.024s coverage: 43.6% of statements [2025-06-27T07:29:24.867Z] 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-27T07:29:24.867Z] running golangci-lint [2025-06-27T07:29:24.867Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-27T07:29:24.867Z] go version go1.23.9 linux/amd64 [2025-06-27T07:29:25.125Z] 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-27T07:29:25.125Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-27T07:29:25.125Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-27T07:29:27.409Z] The recommended git tool is: git [2025-06-27T07:29:32.045Z] using credential edgex-jenkins-ssh [2025-06-27T07:29:32.069Z] Cloning the remote Git repository [2025-06-27T07:29:32.115Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-27T07:29:32.205Z] > git init /w/workspace/edgex-go/861 # timeout=10 [2025-06-27T07:29:32.349Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-27T07:29:32.350Z] > git --version # timeout=10 [2025-06-27T07:29:32.369Z] > git --version # 'git version 2.25.1' [2025-06-27T07:29:32.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-27T07:29:32.542Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-27T07:29:47.052Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|types_sizes|name) took 21.262557165s" [2025-06-27T07:29:47.052Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 39.039226ms" [2025-06-27T07:29:49.314Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-27T07:29:49.340Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-27T07:29:50.143Z] Avoid second fetch [2025-06-27T07:29:50.144Z] Checking out Revision f033e20b3640116aa1b2e2b592720d3ba5445808 (main) [2025-06-27T07:29:50.963Z] Commit message: "feat: CoreData improve SQL statement (#5195)" [2025-06-27T07:29:50.166Z] > git config core.sparsecheckout # timeout=10 [2025-06-27T07:29:50.232Z] > git checkout -f f033e20b3640116aa1b2e2b592720d3ba5445808 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-27T07:29:56.169Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-27T07:29:56.169Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T07:29:56.169Z] Dload Upload Total Spent Left Speed [2025-06-27T07:29:56.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 118k 0 --:--:-- --:--:-- --:--:-- 117k [Pipeline] sh [2025-06-27T07:29:56.507Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-27T07:29:56.852Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2025-06-27T07:29:56.852Z] sudo tee /etc/docker/daemon.new [2025-06-27T07:29:56.852Z] { [2025-06-27T07:29:56.852Z] "registry-mirrors": [ [2025-06-27T07:29:56.852Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-27T07:29:56.852Z] ], [2025-06-27T07:29:56.852Z] "bip": "10.250.0.254/24", [2025-06-27T07:29:56.852Z] "hosts": [ [2025-06-27T07:29:56.852Z] "tcp://0.0.0.0:5555", [2025-06-27T07:29:56.852Z] "unix:///var/run/docker.sock" [2025-06-27T07:29:56.852Z] ], [2025-06-27T07:29:56.852Z] "mtu": 1458, [2025-06-27T07:29:56.852Z] "selinux-enabled": true, [2025-06-27T07:29:56.852Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-27T07:29:56.852Z] } [Pipeline] sh [2025-06-27T07:29:57.179Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-27T07:29:57.502Z] + sudo service docker restart [2025-06-27T07:29:59.279Z] level=info msg="[linters_context/goanalysis] analyzers took 1m47.141518772s with top 10 stages: buildir: 52.20035624s, gosec: 3.141942014s, fact_deprecated: 2.744023282s, inspect: 2.393361062s, printf: 2.046090594s, ctrlflow: 1.66443932s, fact_purity: 1.528054736s, nilness: 1.474626949s, S1038: 1.263853808s, typedness: 839.790094ms" [2025-06-27T07:29:59.279Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-27T07:29:59.279Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, identifier_marker: 202/202, nolint: 20/0, exclude-rules: 202/20, cgo: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, exclude: 202/202, invalid_issue: 202/202, skip_files: 202/202, autogenerated_exclude: 202/202" [2025-06-27T07:29:59.279Z] level=info msg="[runner] processing took 17.61795ms with stages: nolint: 7.233319ms, identifier_marker: 5.093364ms, path_prettifier: 1.585722ms, autogenerated_exclude: 1.557131ms, exclude-rules: 1.131208ms, skip_dirs: 945.616µs, cgo: 27.83µs, invalid_issue: 27.12µs, filename_unadjuster: 12.98µs, max_same_issues: 670ns, uniq_by_line: 530ns, fixer: 390ns, skip_files: 390ns, max_from_linter: 310ns, exclude: 280ns, sort_results: 250ns, path_shortener: 200ns, source_code: 160ns, diff: 150ns, max_per_file_from_linter: 130ns, severity-rules: 100ns, path_prefixer: 100ns" [2025-06-27T07:29:59.279Z] level=info msg="[runner] linters took 11.030373598s with stages: goanalysis_metalinter: 11.012677397s" [2025-06-27T07:29:59.279Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-27T07:29:59.279Z] level=info msg="Memory: 322 samples, avg is 295.5MB, max is 1360.2MB" [2025-06-27T07:29:59.279Z] level=info msg="Execution took 32.339828814s" [2025-06-27T07:29:59.279Z] go vet ./... [2025-06-27T07:30:04.586Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-27T07:30:04.586Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-27T07:30:04.586Z] ./bin/test-attribution-txt.sh [2025-06-27T07:30:04.586Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-27T07:30:04.586Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-06-27T07:30:04.586Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-06-27T07:30:04.586Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-06-27T07:30:04.586Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-06-27T07:30:04.600Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-27T07:30:04.898Z] + ls -al . [2025-06-27T07:30:04.898Z] total 1996 [2025-06-27T07:30:04.898Z] drwxrwxr-x 11 1001 1001 4096 Jun 27 07:28 . [2025-06-27T07:30:04.898Z] drwxr-xr-x 4 root root 4096 Jun 27 07:28 .. [2025-06-27T07:30:04.898Z] drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 .blubracket [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 10 Jun 27 07:26 .dockerignore [2025-06-27T07:30:04.898Z] drwxrwxr-x 8 1001 1001 4096 Jun 27 07:29 .git [2025-06-27T07:30:04.898Z] drwxrwxr-x 3 1001 1001 4096 Jun 27 07:26 .github [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 909 Jun 27 07:26 .gitignore [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 218 Jun 27 07:26 .golangci.yml [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 100 Jun 27 07:26 .hadolint.yml [2025-06-27T07:30:04.898Z] drwxr-xr-x 3 1001 1001 4096 Jun 27 07:27 .semver [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 155 Jun 27 07:26 .sonarcloud.properties [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 1171 Jun 27 07:26 ADOPTERS.md [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 17374 Jun 27 07:26 Attribution.txt [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 108018 Jun 27 07:26 CHANGELOG.md [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 3804 Jun 27 07:26 CONTRIBUTING.md [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 677 Jun 27 07:26 GOVERNANCE.md [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 858 Jun 27 07:26 Jenkinsfile [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 10775 Jun 27 07:26 LICENSE [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 16740 Jun 27 07:26 Makefile [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 582 Jun 27 07:26 OWNERS.md [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 9932 Jun 27 07:26 README.md [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 789 Jun 27 07:26 SECURITY.md [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 12 Jun 27 07:27 VERSION [2025-06-27T07:30:04.898Z] drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 bin [2025-06-27T07:30:04.898Z] drwxrwxr-x 19 1001 1001 4096 Jun 27 07:26 cmd [2025-06-27T07:30:04.898Z] -rw-r--r-- 1 root root 1666972 Jun 27 07:29 coverage.out [2025-06-27T07:30:04.898Z] drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 fuzz_test [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 6473 Jun 27 07:26 go.mod [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 88356 Jun 27 07:26 go.sum [2025-06-27T07:30:04.898Z] drwxrwxr-x 7 1001 1001 4096 Jun 27 07:26 internal [2025-06-27T07:30:04.898Z] drwxrwxr-x 2 1001 1001 4096 Jun 27 07:26 openapi [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 584 Jun 27 07:26 security.txt [2025-06-27T07:30:04.898Z] -rw-rw-r-- 1 1001 1001 204 Jun 27 07:26 version.go [Pipeline] sh [2025-06-27T07:30:05.184Z] + '[' -e coverage.out ] [2025-06-27T07:30:05.185Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-27T07:30:05.327Z] Stashed 1 file(s) [Pipeline] sh [2025-06-27T07:30:05.608Z] + make build [2025-06-27T07:30:05.608Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-27T07:30:15.760Z] provisioning config files... [2025-06-27T07:30:15.783Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config10870689042187833180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:30:16.286Z] ---> ****-login.sh [2025-06-27T07:30:16.287Z] nexus3.edgexfoundry.org:10001 [2025-06-27T07:30:16.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:30:16.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:30:16.837Z] Configure a credential helper to remove this warning. See [2025-06-27T07:30:16.837Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:30:16.837Z] [2025-06-27T07:30:16.837Z] Login Succeeded [2025-06-27T07:30:16.837Z] nexus3.edgexfoundry.org:10002 [2025-06-27T07:30:17.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:30:17.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:30:17.107Z] Configure a credential helper to remove this warning. See [2025-06-27T07:30:17.107Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:30:17.107Z] [2025-06-27T07:30:17.107Z] Login Succeeded [2025-06-27T07:30:17.107Z] nexus3.edgexfoundry.org:10003 [2025-06-27T07:30:17.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:30:17.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:30:17.643Z] Configure a credential helper to remove this warning. See [2025-06-27T07:30:17.643Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:30:17.643Z] [2025-06-27T07:30:17.643Z] Login Succeeded [2025-06-27T07:30:17.643Z] nexus3.edgexfoundry.org:10004 [2025-06-27T07:30:17.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:30:17.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:30:17.918Z] Configure a credential helper to remove this warning. See [2025-06-27T07:30:17.918Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:30:17.918Z] [2025-06-27T07:30:17.918Z] Login Succeeded [2025-06-27T07:30:17.918Z] ****.io [2025-06-27T07:30:18.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:30:18.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:30:18.192Z] Configure a credential helper to remove this warning. See [2025-06-27T07:30:18.192Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:30:18.192Z] [2025-06-27T07:30:18.192Z] Login Succeeded [2025-06-27T07:30:18.192Z] ---> ****-login.sh ends [Pipeline] } [2025-06-27T07:30:18.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-06-27T07:30:18.831Z] + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] echo [2025-06-27T07:30:18.850Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-27T07:30:18.871Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-27T07:30:18.891Z] ========================================================= [2025-06-27T07:30:18.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-27T07:30:18.891Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-27T07:30:19.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-27T07:30:19.484Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-27T07:30:19.484Z] 94e9d8af2201: Pulling fs layer [2025-06-27T07:30:19.484Z] a6c56e8762df: Pulling fs layer [2025-06-27T07:30:19.484Z] f0f3c8884826: Pulling fs layer [2025-06-27T07:30:19.484Z] c7e7622c144d: Pulling fs layer [2025-06-27T07:30:19.484Z] 4f4fb700ef54: Pulling fs layer [2025-06-27T07:30:19.484Z] e8859aadc426: Pulling fs layer [2025-06-27T07:30:19.484Z] b4813487a9f6: Pulling fs layer [2025-06-27T07:30:19.484Z] 502a3d64fb4b: Pulling fs layer [2025-06-27T07:30:19.484Z] 4f4fb700ef54: Waiting [2025-06-27T07:30:19.484Z] e8859aadc426: Waiting [2025-06-27T07:30:19.484Z] b4813487a9f6: Waiting [2025-06-27T07:30:19.484Z] 502a3d64fb4b: Waiting [2025-06-27T07:30:19.484Z] c7e7622c144d: Waiting [2025-06-27T07:30:19.484Z] a6c56e8762df: Verifying Checksum [2025-06-27T07:30:19.484Z] a6c56e8762df: Download complete [2025-06-27T07:30:19.484Z] c7e7622c144d: Verifying Checksum [2025-06-27T07:30:19.484Z] c7e7622c144d: Download complete [2025-06-27T07:30:19.484Z] 4f4fb700ef54: Verifying Checksum [2025-06-27T07:30:19.484Z] 4f4fb700ef54: Download complete [2025-06-27T07:30:19.484Z] e8859aadc426: Verifying Checksum [2025-06-27T07:30:19.484Z] e8859aadc426: Download complete [2025-06-27T07:30:19.484Z] 94e9d8af2201: Download complete [2025-06-27T07:30:20.074Z] 502a3d64fb4b: Verifying Checksum [2025-06-27T07:30:20.074Z] 502a3d64fb4b: Download complete [2025-06-27T07:30:20.352Z] 94e9d8af2201: Pull complete [2025-06-27T07:30:20.940Z] a6c56e8762df: Pull complete [2025-06-27T07:30:21.531Z] f0f3c8884826: Verifying Checksum [2025-06-27T07:30:21.531Z] f0f3c8884826: Download complete [2025-06-27T07:30:22.494Z] b4813487a9f6: Verifying Checksum [2025-06-27T07:30:22.494Z] b4813487a9f6: Download complete [2025-06-27T07:30:27.528Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-27T07:30:27.528Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-27T07:30:28.907Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-27T07:30:29.474Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-27T07:30:30.851Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-27T07:30:36.118Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-27T07:30:37.493Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-27T07:30:37.495Z] f0f3c8884826: Pull complete [2025-06-27T07:30:37.495Z] c7e7622c144d: Pull complete [2025-06-27T07:30:37.495Z] 4f4fb700ef54: Pull complete [2025-06-27T07:30:37.495Z] e8859aadc426: Pull complete [2025-06-27T07:30:39.392Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-27T07:30:41.922Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-27T07:30:42.856Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-27T07:30:44.230Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-27T07:30:44.798Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-27T07:30:45.705Z] b4813487a9f6: Pull complete [Pipeline] } [2025-06-27T07:30:46.193Z] $ docker stop --time=1 1ff44668e5c2853302b98dc017d6bf169ef5c44ef30a6df983c475f3d73853e3 [2025-06-27T07:30:46.288Z] 502a3d64fb4b: Pull complete [2025-06-27T07:30:46.288Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-27T07:30:46.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-27T07:30:46.288Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-27T07:30:51.888Z] $ docker rm -f --volumes 1ff44668e5c2853302b98dc017d6bf169ef5c44ef30a6df983c475f3d73853e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2025-06-27T07:30:52.744Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-27T07:30:52.744Z] WORKDIR /edgex [2025-06-27T07:30:52.744Z] COPY go.mod . [2025-06-27T07:30:52.744Z] RUN go mod download [2025-06-27T07:30:52.744Z] + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:30:53.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-27T07:30:53.163Z] [2025-06-27T07:30:53.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:30:53.332Z] Sending build context to Docker daemon 3.707MB [2025-06-27T07:30:53.332Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-27T07:30:53.332Z] ---> 3bb21d53e231 [2025-06-27T07:30:53.332Z] Step 2/4 : WORKDIR /edgex [2025-06-27T07:30:53.464Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-27T07:30:53.464Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-27T07:30:53.464Z] 91d30c5bc195: Pulling fs layer [2025-06-27T07:30:53.464Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-27T07:30:53.464Z] 9c61dcf015f6: Pulling fs layer [2025-06-27T07:30:53.464Z] 4698f68db338: Pulling fs layer [2025-06-27T07:30:53.464Z] 2a2f49069b9e: Pulling fs layer [2025-06-27T07:30:53.464Z] e0025b399a48: Pulling fs layer [2025-06-27T07:30:53.464Z] 4698f68db338: Waiting [2025-06-27T07:30:53.464Z] 2a2f49069b9e: Waiting [2025-06-27T07:30:53.464Z] 91d30c5bc195: Verifying Checksum [2025-06-27T07:30:53.464Z] 91d30c5bc195: Download complete [2025-06-27T07:30:53.464Z] 4698f68db338: Verifying Checksum [2025-06-27T07:30:53.464Z] 4698f68db338: Download complete [2025-06-27T07:30:53.724Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-27T07:30:53.724Z] 2e9b0aa3be6d: Download complete [2025-06-27T07:30:53.724Z] e0025b399a48: Verifying Checksum [2025-06-27T07:30:53.724Z] e0025b399a48: Download complete [2025-06-27T07:30:53.724Z] 91d30c5bc195: Pull complete [2025-06-27T07:30:53.724Z] 2a2f49069b9e: Verifying Checksum [2025-06-27T07:30:53.724Z] 2a2f49069b9e: Download complete [2025-06-27T07:30:53.982Z] 2e9b0aa3be6d: Pull complete [2025-06-27T07:30:54.240Z] 9c61dcf015f6: Verifying Checksum [2025-06-27T07:30:54.240Z] 9c61dcf015f6: Download complete [2025-06-27T07:30:55.280Z] ---> Running in 52b0dc410073 [2025-06-27T07:30:55.552Z] Removing intermediate container 52b0dc410073 [2025-06-27T07:30:55.552Z] ---> fb405c686a90 [2025-06-27T07:30:55.552Z] Step 3/4 : COPY go.mod . [2025-06-27T07:30:55.820Z] ---> 27c7afda3d0a [2025-06-27T07:30:55.820Z] Step 4/4 : RUN go mod download [2025-06-27T07:30:56.092Z] ---> Running in c8102ab39e3b [2025-06-27T07:30:56.766Z] 9c61dcf015f6: Pull complete [2025-06-27T07:30:56.766Z] 4698f68db338: Pull complete [2025-06-27T07:30:56.766Z] 2a2f49069b9e: Pull complete [2025-06-27T07:30:56.766Z] e0025b399a48: Pull complete [2025-06-27T07:30:56.766Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-27T07:30:56.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-27T07:30:56.766Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T07:30:56.858Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T07:30:56.895Z] $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T07:30:59.475Z] $ docker top d2800231892f5eea3a822345b6dee064c170809d17e92c0f1977f243c89f8c67 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-27T07:30:59.826Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-27T07:31:02.367Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-27T07:31:02.367Z] #1 transferring dockerfile: 2.23kB done [2025-06-27T07:31:02.367Z] #1 DONE 0.0s [2025-06-27T07:31:02.367Z] [2025-06-27T07:31:02.367Z] #2 [core-command internal] load build definition from Dockerfile [2025-06-27T07:31:02.367Z] #2 transferring dockerfile: 1.94kB done [2025-06-27T07:31:02.367Z] #2 DONE 0.0s [2025-06-27T07:31:02.367Z] [2025-06-27T07:31:02.367Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #3 transferring dockerfile: 2.14kB done [2025-06-27T07:31:02.368Z] #3 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #4 [core-keeper internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #4 transferring dockerfile: 2.01kB done [2025-06-27T07:31:02.368Z] #4 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #5 transferring dockerfile: 1.70kB done [2025-06-27T07:31:02.368Z] #5 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #6 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #6 transferring dockerfile: 1.89kB done [2025-06-27T07:31:02.368Z] #6 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #7 [support-notifications internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #7 transferring dockerfile: 2.00kB done [2025-06-27T07:31:02.368Z] #7 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #8 transferring dockerfile: 2.49kB done [2025-06-27T07:31:02.368Z] #8 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #9 transferring dockerfile: 2.50kB done [2025-06-27T07:31:02.368Z] #9 DONE 0.1s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #10 [support-scheduler internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #10 transferring dockerfile: 1.83kB done [2025-06-27T07:31:02.368Z] #10 DONE 0.1s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #11 [security-spire-agent internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #11 transferring dockerfile: 1.81kB done [2025-06-27T07:31:02.368Z] #11 DONE 0.1s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #12 [core-data internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #12 transferring dockerfile: 2.04kB done [2025-06-27T07:31:02.368Z] #12 DONE 0.1s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #13 [core-metadata internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #13 transferring dockerfile: 2.10kB done [2025-06-27T07:31:02.368Z] #13 DONE 0.1s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #14 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-27T07:31:02.368Z] #14 transferring context: 50B done [2025-06-27T07:31:02.368Z] #14 DONE 0.1s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #15 [security-spire-config internal] load build definition from Dockerfile [2025-06-27T07:31:02.368Z] #15 transferring dockerfile: 1.69kB done [2025-06-27T07:31:02.368Z] #15 DONE 0.1s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #16 [core-command internal] load .dockerignore [2025-06-27T07:31:02.368Z] #16 transferring context: 50B done [2025-06-27T07:31:02.368Z] #16 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #17 [security-proxy-auth internal] load .dockerignore [2025-06-27T07:31:02.368Z] #17 transferring context: 50B done [2025-06-27T07:31:02.368Z] #17 DONE 0.0s [2025-06-27T07:31:02.368Z] [2025-06-27T07:31:02.368Z] #18 [security-spire-server internal] load .dockerignore [2025-06-27T07:31:02.629Z] #18 transferring context: 50B done [2025-06-27T07:31:02.629Z] #18 DONE 0.0s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #19 [core-keeper internal] load .dockerignore [2025-06-27T07:31:02.629Z] #19 transferring context: 50B done [2025-06-27T07:31:02.629Z] #19 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2025-06-27T07:31:02.629Z] #20 transferring context: 50B done [2025-06-27T07:31:02.629Z] #20 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #21 [support-notifications internal] load .dockerignore [2025-06-27T07:31:02.629Z] #21 transferring context: 50B done [2025-06-27T07:31:02.629Z] #21 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #22 [security-secretstore-setup internal] load .dockerignore [2025-06-27T07:31:02.629Z] #22 transferring context: 50B done [2025-06-27T07:31:02.629Z] #22 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #23 [support-scheduler internal] load .dockerignore [2025-06-27T07:31:02.629Z] #23 transferring context: 50B done [2025-06-27T07:31:02.629Z] #23 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #24 [security-spire-config internal] load .dockerignore [2025-06-27T07:31:02.629Z] #24 transferring context: 50B done [2025-06-27T07:31:02.629Z] #24 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #25 [security-proxy-setup internal] load .dockerignore [2025-06-27T07:31:02.629Z] #25 transferring context: 50B done [2025-06-27T07:31:02.629Z] #25 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #26 [security-spire-agent internal] load .dockerignore [2025-06-27T07:31:02.629Z] #26 transferring context: 50B done [2025-06-27T07:31:02.629Z] #26 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #27 [security-bootstrapper internal] load .dockerignore [2025-06-27T07:31:02.629Z] #27 transferring context: 50B done [2025-06-27T07:31:02.629Z] #27 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #28 [core-data internal] load .dockerignore [2025-06-27T07:31:02.629Z] #28 transferring context: 50B done [2025-06-27T07:31:02.629Z] #28 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #29 [core-metadata internal] load .dockerignore [2025-06-27T07:31:02.629Z] #29 transferring context: 50B done [2025-06-27T07:31:02.629Z] #29 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-27T07:31:02.629Z] #30 DONE 0.0s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-27T07:31:02.629Z] #31 DONE 0.1s [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #32 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-27T07:31:02.629Z] #32 transferring dockerfile: 3.02kB done [2025-06-27T07:31:02.629Z] #32 ... [2025-06-27T07:31:02.629Z] [2025-06-27T07:31:02.629Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-27T07:31:02.629Z] #30 DONE 0.0s [2025-06-27T07:31:02.887Z] [2025-06-27T07:31:02.887Z] #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-27T07:31:02.887Z] #30 DONE 0.0s [2025-06-27T07:31:02.887Z] [2025-06-27T07:31:02.887Z] #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:31:02.887Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:31:02.887Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:31:02.887Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-27T07:31:02.887Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-27T07:31:02.887Z] #33 DONE 0.2s [2025-06-27T07:31:02.887Z] [2025-06-27T07:31:02.887Z] #34 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-27T07:31:02.887Z] #34 ... [2025-06-27T07:31:02.887Z] [2025-06-27T07:31:02.887Z] #30 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-27T07:31:02.887Z] #30 DONE 0.0s [2025-06-27T07:31:02.887Z] [2025-06-27T07:31:02.887Z] #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:31:02.887Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:31:02.887Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:31:02.887Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-27T07:31:02.887Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-27T07:31:02.887Z] #33 DONE 0.2s [2025-06-27T07:31:03.146Z] [2025-06-27T07:31:03.146Z] #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-27T07:31:03.146Z] #30 DONE 0.0s [2025-06-27T07:31:03.146Z] [2025-06-27T07:31:03.146Z] #31 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-06-27T07:31:03.146Z] #31 DONE 0.4s [2025-06-27T07:31:03.146Z] [2025-06-27T07:31:03.146Z] #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:31:03.146Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:31:03.146Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:31:03.146Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-27T07:31:03.146Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-27T07:31:03.146Z] #33 DONE 0.2s [2025-06-27T07:31:03.146Z] [2025-06-27T07:31:03.146Z] #35 [core-data internal] load build context [2025-06-27T07:31:08.418Z] #35 ... [2025-06-27T07:31:08.418Z] [2025-06-27T07:31:08.418Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-27T07:31:08.418Z] #36 DONE 4.6s [2025-06-27T07:31:08.418Z] [2025-06-27T07:31:08.418Z] #35 [core-data internal] load build context [2025-06-27T07:31:08.418Z] #35 transferring context: 176.65MB 4.2s [2025-06-27T07:31:12.603Z] #35 ... [2025-06-27T07:31:12.603Z] [2025-06-27T07:31:12.603Z] #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:31:12.603Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:31:12.603Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:31:12.603Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-27T07:31:12.603Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-27T07:31:12.603Z] #33 DONE 0.2s [2025-06-27T07:31:12.603Z] [2025-06-27T07:31:12.603Z] #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-27T07:31:12.603Z] #37 DONE 9.2s [2025-06-27T07:31:12.603Z] [2025-06-27T07:31:12.603Z] #35 [core-data internal] load build context [2025-06-27T07:31:12.603Z] #35 transferring context: 483.67MB 9.3s [2025-06-27T07:31:12.603Z] #35 ... [2025-06-27T07:31:12.603Z] [2025-06-27T07:31:12.603Z] #38 [core-common-config-bootstrapper internal] load build context [2025-06-27T07:31:12.960Z] #38 ... [2025-06-27T07:31:12.960Z] [2025-06-27T07:31:12.960Z] #39 [security-proxy-auth internal] load build context [2025-06-27T07:31:12.960Z] #39 ... [2025-06-27T07:31:12.960Z] [2025-06-27T07:31:12.960Z] #40 [security-proxy-setup internal] load build context [2025-06-27T07:31:12.960Z] #40 transferring context: 508.26MB 9.5s done [2025-06-27T07:31:12.960Z] #40 ... [2025-06-27T07:31:12.960Z] [2025-06-27T07:31:12.960Z] #41 [support-scheduler internal] load build context [2025-06-27T07:31:12.960Z] #41 transferring context: 508.26MB 9.7s done [2025-06-27T07:31:13.234Z] #41 ... [2025-06-27T07:31:13.234Z] [2025-06-27T07:31:13.234Z] #42 [core-metadata internal] load build context [2025-06-27T07:31:13.234Z] #42 transferring context: 508.26MB 8.8s done [2025-06-27T07:31:13.234Z] #42 ... [2025-06-27T07:31:13.234Z] [2025-06-27T07:31:13.234Z] #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-27T07:31:13.234Z] #43 ... [2025-06-27T07:31:13.234Z] [2025-06-27T07:31:13.234Z] #44 [support-notifications internal] load build context [2025-06-27T07:31:13.234Z] #44 transferring context: 508.26MB 8.6s done [2025-06-27T07:31:13.512Z] #44 ... [2025-06-27T07:31:13.512Z] [2025-06-27T07:31:13.512Z] #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-27T07:31:13.512Z] #45 ... [2025-06-27T07:31:13.512Z] [2025-06-27T07:31:13.512Z] #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-27T07:31:13.802Z] #46 ... [2025-06-27T07:31:13.802Z] [2025-06-27T07:31:13.802Z] #47 [security-bootstrapper internal] load build context [2025-06-27T07:31:13.802Z] #47 transferring context: 508.26MB 9.9s done [2025-06-27T07:31:13.802Z] #47 ... [2025-06-27T07:31:13.802Z] [2025-06-27T07:31:13.802Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-27T07:31:13.802Z] #48 ... [2025-06-27T07:31:13.802Z] [2025-06-27T07:31:13.802Z] #49 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-27T07:31:13.802Z] #0 7.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:13.802Z] #0 7.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:13.802Z] #0 7.496 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:13.802Z] #0 7.503 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:13.802Z] #0 7.513 OK: 8 MiB in 15 packages [2025-06-27T07:31:14.120Z] #49 ... [2025-06-27T07:31:14.120Z] [2025-06-27T07:31:14.120Z] #50 [security-secretstore-setup internal] load build context [2025-06-27T07:31:14.120Z] #50 transferring context: 508.26MB 8.7s done [2025-06-27T07:31:14.120Z] #50 ... [2025-06-27T07:31:14.120Z] [2025-06-27T07:31:14.120Z] #51 [security-spiffe-token-provider internal] load build context [2025-06-27T07:31:14.120Z] #51 transferring context: 508.26MB 9.5s done [2025-06-27T07:31:14.420Z] #51 ... [2025-06-27T07:31:14.420Z] [2025-06-27T07:31:14.420Z] #52 [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-27T07:31:14.420Z] #52 ... [2025-06-27T07:31:14.420Z] [2025-06-27T07:31:14.420Z] #53 [core-command internal] load build context [2025-06-27T07:31:14.420Z] #53 transferring context: 508.26MB 11.4s done [2025-06-27T07:31:14.420Z] #53 ... [2025-06-27T07:31:14.420Z] [2025-06-27T07:31:14.420Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-27T07:31:14.710Z] #54 ... [2025-06-27T07:31:14.710Z] [2025-06-27T07:31:14.710Z] #34 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-27T07:31:14.710Z] #34 0.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:14.710Z] #34 1.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:14.710Z] #34 1.800 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:31:14.710Z] #34 1.800 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:31:14.710Z] #34 1.800 OK: 24171 distinct packages available [2025-06-27T07:31:14.710Z] #34 1.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:14.710Z] #34 1.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:14.710Z] #34 2.193 (1/14) Installing ca-certificates (20241121-r1) [2025-06-27T07:31:14.710Z] #34 2.206 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-27T07:31:14.710Z] #34 2.219 (3/14) Installing c-ares (1.33.1-r0) [2025-06-27T07:31:14.710Z] #34 2.222 (4/14) Installing libunistring (1.2-r0) [2025-06-27T07:31:14.710Z] #34 2.234 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-27T07:31:14.710Z] #34 2.240 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-27T07:31:14.710Z] #34 2.241 (7/14) Installing libpsl (0.21.5-r1) [2025-06-27T07:31:14.710Z] #34 2.249 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-27T07:31:14.710Z] #34 2.258 (9/14) Installing libcurl (8.12.1-r0) [2025-06-27T07:31:14.710Z] #34 2.267 (10/14) Installing curl (8.12.1-r0) [2025-06-27T07:31:14.710Z] #34 2.276 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:14.710Z] #34 2.281 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-27T07:31:14.710Z] #34 2.281 (13/14) Installing libucontext (1.2-r3) [2025-06-27T07:31:14.710Z] #34 2.285 (14/14) Installing gcompat (1.1.0-r4) [2025-06-27T07:31:14.710Z] #34 2.289 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:14.710Z] #34 2.305 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:31:14.710Z] #34 2.345 OK: 13 MiB in 28 packages [2025-06-27T07:31:14.710Z] #34 ... [2025-06-27T07:31:14.710Z] [2025-06-27T07:31:14.710Z] #55 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-27T07:31:14.983Z] #55 ... [2025-06-27T07:31:14.983Z] [2025-06-27T07:31:14.983Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-27T07:31:15.242Z] #56 ... [2025-06-27T07:31:15.242Z] [2025-06-27T07:31:15.242Z] #57 [core-keeper internal] load build context [2025-06-27T07:31:15.242Z] #57 transferring context: 508.26MB 11.1s done [2025-06-27T07:31:21.817Z] #57 ... [2025-06-27T07:31:21.817Z] [2025-06-27T07:31:21.817Z] #58 [security-spire-server internal] load build context [2025-06-27T07:31:22.075Z] #58 ... [2025-06-27T07:31:22.075Z] [2025-06-27T07:31:22.075Z] #59 [security-spire-agent internal] load build context [2025-06-27T07:31:22.075Z] #59 ... [2025-06-27T07:31:22.075Z] [2025-06-27T07:31:22.075Z] #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:22.075Z] #60 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:22.337Z] #60 ... [2025-06-27T07:31:22.337Z] [2025-06-27T07:31:22.337Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:31:22.337Z] #61 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:31:22.597Z] #61 ... [2025-06-27T07:31:22.597Z] [2025-06-27T07:31:22.597Z] #62 [security-spire-config internal] load build context [2025-06-27T07:31:22.597Z] #62 ... [2025-06-27T07:31:22.597Z] [2025-06-27T07:31:22.597Z] #39 [security-proxy-auth internal] load build context [2025-06-27T07:31:22.597Z] #39 transferring context: 508.26MB 12.0s done [2025-06-27T07:31:22.857Z] #39 ... [2025-06-27T07:31:22.857Z] [2025-06-27T07:31:22.857Z] #35 [core-data internal] load build context [2025-06-27T07:31:22.857Z] #35 transferring context: 508.26MB 9.5s done [2025-06-27T07:31:23.116Z] #35 ... [2025-06-27T07:31:23.116Z] [2025-06-27T07:31:23.116Z] #38 [core-common-config-bootstrapper internal] load build context [2025-06-27T07:31:23.116Z] #38 transferring context: 508.26MB 11.0s done [2025-06-27T07:31:41.305Z] #38 ... [2025-06-27T07:31:41.305Z] [2025-06-27T07:31:41.305Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-27T07:31:49.423Z] #63 ... [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:31:49.423Z] #64 ... [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:49.423Z] #60 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 37.1s done [2025-06-27T07:31:49.423Z] #60 ... [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #42 [core-metadata internal] load build context [2025-06-27T07:31:49.423Z] #42 DONE 45.9s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #52 [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-27T07:31:49.423Z] #52 DONE 46.3s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #44 [support-notifications internal] load build context [2025-06-27T07:31:49.423Z] #44 DONE 46.2s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #55 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-27T07:31:49.423Z] #55 DONE 46.6s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:49.423Z] #60 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 37.1s done [2025-06-27T07:31:49.423Z] #60 ... [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #50 [security-secretstore-setup internal] load build context [2025-06-27T07:31:49.423Z] #50 DONE 46.2s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #34 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-27T07:31:49.423Z] #34 DONE 46.3s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #51 [security-spiffe-token-provider internal] load build context [2025-06-27T07:31:49.423Z] #51 DONE 46.3s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #40 [security-proxy-setup internal] load build context [2025-06-27T07:31:49.423Z] #40 DONE 46.3s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #41 [support-scheduler internal] load build context [2025-06-27T07:31:49.423Z] #41 DONE 46.3s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:49.423Z] #60 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-27T07:31:49.423Z] #60 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-27T07:31:49.423Z] #60 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-27T07:31:49.423Z] #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s [2025-06-27T07:31:49.423Z] #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.2s [2025-06-27T07:31:49.423Z] #60 ... [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #35 [core-data internal] load build context [2025-06-27T07:31:49.423Z] #35 DONE 46.1s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #47 [security-bootstrapper internal] load build context [2025-06-27T07:31:49.423Z] #47 DONE 46.1s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #57 [core-keeper internal] load build context [2025-06-27T07:31:49.423Z] #57 DONE 46.5s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #49 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-27T07:31:49.423Z] #49 DONE 46.6s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #38 [core-common-config-bootstrapper internal] load build context [2025-06-27T07:31:49.423Z] #38 DONE 46.6s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:49.423Z] #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-27T07:31:49.423Z] #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-27T07:31:49.423Z] #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-27T07:31:49.423Z] #60 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s [2025-06-27T07:31:49.423Z] #60 ... [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #53 [core-command internal] load build context [2025-06-27T07:31:49.423Z] #53 DONE 46.6s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #39 [security-proxy-auth internal] load build context [2025-06-27T07:31:49.423Z] #39 DONE 46.6s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #59 [security-spire-agent internal] load build context [2025-06-27T07:31:49.423Z] #59 transferring context: 23.33kB done [2025-06-27T07:31:49.423Z] #59 DONE 37.5s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #58 [security-spire-server internal] load build context [2025-06-27T07:31:49.423Z] #58 transferring context: 23.80kB done [2025-06-27T07:31:49.423Z] #58 DONE 37.5s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #62 [security-spire-config internal] load build context [2025-06-27T07:31:49.423Z] #62 transferring context: 22.05kB done [2025-06-27T07:31:49.423Z] #62 DONE 37.5s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #65 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-06-27T07:31:49.423Z] #65 DONE 0.5s [2025-06-27T07:31:49.423Z] [2025-06-27T07:31:49.423Z] #60 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:49.423Z] #60 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done [2025-06-27T07:31:49.423Z] #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-27T07:31:49.423Z] #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.4s [2025-06-27T07:31:49.423Z] #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 9.44MB / 36.47MB 0.5s [2025-06-27T07:31:49.423Z] #60 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-27T07:31:49.681Z] #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 15.73MB / 36.47MB 0.6s [2025-06-27T07:31:49.681Z] #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 26.21MB / 36.47MB 0.7s [2025-06-27T07:31:49.681Z] #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s [2025-06-27T07:31:50.286Z] #60 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.1s done [2025-06-27T07:31:50.286Z] #60 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-06-27T07:31:51.222Z] #60 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.1s done [2025-06-27T07:31:52.604Z] #60 ... [2025-06-27T07:31:52.604Z] [2025-06-27T07:31:52.604Z] #46 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-27T07:31:52.604Z] #46 46.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #46 46.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #46 46.84 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:52.604Z] #46 46.84 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:52.604Z] #46 46.85 OK: 8 MiB in 15 packages [2025-06-27T07:31:52.604Z] #46 DONE 49.0s [2025-06-27T07:31:52.604Z] [2025-06-27T07:31:52.604Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-27T07:31:52.604Z] #48 46.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #48 46.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #48 47.23 (1/3) Installing ca-certificates (20241121-r1) [2025-06-27T07:31:52.604Z] #48 47.25 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:52.604Z] #48 47.25 (3/3) Installing tzdata (2025b-r0) [2025-06-27T07:31:52.604Z] #48 47.30 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:52.604Z] #48 47.31 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:31:52.604Z] #48 47.38 OK: 10 MiB in 17 packages [2025-06-27T07:31:52.604Z] #48 DONE 49.4s [2025-06-27T07:31:52.604Z] [2025-06-27T07:31:52.604Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-27T07:31:52.604Z] #56 46.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #56 47.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #56 48.03 (1/7) Installing ca-certificates (20241121-r1) [2025-06-27T07:31:52.604Z] #56 48.04 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:52.604Z] #56 48.05 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-27T07:31:52.604Z] #56 48.05 (4/7) Installing libsodium (1.0.19-r0) [2025-06-27T07:31:52.604Z] #56 48.06 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-27T07:31:52.604Z] #56 48.08 (6/7) Installing libzmq (4.3.5-r2) [2025-06-27T07:31:52.604Z] #56 48.09 (7/7) Installing zeromq (4.3.5-r2) [2025-06-27T07:31:52.604Z] #56 48.09 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:52.604Z] #56 48.10 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:31:52.604Z] #56 48.55 OK: 12 MiB in 21 packages [2025-06-27T07:31:52.604Z] #56 DONE 49.4s [2025-06-27T07:31:52.604Z] [2025-06-27T07:31:52.604Z] #45 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-27T07:31:52.604Z] #45 46.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #45 46.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #45 46.88 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:52.604Z] #45 46.88 (2/2) Installing su-exec (0.2-r3) [2025-06-27T07:31:52.604Z] #45 46.89 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:52.604Z] #45 46.89 OK: 8 MiB in 16 packages [2025-06-27T07:31:52.604Z] #45 DONE 49.0s [2025-06-27T07:31:52.604Z] [2025-06-27T07:31:52.604Z] #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-27T07:31:52.604Z] #54 46.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #54 46.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #54 47.22 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:52.604Z] #54 47.22 (2/4) Installing openssl (3.3.3-r0) [2025-06-27T07:31:52.604Z] #54 47.23 (3/4) Installing su-exec (0.2-r3) [2025-06-27T07:31:52.604Z] #54 47.24 (4/4) Installing yq-go (4.44.1-r2) [2025-06-27T07:31:52.604Z] #54 47.40 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:52.604Z] #54 47.41 OK: 19 MiB in 18 packages [2025-06-27T07:31:52.604Z] #54 DONE 49.4s [2025-06-27T07:31:52.604Z] [2025-06-27T07:31:52.604Z] #43 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-27T07:31:52.604Z] #43 46.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #43 46.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:52.604Z] #43 47.23 (1/4) Installing ca-certificates (20241121-r1) [2025-06-27T07:31:52.604Z] #43 47.24 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:52.604Z] #43 47.24 (3/4) Installing su-exec (0.2-r3) [2025-06-27T07:31:52.604Z] #43 47.25 (4/4) Installing yq-go (4.44.1-r2) [2025-06-27T07:31:52.604Z] #43 47.39 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:52.604Z] #43 47.39 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:31:52.604Z] #43 47.43 OK: 19 MiB in 18 packages [2025-06-27T07:31:52.604Z] #43 DONE 49.4s [2025-06-27T07:31:52.604Z] [2025-06-27T07:31:52.604Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:31:52.604Z] #61 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 37.1s done [2025-06-27T07:31:52.604Z] #61 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-27T07:31:52.604Z] #61 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-27T07:31:52.604Z] #61 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-27T07:31:52.604Z] #61 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-06-27T07:31:52.604Z] #61 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-27T07:31:52.604Z] #61 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-06-27T07:31:52.604Z] #61 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-27T07:31:52.604Z] #61 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done [2025-06-27T07:31:52.604Z] #61 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-27T07:31:52.604Z] #61 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-27T07:31:52.604Z] #61 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done [2025-06-27T07:31:53.173Z] #61 ... [2025-06-27T07:31:53.173Z] [2025-06-27T07:31:53.173Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-27T07:31:53.173Z] #63 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.173Z] #63 11.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.173Z] #63 11.31 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:31:53.173Z] #63 11.31 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:31:53.173Z] #63 11.31 OK: 24171 distinct packages available [2025-06-27T07:31:53.173Z] #63 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.173Z] #63 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.173Z] #63 11.70 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:53.173Z] #63 11.71 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-27T07:31:53.173Z] #63 11.71 (3/4) Installing libucontext (1.2-r3) [2025-06-27T07:31:53.173Z] #63 11.71 (4/4) Installing gcompat (1.1.0-r4) [2025-06-27T07:31:53.173Z] #63 11.72 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:53.173Z] #63 11.73 OK: 8 MiB in 18 packages [2025-06-27T07:31:53.173Z] #63 DONE 11.9s [2025-06-27T07:31:53.173Z] [2025-06-27T07:31:53.173Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:31:53.741Z] #60 ... [2025-06-27T07:31:53.741Z] [2025-06-27T07:31:53.741Z] #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:31:53.741Z] #0 4.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.741Z] #0 4.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.741Z] #0 4.345 OK: 13 MiB in 28 packages [2025-06-27T07:31:53.741Z] #66 DONE 4.5s [2025-06-27T07:31:53.741Z] [2025-06-27T07:31:53.741Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:31:53.741Z] #64 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.742Z] #64 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.742Z] #64 11.85 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:31:53.742Z] #64 11.85 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:31:53.742Z] #64 11.85 OK: 24171 distinct packages available [2025-06-27T07:31:53.999Z] #64 ... [2025-06-27T07:31:53.999Z] [2025-06-27T07:31:53.999Z] #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-06-27T07:31:53.999Z] #0 4.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #0 4.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #0 4.692 OK: 8 MiB in 15 packages [2025-06-27T07:31:53.999Z] #67 DONE 4.8s [2025-06-27T07:31:53.999Z] [2025-06-27T07:31:53.999Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:31:53.999Z] #64 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #64 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #64 ... [2025-06-27T07:31:53.999Z] [2025-06-27T07:31:53.999Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-27T07:31:53.999Z] #0 4.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #0 4.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #0 4.517 OK: 248 MiB in 58 packages [2025-06-27T07:31:53.999Z] #68 DONE 4.7s [2025-06-27T07:31:53.999Z] [2025-06-27T07:31:53.999Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-27T07:31:53.999Z] #0 4.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #0 4.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:53.999Z] #0 4.509 OK: 248 MiB in 58 packages [2025-06-27T07:31:53.999Z] #69 DONE 4.7s [2025-06-27T07:31:53.999Z] [2025-06-27T07:31:53.999Z] #70 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:31:53.999Z] #70 DONE 0.1s [2025-06-27T07:31:54.258Z] [2025-06-27T07:31:54.258Z] #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:31:54.258Z] #71 DONE 0.1s [2025-06-27T07:31:54.258Z] [2025-06-27T07:31:54.258Z] #72 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-27T07:31:54.258Z] #0 4.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:54.258Z] #0 4.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:54.258Z] #0 4.658 OK: 248 MiB in 58 packages [2025-06-27T07:31:54.258Z] #72 DONE 5.0s [2025-06-27T07:31:54.258Z] [2025-06-27T07:31:54.258Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:31:54.258Z] #64 12.31 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-27T07:31:54.258Z] #64 12.32 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-27T07:31:54.258Z] #64 12.32 (3/5) Installing libucontext (1.2-r3) [2025-06-27T07:31:54.258Z] #64 12.32 (4/5) Installing gcompat (1.1.0-r4) [2025-06-27T07:31:54.258Z] #64 12.33 (5/5) Installing openssl (3.3.3-r0) [2025-06-27T07:31:54.258Z] #64 ... [2025-06-27T07:31:54.258Z] [2025-06-27T07:31:54.258Z] #73 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:31:54.258Z] #73 DONE 0.1s [2025-06-27T07:31:54.258Z] [2025-06-27T07:31:54.258Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:31:54.258Z] #64 12.34 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:31:54.258Z] #64 12.35 OK: 9 MiB in 19 packages [2025-06-27T07:31:54.515Z] #64 DONE 12.5s [2025-06-27T07:31:54.515Z] [2025-06-27T07:31:54.515Z] #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-27T07:31:54.515Z] #74 ... [2025-06-27T07:31:54.515Z] [2025-06-27T07:31:54.515Z] #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-27T07:31:54.515Z] #75 DONE 5.2s [2025-06-27T07:31:54.774Z] [2025-06-27T07:31:54.774Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:31:55.339Z] #76 ... [2025-06-27T07:31:55.340Z] [2025-06-27T07:31:55.340Z] #77 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-27T07:31:55.340Z] #0 5.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.340Z] #0 5.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.340Z] #0 5.656 OK: 248 MiB in 58 packages [2025-06-27T07:31:55.340Z] #77 DONE 5.8s [2025-06-27T07:31:55.340Z] [2025-06-27T07:31:55.340Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:31:55.340Z] #0 2.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.340Z] #0 2.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.340Z] #0 2.758 OK: 8 MiB in 15 packages [2025-06-27T07:31:55.340Z] #78 DONE 2.9s [2025-06-27T07:31:55.340Z] [2025-06-27T07:31:55.340Z] #79 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:31:55.340Z] #79 DONE 0.1s [2025-06-27T07:31:55.340Z] [2025-06-27T07:31:55.340Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:31:55.599Z] #80 ... [2025-06-27T07:31:55.599Z] [2025-06-27T07:31:55.599Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-27T07:31:55.599Z] #0 2.674 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 2.754 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 3.042 OK: 8 MiB in 16 packages [2025-06-27T07:31:55.599Z] #81 DONE 3.1s [2025-06-27T07:31:55.599Z] [2025-06-27T07:31:55.599Z] #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-27T07:31:55.599Z] #82 ... [2025-06-27T07:31:55.599Z] [2025-06-27T07:31:55.599Z] #83 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-27T07:31:55.599Z] #0 5.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 5.217 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 5.573 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:31:55.599Z] #0 5.573 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:31:55.599Z] #0 5.573 OK: 24171 distinct packages available [2025-06-27T07:31:55.599Z] #0 5.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 5.758 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 6.135 OK: 248 MiB in 58 packages [2025-06-27T07:31:55.599Z] #83 DONE 6.3s [2025-06-27T07:31:55.599Z] [2025-06-27T07:31:55.599Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:31:55.599Z] #0 2.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 2.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:55.599Z] #0 3.203 OK: 12 MiB in 21 packages [2025-06-27T07:31:55.599Z] #84 DONE 3.3s [2025-06-27T07:31:55.599Z] [2025-06-27T07:31:55.599Z] #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:31:55.599Z] #85 DONE 0.1s [2025-06-27T07:31:55.856Z] [2025-06-27T07:31:55.856Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:31:56.115Z] #86 ... [2025-06-27T07:31:56.115Z] [2025-06-27T07:31:56.115Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:31:56.115Z] #0 3.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.115Z] #0 3.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.115Z] #0 3.593 OK: 10 MiB in 17 packages [2025-06-27T07:31:56.115Z] #87 DONE 3.7s [2025-06-27T07:31:56.378Z] [2025-06-27T07:31:56.378Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-27T07:31:56.378Z] #0 3.584 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.378Z] #0 3.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.378Z] #88 4.005 OK: 19 MiB in 18 packages [2025-06-27T07:31:56.378Z] #88 DONE 4.1s [2025-06-27T07:31:56.378Z] [2025-06-27T07:31:56.378Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-27T07:31:56.378Z] #0 3.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.378Z] #0 3.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.943Z] #89 3.765 OK: 8 MiB in 18 packages [2025-06-27T07:31:56.943Z] #89 DONE 3.9s [2025-06-27T07:31:56.943Z] [2025-06-27T07:31:56.943Z] #90 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-27T07:31:56.943Z] #0 3.945 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.943Z] #0 4.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:56.943Z] #0 4.329 OK: 19 MiB in 18 packages [2025-06-27T07:31:56.943Z] #90 DONE 4.4s [2025-06-27T07:31:56.943Z] [2025-06-27T07:31:56.943Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-27T07:31:56.943Z] #91 DONE 0.1s [2025-06-27T07:31:56.943Z] [2025-06-27T07:31:56.943Z] #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:31:58.323Z] #92 DONE 1.2s [2025-06-27T07:31:58.323Z] [2025-06-27T07:31:58.323Z] #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-27T07:31:58.323Z] #93 DONE 0.1s [2025-06-27T07:31:58.323Z] [2025-06-27T07:31:58.323Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-27T07:31:58.323Z] #94 DONE 0.1s [2025-06-27T07:31:58.323Z] [2025-06-27T07:31:58.323Z] #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:31:58.323Z] #95 DONE 0.1s [2025-06-27T07:31:58.323Z] [2025-06-27T07:31:58.323Z] #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-27T07:31:58.323Z] #74 3.667 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:58.323Z] #74 3.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:58.323Z] #74 ... [2025-06-27T07:31:58.323Z] [2025-06-27T07:31:58.323Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-27T07:31:58.323Z] #96 DONE 0.1s [2025-06-27T07:31:58.323Z] [2025-06-27T07:31:58.323Z] #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-27T07:31:58.323Z] #82 DONE 2.8s [2025-06-27T07:31:58.323Z] [2025-06-27T07:31:58.323Z] #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-27T07:31:58.323Z] #97 DONE 0.0s [2025-06-27T07:31:58.581Z] [2025-06-27T07:31:58.581Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-27T07:31:58.581Z] #98 DONE 0.1s [2025-06-27T07:31:58.581Z] [2025-06-27T07:31:58.581Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:31:58.581Z] #76 3.880 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:58.581Z] #76 ... [2025-06-27T07:31:58.581Z] [2025-06-27T07:31:58.581Z] #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-27T07:31:58.581Z] #74 4.013 OK: 9 MiB in 19 packages [2025-06-27T07:31:58.581Z] #74 DONE 4.1s [2025-06-27T07:31:58.840Z] [2025-06-27T07:31:58.840Z] #99 [security-spire-config] exporting to image [2025-06-27T07:31:58.840Z] #99 exporting layers [2025-06-27T07:31:59.285Z] #99 ... [2025-06-27T07:31:59.285Z] [2025-06-27T07:31:59.285Z] #100 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-27T07:31:59.285Z] #0 4.082 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:59.285Z] #0 9.363 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:31:59.568Z] #100 ... [2025-06-27T07:31:59.568Z] [2025-06-27T07:31:59.568Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-27T07:32:00.138Z] #101 DONE 1.5s [2025-06-27T07:32:00.138Z] [2025-06-27T07:32:00.138Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:32:00.138Z] #102 DONE 1.5s [2025-06-27T07:32:00.138Z] [2025-06-27T07:32:00.138Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-27T07:32:00.138Z] #103 DONE 0.1s [2025-06-27T07:32:00.138Z] [2025-06-27T07:32:00.138Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:32:00.396Z] #104 ... [2025-06-27T07:32:00.396Z] [2025-06-27T07:32:00.396Z] #99 [security-spire-config] exporting to image [2025-06-27T07:32:00.396Z] #99 exporting layers 1.8s done [2025-06-27T07:32:00.396Z] #99 writing image sha256:303c05fba7926ad4c9550d232892b111c461c41f31ac6c9448028cd1e8d481a7 done [2025-06-27T07:32:00.396Z] #99 naming to docker.io/library/security-spire-config done [2025-06-27T07:32:00.396Z] #99 DONE 1.8s [2025-06-27T07:32:00.396Z] [2025-06-27T07:32:00.396Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-27T07:32:01.331Z] #105 ... [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:32:01.331Z] #104 DONE 1.1s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-27T07:32:01.331Z] #105 DONE 1.0s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-27T07:32:01.331Z] #106 DONE 0.1s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:32:01.331Z] #107 DONE 0.1s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-27T07:32:01.331Z] #108 DONE 0.1s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-27T07:32:01.331Z] #109 DONE 0.1s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:32:01.331Z] #110 DONE 0.1s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-27T07:32:01.331Z] #111 DONE 0.1s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-27T07:32:01.331Z] #112 DONE 0.0s [2025-06-27T07:32:01.331Z] [2025-06-27T07:32:01.331Z] #99 [security-spire-server] exporting to image [2025-06-27T07:32:01.589Z] #99 ... [2025-06-27T07:32:01.589Z] [2025-06-27T07:32:01.589Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-27T07:32:01.589Z] #113 DONE 0.1s [2025-06-27T07:32:01.589Z] [2025-06-27T07:32:01.589Z] #99 [security-spire-agent] exporting to image [2025-06-27T07:32:02.155Z] #99 exporting layers 0.7s done [2025-06-27T07:32:02.155Z] #99 writing image sha256:8520194a75a714f8cd9f1e7f9c02ee0ba35fb439450743bba54ac14a69b3b70d done [2025-06-27T07:32:02.155Z] #99 naming to docker.io/library/security-spire-server done [2025-06-27T07:32:02.155Z] #99 writing image sha256:d2bc7d69781e2f58692e0761c29e91db1b60e98fea7376de2fcefbb1671e8563 done [2025-06-27T07:32:02.155Z] #99 naming to docker.io/library/security-spire-agent done [2025-06-27T07:32:02.155Z] #99 DONE 2.6s [2025-06-27T07:32:02.155Z] [2025-06-27T07:32:02.155Z] #100 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-27T07:32:02.155Z] #100 12.80 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-27T07:32:03.531Z] #100 14.41 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:32:03.531Z] #100 14.42 OK: 8 MiB in 15 packages [2025-06-27T07:32:03.792Z] #100 DONE 14.6s [2025-06-27T07:32:03.792Z] [2025-06-27T07:32:03.792Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:32:03.792Z] #76 6.623 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-27T07:32:04.359Z] #76 ... [2025-06-27T07:32:04.359Z] [2025-06-27T07:32:04.359Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:04.359Z] #114 ... [2025-06-27T07:32:04.359Z] [2025-06-27T07:32:04.359Z] #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:04.621Z] #115 ... [2025-06-27T07:32:04.621Z] [2025-06-27T07:32:04.621Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:04.621Z] #116 ... [2025-06-27T07:32:04.621Z] [2025-06-27T07:32:04.621Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:32:04.621Z] #76 10.05 OK: 248 MiB in 58 packages [2025-06-27T07:32:04.621Z] #76 DONE 10.2s [2025-06-27T07:32:04.621Z] [2025-06-27T07:32:04.621Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:32:04.878Z] #61 ... [2025-06-27T07:32:04.878Z] [2025-06-27T07:32:04.878Z] #117 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-27T07:32:04.878Z] #117 DONE 0.0s [2025-06-27T07:32:04.878Z] [2025-06-27T07:32:04.878Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:17.700Z] Removing intermediate container c8102ab39e3b [2025-06-27T07:32:17.700Z] ---> efb74e36edcb [2025-06-27T07:32:17.700Z] Successfully built efb74e36edcb [2025-06-27T07:32:17.700Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:32:18.048Z] + docker inspect -f . ci-base-image-arm64 [2025-06-27T07:32:18.048Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T07:32:18.258Z] prd-ubuntu20.04-docker-arm64-4c-16g-4111 does not seem to be running inside a container [2025-06-27T07:32:18.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T07:32:19.499Z] $ docker top d21d89258788281e2e8342f3df0d6d5ee19a41757f0109ba37245fffc713f9d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-27T07:32:20.327Z] + go version [2025-06-27T07:32:20.327Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-27T07:32:20.351Z] $ docker stop --time=1 d21d89258788281e2e8342f3df0d6d5ee19a41757f0109ba37245fffc713f9d0 [2025-06-27T07:32:22.019Z] $ docker rm -f --volumes d21d89258788281e2e8342f3df0d6d5ee19a41757f0109ba37245fffc713f9d0 [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-27T07:32:22.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-27T07:32:22.706Z] [2025-06-27T07:32:22.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:32:23.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-27T07:32:23.304Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-27T07:32:23.304Z] 547446be3368: Pulling fs layer [2025-06-27T07:32:23.304Z] d125d8839a47: Pulling fs layer [2025-06-27T07:32:23.304Z] 3e85d5ac6304: Pulling fs layer [2025-06-27T07:32:23.304Z] c3105a71a48b: Pulling fs layer [2025-06-27T07:32:23.304Z] 0f093f025ec4: Pulling fs layer [2025-06-27T07:32:23.304Z] c3106fc0e877: Pulling fs layer [2025-06-27T07:32:23.304Z] c3105a71a48b: Waiting [2025-06-27T07:32:23.304Z] 0f093f025ec4: Waiting [2025-06-27T07:32:23.304Z] c3106fc0e877: Waiting [2025-06-27T07:32:23.304Z] 547446be3368: Verifying Checksum [2025-06-27T07:32:23.304Z] 547446be3368: Download complete [2025-06-27T07:32:23.304Z] c3105a71a48b: Verifying Checksum [2025-06-27T07:32:23.304Z] c3105a71a48b: Download complete [2025-06-27T07:32:23.886Z] d125d8839a47: Verifying Checksum [2025-06-27T07:32:23.886Z] d125d8839a47: Download complete [2025-06-27T07:32:23.886Z] c3106fc0e877: Verifying Checksum [2025-06-27T07:32:23.886Z] c3106fc0e877: Download complete [2025-06-27T07:32:23.886Z] 0f093f025ec4: Verifying Checksum [2025-06-27T07:32:23.886Z] 0f093f025ec4: Download complete [2025-06-27T07:32:24.152Z] 547446be3368: Pull complete [2025-06-27T07:32:25.117Z] d125d8839a47: Pull complete [2025-06-27T07:32:25.702Z] 3e85d5ac6304: Verifying Checksum [2025-06-27T07:32:25.702Z] 3e85d5ac6304: Download complete [2025-06-27T07:32:35.799Z] 3e85d5ac6304: Pull complete [2025-06-27T07:32:35.799Z] c3105a71a48b: Pull complete [2025-06-27T07:32:36.382Z] 0f093f025ec4: Pull complete [2025-06-27T07:32:36.649Z] c3106fc0e877: Pull complete [2025-06-27T07:32:36.649Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-27T07:32:36.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-27T07:32:36.649Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T07:32:36.846Z] prd-ubuntu20.04-docker-arm64-4c-16g-4111 does not seem to be running inside a container [2025-06-27T07:32:36.913Z] $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T07:32:39.001Z] $ docker top 34fac2e6de16ef221843978d26c05582147afac61c647d74da5eeef59afb7971 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-27T07:32:39.833Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-27T07:32:49.910Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #1 transferring dockerfile: 2.23kB done [2025-06-27T07:32:49.910Z] #1 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #2 [support-scheduler internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #2 transferring dockerfile: 1.83kB done [2025-06-27T07:32:49.910Z] #2 DONE 0.0s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #3 [core-metadata internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #3 transferring dockerfile: 2.10kB done [2025-06-27T07:32:49.910Z] #3 DONE 0.0s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #4 [security-spire-server internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #4 transferring dockerfile: 1.70kB done [2025-06-27T07:32:49.910Z] #4 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #5 transferring dockerfile: 2.50kB done [2025-06-27T07:32:49.910Z] #5 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #6 transferring dockerfile: 2.49kB done [2025-06-27T07:32:49.910Z] #6 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #7 transferring dockerfile: 1.81kB 0.0s done [2025-06-27T07:32:49.910Z] #7 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #8 [security-spire-config internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #8 transferring dockerfile: 1.69kB 0.0s done [2025-06-27T07:32:49.910Z] #8 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #9 transferring dockerfile: 1.89kB done [2025-06-27T07:32:49.910Z] #9 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #10 [core-data internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #10 transferring dockerfile: 2.04kB done [2025-06-27T07:32:49.910Z] #10 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #11 [core-keeper internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #11 transferring dockerfile: 2.01kB 0.0s done [2025-06-27T07:32:49.910Z] #11 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #12 [core-command internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #12 transferring dockerfile: 1.94kB done [2025-06-27T07:32:49.910Z] #12 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #13 transferring dockerfile: 2.14kB done [2025-06-27T07:32:49.910Z] #13 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #14 [support-notifications internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #14 transferring dockerfile: 2.00kB 0.0s done [2025-06-27T07:32:49.910Z] #14 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #15 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-27T07:32:49.910Z] #15 transferring dockerfile: 3.02kB 0.0s done [2025-06-27T07:32:49.910Z] #15 DONE 0.1s [2025-06-27T07:32:49.910Z] [2025-06-27T07:32:49.910Z] #16 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-27T07:32:49.910Z] #16 transferring context: [2025-06-27T07:32:49.910Z] #16 transferring context: 50B 0.0s done [2025-06-27T07:32:49.910Z] #16 DONE 0.1s [2025-06-27T07:32:50.492Z] [2025-06-27T07:32:50.492Z] #17 [support-scheduler internal] load .dockerignore [2025-06-27T07:32:50.492Z] #17 transferring context: 50B done [2025-06-27T07:32:50.492Z] #17 DONE 0.0s [2025-06-27T07:32:50.759Z] [2025-06-27T07:32:50.759Z] #18 [core-metadata internal] load .dockerignore [2025-06-27T07:32:50.759Z] #18 transferring context: 50B done [2025-06-27T07:32:50.759Z] #18 DONE 0.0s [2025-06-27T07:32:50.759Z] [2025-06-27T07:32:50.759Z] #19 [security-spire-server internal] load .dockerignore [2025-06-27T07:32:50.759Z] #19 transferring context: 50B done [2025-06-27T07:32:50.759Z] #19 DONE 0.1s [2025-06-27T07:32:50.759Z] [2025-06-27T07:32:50.759Z] #20 [security-proxy-setup internal] load .dockerignore [2025-06-27T07:32:50.759Z] #20 transferring context: 50B done [2025-06-27T07:32:50.759Z] #20 DONE 0.1s [2025-06-27T07:32:50.759Z] [2025-06-27T07:32:50.759Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-06-27T07:32:50.759Z] #21 transferring context: 50B done [2025-06-27T07:32:50.759Z] #21 DONE 0.1s [2025-06-27T07:32:50.759Z] [2025-06-27T07:32:50.759Z] #22 [security-spire-agent internal] load .dockerignore [2025-06-27T07:32:50.759Z] #22 transferring context: 50B 0.0s done [2025-06-27T07:32:50.759Z] #22 DONE 0.1s [2025-06-27T07:32:50.759Z] [2025-06-27T07:32:50.759Z] #23 [security-spire-config internal] load .dockerignore [2025-06-27T07:32:51.023Z] #23 transferring context: 50B done [2025-06-27T07:32:51.023Z] #23 DONE 0.1s [2025-06-27T07:32:51.023Z] [2025-06-27T07:32:51.023Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2025-06-27T07:32:51.023Z] #24 transferring context: 50B 0.0s done [2025-06-27T07:32:51.023Z] #24 DONE 0.1s [2025-06-27T07:32:51.023Z] [2025-06-27T07:32:51.023Z] #25 [core-data internal] load .dockerignore [2025-06-27T07:32:51.023Z] #25 transferring context: 50B 0.0s done [2025-06-27T07:32:51.023Z] #25 DONE 0.1s [2025-06-27T07:32:51.023Z] [2025-06-27T07:32:51.023Z] #26 [core-keeper internal] load .dockerignore [2025-06-27T07:32:51.023Z] #26 transferring context: 50B done [2025-06-27T07:32:51.290Z] #26 DONE 0.1s [2025-06-27T07:32:51.290Z] [2025-06-27T07:32:51.290Z] #27 [core-command internal] load .dockerignore [2025-06-27T07:32:51.290Z] #27 transferring context: 50B done [2025-06-27T07:32:51.290Z] #27 DONE 0.1s [2025-06-27T07:32:51.290Z] [2025-06-27T07:32:51.290Z] #28 [security-proxy-auth internal] load .dockerignore [2025-06-27T07:32:51.290Z] #28 transferring context: 50B done [2025-06-27T07:32:51.290Z] #28 DONE 0.1s [2025-06-27T07:32:51.290Z] [2025-06-27T07:32:51.290Z] #29 [support-notifications internal] load .dockerignore [2025-06-27T07:32:51.290Z] #29 transferring context: 50B done [2025-06-27T07:32:51.290Z] #29 DONE 0.0s [2025-06-27T07:32:51.290Z] [2025-06-27T07:32:51.290Z] #30 [security-bootstrapper internal] load .dockerignore [2025-06-27T07:32:51.558Z] #30 transferring context: 50B done [2025-06-27T07:32:51.558Z] #30 DONE 0.1s [2025-06-27T07:32:51.558Z] [2025-06-27T07:32:51.558Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:51.558Z] #31 DONE 0.0s [2025-06-27T07:32:51.558Z] [2025-06-27T07:32:51.558Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-27T07:32:51.561Z] #118 ... [2025-06-27T07:32:51.561Z] [2025-06-27T07:32:51.561Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:51.561Z] #80 DONE 51.8s [2025-06-27T07:32:51.561Z] [2025-06-27T07:32:51.561Z] #114 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:51.561Z] #114 DONE 52.9s [2025-06-27T07:32:51.561Z] [2025-06-27T07:32:51.561Z] #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:51.561Z] #116 DONE 52.9s [2025-06-27T07:32:51.561Z] [2025-06-27T07:32:51.561Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:51.561Z] #86 DONE 51.3s [2025-06-27T07:32:51.561Z] [2025-06-27T07:32:51.561Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:51.561Z] #118 DONE 42.2s [2025-06-27T07:32:51.561Z] [2025-06-27T07:32:51.561Z] #115 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:32:51.561Z] #115 DONE 52.8s [2025-06-27T07:32:51.561Z] [2025-06-27T07:32:51.561Z] #119 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-27T07:32:52.140Z] #32 DONE 0.6s [2025-06-27T07:32:52.140Z] [2025-06-27T07:32:52.140Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:52.140Z] #31 DONE 0.0s [2025-06-27T07:32:52.140Z] [2025-06-27T07:32:52.140Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:52.140Z] #31 DONE 0.0s [2025-06-27T07:32:52.140Z] [2025-06-27T07:32:52.140Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:32:52.140Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:52.140Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:52.140Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:52.140Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:52.405Z] #33 ... [2025-06-27T07:32:52.405Z] [2025-06-27T07:32:52.405Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:52.406Z] #31 DONE 0.0s [2025-06-27T07:32:52.406Z] [2025-06-27T07:32:52.406Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:32:52.406Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:52.406Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:52.406Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:52.406Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:52.674Z] #33 ... [2025-06-27T07:32:52.674Z] [2025-06-27T07:32:52.674Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:52.674Z] #31 DONE 0.0s [2025-06-27T07:32:52.674Z] [2025-06-27T07:32:52.674Z] #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:32:52.674Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:52.674Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:52.674Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:52.674Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:52.944Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:52.944Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:52.944Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:52.944Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:52.944Z] #33 DONE 1.4s [2025-06-27T07:32:52.944Z] [2025-06-27T07:32:52.944Z] #34 [support-scheduler internal] load build context [2025-06-27T07:32:53.214Z] #34 ... [2025-06-27T07:32:53.214Z] [2025-06-27T07:32:53.214Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:53.214Z] #31 DONE 0.0s [2025-06-27T07:32:53.214Z] [2025-06-27T07:32:53.214Z] #34 [support-scheduler internal] load build context [2025-06-27T07:32:53.214Z] #34 transferring context: 3.23MB 1.2s done [2025-06-27T07:32:53.481Z] #34 ... [2025-06-27T07:32:53.481Z] [2025-06-27T07:32:53.481Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:53.481Z] #31 DONE 0.0s [2025-06-27T07:32:53.481Z] [2025-06-27T07:32:53.481Z] #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:32:53.481Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:53.481Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:53.481Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:53.481Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:53.481Z] #33 DONE 1.4s [2025-06-27T07:32:53.481Z] [2025-06-27T07:32:53.481Z] #34 [support-scheduler internal] load build context [2025-06-27T07:32:53.481Z] #34 DONE 1.5s [2025-06-27T07:32:53.481Z] [2025-06-27T07:32:53.481Z] #35 [core-data internal] load build context [2025-06-27T07:32:53.747Z] #35 ... [2025-06-27T07:32:53.747Z] [2025-06-27T07:32:53.747Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:53.747Z] #31 DONE 0.0s [2025-06-27T07:32:53.747Z] [2025-06-27T07:32:53.747Z] #36 [core-common-config-bootstrapper internal] load build context [2025-06-27T07:32:53.747Z] #36 transferring context: 3.23MB 1.2s done [2025-06-27T07:32:53.747Z] #36 DONE 1.6s [2025-06-27T07:32:53.747Z] [2025-06-27T07:32:53.747Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:53.747Z] #31 DONE 0.0s [2025-06-27T07:32:53.747Z] [2025-06-27T07:32:53.747Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-27T07:32:54.012Z] #32 ... [2025-06-27T07:32:54.012Z] [2025-06-27T07:32:54.012Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:54.012Z] #31 DONE 0.0s [2025-06-27T07:32:54.012Z] [2025-06-27T07:32:54.012Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-27T07:32:54.012Z] #32 ... [2025-06-27T07:32:54.012Z] [2025-06-27T07:32:54.012Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-27T07:32:54.012Z] #31 DONE 0.0s [2025-06-27T07:32:54.012Z] [2025-06-27T07:32:54.012Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-27T07:32:54.288Z] #32 DONE 2.0s [2025-06-27T07:32:54.288Z] [2025-06-27T07:32:54.288Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:32:54.288Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:54.288Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:54.288Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:54.288Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:54.288Z] #33 DONE 1.5s [2025-06-27T07:32:54.288Z] [2025-06-27T07:32:54.288Z] #37 [security-bootstrapper internal] load build context [2025-06-27T07:32:54.288Z] #37 ... [2025-06-27T07:32:54.288Z] [2025-06-27T07:32:54.288Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:32:54.288Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:54.288Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:54.288Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:54.288Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:54.288Z] #33 DONE 1.5s [2025-06-27T07:32:54.288Z] [2025-06-27T07:32:54.288Z] #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-27T07:32:54.288Z] #38 DONE 2.1s [2025-06-27T07:32:54.288Z] [2025-06-27T07:32:54.288Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-27T07:32:54.288Z] #39 DONE 1.6s [2025-06-27T07:32:54.556Z] [2025-06-27T07:32:54.556Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-27T07:32:54.556Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-27T07:32:54.556Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-27T07:32:54.556Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-27T07:32:54.556Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-27T07:32:54.556Z] #33 DONE 1.5s [2025-06-27T07:32:54.556Z] [2025-06-27T07:32:54.556Z] #40 [security-spire-agent internal] load build context [2025-06-27T07:32:54.556Z] #40 DONE 0.0s [2025-06-27T07:32:54.556Z] [2025-06-27T07:32:54.556Z] #41 [core-metadata internal] load build context [2025-06-27T07:32:54.556Z] #41 transferring context: 3.23MB 1.1s done [2025-06-27T07:32:54.556Z] #41 DONE 2.1s [2025-06-27T07:32:54.556Z] [2025-06-27T07:32:54.556Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:32:54.556Z] #42 DONE 0.0s [2025-06-27T07:32:54.556Z] [2025-06-27T07:32:54.556Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:32:54.556Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:32:54.961Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.5s done [2025-06-27T07:32:54.961Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.5s done [2025-06-27T07:32:54.961Z] #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-27T07:32:54.961Z] #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-27T07:32:55.296Z] #43 ... [2025-06-27T07:32:55.296Z] [2025-06-27T07:32:55.296Z] #44 [security-proxy-setup internal] load build context [2025-06-27T07:32:55.296Z] #44 transferring context: 3.23MB 1.1s done [2025-06-27T07:32:55.296Z] #44 DONE 2.3s [2025-06-27T07:32:55.296Z] [2025-06-27T07:32:55.296Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:32:55.296Z] #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-27T07:32:55.296Z] #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-27T07:32:55.296Z] #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-27T07:32:56.135Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-06-27T07:32:56.135Z] #43 ... [2025-06-27T07:32:56.135Z] [2025-06-27T07:32:56.135Z] #45 [security-secretstore-setup internal] load build context [2025-06-27T07:32:56.135Z] #45 transferring context: 3.23MB 1.1s done [2025-06-27T07:32:56.135Z] #45 DONE 3.3s [2025-06-27T07:32:56.135Z] [2025-06-27T07:32:56.135Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:32:56.135Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-27T07:32:56.135Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s [2025-06-27T07:32:56.426Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-06-27T07:32:56.426Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done [2025-06-27T07:32:57.032Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-06-27T07:32:57.032Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-06-27T07:32:57.625Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.9s [2025-06-27T07:32:57.625Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.9s [2025-06-27T07:32:57.892Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.1s done [2025-06-27T07:32:57.892Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.1s done [2025-06-27T07:32:58.134Z] #119 ... [2025-06-27T07:32:58.134Z] [2025-06-27T07:32:58.134Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-27T07:32:58.134Z] #120 ... [2025-06-27T07:32:58.134Z] [2025-06-27T07:32:58.134Z] #121 [security-proxy-setup builder 6/7] COPY . . [2025-06-27T07:32:58.134Z] #121 ... [2025-06-27T07:32:58.134Z] [2025-06-27T07:32:58.134Z] #122 [core-keeper builder 7/8] COPY . . [2025-06-27T07:32:58.134Z] #122 ... [2025-06-27T07:32:58.134Z] [2025-06-27T07:32:58.134Z] #123 [support-scheduler builder 6/7] COPY . . [2025-06-27T07:32:58.134Z] #123 ... [2025-06-27T07:32:58.134Z] [2025-06-27T07:32:58.134Z] #124 [support-notifications builder 6/7] COPY . . [2025-06-27T07:32:58.476Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.6s [2025-06-27T07:32:58.742Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 3.0s [2025-06-27T07:32:59.330Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.98MB / 33.17MB 3.7s [2025-06-27T07:32:59.916Z] #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-06-27T07:33:00.183Z] #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.5s done [2025-06-27T07:33:00.766Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.8s [2025-06-27T07:33:01.033Z] #43 ... [2025-06-27T07:33:01.033Z] [2025-06-27T07:33:01.033Z] #46 [security-spire-config internal] load build context [2025-06-27T07:33:01.033Z] #46 transferring context: 22.05kB 0.6s done [2025-06-27T07:33:01.033Z] #46 DONE 6.7s [2025-06-27T07:33:01.033Z] [2025-06-27T07:33:01.033Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:01.033Z] #43 ... [2025-06-27T07:33:01.033Z] [2025-06-27T07:33:01.033Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:33:01.033Z] #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.4s done [2025-06-27T07:33:01.033Z] #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-27T07:33:01.033Z] #42 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-27T07:33:01.034Z] #42 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-27T07:33:01.034Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-06-27T07:33:01.034Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done [2025-06-27T07:33:01.034Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.30MB / 14.28MB 5.5s [2025-06-27T07:33:01.034Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.5s done [2025-06-27T07:33:01.034Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.3s done [2025-06-27T07:33:01.301Z] #42 ... [2025-06-27T07:33:01.301Z] [2025-06-27T07:33:01.301Z] #47 [security-spire-server internal] load build context [2025-06-27T07:33:01.301Z] #47 transferring context: 23.80kB 0.8s done [2025-06-27T07:33:01.301Z] #47 DONE 6.9s [2025-06-27T07:33:01.301Z] [2025-06-27T07:33:01.301Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:01.885Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.27MB / 33.17MB 6.1s [2025-06-27T07:33:02.153Z] #43 ... [2025-06-27T07:33:02.153Z] [2025-06-27T07:33:02.153Z] #48 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-27T07:33:02.153Z] #48 ... [2025-06-27T07:33:02.153Z] [2025-06-27T07:33:02.153Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:02.153Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 6.6s [2025-06-27T07:33:02.421Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-27T07:33:02.421Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-06-27T07:33:02.689Z] #43 ... [2025-06-27T07:33:02.689Z] [2025-06-27T07:33:02.689Z] #48 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-27T07:33:02.689Z] #48 DONE 11.3s [2025-06-27T07:33:02.689Z] [2025-06-27T07:33:02.689Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:02.956Z] #43 ... [2025-06-27T07:33:02.956Z] [2025-06-27T07:33:02.956Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-27T07:33:02.956Z] #0 8.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:02.956Z] #0 9.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.224Z] #49 ... [2025-06-27T07:33:03.224Z] [2025-06-27T07:33:03.224Z] #40 [security-spire-agent internal] load build context [2025-06-27T07:33:03.224Z] #40 transferring context: 23.33kB 0.2s done [2025-06-27T07:33:03.224Z] #40 DONE 8.6s [2025-06-27T07:33:03.224Z] [2025-06-27T07:33:03.224Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:03.224Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 7.4s [2025-06-27T07:33:03.224Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 7.6s [2025-06-27T07:33:03.224Z] #43 ... [2025-06-27T07:33:03.224Z] [2025-06-27T07:33:03.224Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-27T07:33:03.224Z] #0 8.260 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.224Z] #0 9.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.491Z] #50 ... [2025-06-27T07:33:03.491Z] [2025-06-27T07:33:03.491Z] #51 [security-spiffe-token-provider internal] load build context [2025-06-27T07:33:03.491Z] #51 transferring context: 3.23MB 6.3s done [2025-06-27T07:33:03.491Z] #51 DONE 10.0s [2025-06-27T07:33:03.491Z] [2025-06-27T07:33:03.491Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-27T07:33:03.491Z] #0 8.008 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.491Z] #0 9.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.759Z] #52 ... [2025-06-27T07:33:03.759Z] [2025-06-27T07:33:03.759Z] #53 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-27T07:33:03.759Z] #0 7.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.759Z] #0 8.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.759Z] #53 ... [2025-06-27T07:33:03.759Z] [2025-06-27T07:33:03.759Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:03.759Z] #43 ... [2025-06-27T07:33:03.759Z] [2025-06-27T07:33:03.759Z] #35 [core-data internal] load build context [2025-06-27T07:33:03.759Z] #35 transferring context: 3.23MB 6.9s done [2025-06-27T07:33:03.759Z] #35 DONE 10.3s [2025-06-27T07:33:03.759Z] [2025-06-27T07:33:03.759Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:03.759Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 8.2s [2025-06-27T07:33:03.759Z] #43 ... [2025-06-27T07:33:03.759Z] [2025-06-27T07:33:03.759Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-27T07:33:03.759Z] #0 8.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:03.759Z] #0 9.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:04.031Z] #54 ... [2025-06-27T07:33:04.031Z] [2025-06-27T07:33:04.031Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-27T07:33:04.031Z] #0 7.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:04.031Z] #0 9.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:04.301Z] #55 ... [2025-06-27T07:33:04.301Z] [2025-06-27T07:33:04.301Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:04.301Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 8.7s [2025-06-27T07:33:04.301Z] #43 ... [2025-06-27T07:33:04.301Z] [2025-06-27T07:33:04.301Z] #56 [support-notifications internal] load build context [2025-06-27T07:33:04.568Z] #56 ... [2025-06-27T07:33:04.568Z] [2025-06-27T07:33:04.568Z] #37 [security-bootstrapper internal] load build context [2025-06-27T07:33:04.568Z] #37 transferring context: 3.23MB 5.9s done [2025-06-27T07:33:04.568Z] #37 DONE 10.1s [2025-06-27T07:33:04.568Z] [2025-06-27T07:33:04.568Z] #56 [support-notifications internal] load build context [2025-06-27T07:33:04.568Z] #56 ... [2025-06-27T07:33:04.568Z] [2025-06-27T07:33:04.568Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-27T07:33:04.568Z] #57 ... [2025-06-27T07:33:04.568Z] [2025-06-27T07:33:04.568Z] #58 [core-command internal] load build context [2025-06-27T07:33:04.568Z] #58 ... [2025-06-27T07:33:04.568Z] [2025-06-27T07:33:04.568Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:33:04.568Z] #0 9.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:04.835Z] #59 ... [2025-06-27T07:33:04.835Z] [2025-06-27T07:33:04.835Z] #60 [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-27T07:33:05.108Z] #60 ... [2025-06-27T07:33:05.108Z] [2025-06-27T07:33:05.108Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-27T07:33:05.108Z] #0 9.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:05.108Z] #61 ... [2025-06-27T07:33:05.108Z] [2025-06-27T07:33:05.108Z] #60 [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-27T07:33:05.108Z] #60 DONE 10.5s [2025-06-27T07:33:05.108Z] [2025-06-27T07:33:05.108Z] #62 [core-keeper internal] load build context [2025-06-27T07:33:05.108Z] #62 ... [2025-06-27T07:33:05.108Z] [2025-06-27T07:33:05.108Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-27T07:33:05.108Z] #0 8.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:05.108Z] #0 9.849 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:05.375Z] #63 ... [2025-06-27T07:33:05.375Z] [2025-06-27T07:33:05.375Z] #64 [security-proxy-auth internal] load build context [2025-06-27T07:33:05.375Z] #64 transferring context: 3.23MB 6.3s done [2025-06-27T07:33:05.375Z] #64 ... [2025-06-27T07:33:05.375Z] [2025-06-27T07:33:05.375Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:05.375Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.79MB / 33.17MB 9.7s [2025-06-27T07:33:05.651Z] #43 ... [2025-06-27T07:33:05.651Z] [2025-06-27T07:33:05.651Z] #65 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-06-27T07:33:05.651Z] #65 DONE 3.1s [2025-06-27T07:33:05.651Z] [2025-06-27T07:33:05.651Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:05.651Z] #43 ... [2025-06-27T07:33:05.651Z] [2025-06-27T07:33:05.651Z] #64 [security-proxy-auth internal] load build context [2025-06-27T07:33:05.651Z] #64 DONE 11.3s [2025-06-27T07:33:05.651Z] [2025-06-27T07:33:05.651Z] #58 [core-command internal] load build context [2025-06-27T07:33:05.651Z] #58 transferring context: 3.23MB 7.1s done [2025-06-27T07:33:05.651Z] #58 DONE 11.3s [2025-06-27T07:33:05.651Z] [2025-06-27T07:33:05.651Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:05.651Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 10.0s [2025-06-27T07:33:05.918Z] #43 ... [2025-06-27T07:33:05.918Z] [2025-06-27T07:33:05.918Z] #56 [support-notifications internal] load build context [2025-06-27T07:33:05.918Z] #56 transferring context: 3.23MB 7.0s done [2025-06-27T07:33:05.918Z] #56 DONE 11.4s [2025-06-27T07:33:05.918Z] [2025-06-27T07:33:05.918Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:05.918Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 10.3s [2025-06-27T07:33:06.186Z] #43 ... [2025-06-27T07:33:06.186Z] [2025-06-27T07:33:06.186Z] #62 [core-keeper internal] load build context [2025-06-27T07:33:06.186Z] #62 transferring context: 3.23MB 6.9s done [2025-06-27T07:33:06.186Z] #62 DONE 11.7s [2025-06-27T07:33:06.186Z] [2025-06-27T07:33:06.186Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:06.454Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.7s [2025-06-27T07:33:06.721Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.9s done [2025-06-27T07:33:06.987Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.9s done [2025-06-27T07:33:09.579Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-06-27T07:33:10.351Z] #124 DONE 21.3s [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #125 [core-metadata builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #125 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #126 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:10.351Z] #126 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:10.351Z] #127 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #120 DONE 21.3s [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:10.351Z] #128 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #129 [core-data builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #129 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #130 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:10.351Z] #130 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #121 [security-proxy-setup builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #121 DONE 21.3s [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #131 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:10.351Z] #131 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #132 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:10.351Z] #132 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #133 [security-bootstrapper builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #133 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #134 [security-proxy-auth builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #134 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:10.351Z] #135 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:10.351Z] #136 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:10.351Z] #137 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #138 [core-command builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #138 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #139 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:10.351Z] #139 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:10.351Z] #140 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #141 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:10.351Z] #142 CACHED [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #119 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #119 DONE 21.2s [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T07:33:10.351Z] #143 ... [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #122 [core-keeper builder 7/8] COPY . . [2025-06-27T07:33:10.351Z] #122 DONE 21.3s [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #123 [support-scheduler builder 6/7] COPY . . [2025-06-27T07:33:10.351Z] #123 DONE 21.4s [2025-06-27T07:33:10.351Z] [2025-06-27T07:33:10.351Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T07:33:10.351Z] #144 1.026 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-27T07:33:11.521Z] #43 ... [2025-06-27T07:33:11.521Z] [2025-06-27T07:33:11.521Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:33:11.521Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 6.1s done [2025-06-27T07:33:11.521Z] #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-27T07:33:11.521Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.8s [2025-06-27T07:33:11.521Z] #42 ... [2025-06-27T07:33:11.521Z] [2025-06-27T07:33:11.521Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:12.487Z] #43 ... [2025-06-27T07:33:12.487Z] [2025-06-27T07:33:12.487Z] #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-27T07:33:12.487Z] #53 16.53 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:12.487Z] #53 16.66 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:12.487Z] #53 16.76 OK: 9 MiB in 15 packages [2025-06-27T07:33:12.487Z] #53 DONE 19.9s [2025-06-27T07:33:12.487Z] [2025-06-27T07:33:12.487Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:14.438Z] #43 ... [2025-06-27T07:33:14.438Z] [2025-06-27T07:33:14.438Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-27T07:33:14.438Z] #66 DONE 8.8s [2025-06-27T07:33:14.438Z] [2025-06-27T07:33:14.438Z] #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:33:15.032Z] #67 ... [2025-06-27T07:33:15.032Z] [2025-06-27T07:33:15.032Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-27T07:33:15.032Z] #57 10.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:15.032Z] #57 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:15.032Z] #57 ... [2025-06-27T07:33:15.032Z] [2025-06-27T07:33:15.032Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:15.032Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.3s [2025-06-27T07:33:15.299Z] #43 ... [2025-06-27T07:33:15.299Z] [2025-06-27T07:33:15.299Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-27T07:33:15.299Z] #0 7.370 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:15.299Z] #68 ... [2025-06-27T07:33:15.299Z] [2025-06-27T07:33:15.299Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:15.882Z] #43 ... [2025-06-27T07:33:15.882Z] [2025-06-27T07:33:15.882Z] #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-27T07:33:15.882Z] #0 7.126 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:15.882Z] #0 8.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:15.882Z] #69 ... [2025-06-27T07:33:15.882Z] [2025-06-27T07:33:15.882Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-27T07:33:15.882Z] #0 9.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:15.882Z] #70 ... [2025-06-27T07:33:15.882Z] [2025-06-27T07:33:15.882Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-27T07:33:15.882Z] #0 9.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:16.150Z] #71 ... [2025-06-27T07:33:16.150Z] [2025-06-27T07:33:16.150Z] #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-27T07:33:16.150Z] #0 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:16.150Z] #72 ... [2025-06-27T07:33:16.150Z] [2025-06-27T07:33:16.150Z] #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-27T07:33:16.150Z] #0 8.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:16.415Z] #73 ... [2025-06-27T07:33:16.415Z] [2025-06-27T07:33:16.415Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:33:16.415Z] #59 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:16.415Z] #59 20.97 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:33:16.415Z] #59 20.97 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:33:16.415Z] #59 20.97 OK: 24049 distinct packages available [2025-06-27T07:33:16.684Z] #59 ... [2025-06-27T07:33:16.684Z] [2025-06-27T07:33:16.684Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-27T07:33:16.684Z] #61 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:16.684Z] #61 ... [2025-06-27T07:33:16.684Z] [2025-06-27T07:33:16.684Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-27T07:33:16.684Z] #55 19.65 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:16.684Z] #55 19.75 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:16.684Z] #55 19.92 OK: 9 MiB in 15 packages [2025-06-27T07:33:16.684Z] #55 DONE 22.9s [2025-06-27T07:33:16.684Z] [2025-06-27T07:33:16.684Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:17.278Z] #43 ... [2025-06-27T07:33:17.278Z] [2025-06-27T07:33:17.278Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:33:17.278Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.9s done [2025-06-27T07:33:17.278Z] #42 DONE 22.6s [2025-06-27T07:33:17.557Z] [2025-06-27T07:33:17.557Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-27T07:33:17.557Z] #70 11.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:17.827Z] #70 ... [2025-06-27T07:33:17.827Z] [2025-06-27T07:33:17.827Z] #50 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-27T07:33:17.827Z] #50 19.48 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:17.827Z] #50 19.55 (2/4) Installing openssl (3.3.3-r0) [2025-06-27T07:33:17.827Z] #50 19.72 (3/4) Installing su-exec (0.2-r3) [2025-06-27T07:33:17.827Z] #50 19.72 (4/4) Installing yq-go (4.44.1-r2) [2025-06-27T07:33:17.827Z] #50 21.60 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:17.827Z] #50 21.90 OK: 20 MiB in 18 packages [2025-06-27T07:33:17.827Z] #50 DONE 24.6s [2025-06-27T07:33:18.099Z] [2025-06-27T07:33:18.099Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:18.523Z] #144 ... [2025-06-27T07:33:18.524Z] [2025-06-27T07:33:18.524Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-27T07:33:18.524Z] #0 1.011 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-27T07:33:18.524Z] #145 ... [2025-06-27T07:33:18.524Z] [2025-06-27T07:33:18.524Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T07:33:18.524Z] #0 1.213 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-27T07:33:18.524Z] #146 ... [2025-06-27T07:33:18.524Z] [2025-06-27T07:33:18.524Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:33:18.524Z] #0 0.947 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-27T07:33:18.781Z] #147 ... [2025-06-27T07:33:18.781Z] [2025-06-27T07:33:18.781Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T07:33:18.781Z] #0 1.435 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-27T07:33:19.038Z] #148 ... [2025-06-27T07:33:19.038Z] [2025-06-27T07:33:19.038Z] #149 [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-27T07:33:19.038Z] #0 1.180 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-27T07:33:19.038Z] #149 ... [2025-06-27T07:33:19.038Z] [2025-06-27T07:33:19.038Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-27T07:33:19.038Z] #0 0.954 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-27T07:33:19.068Z] #43 ... [2025-06-27T07:33:19.068Z] [2025-06-27T07:33:19.068Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-27T07:33:19.068Z] #49 19.21 (1/4) Installing ca-certificates (20241121-r1) [2025-06-27T07:33:19.068Z] #49 19.87 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:19.068Z] #49 19.93 (3/4) Installing su-exec (0.2-r3) [2025-06-27T07:33:19.068Z] #49 19.99 (4/4) Installing yq-go (4.44.1-r2) [2025-06-27T07:33:19.068Z] #49 21.26 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:19.068Z] #49 21.48 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:33:19.068Z] #49 22.88 OK: 20 MiB in 18 packages [2025-06-27T07:33:19.068Z] #49 DONE 26.1s [2025-06-27T07:33:19.068Z] [2025-06-27T07:33:19.068Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-27T07:33:19.068Z] #63 17.60 (1/7) Installing ca-certificates (20241121-r1) [2025-06-27T07:33:19.068Z] #63 18.08 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:19.068Z] #63 18.12 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-27T07:33:19.068Z] #63 18.12 (4/7) Installing libsodium (1.0.19-r0) [2025-06-27T07:33:19.068Z] #63 18.15 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-27T07:33:19.068Z] #63 18.62 (6/7) Installing libzmq (4.3.5-r2) [2025-06-27T07:33:19.068Z] #63 18.76 (7/7) Installing zeromq (4.3.5-r2) [2025-06-27T07:33:19.068Z] #63 18.86 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:19.068Z] #63 19.09 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:33:19.068Z] #63 21.00 OK: 14 MiB in 21 packages [2025-06-27T07:33:19.068Z] #63 DONE 24.5s [2025-06-27T07:33:19.068Z] [2025-06-27T07:33:19.068Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:19.295Z] #150 ... [2025-06-27T07:33:19.295Z] [2025-06-27T07:33:19.295Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T07:33:19.295Z] #0 0.541 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-27T07:33:19.295Z] #151 ... [2025-06-27T07:33:19.295Z] [2025-06-27T07:33:19.295Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-27T07:33:19.295Z] #0 0.803 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-27T07:33:19.336Z] #43 ... [2025-06-27T07:33:19.336Z] [2025-06-27T07:33:19.336Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-27T07:33:19.336Z] #52 17.62 (1/3) Installing ca-certificates (20241121-r1) [2025-06-27T07:33:19.336Z] #52 18.07 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:19.336Z] #52 18.09 (3/3) Installing tzdata (2025b-r0) [2025-06-27T07:33:19.336Z] #52 19.74 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:19.336Z] #52 19.91 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:33:19.336Z] #52 21.61 OK: 11 MiB in 17 packages [2025-06-27T07:33:19.336Z] #52 DONE 25.9s [2025-06-27T07:33:19.336Z] [2025-06-27T07:33:19.336Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:19.553Z] #152 ... [2025-06-27T07:33:19.553Z] [2025-06-27T07:33:19.553Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-27T07:33:19.553Z] #0 1.015 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-27T07:33:19.553Z] #153 ... [2025-06-27T07:33:19.553Z] [2025-06-27T07:33:19.553Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T07:33:19.553Z] #143 1.253 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-27T07:33:19.810Z] #143 ... [2025-06-27T07:33:19.810Z] [2025-06-27T07:33:19.810Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-27T07:33:19.810Z] #0 0.608 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-27T07:33:20.303Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.9s [2025-06-27T07:33:20.573Z] #43 ... [2025-06-27T07:33:20.573Z] [2025-06-27T07:33:20.573Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-27T07:33:20.573Z] #57 22.99 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:20.573Z] #57 22.99 (2/2) Installing su-exec (0.2-r3) [2025-06-27T07:33:20.573Z] #57 22.99 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:20.573Z] #57 23.08 OK: 9 MiB in 16 packages [2025-06-27T07:33:20.573Z] #57 DONE 26.1s [2025-06-27T07:33:20.573Z] [2025-06-27T07:33:20.573Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-27T07:33:22.522Z] #74 ... [2025-06-27T07:33:22.522Z] [2025-06-27T07:33:22.522Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-27T07:33:22.522Z] #54 18.43 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:33:22.522Z] #54 18.43 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:33:22.522Z] #54 18.43 OK: 24049 distinct packages available [2025-06-27T07:33:22.522Z] #54 19.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:22.522Z] #54 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:22.522Z] #54 ... [2025-06-27T07:33:22.522Z] [2025-06-27T07:33:22.522Z] #75 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-27T07:33:22.522Z] #0 8.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:22.522Z] #75 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:22.522Z] #75 ... [2025-06-27T07:33:22.522Z] [2025-06-27T07:33:22.522Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:25.921Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.9s [2025-06-27T07:33:26.211Z] #43 ... [2025-06-27T07:33:26.211Z] [2025-06-27T07:33:26.211Z] #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-27T07:33:26.211Z] #69 18.92 OK: 239 MiB in 58 packages [2025-06-27T07:33:26.211Z] #69 DONE 21.4s [2025-06-27T07:33:26.211Z] [2025-06-27T07:33:26.211Z] #76 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:26.832Z] #76 DONE 0.5s [2025-06-27T07:33:26.832Z] [2025-06-27T07:33:26.832Z] #77 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:26.832Z] #77 ... [2025-06-27T07:33:26.832Z] [2025-06-27T07:33:26.832Z] #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-27T07:33:26.832Z] #73 11.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.112Z] #73 ... [2025-06-27T07:33:27.112Z] [2025-06-27T07:33:27.112Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:27.112Z] #0 8.333 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.112Z] #78 10.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.112Z] #78 ... [2025-06-27T07:33:27.112Z] [2025-06-27T07:33:27.112Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-27T07:33:27.112Z] #68 11.69 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.388Z] #68 ... [2025-06-27T07:33:27.388Z] [2025-06-27T07:33:27.388Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:27.659Z] #43 ... [2025-06-27T07:33:27.659Z] [2025-06-27T07:33:27.659Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-27T07:33:27.659Z] #61 22.95 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:33:27.659Z] #61 22.95 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:33:27.659Z] #61 22.95 OK: 24049 distinct packages available [2025-06-27T07:33:27.659Z] #61 25.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.659Z] #61 27.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.659Z] #61 ... [2025-06-27T07:33:27.659Z] [2025-06-27T07:33:27.659Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-27T07:33:27.659Z] #71 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.659Z] #71 21.09 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-27T07:33:27.659Z] #71 21.09 v3.20.6-210-g791eef147fb [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-27T07:33:27.659Z] #71 21.09 OK: 24049 distinct packages available [2025-06-27T07:33:27.927Z] #71 ... [2025-06-27T07:33:27.927Z] [2025-06-27T07:33:27.927Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:33:27.927Z] #59 23.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.927Z] #59 25.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.927Z] #59 ... [2025-06-27T07:33:27.927Z] [2025-06-27T07:33:27.927Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-27T07:33:27.927Z] #0 7.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:27.927Z] #0 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:28.201Z] #79 ... [2025-06-27T07:33:28.201Z] [2025-06-27T07:33:28.201Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:28.470Z] #43 ... [2025-06-27T07:33:28.470Z] [2025-06-27T07:33:28.470Z] #72 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-27T07:33:28.470Z] #72 12.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:28.470Z] #72 ... [2025-06-27T07:33:28.470Z] [2025-06-27T07:33:28.470Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-27T07:33:28.470Z] #70 20.85 OK: 239 MiB in 58 packages [2025-06-27T07:33:28.470Z] #70 DONE 22.9s [2025-06-27T07:33:28.470Z] [2025-06-27T07:33:28.470Z] #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:29.061Z] #80 ... [2025-06-27T07:33:29.061Z] [2025-06-27T07:33:29.061Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-27T07:33:29.061Z] #0 7.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:29.061Z] #0 8.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:29.334Z] #81 ... [2025-06-27T07:33:29.334Z] [2025-06-27T07:33:29.334Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:33:29.334Z] #59 34.10 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:29.334Z] #59 34.13 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-27T07:33:29.334Z] #59 34.15 (3/5) Installing libucontext (1.2-r3) [2025-06-27T07:33:29.334Z] #59 34.27 (4/5) Installing gcompat (1.1.0-r4) [2025-06-27T07:33:29.334Z] #59 34.37 (5/5) Installing openssl (3.3.3-r0) [2025-06-27T07:33:29.334Z] #59 34.61 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:29.334Z] #59 ... [2025-06-27T07:33:29.334Z] [2025-06-27T07:33:29.334Z] #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:29.334Z] #80 DONE 0.8s [2025-06-27T07:33:29.334Z] [2025-06-27T07:33:29.334Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:33:29.334Z] #59 34.76 OK: 10 MiB in 19 packages [2025-06-27T07:33:29.334Z] #59 ... [2025-06-27T07:33:29.334Z] [2025-06-27T07:33:29.334Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:29.334Z] #0 7.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:29.334Z] #0 9.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:29.606Z] #82 ... [2025-06-27T07:33:29.606Z] [2025-06-27T07:33:29.606Z] #83 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:29.606Z] #0 7.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:29.606Z] #0 9.952 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:29.606Z] #83 ... [2025-06-27T07:33:29.606Z] [2025-06-27T07:33:29.606Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:29.872Z] #43 ... [2025-06-27T07:33:29.872Z] [2025-06-27T07:33:29.872Z] #73 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-27T07:33:29.872Z] #73 21.94 OK: 239 MiB in 58 packages [2025-06-27T07:33:29.872Z] #73 DONE 24.1s [2025-06-27T07:33:29.872Z] [2025-06-27T07:33:29.872Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:30.835Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.0s [2025-06-27T07:33:30.835Z] #43 ... [2025-06-27T07:33:30.835Z] [2025-06-27T07:33:30.835Z] #84 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:30.835Z] #84 DONE 0.9s [2025-06-27T07:33:30.835Z] [2025-06-27T07:33:30.835Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:31.417Z] #43 ... [2025-06-27T07:33:31.417Z] [2025-06-27T07:33:31.417Z] #72 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-27T07:33:31.417Z] #72 23.51 OK: 239 MiB in 58 packages [2025-06-27T07:33:31.417Z] #72 DONE 26.0s [2025-06-27T07:33:31.417Z] [2025-06-27T07:33:31.417Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:32.387Z] #43 ... [2025-06-27T07:33:32.387Z] [2025-06-27T07:33:32.387Z] #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-27T07:33:32.387Z] #59 DONE 37.6s [2025-06-27T07:33:32.387Z] [2025-06-27T07:33:32.387Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:32.979Z] #43 ... [2025-06-27T07:33:32.979Z] [2025-06-27T07:33:32.979Z] #85 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:32.979Z] #85 DONE 1.4s [2025-06-27T07:33:32.979Z] [2025-06-27T07:33:32.979Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:33.943Z] #43 ... [2025-06-27T07:33:33.943Z] [2025-06-27T07:33:33.943Z] #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:33:33.943Z] #67 9.202 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:33.943Z] #67 13.23 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:33.943Z] #67 ... [2025-06-27T07:33:33.943Z] [2025-06-27T07:33:33.943Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:34.535Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.8s done [2025-06-27T07:33:34.805Z] #43 ... [2025-06-27T07:33:34.805Z] [2025-06-27T07:33:34.805Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-27T07:33:34.805Z] #54 33.92 (1/14) Installing ca-certificates (20241121-r1) [2025-06-27T07:33:34.805Z] #54 34.61 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-27T07:33:34.805Z] #54 34.95 (3/14) Installing c-ares (1.33.1-r0) [2025-06-27T07:33:34.805Z] #54 35.03 (4/14) Installing libunistring (1.2-r0) [2025-06-27T07:33:34.805Z] #54 35.42 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-27T07:33:34.805Z] #54 35.59 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-27T07:33:34.805Z] #54 35.61 (7/14) Installing libpsl (0.21.5-r1) [2025-06-27T07:33:34.805Z] #54 35.75 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-27T07:33:34.805Z] #54 35.88 (9/14) Installing libcurl (8.12.1-r0) [2025-06-27T07:33:34.805Z] #54 36.01 (10/14) Installing curl (8.12.1-r0) [2025-06-27T07:33:34.805Z] #54 36.16 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:34.805Z] #54 36.22 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-27T07:33:34.805Z] #54 36.24 (13/14) Installing libucontext (1.2-r3) [2025-06-27T07:33:34.805Z] #54 36.34 (14/14) Installing gcompat (1.1.0-r4) [2025-06-27T07:33:34.805Z] #54 36.40 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:34.805Z] #54 36.61 Executing ca-certificates-20241121-r1.trigger [2025-06-27T07:33:34.805Z] #54 38.28 OK: 15 MiB in 28 packages [2025-06-27T07:33:34.805Z] #54 DONE 41.0s [2025-06-27T07:33:34.805Z] [2025-06-27T07:33:34.805Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-27T07:33:35.074Z] #43 DONE 40.6s [2025-06-27T07:33:35.074Z] [2025-06-27T07:33:35.074Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:35.074Z] #86 ... [2025-06-27T07:33:35.074Z] [2025-06-27T07:33:35.074Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-27T07:33:35.074Z] #68 24.99 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:35.074Z] #68 27.58 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:35.074Z] #68 27.87 OK: 9 MiB in 15 packages [2025-06-27T07:33:35.074Z] #68 DONE 29.9s [2025-06-27T07:33:35.074Z] [2025-06-27T07:33:35.074Z] #75 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-06-27T07:33:35.075Z] #75 20.66 OK: 9 MiB in 15 packages [2025-06-27T07:33:35.075Z] #75 DONE 23.5s [2025-06-27T07:33:35.345Z] [2025-06-27T07:33:35.345Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-27T07:33:35.345Z] #61 38.61 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-27T07:33:35.345Z] #61 38.69 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-27T07:33:35.345Z] #61 38.74 (3/4) Installing libucontext (1.2-r3) [2025-06-27T07:33:35.345Z] #61 38.75 (4/4) Installing gcompat (1.1.0-r4) [2025-06-27T07:33:35.345Z] #61 38.92 Executing busybox-1.36.1-r29.trigger [2025-06-27T07:33:35.345Z] #61 39.14 OK: 9 MiB in 18 packages [2025-06-27T07:33:36.307Z] #61 DONE 41.6s [2025-06-27T07:33:36.307Z] [2025-06-27T07:33:36.307Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-27T07:33:37.714Z] #87 ... [2025-06-27T07:33:37.714Z] [2025-06-27T07:33:37.714Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-27T07:33:37.714Z] #74 6.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:37.714Z] #74 9.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:37.714Z] #74 ... [2025-06-27T07:33:37.714Z] [2025-06-27T07:33:37.714Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-27T07:33:38.685Z] #88 ... [2025-06-27T07:33:38.685Z] [2025-06-27T07:33:38.685Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-27T07:33:38.685Z] #81 19.61 OK: 20 MiB in 18 packages [2025-06-27T07:33:38.953Z] #81 ... [2025-06-27T07:33:38.953Z] [2025-06-27T07:33:38.953Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-27T07:33:38.953Z] #71 23.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:38.953Z] #71 24.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:38.953Z] #71 ... [2025-06-27T07:33:38.953Z] [2025-06-27T07:33:38.953Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-27T07:33:38.953Z] #79 21.05 OK: 20 MiB in 18 packages [2025-06-27T07:33:39.545Z] #79 ... [2025-06-27T07:33:39.545Z] [2025-06-27T07:33:39.545Z] #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:39.545Z] #89 ... [2025-06-27T07:33:39.545Z] [2025-06-27T07:33:39.545Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:39.545Z] #78 22.05 OK: 9 MiB in 15 packages [2025-06-27T07:33:40.959Z] #78 ... [2025-06-27T07:33:40.959Z] [2025-06-27T07:33:40.959Z] #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:40.959Z] #90 ... [2025-06-27T07:33:40.959Z] [2025-06-27T07:33:40.959Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-27T07:33:40.959Z] #79 DONE 22.9s [2025-06-27T07:33:40.959Z] [2025-06-27T07:33:40.959Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-27T07:33:40.959Z] #81 DONE 21.8s [2025-06-27T07:33:40.959Z] [2025-06-27T07:33:40.959Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-27T07:33:40.959Z] #91 ... [2025-06-27T07:33:40.959Z] [2025-06-27T07:33:40.959Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:40.959Z] #78 DONE 24.2s [2025-06-27T07:33:41.226Z] [2025-06-27T07:33:41.226Z] #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:33:41.226Z] #67 26.60 OK: 239 MiB in 58 packages [2025-06-27T07:33:41.496Z] #67 ... [2025-06-27T07:33:41.496Z] [2025-06-27T07:33:41.496Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:41.496Z] #82 20.88 OK: 14 MiB in 21 packages [2025-06-27T07:33:41.496Z] #82 DONE 22.2s [2025-06-27T07:33:41.496Z] [2025-06-27T07:33:41.496Z] #91 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-27T07:33:41.496Z] #91 DONE 0.7s [2025-06-27T07:33:41.496Z] [2025-06-27T07:33:41.496Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-27T07:33:41.496Z] #71 33.96 OK: 239 MiB in 58 packages [2025-06-27T07:33:41.496Z] #71 DONE 35.9s [2025-06-27T07:33:41.496Z] [2025-06-27T07:33:41.496Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-27T07:33:41.496Z] #74 19.93 OK: 9 MiB in 16 packages [2025-06-27T07:33:42.092Z] #74 ... [2025-06-27T07:33:42.092Z] [2025-06-27T07:33:42.092Z] #83 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:42.092Z] #83 20.89 OK: 11 MiB in 17 packages [2025-06-27T07:33:42.092Z] #83 DONE 22.7s [2025-06-27T07:33:42.092Z] [2025-06-27T07:33:42.092Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-27T07:33:42.092Z] #74 DONE 21.6s [2025-06-27T07:33:42.092Z] [2025-06-27T07:33:42.092Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:33:43.059Z] #92 DONE 1.2s [2025-06-27T07:33:43.059Z] [2025-06-27T07:33:43.059Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:43.059Z] #93 ... [2025-06-27T07:33:43.059Z] [2025-06-27T07:33:43.059Z] #94 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:43.059Z] #94 ... [2025-06-27T07:33:43.059Z] [2025-06-27T07:33:43.059Z] #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-27T07:33:43.328Z] #95 ... [2025-06-27T07:33:43.328Z] [2025-06-27T07:33:43.328Z] #67 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-27T07:33:43.328Z] #67 DONE 28.8s [2025-06-27T07:33:43.610Z] [2025-06-27T07:33:43.610Z] #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-27T07:33:44.200Z] #96 DONE 0.8s [2025-06-27T07:33:44.200Z] [2025-06-27T07:33:44.200Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:33:46.140Z] #97 ... [2025-06-27T07:33:46.140Z] [2025-06-27T07:33:46.140Z] #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-27T07:33:46.140Z] #95 DONE 3.7s [2025-06-27T07:33:46.140Z] [2025-06-27T07:33:46.140Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-27T07:33:46.140Z] #98 DONE 0.2s [2025-06-27T07:33:46.140Z] [2025-06-27T07:33:46.140Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-27T07:33:46.140Z] #87 3.881 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:46.140Z] #87 6.038 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:47.115Z] #87 ... [2025-06-27T07:33:47.115Z] [2025-06-27T07:33:47.115Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:47.115Z] #86 4.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:47.115Z] #86 6.871 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:47.115Z] #86 12.19 OK: 15 MiB in 28 packages [2025-06-27T07:33:47.384Z] #86 ... [2025-06-27T07:33:47.384Z] [2025-06-27T07:33:47.384Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-27T07:33:47.384Z] #88 6.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:47.384Z] #88 8.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-27T07:33:47.384Z] #88 14.71 OK: 10 MiB in 19 packages [2025-06-27T07:33:47.384Z] #88 DONE 15.2s [2025-06-27T07:33:47.384Z] [2025-06-27T07:33:47.384Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:33:48.377Z] #99 ... [2025-06-27T07:33:48.377Z] [2025-06-27T07:33:48.377Z] #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-27T07:33:48.377Z] #86 DONE 13.3s [2025-06-27T07:33:48.377Z] [2025-06-27T07:33:48.377Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-27T07:33:48.377Z] #100 DONE 1.0s [2025-06-27T07:33:48.377Z] [2025-06-27T07:33:48.377Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-27T07:33:48.377Z] #87 11.50 OK: 9 MiB in 18 packages [2025-06-27T07:33:48.980Z] #87 DONE 12.6s [2025-06-27T07:33:48.980Z] [2025-06-27T07:33:48.980Z] #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:33:49.566Z] #101 ... [2025-06-27T07:33:49.566Z] [2025-06-27T07:33:49.566Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:33:49.566Z] #99 DONE 2.3s [2025-06-27T07:33:49.832Z] [2025-06-27T07:33:49.832Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-27T07:33:49.832Z] #102 DONE 0.3s [2025-06-27T07:33:49.832Z] [2025-06-27T07:33:49.832Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:33:50.098Z] #103 DONE 1.9s [2025-06-27T07:33:50.098Z] [2025-06-27T07:33:50.098Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-27T07:33:50.364Z] #104 DONE 0.3s [2025-06-27T07:33:50.364Z] [2025-06-27T07:33:50.364Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:33:50.634Z] #105 ... [2025-06-27T07:33:50.634Z] [2025-06-27T07:33:50.634Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-27T07:33:50.634Z] #106 DONE 0.3s [2025-06-27T07:33:50.634Z] [2025-06-27T07:33:50.634Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-27T07:33:50.918Z] #107 DONE 0.2s [2025-06-27T07:33:50.918Z] [2025-06-27T07:33:50.918Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:33:50.918Z] #105 DONE 0.4s [2025-06-27T07:33:50.918Z] [2025-06-27T07:33:50.918Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:33:50.918Z] #108 ... [2025-06-27T07:33:50.918Z] [2025-06-27T07:33:50.918Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-27T07:33:50.918Z] #109 DONE 0.2s [2025-06-27T07:33:51.186Z] [2025-06-27T07:33:51.186Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-27T07:33:51.186Z] #110 ... [2025-06-27T07:33:51.186Z] [2025-06-27T07:33:51.186Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:33:51.186Z] #108 DONE 0.4s [2025-06-27T07:33:51.186Z] [2025-06-27T07:33:51.186Z] #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-27T07:33:51.186Z] #101 DONE 2.4s [2025-06-27T07:33:51.453Z] [2025-06-27T07:33:51.453Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-27T07:33:51.453Z] #110 DONE 0.3s [2025-06-27T07:33:51.453Z] [2025-06-27T07:33:51.453Z] #111 [security-spire-server] exporting to image [2025-06-27T07:33:51.453Z] #111 exporting layers [2025-06-27T07:33:51.453Z] #111 ... [2025-06-27T07:33:51.453Z] [2025-06-27T07:33:51.453Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-27T07:33:51.453Z] #112 DONE 0.4s [2025-06-27T07:33:51.722Z] [2025-06-27T07:33:51.722Z] #113 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-27T07:33:51.722Z] #113 DONE 0.3s [2025-06-27T07:33:51.722Z] [2025-06-27T07:33:51.722Z] #114 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-27T07:33:51.996Z] #114 DONE 0.3s [2025-06-27T07:33:51.996Z] [2025-06-27T07:33:51.996Z] #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-27T07:33:51.996Z] #115 DONE 0.3s [2025-06-27T07:33:51.996Z] [2025-06-27T07:33:51.996Z] #111 [security-spire-agent] exporting to image [2025-06-27T07:33:52.582Z] #111 ... [2025-06-27T07:33:52.582Z] [2025-06-27T07:33:52.582Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-27T07:33:52.582Z] #116 DONE 0.4s [2025-06-27T07:33:52.582Z] [2025-06-27T07:33:52.582Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-27T07:33:52.582Z] #117 DONE 0.1s [2025-06-27T07:33:52.582Z] [2025-06-27T07:33:52.582Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-27T07:33:52.849Z] #118 DONE 0.1s [2025-06-27T07:33:52.849Z] [2025-06-27T07:33:52.849Z] #111 [security-spire-config] exporting to image [2025-06-27T07:33:54.258Z] #111 exporting layers 2.8s done [2025-06-27T07:33:54.258Z] #111 writing image sha256:1516ecdf1bfe83126997a014536ffbda2da2821df1ed18cf2551671ba2002aed done [2025-06-27T07:33:54.258Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2025-06-27T07:33:54.258Z] #111 exporting layers 2.4s done [2025-06-27T07:33:54.258Z] #111 writing image sha256:7294c5ee081c8e3c3a07612587cb8c4d2dda3ddf8843a2b8af4b7fd5bf12565a done [2025-06-27T07:33:54.258Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-27T07:33:54.837Z] #111 exporting layers 2.0s done [2025-06-27T07:33:54.837Z] #111 writing image sha256:7059e97824714c4ab4a96312edea5feacff2001b14a7c78b367ac78638b1eeff done [2025-06-27T07:33:54.837Z] #111 naming to docker.io/library/security-spire-config-arm64 done [2025-06-27T07:33:54.837Z] #111 DONE 3.3s [2025-06-27T07:33:54.837Z] [2025-06-27T07:33:54.837Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:34:41.210Z] #154 DONE 87.2s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-27T07:34:41.210Z] #153 DONE 87.2s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-27T07:34:41.210Z] #145 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-27T07:34:41.210Z] #155 DONE 0.3s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-27T07:34:41.210Z] #156 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:34:41.210Z] #157 DONE 0.3s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:34:41.210Z] #158 DONE 0.3s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-27T07:34:41.210Z] #159 DONE 0.2s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:34:41.210Z] #147 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:34:41.210Z] #160 DONE 0.1s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-06-27T07:34:41.210Z] #161 DONE 0.1s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-27T07:34:41.210Z] #156 DONE 0.9s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:34:41.210Z] #162 DONE 0.1s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #163 [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-27T07:34:41.210Z] #163 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:34:41.210Z] #164 DONE 0.2s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-27T07:34:41.210Z] #165 DONE 0.4s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-27T07:34:41.210Z] #166 DONE 0.2s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #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-27T07:34:41.210Z] #167 DONE 0.2s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T07:34:41.210Z] #151 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #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-27T07:34:41.210Z] #168 DONE 0.2s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #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-27T07:34:41.210Z] #169 DONE 0.1s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #163 [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-27T07:34:41.210Z] #163 DONE 1.4s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #99 [core-common-config-bootstrapper] exporting to image [2025-06-27T07:34:41.210Z] #99 exporting layers [2025-06-27T07:34:41.210Z] #99 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-27T07:34:41.210Z] #170 DONE 0.1s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-27T07:34:41.210Z] #171 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #99 [core-common-config-bootstrapper] exporting to image [2025-06-27T07:34:41.210Z] #99 exporting layers 0.5s done [2025-06-27T07:34:41.210Z] #99 writing image sha256:69febdc181e6c01cecef5793ce20ff3c508ea9e3b734db6a67ba513efd047db4 done [2025-06-27T07:34:41.210Z] #99 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-27T07:34:41.210Z] #99 DONE 3.1s [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.210Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T07:34:41.210Z] #143 ... [2025-06-27T07:34:41.210Z] [2025-06-27T07:34:41.211Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-27T07:34:41.211Z] #171 DONE 1.6s [2025-06-27T07:34:41.211Z] [2025-06-27T07:34:41.211Z] #99 [security-bootstrapper] exporting to image [2025-06-27T07:34:41.211Z] #99 exporting layers 0.6s done [2025-06-27T07:34:41.211Z] #99 writing image sha256:4699fe231e00e2004e5929c4cc9e59876a3cf1ca57c3a89a0c32c2d3d71d17ca done [2025-06-27T07:34:41.211Z] #99 naming to docker.io/library/security-bootstrapper done [2025-06-27T07:34:41.211Z] #99 DONE 3.7s [2025-06-27T07:34:41.211Z] [2025-06-27T07:34:41.211Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T07:35:31.467Z] #97 ... [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #89 DONE 112.3s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #77 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #77 DONE 114.9s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #119 ... [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #90 DONE 111.0s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #94 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #94 DONE 108.8s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #120 ... [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #97 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #97 DONE 98.8s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #93 DONE 100.0s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-27T07:35:31.467Z] #121 ... [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #122 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #122 DONE 2.0s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #119 DONE 2.0s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #123 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:35:31.467Z] #123 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #124 [security-proxy-auth builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #124 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #125 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #126 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #127 [security-bootstrapper builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #127 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:35:31.467Z] #128 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #129 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #129 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #130 [core-command builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #130 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #131 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:35:31.467Z] #131 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #132 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #133 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:35:31.467Z] #133 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #134 [core-data builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #134 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:35:31.467Z] #135 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #136 [core-metadata builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #136 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #137 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #138 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-27T07:35:31.467Z] #138 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #139 [security-proxy-setup builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #139 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-27T07:35:31.467Z] #140 CACHED [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #141 [support-scheduler builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #141 DONE 2.0s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #120 DONE 1.9s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-27T07:35:31.467Z] #142 ... [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #143 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-27T07:35:31.467Z] #143 DONE 1.4s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #121 [core-keeper builder 7/8] COPY . . [2025-06-27T07:35:31.467Z] #121 DONE 1.7s [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T07:35:31.467Z] #144 ... [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T07:35:31.467Z] #0 5.169 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-27T07:35:31.467Z] #145 ... [2025-06-27T07:35:31.467Z] [2025-06-27T07:35:31.467Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-27T07:35:31.467Z] #142 6.123 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-27T07:35:34.067Z] #142 ... [2025-06-27T07:35:34.067Z] [2025-06-27T07:35:34.067Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-27T07:35:34.067Z] #0 4.381 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-27T07:35:34.067Z] #146 ... [2025-06-27T07:35:34.067Z] [2025-06-27T07:35:34.067Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T07:35:34.067Z] #0 4.978 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-27T07:35:34.067Z] #147 ... [2025-06-27T07:35:34.067Z] [2025-06-27T07:35:34.067Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T07:35:34.067Z] #0 5.927 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-27T07:35:34.067Z] #148 ... [2025-06-27T07:35:34.067Z] [2025-06-27T07:35:34.067Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:35:34.067Z] #0 5.129 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-27T07:35:34.332Z] #149 ... [2025-06-27T07:35:34.332Z] [2025-06-27T07:35:34.332Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T07:35:34.332Z] #0 5.464 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-27T07:35:34.601Z] #150 ... [2025-06-27T07:35:34.601Z] [2025-06-27T07:35:34.601Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-27T07:35:34.601Z] #0 5.564 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-27T07:35:34.601Z] #151 ... [2025-06-27T07:35:34.601Z] [2025-06-27T07:35:34.601Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-27T07:35:34.601Z] #0 5.903 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-27T07:35:34.866Z] #152 ... [2025-06-27T07:35:34.866Z] [2025-06-27T07:35:34.866Z] #153 [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-27T07:35:34.866Z] #0 5.522 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-27T07:35:35.131Z] #153 ... [2025-06-27T07:35:35.131Z] [2025-06-27T07:35:35.131Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-27T07:35:35.131Z] #0 5.243 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-27T07:35:35.131Z] #154 ... [2025-06-27T07:35:35.131Z] [2025-06-27T07:35:35.131Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T07:35:35.131Z] #144 5.460 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-27T07:35:38.901Z] #144 ... [2025-06-27T07:35:38.901Z] [2025-06-27T07:35:38.901Z] #149 [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-27T07:35:38.901Z] #149 147.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-27T07:36:00.828Z] #149 ... [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-27T07:36:00.828Z] #152 DONE 171.9s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-27T07:36:00.828Z] #145 DONE 171.9s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T07:36:00.828Z] #151 DONE 171.9s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T07:36:00.828Z] #144 DONE 171.9s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T07:36:00.828Z] #146 DONE 172.0s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #149 [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-27T07:36:00.828Z] #149 DONE 172.0s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:36:00.828Z] #147 DONE 172.0s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #172 ... [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-27T07:36:00.828Z] #150 DONE 172.1s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T07:36:00.828Z] #143 DONE 172.1s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T07:36:00.828Z] #148 DONE 172.0s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #173 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #173 DONE 0.3s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #174 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #174 ... [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #172 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #172 DONE 0.3s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #175 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #175 DONE 0.3s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #176 DONE 0.2s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #177 DONE 0.2s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #178 DONE 0.2s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #179 DONE 0.2s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #174 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #174 DONE 0.2s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #180 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:00.828Z] #180 DONE 0.2s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #181 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:00.828Z] #181 ... [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #182 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:00.828Z] #182 DONE 0.2s [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #183 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:00.828Z] #183 CACHED [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #184 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #184 CACHED [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #185 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:36:00.828Z] #185 CACHED [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #186 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:00.828Z] #186 CACHED [2025-06-27T07:36:00.828Z] [2025-06-27T07:36:00.828Z] #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:00.828Z] #187 DONE 0.2s [2025-06-27T07:36:01.092Z] [2025-06-27T07:36:01.092Z] #188 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:01.092Z] #188 DONE 0.5s [2025-06-27T07:36:01.092Z] [2025-06-27T07:36:01.092Z] #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-27T07:36:01.092Z] #189 ... [2025-06-27T07:36:01.092Z] [2025-06-27T07:36:01.092Z] #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:01.092Z] #190 DONE 0.4s [2025-06-27T07:36:01.357Z] [2025-06-27T07:36:01.357Z] #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-27T07:36:02.293Z] #191 ... [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-27T07:36:02.293Z] #192 DONE 1.5s [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #193 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:02.293Z] #193 DONE 1.5s [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #181 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:36:02.293Z] #181 DONE 1.5s [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-27T07:36:02.293Z] #189 DONE 1.4s [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #194 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-27T07:36:02.293Z] #194 DONE 1.5s [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #195 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-27T07:36:02.293Z] #195 DONE 1.5s [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #196 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-27T07:36:02.293Z] #196 DONE 1.5s [2025-06-27T07:36:02.293Z] [2025-06-27T07:36:02.293Z] #197 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:36:02.551Z] #197 ... [2025-06-27T07:36:02.551Z] [2025-06-27T07:36:02.551Z] #198 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-27T07:36:02.551Z] #198 DONE 1.5s [2025-06-27T07:36:02.551Z] [2025-06-27T07:36:02.551Z] #199 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-27T07:36:02.811Z] #199 ... [2025-06-27T07:36:02.811Z] [2025-06-27T07:36:02.811Z] #200 [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-27T07:36:02.811Z] #200 DONE 1.6s [2025-06-27T07:36:02.811Z] [2025-06-27T07:36:02.811Z] #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-27T07:36:02.811Z] #191 DONE 1.8s [2025-06-27T07:36:02.811Z] [2025-06-27T07:36:02.811Z] #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:36:02.811Z] #201 DONE 0.7s [2025-06-27T07:36:02.811Z] [2025-06-27T07:36:02.811Z] #99 [core-keeper] exporting to image [2025-06-27T07:36:02.811Z] #99 exporting layers [2025-06-27T07:36:03.068Z] #99 ... [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #202 [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-27T07:36:03.068Z] #202 DONE 0.7s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-27T07:36:03.068Z] #203 DONE 0.6s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #204 [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-27T07:36:03.068Z] #204 DONE 0.6s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:36:03.068Z] #205 DONE 0.7s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #206 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-27T07:36:03.068Z] #206 DONE 0.7s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #197 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:36:03.068Z] #197 DONE 0.7s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #99 [core-command] exporting to image [2025-06-27T07:36:03.068Z] #99 ... [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #199 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-27T07:36:03.068Z] #199 DONE 0.7s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-27T07:36:03.068Z] #207 DONE 0.4s [2025-06-27T07:36:03.068Z] [2025-06-27T07:36:03.068Z] #99 [support-scheduler] exporting to image [2025-06-27T07:36:03.068Z] #99 exporting layers 0.2s done [2025-06-27T07:36:03.327Z] #99 ... [2025-06-27T07:36:03.327Z] [2025-06-27T07:36:03.327Z] #208 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:36:03.327Z] #208 DONE 0.3s [2025-06-27T07:36:03.327Z] [2025-06-27T07:36:03.327Z] #209 [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-27T07:36:03.327Z] #209 DONE 0.3s [2025-06-27T07:36:03.327Z] [2025-06-27T07:36:03.327Z] #210 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-27T07:36:03.327Z] #210 DONE 0.3s [2025-06-27T07:36:03.327Z] [2025-06-27T07:36:03.327Z] #99 [support-notifications] exporting to image [2025-06-27T07:36:03.327Z] #99 ... [2025-06-27T07:36:03.327Z] [2025-06-27T07:36:03.327Z] #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:36:03.327Z] #211 DONE 0.3s [2025-06-27T07:36:03.327Z] [2025-06-27T07:36:03.327Z] #212 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-27T07:36:03.327Z] #212 DONE 0.4s [2025-06-27T07:36:03.327Z] [2025-06-27T07:36:03.327Z] #99 [core-metadata] exporting to image [2025-06-27T07:36:03.585Z] #99 ... [2025-06-27T07:36:03.585Z] [2025-06-27T07:36:03.585Z] #213 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-27T07:36:03.585Z] #213 DONE 0.3s [2025-06-27T07:36:03.585Z] [2025-06-27T07:36:03.585Z] #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-27T07:36:03.585Z] #214 DONE 0.3s [2025-06-27T07:36:03.585Z] [2025-06-27T07:36:03.585Z] #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-27T07:36:03.585Z] #215 DONE 0.1s [2025-06-27T07:36:03.585Z] [2025-06-27T07:36:03.585Z] #99 [core-metadata] exporting to image [2025-06-27T07:36:03.585Z] #99 exporting layers 0.5s done [2025-06-27T07:36:03.585Z] #99 writing image sha256:f33cb1b64e92907d089df43ac2e2d0ff91d7a66642fb60d362be86cb73a70247 [2025-06-27T07:36:03.585Z] #99 writing image sha256:2b220eb9f9b9946a096e662ce7a66e3ef45aa8f47680baa67a54ac79e6249911 [2025-06-27T07:36:03.585Z] #99 writing image sha256:570c1be60047605295b6103c92f71fd09f140790b1a51106ae606abc10726a59 [2025-06-27T07:36:03.585Z] #99 writing image sha256:f33cb1b64e92907d089df43ac2e2d0ff91d7a66642fb60d362be86cb73a70247 0.1s done [2025-06-27T07:36:03.585Z] #99 writing image sha256:2b220eb9f9b9946a096e662ce7a66e3ef45aa8f47680baa67a54ac79e6249911 0.1s done [2025-06-27T07:36:03.585Z] #99 writing image sha256:570c1be60047605295b6103c92f71fd09f140790b1a51106ae606abc10726a59 0.1s done [2025-06-27T07:36:03.585Z] #99 naming to docker.io/library/core-keeper done [2025-06-27T07:36:03.585Z] #99 naming to docker.io/library/security-spiffe-token-provider done [2025-06-27T07:36:03.585Z] #99 naming to docker.io/library/core-command [2025-06-27T07:36:03.844Z] #99 ... [2025-06-27T07:36:03.844Z] [2025-06-27T07:36:03.844Z] #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-27T07:36:03.844Z] #216 DONE 0.3s [2025-06-27T07:36:03.844Z] [2025-06-27T07:36:03.844Z] #99 [core-command] exporting to image [2025-06-27T07:36:03.844Z] #99 exporting layers 0.7s done [2025-06-27T07:36:03.844Z] #99 naming to docker.io/library/core-command 0.1s done [2025-06-27T07:36:03.844Z] #99 ... [2025-06-27T07:36:03.844Z] [2025-06-27T07:36:03.844Z] #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-27T07:36:03.844Z] #217 DONE 0.4s [2025-06-27T07:36:03.844Z] [2025-06-27T07:36:03.844Z] #99 [core-data] exporting to image [2025-06-27T07:36:03.844Z] #99 exporting layers 0.5s done [2025-06-27T07:36:03.844Z] #99 writing image sha256:4f7b0abd73ab19f9684473fc42da995fbc4b8cb0c321c89b964aa8ff97c34872 0.0s done [2025-06-27T07:36:03.844Z] #99 naming to docker.io/library/support-scheduler done [2025-06-27T07:36:03.844Z] #99 writing image sha256:36665d4c25d21e484316252f8767d26b603787f2029b3108ba5fa73848aac39f 0.0s done [2025-06-27T07:36:03.844Z] #99 naming to docker.io/library/support-notifications done [2025-06-27T07:36:03.844Z] #99 writing image sha256:b1aed356187a558512ceabfd57e7d77720f740e72c72860f5d714e3ac670da53 done [2025-06-27T07:36:03.844Z] #99 naming to docker.io/library/core-data done [2025-06-27T07:36:04.104Z] #99 ... [2025-06-27T07:36:04.104Z] [2025-06-27T07:36:04.104Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-27T07:36:04.104Z] #218 DONE 0.3s [2025-06-27T07:36:04.104Z] [2025-06-27T07:36:04.104Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-27T07:36:04.104Z] #219 DONE 0.0s [2025-06-27T07:36:04.365Z] [2025-06-27T07:36:04.365Z] #99 [core-metadata] exporting to image [2025-06-27T07:36:04.365Z] #99 exporting layers 0.9s done [2025-06-27T07:36:04.365Z] #99 writing image sha256:1c446a7316991edb2151e6ed7196f67da37f437534b76400c1f94fd06c4efe22 done [2025-06-27T07:36:04.365Z] #99 naming to docker.io/library/security-proxy-auth done [2025-06-27T07:36:04.365Z] #99 writing image sha256:474e299f0eefb12da05301ada7d49c73a54ca40fb0b83d16ad385a3f38690f69 done [2025-06-27T07:36:04.365Z] #99 naming to docker.io/library/core-metadata done [2025-06-27T07:36:04.366Z] #99 DONE 5.0s [2025-06-27T07:36:04.366Z] [2025-06-27T07:36:04.366Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-27T07:36:04.366Z] #220 DONE 0.8s [2025-06-27T07:36:04.366Z] [2025-06-27T07:36:04.366Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-27T07:36:04.625Z] #221 DONE 0.4s [2025-06-27T07:36:04.625Z] [2025-06-27T07:36:04.625Z] #99 [security-secretstore-setup] exporting to image [2025-06-27T07:36:04.625Z] #99 writing image sha256:160641308956d4d663b20a970647634b7fe7767f272613b5a1e9955ada05c7da done [2025-06-27T07:36:04.625Z] #99 naming to docker.io/library/security-proxy-setup done [2025-06-27T07:36:04.885Z] #99 exporting layers 0.2s done [2025-06-27T07:36:04.885Z] #99 writing image sha256:9bae27f1b3055546c027bf51355fa864e4e2e0cf1780785a7beb2df0a80712e0 done [2025-06-27T07:36:04.885Z] #99 naming to docker.io/library/security-secretstore-setup done [2025-06-27T07:36:04.885Z] #99 DONE 5.5s [2025-06-27T07:36:04.885Z] [2025-06-27T07:36:04.885Z] #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-27T07:36:04.885Z] time="2025-06-27T07:30:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:30:59Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T07:36:04.885Z] time="2025-06-27T07:31:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-27T07:36:04.907Z] $ docker stop --time=1 d2800231892f5eea3a822345b6dee064c170809d17e92c0f1977f243c89f8c67 [2025-06-27T07:36:06.173Z] $ docker rm -f --volumes d2800231892f5eea3a822345b6dee064c170809d17e92c0f1977f243c89f8c67 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-27T07:36:06.517Z] + docker images [2025-06-27T07:36:06.517Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-27T07:36:06.517Z] security-secretstore-setup latest 9bae27f1b305 2 seconds ago 68.9MB [2025-06-27T07:36:06.517Z] security-proxy-setup latest 160641308956 2 seconds ago 38.6MB [2025-06-27T07:36:06.517Z] security-proxy-auth latest 1c446a731699 3 seconds ago 31.9MB [2025-06-27T07:36:06.517Z] core-data latest b1aed356187a 3 seconds ago 33MB [2025-06-27T07:36:06.517Z] core-metadata latest 474e299f0eef 3 seconds ago 33.2MB [2025-06-27T07:36:06.517Z] core-keeper latest f33cb1b64e92 4 seconds ago 32.6MB [2025-06-27T07:36:06.517Z] core-command latest 570c1be60047 4 seconds ago 28.5MB [2025-06-27T07:36:06.518Z] support-notifications latest 36665d4c25d2 4 seconds ago 52.3MB [2025-06-27T07:36:06.518Z] security-spiffe-token-provider latest 2b220eb9f9b9 4 seconds ago 47.5MB [2025-06-27T07:36:06.518Z] support-scheduler latest 4f7b0abd73ab 4 seconds ago 48.7MB [2025-06-27T07:36:06.518Z] security-bootstrapper latest 4699fe231e00 About a minute ago 20.4MB [2025-06-27T07:36:06.518Z] core-common-config-bootstrapper latest 69febdc181e6 About a minute ago 17.1MB [2025-06-27T07:36:06.518Z] security-spire-agent latest d2bc7d69781e 4 minutes ago 195MB [2025-06-27T07:36:06.518Z] security-spire-server latest 8520194a75a7 4 minutes ago 149MB [2025-06-27T07:36:06.518Z] security-spire-config latest 303c05fba792 4 minutes ago 149MB [2025-06-27T07:36:06.518Z] ci-base-image-x86_64 latest b60e0a4dc5bb 7 minutes ago 924MB [2025-06-27T07:36:06.518Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 9 days ago 574MB [2025-06-27T07:36:06.518Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB [2025-06-27T07:36:06.518Z] 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-27T07:36:06.636Z] provisioning config files... [2025-06-27T07:36:06.645Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config8308413898173721452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:36:06.945Z] ---> ****-login.sh [2025-06-27T07:36:06.945Z] nexus3.edgexfoundry.org:10001 [2025-06-27T07:36:06.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:36:06.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:36:06.945Z] Configure a credential helper to remove this warning. See [2025-06-27T07:36:06.945Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:36:06.945Z] [2025-06-27T07:36:06.945Z] Login Succeeded [2025-06-27T07:36:06.945Z] nexus3.edgexfoundry.org:10002 [2025-06-27T07:36:06.945Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:36:06.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:36:06.945Z] Configure a credential helper to remove this warning. See [2025-06-27T07:36:06.945Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:36:06.945Z] [2025-06-27T07:36:06.945Z] Login Succeeded [2025-06-27T07:36:06.945Z] nexus3.edgexfoundry.org:10003 [2025-06-27T07:36:07.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:36:07.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:36:07.206Z] Configure a credential helper to remove this warning. See [2025-06-27T07:36:07.206Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:36:07.206Z] [2025-06-27T07:36:07.206Z] Login Succeeded [2025-06-27T07:36:07.206Z] nexus3.edgexfoundry.org:10004 [2025-06-27T07:36:07.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:36:07.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:36:07.206Z] Configure a credential helper to remove this warning. See [2025-06-27T07:36:07.206Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:36:07.206Z] [2025-06-27T07:36:07.206Z] Login Succeeded [2025-06-27T07:36:07.206Z] ****.io [2025-06-27T07:36:07.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:36:07.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:36:07.725Z] Configure a credential helper to remove this warning. See [2025-06-27T07:36:07.725Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:36:07.725Z] [2025-06-27T07:36:07.725Z] Login Succeeded [2025-06-27T07:36:07.725Z] ---> ****-login.sh ends [Pipeline] } [2025-06-27T07:36:07.733Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:07.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-27T07:36:07.826Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-27T07:36:07.826Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:07.826Z] latest [2025-06-27T07:36:07.826Z] 4.1.0-dev.29 [2025-06-27T07:36:07.826Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:07.826Z] main [2025-06-27T07:36:07.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:08.173Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:08.502Z] + docker push nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:08.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-27T07:36:08.503Z] 6e410ab78eb5: Preparing [2025-06-27T07:36:08.503Z] cbcf0192eb8d: Preparing [2025-06-27T07:36:08.503Z] c477f148c454: Preparing [2025-06-27T07:36:08.503Z] 2a42b004716e: Preparing [2025-06-27T07:36:08.503Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:08.503Z] 713406888c6c: Preparing [2025-06-27T07:36:08.503Z] 994456c4fd7b: Preparing [2025-06-27T07:36:08.503Z] 994456c4fd7b: Waiting [2025-06-27T07:36:08.503Z] 713406888c6c: Waiting [2025-06-27T07:36:08.503Z] e7ec11a6ae3f: Pushed [2025-06-27T07:36:08.503Z] c477f148c454: Pushed [2025-06-27T07:36:08.503Z] 2a42b004716e: Pushed [2025-06-27T07:36:08.503Z] 6e410ab78eb5: Pushed [2025-06-27T07:36:08.503Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:08.761Z] 713406888c6c: Pushed [2025-06-27T07:36:10.664Z] cbcf0192eb8d: Pushed [2025-06-27T07:36:10.664Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:10.993Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:11.321Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-27T07:36:11.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-27T07:36:11.321Z] 6e410ab78eb5: Preparing [2025-06-27T07:36:11.321Z] cbcf0192eb8d: Preparing [2025-06-27T07:36:11.321Z] c477f148c454: Preparing [2025-06-27T07:36:11.321Z] 2a42b004716e: Preparing [2025-06-27T07:36:11.321Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:11.321Z] 713406888c6c: Preparing [2025-06-27T07:36:11.321Z] 994456c4fd7b: Preparing [2025-06-27T07:36:11.321Z] 994456c4fd7b: Waiting [2025-06-27T07:36:11.322Z] 713406888c6c: Waiting [2025-06-27T07:36:11.322Z] c477f148c454: Layer already exists [2025-06-27T07:36:11.322Z] cbcf0192eb8d: Layer already exists [2025-06-27T07:36:11.322Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:11.322Z] 6e410ab78eb5: Layer already exists [2025-06-27T07:36:11.322Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:11.322Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:11.322Z] 713406888c6c: Layer already exists [2025-06-27T07:36:11.322Z] latest: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:11.655Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:11.980Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 [2025-06-27T07:36:11.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-27T07:36:11.980Z] 6e410ab78eb5: Preparing [2025-06-27T07:36:11.980Z] cbcf0192eb8d: Preparing [2025-06-27T07:36:11.980Z] c477f148c454: Preparing [2025-06-27T07:36:11.980Z] 2a42b004716e: Preparing [2025-06-27T07:36:11.980Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:11.980Z] 713406888c6c: Preparing [2025-06-27T07:36:11.980Z] 994456c4fd7b: Preparing [2025-06-27T07:36:11.980Z] 713406888c6c: Waiting [2025-06-27T07:36:11.980Z] 994456c4fd7b: Waiting [2025-06-27T07:36:11.980Z] cbcf0192eb8d: Layer already exists [2025-06-27T07:36:11.980Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:11.980Z] 6e410ab78eb5: Layer already exists [2025-06-27T07:36:11.980Z] c477f148c454: Layer already exists [2025-06-27T07:36:11.980Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:11.980Z] 713406888c6c: Layer already exists [2025-06-27T07:36:11.980Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:11.980Z] 4.1.0-dev.29: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:12.306Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:12.628Z] + docker push nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:12.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-27T07:36:12.628Z] 6e410ab78eb5: Preparing [2025-06-27T07:36:12.628Z] cbcf0192eb8d: Preparing [2025-06-27T07:36:12.628Z] c477f148c454: Preparing [2025-06-27T07:36:12.628Z] 2a42b004716e: Preparing [2025-06-27T07:36:12.628Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:12.628Z] 713406888c6c: Preparing [2025-06-27T07:36:12.628Z] 994456c4fd7b: Preparing [2025-06-27T07:36:12.628Z] 713406888c6c: Waiting [2025-06-27T07:36:12.628Z] 994456c4fd7b: Waiting [2025-06-27T07:36:12.628Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:12.628Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:12.628Z] c477f148c454: Layer already exists [2025-06-27T07:36:12.628Z] cbcf0192eb8d: Layer already exists [2025-06-27T07:36:12.628Z] 6e410ab78eb5: Layer already exists [2025-06-27T07:36:12.628Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:12.628Z] 713406888c6c: Layer already exists [2025-06-27T07:36:12.628Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:12.959Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:13.281Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-27T07:36:13.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-27T07:36:13.281Z] 6e410ab78eb5: Preparing [2025-06-27T07:36:13.281Z] cbcf0192eb8d: Preparing [2025-06-27T07:36:13.281Z] c477f148c454: Preparing [2025-06-27T07:36:13.281Z] 2a42b004716e: Preparing [2025-06-27T07:36:13.281Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:13.281Z] 713406888c6c: Preparing [2025-06-27T07:36:13.281Z] 994456c4fd7b: Preparing [2025-06-27T07:36:13.281Z] 713406888c6c: Waiting [2025-06-27T07:36:13.281Z] 994456c4fd7b: Waiting [2025-06-27T07:36:13.281Z] c477f148c454: Layer already exists [2025-06-27T07:36:13.281Z] 6e410ab78eb5: Layer already exists [2025-06-27T07:36:13.281Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:13.281Z] cbcf0192eb8d: Layer already exists [2025-06-27T07:36:13.281Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:13.281Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:13.281Z] 713406888c6c: Layer already exists [2025-06-27T07:36:13.281Z] main: digest: sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:13.356Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:13.373Z] taggedImages: [2025-06-27T07:36:13.373Z] - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:13.373Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-27T07:36:13.373Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 [2025-06-27T07:36:13.373Z] - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:13.373Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-27T07:36:13.396Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-27T07:36:13.396Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:13.396Z] latest [2025-06-27T07:36:13.396Z] 4.1.0-dev.29 [2025-06-27T07:36:13.396Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:13.396Z] main [2025-06-27T07:36:13.396Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:13.725Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:14.054Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:14.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-27T07:36:14.054Z] 1f5093ff449e: Preparing [2025-06-27T07:36:14.054Z] 3a30d16b3436: Preparing [2025-06-27T07:36:14.054Z] 3927d8813285: Preparing [2025-06-27T07:36:14.054Z] 71235876217e: Preparing [2025-06-27T07:36:14.054Z] c477f148c454: Preparing [2025-06-27T07:36:14.054Z] 2a42b004716e: Preparing [2025-06-27T07:36:14.054Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:14.054Z] 713406888c6c: Preparing [2025-06-27T07:36:14.054Z] 994456c4fd7b: Preparing [2025-06-27T07:36:14.054Z] 713406888c6c: Waiting [2025-06-27T07:36:14.054Z] 994456c4fd7b: Waiting [2025-06-27T07:36:14.054Z] 2a42b004716e: Waiting [2025-06-27T07:36:14.054Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:14.054Z] c477f148c454: Layer already exists [2025-06-27T07:36:14.054Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:14.054Z] 3927d8813285: Pushed [2025-06-27T07:36:14.054Z] 3a30d16b3436: Pushed [2025-06-27T07:36:14.054Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:14.054Z] 1f5093ff449e: Pushed [2025-06-27T07:36:14.054Z] 713406888c6c: Layer already exists [2025-06-27T07:36:14.054Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:14.990Z] 71235876217e: Pushed [2025-06-27T07:36:14.990Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:15.321Z] + 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-27T07:36:15.649Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-27T07:36:15.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-27T07:36:15.650Z] 1f5093ff449e: Preparing [2025-06-27T07:36:15.650Z] 3a30d16b3436: Preparing [2025-06-27T07:36:15.650Z] 3927d8813285: Preparing [2025-06-27T07:36:15.650Z] 71235876217e: Preparing [2025-06-27T07:36:15.650Z] c477f148c454: Preparing [2025-06-27T07:36:15.650Z] 2a42b004716e: Preparing [2025-06-27T07:36:15.650Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:15.650Z] 713406888c6c: Preparing [2025-06-27T07:36:15.650Z] 994456c4fd7b: Preparing [2025-06-27T07:36:15.650Z] 2a42b004716e: Waiting [2025-06-27T07:36:15.650Z] 994456c4fd7b: Waiting [2025-06-27T07:36:15.650Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:15.650Z] c477f148c454: Layer already exists [2025-06-27T07:36:15.650Z] 3a30d16b3436: Layer already exists [2025-06-27T07:36:15.650Z] 71235876217e: Layer already exists [2025-06-27T07:36:15.650Z] 3927d8813285: Layer already exists [2025-06-27T07:36:15.650Z] 1f5093ff449e: Layer already exists [2025-06-27T07:36:15.650Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:15.650Z] 713406888c6c: Layer already exists [2025-06-27T07:36:15.650Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:15.650Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:15.650Z] latest: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:15.984Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:16.300Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 [2025-06-27T07:36:16.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-27T07:36:16.300Z] 1f5093ff449e: Preparing [2025-06-27T07:36:16.300Z] 3a30d16b3436: Preparing [2025-06-27T07:36:16.300Z] 3927d8813285: Preparing [2025-06-27T07:36:16.300Z] 71235876217e: Preparing [2025-06-27T07:36:16.300Z] c477f148c454: Preparing [2025-06-27T07:36:16.300Z] 2a42b004716e: Preparing [2025-06-27T07:36:16.300Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:16.300Z] 713406888c6c: Preparing [2025-06-27T07:36:16.300Z] 994456c4fd7b: Preparing [2025-06-27T07:36:16.300Z] 713406888c6c: Waiting [2025-06-27T07:36:16.300Z] 994456c4fd7b: Waiting [2025-06-27T07:36:16.300Z] 2a42b004716e: Waiting [2025-06-27T07:36:16.300Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:16.300Z] 3927d8813285: Layer already exists [2025-06-27T07:36:16.300Z] 1f5093ff449e: Layer already exists [2025-06-27T07:36:16.300Z] 3a30d16b3436: Layer already exists [2025-06-27T07:36:16.300Z] 71235876217e: Layer already exists [2025-06-27T07:36:16.300Z] c477f148c454: Layer already exists [2025-06-27T07:36:16.300Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:16.300Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:16.300Z] 713406888c6c: Layer already exists [2025-06-27T07:36:16.300Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:16.300Z] 4.1.0-dev.29: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:16.626Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:16.951Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:16.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-27T07:36:16.951Z] 1f5093ff449e: Preparing [2025-06-27T07:36:16.951Z] 3a30d16b3436: Preparing [2025-06-27T07:36:16.951Z] 3927d8813285: Preparing [2025-06-27T07:36:16.951Z] 71235876217e: Preparing [2025-06-27T07:36:16.951Z] c477f148c454: Preparing [2025-06-27T07:36:16.951Z] 2a42b004716e: Preparing [2025-06-27T07:36:16.951Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:16.951Z] 713406888c6c: Preparing [2025-06-27T07:36:16.951Z] 2a42b004716e: Waiting [2025-06-27T07:36:16.951Z] 994456c4fd7b: Preparing [2025-06-27T07:36:16.951Z] 713406888c6c: Waiting [2025-06-27T07:36:16.951Z] 994456c4fd7b: Waiting [2025-06-27T07:36:16.951Z] 3a30d16b3436: Layer already exists [2025-06-27T07:36:16.951Z] 3927d8813285: Layer already exists [2025-06-27T07:36:16.951Z] 71235876217e: Layer already exists [2025-06-27T07:36:16.951Z] 1f5093ff449e: Layer already exists [2025-06-27T07:36:16.951Z] c477f148c454: Layer already exists [2025-06-27T07:36:16.951Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:16.951Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:16.951Z] 713406888c6c: Layer already exists [2025-06-27T07:36:16.951Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:16.951Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:17.280Z] + 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-27T07:36:17.615Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-27T07:36:17.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-27T07:36:17.615Z] 1f5093ff449e: Preparing [2025-06-27T07:36:17.615Z] 3a30d16b3436: Preparing [2025-06-27T07:36:17.615Z] 3927d8813285: Preparing [2025-06-27T07:36:17.615Z] 71235876217e: Preparing [2025-06-27T07:36:17.615Z] c477f148c454: Preparing [2025-06-27T07:36:17.615Z] 2a42b004716e: Preparing [2025-06-27T07:36:17.615Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:17.615Z] 713406888c6c: Preparing [2025-06-27T07:36:17.615Z] 994456c4fd7b: Preparing [2025-06-27T07:36:17.615Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:17.615Z] 713406888c6c: Waiting [2025-06-27T07:36:17.615Z] 994456c4fd7b: Waiting [2025-06-27T07:36:17.615Z] 2a42b004716e: Waiting [2025-06-27T07:36:17.615Z] 3927d8813285: Layer already exists [2025-06-27T07:36:17.615Z] c477f148c454: Layer already exists [2025-06-27T07:36:17.615Z] 3a30d16b3436: Layer already exists [2025-06-27T07:36:17.615Z] 1f5093ff449e: Layer already exists [2025-06-27T07:36:17.615Z] 71235876217e: Layer already exists [2025-06-27T07:36:17.615Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:17.615Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:17.615Z] 713406888c6c: Layer already exists [2025-06-27T07:36:17.615Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:17.615Z] main: digest: sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:17.690Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:17.703Z] taggedImages: [2025-06-27T07:36:17.703Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:17.703Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-27T07:36:17.703Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 [2025-06-27T07:36:17.703Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:17.703Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-27T07:36:17.732Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-27T07:36:17.732Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:17.732Z] latest [2025-06-27T07:36:17.732Z] 4.1.0-dev.29 [2025-06-27T07:36:17.732Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:17.732Z] main [2025-06-27T07:36:17.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:18.079Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:18.415Z] + docker push nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:18.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-27T07:36:18.415Z] 4ffbf943e2de: Preparing [2025-06-27T07:36:18.415Z] 7ab7757683f5: Preparing [2025-06-27T07:36:18.415Z] c477f148c454: Preparing [2025-06-27T07:36:18.415Z] 2a42b004716e: Preparing [2025-06-27T07:36:18.415Z] 5a6f60d1a52a: Preparing [2025-06-27T07:36:18.415Z] ca4c01b97e16: Preparing [2025-06-27T07:36:18.415Z] 994456c4fd7b: Preparing [2025-06-27T07:36:18.415Z] ca4c01b97e16: Waiting [2025-06-27T07:36:18.415Z] 994456c4fd7b: Waiting [2025-06-27T07:36:18.415Z] 5a6f60d1a52a: Pushed [2025-06-27T07:36:18.981Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:18.981Z] c477f148c454: Layer already exists [2025-06-27T07:36:19.239Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:19.239Z] 4ffbf943e2de: Pushed [2025-06-27T07:36:19.239Z] ca4c01b97e16: Pushed [2025-06-27T07:36:21.136Z] 7ab7757683f5: Pushed [2025-06-27T07:36:21.392Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:21.715Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:22.041Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-27T07:36:22.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-27T07:36:22.041Z] 4ffbf943e2de: Preparing [2025-06-27T07:36:22.041Z] 7ab7757683f5: Preparing [2025-06-27T07:36:22.041Z] c477f148c454: Preparing [2025-06-27T07:36:22.041Z] 2a42b004716e: Preparing [2025-06-27T07:36:22.041Z] 5a6f60d1a52a: Preparing [2025-06-27T07:36:22.041Z] ca4c01b97e16: Preparing [2025-06-27T07:36:22.041Z] 994456c4fd7b: Preparing [2025-06-27T07:36:22.041Z] ca4c01b97e16: Waiting [2025-06-27T07:36:22.041Z] 5a6f60d1a52a: Layer already exists [2025-06-27T07:36:22.041Z] 7ab7757683f5: Layer already exists [2025-06-27T07:36:22.041Z] 4ffbf943e2de: Layer already exists [2025-06-27T07:36:22.041Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:22.041Z] c477f148c454: Layer already exists [2025-06-27T07:36:22.041Z] ca4c01b97e16: Layer already exists [2025-06-27T07:36:22.041Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:22.041Z] latest: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:22.371Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:22.704Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 [2025-06-27T07:36:22.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-27T07:36:22.704Z] 4ffbf943e2de: Preparing [2025-06-27T07:36:22.704Z] 7ab7757683f5: Preparing [2025-06-27T07:36:22.704Z] c477f148c454: Preparing [2025-06-27T07:36:22.704Z] 2a42b004716e: Preparing [2025-06-27T07:36:22.704Z] 5a6f60d1a52a: Preparing [2025-06-27T07:36:22.704Z] ca4c01b97e16: Preparing [2025-06-27T07:36:22.704Z] 994456c4fd7b: Preparing [2025-06-27T07:36:22.704Z] ca4c01b97e16: Waiting [2025-06-27T07:36:22.704Z] 994456c4fd7b: Waiting [2025-06-27T07:36:22.704Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:22.704Z] c477f148c454: Layer already exists [2025-06-27T07:36:22.704Z] 4ffbf943e2de: Layer already exists [2025-06-27T07:36:22.704Z] 7ab7757683f5: Layer already exists [2025-06-27T07:36:22.704Z] 5a6f60d1a52a: Layer already exists [2025-06-27T07:36:22.704Z] ca4c01b97e16: Layer already exists [2025-06-27T07:36:22.704Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:22.704Z] 4.1.0-dev.29: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:23.028Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:23.348Z] + docker push nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:23.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-27T07:36:23.348Z] 4ffbf943e2de: Preparing [2025-06-27T07:36:23.348Z] 7ab7757683f5: Preparing [2025-06-27T07:36:23.348Z] c477f148c454: Preparing [2025-06-27T07:36:23.348Z] 2a42b004716e: Preparing [2025-06-27T07:36:23.348Z] 5a6f60d1a52a: Preparing [2025-06-27T07:36:23.348Z] ca4c01b97e16: Preparing [2025-06-27T07:36:23.348Z] 994456c4fd7b: Preparing [2025-06-27T07:36:23.348Z] 994456c4fd7b: Waiting [2025-06-27T07:36:23.348Z] ca4c01b97e16: Waiting [2025-06-27T07:36:23.348Z] c477f148c454: Layer already exists [2025-06-27T07:36:23.348Z] 4ffbf943e2de: Layer already exists [2025-06-27T07:36:23.348Z] 7ab7757683f5: Layer already exists [2025-06-27T07:36:23.348Z] 5a6f60d1a52a: Layer already exists [2025-06-27T07:36:23.348Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:23.348Z] ca4c01b97e16: Layer already exists [2025-06-27T07:36:23.348Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:23.348Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:23.672Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:24.256Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-27T07:36:24.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-27T07:36:24.256Z] 4ffbf943e2de: Preparing [2025-06-27T07:36:24.256Z] 7ab7757683f5: Preparing [2025-06-27T07:36:24.256Z] c477f148c454: Preparing [2025-06-27T07:36:24.256Z] 2a42b004716e: Preparing [2025-06-27T07:36:24.256Z] 5a6f60d1a52a: Preparing [2025-06-27T07:36:24.256Z] ca4c01b97e16: Preparing [2025-06-27T07:36:24.256Z] 994456c4fd7b: Preparing [2025-06-27T07:36:24.256Z] 994456c4fd7b: Waiting [2025-06-27T07:36:24.256Z] ca4c01b97e16: Waiting [2025-06-27T07:36:24.256Z] c477f148c454: Layer already exists [2025-06-27T07:36:24.256Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:24.256Z] 5a6f60d1a52a: Layer already exists [2025-06-27T07:36:24.256Z] 4ffbf943e2de: Layer already exists [2025-06-27T07:36:24.256Z] 7ab7757683f5: Layer already exists [2025-06-27T07:36:24.256Z] ca4c01b97e16: Layer already exists [2025-06-27T07:36:24.256Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:24.256Z] main: digest: sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:24.330Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:24.444Z] taggedImages: [2025-06-27T07:36:24.444Z] - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:24.444Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-27T07:36:24.444Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 [2025-06-27T07:36:24.444Z] - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:24.444Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-27T07:36:24.465Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-27T07:36:24.465Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:24.465Z] latest [2025-06-27T07:36:24.465Z] 4.1.0-dev.29 [2025-06-27T07:36:24.465Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:24.465Z] main [2025-06-27T07:36:24.465Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:24.821Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:25.138Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:25.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-27T07:36:25.138Z] b4d1b8b6ad56: Preparing [2025-06-27T07:36:25.138Z] 827581f5e178: Preparing [2025-06-27T07:36:25.138Z] 2a42b004716e: Preparing [2025-06-27T07:36:25.138Z] c0907d60e845: Preparing [2025-06-27T07:36:25.138Z] eb31c99b2963: Preparing [2025-06-27T07:36:25.138Z] 994456c4fd7b: Preparing [2025-06-27T07:36:25.138Z] 994456c4fd7b: Waiting [2025-06-27T07:36:25.138Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:25.138Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:25.138Z] eb31c99b2963: Pushed [2025-06-27T07:36:25.138Z] c0907d60e845: Pushed [2025-06-27T07:36:25.138Z] b4d1b8b6ad56: Pushed [2025-06-27T07:36:27.673Z] 827581f5e178: Pushed [2025-06-27T07:36:27.933Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:28.264Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:28.579Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-27T07:36:28.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-27T07:36:28.579Z] b4d1b8b6ad56: Preparing [2025-06-27T07:36:28.579Z] 827581f5e178: Preparing [2025-06-27T07:36:28.579Z] 2a42b004716e: Preparing [2025-06-27T07:36:28.579Z] c0907d60e845: Preparing [2025-06-27T07:36:28.579Z] eb31c99b2963: Preparing [2025-06-27T07:36:28.579Z] 994456c4fd7b: Preparing [2025-06-27T07:36:28.579Z] 994456c4fd7b: Waiting [2025-06-27T07:36:28.579Z] eb31c99b2963: Layer already exists [2025-06-27T07:36:28.579Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:28.579Z] b4d1b8b6ad56: Layer already exists [2025-06-27T07:36:28.579Z] c0907d60e845: Layer already exists [2025-06-27T07:36:28.579Z] 827581f5e178: Layer already exists [2025-06-27T07:36:28.579Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:28.579Z] latest: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:28.900Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:29.222Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 [2025-06-27T07:36:29.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-27T07:36:29.222Z] b4d1b8b6ad56: Preparing [2025-06-27T07:36:29.222Z] 827581f5e178: Preparing [2025-06-27T07:36:29.222Z] 2a42b004716e: Preparing [2025-06-27T07:36:29.222Z] c0907d60e845: Preparing [2025-06-27T07:36:29.222Z] eb31c99b2963: Preparing [2025-06-27T07:36:29.222Z] 994456c4fd7b: Preparing [2025-06-27T07:36:29.222Z] 994456c4fd7b: Waiting [2025-06-27T07:36:29.222Z] c0907d60e845: Layer already exists [2025-06-27T07:36:29.222Z] b4d1b8b6ad56: Layer already exists [2025-06-27T07:36:29.222Z] 827581f5e178: Layer already exists [2025-06-27T07:36:29.222Z] eb31c99b2963: Layer already exists [2025-06-27T07:36:29.222Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:29.222Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:29.222Z] 4.1.0-dev.29: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:29.544Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:29.871Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:29.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-27T07:36:29.871Z] b4d1b8b6ad56: Preparing [2025-06-27T07:36:29.871Z] 827581f5e178: Preparing [2025-06-27T07:36:29.871Z] 2a42b004716e: Preparing [2025-06-27T07:36:29.871Z] c0907d60e845: Preparing [2025-06-27T07:36:29.871Z] eb31c99b2963: Preparing [2025-06-27T07:36:29.871Z] 994456c4fd7b: Preparing [2025-06-27T07:36:29.871Z] 994456c4fd7b: Waiting [2025-06-27T07:36:29.871Z] 827581f5e178: Layer already exists [2025-06-27T07:36:29.871Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:29.871Z] c0907d60e845: Layer already exists [2025-06-27T07:36:29.871Z] b4d1b8b6ad56: Layer already exists [2025-06-27T07:36:29.871Z] eb31c99b2963: Layer already exists [2025-06-27T07:36:29.871Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:29.871Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:30.194Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:30.520Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-27T07:36:30.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-27T07:36:30.520Z] b4d1b8b6ad56: Preparing [2025-06-27T07:36:30.520Z] 827581f5e178: Preparing [2025-06-27T07:36:30.520Z] 2a42b004716e: Preparing [2025-06-27T07:36:30.520Z] c0907d60e845: Preparing [2025-06-27T07:36:30.520Z] eb31c99b2963: Preparing [2025-06-27T07:36:30.520Z] 994456c4fd7b: Preparing [2025-06-27T07:36:30.520Z] 994456c4fd7b: Waiting [2025-06-27T07:36:30.520Z] 827581f5e178: Layer already exists [2025-06-27T07:36:30.520Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:30.520Z] eb31c99b2963: Layer already exists [2025-06-27T07:36:30.520Z] c0907d60e845: Layer already exists [2025-06-27T07:36:30.520Z] b4d1b8b6ad56: Layer already exists [2025-06-27T07:36:30.520Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:30.520Z] main: digest: sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:30.608Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:30.626Z] taggedImages: [2025-06-27T07:36:30.626Z] - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:30.626Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-27T07:36:30.626Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 [2025-06-27T07:36:30.626Z] - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:30.626Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-27T07:36:30.657Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-27T07:36:30.657Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:30.657Z] latest [2025-06-27T07:36:30.657Z] 4.1.0-dev.29 [2025-06-27T07:36:30.657Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:30.657Z] main [2025-06-27T07:36:30.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:30.990Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:31.317Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:31.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-27T07:36:31.317Z] 5986c8e357a0: Preparing [2025-06-27T07:36:31.317Z] 1181f04331e2: Preparing [2025-06-27T07:36:31.317Z] b07f28e35c16: Preparing [2025-06-27T07:36:31.317Z] c477f148c454: Preparing [2025-06-27T07:36:31.317Z] 2a42b004716e: Preparing [2025-06-27T07:36:31.317Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:31.317Z] 713406888c6c: Preparing [2025-06-27T07:36:31.317Z] 994456c4fd7b: Preparing [2025-06-27T07:36:31.317Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:31.317Z] 713406888c6c: Waiting [2025-06-27T07:36:31.317Z] 994456c4fd7b: Waiting [2025-06-27T07:36:31.317Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:31.317Z] c477f148c454: Layer already exists [2025-06-27T07:36:31.317Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:31.317Z] 713406888c6c: Layer already exists [2025-06-27T07:36:31.317Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:31.317Z] 5986c8e357a0: Pushed [2025-06-27T07:36:31.317Z] 1181f04331e2: Pushed [2025-06-27T07:36:33.853Z] b07f28e35c16: Pushed [2025-06-27T07:36:33.853Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:34.201Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:34.532Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-27T07:36:34.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-27T07:36:34.532Z] 5986c8e357a0: Preparing [2025-06-27T07:36:34.532Z] 1181f04331e2: Preparing [2025-06-27T07:36:34.532Z] b07f28e35c16: Preparing [2025-06-27T07:36:34.532Z] c477f148c454: Preparing [2025-06-27T07:36:34.532Z] 2a42b004716e: Preparing [2025-06-27T07:36:34.532Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:34.532Z] 713406888c6c: Preparing [2025-06-27T07:36:34.532Z] 994456c4fd7b: Preparing [2025-06-27T07:36:34.532Z] 713406888c6c: Waiting [2025-06-27T07:36:34.532Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:34.532Z] 994456c4fd7b: Waiting [2025-06-27T07:36:34.532Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:34.532Z] b07f28e35c16: Layer already exists [2025-06-27T07:36:34.532Z] 5986c8e357a0: Layer already exists [2025-06-27T07:36:34.532Z] c477f148c454: Layer already exists [2025-06-27T07:36:34.532Z] 1181f04331e2: Layer already exists [2025-06-27T07:36:34.532Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:34.532Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:34.532Z] 713406888c6c: Layer already exists [2025-06-27T07:36:34.532Z] latest: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:34.866Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:35.207Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 [2025-06-27T07:36:35.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-27T07:36:35.207Z] 5986c8e357a0: Preparing [2025-06-27T07:36:35.207Z] 1181f04331e2: Preparing [2025-06-27T07:36:35.207Z] b07f28e35c16: Preparing [2025-06-27T07:36:35.207Z] c477f148c454: Preparing [2025-06-27T07:36:35.207Z] 2a42b004716e: Preparing [2025-06-27T07:36:35.207Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:35.207Z] 713406888c6c: Preparing [2025-06-27T07:36:35.207Z] 994456c4fd7b: Preparing [2025-06-27T07:36:35.207Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:35.207Z] 994456c4fd7b: Waiting [2025-06-27T07:36:35.207Z] 713406888c6c: Waiting [2025-06-27T07:36:35.207Z] 1181f04331e2: Layer already exists [2025-06-27T07:36:35.207Z] b07f28e35c16: Layer already exists [2025-06-27T07:36:35.207Z] 5986c8e357a0: Layer already exists [2025-06-27T07:36:35.207Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:35.207Z] c477f148c454: Layer already exists [2025-06-27T07:36:35.207Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:35.207Z] 713406888c6c: Layer already exists [2025-06-27T07:36:35.207Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:35.207Z] 4.1.0-dev.29: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:35.530Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:35.856Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:35.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-27T07:36:35.856Z] 5986c8e357a0: Preparing [2025-06-27T07:36:35.856Z] 1181f04331e2: Preparing [2025-06-27T07:36:35.856Z] b07f28e35c16: Preparing [2025-06-27T07:36:35.856Z] c477f148c454: Preparing [2025-06-27T07:36:35.856Z] 2a42b004716e: Preparing [2025-06-27T07:36:35.856Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:35.856Z] 713406888c6c: Preparing [2025-06-27T07:36:35.856Z] 994456c4fd7b: Preparing [2025-06-27T07:36:35.856Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:35.856Z] 713406888c6c: Waiting [2025-06-27T07:36:35.856Z] c477f148c454: Layer already exists [2025-06-27T07:36:35.856Z] b07f28e35c16: Layer already exists [2025-06-27T07:36:35.856Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:35.856Z] 5986c8e357a0: Layer already exists [2025-06-27T07:36:35.856Z] 1181f04331e2: Layer already exists [2025-06-27T07:36:35.856Z] 713406888c6c: Layer already exists [2025-06-27T07:36:35.856Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:35.856Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:35.856Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:36.186Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:36.515Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-27T07:36:36.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-27T07:36:36.515Z] 5986c8e357a0: Preparing [2025-06-27T07:36:36.515Z] 1181f04331e2: Preparing [2025-06-27T07:36:36.515Z] b07f28e35c16: Preparing [2025-06-27T07:36:36.515Z] c477f148c454: Preparing [2025-06-27T07:36:36.515Z] 2a42b004716e: Preparing [2025-06-27T07:36:36.515Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:36.515Z] 713406888c6c: Preparing [2025-06-27T07:36:36.515Z] 994456c4fd7b: Preparing [2025-06-27T07:36:36.515Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:36.515Z] 713406888c6c: Waiting [2025-06-27T07:36:36.515Z] 994456c4fd7b: Waiting [2025-06-27T07:36:36.515Z] 5986c8e357a0: Layer already exists [2025-06-27T07:36:36.515Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:36.515Z] c477f148c454: Layer already exists [2025-06-27T07:36:36.515Z] b07f28e35c16: Layer already exists [2025-06-27T07:36:36.515Z] 1181f04331e2: Layer already exists [2025-06-27T07:36:36.515Z] 713406888c6c: Layer already exists [2025-06-27T07:36:36.515Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:36.515Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:36.515Z] main: digest: sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:36.582Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:36.600Z] taggedImages: [2025-06-27T07:36:36.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:36.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-27T07:36:36.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 [2025-06-27T07:36:36.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:36.600Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-27T07:36:36.629Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-27T07:36:36.629Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:36.629Z] latest [2025-06-27T07:36:36.629Z] 4.1.0-dev.29 [2025-06-27T07:36:36.629Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:36.629Z] main [2025-06-27T07:36:36.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:36.967Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:37.292Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:37.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-27T07:36:37.292Z] 1acc115ac7b5: Preparing [2025-06-27T07:36:37.292Z] 3e172eb3e788: Preparing [2025-06-27T07:36:37.292Z] b2faed9b0cd8: Preparing [2025-06-27T07:36:37.292Z] c9c13d1cd2fe: Preparing [2025-06-27T07:36:37.292Z] 317b15b597a2: Preparing [2025-06-27T07:36:37.292Z] e40290c7f54a: Preparing [2025-06-27T07:36:37.292Z] 8f1f2dfa4528: Preparing [2025-06-27T07:36:37.293Z] c477f148c454: Preparing [2025-06-27T07:36:37.293Z] 2a42b004716e: Preparing [2025-06-27T07:36:37.293Z] e8ea58b9b59b: Preparing [2025-06-27T07:36:37.293Z] 9445c74db66a: Preparing [2025-06-27T07:36:37.293Z] 5f70bf18a086: Preparing [2025-06-27T07:36:37.293Z] c477f148c454: Waiting [2025-06-27T07:36:37.293Z] e40290c7f54a: Waiting [2025-06-27T07:36:37.293Z] 8f1f2dfa4528: Waiting [2025-06-27T07:36:37.293Z] 2a42b004716e: Waiting [2025-06-27T07:36:37.293Z] e8ea58b9b59b: Waiting [2025-06-27T07:36:37.293Z] 9445c74db66a: Waiting [2025-06-27T07:36:37.293Z] d3340cb63edd: Preparing [2025-06-27T07:36:37.293Z] 702b36fb0619: Preparing [2025-06-27T07:36:37.293Z] 5f70bf18a086: Waiting [2025-06-27T07:36:37.293Z] d3340cb63edd: Waiting [2025-06-27T07:36:37.293Z] e371940d6f63: Preparing [2025-06-27T07:36:37.293Z] 994456c4fd7b: Preparing [2025-06-27T07:36:37.293Z] 702b36fb0619: Waiting [2025-06-27T07:36:37.293Z] e371940d6f63: Waiting [2025-06-27T07:36:37.293Z] 994456c4fd7b: Waiting [2025-06-27T07:36:37.293Z] b2faed9b0cd8: Pushed [2025-06-27T07:36:37.293Z] 3e172eb3e788: Pushed [2025-06-27T07:36:37.293Z] 317b15b597a2: Pushed [2025-06-27T07:36:37.293Z] c9c13d1cd2fe: Pushed [2025-06-27T07:36:37.293Z] 1acc115ac7b5: Pushed [2025-06-27T07:36:37.554Z] e40290c7f54a: Pushed [2025-06-27T07:36:37.554Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:37.554Z] e8ea58b9b59b: Pushed [2025-06-27T07:36:37.554Z] c477f148c454: Layer already exists [2025-06-27T07:36:37.554Z] 9445c74db66a: Pushed [2025-06-27T07:36:37.554Z] 5f70bf18a086: Layer already exists [2025-06-27T07:36:37.554Z] d3340cb63edd: Pushed [2025-06-27T07:36:37.554Z] 702b36fb0619: Pushed [2025-06-27T07:36:37.554Z] e371940d6f63: Pushed [2025-06-27T07:36:38.124Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:38.693Z] 8f1f2dfa4528: Pushed [2025-06-27T07:36:38.964Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:39.298Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:39.617Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-27T07:36:39.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-27T07:36:39.617Z] 1acc115ac7b5: Preparing [2025-06-27T07:36:39.617Z] 3e172eb3e788: Preparing [2025-06-27T07:36:39.617Z] b2faed9b0cd8: Preparing [2025-06-27T07:36:39.617Z] c9c13d1cd2fe: Preparing [2025-06-27T07:36:39.617Z] 317b15b597a2: Preparing [2025-06-27T07:36:39.617Z] e40290c7f54a: Preparing [2025-06-27T07:36:39.617Z] 8f1f2dfa4528: Preparing [2025-06-27T07:36:39.617Z] c477f148c454: Preparing [2025-06-27T07:36:39.617Z] 2a42b004716e: Preparing [2025-06-27T07:36:39.617Z] e8ea58b9b59b: Preparing [2025-06-27T07:36:39.617Z] 9445c74db66a: Preparing [2025-06-27T07:36:39.617Z] 5f70bf18a086: Preparing [2025-06-27T07:36:39.617Z] d3340cb63edd: Preparing [2025-06-27T07:36:39.617Z] 702b36fb0619: Preparing [2025-06-27T07:36:39.617Z] e8ea58b9b59b: Waiting [2025-06-27T07:36:39.617Z] e40290c7f54a: Waiting [2025-06-27T07:36:39.617Z] 9445c74db66a: Waiting [2025-06-27T07:36:39.617Z] 5f70bf18a086: Waiting [2025-06-27T07:36:39.617Z] d3340cb63edd: Waiting [2025-06-27T07:36:39.617Z] 8f1f2dfa4528: Waiting [2025-06-27T07:36:39.617Z] c477f148c454: Waiting [2025-06-27T07:36:39.617Z] 2a42b004716e: Waiting [2025-06-27T07:36:39.617Z] 702b36fb0619: Waiting [2025-06-27T07:36:39.617Z] e371940d6f63: Preparing [2025-06-27T07:36:39.617Z] 994456c4fd7b: Preparing [2025-06-27T07:36:39.617Z] e371940d6f63: Waiting [2025-06-27T07:36:39.617Z] 994456c4fd7b: Waiting [2025-06-27T07:36:39.617Z] 3e172eb3e788: Layer already exists [2025-06-27T07:36:39.617Z] 317b15b597a2: Layer already exists [2025-06-27T07:36:39.617Z] c9c13d1cd2fe: Layer already exists [2025-06-27T07:36:39.617Z] 1acc115ac7b5: Layer already exists [2025-06-27T07:36:39.617Z] b2faed9b0cd8: Layer already exists [2025-06-27T07:36:39.617Z] e40290c7f54a: Layer already exists [2025-06-27T07:36:39.617Z] c477f148c454: Layer already exists [2025-06-27T07:36:39.617Z] 8f1f2dfa4528: Layer already exists [2025-06-27T07:36:39.617Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:39.617Z] e8ea58b9b59b: Layer already exists [2025-06-27T07:36:39.617Z] 9445c74db66a: Layer already exists [2025-06-27T07:36:39.617Z] d3340cb63edd: Layer already exists [2025-06-27T07:36:39.617Z] 5f70bf18a086: Layer already exists [2025-06-27T07:36:39.617Z] e371940d6f63: Layer already exists [2025-06-27T07:36:39.617Z] 702b36fb0619: Layer already exists [2025-06-27T07:36:39.617Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:39.617Z] latest: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:39.945Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:40.267Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 [2025-06-27T07:36:40.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-27T07:36:40.268Z] 1acc115ac7b5: Preparing [2025-06-27T07:36:40.268Z] 3e172eb3e788: Preparing [2025-06-27T07:36:40.268Z] b2faed9b0cd8: Preparing [2025-06-27T07:36:40.268Z] c9c13d1cd2fe: Preparing [2025-06-27T07:36:40.268Z] 317b15b597a2: Preparing [2025-06-27T07:36:40.268Z] e40290c7f54a: Preparing [2025-06-27T07:36:40.268Z] 8f1f2dfa4528: Preparing [2025-06-27T07:36:40.268Z] c477f148c454: Preparing [2025-06-27T07:36:40.268Z] 2a42b004716e: Preparing [2025-06-27T07:36:40.268Z] e8ea58b9b59b: Preparing [2025-06-27T07:36:40.268Z] 9445c74db66a: Preparing [2025-06-27T07:36:40.268Z] 5f70bf18a086: Preparing [2025-06-27T07:36:40.268Z] d3340cb63edd: Preparing [2025-06-27T07:36:40.268Z] 702b36fb0619: Preparing [2025-06-27T07:36:40.268Z] e371940d6f63: Preparing [2025-06-27T07:36:40.268Z] 994456c4fd7b: Preparing [2025-06-27T07:36:40.268Z] 8f1f2dfa4528: Waiting [2025-06-27T07:36:40.268Z] c477f148c454: Waiting [2025-06-27T07:36:40.268Z] 2a42b004716e: Waiting [2025-06-27T07:36:40.268Z] e8ea58b9b59b: Waiting [2025-06-27T07:36:40.268Z] 9445c74db66a: Waiting [2025-06-27T07:36:40.268Z] e371940d6f63: Waiting [2025-06-27T07:36:40.268Z] 994456c4fd7b: Waiting [2025-06-27T07:36:40.268Z] 5f70bf18a086: Waiting [2025-06-27T07:36:40.268Z] d3340cb63edd: Waiting [2025-06-27T07:36:40.268Z] 702b36fb0619: Waiting [2025-06-27T07:36:40.268Z] e40290c7f54a: Waiting [2025-06-27T07:36:40.268Z] b2faed9b0cd8: Layer already exists [2025-06-27T07:36:40.268Z] c9c13d1cd2fe: Layer already exists [2025-06-27T07:36:40.268Z] 3e172eb3e788: Layer already exists [2025-06-27T07:36:40.268Z] 317b15b597a2: Layer already exists [2025-06-27T07:36:40.268Z] 1acc115ac7b5: Layer already exists [2025-06-27T07:36:40.268Z] e40290c7f54a: Layer already exists [2025-06-27T07:36:40.268Z] c477f148c454: Layer already exists [2025-06-27T07:36:40.268Z] 8f1f2dfa4528: Layer already exists [2025-06-27T07:36:40.268Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:40.268Z] e8ea58b9b59b: Layer already exists [2025-06-27T07:36:40.268Z] 9445c74db66a: Layer already exists [2025-06-27T07:36:40.268Z] 5f70bf18a086: Layer already exists [2025-06-27T07:36:40.268Z] 702b36fb0619: Layer already exists [2025-06-27T07:36:40.268Z] e371940d6f63: Layer already exists [2025-06-27T07:36:40.268Z] d3340cb63edd: Layer already exists [2025-06-27T07:36:40.268Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:40.268Z] 4.1.0-dev.29: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:40.593Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:40.905Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:40.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-27T07:36:40.906Z] 1acc115ac7b5: Preparing [2025-06-27T07:36:40.906Z] 3e172eb3e788: Preparing [2025-06-27T07:36:40.906Z] b2faed9b0cd8: Preparing [2025-06-27T07:36:40.906Z] c9c13d1cd2fe: Preparing [2025-06-27T07:36:40.906Z] 317b15b597a2: Preparing [2025-06-27T07:36:40.906Z] e40290c7f54a: Preparing [2025-06-27T07:36:40.906Z] 8f1f2dfa4528: Preparing [2025-06-27T07:36:40.906Z] c477f148c454: Preparing [2025-06-27T07:36:40.906Z] 2a42b004716e: Preparing [2025-06-27T07:36:40.906Z] e8ea58b9b59b: Preparing [2025-06-27T07:36:40.906Z] 9445c74db66a: Preparing [2025-06-27T07:36:40.906Z] 5f70bf18a086: Preparing [2025-06-27T07:36:40.906Z] d3340cb63edd: Preparing [2025-06-27T07:36:40.906Z] 702b36fb0619: Preparing [2025-06-27T07:36:40.906Z] e371940d6f63: Preparing [2025-06-27T07:36:40.906Z] 994456c4fd7b: Preparing [2025-06-27T07:36:40.906Z] e40290c7f54a: Waiting [2025-06-27T07:36:40.906Z] 8f1f2dfa4528: Waiting [2025-06-27T07:36:40.906Z] 5f70bf18a086: Waiting [2025-06-27T07:36:40.906Z] d3340cb63edd: Waiting [2025-06-27T07:36:40.906Z] 702b36fb0619: Waiting [2025-06-27T07:36:40.906Z] c477f148c454: Waiting [2025-06-27T07:36:40.906Z] 2a42b004716e: Waiting [2025-06-27T07:36:40.906Z] e371940d6f63: Waiting [2025-06-27T07:36:40.906Z] 994456c4fd7b: Waiting [2025-06-27T07:36:40.906Z] e8ea58b9b59b: Waiting [2025-06-27T07:36:40.906Z] 9445c74db66a: Waiting [2025-06-27T07:36:40.906Z] c9c13d1cd2fe: Layer already exists [2025-06-27T07:36:40.906Z] b2faed9b0cd8: Layer already exists [2025-06-27T07:36:40.906Z] 1acc115ac7b5: Layer already exists [2025-06-27T07:36:40.906Z] 3e172eb3e788: Layer already exists [2025-06-27T07:36:40.906Z] 317b15b597a2: Layer already exists [2025-06-27T07:36:40.906Z] e40290c7f54a: Layer already exists [2025-06-27T07:36:40.906Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:40.906Z] 8f1f2dfa4528: Layer already exists [2025-06-27T07:36:40.906Z] c477f148c454: Layer already exists [2025-06-27T07:36:40.906Z] e8ea58b9b59b: Layer already exists [2025-06-27T07:36:40.906Z] 9445c74db66a: Layer already exists [2025-06-27T07:36:40.906Z] e371940d6f63: Layer already exists [2025-06-27T07:36:40.906Z] 5f70bf18a086: Layer already exists [2025-06-27T07:36:40.906Z] 702b36fb0619: Layer already exists [2025-06-27T07:36:40.906Z] d3340cb63edd: Layer already exists [2025-06-27T07:36:40.906Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:40.906Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:41.230Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:41.553Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-27T07:36:41.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-27T07:36:41.553Z] 1acc115ac7b5: Preparing [2025-06-27T07:36:41.553Z] 3e172eb3e788: Preparing [2025-06-27T07:36:41.553Z] b2faed9b0cd8: Preparing [2025-06-27T07:36:41.553Z] c9c13d1cd2fe: Preparing [2025-06-27T07:36:41.553Z] 317b15b597a2: Preparing [2025-06-27T07:36:41.553Z] e40290c7f54a: Preparing [2025-06-27T07:36:41.553Z] 8f1f2dfa4528: Preparing [2025-06-27T07:36:41.553Z] c477f148c454: Preparing [2025-06-27T07:36:41.553Z] 2a42b004716e: Preparing [2025-06-27T07:36:41.553Z] e8ea58b9b59b: Preparing [2025-06-27T07:36:41.553Z] 9445c74db66a: Preparing [2025-06-27T07:36:41.553Z] 5f70bf18a086: Preparing [2025-06-27T07:36:41.553Z] d3340cb63edd: Preparing [2025-06-27T07:36:41.553Z] 702b36fb0619: Preparing [2025-06-27T07:36:41.553Z] 8f1f2dfa4528: Waiting [2025-06-27T07:36:41.553Z] e40290c7f54a: Waiting [2025-06-27T07:36:41.553Z] c477f148c454: Waiting [2025-06-27T07:36:41.553Z] 2a42b004716e: Waiting [2025-06-27T07:36:41.553Z] 5f70bf18a086: Waiting [2025-06-27T07:36:41.553Z] e8ea58b9b59b: Waiting [2025-06-27T07:36:41.553Z] d3340cb63edd: Waiting [2025-06-27T07:36:41.553Z] 702b36fb0619: Waiting [2025-06-27T07:36:41.553Z] e371940d6f63: Preparing [2025-06-27T07:36:41.553Z] 994456c4fd7b: Preparing [2025-06-27T07:36:41.553Z] 994456c4fd7b: Waiting [2025-06-27T07:36:41.553Z] c9c13d1cd2fe: Layer already exists [2025-06-27T07:36:41.553Z] b2faed9b0cd8: Layer already exists [2025-06-27T07:36:41.553Z] 317b15b597a2: Layer already exists [2025-06-27T07:36:41.553Z] 3e172eb3e788: Layer already exists [2025-06-27T07:36:41.553Z] 1acc115ac7b5: Layer already exists [2025-06-27T07:36:41.553Z] e40290c7f54a: Layer already exists [2025-06-27T07:36:41.553Z] c477f148c454: Layer already exists [2025-06-27T07:36:41.553Z] e8ea58b9b59b: Layer already exists [2025-06-27T07:36:41.553Z] 8f1f2dfa4528: Layer already exists [2025-06-27T07:36:41.553Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:41.553Z] 9445c74db66a: Layer already exists [2025-06-27T07:36:41.553Z] 5f70bf18a086: Layer already exists [2025-06-27T07:36:41.553Z] 702b36fb0619: Layer already exists [2025-06-27T07:36:41.553Z] d3340cb63edd: Layer already exists [2025-06-27T07:36:41.553Z] e371940d6f63: Layer already exists [2025-06-27T07:36:41.553Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:41.553Z] main: digest: sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:41.632Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:41.647Z] taggedImages: [2025-06-27T07:36:41.647Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:41.647Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-27T07:36:41.647Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 [2025-06-27T07:36:41.647Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:41.647Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-27T07:36:41.677Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-27T07:36:41.677Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:41.677Z] latest [2025-06-27T07:36:41.677Z] 4.1.0-dev.29 [2025-06-27T07:36:41.677Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:41.677Z] main [2025-06-27T07:36:41.677Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:42.035Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:42.367Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:42.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-27T07:36:42.367Z] 4013da0539db: Preparing [2025-06-27T07:36:42.367Z] 2b2a8cdff82e: Preparing [2025-06-27T07:36:42.367Z] fc6b80286046: Preparing [2025-06-27T07:36:42.367Z] 031712caf64b: Preparing [2025-06-27T07:36:42.367Z] c477f148c454: Preparing [2025-06-27T07:36:42.367Z] 2a42b004716e: Preparing [2025-06-27T07:36:42.367Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:42.367Z] 713406888c6c: Preparing [2025-06-27T07:36:42.367Z] 994456c4fd7b: Preparing [2025-06-27T07:36:42.367Z] 2a42b004716e: Waiting [2025-06-27T07:36:42.367Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:42.367Z] 713406888c6c: Waiting [2025-06-27T07:36:42.367Z] 994456c4fd7b: Waiting [2025-06-27T07:36:42.367Z] c477f148c454: Layer already exists [2025-06-27T07:36:42.367Z] fc6b80286046: Pushed [2025-06-27T07:36:42.367Z] 2b2a8cdff82e: Pushed [2025-06-27T07:36:42.367Z] 4013da0539db: Pushed [2025-06-27T07:36:42.367Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:42.628Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:42.628Z] 713406888c6c: Layer already exists [2025-06-27T07:36:42.628Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:45.157Z] 031712caf64b: Pushed [2025-06-27T07:36:45.157Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:45.499Z] + 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-27T07:36:45.833Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-27T07:36:45.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-27T07:36:45.833Z] 4013da0539db: Preparing [2025-06-27T07:36:45.833Z] 2b2a8cdff82e: Preparing [2025-06-27T07:36:45.833Z] fc6b80286046: Preparing [2025-06-27T07:36:45.833Z] 031712caf64b: Preparing [2025-06-27T07:36:45.833Z] c477f148c454: Preparing [2025-06-27T07:36:45.833Z] 2a42b004716e: Preparing [2025-06-27T07:36:45.833Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:45.833Z] 713406888c6c: Preparing [2025-06-27T07:36:45.833Z] 994456c4fd7b: Preparing [2025-06-27T07:36:45.833Z] 713406888c6c: Waiting [2025-06-27T07:36:45.833Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:45.833Z] 994456c4fd7b: Waiting [2025-06-27T07:36:45.833Z] 2b2a8cdff82e: Layer already exists [2025-06-27T07:36:45.833Z] 4013da0539db: Layer already exists [2025-06-27T07:36:45.833Z] c477f148c454: Layer already exists [2025-06-27T07:36:45.833Z] 031712caf64b: Layer already exists [2025-06-27T07:36:45.833Z] fc6b80286046: Layer already exists [2025-06-27T07:36:45.833Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:45.833Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:45.833Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:45.833Z] 713406888c6c: Layer already exists [2025-06-27T07:36:45.833Z] latest: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:46.154Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:46.554Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 [2025-06-27T07:36:46.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-27T07:36:46.554Z] 4013da0539db: Preparing [2025-06-27T07:36:46.554Z] 2b2a8cdff82e: Preparing [2025-06-27T07:36:46.554Z] fc6b80286046: Preparing [2025-06-27T07:36:46.554Z] 031712caf64b: Preparing [2025-06-27T07:36:46.554Z] c477f148c454: Preparing [2025-06-27T07:36:46.554Z] 2a42b004716e: Preparing [2025-06-27T07:36:46.554Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:46.554Z] 713406888c6c: Preparing [2025-06-27T07:36:46.554Z] 994456c4fd7b: Preparing [2025-06-27T07:36:46.554Z] 713406888c6c: Waiting [2025-06-27T07:36:46.554Z] 994456c4fd7b: Waiting [2025-06-27T07:36:46.554Z] 2a42b004716e: Waiting [2025-06-27T07:36:46.554Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:46.554Z] 2b2a8cdff82e: Layer already exists [2025-06-27T07:36:46.554Z] 031712caf64b: Layer already exists [2025-06-27T07:36:46.554Z] fc6b80286046: Layer already exists [2025-06-27T07:36:46.554Z] 4013da0539db: Layer already exists [2025-06-27T07:36:46.554Z] c477f148c454: Layer already exists [2025-06-27T07:36:46.554Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:46.554Z] 713406888c6c: Layer already exists [2025-06-27T07:36:46.554Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:46.554Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:46.554Z] 4.1.0-dev.29: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:46.923Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:47.292Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:47.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-27T07:36:47.292Z] 4013da0539db: Preparing [2025-06-27T07:36:47.292Z] 2b2a8cdff82e: Preparing [2025-06-27T07:36:47.292Z] fc6b80286046: Preparing [2025-06-27T07:36:47.292Z] 031712caf64b: Preparing [2025-06-27T07:36:47.292Z] c477f148c454: Preparing [2025-06-27T07:36:47.292Z] 2a42b004716e: Preparing [2025-06-27T07:36:47.292Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:47.292Z] 713406888c6c: Preparing [2025-06-27T07:36:47.292Z] 994456c4fd7b: Preparing [2025-06-27T07:36:47.292Z] 713406888c6c: Waiting [2025-06-27T07:36:47.292Z] 994456c4fd7b: Waiting [2025-06-27T07:36:47.292Z] 2a42b004716e: Waiting [2025-06-27T07:36:47.292Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:47.292Z] fc6b80286046: Layer already exists [2025-06-27T07:36:47.292Z] c477f148c454: Layer already exists [2025-06-27T07:36:47.292Z] 4013da0539db: Layer already exists [2025-06-27T07:36:47.292Z] 031712caf64b: Layer already exists [2025-06-27T07:36:47.292Z] 2b2a8cdff82e: Layer already exists [2025-06-27T07:36:47.292Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:47.292Z] 713406888c6c: Layer already exists [2025-06-27T07:36:47.292Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:47.292Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:47.292Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:47.668Z] + 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-27T07:36:47.987Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-27T07:36:47.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-27T07:36:47.987Z] 4013da0539db: Preparing [2025-06-27T07:36:47.987Z] 2b2a8cdff82e: Preparing [2025-06-27T07:36:47.987Z] fc6b80286046: Preparing [2025-06-27T07:36:47.987Z] 031712caf64b: Preparing [2025-06-27T07:36:47.987Z] c477f148c454: Preparing [2025-06-27T07:36:47.987Z] 2a42b004716e: Preparing [2025-06-27T07:36:47.987Z] e7ec11a6ae3f: Preparing [2025-06-27T07:36:47.987Z] 713406888c6c: Preparing [2025-06-27T07:36:47.987Z] 994456c4fd7b: Preparing [2025-06-27T07:36:47.987Z] 2a42b004716e: Waiting [2025-06-27T07:36:47.987Z] e7ec11a6ae3f: Waiting [2025-06-27T07:36:47.987Z] 713406888c6c: Waiting [2025-06-27T07:36:47.987Z] 994456c4fd7b: Waiting [2025-06-27T07:36:47.987Z] fc6b80286046: Layer already exists [2025-06-27T07:36:47.987Z] 031712caf64b: Layer already exists [2025-06-27T07:36:47.987Z] 4013da0539db: Layer already exists [2025-06-27T07:36:47.987Z] 2b2a8cdff82e: Layer already exists [2025-06-27T07:36:47.987Z] c477f148c454: Layer already exists [2025-06-27T07:36:47.987Z] 713406888c6c: Layer already exists [2025-06-27T07:36:47.987Z] e7ec11a6ae3f: Layer already exists [2025-06-27T07:36:47.987Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:47.987Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:47.987Z] main: digest: sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:48.152Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:48.169Z] taggedImages: [2025-06-27T07:36:48.169Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:48.169Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-27T07:36:48.169Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 [2025-06-27T07:36:48.170Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:48.170Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-27T07:36:48.201Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-27T07:36:48.201Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:48.201Z] latest [2025-06-27T07:36:48.201Z] 4.1.0-dev.29 [2025-06-27T07:36:48.201Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:48.201Z] main [2025-06-27T07:36:48.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:48.547Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:48.879Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:48.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-27T07:36:48.879Z] 7bebe92bb367: Preparing [2025-06-27T07:36:48.879Z] 458a017d6fe4: Preparing [2025-06-27T07:36:48.879Z] 66ae9da4baec: Preparing [2025-06-27T07:36:48.879Z] 4724d55ee792: Preparing [2025-06-27T07:36:48.879Z] 5ea0c63a7c93: Preparing [2025-06-27T07:36:48.879Z] c477f148c454: Preparing [2025-06-27T07:36:48.879Z] 2a42b004716e: Preparing [2025-06-27T07:36:48.879Z] 87671618ad48: Preparing [2025-06-27T07:36:48.879Z] 5feb94076ea6: Preparing [2025-06-27T07:36:48.879Z] e21334657b09: Preparing [2025-06-27T07:36:48.879Z] 994456c4fd7b: Preparing [2025-06-27T07:36:48.879Z] 87671618ad48: Waiting [2025-06-27T07:36:48.879Z] 5feb94076ea6: Waiting [2025-06-27T07:36:48.879Z] e21334657b09: Waiting [2025-06-27T07:36:48.879Z] 994456c4fd7b: Waiting [2025-06-27T07:36:48.879Z] 2a42b004716e: Waiting [2025-06-27T07:36:48.879Z] c477f148c454: Waiting [2025-06-27T07:36:48.879Z] 458a017d6fe4: Pushed [2025-06-27T07:36:48.879Z] 7bebe92bb367: Pushed [2025-06-27T07:36:48.879Z] 5ea0c63a7c93: Pushed [2025-06-27T07:36:48.879Z] 4724d55ee792: Pushed [2025-06-27T07:36:48.879Z] c477f148c454: Layer already exists [2025-06-27T07:36:48.879Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:48.879Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:49.136Z] 87671618ad48: Pushed [2025-06-27T07:36:49.136Z] 5feb94076ea6: Pushed [2025-06-27T07:36:50.510Z] e21334657b09: Pushed [2025-06-27T07:36:50.769Z] 66ae9da4baec: Pushed [2025-06-27T07:36:51.030Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:51.358Z] + 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-27T07:36:51.676Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-27T07:36:51.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-27T07:36:51.676Z] 7bebe92bb367: Preparing [2025-06-27T07:36:51.676Z] 458a017d6fe4: Preparing [2025-06-27T07:36:51.676Z] 66ae9da4baec: Preparing [2025-06-27T07:36:51.676Z] 4724d55ee792: Preparing [2025-06-27T07:36:51.676Z] 5ea0c63a7c93: Preparing [2025-06-27T07:36:51.676Z] c477f148c454: Preparing [2025-06-27T07:36:51.676Z] 2a42b004716e: Preparing [2025-06-27T07:36:51.676Z] 87671618ad48: Preparing [2025-06-27T07:36:51.676Z] 5feb94076ea6: Preparing [2025-06-27T07:36:51.676Z] e21334657b09: Preparing [2025-06-27T07:36:51.676Z] 994456c4fd7b: Preparing [2025-06-27T07:36:51.676Z] 87671618ad48: Waiting [2025-06-27T07:36:51.676Z] 2a42b004716e: Waiting [2025-06-27T07:36:51.676Z] c477f148c454: Waiting [2025-06-27T07:36:51.676Z] 5feb94076ea6: Waiting [2025-06-27T07:36:51.676Z] e21334657b09: Waiting [2025-06-27T07:36:51.676Z] 458a017d6fe4: Layer already exists [2025-06-27T07:36:51.676Z] 66ae9da4baec: Layer already exists [2025-06-27T07:36:51.676Z] 5ea0c63a7c93: Layer already exists [2025-06-27T07:36:51.676Z] 4724d55ee792: Layer already exists [2025-06-27T07:36:51.676Z] 7bebe92bb367: Layer already exists [2025-06-27T07:36:51.676Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:51.676Z] c477f148c454: Layer already exists [2025-06-27T07:36:51.676Z] e21334657b09: Layer already exists [2025-06-27T07:36:51.676Z] 5feb94076ea6: Layer already exists [2025-06-27T07:36:51.676Z] 87671618ad48: Layer already exists [2025-06-27T07:36:51.676Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:51.676Z] latest: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:52.004Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:52.326Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 [2025-06-27T07:36:52.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-27T07:36:52.326Z] 7bebe92bb367: Preparing [2025-06-27T07:36:52.326Z] 458a017d6fe4: Preparing [2025-06-27T07:36:52.326Z] 66ae9da4baec: Preparing [2025-06-27T07:36:52.326Z] 4724d55ee792: Preparing [2025-06-27T07:36:52.326Z] 5ea0c63a7c93: Preparing [2025-06-27T07:36:52.326Z] c477f148c454: Preparing [2025-06-27T07:36:52.326Z] 2a42b004716e: Preparing [2025-06-27T07:36:52.326Z] 87671618ad48: Preparing [2025-06-27T07:36:52.326Z] 5feb94076ea6: Preparing [2025-06-27T07:36:52.326Z] e21334657b09: Preparing [2025-06-27T07:36:52.326Z] 994456c4fd7b: Preparing [2025-06-27T07:36:52.326Z] 2a42b004716e: Waiting [2025-06-27T07:36:52.326Z] 87671618ad48: Waiting [2025-06-27T07:36:52.326Z] 5feb94076ea6: Waiting [2025-06-27T07:36:52.326Z] e21334657b09: Waiting [2025-06-27T07:36:52.326Z] 994456c4fd7b: Waiting [2025-06-27T07:36:52.326Z] c477f148c454: Waiting [2025-06-27T07:36:52.326Z] 5ea0c63a7c93: Layer already exists [2025-06-27T07:36:52.326Z] 4724d55ee792: Layer already exists [2025-06-27T07:36:52.326Z] 66ae9da4baec: Layer already exists [2025-06-27T07:36:52.326Z] 7bebe92bb367: Layer already exists [2025-06-27T07:36:52.326Z] 458a017d6fe4: Layer already exists [2025-06-27T07:36:52.326Z] c477f148c454: Layer already exists [2025-06-27T07:36:52.326Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:52.326Z] 87671618ad48: Layer already exists [2025-06-27T07:36:52.326Z] 5feb94076ea6: Layer already exists [2025-06-27T07:36:52.326Z] e21334657b09: Layer already exists [2025-06-27T07:36:52.326Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:52.326Z] 4.1.0-dev.29: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:52.649Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:52.975Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:52.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-27T07:36:52.975Z] 7bebe92bb367: Preparing [2025-06-27T07:36:52.975Z] 458a017d6fe4: Preparing [2025-06-27T07:36:52.975Z] 66ae9da4baec: Preparing [2025-06-27T07:36:52.975Z] 4724d55ee792: Preparing [2025-06-27T07:36:52.975Z] 5ea0c63a7c93: Preparing [2025-06-27T07:36:52.975Z] c477f148c454: Preparing [2025-06-27T07:36:52.975Z] 2a42b004716e: Preparing [2025-06-27T07:36:52.975Z] 87671618ad48: Preparing [2025-06-27T07:36:52.975Z] 5feb94076ea6: Preparing [2025-06-27T07:36:52.975Z] e21334657b09: Preparing [2025-06-27T07:36:52.975Z] 994456c4fd7b: Preparing [2025-06-27T07:36:52.975Z] 5feb94076ea6: Waiting [2025-06-27T07:36:52.975Z] e21334657b09: Waiting [2025-06-27T07:36:52.975Z] 87671618ad48: Waiting [2025-06-27T07:36:52.975Z] 994456c4fd7b: Waiting [2025-06-27T07:36:52.975Z] 2a42b004716e: Waiting [2025-06-27T07:36:52.975Z] 66ae9da4baec: Layer already exists [2025-06-27T07:36:52.975Z] 5ea0c63a7c93: Layer already exists [2025-06-27T07:36:52.975Z] 4724d55ee792: Layer already exists [2025-06-27T07:36:52.975Z] 7bebe92bb367: Layer already exists [2025-06-27T07:36:52.975Z] 458a017d6fe4: Layer already exists [2025-06-27T07:36:52.975Z] 87671618ad48: Layer already exists [2025-06-27T07:36:52.975Z] c477f148c454: Layer already exists [2025-06-27T07:36:52.975Z] 5feb94076ea6: Layer already exists [2025-06-27T07:36:52.975Z] e21334657b09: Layer already exists [2025-06-27T07:36:52.975Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:52.975Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:52.975Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:53.313Z] + 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-27T07:36:53.647Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-27T07:36:53.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-27T07:36:53.647Z] 7bebe92bb367: Preparing [2025-06-27T07:36:53.647Z] 458a017d6fe4: Preparing [2025-06-27T07:36:53.647Z] 66ae9da4baec: Preparing [2025-06-27T07:36:53.647Z] 4724d55ee792: Preparing [2025-06-27T07:36:53.647Z] 5ea0c63a7c93: Preparing [2025-06-27T07:36:53.647Z] c477f148c454: Preparing [2025-06-27T07:36:53.647Z] c477f148c454: Waiting [2025-06-27T07:36:53.647Z] 2a42b004716e: Preparing [2025-06-27T07:36:53.647Z] 87671618ad48: Preparing [2025-06-27T07:36:53.647Z] 5feb94076ea6: Preparing [2025-06-27T07:36:53.647Z] e21334657b09: Preparing [2025-06-27T07:36:53.647Z] 994456c4fd7b: Preparing [2025-06-27T07:36:53.647Z] 2a42b004716e: Waiting [2025-06-27T07:36:53.647Z] 5feb94076ea6: Waiting [2025-06-27T07:36:53.647Z] 994456c4fd7b: Waiting [2025-06-27T07:36:53.647Z] 87671618ad48: Waiting [2025-06-27T07:36:53.647Z] e21334657b09: Waiting [2025-06-27T07:36:53.647Z] 66ae9da4baec: Layer already exists [2025-06-27T07:36:53.647Z] 4724d55ee792: Layer already exists [2025-06-27T07:36:53.647Z] 458a017d6fe4: Layer already exists [2025-06-27T07:36:53.647Z] 5ea0c63a7c93: Layer already exists [2025-06-27T07:36:53.647Z] 7bebe92bb367: Layer already exists [2025-06-27T07:36:53.647Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:53.647Z] c477f148c454: Layer already exists [2025-06-27T07:36:53.647Z] e21334657b09: Layer already exists [2025-06-27T07:36:53.647Z] 5feb94076ea6: Layer already exists [2025-06-27T07:36:53.647Z] 87671618ad48: Layer already exists [2025-06-27T07:36:53.647Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:53.647Z] main: digest: sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:53.720Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:53.734Z] taggedImages: [2025-06-27T07:36:53.735Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:53.735Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-27T07:36:53.735Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 [2025-06-27T07:36:53.735Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:53.735Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-27T07:36:53.767Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-27T07:36:53.767Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:53.767Z] latest [2025-06-27T07:36:53.767Z] 4.1.0-dev.29 [2025-06-27T07:36:53.767Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:53.767Z] main [2025-06-27T07:36:53.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:54.104Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:54.469Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:54.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-27T07:36:54.469Z] 03dc8d381285: Preparing [2025-06-27T07:36:54.469Z] b25bd60d2fe6: Preparing [2025-06-27T07:36:54.469Z] 6004a25eafda: Preparing [2025-06-27T07:36:54.469Z] 2555f49bc80e: Preparing [2025-06-27T07:36:54.469Z] 5c556900f879: Preparing [2025-06-27T07:36:54.469Z] 6b8dba562ab7: Preparing [2025-06-27T07:36:54.469Z] 93d92c0e4780: Preparing [2025-06-27T07:36:54.469Z] c477f148c454: Preparing [2025-06-27T07:36:54.469Z] 2a42b004716e: Preparing [2025-06-27T07:36:54.469Z] 1d8d7602c0c8: Preparing [2025-06-27T07:36:54.469Z] 9c8dc28f68c3: Preparing [2025-06-27T07:36:54.469Z] 994456c4fd7b: Preparing [2025-06-27T07:36:54.469Z] c477f148c454: Waiting [2025-06-27T07:36:54.469Z] 9c8dc28f68c3: Waiting [2025-06-27T07:36:54.469Z] 2a42b004716e: Waiting [2025-06-27T07:36:54.469Z] 1d8d7602c0c8: Waiting [2025-06-27T07:36:54.469Z] 6b8dba562ab7: Waiting [2025-06-27T07:36:54.469Z] 994456c4fd7b: Waiting [2025-06-27T07:36:54.469Z] 93d92c0e4780: Waiting [2025-06-27T07:36:54.469Z] 03dc8d381285: Pushed [2025-06-27T07:36:54.469Z] b25bd60d2fe6: Pushed [2025-06-27T07:36:54.469Z] 5c556900f879: Pushed [2025-06-27T07:36:54.469Z] c477f148c454: Layer already exists [2025-06-27T07:36:54.469Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:54.729Z] 6b8dba562ab7: Pushed [2025-06-27T07:36:54.729Z] 93d92c0e4780: Pushed [2025-06-27T07:36:54.729Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:54.729Z] 1d8d7602c0c8: Pushed [2025-06-27T07:36:56.110Z] 9c8dc28f68c3: Pushed [2025-06-27T07:36:56.370Z] 2555f49bc80e: Pushed [2025-06-27T07:36:57.308Z] 6004a25eafda: Pushed [2025-06-27T07:36:57.308Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:57.637Z] + 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-27T07:36:57.976Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-27T07:36:57.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-27T07:36:57.976Z] 03dc8d381285: Preparing [2025-06-27T07:36:57.976Z] b25bd60d2fe6: Preparing [2025-06-27T07:36:57.976Z] 6004a25eafda: Preparing [2025-06-27T07:36:57.976Z] 2555f49bc80e: Preparing [2025-06-27T07:36:57.976Z] 5c556900f879: Preparing [2025-06-27T07:36:57.976Z] 6b8dba562ab7: Preparing [2025-06-27T07:36:57.976Z] 93d92c0e4780: Preparing [2025-06-27T07:36:57.976Z] c477f148c454: Preparing [2025-06-27T07:36:57.976Z] 2a42b004716e: Preparing [2025-06-27T07:36:57.976Z] 1d8d7602c0c8: Preparing [2025-06-27T07:36:57.976Z] 9c8dc28f68c3: Preparing [2025-06-27T07:36:57.976Z] 994456c4fd7b: Preparing [2025-06-27T07:36:57.976Z] 6b8dba562ab7: Waiting [2025-06-27T07:36:57.976Z] 93d92c0e4780: Waiting [2025-06-27T07:36:57.976Z] c477f148c454: Waiting [2025-06-27T07:36:57.976Z] 9c8dc28f68c3: Waiting [2025-06-27T07:36:57.976Z] 994456c4fd7b: Waiting [2025-06-27T07:36:57.976Z] 1d8d7602c0c8: Waiting [2025-06-27T07:36:57.976Z] 2a42b004716e: Waiting [2025-06-27T07:36:57.976Z] 6004a25eafda: Layer already exists [2025-06-27T07:36:57.976Z] 2555f49bc80e: Layer already exists [2025-06-27T07:36:57.976Z] 03dc8d381285: Layer already exists [2025-06-27T07:36:57.976Z] b25bd60d2fe6: Layer already exists [2025-06-27T07:36:57.976Z] 5c556900f879: Layer already exists [2025-06-27T07:36:57.976Z] 6b8dba562ab7: Layer already exists [2025-06-27T07:36:57.976Z] c477f148c454: Layer already exists [2025-06-27T07:36:57.976Z] 93d92c0e4780: Layer already exists [2025-06-27T07:36:57.976Z] 1d8d7602c0c8: Layer already exists [2025-06-27T07:36:57.976Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:57.976Z] 9c8dc28f68c3: Layer already exists [2025-06-27T07:36:57.976Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:57.976Z] latest: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:58.302Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:58.615Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 [2025-06-27T07:36:58.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-27T07:36:58.615Z] 03dc8d381285: Preparing [2025-06-27T07:36:58.615Z] b25bd60d2fe6: Preparing [2025-06-27T07:36:58.615Z] 6004a25eafda: Preparing [2025-06-27T07:36:58.615Z] 2555f49bc80e: Preparing [2025-06-27T07:36:58.615Z] 5c556900f879: Preparing [2025-06-27T07:36:58.615Z] 6b8dba562ab7: Preparing [2025-06-27T07:36:58.615Z] 93d92c0e4780: Preparing [2025-06-27T07:36:58.615Z] c477f148c454: Preparing [2025-06-27T07:36:58.615Z] 2a42b004716e: Preparing [2025-06-27T07:36:58.615Z] 1d8d7602c0c8: Preparing [2025-06-27T07:36:58.615Z] 9c8dc28f68c3: Preparing [2025-06-27T07:36:58.615Z] 994456c4fd7b: Preparing [2025-06-27T07:36:58.615Z] 2a42b004716e: Waiting [2025-06-27T07:36:58.615Z] 1d8d7602c0c8: Waiting [2025-06-27T07:36:58.615Z] 9c8dc28f68c3: Waiting [2025-06-27T07:36:58.615Z] 994456c4fd7b: Waiting [2025-06-27T07:36:58.615Z] c477f148c454: Waiting [2025-06-27T07:36:58.615Z] 93d92c0e4780: Waiting [2025-06-27T07:36:58.615Z] 2555f49bc80e: Layer already exists [2025-06-27T07:36:58.615Z] 6004a25eafda: Layer already exists [2025-06-27T07:36:58.615Z] b25bd60d2fe6: Layer already exists [2025-06-27T07:36:58.615Z] 5c556900f879: Layer already exists [2025-06-27T07:36:58.615Z] 03dc8d381285: Layer already exists [2025-06-27T07:36:58.615Z] 6b8dba562ab7: Layer already exists [2025-06-27T07:36:58.615Z] 93d92c0e4780: Layer already exists [2025-06-27T07:36:58.615Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:58.615Z] 1d8d7602c0c8: Layer already exists [2025-06-27T07:36:58.615Z] c477f148c454: Layer already exists [2025-06-27T07:36:58.615Z] 9c8dc28f68c3: Layer already exists [2025-06-27T07:36:58.615Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:58.615Z] 4.1.0-dev.29: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:58.936Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:59.262Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:59.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-27T07:36:59.262Z] 03dc8d381285: Preparing [2025-06-27T07:36:59.262Z] b25bd60d2fe6: Preparing [2025-06-27T07:36:59.262Z] 6004a25eafda: Preparing [2025-06-27T07:36:59.262Z] 2555f49bc80e: Preparing [2025-06-27T07:36:59.262Z] 5c556900f879: Preparing [2025-06-27T07:36:59.262Z] 6b8dba562ab7: Preparing [2025-06-27T07:36:59.262Z] 93d92c0e4780: Preparing [2025-06-27T07:36:59.262Z] c477f148c454: Preparing [2025-06-27T07:36:59.262Z] 2a42b004716e: Preparing [2025-06-27T07:36:59.262Z] 1d8d7602c0c8: Preparing [2025-06-27T07:36:59.262Z] 9c8dc28f68c3: Preparing [2025-06-27T07:36:59.262Z] 994456c4fd7b: Preparing [2025-06-27T07:36:59.262Z] 6b8dba562ab7: Waiting [2025-06-27T07:36:59.262Z] 1d8d7602c0c8: Waiting [2025-06-27T07:36:59.262Z] 93d92c0e4780: Waiting [2025-06-27T07:36:59.262Z] c477f148c454: Waiting [2025-06-27T07:36:59.262Z] 9c8dc28f68c3: Waiting [2025-06-27T07:36:59.262Z] 2a42b004716e: Waiting [2025-06-27T07:36:59.262Z] 994456c4fd7b: Waiting [2025-06-27T07:36:59.262Z] 03dc8d381285: Layer already exists [2025-06-27T07:36:59.262Z] b25bd60d2fe6: Layer already exists [2025-06-27T07:36:59.262Z] 6004a25eafda: Layer already exists [2025-06-27T07:36:59.262Z] 2555f49bc80e: Layer already exists [2025-06-27T07:36:59.262Z] 5c556900f879: Layer already exists [2025-06-27T07:36:59.262Z] c477f148c454: Layer already exists [2025-06-27T07:36:59.262Z] 93d92c0e4780: Layer already exists [2025-06-27T07:36:59.262Z] 6b8dba562ab7: Layer already exists [2025-06-27T07:36:59.262Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:59.262Z] 1d8d7602c0c8: Layer already exists [2025-06-27T07:36:59.262Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:59.262Z] 9c8dc28f68c3: Layer already exists [2025-06-27T07:36:59.262Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:36:59.580Z] + 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-27T07:36:59.900Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-27T07:36:59.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-27T07:36:59.900Z] 03dc8d381285: Preparing [2025-06-27T07:36:59.900Z] b25bd60d2fe6: Preparing [2025-06-27T07:36:59.900Z] 6004a25eafda: Preparing [2025-06-27T07:36:59.900Z] 2555f49bc80e: Preparing [2025-06-27T07:36:59.900Z] 5c556900f879: Preparing [2025-06-27T07:36:59.900Z] 6b8dba562ab7: Preparing [2025-06-27T07:36:59.900Z] 93d92c0e4780: Preparing [2025-06-27T07:36:59.900Z] c477f148c454: Preparing [2025-06-27T07:36:59.900Z] 2a42b004716e: Preparing [2025-06-27T07:36:59.900Z] 1d8d7602c0c8: Preparing [2025-06-27T07:36:59.900Z] 9c8dc28f68c3: Preparing [2025-06-27T07:36:59.900Z] 994456c4fd7b: Preparing [2025-06-27T07:36:59.900Z] 93d92c0e4780: Waiting [2025-06-27T07:36:59.900Z] c477f148c454: Waiting [2025-06-27T07:36:59.900Z] 2a42b004716e: Waiting [2025-06-27T07:36:59.900Z] 1d8d7602c0c8: Waiting [2025-06-27T07:36:59.900Z] 994456c4fd7b: Waiting [2025-06-27T07:36:59.900Z] 6b8dba562ab7: Waiting [2025-06-27T07:36:59.900Z] 5c556900f879: Layer already exists [2025-06-27T07:36:59.900Z] 2555f49bc80e: Layer already exists [2025-06-27T07:36:59.900Z] 6004a25eafda: Layer already exists [2025-06-27T07:36:59.900Z] b25bd60d2fe6: Layer already exists [2025-06-27T07:36:59.900Z] 03dc8d381285: Layer already exists [2025-06-27T07:36:59.900Z] 2a42b004716e: Layer already exists [2025-06-27T07:36:59.900Z] c477f148c454: Layer already exists [2025-06-27T07:36:59.900Z] 93d92c0e4780: Layer already exists [2025-06-27T07:36:59.900Z] 6b8dba562ab7: Layer already exists [2025-06-27T07:36:59.900Z] 1d8d7602c0c8: Layer already exists [2025-06-27T07:36:59.900Z] 994456c4fd7b: Layer already exists [2025-06-27T07:36:59.900Z] 9c8dc28f68c3: Layer already exists [2025-06-27T07:36:59.900Z] main: digest: sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:36:59.970Z] ===================================================== [Pipeline] echo [2025-06-27T07:36:59.982Z] taggedImages: [2025-06-27T07:36:59.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:36:59.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-27T07:36:59.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 [2025-06-27T07:36:59.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:36:59.982Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-27T07:37:00.011Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-27T07:37:00.011Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:00.011Z] latest [2025-06-27T07:37:00.011Z] 4.1.0-dev.29 [2025-06-27T07:37:00.011Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:00.011Z] main [2025-06-27T07:37:00.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:00.344Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:00.664Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:00.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-27T07:37:00.664Z] 5a18a40dba87: Preparing [2025-06-27T07:37:00.664Z] a8fa774a4924: Preparing [2025-06-27T07:37:00.664Z] c477f148c454: Preparing [2025-06-27T07:37:00.664Z] 2a42b004716e: Preparing [2025-06-27T07:37:00.664Z] 8fcf5886cb7e: Preparing [2025-06-27T07:37:00.664Z] 3307d4896d6e: Preparing [2025-06-27T07:37:00.664Z] 994456c4fd7b: Preparing [2025-06-27T07:37:00.664Z] 3307d4896d6e: Waiting [2025-06-27T07:37:00.664Z] 994456c4fd7b: Waiting [2025-06-27T07:37:00.664Z] c477f148c454: Layer already exists [2025-06-27T07:37:00.664Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:00.664Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:00.664Z] 5a18a40dba87: Pushed [2025-06-27T07:37:00.664Z] 8fcf5886cb7e: Pushed [2025-06-27T07:37:01.598Z] 3307d4896d6e: Pushed [2025-06-27T07:37:04.134Z] a8fa774a4924: Pushed [2025-06-27T07:37:04.134Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:04.460Z] + 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-27T07:37:04.785Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-27T07:37:04.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-27T07:37:04.785Z] 5a18a40dba87: Preparing [2025-06-27T07:37:04.785Z] a8fa774a4924: Preparing [2025-06-27T07:37:04.785Z] c477f148c454: Preparing [2025-06-27T07:37:04.785Z] 2a42b004716e: Preparing [2025-06-27T07:37:04.785Z] 8fcf5886cb7e: Preparing [2025-06-27T07:37:04.785Z] 3307d4896d6e: Preparing [2025-06-27T07:37:04.785Z] 994456c4fd7b: Preparing [2025-06-27T07:37:04.785Z] 3307d4896d6e: Waiting [2025-06-27T07:37:04.785Z] c477f148c454: Layer already exists [2025-06-27T07:37:04.785Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:04.785Z] a8fa774a4924: Layer already exists [2025-06-27T07:37:04.785Z] 8fcf5886cb7e: Layer already exists [2025-06-27T07:37:04.785Z] 5a18a40dba87: Layer already exists [2025-06-27T07:37:04.785Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:04.785Z] 3307d4896d6e: Layer already exists [2025-06-27T07:37:04.785Z] latest: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:05.108Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:05.430Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 [2025-06-27T07:37:05.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-27T07:37:05.430Z] 5a18a40dba87: Preparing [2025-06-27T07:37:05.430Z] a8fa774a4924: Preparing [2025-06-27T07:37:05.430Z] c477f148c454: Preparing [2025-06-27T07:37:05.430Z] 2a42b004716e: Preparing [2025-06-27T07:37:05.430Z] 8fcf5886cb7e: Preparing [2025-06-27T07:37:05.430Z] 3307d4896d6e: Preparing [2025-06-27T07:37:05.430Z] 994456c4fd7b: Preparing [2025-06-27T07:37:05.430Z] 3307d4896d6e: Waiting [2025-06-27T07:37:05.430Z] 994456c4fd7b: Waiting [2025-06-27T07:37:05.430Z] 5a18a40dba87: Layer already exists [2025-06-27T07:37:05.430Z] 8fcf5886cb7e: Layer already exists [2025-06-27T07:37:05.430Z] a8fa774a4924: Layer already exists [2025-06-27T07:37:05.430Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:05.430Z] c477f148c454: Layer already exists [2025-06-27T07:37:05.430Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:05.430Z] 3307d4896d6e: Layer already exists [2025-06-27T07:37:05.430Z] 4.1.0-dev.29: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:05.755Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:06.080Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:06.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-27T07:37:06.080Z] 5a18a40dba87: Preparing [2025-06-27T07:37:06.080Z] a8fa774a4924: Preparing [2025-06-27T07:37:06.080Z] c477f148c454: Preparing [2025-06-27T07:37:06.080Z] 2a42b004716e: Preparing [2025-06-27T07:37:06.080Z] 8fcf5886cb7e: Preparing [2025-06-27T07:37:06.080Z] 3307d4896d6e: Preparing [2025-06-27T07:37:06.080Z] 994456c4fd7b: Preparing [2025-06-27T07:37:06.080Z] 3307d4896d6e: Waiting [2025-06-27T07:37:06.080Z] 994456c4fd7b: Waiting [2025-06-27T07:37:06.080Z] a8fa774a4924: Layer already exists [2025-06-27T07:37:06.080Z] 8fcf5886cb7e: Layer already exists [2025-06-27T07:37:06.080Z] 5a18a40dba87: Layer already exists [2025-06-27T07:37:06.080Z] c477f148c454: Layer already exists [2025-06-27T07:37:06.080Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:06.080Z] 3307d4896d6e: Layer already exists [2025-06-27T07:37:06.080Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:06.080Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:06.403Z] + 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-27T07:37:06.726Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-27T07:37:06.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-27T07:37:06.727Z] 5a18a40dba87: Preparing [2025-06-27T07:37:06.727Z] a8fa774a4924: Preparing [2025-06-27T07:37:06.727Z] c477f148c454: Preparing [2025-06-27T07:37:06.727Z] 2a42b004716e: Preparing [2025-06-27T07:37:06.727Z] 8fcf5886cb7e: Preparing [2025-06-27T07:37:06.727Z] 3307d4896d6e: Preparing [2025-06-27T07:37:06.727Z] 994456c4fd7b: Preparing [2025-06-27T07:37:06.727Z] 3307d4896d6e: Waiting [2025-06-27T07:37:06.727Z] 994456c4fd7b: Waiting [2025-06-27T07:37:06.727Z] c477f148c454: Layer already exists [2025-06-27T07:37:06.727Z] 5a18a40dba87: Layer already exists [2025-06-27T07:37:06.727Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:06.727Z] 8fcf5886cb7e: Layer already exists [2025-06-27T07:37:06.727Z] a8fa774a4924: Layer already exists [2025-06-27T07:37:06.727Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:06.727Z] 3307d4896d6e: Layer already exists [2025-06-27T07:37:06.727Z] main: digest: sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:37:06.814Z] ===================================================== [Pipeline] echo [2025-06-27T07:37:06.827Z] taggedImages: [2025-06-27T07:37:06.828Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:06.828Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-27T07:37:06.828Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 [2025-06-27T07:37:06.828Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:06.828Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-27T07:37:06.852Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-27T07:37:06.852Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:06.852Z] latest [2025-06-27T07:37:06.852Z] 4.1.0-dev.29 [2025-06-27T07:37:06.852Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:06.852Z] main [2025-06-27T07:37:06.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:07.197Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:07.521Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:07.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-27T07:37:07.521Z] 88e9917edb96: Preparing [2025-06-27T07:37:07.521Z] 02798c1e0324: Preparing [2025-06-27T07:37:07.521Z] 911907141bf0: Preparing [2025-06-27T07:37:07.521Z] c477f148c454: Preparing [2025-06-27T07:37:07.521Z] 2a42b004716e: Preparing [2025-06-27T07:37:07.521Z] 403531fcdbdb: Preparing [2025-06-27T07:37:07.521Z] ddb900c92581: Preparing [2025-06-27T07:37:07.521Z] 907ed3e354b7: Preparing [2025-06-27T07:37:07.521Z] 7ba318ef437f: Preparing [2025-06-27T07:37:07.521Z] 994456c4fd7b: Preparing [2025-06-27T07:37:07.521Z] 403531fcdbdb: Waiting [2025-06-27T07:37:07.521Z] ddb900c92581: Waiting [2025-06-27T07:37:07.521Z] 907ed3e354b7: Waiting [2025-06-27T07:37:07.521Z] 7ba318ef437f: Waiting [2025-06-27T07:37:07.521Z] 994456c4fd7b: Waiting [2025-06-27T07:37:07.521Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:07.521Z] c477f148c454: Layer already exists [2025-06-27T07:37:07.521Z] 911907141bf0: Pushed [2025-06-27T07:37:07.521Z] 88e9917edb96: Pushed [2025-06-27T07:37:07.521Z] 02798c1e0324: Pushed [2025-06-27T07:37:07.521Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:07.521Z] 907ed3e354b7: Pushed [2025-06-27T07:37:08.090Z] 7ba318ef437f: Pushed [2025-06-27T07:37:12.933Z] ddb900c92581: Pushed [2025-06-27T07:37:19.495Z] 403531fcdbdb: Pushed [2025-06-27T07:37:19.495Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:19.820Z] + 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-27T07:37:20.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-27T07:37:20.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-27T07:37:20.203Z] 88e9917edb96: Preparing [2025-06-27T07:37:20.203Z] 02798c1e0324: Preparing [2025-06-27T07:37:20.203Z] 911907141bf0: Preparing [2025-06-27T07:37:20.203Z] c477f148c454: Preparing [2025-06-27T07:37:20.203Z] 2a42b004716e: Preparing [2025-06-27T07:37:20.203Z] 403531fcdbdb: Preparing [2025-06-27T07:37:20.203Z] ddb900c92581: Preparing [2025-06-27T07:37:20.203Z] 907ed3e354b7: Preparing [2025-06-27T07:37:20.203Z] 7ba318ef437f: Preparing [2025-06-27T07:37:20.203Z] 994456c4fd7b: Preparing [2025-06-27T07:37:20.203Z] 403531fcdbdb: Waiting [2025-06-27T07:37:20.203Z] ddb900c92581: Waiting [2025-06-27T07:37:20.203Z] 907ed3e354b7: Waiting [2025-06-27T07:37:20.203Z] 7ba318ef437f: Waiting [2025-06-27T07:37:20.203Z] 994456c4fd7b: Waiting [2025-06-27T07:37:20.203Z] 02798c1e0324: Layer already exists [2025-06-27T07:37:20.203Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:20.203Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:20.203Z] 911907141bf0: Layer already exists [2025-06-27T07:37:20.203Z] c477f148c454: Layer already exists [2025-06-27T07:37:20.203Z] 403531fcdbdb: Layer already exists [2025-06-27T07:37:20.203Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:20.203Z] ddb900c92581: Layer already exists [2025-06-27T07:37:20.203Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:20.203Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:20.203Z] latest: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:20.524Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:20.843Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 [2025-06-27T07:37:20.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-27T07:37:20.843Z] 88e9917edb96: Preparing [2025-06-27T07:37:20.843Z] 02798c1e0324: Preparing [2025-06-27T07:37:20.843Z] 911907141bf0: Preparing [2025-06-27T07:37:20.843Z] c477f148c454: Preparing [2025-06-27T07:37:20.843Z] 2a42b004716e: Preparing [2025-06-27T07:37:20.843Z] 403531fcdbdb: Preparing [2025-06-27T07:37:20.843Z] ddb900c92581: Preparing [2025-06-27T07:37:20.843Z] 907ed3e354b7: Preparing [2025-06-27T07:37:20.843Z] 7ba318ef437f: Preparing [2025-06-27T07:37:20.843Z] 994456c4fd7b: Preparing [2025-06-27T07:37:20.843Z] 403531fcdbdb: Waiting [2025-06-27T07:37:20.843Z] 7ba318ef437f: Waiting [2025-06-27T07:37:20.843Z] ddb900c92581: Waiting [2025-06-27T07:37:20.843Z] 02798c1e0324: Layer already exists [2025-06-27T07:37:20.843Z] 911907141bf0: Layer already exists [2025-06-27T07:37:20.843Z] c477f148c454: Layer already exists [2025-06-27T07:37:20.843Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:20.843Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:20.843Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:20.843Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:20.843Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:20.843Z] 403531fcdbdb: Layer already exists [2025-06-27T07:37:20.843Z] ddb900c92581: Layer already exists [2025-06-27T07:37:20.843Z] 4.1.0-dev.29: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:21.167Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:21.481Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:21.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-27T07:37:21.481Z] 88e9917edb96: Preparing [2025-06-27T07:37:21.481Z] 02798c1e0324: Preparing [2025-06-27T07:37:21.481Z] 911907141bf0: Preparing [2025-06-27T07:37:21.481Z] c477f148c454: Preparing [2025-06-27T07:37:21.481Z] 2a42b004716e: Preparing [2025-06-27T07:37:21.481Z] 403531fcdbdb: Preparing [2025-06-27T07:37:21.481Z] ddb900c92581: Preparing [2025-06-27T07:37:21.481Z] 907ed3e354b7: Preparing [2025-06-27T07:37:21.481Z] 403531fcdbdb: Waiting [2025-06-27T07:37:21.481Z] 7ba318ef437f: Preparing [2025-06-27T07:37:21.481Z] 994456c4fd7b: Preparing [2025-06-27T07:37:21.481Z] 7ba318ef437f: Waiting [2025-06-27T07:37:21.481Z] c477f148c454: Layer already exists [2025-06-27T07:37:21.481Z] 911907141bf0: Layer already exists [2025-06-27T07:37:21.481Z] 02798c1e0324: Layer already exists [2025-06-27T07:37:21.481Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:21.481Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:21.481Z] 403531fcdbdb: Layer already exists [2025-06-27T07:37:21.481Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:21.481Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:21.481Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:21.481Z] ddb900c92581: Layer already exists [2025-06-27T07:37:21.481Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:22.154Z] + 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-27T07:37:22.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-27T07:37:22.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-27T07:37:22.479Z] 88e9917edb96: Preparing [2025-06-27T07:37:22.479Z] 02798c1e0324: Preparing [2025-06-27T07:37:22.479Z] 911907141bf0: Preparing [2025-06-27T07:37:22.479Z] c477f148c454: Preparing [2025-06-27T07:37:22.479Z] 2a42b004716e: Preparing [2025-06-27T07:37:22.479Z] 403531fcdbdb: Preparing [2025-06-27T07:37:22.479Z] ddb900c92581: Preparing [2025-06-27T07:37:22.479Z] 907ed3e354b7: Preparing [2025-06-27T07:37:22.479Z] 7ba318ef437f: Preparing [2025-06-27T07:37:22.479Z] 994456c4fd7b: Preparing [2025-06-27T07:37:22.479Z] ddb900c92581: Waiting [2025-06-27T07:37:22.479Z] 907ed3e354b7: Waiting [2025-06-27T07:37:22.479Z] 994456c4fd7b: Waiting [2025-06-27T07:37:22.479Z] 403531fcdbdb: Waiting [2025-06-27T07:37:22.479Z] 7ba318ef437f: Waiting [2025-06-27T07:37:22.479Z] 02798c1e0324: Layer already exists [2025-06-27T07:37:22.479Z] c477f148c454: Layer already exists [2025-06-27T07:37:22.479Z] 911907141bf0: Layer already exists [2025-06-27T07:37:22.479Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:22.479Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:22.479Z] ddb900c92581: Layer already exists [2025-06-27T07:37:22.479Z] 403531fcdbdb: Layer already exists [2025-06-27T07:37:22.479Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:22.479Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:22.479Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:22.479Z] main: digest: sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:37:22.547Z] ===================================================== [Pipeline] echo [2025-06-27T07:37:22.559Z] taggedImages: [2025-06-27T07:37:22.559Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:22.559Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-27T07:37:22.559Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 [2025-06-27T07:37:22.559Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:22.559Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-27T07:37:22.583Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-27T07:37:22.583Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:22.583Z] latest [2025-06-27T07:37:22.583Z] 4.1.0-dev.29 [2025-06-27T07:37:22.583Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:22.583Z] main [2025-06-27T07:37:22.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:23.040Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:23.363Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:23.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-27T07:37:23.363Z] c72eea2f1714: Preparing [2025-06-27T07:37:23.363Z] 6e4e391798b0: Preparing [2025-06-27T07:37:23.363Z] b509dd7df552: Preparing [2025-06-27T07:37:23.363Z] c477f148c454: Preparing [2025-06-27T07:37:23.363Z] 2a42b004716e: Preparing [2025-06-27T07:37:23.363Z] 29be743a9540: Preparing [2025-06-27T07:37:23.363Z] 9fe2d357f8fd: Preparing [2025-06-27T07:37:23.363Z] 802861be8ed5: Preparing [2025-06-27T07:37:23.363Z] 994456c4fd7b: Preparing [2025-06-27T07:37:23.363Z] 9fe2d357f8fd: Waiting [2025-06-27T07:37:23.363Z] 29be743a9540: Waiting [2025-06-27T07:37:23.363Z] 802861be8ed5: Waiting [2025-06-27T07:37:23.363Z] 994456c4fd7b: Waiting [2025-06-27T07:37:23.363Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:23.363Z] c477f148c454: Layer already exists [2025-06-27T07:37:23.620Z] 6e4e391798b0: Pushed [2025-06-27T07:37:23.620Z] b509dd7df552: Pushed [2025-06-27T07:37:23.620Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:23.620Z] c72eea2f1714: Pushed [2025-06-27T07:37:23.620Z] 9fe2d357f8fd: Pushed [2025-06-27T07:37:23.877Z] 802861be8ed5: Pushed [2025-06-27T07:37:36.086Z] 29be743a9540: Pushed [2025-06-27T07:37:36.086Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:36.416Z] + 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-27T07:37:36.732Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-27T07:37:36.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-27T07:37:36.732Z] c72eea2f1714: Preparing [2025-06-27T07:37:36.732Z] 6e4e391798b0: Preparing [2025-06-27T07:37:36.732Z] b509dd7df552: Preparing [2025-06-27T07:37:36.732Z] c477f148c454: Preparing [2025-06-27T07:37:36.732Z] 2a42b004716e: Preparing [2025-06-27T07:37:36.732Z] 29be743a9540: Preparing [2025-06-27T07:37:36.732Z] 9fe2d357f8fd: Preparing [2025-06-27T07:37:36.732Z] 802861be8ed5: Preparing [2025-06-27T07:37:36.732Z] 994456c4fd7b: Preparing [2025-06-27T07:37:36.732Z] 9fe2d357f8fd: Waiting [2025-06-27T07:37:36.732Z] 802861be8ed5: Waiting [2025-06-27T07:37:36.732Z] 29be743a9540: Waiting [2025-06-27T07:37:36.732Z] 994456c4fd7b: Waiting [2025-06-27T07:37:36.732Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:36.732Z] c72eea2f1714: Layer already exists [2025-06-27T07:37:36.732Z] b509dd7df552: Layer already exists [2025-06-27T07:37:36.732Z] c477f148c454: Layer already exists [2025-06-27T07:37:36.732Z] 6e4e391798b0: Layer already exists [2025-06-27T07:37:36.732Z] 802861be8ed5: Layer already exists [2025-06-27T07:37:36.732Z] 9fe2d357f8fd: Layer already exists [2025-06-27T07:37:36.732Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:36.732Z] 29be743a9540: Layer already exists [2025-06-27T07:37:36.732Z] latest: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:37.056Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:37.376Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 [2025-06-27T07:37:37.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-27T07:37:37.376Z] c72eea2f1714: Preparing [2025-06-27T07:37:37.376Z] 6e4e391798b0: Preparing [2025-06-27T07:37:37.376Z] b509dd7df552: Preparing [2025-06-27T07:37:37.376Z] c477f148c454: Preparing [2025-06-27T07:37:37.376Z] 2a42b004716e: Preparing [2025-06-27T07:37:37.376Z] 29be743a9540: Preparing [2025-06-27T07:37:37.376Z] 9fe2d357f8fd: Preparing [2025-06-27T07:37:37.376Z] 802861be8ed5: Preparing [2025-06-27T07:37:37.376Z] 994456c4fd7b: Preparing [2025-06-27T07:37:37.376Z] 29be743a9540: Waiting [2025-06-27T07:37:37.376Z] 9fe2d357f8fd: Waiting [2025-06-27T07:37:37.376Z] 802861be8ed5: Waiting [2025-06-27T07:37:37.376Z] 994456c4fd7b: Waiting [2025-06-27T07:37:37.376Z] 6e4e391798b0: Layer already exists [2025-06-27T07:37:37.376Z] b509dd7df552: Layer already exists [2025-06-27T07:37:37.376Z] c477f148c454: Layer already exists [2025-06-27T07:37:37.376Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:37.376Z] c72eea2f1714: Layer already exists [2025-06-27T07:37:37.376Z] 29be743a9540: Layer already exists [2025-06-27T07:37:37.376Z] 802861be8ed5: Layer already exists [2025-06-27T07:37:37.376Z] 9fe2d357f8fd: Layer already exists [2025-06-27T07:37:37.376Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:37.376Z] 4.1.0-dev.29: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:37.705Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:38.025Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:38.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-27T07:37:38.025Z] c72eea2f1714: Preparing [2025-06-27T07:37:38.025Z] 6e4e391798b0: Preparing [2025-06-27T07:37:38.025Z] b509dd7df552: Preparing [2025-06-27T07:37:38.025Z] c477f148c454: Preparing [2025-06-27T07:37:38.025Z] 2a42b004716e: Preparing [2025-06-27T07:37:38.025Z] 29be743a9540: Preparing [2025-06-27T07:37:38.025Z] 9fe2d357f8fd: Preparing [2025-06-27T07:37:38.025Z] 802861be8ed5: Preparing [2025-06-27T07:37:38.025Z] 994456c4fd7b: Preparing [2025-06-27T07:37:38.025Z] 9fe2d357f8fd: Waiting [2025-06-27T07:37:38.025Z] 802861be8ed5: Waiting [2025-06-27T07:37:38.025Z] 994456c4fd7b: Waiting [2025-06-27T07:37:38.025Z] 29be743a9540: Waiting [2025-06-27T07:37:38.025Z] 6e4e391798b0: Layer already exists [2025-06-27T07:37:38.025Z] b509dd7df552: Layer already exists [2025-06-27T07:37:38.025Z] c72eea2f1714: Layer already exists [2025-06-27T07:37:38.025Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:38.025Z] c477f148c454: Layer already exists [2025-06-27T07:37:38.025Z] 29be743a9540: Layer already exists [2025-06-27T07:37:38.025Z] 9fe2d357f8fd: Layer already exists [2025-06-27T07:37:38.025Z] 802861be8ed5: Layer already exists [2025-06-27T07:37:38.025Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:38.025Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:38.348Z] + 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-27T07:37:38.667Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-27T07:37:38.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-27T07:37:38.667Z] c72eea2f1714: Preparing [2025-06-27T07:37:38.667Z] 6e4e391798b0: Preparing [2025-06-27T07:37:38.667Z] b509dd7df552: Preparing [2025-06-27T07:37:38.667Z] c477f148c454: Preparing [2025-06-27T07:37:38.667Z] 2a42b004716e: Preparing [2025-06-27T07:37:38.667Z] 29be743a9540: Preparing [2025-06-27T07:37:38.667Z] 9fe2d357f8fd: Preparing [2025-06-27T07:37:38.667Z] 802861be8ed5: Preparing [2025-06-27T07:37:38.667Z] 994456c4fd7b: Preparing [2025-06-27T07:37:38.667Z] 29be743a9540: Waiting [2025-06-27T07:37:38.667Z] 9fe2d357f8fd: Waiting [2025-06-27T07:37:38.667Z] 802861be8ed5: Waiting [2025-06-27T07:37:38.667Z] 994456c4fd7b: Waiting [2025-06-27T07:37:38.667Z] 6e4e391798b0: Layer already exists [2025-06-27T07:37:38.667Z] c477f148c454: Layer already exists [2025-06-27T07:37:38.667Z] c72eea2f1714: Layer already exists [2025-06-27T07:37:38.667Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:38.667Z] b509dd7df552: Layer already exists [2025-06-27T07:37:38.667Z] 9fe2d357f8fd: Layer already exists [2025-06-27T07:37:38.667Z] 29be743a9540: Layer already exists [2025-06-27T07:37:38.667Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:38.667Z] 802861be8ed5: Layer already exists [2025-06-27T07:37:38.667Z] main: digest: sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:37:38.743Z] ===================================================== [Pipeline] echo [2025-06-27T07:37:38.755Z] taggedImages: [2025-06-27T07:37:38.755Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:38.755Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-27T07:37:38.755Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 [2025-06-27T07:37:38.755Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:38.755Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-27T07:37:38.782Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-27T07:37:38.782Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:38.782Z] latest [2025-06-27T07:37:38.782Z] 4.1.0-dev.29 [2025-06-27T07:37:38.782Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:38.782Z] main [2025-06-27T07:37:38.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:39.119Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:39.439Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:39.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-27T07:37:39.439Z] 88e9917edb96: Preparing [2025-06-27T07:37:39.439Z] 9a4aa6416790: Preparing [2025-06-27T07:37:39.439Z] 6d2da5e85875: Preparing [2025-06-27T07:37:39.439Z] c477f148c454: Preparing [2025-06-27T07:37:39.439Z] 2a42b004716e: Preparing [2025-06-27T07:37:39.439Z] adf8082b4c42: Preparing [2025-06-27T07:37:39.439Z] 907ed3e354b7: Preparing [2025-06-27T07:37:39.439Z] 7ba318ef437f: Preparing [2025-06-27T07:37:39.439Z] 994456c4fd7b: Preparing [2025-06-27T07:37:39.439Z] 7ba318ef437f: Waiting [2025-06-27T07:37:39.439Z] 907ed3e354b7: Waiting [2025-06-27T07:37:39.439Z] adf8082b4c42: Waiting [2025-06-27T07:37:39.439Z] 994456c4fd7b: Waiting [2025-06-27T07:37:39.439Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:39.439Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:39.439Z] c477f148c454: Layer already exists [2025-06-27T07:37:39.439Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:39.439Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:39.439Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:39.439Z] 6d2da5e85875: Pushed [2025-06-27T07:37:39.439Z] 9a4aa6416790: Pushed [2025-06-27T07:37:51.658Z] adf8082b4c42: Pushed [2025-06-27T07:37:51.658Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:51.984Z] + 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-27T07:37:52.308Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-27T07:37:52.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-27T07:37:52.308Z] 88e9917edb96: Preparing [2025-06-27T07:37:52.308Z] 9a4aa6416790: Preparing [2025-06-27T07:37:52.308Z] 6d2da5e85875: Preparing [2025-06-27T07:37:52.308Z] c477f148c454: Preparing [2025-06-27T07:37:52.308Z] 2a42b004716e: Preparing [2025-06-27T07:37:52.308Z] adf8082b4c42: Preparing [2025-06-27T07:37:52.308Z] 907ed3e354b7: Preparing [2025-06-27T07:37:52.308Z] 7ba318ef437f: Preparing [2025-06-27T07:37:52.308Z] 994456c4fd7b: Preparing [2025-06-27T07:37:52.308Z] adf8082b4c42: Waiting [2025-06-27T07:37:52.308Z] 907ed3e354b7: Waiting [2025-06-27T07:37:52.308Z] 7ba318ef437f: Waiting [2025-06-27T07:37:52.308Z] 994456c4fd7b: Waiting [2025-06-27T07:37:52.308Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:52.308Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:52.308Z] c477f148c454: Layer already exists [2025-06-27T07:37:52.308Z] 9a4aa6416790: Layer already exists [2025-06-27T07:37:52.308Z] 6d2da5e85875: Layer already exists [2025-06-27T07:37:52.308Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:52.308Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:52.308Z] adf8082b4c42: Layer already exists [2025-06-27T07:37:52.308Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:52.308Z] latest: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:52.634Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:52.958Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 [2025-06-27T07:37:52.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-27T07:37:52.958Z] 88e9917edb96: Preparing [2025-06-27T07:37:52.958Z] 9a4aa6416790: Preparing [2025-06-27T07:37:52.958Z] 6d2da5e85875: Preparing [2025-06-27T07:37:52.958Z] c477f148c454: Preparing [2025-06-27T07:37:52.958Z] 2a42b004716e: Preparing [2025-06-27T07:37:52.958Z] adf8082b4c42: Preparing [2025-06-27T07:37:52.958Z] 907ed3e354b7: Preparing [2025-06-27T07:37:52.958Z] 7ba318ef437f: Preparing [2025-06-27T07:37:52.958Z] 994456c4fd7b: Preparing [2025-06-27T07:37:52.958Z] adf8082b4c42: Waiting [2025-06-27T07:37:52.958Z] 7ba318ef437f: Waiting [2025-06-27T07:37:52.958Z] 907ed3e354b7: Waiting [2025-06-27T07:37:52.958Z] 994456c4fd7b: Waiting [2025-06-27T07:37:52.958Z] 6d2da5e85875: Layer already exists [2025-06-27T07:37:52.958Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:52.958Z] c477f148c454: Layer already exists [2025-06-27T07:37:52.958Z] 9a4aa6416790: Layer already exists [2025-06-27T07:37:52.958Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:52.958Z] adf8082b4c42: Layer already exists [2025-06-27T07:37:52.958Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:52.958Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:52.958Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:52.958Z] 4.1.0-dev.29: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:53.284Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:53.615Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:53.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-27T07:37:53.615Z] 88e9917edb96: Preparing [2025-06-27T07:37:53.615Z] 9a4aa6416790: Preparing [2025-06-27T07:37:53.615Z] 6d2da5e85875: Preparing [2025-06-27T07:37:53.615Z] c477f148c454: Preparing [2025-06-27T07:37:53.615Z] 2a42b004716e: Preparing [2025-06-27T07:37:53.615Z] adf8082b4c42: Preparing [2025-06-27T07:37:53.615Z] 907ed3e354b7: Preparing [2025-06-27T07:37:53.615Z] 7ba318ef437f: Preparing [2025-06-27T07:37:53.615Z] 994456c4fd7b: Preparing [2025-06-27T07:37:53.615Z] adf8082b4c42: Waiting [2025-06-27T07:37:53.615Z] 7ba318ef437f: Waiting [2025-06-27T07:37:53.615Z] 907ed3e354b7: Waiting [2025-06-27T07:37:53.615Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:53.615Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:53.615Z] 9a4aa6416790: Layer already exists [2025-06-27T07:37:53.615Z] 6d2da5e85875: Layer already exists [2025-06-27T07:37:53.615Z] c477f148c454: Layer already exists [2025-06-27T07:37:53.615Z] adf8082b4c42: Layer already exists [2025-06-27T07:37:53.615Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:53.615Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:53.615Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:53.615Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:53.948Z] + 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-27T07:37:54.276Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-27T07:37:54.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-27T07:37:54.277Z] 88e9917edb96: Preparing [2025-06-27T07:37:54.277Z] 9a4aa6416790: Preparing [2025-06-27T07:37:54.277Z] 6d2da5e85875: Preparing [2025-06-27T07:37:54.277Z] c477f148c454: Preparing [2025-06-27T07:37:54.277Z] 2a42b004716e: Preparing [2025-06-27T07:37:54.277Z] adf8082b4c42: Preparing [2025-06-27T07:37:54.277Z] 907ed3e354b7: Preparing [2025-06-27T07:37:54.277Z] 7ba318ef437f: Preparing [2025-06-27T07:37:54.277Z] 994456c4fd7b: Preparing [2025-06-27T07:37:54.277Z] 907ed3e354b7: Waiting [2025-06-27T07:37:54.277Z] 994456c4fd7b: Waiting [2025-06-27T07:37:54.277Z] 7ba318ef437f: Waiting [2025-06-27T07:37:54.277Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:54.277Z] 6d2da5e85875: Layer already exists [2025-06-27T07:37:54.277Z] 9a4aa6416790: Layer already exists [2025-06-27T07:37:54.277Z] c477f148c454: Layer already exists [2025-06-27T07:37:54.277Z] 88e9917edb96: Layer already exists [2025-06-27T07:37:54.277Z] adf8082b4c42: Layer already exists [2025-06-27T07:37:54.277Z] 7ba318ef437f: Layer already exists [2025-06-27T07:37:54.277Z] 907ed3e354b7: Layer already exists [2025-06-27T07:37:54.277Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:54.277Z] main: digest: sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:37:54.355Z] ===================================================== [Pipeline] echo [2025-06-27T07:37:54.369Z] taggedImages: [2025-06-27T07:37:54.369Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:54.369Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-27T07:37:54.369Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 [2025-06-27T07:37:54.369Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:54.369Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-27T07:37:54.397Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-27T07:37:54.397Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:54.397Z] latest [2025-06-27T07:37:54.397Z] 4.1.0-dev.29 [2025-06-27T07:37:54.397Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:37:54.397Z] main [2025-06-27T07:37:54.397Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:54.738Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:55.066Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:37:55.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-27T07:37:55.066Z] 8b9d2a7c61db: Preparing [2025-06-27T07:37:55.066Z] f4e102f9b67c: Preparing [2025-06-27T07:37:55.066Z] c477f148c454: Preparing [2025-06-27T07:37:55.066Z] 2a42b004716e: Preparing [2025-06-27T07:37:55.066Z] a55a08f0a599: Preparing [2025-06-27T07:37:55.066Z] d3d8e7fa1581: Preparing [2025-06-27T07:37:55.066Z] 994456c4fd7b: Preparing [2025-06-27T07:37:55.066Z] d3d8e7fa1581: Waiting [2025-06-27T07:37:55.066Z] 994456c4fd7b: Waiting [2025-06-27T07:37:55.066Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:55.066Z] c477f148c454: Layer already exists [2025-06-27T07:37:55.066Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:55.066Z] a55a08f0a599: Pushed [2025-06-27T07:37:55.066Z] 8b9d2a7c61db: Pushed [2025-06-27T07:37:55.634Z] d3d8e7fa1581: Pushed [2025-06-27T07:37:58.923Z] f4e102f9b67c: Pushed [2025-06-27T07:37:58.923Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:59.259Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:59.580Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-27T07:37:59.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-27T07:37:59.580Z] 8b9d2a7c61db: Preparing [2025-06-27T07:37:59.580Z] f4e102f9b67c: Preparing [2025-06-27T07:37:59.580Z] c477f148c454: Preparing [2025-06-27T07:37:59.580Z] 2a42b004716e: Preparing [2025-06-27T07:37:59.580Z] a55a08f0a599: Preparing [2025-06-27T07:37:59.580Z] d3d8e7fa1581: Preparing [2025-06-27T07:37:59.580Z] 994456c4fd7b: Preparing [2025-06-27T07:37:59.580Z] d3d8e7fa1581: Waiting [2025-06-27T07:37:59.580Z] 994456c4fd7b: Waiting [2025-06-27T07:37:59.580Z] a55a08f0a599: Layer already exists [2025-06-27T07:37:59.580Z] c477f148c454: Layer already exists [2025-06-27T07:37:59.580Z] 8b9d2a7c61db: Layer already exists [2025-06-27T07:37:59.580Z] f4e102f9b67c: Layer already exists [2025-06-27T07:37:59.580Z] 2a42b004716e: Layer already exists [2025-06-27T07:37:59.580Z] d3d8e7fa1581: Layer already exists [2025-06-27T07:37:59.580Z] 994456c4fd7b: Layer already exists [2025-06-27T07:37:59.580Z] latest: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:37:59.909Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:00.235Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 [2025-06-27T07:38:00.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-27T07:38:00.235Z] 8b9d2a7c61db: Preparing [2025-06-27T07:38:00.235Z] f4e102f9b67c: Preparing [2025-06-27T07:38:00.235Z] c477f148c454: Preparing [2025-06-27T07:38:00.235Z] 2a42b004716e: Preparing [2025-06-27T07:38:00.235Z] a55a08f0a599: Preparing [2025-06-27T07:38:00.235Z] d3d8e7fa1581: Preparing [2025-06-27T07:38:00.235Z] 994456c4fd7b: Preparing [2025-06-27T07:38:00.235Z] d3d8e7fa1581: Waiting [2025-06-27T07:38:00.235Z] 994456c4fd7b: Waiting [2025-06-27T07:38:00.235Z] f4e102f9b67c: Layer already exists [2025-06-27T07:38:00.235Z] c477f148c454: Layer already exists [2025-06-27T07:38:00.235Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:00.235Z] a55a08f0a599: Layer already exists [2025-06-27T07:38:00.235Z] 8b9d2a7c61db: Layer already exists [2025-06-27T07:38:00.235Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:00.235Z] d3d8e7fa1581: Layer already exists [2025-06-27T07:38:00.235Z] 4.1.0-dev.29: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:00.560Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:00.878Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:00.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-27T07:38:00.878Z] 8b9d2a7c61db: Preparing [2025-06-27T07:38:00.878Z] f4e102f9b67c: Preparing [2025-06-27T07:38:00.878Z] c477f148c454: Preparing [2025-06-27T07:38:00.878Z] 2a42b004716e: Preparing [2025-06-27T07:38:00.878Z] a55a08f0a599: Preparing [2025-06-27T07:38:00.878Z] d3d8e7fa1581: Preparing [2025-06-27T07:38:00.878Z] 994456c4fd7b: Preparing [2025-06-27T07:38:00.878Z] 994456c4fd7b: Waiting [2025-06-27T07:38:00.878Z] d3d8e7fa1581: Waiting [2025-06-27T07:38:00.878Z] a55a08f0a599: Layer already exists [2025-06-27T07:38:00.878Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:00.878Z] 8b9d2a7c61db: Layer already exists [2025-06-27T07:38:00.878Z] c477f148c454: Layer already exists [2025-06-27T07:38:00.878Z] f4e102f9b67c: Layer already exists [2025-06-27T07:38:00.878Z] d3d8e7fa1581: Layer already exists [2025-06-27T07:38:00.878Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:00.878Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:01.214Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:01.535Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-27T07:38:01.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-27T07:38:01.535Z] 8b9d2a7c61db: Preparing [2025-06-27T07:38:01.535Z] f4e102f9b67c: Preparing [2025-06-27T07:38:01.535Z] c477f148c454: Preparing [2025-06-27T07:38:01.535Z] 2a42b004716e: Preparing [2025-06-27T07:38:01.535Z] a55a08f0a599: Preparing [2025-06-27T07:38:01.535Z] d3d8e7fa1581: Preparing [2025-06-27T07:38:01.535Z] 994456c4fd7b: Preparing [2025-06-27T07:38:01.535Z] 994456c4fd7b: Waiting [2025-06-27T07:38:01.535Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:01.535Z] f4e102f9b67c: Layer already exists [2025-06-27T07:38:01.535Z] a55a08f0a599: Layer already exists [2025-06-27T07:38:01.535Z] 8b9d2a7c61db: Layer already exists [2025-06-27T07:38:01.535Z] d3d8e7fa1581: Layer already exists [2025-06-27T07:38:01.535Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:01.535Z] c477f148c454: Layer already exists [2025-06-27T07:38:01.535Z] main: digest: sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:38:01.620Z] ===================================================== [Pipeline] echo [2025-06-27T07:38:01.637Z] taggedImages: [2025-06-27T07:38:01.637Z] - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:01.637Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-27T07:38:01.637Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 [2025-06-27T07:38:01.637Z] - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:01.637Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-27T07:38:01.666Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-27T07:38:01.667Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:01.667Z] latest [2025-06-27T07:38:01.667Z] 4.1.0-dev.29 [2025-06-27T07:38:01.667Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:01.667Z] main [2025-06-27T07:38:01.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:02.016Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:02.338Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:02.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-27T07:38:02.338Z] c95d63591543: Preparing [2025-06-27T07:38:02.338Z] 03c1fc4be426: Preparing [2025-06-27T07:38:02.338Z] c477f148c454: Preparing [2025-06-27T07:38:02.338Z] 2a42b004716e: Preparing [2025-06-27T07:38:02.338Z] d7f7f55ac186: Preparing [2025-06-27T07:38:02.338Z] e261de721d0f: Preparing [2025-06-27T07:38:02.338Z] 994456c4fd7b: Preparing [2025-06-27T07:38:02.338Z] e261de721d0f: Waiting [2025-06-27T07:38:02.338Z] 994456c4fd7b: Waiting [2025-06-27T07:38:02.338Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:02.338Z] c477f148c454: Layer already exists [2025-06-27T07:38:02.338Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:02.338Z] d7f7f55ac186: Pushed [2025-06-27T07:38:02.338Z] c95d63591543: Pushed [2025-06-27T07:38:02.597Z] e261de721d0f: Pushed [2025-06-27T07:38:05.880Z] 03c1fc4be426: Pushed [2025-06-27T07:38:05.880Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:06.213Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:06.538Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-27T07:38:06.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-27T07:38:06.538Z] c95d63591543: Preparing [2025-06-27T07:38:06.538Z] 03c1fc4be426: Preparing [2025-06-27T07:38:06.538Z] c477f148c454: Preparing [2025-06-27T07:38:06.538Z] 2a42b004716e: Preparing [2025-06-27T07:38:06.538Z] d7f7f55ac186: Preparing [2025-06-27T07:38:06.538Z] e261de721d0f: Preparing [2025-06-27T07:38:06.538Z] 994456c4fd7b: Preparing [2025-06-27T07:38:06.538Z] 994456c4fd7b: Waiting [2025-06-27T07:38:06.538Z] e261de721d0f: Waiting [2025-06-27T07:38:06.538Z] c95d63591543: Layer already exists [2025-06-27T07:38:06.538Z] d7f7f55ac186: Layer already exists [2025-06-27T07:38:06.538Z] 03c1fc4be426: Layer already exists [2025-06-27T07:38:06.538Z] c477f148c454: Layer already exists [2025-06-27T07:38:06.538Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:06.538Z] e261de721d0f: Layer already exists [2025-06-27T07:38:06.538Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:06.538Z] latest: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:06.874Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:07.200Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 [2025-06-27T07:38:07.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-27T07:38:07.200Z] c95d63591543: Preparing [2025-06-27T07:38:07.200Z] 03c1fc4be426: Preparing [2025-06-27T07:38:07.200Z] c477f148c454: Preparing [2025-06-27T07:38:07.200Z] 2a42b004716e: Preparing [2025-06-27T07:38:07.200Z] d7f7f55ac186: Preparing [2025-06-27T07:38:07.200Z] e261de721d0f: Preparing [2025-06-27T07:38:07.200Z] 994456c4fd7b: Preparing [2025-06-27T07:38:07.200Z] e261de721d0f: Waiting [2025-06-27T07:38:07.200Z] 994456c4fd7b: Waiting [2025-06-27T07:38:07.200Z] c95d63591543: Layer already exists [2025-06-27T07:38:07.200Z] d7f7f55ac186: Layer already exists [2025-06-27T07:38:07.200Z] 03c1fc4be426: Layer already exists [2025-06-27T07:38:07.200Z] c477f148c454: Layer already exists [2025-06-27T07:38:07.200Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:07.200Z] e261de721d0f: Layer already exists [2025-06-27T07:38:07.200Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:07.200Z] 4.1.0-dev.29: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:07.522Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:07.837Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:07.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-27T07:38:07.837Z] c95d63591543: Preparing [2025-06-27T07:38:07.837Z] 03c1fc4be426: Preparing [2025-06-27T07:38:07.837Z] c477f148c454: Preparing [2025-06-27T07:38:07.837Z] 2a42b004716e: Preparing [2025-06-27T07:38:07.837Z] d7f7f55ac186: Preparing [2025-06-27T07:38:07.837Z] e261de721d0f: Preparing [2025-06-27T07:38:07.837Z] 994456c4fd7b: Preparing [2025-06-27T07:38:07.837Z] e261de721d0f: Waiting [2025-06-27T07:38:07.837Z] 994456c4fd7b: Waiting [2025-06-27T07:38:07.837Z] c95d63591543: Layer already exists [2025-06-27T07:38:07.837Z] c477f148c454: Layer already exists [2025-06-27T07:38:07.837Z] 03c1fc4be426: Layer already exists [2025-06-27T07:38:07.837Z] d7f7f55ac186: Layer already exists [2025-06-27T07:38:07.837Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:07.837Z] e261de721d0f: Layer already exists [2025-06-27T07:38:07.837Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:07.837Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:08.167Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:38:08.489Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-27T07:38:08.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-27T07:38:08.489Z] c95d63591543: Preparing [2025-06-27T07:38:08.489Z] 03c1fc4be426: Preparing [2025-06-27T07:38:08.489Z] c477f148c454: Preparing [2025-06-27T07:38:08.489Z] 2a42b004716e: Preparing [2025-06-27T07:38:08.489Z] d7f7f55ac186: Preparing [2025-06-27T07:38:08.489Z] e261de721d0f: Preparing [2025-06-27T07:38:08.489Z] 994456c4fd7b: Preparing [2025-06-27T07:38:08.489Z] e261de721d0f: Waiting [2025-06-27T07:38:08.489Z] 994456c4fd7b: Waiting [2025-06-27T07:38:08.489Z] c95d63591543: Layer already exists [2025-06-27T07:38:08.489Z] c477f148c454: Layer already exists [2025-06-27T07:38:08.489Z] 03c1fc4be426: Layer already exists [2025-06-27T07:38:08.489Z] d7f7f55ac186: Layer already exists [2025-06-27T07:38:08.489Z] 2a42b004716e: Layer already exists [2025-06-27T07:38:08.489Z] 994456c4fd7b: Layer already exists [2025-06-27T07:38:08.489Z] e261de721d0f: Layer already exists [2025-06-27T07:38:08.489Z] main: digest: sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:38:08.558Z] ===================================================== [Pipeline] echo [2025-06-27T07:38:08.571Z] taggedImages: [2025-06-27T07:38:08.571Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.571Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-27T07:38:08.571Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 [2025-06-27T07:38:08.571Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.571Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-27T07:38:08.643Z] ========================================================= [2025-06-27T07:38:08.643Z] [edgeXBuildMultiArch] RAW Config: [2025-06-27T07:38:08.643Z] images: [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:38:08.643Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-27T07:38:08.643Z] settingsFile: [2025-06-27T07:38:08.643Z] edgex-go-settings [2025-06-27T07:38:08.643Z] ========================================================= [Pipeline] node [2025-06-27T07:38:23.646Z] Still waiting to schedule task [2025-06-27T07:38:23.646Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-27T07:39:15.716Z] Running on prd-centos7-docker-4c-2g-4112 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-27T07:39:15.771Z] provisioning config files... [2025-06-27T07:39:15.824Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config100646020921020016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:39:17.517Z] ---> ****-login.sh [2025-06-27T07:39:17.517Z] nexus3.edgexfoundry.org:10001 [2025-06-27T07:39:18.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:39:18.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:39:18.958Z] Configure a credential helper to remove this warning. See [2025-06-27T07:39:18.958Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:39:18.958Z] [2025-06-27T07:39:18.958Z] Login Succeeded [2025-06-27T07:39:18.958Z] nexus3.edgexfoundry.org:10002 [2025-06-27T07:39:18.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:39:18.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:39:18.958Z] Configure a credential helper to remove this warning. See [2025-06-27T07:39:18.958Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:39:18.958Z] [2025-06-27T07:39:18.958Z] Login Succeeded [2025-06-27T07:39:18.958Z] nexus3.edgexfoundry.org:10003 [2025-06-27T07:39:19.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:39:19.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:39:19.255Z] Configure a credential helper to remove this warning. See [2025-06-27T07:39:19.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:39:19.255Z] [2025-06-27T07:39:19.255Z] Login Succeeded [2025-06-27T07:39:19.255Z] nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:19.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:39:19.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:39:19.531Z] Configure a credential helper to remove this warning. See [2025-06-27T07:39:19.531Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:39:19.531Z] [2025-06-27T07:39:19.531Z] Login Succeeded [2025-06-27T07:39:19.531Z] ****.io [2025-06-27T07:39:19.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T07:39:19.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T07:39:19.792Z] Configure a credential helper to remove this warning. See [2025-06-27T07:39:19.792Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T07:39:19.792Z] [2025-06-27T07:39:19.792Z] Login Succeeded [2025-06-27T07:39:19.792Z] ---> ****-login.sh ends [Pipeline] } [2025-06-27T07:39:19.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-27T07:39:20.158Z] + docker buildx ls [2025-06-27T07:39:20.158Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-27T07:39:20.158Z] default * docker [2025-06-27T07:39:20.158Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-27T07:39:20.455Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-27T07:39:20.455Z] edgex-builder [Pipeline] sh [2025-06-27T07:39:20.756Z] + docker buildx inspect --bootstrap [2025-06-27T07:39:20.756Z] #1 [internal] booting buildkit [2025-06-27T07:39:20.756Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-27T07:39:24.995Z] #1 pulling image moby/buildkit:buildx-stable-1 3.5s done [2025-06-27T07:39:24.995Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-27T07:39:25.265Z] #1 creating container buildx_buildkit_edgex-builder0 1.1s done [2025-06-27T07:39:25.265Z] #1 DONE 4.6s [2025-06-27T07:39:25.265Z] Name: edgex-builder [2025-06-27T07:39:25.265Z] Driver: docker-container [2025-06-27T07:39:25.265Z] [2025-06-27T07:39:25.265Z] Nodes: [2025-06-27T07:39:25.265Z] Name: edgex-builder0 [2025-06-27T07:39:25.265Z] Endpoint: unix:///var/run/docker.sock [2025-06-27T07:39:25.265Z] Status: running [2025-06-27T07:39:25.265Z] Buildkit: v0.22.0 [2025-06-27T07:39:25.265Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-27T07:39:25.566Z] + docker buildx ls [2025-06-27T07:39:25.566Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-27T07:39:25.566Z] edgex-builder * docker-container [2025-06-27T07:39:25.566Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-27T07:39:25.566Z] default docker [2025-06-27T07:39:25.566Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-27T07:39:25.860Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:25.860Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:25.860Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:25.860Z] #1 transferring dockerfile: 197B done [2025-06-27T07:39:25.860Z] #1 DONE 0.0s [2025-06-27T07:39:25.860Z] [2025-06-27T07:39:25.860Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:25.860Z] #2 DONE 0.1s [2025-06-27T07:39:25.860Z] [2025-06-27T07:39:25.860Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:26.120Z] #3 DONE 0.1s [2025-06-27T07:39:26.120Z] [2025-06-27T07:39:26.120Z] #4 [internal] load .dockerignore [2025-06-27T07:39:26.120Z] #4 transferring context: 2B done [2025-06-27T07:39:26.120Z] #4 DONE 0.0s [2025-06-27T07:39:26.120Z] [2025-06-27T07:39:26.120Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:26.120Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done [2025-06-27T07:39:26.120Z] #5 DONE 0.0s [2025-06-27T07:39:26.120Z] [2025-06-27T07:39:26.120Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:26.120Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done [2025-06-27T07:39:26.120Z] #6 DONE 0.1s [2025-06-27T07:39:26.120Z] [2025-06-27T07:39:26.120Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:26.120Z] #7 DONE 0.0s [2025-06-27T07:39:26.120Z] [2025-06-27T07:39:26.120Z] #8 exporting to image [2025-06-27T07:39:26.120Z] #8 exporting layers done [2025-06-27T07:39:26.120Z] #8 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 0.0s done [2025-06-27T07:39:26.120Z] #8 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done [2025-06-27T07:39:26.120Z] #8 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done [2025-06-27T07:39:26.120Z] #8 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done [2025-06-27T07:39:26.120Z] #8 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done [2025-06-27T07:39:26.120Z] #8 pushing layers 0.1s done [2025-06-27T07:39:26.120Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba [2025-06-27T07:39:26.120Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:26.381Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done [2025-06-27T07:39:26.381Z] #8 DONE 0.2s [2025-06-27T07:39:26.381Z] [2025-06-27T07:39:26.381Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:26.381Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:26.697Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-27T07:39:26.697Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-27T07:39:26.967Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:26.967Z] #1 transferring dockerfile: 163B done [2025-06-27T07:39:26.967Z] #1 DONE 0.0s [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-27T07:39:26.967Z] #2 DONE 0.0s [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-27T07:39:26.967Z] #3 DONE 0.0s [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #4 [internal] load .dockerignore [2025-06-27T07:39:26.967Z] #4 transferring context: 2B done [2025-06-27T07:39:26.967Z] #4 DONE 0.0s [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:26.967Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done [2025-06-27T07:39:26.967Z] #5 CACHED [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:26.967Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done [2025-06-27T07:39:26.967Z] #6 DONE 0.0s [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:26.967Z] #6 CACHED [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:26.967Z] #7 DONE 0.0s [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] #8 exporting to image [2025-06-27T07:39:26.967Z] #8 exporting layers done [2025-06-27T07:39:26.967Z] #8 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done [2025-06-27T07:39:26.967Z] #8 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done [2025-06-27T07:39:26.967Z] #8 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done [2025-06-27T07:39:26.967Z] #8 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done [2025-06-27T07:39:26.967Z] #8 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done [2025-06-27T07:39:26.967Z] #8 pushing layers 0.0s done [2025-06-27T07:39:26.967Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done [2025-06-27T07:39:26.967Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:26.967Z] #8 DONE 0.1s [2025-06-27T07:39:26.967Z] [2025-06-27T07:39:26.967Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:26.967Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:27.261Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29' [2025-06-27T07:39:27.261Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 --push - [2025-06-27T07:39:27.521Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:27.521Z] #1 transferring dockerfile: 169B done [2025-06-27T07:39:27.521Z] #1 DONE 0.0s [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 [2025-06-27T07:39:27.521Z] #2 DONE 0.0s [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29 [2025-06-27T07:39:27.521Z] #3 DONE 0.0s [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] #4 [internal] load .dockerignore [2025-06-27T07:39:27.521Z] #4 transferring context: 2B done [2025-06-27T07:39:27.521Z] #4 DONE 0.0s [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:27.521Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done [2025-06-27T07:39:27.521Z] #5 CACHED [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:27.521Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done [2025-06-27T07:39:27.521Z] #6 CACHED [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] #7 exporting to image [2025-06-27T07:39:27.521Z] #7 exporting layers done [2025-06-27T07:39:27.521Z] #7 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done [2025-06-27T07:39:27.521Z] #7 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done [2025-06-27T07:39:27.521Z] #7 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done [2025-06-27T07:39:27.521Z] #7 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done [2025-06-27T07:39:27.521Z] #7 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done [2025-06-27T07:39:27.521Z] #7 pushing layers [2025-06-27T07:39:27.521Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:27.521Z] #7 pushing layers 0.0s done [2025-06-27T07:39:27.521Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.29@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done [2025-06-27T07:39:27.521Z] #7 DONE 0.1s [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:27.521Z] #8 DONE 0.0s [2025-06-27T07:39:27.521Z] [2025-06-27T07:39:27.521Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:27.521Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:27.818Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:27.818Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:28.079Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:28.079Z] #1 transferring dockerfile: 210B done [2025-06-27T07:39:28.079Z] #1 DONE 0.0s [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:28.079Z] #2 DONE 0.0s [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:28.079Z] #3 DONE 0.0s [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] #4 [internal] load .dockerignore [2025-06-27T07:39:28.079Z] #4 transferring context: 2B done [2025-06-27T07:39:28.079Z] #4 DONE 0.0s [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:28.079Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 0.0s done [2025-06-27T07:39:28.079Z] #5 CACHED [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:28.079Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done [2025-06-27T07:39:28.079Z] #6 CACHED [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] #7 exporting to image [2025-06-27T07:39:28.079Z] #7 exporting layers done [2025-06-27T07:39:28.079Z] #7 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done [2025-06-27T07:39:28.079Z] #7 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done [2025-06-27T07:39:28.079Z] #7 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done [2025-06-27T07:39:28.079Z] #7 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done [2025-06-27T07:39:28.079Z] #7 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done [2025-06-27T07:39:28.079Z] #7 pushing layers 0.0s done [2025-06-27T07:39:28.079Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba [2025-06-27T07:39:28.079Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:28.079Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done [2025-06-27T07:39:28.079Z] #7 DONE 0.1s [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:28.079Z] #8 DONE 0.0s [2025-06-27T07:39:28.079Z] [2025-06-27T07:39:28.079Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:28.079Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:28.370Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-27T07:39:28.370Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-27T07:39:28.629Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:28.630Z] #1 transferring dockerfile: 161B done [2025-06-27T07:39:28.630Z] #1 DONE 0.0s [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-27T07:39:28.630Z] #2 DONE 0.0s [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-27T07:39:28.630Z] #3 DONE 0.0s [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] #4 [internal] load .dockerignore [2025-06-27T07:39:28.630Z] #4 transferring context: 2B done [2025-06-27T07:39:28.630Z] #4 DONE 0.0s [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:28.630Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done [2025-06-27T07:39:28.630Z] #5 CACHED [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 [2025-06-27T07:39:28.630Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:e83563c820188f32944a8784dde4047452e23cfd7384415db8dadf55f5e20900 done [2025-06-27T07:39:28.630Z] #6 CACHED [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] #7 exporting to image [2025-06-27T07:39:28.630Z] #7 exporting layers done [2025-06-27T07:39:28.630Z] #7 exporting manifest sha256:00cd0aa1529a75c4a4059cd26c39b146ba8bfdf237e4326c34069b4858f6b509 done [2025-06-27T07:39:28.630Z] #7 exporting config sha256:a8b397f8e504bda2c628149dc70864fade84e7d10622639e8136b1634a4a4221 done [2025-06-27T07:39:28.630Z] #7 exporting manifest sha256:af48fc0d7fe918ac443964efcc82dbca345ddeb3e25066480b61f244a1eff56b done [2025-06-27T07:39:28.630Z] #7 exporting config sha256:f832aae74c8b511b7c4c1a78c79afc37cae3f918a5ade839e4e33130603089bd done [2025-06-27T07:39:28.630Z] #7 exporting manifest list sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba done [2025-06-27T07:39:28.630Z] #7 pushing layers 0.0s done [2025-06-27T07:39:28.630Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba [2025-06-27T07:39:28.630Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:28.630Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:06f9276a2e894721d0050bb86451fdbfee0126ca99807176008d934beec573ba 0.1s done [2025-06-27T07:39:28.630Z] #7 DONE 0.1s [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:28.630Z] #8 DONE 0.0s [2025-06-27T07:39:28.630Z] [2025-06-27T07:39:28.630Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:28.630Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:28.920Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:28.920Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:28.920Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:28.920Z] #1 transferring dockerfile: 216B done [2025-06-27T07:39:28.920Z] #1 DONE 0.0s [2025-06-27T07:39:28.920Z] [2025-06-27T07:39:28.920Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:28.920Z] #2 DONE 0.0s [2025-06-27T07:39:28.920Z] [2025-06-27T07:39:28.920Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:28.920Z] #3 DONE 0.0s [2025-06-27T07:39:28.920Z] [2025-06-27T07:39:28.920Z] #4 [internal] load .dockerignore [2025-06-27T07:39:28.920Z] #4 transferring context: 2B done [2025-06-27T07:39:28.920Z] #4 DONE 0.0s [2025-06-27T07:39:28.920Z] [2025-06-27T07:39:28.920Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:28.920Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done [2025-06-27T07:39:28.920Z] #5 DONE 0.0s [2025-06-27T07:39:28.920Z] [2025-06-27T07:39:28.920Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:29.188Z] #6 DONE 0.0s [2025-06-27T07:39:29.188Z] [2025-06-27T07:39:29.188Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:29.188Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done [2025-06-27T07:39:29.188Z] #5 DONE 0.1s [2025-06-27T07:39:29.188Z] [2025-06-27T07:39:29.188Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:29.188Z] #7 DONE 0.0s [2025-06-27T07:39:29.188Z] [2025-06-27T07:39:29.188Z] #8 exporting to image [2025-06-27T07:39:29.188Z] #8 exporting layers done [2025-06-27T07:39:29.188Z] #8 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done [2025-06-27T07:39:29.188Z] #8 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e 0.0s done [2025-06-27T07:39:29.188Z] #8 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done [2025-06-27T07:39:29.188Z] #8 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done [2025-06-27T07:39:29.188Z] #8 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done [2025-06-27T07:39:29.188Z] #8 pushing layers 0.1s done [2025-06-27T07:39:29.188Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done [2025-06-27T07:39:29.188Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:29.188Z] #8 DONE 0.2s [2025-06-27T07:39:29.449Z] [2025-06-27T07:39:29.449Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:29.449Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:29.745Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-27T07:39:29.745Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-27T07:39:30.060Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:30.060Z] #1 transferring dockerfile: 182B done [2025-06-27T07:39:30.060Z] #1 DONE 0.0s [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-27T07:39:30.060Z] #2 DONE 0.0s [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-27T07:39:30.060Z] #3 DONE 0.0s [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] #4 [internal] load .dockerignore [2025-06-27T07:39:30.060Z] #4 transferring context: 2B done [2025-06-27T07:39:30.060Z] #4 DONE 0.0s [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:30.060Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done [2025-06-27T07:39:30.060Z] #5 CACHED [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:30.060Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done [2025-06-27T07:39:30.060Z] #6 CACHED [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:30.060Z] #7 DONE 0.0s [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] #8 exporting to image [2025-06-27T07:39:30.060Z] #8 exporting layers done [2025-06-27T07:39:30.060Z] #8 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done [2025-06-27T07:39:30.060Z] #8 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done [2025-06-27T07:39:30.060Z] #8 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done [2025-06-27T07:39:30.060Z] #8 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done [2025-06-27T07:39:30.060Z] #8 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done [2025-06-27T07:39:30.060Z] #8 pushing layers 0.0s done [2025-06-27T07:39:30.060Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done [2025-06-27T07:39:30.060Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:30.060Z] #8 DONE 0.1s [2025-06-27T07:39:30.060Z] [2025-06-27T07:39:30.060Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:30.060Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:30.347Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29' [2025-06-27T07:39:30.347Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 --push - [2025-06-27T07:39:30.640Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:30.640Z] #1 transferring dockerfile: 188B done [2025-06-27T07:39:30.640Z] #1 DONE 0.0s [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 [2025-06-27T07:39:30.640Z] #2 DONE 0.0s [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29 [2025-06-27T07:39:30.640Z] #3 DONE 0.0s [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] #4 [internal] load .dockerignore [2025-06-27T07:39:30.640Z] #4 transferring context: 2B done [2025-06-27T07:39:30.640Z] #4 DONE 0.0s [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:30.640Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done [2025-06-27T07:39:30.640Z] #5 CACHED [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:30.640Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done [2025-06-27T07:39:30.640Z] #6 CACHED [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] #7 exporting to image [2025-06-27T07:39:30.640Z] #7 exporting layers done [2025-06-27T07:39:30.640Z] #7 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done [2025-06-27T07:39:30.640Z] #7 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done [2025-06-27T07:39:30.640Z] #7 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done [2025-06-27T07:39:30.640Z] #7 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done [2025-06-27T07:39:30.640Z] #7 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done [2025-06-27T07:39:30.640Z] #7 pushing layers 0.0s done [2025-06-27T07:39:30.640Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc [2025-06-27T07:39:30.640Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:30.640Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.29@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done [2025-06-27T07:39:30.640Z] #7 DONE 0.1s [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:30.640Z] #8 DONE 0.0s [2025-06-27T07:39:30.640Z] [2025-06-27T07:39:30.640Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:30.640Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:30.932Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:30.932Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:31.193Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:31.193Z] #1 transferring dockerfile: 229B done [2025-06-27T07:39:31.193Z] #1 DONE 0.0s [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:31.193Z] #2 DONE 0.0s [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:31.193Z] #3 DONE 0.0s [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] #4 [internal] load .dockerignore [2025-06-27T07:39:31.193Z] #4 transferring context: 2B done [2025-06-27T07:39:31.193Z] #4 DONE 0.0s [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:31.193Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done [2025-06-27T07:39:31.193Z] #5 CACHED [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:31.193Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done [2025-06-27T07:39:31.193Z] #6 CACHED [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] #7 exporting to image [2025-06-27T07:39:31.193Z] #7 exporting layers done [2025-06-27T07:39:31.193Z] #7 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done [2025-06-27T07:39:31.193Z] #7 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done [2025-06-27T07:39:31.193Z] #7 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done [2025-06-27T07:39:31.193Z] #7 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done [2025-06-27T07:39:31.193Z] #7 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done [2025-06-27T07:39:31.193Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:31.193Z] #7 pushing layers 0.0s done [2025-06-27T07:39:31.193Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done [2025-06-27T07:39:31.193Z] #7 DONE 0.1s [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:31.193Z] #8 DONE 0.0s [2025-06-27T07:39:31.193Z] [2025-06-27T07:39:31.193Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:31.193Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:31.487Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-27T07:39:31.487Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-27T07:39:31.746Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:31.746Z] #1 transferring dockerfile: 180B done [2025-06-27T07:39:31.746Z] #1 DONE 0.0s [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-27T07:39:31.746Z] #2 DONE 0.0s [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-27T07:39:31.746Z] #3 DONE 0.0s [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] #4 [internal] load .dockerignore [2025-06-27T07:39:31.746Z] #4 transferring context: 2B done [2025-06-27T07:39:31.746Z] #4 DONE 0.0s [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:31.746Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 done [2025-06-27T07:39:31.746Z] #5 CACHED [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 [2025-06-27T07:39:31.746Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5cc5fb2811d82d24cd3680126806c9791d07d427321ab6333d1eddd6e04c7470 0.0s done [2025-06-27T07:39:31.746Z] #6 CACHED [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] #7 exporting to image [2025-06-27T07:39:31.746Z] #7 exporting layers done [2025-06-27T07:39:31.746Z] #7 exporting manifest sha256:a42f62fbdfd011efc1d1182a85f043e817396390da33616b5baca59399c321c8 done [2025-06-27T07:39:31.746Z] #7 exporting config sha256:cd8d0594436cdf743feb6cbc904bfe84fff1cb0fec8dcd53d3334266e96a222e done [2025-06-27T07:39:31.746Z] #7 exporting manifest sha256:9950f4d9e9cdc4b4cf7e8714738cc55315a798670b56cac7731483579c7abca9 done [2025-06-27T07:39:31.746Z] #7 exporting config sha256:12ea6452bf4fec2e23e9f51c2c2df92929be4690e549e8bf5429a2d67229bf40 done [2025-06-27T07:39:31.746Z] #7 exporting manifest list sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc done [2025-06-27T07:39:31.746Z] #7 pushing layers 0.0s done [2025-06-27T07:39:31.746Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc [2025-06-27T07:39:31.746Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:31.746Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6d5589ec5477dbf65ab35059655e1b496296a4c938a6c7690f3ecf073f41f6fc 0.1s done [2025-06-27T07:39:31.746Z] #7 DONE 0.1s [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:31.746Z] #8 DONE 0.0s [2025-06-27T07:39:31.746Z] [2025-06-27T07:39:31.746Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:31.746Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:32.052Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:32.052Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:32.052Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:32.052Z] #1 transferring dockerfile: 194B done [2025-06-27T07:39:32.052Z] #1 DONE 0.0s [2025-06-27T07:39:32.052Z] [2025-06-27T07:39:32.052Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:32.052Z] #2 DONE 0.1s [2025-06-27T07:39:32.052Z] [2025-06-27T07:39:32.052Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:32.052Z] #3 DONE 0.1s [2025-06-27T07:39:32.052Z] [2025-06-27T07:39:32.052Z] #4 [internal] load .dockerignore [2025-06-27T07:39:32.052Z] #4 transferring context: [2025-06-27T07:39:32.312Z] #4 transferring context: 2B done [2025-06-27T07:39:32.312Z] #4 DONE 0.0s [2025-06-27T07:39:32.312Z] [2025-06-27T07:39:32.312Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:32.312Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:32.312Z] #5 DONE 0.0s [2025-06-27T07:39:32.312Z] [2025-06-27T07:39:32.312Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:32.312Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:32.312Z] #6 DONE 0.1s [2025-06-27T07:39:32.312Z] [2025-06-27T07:39:32.312Z] #7 exporting to image [2025-06-27T07:39:32.312Z] #7 exporting layers done [2025-06-27T07:39:32.312Z] #7 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done [2025-06-27T07:39:32.312Z] #7 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done [2025-06-27T07:39:32.312Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:32.312Z] #7 ... [2025-06-27T07:39:32.312Z] [2025-06-27T07:39:32.312Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:32.312Z] #8 DONE 0.0s [2025-06-27T07:39:32.312Z] [2025-06-27T07:39:32.312Z] #7 exporting to image [2025-06-27T07:39:32.312Z] #7 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done [2025-06-27T07:39:32.312Z] #7 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done [2025-06-27T07:39:32.312Z] #7 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done [2025-06-27T07:39:32.312Z] #7 pushing layers 0.1s done [2025-06-27T07:39:32.312Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 [2025-06-27T07:39:32.574Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done [2025-06-27T07:39:32.574Z] #7 DONE 0.2s [2025-06-27T07:39:32.574Z] [2025-06-27T07:39:32.574Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:32.574Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:32.864Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-27T07:39:32.864Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-27T07:39:33.124Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:33.124Z] #1 transferring dockerfile: 160B done [2025-06-27T07:39:33.124Z] #1 DONE 0.0s [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-27T07:39:33.124Z] #2 DONE 0.0s [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-27T07:39:33.124Z] #3 DONE 0.0s [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] #4 [internal] load .dockerignore [2025-06-27T07:39:33.124Z] #4 transferring context: 2B done [2025-06-27T07:39:33.124Z] #4 DONE 0.0s [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:33.124Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 done [2025-06-27T07:39:33.124Z] #5 CACHED [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:33.124Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:33.124Z] #6 CACHED [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] #7 exporting to image [2025-06-27T07:39:33.124Z] #7 exporting layers [2025-06-27T07:39:33.124Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:33.124Z] #7 exporting layers done [2025-06-27T07:39:33.124Z] #7 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done [2025-06-27T07:39:33.124Z] #7 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done [2025-06-27T07:39:33.124Z] #7 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done [2025-06-27T07:39:33.124Z] #7 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done [2025-06-27T07:39:33.124Z] #7 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done [2025-06-27T07:39:33.124Z] #7 pushing layers 0.0s done [2025-06-27T07:39:33.124Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done [2025-06-27T07:39:33.124Z] #7 DONE 0.1s [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:33.124Z] #8 DONE 0.0s [2025-06-27T07:39:33.124Z] [2025-06-27T07:39:33.124Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:33.124Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:33.422Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29' [2025-06-27T07:39:33.422Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 --push - [2025-06-27T07:39:33.682Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:33.682Z] #1 transferring dockerfile: 166B done [2025-06-27T07:39:33.682Z] #1 DONE 0.0s [2025-06-27T07:39:33.682Z] [2025-06-27T07:39:33.682Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 [2025-06-27T07:39:33.682Z] #2 DONE 0.0s [2025-06-27T07:39:33.682Z] [2025-06-27T07:39:33.682Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29 [2025-06-27T07:39:33.682Z] #3 DONE 0.0s [2025-06-27T07:39:33.682Z] [2025-06-27T07:39:33.682Z] #4 [internal] load .dockerignore [2025-06-27T07:39:33.682Z] #4 transferring context: 2B done [2025-06-27T07:39:33.682Z] #4 DONE 0.0s [2025-06-27T07:39:33.683Z] [2025-06-27T07:39:33.683Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:33.683Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:33.683Z] #5 CACHED [2025-06-27T07:39:33.683Z] [2025-06-27T07:39:33.683Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:33.683Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:33.683Z] #6 CACHED [2025-06-27T07:39:33.683Z] [2025-06-27T07:39:33.683Z] #7 exporting to image [2025-06-27T07:39:33.683Z] #7 exporting layers done [2025-06-27T07:39:33.683Z] #7 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done [2025-06-27T07:39:33.683Z] #7 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done [2025-06-27T07:39:33.683Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:33.683Z] #7 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done [2025-06-27T07:39:33.683Z] #7 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done [2025-06-27T07:39:33.683Z] #7 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done [2025-06-27T07:39:33.683Z] #7 pushing layers 0.0s done [2025-06-27T07:39:33.683Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.29@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done [2025-06-27T07:39:33.683Z] #7 DONE 0.1s [2025-06-27T07:39:33.683Z] [2025-06-27T07:39:33.683Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:33.683Z] #8 DONE 0.0s [2025-06-27T07:39:33.683Z] [2025-06-27T07:39:33.683Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:33.683Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:33.978Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:33.978Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:33.978Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:33.978Z] #1 transferring dockerfile: 207B 0.0s done [2025-06-27T07:39:33.978Z] #1 DONE 0.0s [2025-06-27T07:39:33.978Z] [2025-06-27T07:39:33.978Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:33.978Z] #2 DONE 0.0s [2025-06-27T07:39:33.978Z] [2025-06-27T07:39:33.978Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:33.978Z] #3 DONE 0.0s [2025-06-27T07:39:33.978Z] [2025-06-27T07:39:33.978Z] #4 [internal] load .dockerignore [2025-06-27T07:39:33.978Z] #4 transferring context: 2B done [2025-06-27T07:39:33.978Z] #4 DONE 0.0s [2025-06-27T07:39:33.978Z] [2025-06-27T07:39:33.978Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:33.978Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:33.978Z] #5 CACHED [2025-06-27T07:39:33.978Z] [2025-06-27T07:39:33.978Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:33.978Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 done [2025-06-27T07:39:33.978Z] #6 DONE 0.0s [2025-06-27T07:39:34.237Z] [2025-06-27T07:39:34.237Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:34.237Z] #6 CACHED [2025-06-27T07:39:34.237Z] [2025-06-27T07:39:34.237Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:34.237Z] #7 DONE 0.0s [2025-06-27T07:39:34.237Z] [2025-06-27T07:39:34.237Z] #8 exporting to image [2025-06-27T07:39:34.237Z] #8 exporting layers done [2025-06-27T07:39:34.237Z] #8 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done [2025-06-27T07:39:34.237Z] #8 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done [2025-06-27T07:39:34.237Z] #8 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done [2025-06-27T07:39:34.237Z] #8 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done [2025-06-27T07:39:34.237Z] #8 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done [2025-06-27T07:39:34.237Z] #8 pushing layers 0.0s done [2025-06-27T07:39:34.237Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done [2025-06-27T07:39:34.237Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:34.237Z] #8 DONE 0.1s [2025-06-27T07:39:34.237Z] [2025-06-27T07:39:34.237Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:34.237Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:34.532Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-27T07:39:34.532Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-27T07:39:34.792Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:34.792Z] #1 transferring dockerfile: 158B done [2025-06-27T07:39:34.792Z] #1 DONE 0.0s [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-27T07:39:34.792Z] #2 DONE 0.0s [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-27T07:39:34.792Z] #3 DONE 0.0s [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #4 [internal] load .dockerignore [2025-06-27T07:39:34.792Z] #4 transferring context: 2B done [2025-06-27T07:39:34.792Z] #4 DONE 0.0s [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:34.792Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:34.792Z] #5 DONE 0.0s [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:34.792Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 0.0s done [2025-06-27T07:39:34.792Z] #6 CACHED [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:feddfd289786c4e88cad1acd3f579dc2005888a1c181b57ea99e725dbb5090c7 [2025-06-27T07:39:34.792Z] #5 CACHED [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:34.792Z] #7 DONE 0.0s [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] #8 exporting to image [2025-06-27T07:39:34.792Z] #8 exporting layers done [2025-06-27T07:39:34.792Z] #8 exporting manifest sha256:058545ef523b2c46c31121fecb89c0d20c23ec546aa783e8039fef6e2942dab2 done [2025-06-27T07:39:34.792Z] #8 exporting config sha256:2571566b3ce0a43b12e1a397e5fce8a5ea2d0da3ca61b63ccdece9d406b2ecc3 done [2025-06-27T07:39:34.792Z] #8 exporting manifest sha256:3e89d91c91285580b0020bfe6aa0c2a2acc096bdd92f6d17b620b3f7cc49cb49 done [2025-06-27T07:39:34.792Z] #8 exporting config sha256:66d6fc39f60f9ba7f9141e151d38233b17c5ec471390311c22396df790aa76c5 done [2025-06-27T07:39:34.792Z] #8 exporting manifest list sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 done [2025-06-27T07:39:34.792Z] #8 pushing layers 0.0s done [2025-06-27T07:39:34.792Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:4db74140b77d394a2f38b67fc586c7c88651b440ec5b53aae276ad617dba48c8 0.1s done [2025-06-27T07:39:34.792Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:34.792Z] #8 DONE 0.1s [2025-06-27T07:39:34.792Z] [2025-06-27T07:39:34.792Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:34.792Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:35.083Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:35.083Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:35.342Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:35.342Z] #1 transferring dockerfile: 196B done [2025-06-27T07:39:35.342Z] #1 DONE 0.0s [2025-06-27T07:39:35.342Z] [2025-06-27T07:39:35.342Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:35.342Z] #2 DONE 0.0s [2025-06-27T07:39:35.342Z] [2025-06-27T07:39:35.342Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:35.342Z] #3 DONE 0.0s [2025-06-27T07:39:35.342Z] [2025-06-27T07:39:35.342Z] #4 [internal] load .dockerignore [2025-06-27T07:39:35.342Z] #4 transferring context: 2B done [2025-06-27T07:39:35.342Z] #4 DONE 0.0s [2025-06-27T07:39:35.342Z] [2025-06-27T07:39:35.342Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:35.342Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:35.342Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done [2025-06-27T07:39:35.342Z] #5 DONE 0.1s [2025-06-27T07:39:35.342Z] [2025-06-27T07:39:35.342Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:35.342Z] #6 DONE 0.0s [2025-06-27T07:39:35.342Z] [2025-06-27T07:39:35.342Z] #7 exporting to image [2025-06-27T07:39:35.342Z] #7 exporting layers done [2025-06-27T07:39:35.342Z] #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done [2025-06-27T07:39:35.342Z] #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done [2025-06-27T07:39:35.342Z] #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done [2025-06-27T07:39:35.342Z] #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done [2025-06-27T07:39:35.342Z] #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done [2025-06-27T07:39:35.342Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:35.602Z] #7 ... [2025-06-27T07:39:35.602Z] [2025-06-27T07:39:35.602Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:35.602Z] #8 DONE 0.0s [2025-06-27T07:39:35.602Z] [2025-06-27T07:39:35.602Z] #7 exporting to image [2025-06-27T07:39:35.602Z] #7 pushing layers 0.1s done [2025-06-27T07:39:35.602Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 [2025-06-27T07:39:35.602Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done [2025-06-27T07:39:35.602Z] #7 DONE 0.2s [2025-06-27T07:39:35.602Z] [2025-06-27T07:39:35.602Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:35.602Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:35.888Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-27T07:39:35.888Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-27T07:39:36.147Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:36.148Z] #1 transferring dockerfile: 162B done [2025-06-27T07:39:36.148Z] #1 DONE 0.0s [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-27T07:39:36.148Z] #2 DONE 0.0s [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-27T07:39:36.148Z] #3 DONE 0.0s [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] #4 [internal] load .dockerignore [2025-06-27T07:39:36.148Z] #4 transferring context: 2B done [2025-06-27T07:39:36.148Z] #4 DONE 0.0s [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:36.148Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done [2025-06-27T07:39:36.148Z] #5 CACHED [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:36.148Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done [2025-06-27T07:39:36.148Z] #6 CACHED [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] #7 exporting to image [2025-06-27T07:39:36.148Z] #7 exporting layers done [2025-06-27T07:39:36.148Z] #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done [2025-06-27T07:39:36.148Z] #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done [2025-06-27T07:39:36.148Z] #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done [2025-06-27T07:39:36.148Z] #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done [2025-06-27T07:39:36.148Z] #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done [2025-06-27T07:39:36.148Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:36.148Z] #7 pushing layers 0.0s done [2025-06-27T07:39:36.148Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done [2025-06-27T07:39:36.148Z] #7 DONE 0.1s [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:36.148Z] #8 DONE 0.0s [2025-06-27T07:39:36.148Z] [2025-06-27T07:39:36.148Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:36.148Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:36.445Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29' [2025-06-27T07:39:36.445Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 --push - [2025-06-27T07:39:36.445Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:36.445Z] #1 transferring dockerfile: 168B done [2025-06-27T07:39:36.445Z] #1 DONE 0.0s [2025-06-27T07:39:36.445Z] [2025-06-27T07:39:36.445Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 [2025-06-27T07:39:36.445Z] #2 DONE 0.0s [2025-06-27T07:39:36.445Z] [2025-06-27T07:39:36.445Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29 [2025-06-27T07:39:36.445Z] #3 DONE 0.0s [2025-06-27T07:39:36.445Z] [2025-06-27T07:39:36.445Z] #4 [internal] load .dockerignore [2025-06-27T07:39:36.445Z] #4 transferring context: 2B done [2025-06-27T07:39:36.445Z] #4 DONE 0.0s [2025-06-27T07:39:36.445Z] [2025-06-27T07:39:36.445Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:36.445Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done [2025-06-27T07:39:36.445Z] #5 CACHED [2025-06-27T07:39:36.445Z] [2025-06-27T07:39:36.445Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:36.445Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done [2025-06-27T07:39:36.445Z] #6 CACHED [2025-06-27T07:39:36.445Z] [2025-06-27T07:39:36.445Z] #7 exporting to image [2025-06-27T07:39:36.445Z] #7 exporting layers [2025-06-27T07:39:36.445Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:36.705Z] #7 exporting layers done [2025-06-27T07:39:36.705Z] #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done [2025-06-27T07:39:36.705Z] #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done [2025-06-27T07:39:36.705Z] #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done [2025-06-27T07:39:36.705Z] #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done [2025-06-27T07:39:36.705Z] #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done [2025-06-27T07:39:36.705Z] #7 pushing layers 0.0s done [2025-06-27T07:39:36.705Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.29@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done [2025-06-27T07:39:36.705Z] #7 DONE 0.1s [2025-06-27T07:39:36.705Z] [2025-06-27T07:39:36.705Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:36.705Z] #8 DONE 0.0s [2025-06-27T07:39:36.705Z] [2025-06-27T07:39:36.705Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:36.705Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:36.994Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:36.994Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:37.257Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:37.257Z] #1 transferring dockerfile: 209B done [2025-06-27T07:39:37.257Z] #1 DONE 0.0s [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:37.257Z] #2 DONE 0.0s [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:37.257Z] #3 DONE 0.0s [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] #4 [internal] load .dockerignore [2025-06-27T07:39:37.257Z] #4 transferring context: 2B done [2025-06-27T07:39:37.257Z] #4 DONE 0.0s [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:37.257Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done [2025-06-27T07:39:37.257Z] #5 CACHED [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:37.257Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf done [2025-06-27T07:39:37.257Z] #6 CACHED [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] #7 exporting to image [2025-06-27T07:39:37.257Z] #7 exporting layers done [2025-06-27T07:39:37.257Z] #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done [2025-06-27T07:39:37.257Z] #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done [2025-06-27T07:39:37.257Z] #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done [2025-06-27T07:39:37.257Z] #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done [2025-06-27T07:39:37.257Z] #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done [2025-06-27T07:39:37.257Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:37.257Z] #7 pushing layers 0.0s done [2025-06-27T07:39:37.257Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done [2025-06-27T07:39:37.257Z] #7 DONE 0.1s [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:37.257Z] #8 DONE 0.0s [2025-06-27T07:39:37.257Z] [2025-06-27T07:39:37.257Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:37.257Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:37.546Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-27T07:39:37.546Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-27T07:39:37.805Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:37.805Z] #1 transferring dockerfile: 160B done [2025-06-27T07:39:37.805Z] #1 DONE 0.0s [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-27T07:39:37.805Z] #2 DONE 0.0s [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-27T07:39:37.805Z] #3 DONE 0.0s [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] #4 [internal] load .dockerignore [2025-06-27T07:39:37.805Z] #4 transferring context: 2B done [2025-06-27T07:39:37.805Z] #4 DONE 0.0s [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:37.805Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done [2025-06-27T07:39:37.805Z] #5 CACHED [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf [2025-06-27T07:39:37.805Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:02fad5a3c50d01024c51dc8ca1665c1c5bb18a2758849152a2960410727e17bf 0.0s done [2025-06-27T07:39:37.805Z] #6 CACHED [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] #7 exporting to image [2025-06-27T07:39:37.805Z] #7 exporting layers done [2025-06-27T07:39:37.805Z] #7 exporting manifest sha256:f14651acfb6baf05afb4ccafb65d8f47806a93323b0c2637e2c81b40ffd4bc1c done [2025-06-27T07:39:37.805Z] #7 exporting config sha256:8d69acbd0e77bebcfb0c3485784cfabb27044a7056bc1df3741ac16a1fecaae2 done [2025-06-27T07:39:37.805Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:37.805Z] #7 exporting manifest sha256:cb6da2e7946cbaadce1e84dd23ed435625131246bd39b13bc4fb07fbcd253e53 done [2025-06-27T07:39:37.805Z] #7 exporting config sha256:763762aae19b10ef43d599f01da9769fd38a7f693172f3e887e301576044159c done [2025-06-27T07:39:37.805Z] #7 exporting manifest list sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 done [2025-06-27T07:39:37.805Z] #7 pushing layers 0.0s done [2025-06-27T07:39:37.805Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:1b79084d9a7a3ed7994fccbf8c4c8608179a7a12cd54b8ce48373aecdd723169 0.1s done [2025-06-27T07:39:37.805Z] #7 DONE 0.1s [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:37.805Z] #8 DONE 0.0s [2025-06-27T07:39:37.805Z] [2025-06-27T07:39:37.805Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:37.805Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:38.094Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:38.094Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:38.353Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:38.353Z] #1 transferring dockerfile: 198B done [2025-06-27T07:39:38.353Z] #1 DONE 0.0s [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:38.353Z] #2 DONE 0.0s [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:38.353Z] #3 DONE 0.1s [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #4 [internal] load .dockerignore [2025-06-27T07:39:38.353Z] #4 transferring context: 2B done [2025-06-27T07:39:38.353Z] #4 DONE 0.0s [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:38.353Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:38.353Z] #5 DONE 0.0s [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:38.353Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 done [2025-06-27T07:39:38.353Z] #6 DONE 0.1s [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #7 exporting to image [2025-06-27T07:39:38.353Z] #7 exporting layers done [2025-06-27T07:39:38.353Z] #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done [2025-06-27T07:39:38.353Z] #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done [2025-06-27T07:39:38.353Z] #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done [2025-06-27T07:39:38.353Z] #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done [2025-06-27T07:39:38.353Z] #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done [2025-06-27T07:39:38.353Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:38.353Z] #7 ... [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:38.353Z] #8 DONE 0.0s [2025-06-27T07:39:38.353Z] [2025-06-27T07:39:38.353Z] #7 exporting to image [2025-06-27T07:39:38.354Z] #7 pushing layers 0.1s done [2025-06-27T07:39:38.354Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 [2025-06-27T07:39:38.614Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done [2025-06-27T07:39:38.614Z] #7 DONE 0.2s [2025-06-27T07:39:38.614Z] [2025-06-27T07:39:38.614Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:38.614Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:38.904Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-27T07:39:38.905Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-27T07:39:39.165Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:39.165Z] #1 transferring dockerfile: 164B done [2025-06-27T07:39:39.165Z] #1 DONE 0.0s [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-27T07:39:39.165Z] #2 DONE 0.0s [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-27T07:39:39.165Z] #3 DONE 0.0s [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #4 [internal] load .dockerignore [2025-06-27T07:39:39.165Z] #4 transferring context: 2B done [2025-06-27T07:39:39.165Z] #4 DONE 0.0s [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:39.165Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:39.165Z] #5 DONE 0.0s [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:39.165Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:39.165Z] #6 CACHED [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:39.165Z] #5 CACHED [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:39.165Z] #7 DONE 0.0s [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] #8 exporting to image [2025-06-27T07:39:39.165Z] #8 exporting layers done [2025-06-27T07:39:39.165Z] #8 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done [2025-06-27T07:39:39.165Z] #8 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done [2025-06-27T07:39:39.165Z] #8 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done [2025-06-27T07:39:39.165Z] #8 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done [2025-06-27T07:39:39.165Z] #8 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done [2025-06-27T07:39:39.165Z] #8 pushing layers 0.0s done [2025-06-27T07:39:39.165Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done [2025-06-27T07:39:39.165Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:39.165Z] #8 DONE 0.1s [2025-06-27T07:39:39.165Z] [2025-06-27T07:39:39.165Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:39.165Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:39.460Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29' [2025-06-27T07:39:39.460Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 --push - [2025-06-27T07:39:39.720Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:39.720Z] #1 transferring dockerfile: 170B done [2025-06-27T07:39:39.720Z] #1 DONE 0.0s [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 [2025-06-27T07:39:39.720Z] #2 DONE 0.0s [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29 [2025-06-27T07:39:39.720Z] #3 DONE 0.0s [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] #4 [internal] load .dockerignore [2025-06-27T07:39:39.720Z] #4 transferring context: 2B done [2025-06-27T07:39:39.720Z] #4 DONE 0.0s [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:39.720Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:39.720Z] #5 CACHED [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:39.720Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:39.720Z] #6 CACHED [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] #7 exporting to image [2025-06-27T07:39:39.720Z] #7 exporting layers done [2025-06-27T07:39:39.720Z] #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done [2025-06-27T07:39:39.720Z] #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done [2025-06-27T07:39:39.720Z] #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done [2025-06-27T07:39:39.720Z] #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done [2025-06-27T07:39:39.720Z] #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done [2025-06-27T07:39:39.720Z] #7 pushing layers 0.0s done [2025-06-27T07:39:39.720Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 [2025-06-27T07:39:39.720Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:39.720Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done [2025-06-27T07:39:39.720Z] #7 DONE 0.1s [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:39.720Z] #8 DONE 0.0s [2025-06-27T07:39:39.720Z] [2025-06-27T07:39:39.720Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:39.720Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:40.012Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:40.012Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:40.273Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:40.273Z] #1 transferring dockerfile: 211B done [2025-06-27T07:39:40.273Z] #1 DONE 0.0s [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:40.273Z] #2 DONE 0.0s [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:40.273Z] #3 DONE 0.0s [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] #4 [internal] load .dockerignore [2025-06-27T07:39:40.273Z] #4 transferring context: 2B done [2025-06-27T07:39:40.273Z] #4 DONE 0.0s [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:40.273Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:40.273Z] #5 CACHED [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:40.273Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 done [2025-06-27T07:39:40.273Z] #6 CACHED [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] #7 exporting to image [2025-06-27T07:39:40.273Z] #7 exporting layers done [2025-06-27T07:39:40.273Z] #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done [2025-06-27T07:39:40.273Z] #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done [2025-06-27T07:39:40.273Z] #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done [2025-06-27T07:39:40.273Z] #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done [2025-06-27T07:39:40.273Z] #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done [2025-06-27T07:39:40.273Z] #7 pushing layers 0.0s done [2025-06-27T07:39:40.273Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 [2025-06-27T07:39:40.273Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:40.273Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done [2025-06-27T07:39:40.273Z] #7 DONE 0.1s [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:40.273Z] #8 DONE 0.0s [2025-06-27T07:39:40.273Z] [2025-06-27T07:39:40.273Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:40.273Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:40.575Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-27T07:39:40.575Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-27T07:39:40.575Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:40.575Z] #1 transferring dockerfile: 162B done [2025-06-27T07:39:40.575Z] #1 DONE 0.0s [2025-06-27T07:39:40.575Z] [2025-06-27T07:39:40.575Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-27T07:39:40.575Z] #2 DONE 0.0s [2025-06-27T07:39:40.575Z] [2025-06-27T07:39:40.575Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-27T07:39:40.575Z] #3 DONE 0.0s [2025-06-27T07:39:40.575Z] [2025-06-27T07:39:40.575Z] #4 [internal] load .dockerignore [2025-06-27T07:39:40.575Z] #4 transferring context: 2B done [2025-06-27T07:39:40.575Z] #4 DONE 0.0s [2025-06-27T07:39:40.575Z] [2025-06-27T07:39:40.575Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:40.575Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:40.575Z] #5 CACHED [2025-06-27T07:39:40.575Z] [2025-06-27T07:39:40.575Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 [2025-06-27T07:39:40.575Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:859a30011f1fc1aa48cb172fb3cc7c05eddc1ed1f3d7e7d534c3ee0393269a52 0.0s done [2025-06-27T07:39:40.575Z] #6 CACHED [2025-06-27T07:39:40.575Z] [2025-06-27T07:39:40.575Z] #7 exporting to image [2025-06-27T07:39:40.575Z] #7 exporting layers done [2025-06-27T07:39:40.575Z] #7 exporting manifest sha256:e63fcb7329cf11cff6a70389385c501325dc4decfdf27124ae0dc1034add5c8d done [2025-06-27T07:39:40.575Z] #7 exporting config sha256:48e45475cfb8474f58106ff68f7f96a4e4de7430025bf1dbc40fae733fe2722f done [2025-06-27T07:39:40.575Z] #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 [2025-06-27T07:39:40.575Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:40.835Z] #7 exporting manifest sha256:d1e74e247e7cf7db01c7e62a2d96a7a7eb44e7d57a2ad4ba55a0b235dce8e310 done [2025-06-27T07:39:40.835Z] #7 exporting config sha256:05521807b792a13189579d87a00a19b54d5c31e6697168fa75ec9c90acca66f5 done [2025-06-27T07:39:40.835Z] #7 exporting manifest list sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 done [2025-06-27T07:39:40.835Z] #7 pushing layers 0.0s done [2025-06-27T07:39:40.835Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:47ed14d1ffb31a91ae79d422209d657d3b532bd1010d0ad4d276c6be8797eb40 0.1s done [2025-06-27T07:39:40.835Z] #7 DONE 0.1s [2025-06-27T07:39:40.835Z] [2025-06-27T07:39:40.835Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:40.835Z] #8 DONE 0.0s [2025-06-27T07:39:40.835Z] [2025-06-27T07:39:40.835Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:40.835Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:41.129Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:41.129Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:41.389Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:41.389Z] #1 transferring dockerfile: 206B done [2025-06-27T07:39:41.389Z] #1 DONE 0.0s [2025-06-27T07:39:41.389Z] [2025-06-27T07:39:41.389Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:41.389Z] #2 DONE 0.0s [2025-06-27T07:39:41.389Z] [2025-06-27T07:39:41.389Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:41.389Z] #3 DONE 0.0s [2025-06-27T07:39:41.389Z] [2025-06-27T07:39:41.389Z] #4 [internal] load .dockerignore [2025-06-27T07:39:41.389Z] #4 transferring context: 2B done [2025-06-27T07:39:41.389Z] #4 DONE 0.0s [2025-06-27T07:39:41.389Z] [2025-06-27T07:39:41.389Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:41.389Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:41.389Z] #5 DONE 0.0s [2025-06-27T07:39:41.389Z] [2025-06-27T07:39:41.389Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:41.389Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:41.389Z] #6 DONE 0.1s [2025-06-27T07:39:41.648Z] [2025-06-27T07:39:41.648Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:41.648Z] #7 DONE 0.0s [2025-06-27T07:39:41.648Z] [2025-06-27T07:39:41.648Z] #8 exporting to image [2025-06-27T07:39:41.648Z] #8 exporting layers done [2025-06-27T07:39:41.648Z] #8 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f 0.0s done [2025-06-27T07:39:41.648Z] #8 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done [2025-06-27T07:39:41.648Z] #8 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done [2025-06-27T07:39:41.648Z] #8 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done [2025-06-27T07:39:41.648Z] #8 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done [2025-06-27T07:39:41.648Z] #8 pushing layers [2025-06-27T07:39:41.648Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:41.648Z] #8 pushing layers 0.1s done [2025-06-27T07:39:41.648Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done [2025-06-27T07:39:41.648Z] #8 DONE 0.2s [2025-06-27T07:39:41.648Z] [2025-06-27T07:39:41.648Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:41.648Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:41.938Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-27T07:39:41.938Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-27T07:39:41.938Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:41.938Z] #1 transferring dockerfile: 172B done [2025-06-27T07:39:41.938Z] #1 DONE 0.0s [2025-06-27T07:39:41.938Z] [2025-06-27T07:39:41.938Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-27T07:39:41.938Z] #2 DONE 0.0s [2025-06-27T07:39:41.938Z] [2025-06-27T07:39:41.938Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-27T07:39:41.938Z] #3 DONE 0.0s [2025-06-27T07:39:41.938Z] [2025-06-27T07:39:41.938Z] #4 [internal] load .dockerignore [2025-06-27T07:39:41.938Z] #4 transferring context: 2B done [2025-06-27T07:39:41.938Z] #4 DONE 0.0s [2025-06-27T07:39:41.938Z] [2025-06-27T07:39:41.938Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:41.938Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:41.938Z] #5 CACHED [2025-06-27T07:39:41.938Z] [2025-06-27T07:39:41.938Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:41.938Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:41.938Z] #6 CACHED [2025-06-27T07:39:41.938Z] [2025-06-27T07:39:41.938Z] #7 exporting to image [2025-06-27T07:39:41.938Z] #7 exporting layers done [2025-06-27T07:39:41.938Z] #7 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f [2025-06-27T07:39:41.938Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:42.197Z] #7 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done [2025-06-27T07:39:42.197Z] #7 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done [2025-06-27T07:39:42.197Z] #7 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done [2025-06-27T07:39:42.197Z] #7 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done [2025-06-27T07:39:42.197Z] #7 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done [2025-06-27T07:39:42.197Z] #7 pushing layers 0.0s done [2025-06-27T07:39:42.197Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done [2025-06-27T07:39:42.197Z] #7 DONE 0.1s [2025-06-27T07:39:42.197Z] [2025-06-27T07:39:42.197Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:42.197Z] #8 DONE 0.0s [2025-06-27T07:39:42.197Z] [2025-06-27T07:39:42.197Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:42.197Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:42.489Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29' [2025-06-27T07:39:42.489Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 --push - [2025-06-27T07:39:42.489Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:42.489Z] #1 transferring dockerfile: 178B done [2025-06-27T07:39:42.489Z] #1 DONE 0.0s [2025-06-27T07:39:42.489Z] [2025-06-27T07:39:42.489Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 [2025-06-27T07:39:42.489Z] #2 DONE 0.0s [2025-06-27T07:39:42.489Z] [2025-06-27T07:39:42.489Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29 [2025-06-27T07:39:42.489Z] #3 DONE 0.0s [2025-06-27T07:39:42.489Z] [2025-06-27T07:39:42.489Z] #4 [internal] load .dockerignore [2025-06-27T07:39:42.489Z] #4 transferring context: 2B done [2025-06-27T07:39:42.489Z] #4 DONE 0.0s [2025-06-27T07:39:42.489Z] [2025-06-27T07:39:42.489Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:42.489Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:42.489Z] #5 CACHED [2025-06-27T07:39:42.489Z] [2025-06-27T07:39:42.489Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:42.489Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:42.489Z] #6 CACHED [2025-06-27T07:39:42.489Z] [2025-06-27T07:39:42.489Z] #7 exporting to image [2025-06-27T07:39:42.489Z] #7 exporting layers done [2025-06-27T07:39:42.489Z] #7 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done [2025-06-27T07:39:42.489Z] #7 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done [2025-06-27T07:39:42.489Z] #7 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done [2025-06-27T07:39:42.489Z] #7 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done [2025-06-27T07:39:42.489Z] #7 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d [2025-06-27T07:39:42.489Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:42.749Z] #7 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done [2025-06-27T07:39:42.749Z] #7 pushing layers 0.0s done [2025-06-27T07:39:42.749Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.29@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done [2025-06-27T07:39:42.749Z] #7 DONE 0.1s [2025-06-27T07:39:42.749Z] [2025-06-27T07:39:42.749Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:42.749Z] #8 DONE 0.0s [2025-06-27T07:39:42.749Z] [2025-06-27T07:39:42.749Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:42.749Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:43.040Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:43.040Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:43.301Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:43.301Z] #1 transferring dockerfile: 219B done [2025-06-27T07:39:43.301Z] #1 DONE 0.0s [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:43.301Z] #2 DONE 0.0s [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:43.301Z] #3 DONE 0.0s [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #4 [internal] load .dockerignore [2025-06-27T07:39:43.301Z] #4 transferring context: 2B done [2025-06-27T07:39:43.301Z] #4 DONE 0.0s [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:43.301Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:43.301Z] #5 DONE 0.0s [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:43.301Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:43.301Z] #6 CACHED [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:43.301Z] #5 CACHED [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:43.301Z] #7 DONE 0.0s [2025-06-27T07:39:43.301Z] [2025-06-27T07:39:43.301Z] #8 exporting to image [2025-06-27T07:39:43.301Z] #8 exporting layers done [2025-06-27T07:39:43.301Z] #8 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done [2025-06-27T07:39:43.301Z] #8 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done [2025-06-27T07:39:43.301Z] #8 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done [2025-06-27T07:39:43.301Z] #8 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done [2025-06-27T07:39:43.302Z] #8 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done [2025-06-27T07:39:43.302Z] #8 pushing layers 0.0s done [2025-06-27T07:39:43.302Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done [2025-06-27T07:39:43.302Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:43.302Z] #8 DONE 0.1s [2025-06-27T07:39:43.302Z] [2025-06-27T07:39:43.302Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:43.302Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:43.598Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-27T07:39:43.598Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-27T07:39:43.861Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:43.861Z] #1 transferring dockerfile: 170B done [2025-06-27T07:39:43.861Z] #1 DONE 0.0s [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-27T07:39:43.861Z] #2 DONE 0.0s [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-27T07:39:43.861Z] #3 DONE 0.0s [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] #4 [internal] load .dockerignore [2025-06-27T07:39:43.861Z] #4 transferring context: 2B done [2025-06-27T07:39:43.861Z] #4 DONE 0.0s [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:43.861Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:43.861Z] #5 CACHED [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 [2025-06-27T07:39:43.861Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:df1ace7f33726d3934de8e80f7730c0b2cdf8a367675bac18f011b47d77b3e96 0.0s done [2025-06-27T07:39:43.861Z] #6 CACHED [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:43.861Z] #7 DONE 0.0s [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] #8 exporting to image [2025-06-27T07:39:43.861Z] #8 exporting layers done [2025-06-27T07:39:43.861Z] #8 exporting manifest sha256:138426210bcd511c008a119c7d58cc2fb365d6a7e75bbeedd6afdbd1dcaa125f done [2025-06-27T07:39:43.861Z] #8 exporting config sha256:ca04186e6f49c6fc7289bcd0021f48023a69e0cb3ad279c8c5b3d16c25e535fb done [2025-06-27T07:39:43.861Z] #8 exporting manifest sha256:1d0bc6a20593672be0566ae1098259fd08990e35e0d9081d4dfef2b7d1517c80 done [2025-06-27T07:39:43.861Z] #8 exporting config sha256:776568573d1b9a384c0fd31296ccdcff788510dd6fa02346c6262bd1f757dc2b done [2025-06-27T07:39:43.861Z] #8 exporting manifest list sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d done [2025-06-27T07:39:43.861Z] #8 pushing layers 0.0s done [2025-06-27T07:39:43.861Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:694108a208f5665b0258d075a2d77be34e824cdfb47f241ecf7f738acb7b484d 0.1s done [2025-06-27T07:39:43.861Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:43.861Z] #8 DONE 0.1s [2025-06-27T07:39:43.861Z] [2025-06-27T07:39:43.861Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:43.861Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:44.152Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:44.152Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:44.412Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:44.412Z] #1 transferring dockerfile: 204B done [2025-06-27T07:39:44.412Z] #1 DONE 0.0s [2025-06-27T07:39:44.412Z] [2025-06-27T07:39:44.412Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:44.412Z] #2 DONE 0.0s [2025-06-27T07:39:44.412Z] [2025-06-27T07:39:44.412Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:44.412Z] #3 DONE 0.1s [2025-06-27T07:39:44.412Z] [2025-06-27T07:39:44.412Z] #4 [internal] load .dockerignore [2025-06-27T07:39:44.412Z] #4 transferring context: 2B done [2025-06-27T07:39:44.412Z] #4 DONE 0.0s [2025-06-27T07:39:44.412Z] [2025-06-27T07:39:44.412Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:44.412Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done [2025-06-27T07:39:44.412Z] #5 DONE 0.0s [2025-06-27T07:39:44.412Z] [2025-06-27T07:39:44.412Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:44.412Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done [2025-06-27T07:39:44.412Z] #6 DONE 0.0s [2025-06-27T07:39:44.412Z] [2025-06-27T07:39:44.412Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:44.412Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done [2025-06-27T07:39:44.412Z] #5 DONE 0.1s [2025-06-27T07:39:44.412Z] [2025-06-27T07:39:44.412Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:44.671Z] #7 DONE 0.0s [2025-06-27T07:39:44.671Z] [2025-06-27T07:39:44.671Z] #8 exporting to image [2025-06-27T07:39:44.671Z] #8 exporting layers done [2025-06-27T07:39:44.672Z] #8 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done [2025-06-27T07:39:44.672Z] #8 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done [2025-06-27T07:39:44.672Z] #8 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done [2025-06-27T07:39:44.672Z] #8 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done [2025-06-27T07:39:44.672Z] #8 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done [2025-06-27T07:39:44.672Z] #8 pushing layers 0.1s done [2025-06-27T07:39:44.672Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 [2025-06-27T07:39:44.672Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:44.672Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done [2025-06-27T07:39:44.672Z] #8 DONE 0.2s [2025-06-27T07:39:44.672Z] [2025-06-27T07:39:44.672Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:44.672Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:44.961Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-27T07:39:44.961Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-27T07:39:44.961Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:44.961Z] #1 transferring dockerfile: 170B done [2025-06-27T07:39:44.961Z] #1 DONE 0.0s [2025-06-27T07:39:44.961Z] [2025-06-27T07:39:44.961Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-27T07:39:44.961Z] #2 DONE 0.0s [2025-06-27T07:39:44.961Z] [2025-06-27T07:39:44.961Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-27T07:39:44.961Z] #3 DONE 0.0s [2025-06-27T07:39:44.961Z] [2025-06-27T07:39:44.961Z] #4 [internal] load .dockerignore [2025-06-27T07:39:44.961Z] #4 transferring context: 2B done [2025-06-27T07:39:44.961Z] #4 DONE 0.0s [2025-06-27T07:39:44.961Z] [2025-06-27T07:39:44.961Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:44.961Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done [2025-06-27T07:39:44.961Z] #5 CACHED [2025-06-27T07:39:44.961Z] [2025-06-27T07:39:44.961Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:44.961Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done [2025-06-27T07:39:44.961Z] #6 CACHED [2025-06-27T07:39:44.961Z] [2025-06-27T07:39:44.961Z] #7 exporting to image [2025-06-27T07:39:44.961Z] #7 exporting layers done [2025-06-27T07:39:44.961Z] #7 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done [2025-06-27T07:39:44.961Z] #7 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done [2025-06-27T07:39:44.961Z] #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 [2025-06-27T07:39:44.961Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:45.222Z] #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done [2025-06-27T07:39:45.222Z] #7 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done [2025-06-27T07:39:45.222Z] #7 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done [2025-06-27T07:39:45.222Z] #7 pushing layers 0.0s done [2025-06-27T07:39:45.222Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done [2025-06-27T07:39:45.222Z] #7 DONE 0.1s [2025-06-27T07:39:45.222Z] [2025-06-27T07:39:45.222Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:45.222Z] #8 DONE 0.0s [2025-06-27T07:39:45.222Z] [2025-06-27T07:39:45.222Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:45.222Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:45.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29' [2025-06-27T07:39:45.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 --push - [2025-06-27T07:39:45.769Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:45.769Z] #1 transferring dockerfile: 176B done [2025-06-27T07:39:45.769Z] #1 DONE 0.0s [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 [2025-06-27T07:39:45.769Z] #2 DONE 0.0s [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29 [2025-06-27T07:39:45.769Z] #3 DONE 0.0s [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] #4 [internal] load .dockerignore [2025-06-27T07:39:45.769Z] #4 transferring context: 2B done [2025-06-27T07:39:45.769Z] #4 DONE 0.0s [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:45.769Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 done [2025-06-27T07:39:45.769Z] #5 CACHED [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:45.769Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done [2025-06-27T07:39:45.769Z] #6 CACHED [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] #7 exporting to image [2025-06-27T07:39:45.769Z] #7 exporting layers [2025-06-27T07:39:45.769Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:45.769Z] #7 exporting layers done [2025-06-27T07:39:45.769Z] #7 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done [2025-06-27T07:39:45.769Z] #7 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done [2025-06-27T07:39:45.769Z] #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done [2025-06-27T07:39:45.769Z] #7 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done [2025-06-27T07:39:45.769Z] #7 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done [2025-06-27T07:39:45.769Z] #7 pushing layers 0.0s done [2025-06-27T07:39:45.769Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.29@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done [2025-06-27T07:39:45.769Z] #7 DONE 0.1s [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:45.769Z] #8 DONE 0.0s [2025-06-27T07:39:45.769Z] [2025-06-27T07:39:45.769Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:45.769Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:46.064Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:46.065Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:46.323Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:46.323Z] #1 transferring dockerfile: 217B done [2025-06-27T07:39:46.323Z] #1 DONE 0.0s [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:46.323Z] #2 DONE 0.0s [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:46.323Z] #3 DONE 0.0s [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] #4 [internal] load .dockerignore [2025-06-27T07:39:46.323Z] #4 transferring context: 2B done [2025-06-27T07:39:46.323Z] #4 DONE 0.0s [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:46.323Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done [2025-06-27T07:39:46.323Z] #5 CACHED [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:46.323Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done [2025-06-27T07:39:46.323Z] #6 CACHED [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] #7 exporting to image [2025-06-27T07:39:46.323Z] #7 exporting layers done [2025-06-27T07:39:46.323Z] #7 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done [2025-06-27T07:39:46.323Z] #7 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done [2025-06-27T07:39:46.323Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:46.323Z] #7 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done [2025-06-27T07:39:46.323Z] #7 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done [2025-06-27T07:39:46.323Z] #7 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done [2025-06-27T07:39:46.323Z] #7 pushing layers 0.0s done [2025-06-27T07:39:46.323Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done [2025-06-27T07:39:46.323Z] #7 DONE 0.1s [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:46.323Z] #8 DONE 0.0s [2025-06-27T07:39:46.323Z] [2025-06-27T07:39:46.323Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:46.323Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:46.610Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-27T07:39:46.610Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-27T07:39:46.610Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:46.610Z] #1 transferring dockerfile: 168B done [2025-06-27T07:39:46.610Z] #1 DONE 0.0s [2025-06-27T07:39:46.610Z] [2025-06-27T07:39:46.610Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-27T07:39:46.610Z] #2 DONE 0.0s [2025-06-27T07:39:46.610Z] [2025-06-27T07:39:46.610Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-27T07:39:46.610Z] #3 DONE 0.0s [2025-06-27T07:39:46.610Z] [2025-06-27T07:39:46.610Z] #4 [internal] load .dockerignore [2025-06-27T07:39:46.610Z] #4 transferring context: 2B done [2025-06-27T07:39:46.610Z] #4 DONE 0.0s [2025-06-27T07:39:46.610Z] [2025-06-27T07:39:46.610Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:46.610Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done [2025-06-27T07:39:46.610Z] #5 CACHED [2025-06-27T07:39:46.610Z] [2025-06-27T07:39:46.610Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 [2025-06-27T07:39:46.872Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f6ba1cf15736a7dc202b477684d9caf90b3d4e7ca19f6a3ec6566f1c985948b6 0.0s done [2025-06-27T07:39:46.872Z] #6 CACHED [2025-06-27T07:39:46.872Z] [2025-06-27T07:39:46.872Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:46.872Z] #7 DONE 0.0s [2025-06-27T07:39:46.872Z] [2025-06-27T07:39:46.872Z] #8 exporting to image [2025-06-27T07:39:46.872Z] #8 exporting layers done [2025-06-27T07:39:46.872Z] #8 exporting manifest sha256:8adf4d9f501e420144845cfdae2999d08cc8fdda56003d8e5bc0a6385f092f57 done [2025-06-27T07:39:46.872Z] #8 exporting config sha256:1d162652676d07cbd5f39717dcd654da3378d6bae70a284e528632b036585eba done [2025-06-27T07:39:46.872Z] #8 exporting manifest sha256:1b5453661c43e1de658d4e53c525a8caa37af4b6675fc6d8faa1786c7f33c2e9 done [2025-06-27T07:39:46.872Z] #8 exporting config sha256:1bc20eafb547fd610c04b9c65837dfb83e5ce8c39f98af896e6f6fca8a245a1d done [2025-06-27T07:39:46.872Z] #8 exporting manifest list sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 done [2025-06-27T07:39:46.872Z] #8 pushing layers 0.0s done [2025-06-27T07:39:46.872Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:67c40229aaff69aeda5c851beaa4f38d02d01a7efed26f552019facf96122f31 0.1s done [2025-06-27T07:39:46.872Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:46.872Z] #8 DONE 0.1s [2025-06-27T07:39:46.872Z] [2025-06-27T07:39:46.872Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:46.872Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:47.162Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:47.162Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:47.162Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:47.162Z] #1 transferring dockerfile: 205B done [2025-06-27T07:39:47.162Z] #1 DONE 0.0s [2025-06-27T07:39:47.162Z] [2025-06-27T07:39:47.162Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:47.162Z] #2 DONE 0.0s [2025-06-27T07:39:47.162Z] [2025-06-27T07:39:47.162Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:47.162Z] #3 DONE 0.0s [2025-06-27T07:39:47.162Z] [2025-06-27T07:39:47.162Z] #4 [internal] load .dockerignore [2025-06-27T07:39:47.162Z] #4 transferring context: 2B done [2025-06-27T07:39:47.162Z] #4 DONE 0.0s [2025-06-27T07:39:47.420Z] [2025-06-27T07:39:47.420Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:47.420Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:47.420Z] #5 ... [2025-06-27T07:39:47.420Z] [2025-06-27T07:39:47.420Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:47.420Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done [2025-06-27T07:39:47.420Z] #6 DONE 0.1s [2025-06-27T07:39:47.420Z] [2025-06-27T07:39:47.421Z] #7 exporting to image [2025-06-27T07:39:47.421Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:47.421Z] #7 ... [2025-06-27T07:39:47.421Z] [2025-06-27T07:39:47.421Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:47.421Z] #8 DONE 0.0s [2025-06-27T07:39:47.421Z] [2025-06-27T07:39:47.421Z] #7 exporting to image [2025-06-27T07:39:47.421Z] #7 exporting layers done [2025-06-27T07:39:47.421Z] #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done [2025-06-27T07:39:47.421Z] #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done [2025-06-27T07:39:47.421Z] #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done [2025-06-27T07:39:47.421Z] #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done [2025-06-27T07:39:47.421Z] #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done [2025-06-27T07:39:47.421Z] #7 pushing layers 0.1s done [2025-06-27T07:39:47.421Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 [2025-06-27T07:39:47.680Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done [2025-06-27T07:39:47.680Z] #7 DONE 0.2s [2025-06-27T07:39:47.680Z] [2025-06-27T07:39:47.680Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:47.680Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:47.976Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-27T07:39:47.976Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-27T07:39:48.236Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:48.236Z] #1 transferring dockerfile: 171B done [2025-06-27T07:39:48.236Z] #1 DONE 0.0s [2025-06-27T07:39:48.236Z] [2025-06-27T07:39:48.236Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-27T07:39:48.236Z] #2 DONE 0.0s [2025-06-27T07:39:48.236Z] [2025-06-27T07:39:48.236Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-27T07:39:48.236Z] #3 DONE 0.0s [2025-06-27T07:39:48.236Z] [2025-06-27T07:39:48.236Z] #4 [internal] load .dockerignore [2025-06-27T07:39:48.236Z] #4 transferring context: 2B done [2025-06-27T07:39:48.236Z] #4 DONE 0.0s [2025-06-27T07:39:48.236Z] [2025-06-27T07:39:48.236Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:48.236Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done [2025-06-27T07:39:48.236Z] #5 CACHED [2025-06-27T07:39:48.236Z] [2025-06-27T07:39:48.236Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:48.236Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done [2025-06-27T07:39:48.236Z] #6 CACHED [2025-06-27T07:39:48.236Z] [2025-06-27T07:39:48.236Z] #7 exporting to image [2025-06-27T07:39:48.236Z] #7 exporting layers done [2025-06-27T07:39:48.236Z] #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done [2025-06-27T07:39:48.237Z] #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done [2025-06-27T07:39:48.237Z] #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done [2025-06-27T07:39:48.237Z] #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done [2025-06-27T07:39:48.237Z] #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 [2025-06-27T07:39:48.237Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:48.237Z] #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done [2025-06-27T07:39:48.237Z] #7 pushing layers 0.0s done [2025-06-27T07:39:48.237Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done [2025-06-27T07:39:48.237Z] #7 DONE 0.1s [2025-06-27T07:39:48.237Z] [2025-06-27T07:39:48.237Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:48.237Z] #8 DONE 0.0s [2025-06-27T07:39:48.237Z] [2025-06-27T07:39:48.237Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:48.237Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:48.528Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29' [2025-06-27T07:39:48.528Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 --push - [2025-06-27T07:39:48.789Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:48.789Z] #1 transferring dockerfile: 177B done [2025-06-27T07:39:48.789Z] #1 DONE 0.0s [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 [2025-06-27T07:39:48.789Z] #2 DONE 0.0s [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29 [2025-06-27T07:39:48.789Z] #3 DONE 0.0s [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] #4 [internal] load .dockerignore [2025-06-27T07:39:48.789Z] #4 transferring context: 2B done [2025-06-27T07:39:48.789Z] #4 DONE 0.0s [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:48.789Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done [2025-06-27T07:39:48.789Z] #5 CACHED [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:48.789Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 0.0s done [2025-06-27T07:39:48.789Z] #6 CACHED [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] #7 exporting to image [2025-06-27T07:39:48.789Z] #7 exporting layers done [2025-06-27T07:39:48.789Z] #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done [2025-06-27T07:39:48.789Z] #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done [2025-06-27T07:39:48.789Z] #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done [2025-06-27T07:39:48.789Z] #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b [2025-06-27T07:39:48.789Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:48.789Z] #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done [2025-06-27T07:39:48.789Z] #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done [2025-06-27T07:39:48.789Z] #7 pushing layers 0.0s done [2025-06-27T07:39:48.789Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.29@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done [2025-06-27T07:39:48.789Z] #7 DONE 0.1s [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:48.789Z] #8 DONE 0.0s [2025-06-27T07:39:48.789Z] [2025-06-27T07:39:48.789Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:48.789Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:49.078Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:49.078Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:49.337Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:49.337Z] #1 transferring dockerfile: 218B done [2025-06-27T07:39:49.337Z] #1 DONE 0.0s [2025-06-27T07:39:49.337Z] [2025-06-27T07:39:49.337Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:49.338Z] #2 DONE 0.0s [2025-06-27T07:39:49.338Z] [2025-06-27T07:39:49.338Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:49.338Z] #3 DONE 0.0s [2025-06-27T07:39:49.338Z] [2025-06-27T07:39:49.338Z] #4 [internal] load .dockerignore [2025-06-27T07:39:49.338Z] #4 transferring context: 2B done [2025-06-27T07:39:49.338Z] #4 DONE 0.0s [2025-06-27T07:39:49.338Z] [2025-06-27T07:39:49.338Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:49.338Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done [2025-06-27T07:39:49.338Z] #5 CACHED [2025-06-27T07:39:49.338Z] [2025-06-27T07:39:49.338Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:49.338Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done [2025-06-27T07:39:49.338Z] #6 CACHED [2025-06-27T07:39:49.338Z] [2025-06-27T07:39:49.338Z] #7 exporting to image [2025-06-27T07:39:49.338Z] #7 exporting layers done [2025-06-27T07:39:49.338Z] #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done [2025-06-27T07:39:49.338Z] #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done [2025-06-27T07:39:49.338Z] #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done [2025-06-27T07:39:49.338Z] #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done [2025-06-27T07:39:49.338Z] #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done [2025-06-27T07:39:49.338Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:49.338Z] #7 pushing layers 0.0s done [2025-06-27T07:39:49.338Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done [2025-06-27T07:39:49.338Z] #7 DONE 0.1s [2025-06-27T07:39:49.338Z] [2025-06-27T07:39:49.338Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:49.338Z] #8 DONE 0.0s [2025-06-27T07:39:49.338Z] [2025-06-27T07:39:49.338Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:49.338Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:49.632Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-27T07:39:49.633Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-27T07:39:49.892Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:49.892Z] #1 transferring dockerfile: 169B done [2025-06-27T07:39:49.892Z] #1 DONE 0.0s [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-27T07:39:49.892Z] #2 DONE 0.0s [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-27T07:39:49.892Z] #3 DONE 0.0s [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] #4 [internal] load .dockerignore [2025-06-27T07:39:49.892Z] #4 transferring context: 2B done [2025-06-27T07:39:49.892Z] #4 DONE 0.0s [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:49.892Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done [2025-06-27T07:39:49.892Z] #5 CACHED [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 [2025-06-27T07:39:49.892Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:e579293f47cb6cf0b53a75ed4cb0b695bc9faf42829320cf6c6eae2583d404e9 done [2025-06-27T07:39:49.892Z] #6 CACHED [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] #7 exporting to image [2025-06-27T07:39:49.892Z] #7 exporting layers done [2025-06-27T07:39:49.892Z] #7 exporting manifest sha256:26444b0f00eae867965b004be742863813bc3acf1bec03bbd10739608b7e5294 done [2025-06-27T07:39:49.892Z] #7 exporting config sha256:bb7c3a0d86d4d27436b221d47b5fbd77bb32ee1a41f8fdb31e9fd30f29847e22 done [2025-06-27T07:39:49.892Z] #7 exporting manifest sha256:e6e472b2d161302c4900ad3e79a061a24455646e5567f86fd72b9a107e24c042 done [2025-06-27T07:39:49.892Z] #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b [2025-06-27T07:39:49.892Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:49.892Z] #7 exporting config sha256:d7f2d230c2cccb4961ac9b9d7ffecd2bc27ec6aa2657c71ae2d1a3c9d72a395b done [2025-06-27T07:39:49.892Z] #7 exporting manifest list sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 done [2025-06-27T07:39:49.892Z] #7 pushing layers 0.0s done [2025-06-27T07:39:49.892Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d5f2cb7f85aa673c263a121922f19d4eaad111b63db413ccbd5ecae1b50f7e77 0.1s done [2025-06-27T07:39:49.892Z] #7 DONE 0.1s [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:49.892Z] #8 DONE 0.0s [2025-06-27T07:39:49.892Z] [2025-06-27T07:39:49.892Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:49.892Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:50.179Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:50.179Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:50.436Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:50.437Z] #1 transferring dockerfile: 211B done [2025-06-27T07:39:50.437Z] #1 DONE 0.0s [2025-06-27T07:39:50.437Z] [2025-06-27T07:39:50.437Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:50.437Z] #2 DONE 0.0s [2025-06-27T07:39:50.437Z] [2025-06-27T07:39:50.437Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:50.437Z] #3 DONE 0.0s [2025-06-27T07:39:50.437Z] [2025-06-27T07:39:50.437Z] #4 [internal] load .dockerignore [2025-06-27T07:39:50.437Z] #4 transferring context: 2B done [2025-06-27T07:39:50.437Z] #4 DONE 0.0s [2025-06-27T07:39:50.437Z] [2025-06-27T07:39:50.437Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:50.437Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:50.437Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done [2025-06-27T07:39:50.437Z] #5 DONE 0.1s [2025-06-27T07:39:50.437Z] [2025-06-27T07:39:50.437Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:50.437Z] #6 DONE 0.0s [2025-06-27T07:39:50.694Z] [2025-06-27T07:39:50.694Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:50.694Z] #7 DONE 0.0s [2025-06-27T07:39:50.694Z] [2025-06-27T07:39:50.694Z] #8 exporting to image [2025-06-27T07:39:50.694Z] #8 exporting layers done [2025-06-27T07:39:50.694Z] #8 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done [2025-06-27T07:39:50.694Z] #8 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done [2025-06-27T07:39:50.694Z] #8 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done [2025-06-27T07:39:50.694Z] #8 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done [2025-06-27T07:39:50.694Z] #8 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done [2025-06-27T07:39:50.694Z] #8 pushing layers 0.1s done [2025-06-27T07:39:50.694Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd [2025-06-27T07:39:50.694Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:50.694Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done [2025-06-27T07:39:50.694Z] #8 DONE 0.2s [2025-06-27T07:39:50.694Z] [2025-06-27T07:39:50.694Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:50.695Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:50.988Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-27T07:39:50.988Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-27T07:39:51.248Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:51.248Z] #1 transferring dockerfile: 177B done [2025-06-27T07:39:51.248Z] #1 DONE 0.0s [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-27T07:39:51.248Z] #2 DONE 0.0s [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-27T07:39:51.248Z] #3 DONE 0.0s [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #4 [internal] load .dockerignore [2025-06-27T07:39:51.248Z] #4 transferring context: 2B done [2025-06-27T07:39:51.248Z] #4 DONE 0.0s [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:51.248Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:51.248Z] #5 ... [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:51.248Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done [2025-06-27T07:39:51.248Z] #6 DONE 0.0s [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:51.248Z] #6 CACHED [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:51.248Z] #5 CACHED [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:51.248Z] #7 DONE 0.0s [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] #8 exporting to image [2025-06-27T07:39:51.248Z] #8 exporting layers done [2025-06-27T07:39:51.248Z] #8 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done [2025-06-27T07:39:51.248Z] #8 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done [2025-06-27T07:39:51.248Z] #8 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done [2025-06-27T07:39:51.248Z] #8 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done [2025-06-27T07:39:51.248Z] #8 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done [2025-06-27T07:39:51.248Z] #8 pushing layers 0.0s done [2025-06-27T07:39:51.248Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done [2025-06-27T07:39:51.248Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:51.248Z] #8 DONE 0.1s [2025-06-27T07:39:51.248Z] [2025-06-27T07:39:51.248Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:51.248Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:51.540Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29' [2025-06-27T07:39:51.540Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 --push - [2025-06-27T07:39:51.540Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:51.540Z] #1 transferring dockerfile: 183B done [2025-06-27T07:39:51.540Z] #1 DONE 0.0s [2025-06-27T07:39:51.540Z] [2025-06-27T07:39:51.540Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 [2025-06-27T07:39:51.540Z] #2 DONE 0.0s [2025-06-27T07:39:51.540Z] [2025-06-27T07:39:51.540Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29 [2025-06-27T07:39:51.540Z] #3 DONE 0.0s [2025-06-27T07:39:51.540Z] [2025-06-27T07:39:51.540Z] #4 [internal] load .dockerignore [2025-06-27T07:39:51.540Z] #4 transferring context: 2B done [2025-06-27T07:39:51.540Z] #4 DONE 0.0s [2025-06-27T07:39:51.540Z] [2025-06-27T07:39:51.540Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:51.540Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done [2025-06-27T07:39:51.540Z] #5 CACHED [2025-06-27T07:39:51.540Z] [2025-06-27T07:39:51.540Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:51.540Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done [2025-06-27T07:39:51.540Z] #6 CACHED [2025-06-27T07:39:51.540Z] [2025-06-27T07:39:51.540Z] #7 exporting to image [2025-06-27T07:39:51.540Z] #7 exporting layers [2025-06-27T07:39:51.540Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:51.800Z] #7 exporting layers done [2025-06-27T07:39:51.800Z] #7 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done [2025-06-27T07:39:51.800Z] #7 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done [2025-06-27T07:39:51.800Z] #7 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done [2025-06-27T07:39:51.800Z] #7 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done [2025-06-27T07:39:51.800Z] #7 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done [2025-06-27T07:39:51.800Z] #7 pushing layers 0.0s done [2025-06-27T07:39:51.800Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.29@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done [2025-06-27T07:39:51.800Z] #7 DONE 0.1s [2025-06-27T07:39:51.800Z] [2025-06-27T07:39:51.800Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:51.800Z] #8 DONE 0.0s [2025-06-27T07:39:51.800Z] [2025-06-27T07:39:51.800Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:51.800Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:52.088Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:52.088Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:52.348Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:52.348Z] #1 transferring dockerfile: 224B done [2025-06-27T07:39:52.348Z] #1 DONE 0.0s [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:52.348Z] #2 DONE 0.0s [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:52.348Z] #3 DONE 0.0s [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] #4 [internal] load .dockerignore [2025-06-27T07:39:52.348Z] #4 transferring context: 2B done [2025-06-27T07:39:52.348Z] #4 DONE 0.0s [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:52.348Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f done [2025-06-27T07:39:52.348Z] #5 CACHED [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:52.348Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done [2025-06-27T07:39:52.348Z] #6 CACHED [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:52.348Z] #7 DONE 0.0s [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] #8 exporting to image [2025-06-27T07:39:52.348Z] #8 exporting layers done [2025-06-27T07:39:52.348Z] #8 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done [2025-06-27T07:39:52.348Z] #8 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done [2025-06-27T07:39:52.348Z] #8 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done [2025-06-27T07:39:52.348Z] #8 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done [2025-06-27T07:39:52.348Z] #8 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done [2025-06-27T07:39:52.348Z] #8 pushing layers 0.0s done [2025-06-27T07:39:52.348Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done [2025-06-27T07:39:52.348Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:52.348Z] #8 DONE 0.1s [2025-06-27T07:39:52.348Z] [2025-06-27T07:39:52.348Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:52.348Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:52.648Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-27T07:39:52.648Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-27T07:39:52.648Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:52.648Z] #1 transferring dockerfile: 175B done [2025-06-27T07:39:52.648Z] #1 DONE 0.0s [2025-06-27T07:39:52.648Z] [2025-06-27T07:39:52.648Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-27T07:39:52.648Z] #2 DONE 0.0s [2025-06-27T07:39:52.648Z] [2025-06-27T07:39:52.648Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-27T07:39:52.648Z] #3 DONE 0.0s [2025-06-27T07:39:52.648Z] [2025-06-27T07:39:52.648Z] #4 [internal] load .dockerignore [2025-06-27T07:39:52.648Z] #4 transferring context: 2B done [2025-06-27T07:39:52.648Z] #4 DONE 0.0s [2025-06-27T07:39:52.648Z] [2025-06-27T07:39:52.648Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:52.648Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f done [2025-06-27T07:39:52.648Z] #5 CACHED [2025-06-27T07:39:52.648Z] [2025-06-27T07:39:52.648Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f [2025-06-27T07:39:52.648Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:374fa4dc7dea334c53034464256df749b265e419ca1de059aad43be4d962a92f 0.0s done [2025-06-27T07:39:52.648Z] #6 CACHED [2025-06-27T07:39:52.648Z] [2025-06-27T07:39:52.648Z] #7 exporting to image [2025-06-27T07:39:52.648Z] #7 exporting layers done [2025-06-27T07:39:52.648Z] #7 exporting manifest sha256:aff8791ce5c5638dcf3ce79b287c47038a7a9c7fe8bc4be4176e4ffc8f276091 done [2025-06-27T07:39:52.648Z] #7 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e [2025-06-27T07:39:52.648Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:52.908Z] #7 exporting config sha256:3498f680909b77e80aa8c963ce3c8e0b029eff1b6259a15def8e5e662d0f8e7e done [2025-06-27T07:39:52.908Z] #7 exporting manifest sha256:b00ab7844158c55779f31765a98c1ed191ab74be15f173107f394b2a1a0ea322 done [2025-06-27T07:39:52.908Z] #7 exporting config sha256:aaf649155cce72496f3adbe25b8ae6e352f777dd2aacabb0f97702db31103559 done [2025-06-27T07:39:52.908Z] #7 exporting manifest list sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd done [2025-06-27T07:39:52.908Z] #7 pushing layers 0.0s done [2025-06-27T07:39:52.908Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:872742197dd8525c4db27e4c4847503747dd0ece95fc2113b3ffbcea683234fd 0.1s done [2025-06-27T07:39:52.908Z] #7 DONE 0.1s [2025-06-27T07:39:52.908Z] [2025-06-27T07:39:52.908Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:52.908Z] #8 DONE 0.0s [2025-06-27T07:39:52.908Z] [2025-06-27T07:39:52.908Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:52.908Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:53.198Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:39:53.198Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:39:53.458Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:53.458Z] #1 transferring dockerfile: 215B done [2025-06-27T07:39:53.458Z] #1 DONE 0.0s [2025-06-27T07:39:53.458Z] [2025-06-27T07:39:53.458Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:53.458Z] #2 DONE 0.0s [2025-06-27T07:39:53.458Z] [2025-06-27T07:39:53.458Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:39:53.458Z] #3 DONE 0.0s [2025-06-27T07:39:53.458Z] [2025-06-27T07:39:53.458Z] #4 [internal] load .dockerignore [2025-06-27T07:39:53.458Z] #4 transferring context: 2B done [2025-06-27T07:39:53.458Z] #4 DONE 0.0s [2025-06-27T07:39:53.458Z] [2025-06-27T07:39:53.458Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:53.458Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:53.458Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd done [2025-06-27T07:39:53.458Z] #5 DONE 0.1s [2025-06-27T07:39:53.458Z] [2025-06-27T07:39:53.458Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:53.458Z] #6 DONE 0.0s [2025-06-27T07:39:53.458Z] [2025-06-27T07:39:53.458Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:53.720Z] #7 DONE 0.0s [2025-06-27T07:39:53.720Z] [2025-06-27T07:39:53.720Z] #8 exporting to image [2025-06-27T07:39:53.720Z] #8 exporting layers done [2025-06-27T07:39:53.720Z] #8 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done [2025-06-27T07:39:53.720Z] #8 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done [2025-06-27T07:39:53.720Z] #8 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done [2025-06-27T07:39:53.720Z] #8 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done [2025-06-27T07:39:53.720Z] #8 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done [2025-06-27T07:39:53.720Z] #8 pushing layers 0.1s done [2025-06-27T07:39:53.720Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done [2025-06-27T07:39:53.720Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:53.720Z] #8 DONE 0.2s [2025-06-27T07:39:53.720Z] [2025-06-27T07:39:53.720Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:53.720Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:54.011Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-27T07:39:54.012Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-27T07:39:54.271Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:54.271Z] #1 transferring dockerfile: 181B done [2025-06-27T07:39:54.271Z] #1 DONE 0.0s [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-27T07:39:54.271Z] #2 DONE 0.0s [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-27T07:39:54.271Z] #3 DONE 0.0s [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #4 [internal] load .dockerignore [2025-06-27T07:39:54.271Z] #4 transferring context: 2B done [2025-06-27T07:39:54.271Z] #4 DONE 0.0s [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:54.271Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done [2025-06-27T07:39:54.271Z] #5 DONE 0.0s [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:54.271Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done [2025-06-27T07:39:54.271Z] #6 CACHED [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:54.271Z] #5 CACHED [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:54.271Z] #7 DONE 0.0s [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] #8 exporting to image [2025-06-27T07:39:54.271Z] #8 exporting layers done [2025-06-27T07:39:54.271Z] #8 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done [2025-06-27T07:39:54.271Z] #8 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done [2025-06-27T07:39:54.271Z] #8 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done [2025-06-27T07:39:54.271Z] #8 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done [2025-06-27T07:39:54.271Z] #8 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done [2025-06-27T07:39:54.271Z] #8 pushing layers 0.0s done [2025-06-27T07:39:54.271Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done [2025-06-27T07:39:54.271Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:54.271Z] #8 DONE 0.1s [2025-06-27T07:39:54.271Z] [2025-06-27T07:39:54.271Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:54.271Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:54.567Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 --push - [2025-06-27T07:39:54.567Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29' [2025-06-27T07:39:54.864Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:54.864Z] #1 transferring dockerfile: 187B done [2025-06-27T07:39:54.864Z] #1 DONE 0.0s [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 [2025-06-27T07:39:54.864Z] #2 DONE 0.0s [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29 [2025-06-27T07:39:54.864Z] #3 DONE 0.0s [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] #4 [internal] load .dockerignore [2025-06-27T07:39:54.864Z] #4 transferring context: 2B done [2025-06-27T07:39:54.864Z] #4 DONE 0.0s [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:54.864Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done [2025-06-27T07:39:54.864Z] #5 CACHED [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:54.864Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done [2025-06-27T07:39:54.864Z] #6 CACHED [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] #7 exporting to image [2025-06-27T07:39:54.864Z] #7 exporting layers done [2025-06-27T07:39:54.864Z] #7 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done [2025-06-27T07:39:54.864Z] #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 [2025-06-27T07:39:54.864Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:54.864Z] #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 0.0s done [2025-06-27T07:39:54.864Z] #7 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done [2025-06-27T07:39:54.864Z] #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done [2025-06-27T07:39:54.864Z] #7 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done [2025-06-27T07:39:54.864Z] #7 pushing layers 0.0s done [2025-06-27T07:39:54.864Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.29@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done [2025-06-27T07:39:54.864Z] #7 DONE 0.1s [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:54.864Z] #8 DONE 0.0s [2025-06-27T07:39:54.864Z] [2025-06-27T07:39:54.864Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:54.864Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:55.202Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:39:55.202Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:39:55.461Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:55.461Z] #1 transferring dockerfile: 228B done [2025-06-27T07:39:55.461Z] #1 DONE 0.0s [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:55.461Z] #2 DONE 0.0s [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:39:55.461Z] #3 DONE 0.0s [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] #4 [internal] load .dockerignore [2025-06-27T07:39:55.461Z] #4 transferring context: 2B done [2025-06-27T07:39:55.461Z] #4 DONE 0.0s [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:55.461Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd done [2025-06-27T07:39:55.461Z] #5 CACHED [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:55.461Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done [2025-06-27T07:39:55.461Z] #6 CACHED [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] #7 exporting to image [2025-06-27T07:39:55.461Z] #7 exporting layers done [2025-06-27T07:39:55.461Z] #7 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done [2025-06-27T07:39:55.461Z] #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done [2025-06-27T07:39:55.461Z] #7 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done [2025-06-27T07:39:55.461Z] #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff [2025-06-27T07:39:55.461Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:55.461Z] #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done [2025-06-27T07:39:55.461Z] #7 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done [2025-06-27T07:39:55.461Z] #7 pushing layers 0.0s done [2025-06-27T07:39:55.461Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 0.1s done [2025-06-27T07:39:55.461Z] #7 DONE 0.1s [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:55.461Z] #8 DONE 0.0s [2025-06-27T07:39:55.461Z] [2025-06-27T07:39:55.461Z] 1 warning found (use --debug to expand): [2025-06-27T07:39:55.461Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:39:55.750Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-27T07:39:55.750Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-27T07:39:56.924Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:39:56.924Z] #1 transferring dockerfile: 179B done [2025-06-27T07:39:56.924Z] #1 DONE 0.0s [2025-06-27T07:39:56.924Z] [2025-06-27T07:39:56.924Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-27T07:39:56.924Z] #2 DONE 0.0s [2025-06-27T07:39:56.924Z] [2025-06-27T07:39:56.924Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-27T07:39:56.924Z] #3 DONE 0.0s [2025-06-27T07:39:56.924Z] [2025-06-27T07:39:56.924Z] #4 [internal] load .dockerignore [2025-06-27T07:39:56.924Z] #4 transferring context: 2B done [2025-06-27T07:39:56.924Z] #4 DONE 0.0s [2025-06-27T07:39:56.924Z] [2025-06-27T07:39:56.924Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:56.924Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done [2025-06-27T07:39:56.924Z] #5 CACHED [2025-06-27T07:39:56.924Z] [2025-06-27T07:39:56.924Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd [2025-06-27T07:39:56.924Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e7d6e7ca6d720563bc9f4c10aea434aae0e168bc6c18a25ec478bc180cd7e8fd 0.0s done [2025-06-27T07:39:56.924Z] #6 CACHED [2025-06-27T07:39:56.924Z] [2025-06-27T07:39:56.924Z] #7 exporting to image [2025-06-27T07:39:56.924Z] #7 exporting layers done [2025-06-27T07:39:56.924Z] #7 exporting manifest sha256:2f294540c0f9c8a4a457656a50b4f65d8e788f14585cd0d44c4dc0cb472a244c done [2025-06-27T07:39:56.924Z] #7 exporting config sha256:5e0f638930247e5d7c778376dbb2e40dc63d7d10658709b73da179d92661b6e8 done [2025-06-27T07:39:56.924Z] #7 exporting manifest sha256:ed424776d3b17ae625c0462c2b0d9b68a418c70ba580e545ef0dabe2cc6ab2ce done [2025-06-27T07:39:56.924Z] #7 exporting config sha256:92fd55419ec9bb9d92e743f97ea1238a524ac3dd66dde2a52091e40ad21e35ff done [2025-06-27T07:39:56.924Z] #7 exporting manifest list sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c done [2025-06-27T07:39:56.924Z] #7 pushing layers [2025-06-27T07:39:56.924Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:39:59.917Z] #7 ... [2025-06-27T07:39:59.917Z] [2025-06-27T07:39:59.918Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:39:59.918Z] #8 DONE 0.0s [2025-06-27T07:39:59.918Z] [2025-06-27T07:39:59.918Z] #7 exporting to image [2025-06-27T07:39:59.918Z] #7 pushing layers 1.2s done [2025-06-27T07:39:59.918Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c [2025-06-27T07:40:01.214Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:795367db3f6b8e1166cd0193663e2184f04c3918b78f90aded7d3941f7b2ad8c 4.0s done [2025-06-27T07:40:01.214Z] #7 DONE 5.2s [2025-06-27T07:40:01.214Z] [2025-06-27T07:40:01.214Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:01.214Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:01.504Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:40:01.504Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:40:01.505Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:01.505Z] #1 transferring dockerfile: 205B done [2025-06-27T07:40:01.505Z] #1 DONE 0.0s [2025-06-27T07:40:01.505Z] [2025-06-27T07:40:01.505Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:01.505Z] #2 DONE 0.0s [2025-06-27T07:40:01.505Z] [2025-06-27T07:40:01.505Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:01.505Z] #3 DONE 0.1s [2025-06-27T07:40:01.505Z] [2025-06-27T07:40:01.505Z] #4 [internal] load .dockerignore [2025-06-27T07:40:01.505Z] #4 transferring context: 2B done [2025-06-27T07:40:01.505Z] #4 DONE 0.0s [2025-06-27T07:40:01.505Z] [2025-06-27T07:40:01.505Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:01.505Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:01.762Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 done [2025-06-27T07:40:01.762Z] #5 DONE 0.1s [2025-06-27T07:40:01.762Z] [2025-06-27T07:40:01.762Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:01.762Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 done [2025-06-27T07:40:01.762Z] #6 DONE 0.0s [2025-06-27T07:40:01.762Z] [2025-06-27T07:40:01.762Z] #7 exporting to image [2025-06-27T07:40:01.762Z] #7 exporting layers done [2025-06-27T07:40:01.762Z] #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done [2025-06-27T07:40:01.762Z] #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done [2025-06-27T07:40:01.762Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:01.762Z] #7 ... [2025-06-27T07:40:01.762Z] [2025-06-27T07:40:01.762Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:01.762Z] #8 DONE 0.0s [2025-06-27T07:40:01.762Z] [2025-06-27T07:40:01.762Z] #7 exporting to image [2025-06-27T07:40:01.762Z] #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done [2025-06-27T07:40:01.762Z] #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done [2025-06-27T07:40:01.762Z] #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done [2025-06-27T07:40:01.762Z] #7 pushing layers 0.1s done [2025-06-27T07:40:01.762Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 [2025-06-27T07:40:02.021Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done [2025-06-27T07:40:02.021Z] #7 DONE 0.2s [2025-06-27T07:40:02.021Z] [2025-06-27T07:40:02.021Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:02.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:02.309Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-27T07:40:02.309Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-27T07:40:02.569Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:02.569Z] #1 transferring dockerfile: 171B done [2025-06-27T07:40:02.569Z] #1 DONE 0.0s [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-27T07:40:02.569Z] #2 DONE 0.0s [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-27T07:40:02.569Z] #3 DONE 0.0s [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] #4 [internal] load .dockerignore [2025-06-27T07:40:02.569Z] #4 transferring context: 2B done [2025-06-27T07:40:02.569Z] #4 DONE 0.0s [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:02.569Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:02.569Z] #5 ... [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:02.569Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done [2025-06-27T07:40:02.569Z] #6 CACHED [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] #7 exporting to image [2025-06-27T07:40:02.569Z] #7 exporting layers done [2025-06-27T07:40:02.569Z] #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done [2025-06-27T07:40:02.569Z] #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done [2025-06-27T07:40:02.569Z] #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done [2025-06-27T07:40:02.569Z] #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done [2025-06-27T07:40:02.569Z] #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 [2025-06-27T07:40:02.569Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:02.569Z] #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done [2025-06-27T07:40:02.569Z] #7 pushing layers 0.0s done [2025-06-27T07:40:02.569Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done [2025-06-27T07:40:02.569Z] #7 DONE 0.1s [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:02.569Z] #8 DONE 0.0s [2025-06-27T07:40:02.569Z] [2025-06-27T07:40:02.569Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:02.569Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:02.859Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 --push - [2025-06-27T07:40:02.859Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29' [2025-06-27T07:40:02.859Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:02.859Z] #1 transferring dockerfile: 177B done [2025-06-27T07:40:02.859Z] #1 DONE 0.0s [2025-06-27T07:40:02.859Z] [2025-06-27T07:40:02.859Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 [2025-06-27T07:40:02.859Z] #2 DONE 0.0s [2025-06-27T07:40:02.859Z] [2025-06-27T07:40:02.860Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29 [2025-06-27T07:40:02.860Z] #3 DONE 0.0s [2025-06-27T07:40:02.860Z] [2025-06-27T07:40:02.860Z] #4 [internal] load .dockerignore [2025-06-27T07:40:02.860Z] #4 transferring context: 2B 0.0s done [2025-06-27T07:40:02.860Z] #4 DONE 0.0s [2025-06-27T07:40:02.860Z] [2025-06-27T07:40:02.860Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:02.860Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done [2025-06-27T07:40:02.860Z] #5 DONE 0.0s [2025-06-27T07:40:02.860Z] [2025-06-27T07:40:02.860Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:03.121Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done [2025-06-27T07:40:03.121Z] #6 CACHED [2025-06-27T07:40:03.121Z] [2025-06-27T07:40:03.121Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:03.121Z] #5 CACHED [2025-06-27T07:40:03.121Z] [2025-06-27T07:40:03.121Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:03.121Z] #7 DONE 0.0s [2025-06-27T07:40:03.121Z] [2025-06-27T07:40:03.121Z] #8 exporting to image [2025-06-27T07:40:03.121Z] #8 exporting layers done [2025-06-27T07:40:03.121Z] #8 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done [2025-06-27T07:40:03.121Z] #8 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done [2025-06-27T07:40:03.121Z] #8 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done [2025-06-27T07:40:03.121Z] #8 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done [2025-06-27T07:40:03.121Z] #8 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done [2025-06-27T07:40:03.121Z] #8 pushing layers 0.0s done [2025-06-27T07:40:03.121Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.29@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done [2025-06-27T07:40:03.121Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:03.121Z] #8 DONE 0.1s [2025-06-27T07:40:03.121Z] [2025-06-27T07:40:03.121Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:03.121Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:03.408Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:40:03.408Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:40:03.668Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:03.668Z] #1 transferring dockerfile: 218B done [2025-06-27T07:40:03.668Z] #1 DONE 0.0s [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:03.668Z] #2 DONE 0.0s [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:03.668Z] #3 DONE 0.0s [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] #4 [internal] load .dockerignore [2025-06-27T07:40:03.668Z] #4 transferring context: 2B done [2025-06-27T07:40:03.668Z] #4 DONE 0.0s [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:03.668Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 done [2025-06-27T07:40:03.668Z] #5 CACHED [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:03.668Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done [2025-06-27T07:40:03.668Z] #6 CACHED [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] #7 exporting to image [2025-06-27T07:40:03.668Z] #7 exporting layers done [2025-06-27T07:40:03.668Z] #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done [2025-06-27T07:40:03.668Z] #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done [2025-06-27T07:40:03.668Z] #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done [2025-06-27T07:40:03.668Z] #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done [2025-06-27T07:40:03.668Z] #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done [2025-06-27T07:40:03.668Z] #7 pushing layers 0.0s done [2025-06-27T07:40:03.668Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 [2025-06-27T07:40:03.668Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:03.668Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done [2025-06-27T07:40:03.668Z] #7 DONE 0.1s [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:03.668Z] #8 DONE 0.0s [2025-06-27T07:40:03.668Z] [2025-06-27T07:40:03.668Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:03.668Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:03.953Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-27T07:40:03.953Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-27T07:40:03.953Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:03.953Z] #1 transferring dockerfile: 169B done [2025-06-27T07:40:03.953Z] #1 DONE 0.0s [2025-06-27T07:40:03.953Z] [2025-06-27T07:40:03.953Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-27T07:40:03.953Z] #2 DONE 0.0s [2025-06-27T07:40:03.953Z] [2025-06-27T07:40:03.953Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-27T07:40:03.953Z] #3 DONE 0.0s [2025-06-27T07:40:03.953Z] [2025-06-27T07:40:03.953Z] #4 [internal] load .dockerignore [2025-06-27T07:40:03.953Z] #4 transferring context: 2B done [2025-06-27T07:40:03.953Z] #4 DONE 0.0s [2025-06-27T07:40:03.953Z] [2025-06-27T07:40:03.953Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:03.953Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done [2025-06-27T07:40:03.953Z] #5 CACHED [2025-06-27T07:40:03.953Z] [2025-06-27T07:40:03.953Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 [2025-06-27T07:40:03.953Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:900ceb7f8580c40bc382cda1bf55f4b6e74186f24d783a4955fb26e586599466 0.0s done [2025-06-27T07:40:03.953Z] #6 CACHED [2025-06-27T07:40:03.953Z] [2025-06-27T07:40:03.953Z] #7 exporting to image [2025-06-27T07:40:03.953Z] #7 exporting layers done [2025-06-27T07:40:03.953Z] #7 exporting manifest sha256:84ebe01e49bd6d0be25406ed7706c4f04e792de8af75ba2b812f16f8775a1e2b done [2025-06-27T07:40:03.953Z] #7 exporting config sha256:cbc5a3a5d1807f1222947eefb1c233efb5ae1c6c58a2ae90e7437ae14f855085 done [2025-06-27T07:40:03.953Z] #7 exporting manifest sha256:416491410768515d35b967e9c7af28b773c84b3b4dec0e12c955619c0522e6e4 done [2025-06-27T07:40:03.953Z] #7 exporting config sha256:f0e42a165623e27e91f61c1d892192a7ffcf84745a30585a5b1e8ba7ebc8039e done [2025-06-27T07:40:03.953Z] #7 exporting manifest list sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 done [2025-06-27T07:40:03.953Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:04.216Z] #7 pushing layers 0.0s done [2025-06-27T07:40:04.216Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:d4d698f8dfa462abd731f132104ffbbcdde5ad3704d07027364775699854c055 0.1s done [2025-06-27T07:40:04.216Z] #7 DONE 0.1s [2025-06-27T07:40:04.216Z] [2025-06-27T07:40:04.216Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:04.216Z] #8 DONE 0.0s [2025-06-27T07:40:04.216Z] [2025-06-27T07:40:04.216Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:04.216Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:04.501Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:40:04.502Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:40:04.760Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:04.760Z] #1 transferring dockerfile: 206B done [2025-06-27T07:40:04.760Z] #1 DONE 0.0s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:04.760Z] #2 DONE 0.0s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:04.760Z] #3 DONE 0.0s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #4 [internal] load .dockerignore [2025-06-27T07:40:04.760Z] #4 transferring context: 2B done [2025-06-27T07:40:04.760Z] #4 DONE 0.0s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:04.760Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee done [2025-06-27T07:40:04.760Z] #5 DONE 0.0s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:04.760Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:04.760Z] #6 DONE 0.0s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:04.760Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee done [2025-06-27T07:40:04.760Z] #5 DONE 0.1s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #7 exporting to image [2025-06-27T07:40:04.760Z] #7 exporting layers done [2025-06-27T07:40:04.760Z] #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done [2025-06-27T07:40:04.760Z] #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done [2025-06-27T07:40:04.760Z] #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done [2025-06-27T07:40:04.760Z] #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done [2025-06-27T07:40:04.760Z] #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done [2025-06-27T07:40:04.760Z] #7 pushing layers [2025-06-27T07:40:04.760Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:04.760Z] #7 ... [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:04.760Z] #8 DONE 0.0s [2025-06-27T07:40:04.760Z] [2025-06-27T07:40:04.760Z] #7 exporting to image [2025-06-27T07:40:04.760Z] #7 pushing layers 0.1s done [2025-06-27T07:40:04.760Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f [2025-06-27T07:40:05.020Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done [2025-06-27T07:40:05.020Z] #7 DONE 0.2s [2025-06-27T07:40:05.020Z] [2025-06-27T07:40:05.020Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:05.020Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:05.312Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-27T07:40:05.312Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-27T07:40:05.572Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:05.572Z] #1 transferring dockerfile: 172B done [2025-06-27T07:40:05.572Z] #1 DONE 0.0s [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-27T07:40:05.572Z] #2 DONE 0.0s [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-27T07:40:05.572Z] #3 DONE 0.0s [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] #4 [internal] load .dockerignore [2025-06-27T07:40:05.572Z] #4 transferring context: 2B done [2025-06-27T07:40:05.572Z] #4 DONE 0.0s [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:05.572Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee done [2025-06-27T07:40:05.572Z] #5 CACHED [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:05.572Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:05.572Z] #6 CACHED [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] #7 exporting to image [2025-06-27T07:40:05.572Z] #7 exporting layers done [2025-06-27T07:40:05.572Z] #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done [2025-06-27T07:40:05.572Z] #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef [2025-06-27T07:40:05.572Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:05.572Z] #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done [2025-06-27T07:40:05.572Z] #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done [2025-06-27T07:40:05.572Z] #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done [2025-06-27T07:40:05.572Z] #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done [2025-06-27T07:40:05.572Z] #7 pushing layers 0.0s done [2025-06-27T07:40:05.572Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done [2025-06-27T07:40:05.572Z] #7 DONE 0.1s [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:05.572Z] #8 DONE 0.0s [2025-06-27T07:40:05.572Z] [2025-06-27T07:40:05.572Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:05.572Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:05.868Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 --push - [2025-06-27T07:40:05.868Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29' [2025-06-27T07:40:06.128Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:06.128Z] #1 transferring dockerfile: 178B done [2025-06-27T07:40:06.128Z] #1 DONE 0.0s [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 [2025-06-27T07:40:06.128Z] #2 DONE 0.0s [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29 [2025-06-27T07:40:06.128Z] #3 DONE 0.0s [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] #4 [internal] load .dockerignore [2025-06-27T07:40:06.128Z] #4 transferring context: 2B done [2025-06-27T07:40:06.128Z] #4 DONE 0.0s [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:06.128Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:06.128Z] #5 CACHED [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:06.128Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:06.128Z] #6 CACHED [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] #7 exporting to image [2025-06-27T07:40:06.128Z] #7 exporting layers done [2025-06-27T07:40:06.128Z] #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done [2025-06-27T07:40:06.128Z] #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done [2025-06-27T07:40:06.128Z] #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done [2025-06-27T07:40:06.128Z] #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done [2025-06-27T07:40:06.128Z] #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done [2025-06-27T07:40:06.128Z] #7 pushing layers [2025-06-27T07:40:06.128Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:06.128Z] #7 pushing layers 0.0s done [2025-06-27T07:40:06.128Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.29@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done [2025-06-27T07:40:06.128Z] #7 DONE 0.1s [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:06.128Z] #8 DONE 0.0s [2025-06-27T07:40:06.128Z] [2025-06-27T07:40:06.128Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:06.128Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:06.427Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:40:06.427Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:40:06.687Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:06.687Z] #1 transferring dockerfile: 219B done [2025-06-27T07:40:06.687Z] #1 DONE 0.0s [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:06.687Z] #2 DONE 0.0s [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:06.687Z] #3 DONE 0.0s [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] #4 [internal] load .dockerignore [2025-06-27T07:40:06.687Z] #4 transferring context: 2B done [2025-06-27T07:40:06.687Z] #4 DONE 0.0s [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:06.687Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:06.687Z] #5 CACHED [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:06.687Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:06.687Z] #6 CACHED [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] #7 exporting to image [2025-06-27T07:40:06.687Z] #7 exporting layers done [2025-06-27T07:40:06.687Z] #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done [2025-06-27T07:40:06.687Z] #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done [2025-06-27T07:40:06.687Z] #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done [2025-06-27T07:40:06.687Z] #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done [2025-06-27T07:40:06.687Z] #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done [2025-06-27T07:40:06.687Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:06.687Z] #7 pushing layers 0.0s done [2025-06-27T07:40:06.687Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done [2025-06-27T07:40:06.687Z] #7 DONE 0.1s [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:06.687Z] #8 DONE 0.0s [2025-06-27T07:40:06.687Z] [2025-06-27T07:40:06.687Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:06.687Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:06.978Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-27T07:40:06.978Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-27T07:40:07.237Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:07.237Z] #1 transferring dockerfile: 170B done [2025-06-27T07:40:07.237Z] #1 DONE 0.0s [2025-06-27T07:40:07.237Z] [2025-06-27T07:40:07.237Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-27T07:40:07.237Z] #2 DONE 0.0s [2025-06-27T07:40:07.237Z] [2025-06-27T07:40:07.237Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-27T07:40:07.237Z] #3 DONE 0.0s [2025-06-27T07:40:07.237Z] [2025-06-27T07:40:07.237Z] #4 [internal] load .dockerignore [2025-06-27T07:40:07.237Z] #4 transferring context: 2B done [2025-06-27T07:40:07.237Z] #4 DONE 0.0s [2025-06-27T07:40:07.237Z] [2025-06-27T07:40:07.238Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:07.238Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:07.238Z] #5 CACHED [2025-06-27T07:40:07.238Z] [2025-06-27T07:40:07.238Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee [2025-06-27T07:40:07.238Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:c04c6e277435948c82365c821e4fe7425d55e594ccef9c57c2c31eacb94ce3ee 0.0s done [2025-06-27T07:40:07.238Z] #6 CACHED [2025-06-27T07:40:07.238Z] [2025-06-27T07:40:07.238Z] #7 exporting to image [2025-06-27T07:40:07.238Z] #7 exporting layers [2025-06-27T07:40:07.238Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:07.238Z] #7 exporting layers done [2025-06-27T07:40:07.238Z] #7 exporting manifest sha256:3f743989aab93df2ac436202a7e6a2f735fbe0d1924caf5160ba1bcc9f4afa7b done [2025-06-27T07:40:07.238Z] #7 exporting config sha256:7ca0475d542135a5c5347006d884a11ef78ae928e994fa0b758a29cb3df29fef done [2025-06-27T07:40:07.238Z] #7 exporting manifest sha256:710852de8a3d8c8e422492f6306e68334dd3c888ab890b15a674f883069b8dd2 done [2025-06-27T07:40:07.238Z] #7 exporting config sha256:e809d0939d1a9227364e681f4bab4724865d084fad648ed0b63aff12ffb45e2b done [2025-06-27T07:40:07.238Z] #7 exporting manifest list sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f done [2025-06-27T07:40:07.238Z] #7 pushing layers 0.0s done [2025-06-27T07:40:07.238Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1486a1dfe856ac9593fb8ed00d3c3a2621d71abb0f61603efbc6b872aab61e1f 0.1s done [2025-06-27T07:40:07.238Z] #7 DONE 0.1s [2025-06-27T07:40:07.238Z] [2025-06-27T07:40:07.238Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:07.238Z] #8 DONE 0.0s [2025-06-27T07:40:07.238Z] [2025-06-27T07:40:07.238Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:07.238Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:07.524Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:40:07.524Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:40:07.783Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:07.783Z] #1 transferring dockerfile: 206B done [2025-06-27T07:40:07.783Z] #1 DONE 0.0s [2025-06-27T07:40:07.783Z] [2025-06-27T07:40:07.783Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:07.783Z] #2 DONE 0.0s [2025-06-27T07:40:07.783Z] [2025-06-27T07:40:07.783Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:07.783Z] #3 DONE 0.0s [2025-06-27T07:40:07.783Z] [2025-06-27T07:40:07.783Z] #4 [internal] load .dockerignore [2025-06-27T07:40:07.783Z] #4 transferring context: 2B done [2025-06-27T07:40:07.783Z] #4 DONE 0.0s [2025-06-27T07:40:07.783Z] [2025-06-27T07:40:07.783Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:07.783Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done [2025-06-27T07:40:07.783Z] #5 DONE 0.0s [2025-06-27T07:40:07.783Z] [2025-06-27T07:40:07.783Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:07.783Z] #6 DONE 0.0s [2025-06-27T07:40:07.783Z] [2025-06-27T07:40:07.783Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:07.783Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done [2025-06-27T07:40:07.783Z] #5 DONE 0.1s [2025-06-27T07:40:07.783Z] [2025-06-27T07:40:07.783Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:08.043Z] #7 DONE 0.0s [2025-06-27T07:40:08.043Z] [2025-06-27T07:40:08.043Z] #8 exporting to image [2025-06-27T07:40:08.043Z] #8 exporting layers done [2025-06-27T07:40:08.043Z] #8 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done [2025-06-27T07:40:08.043Z] #8 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done [2025-06-27T07:40:08.043Z] #8 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done [2025-06-27T07:40:08.043Z] #8 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done [2025-06-27T07:40:08.043Z] #8 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done [2025-06-27T07:40:08.043Z] #8 pushing layers 0.1s done [2025-06-27T07:40:08.043Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa [2025-06-27T07:40:08.043Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:08.043Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done [2025-06-27T07:40:08.043Z] #8 DONE 0.2s [2025-06-27T07:40:08.043Z] [2025-06-27T07:40:08.043Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:08.043Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:08.328Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-27T07:40:08.328Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-27T07:40:08.587Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:08.587Z] #1 transferring dockerfile: 172B done [2025-06-27T07:40:08.587Z] #1 DONE 0.0s [2025-06-27T07:40:08.587Z] [2025-06-27T07:40:08.587Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-27T07:40:08.587Z] #2 DONE 0.0s [2025-06-27T07:40:08.587Z] [2025-06-27T07:40:08.587Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-27T07:40:08.587Z] #3 DONE 0.0s [2025-06-27T07:40:08.587Z] [2025-06-27T07:40:08.587Z] #4 [internal] load .dockerignore [2025-06-27T07:40:08.587Z] #4 transferring context: 2B done [2025-06-27T07:40:08.587Z] #4 DONE 0.0s [2025-06-27T07:40:08.587Z] [2025-06-27T07:40:08.587Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:08.587Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done [2025-06-27T07:40:08.587Z] #5 CACHED [2025-06-27T07:40:08.587Z] [2025-06-27T07:40:08.587Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:08.587Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done [2025-06-27T07:40:08.587Z] #6 CACHED [2025-06-27T07:40:08.587Z] [2025-06-27T07:40:08.587Z] #7 exporting to image [2025-06-27T07:40:08.587Z] #7 exporting layers [2025-06-27T07:40:08.588Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:08.588Z] #7 exporting layers done [2025-06-27T07:40:08.588Z] #7 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done [2025-06-27T07:40:08.588Z] #7 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done [2025-06-27T07:40:08.588Z] #7 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done [2025-06-27T07:40:08.588Z] #7 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done [2025-06-27T07:40:08.588Z] #7 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done [2025-06-27T07:40:08.588Z] #7 pushing layers 0.0s done [2025-06-27T07:40:08.588Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done [2025-06-27T07:40:08.588Z] #7 DONE 0.1s [2025-06-27T07:40:08.588Z] [2025-06-27T07:40:08.588Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:08.588Z] #8 DONE 0.0s [2025-06-27T07:40:08.588Z] [2025-06-27T07:40:08.588Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:08.588Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:08.871Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 --push - [2025-06-27T07:40:08.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29' [2025-06-27T07:40:08.871Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:08.871Z] #1 transferring dockerfile: 178B done [2025-06-27T07:40:08.871Z] #1 DONE 0.0s [2025-06-27T07:40:08.871Z] [2025-06-27T07:40:08.871Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 [2025-06-27T07:40:08.871Z] #2 DONE 0.0s [2025-06-27T07:40:08.871Z] [2025-06-27T07:40:08.871Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29 [2025-06-27T07:40:08.871Z] #3 DONE 0.0s [2025-06-27T07:40:08.871Z] [2025-06-27T07:40:08.871Z] #4 [internal] load .dockerignore [2025-06-27T07:40:08.871Z] #4 transferring context: 2B done [2025-06-27T07:40:08.871Z] #4 DONE 0.0s [2025-06-27T07:40:08.871Z] [2025-06-27T07:40:08.871Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:08.871Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done [2025-06-27T07:40:08.871Z] #5 CACHED [2025-06-27T07:40:08.871Z] [2025-06-27T07:40:08.871Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:08.871Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e 0.0s done [2025-06-27T07:40:08.871Z] #6 CACHED [2025-06-27T07:40:09.131Z] [2025-06-27T07:40:09.131Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:09.131Z] #7 DONE 0.0s [2025-06-27T07:40:09.131Z] [2025-06-27T07:40:09.131Z] #8 exporting to image [2025-06-27T07:40:09.131Z] #8 exporting layers done [2025-06-27T07:40:09.131Z] #8 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done [2025-06-27T07:40:09.131Z] #8 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done [2025-06-27T07:40:09.131Z] #8 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done [2025-06-27T07:40:09.131Z] #8 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done [2025-06-27T07:40:09.131Z] #8 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done [2025-06-27T07:40:09.131Z] #8 pushing layers 0.0s done [2025-06-27T07:40:09.131Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.29@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done [2025-06-27T07:40:09.131Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:09.131Z] #8 DONE 0.1s [2025-06-27T07:40:09.131Z] [2025-06-27T07:40:09.131Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:09.131Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:09.429Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:40:09.429Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:40:09.429Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:09.429Z] #1 transferring dockerfile: 219B done [2025-06-27T07:40:09.429Z] #1 DONE 0.0s [2025-06-27T07:40:09.429Z] [2025-06-27T07:40:09.429Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:09.429Z] #2 DONE 0.0s [2025-06-27T07:40:09.429Z] [2025-06-27T07:40:09.429Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:09.429Z] #3 DONE 0.0s [2025-06-27T07:40:09.429Z] [2025-06-27T07:40:09.429Z] #4 [internal] load .dockerignore [2025-06-27T07:40:09.429Z] #4 transferring context: 2B done [2025-06-27T07:40:09.429Z] #4 DONE 0.0s [2025-06-27T07:40:09.429Z] [2025-06-27T07:40:09.429Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:09.429Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done [2025-06-27T07:40:09.429Z] #5 CACHED [2025-06-27T07:40:09.429Z] [2025-06-27T07:40:09.429Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:09.429Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done [2025-06-27T07:40:09.429Z] #6 DONE 0.0s [2025-06-27T07:40:09.688Z] [2025-06-27T07:40:09.688Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:09.688Z] #6 CACHED [2025-06-27T07:40:09.688Z] [2025-06-27T07:40:09.688Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:09.688Z] #7 DONE 0.0s [2025-06-27T07:40:09.688Z] [2025-06-27T07:40:09.688Z] #8 exporting to image [2025-06-27T07:40:09.688Z] #8 exporting layers done [2025-06-27T07:40:09.688Z] #8 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done [2025-06-27T07:40:09.688Z] #8 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done [2025-06-27T07:40:09.688Z] #8 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done [2025-06-27T07:40:09.688Z] #8 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done [2025-06-27T07:40:09.688Z] #8 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done [2025-06-27T07:40:09.688Z] #8 pushing layers 0.0s done [2025-06-27T07:40:09.688Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done [2025-06-27T07:40:09.688Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:09.688Z] #8 DONE 0.1s [2025-06-27T07:40:09.688Z] [2025-06-27T07:40:09.688Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:09.688Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:09.977Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-27T07:40:09.977Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-27T07:40:10.236Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:10.236Z] #1 transferring dockerfile: 170B done [2025-06-27T07:40:10.236Z] #1 DONE 0.0s [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-27T07:40:10.236Z] #2 DONE 0.0s [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-27T07:40:10.236Z] #3 DONE 0.0s [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] #4 [internal] load .dockerignore [2025-06-27T07:40:10.236Z] #4 transferring context: 2B done [2025-06-27T07:40:10.236Z] #4 DONE 0.0s [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:10.236Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done [2025-06-27T07:40:10.236Z] #5 CACHED [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e [2025-06-27T07:40:10.236Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:753ca4053eb128d04eebd7e067008a30f74e6332e03398898866b8500e2ac65e done [2025-06-27T07:40:10.236Z] #6 CACHED [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] #7 exporting to image [2025-06-27T07:40:10.236Z] #7 exporting layers done [2025-06-27T07:40:10.236Z] #7 exporting manifest sha256:330ef9bd99f0948f413cd2bb1cf063eaf97d7944522572daee595156d48e04f4 done [2025-06-27T07:40:10.236Z] #7 exporting config sha256:9f04af35a48111aa3686a36e441632090e7783e0c58a287180540d29e7c66b60 done [2025-06-27T07:40:10.236Z] #7 exporting manifest sha256:152a1f33e99ac6b6c15f718ebaf46b157cd863ebcb6526d96cf23ed99cde9b10 done [2025-06-27T07:40:10.236Z] #7 exporting config sha256:4df9acac1e4b02086f25574a72693969716c34ef264393fe1da76d646cac1f4c done [2025-06-27T07:40:10.236Z] #7 exporting manifest list sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa done [2025-06-27T07:40:10.236Z] #7 pushing layers [2025-06-27T07:40:10.236Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:10.236Z] #7 pushing layers 0.0s done [2025-06-27T07:40:10.236Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:86e50fefeb644a237585d797155950c0a06d0ecb883cdd6e166a5e10290b7afa 0.1s done [2025-06-27T07:40:10.236Z] #7 DONE 0.1s [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:10.236Z] #8 DONE 0.0s [2025-06-27T07:40:10.236Z] [2025-06-27T07:40:10.236Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:10.236Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:10.524Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:40:10.524Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:40:10.785Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:10.785Z] #1 transferring dockerfile: 206B done [2025-06-27T07:40:10.785Z] #1 DONE 0.0s [2025-06-27T07:40:10.785Z] [2025-06-27T07:40:10.785Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:10.785Z] #2 DONE 0.0s [2025-06-27T07:40:10.785Z] [2025-06-27T07:40:10.785Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:10.785Z] #3 DONE 0.0s [2025-06-27T07:40:10.785Z] [2025-06-27T07:40:10.785Z] #4 [internal] load .dockerignore [2025-06-27T07:40:10.785Z] #4 transferring context: 2B done [2025-06-27T07:40:10.785Z] #4 DONE 0.0s [2025-06-27T07:40:10.785Z] [2025-06-27T07:40:10.785Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:10.785Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:10.785Z] #5 DONE 0.0s [2025-06-27T07:40:10.785Z] [2025-06-27T07:40:10.785Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:10.785Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:10.785Z] #6 DONE 0.1s [2025-06-27T07:40:10.785Z] [2025-06-27T07:40:10.785Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:10.785Z] #7 DONE 0.0s [2025-06-27T07:40:10.785Z] [2025-06-27T07:40:10.785Z] #8 exporting to image [2025-06-27T07:40:10.785Z] #8 exporting layers done [2025-06-27T07:40:10.785Z] #8 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done [2025-06-27T07:40:10.785Z] #8 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done [2025-06-27T07:40:10.785Z] #8 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done [2025-06-27T07:40:10.785Z] #8 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done [2025-06-27T07:40:10.785Z] #8 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done [2025-06-27T07:40:10.785Z] #8 pushing layers 0.1s done [2025-06-27T07:40:10.785Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d [2025-06-27T07:40:10.785Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:11.046Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done [2025-06-27T07:40:11.046Z] #8 DONE 0.2s [2025-06-27T07:40:11.046Z] [2025-06-27T07:40:11.046Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:11.046Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:11.341Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-27T07:40:11.341Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-27T07:40:11.602Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:11.602Z] #1 transferring dockerfile: 172B done [2025-06-27T07:40:11.602Z] #1 DONE 0.0s [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.602Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-27T07:40:11.602Z] #2 DONE 0.0s [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.602Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-27T07:40:11.602Z] #3 DONE 0.0s [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.602Z] #4 [internal] load .dockerignore [2025-06-27T07:40:11.602Z] #4 transferring context: 2B done [2025-06-27T07:40:11.602Z] #4 DONE 0.0s [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.602Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:11.602Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 done [2025-06-27T07:40:11.602Z] #5 CACHED [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.602Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:11.602Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:11.602Z] #6 CACHED [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.602Z] #7 exporting to image [2025-06-27T07:40:11.602Z] #7 exporting layers done [2025-06-27T07:40:11.602Z] #7 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done [2025-06-27T07:40:11.602Z] #7 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done [2025-06-27T07:40:11.602Z] #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 [2025-06-27T07:40:11.602Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:11.602Z] #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done [2025-06-27T07:40:11.602Z] #7 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done [2025-06-27T07:40:11.602Z] #7 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done [2025-06-27T07:40:11.602Z] #7 pushing layers 0.0s done [2025-06-27T07:40:11.602Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done [2025-06-27T07:40:11.602Z] #7 DONE 0.1s [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.602Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:11.602Z] #8 DONE 0.0s [2025-06-27T07:40:11.602Z] [2025-06-27T07:40:11.603Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:11.603Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:11.892Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29' [2025-06-27T07:40:11.892Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 --push - [2025-06-27T07:40:12.152Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:12.152Z] #1 transferring dockerfile: 178B done [2025-06-27T07:40:12.152Z] #1 DONE 0.0s [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 [2025-06-27T07:40:12.152Z] #2 DONE 0.0s [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29 [2025-06-27T07:40:12.152Z] #3 DONE 0.0s [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] #4 [internal] load .dockerignore [2025-06-27T07:40:12.152Z] #4 transferring context: 2B done [2025-06-27T07:40:12.152Z] #4 DONE 0.0s [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:12.152Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:12.152Z] #5 CACHED [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:12.152Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:12.152Z] #6 CACHED [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] #7 exporting to image [2025-06-27T07:40:12.152Z] #7 exporting layers [2025-06-27T07:40:12.152Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:12.152Z] #7 exporting layers done [2025-06-27T07:40:12.152Z] #7 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done [2025-06-27T07:40:12.152Z] #7 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done [2025-06-27T07:40:12.152Z] #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done [2025-06-27T07:40:12.152Z] #7 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done [2025-06-27T07:40:12.152Z] #7 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done [2025-06-27T07:40:12.152Z] #7 pushing layers 0.0s done [2025-06-27T07:40:12.152Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.29@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done [2025-06-27T07:40:12.152Z] #7 DONE 0.1s [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:12.152Z] #8 DONE 0.0s [2025-06-27T07:40:12.152Z] [2025-06-27T07:40:12.152Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:12.152Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:12.447Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:40:12.447Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:40:12.447Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:12.447Z] #1 transferring dockerfile: 219B done [2025-06-27T07:40:12.447Z] #1 DONE 0.0s [2025-06-27T07:40:12.447Z] [2025-06-27T07:40:12.447Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:12.447Z] #2 DONE 0.0s [2025-06-27T07:40:12.447Z] [2025-06-27T07:40:12.447Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:12.447Z] #3 DONE 0.0s [2025-06-27T07:40:12.447Z] [2025-06-27T07:40:12.713Z] #4 [internal] load .dockerignore [2025-06-27T07:40:12.713Z] #4 transferring context: 2B done [2025-06-27T07:40:12.713Z] #4 DONE 0.0s [2025-06-27T07:40:12.713Z] [2025-06-27T07:40:12.713Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:12.713Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 done [2025-06-27T07:40:12.713Z] #5 CACHED [2025-06-27T07:40:12.713Z] [2025-06-27T07:40:12.713Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:12.713Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:12.713Z] #6 CACHED [2025-06-27T07:40:12.713Z] [2025-06-27T07:40:12.713Z] #7 exporting to image [2025-06-27T07:40:12.713Z] #7 exporting layers done [2025-06-27T07:40:12.713Z] #7 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done [2025-06-27T07:40:12.713Z] #7 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done [2025-06-27T07:40:12.713Z] #7 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done [2025-06-27T07:40:12.713Z] #7 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done [2025-06-27T07:40:12.713Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:12.713Z] #7 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done [2025-06-27T07:40:12.713Z] #7 pushing layers 0.0s done [2025-06-27T07:40:12.713Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done [2025-06-27T07:40:12.713Z] #7 DONE 0.1s [2025-06-27T07:40:12.713Z] [2025-06-27T07:40:12.713Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:12.713Z] #8 DONE 0.0s [2025-06-27T07:40:12.713Z] [2025-06-27T07:40:12.713Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:12.713Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:13.001Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-27T07:40:13.001Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-27T07:40:13.260Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:13.260Z] #1 transferring dockerfile: 170B done [2025-06-27T07:40:13.260Z] #1 DONE 0.0s [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-27T07:40:13.260Z] #2 DONE 0.0s [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-27T07:40:13.260Z] #3 DONE 0.0s [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #4 [internal] load .dockerignore [2025-06-27T07:40:13.260Z] #4 transferring context: 2B done [2025-06-27T07:40:13.260Z] #4 DONE 0.0s [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:13.260Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:13.260Z] #5 DONE 0.0s [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:13.260Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 0.0s done [2025-06-27T07:40:13.260Z] #6 CACHED [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:115be349e8a8fa967dad1842064f80beef6b525476235b522e5995fc75aa85c9 [2025-06-27T07:40:13.260Z] #5 CACHED [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:13.260Z] #7 DONE 0.0s [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] #8 exporting to image [2025-06-27T07:40:13.260Z] #8 exporting layers done [2025-06-27T07:40:13.260Z] #8 exporting manifest sha256:b5e4f2f7d45e5f9c5918e42c2260edccba23c0966ab67b4478060b86738fd675 done [2025-06-27T07:40:13.260Z] #8 exporting config sha256:f87bd21738ff0d68ea199ca9b6d65ec321a45b25ea9154ca0bc2cbb993b72c8a done [2025-06-27T07:40:13.260Z] #8 exporting manifest sha256:fea508af85f3a8edc820577dc06d1891c96290ef37106203a4c1b8c1614b3ee5 done [2025-06-27T07:40:13.260Z] #8 exporting config sha256:cca25855fc2fc0a5d4b58d443236ac25be4738d09a98dc15a7123f822a32e609 done [2025-06-27T07:40:13.260Z] #8 exporting manifest list sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d done [2025-06-27T07:40:13.260Z] #8 pushing layers 0.0s done [2025-06-27T07:40:13.260Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c97588d691ed152f376c5792ae8a0cb63fd1b29ce03e0484eb6cc0ef5e7f100d 0.1s done [2025-06-27T07:40:13.260Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:13.260Z] #8 DONE 0.1s [2025-06-27T07:40:13.260Z] [2025-06-27T07:40:13.260Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:13.260Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:13.546Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808' [2025-06-27T07:40:13.546Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 --push - [2025-06-27T07:40:13.806Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:13.806Z] #1 transferring dockerfile: 202B done [2025-06-27T07:40:13.806Z] #1 DONE 0.0s [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:13.806Z] #2 DONE 0.0s [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T07:40:13.806Z] #3 DONE 0.1s [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #4 [internal] load .dockerignore [2025-06-27T07:40:13.806Z] #4 transferring context: 2B done [2025-06-27T07:40:13.806Z] #4 DONE 0.0s [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:13.806Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:13.806Z] #5 DONE 0.0s [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:13.806Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:13.806Z] #6 DONE 0.1s [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #7 exporting to image [2025-06-27T07:40:13.806Z] #7 exporting layers done [2025-06-27T07:40:13.806Z] #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done [2025-06-27T07:40:13.806Z] #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done [2025-06-27T07:40:13.806Z] #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done [2025-06-27T07:40:13.806Z] #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done [2025-06-27T07:40:13.806Z] #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done [2025-06-27T07:40:13.806Z] #7 pushing layers [2025-06-27T07:40:13.806Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:13.806Z] #7 ... [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:13.806Z] #8 DONE 0.0s [2025-06-27T07:40:13.806Z] [2025-06-27T07:40:13.806Z] #7 exporting to image [2025-06-27T07:40:13.806Z] #7 pushing layers 0.1s done [2025-06-27T07:40:13.806Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a [2025-06-27T07:40:14.066Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done [2025-06-27T07:40:14.066Z] #7 DONE 0.2s [2025-06-27T07:40:14.066Z] [2025-06-27T07:40:14.066Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:14.066Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:14.358Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-27T07:40:14.358Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-27T07:40:14.617Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:14.617Z] #1 transferring dockerfile: 168B 0.0s done [2025-06-27T07:40:14.617Z] #1 DONE 0.0s [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-27T07:40:14.617Z] #2 DONE 0.0s [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-27T07:40:14.617Z] #3 DONE 0.0s [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] #4 [internal] load .dockerignore [2025-06-27T07:40:14.617Z] #4 transferring context: 2B done [2025-06-27T07:40:14.617Z] #4 DONE 0.0s [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:14.617Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:14.617Z] #5 CACHED [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:14.617Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 done [2025-06-27T07:40:14.617Z] #6 CACHED [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:14.617Z] #7 DONE 0.0s [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] #8 exporting to image [2025-06-27T07:40:14.617Z] #8 exporting layers done [2025-06-27T07:40:14.617Z] #8 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done [2025-06-27T07:40:14.617Z] #8 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done [2025-06-27T07:40:14.617Z] #8 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done [2025-06-27T07:40:14.617Z] #8 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done [2025-06-27T07:40:14.617Z] #8 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done [2025-06-27T07:40:14.617Z] #8 pushing layers 0.0s done [2025-06-27T07:40:14.617Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done [2025-06-27T07:40:14.617Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:14.617Z] #8 DONE 0.1s [2025-06-27T07:40:14.617Z] [2025-06-27T07:40:14.617Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:14.617Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:14.906Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29' [2025-06-27T07:40:14.906Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 --push - [2025-06-27T07:40:15.166Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:15.166Z] #1 transferring dockerfile: 174B done [2025-06-27T07:40:15.166Z] #1 DONE 0.0s [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 [2025-06-27T07:40:15.166Z] #2 DONE 0.0s [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29 [2025-06-27T07:40:15.166Z] #3 DONE 0.0s [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] #4 [internal] load .dockerignore [2025-06-27T07:40:15.166Z] #4 transferring context: 2B done [2025-06-27T07:40:15.166Z] #4 DONE 0.0s [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:15.166Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:15.166Z] #5 CACHED [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:15.166Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:15.166Z] #6 CACHED [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] #7 exporting to image [2025-06-27T07:40:15.166Z] #7 exporting layers done [2025-06-27T07:40:15.166Z] #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done [2025-06-27T07:40:15.166Z] #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done [2025-06-27T07:40:15.166Z] #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done [2025-06-27T07:40:15.166Z] #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done [2025-06-27T07:40:15.166Z] #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done [2025-06-27T07:40:15.166Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:15.166Z] #7 pushing layers 0.0s done [2025-06-27T07:40:15.166Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.29@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done [2025-06-27T07:40:15.166Z] #7 DONE 0.1s [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:15.166Z] #8 DONE 0.0s [2025-06-27T07:40:15.166Z] [2025-06-27T07:40:15.166Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:15.166Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:15.453Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29' [2025-06-27T07:40:15.453Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 --push - [2025-06-27T07:40:15.713Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:15.714Z] #1 transferring dockerfile: 215B done [2025-06-27T07:40:15.714Z] #1 DONE 0.0s [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:15.714Z] #2 DONE 0.0s [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T07:40:15.714Z] #3 DONE 0.0s [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] #4 [internal] load .dockerignore [2025-06-27T07:40:15.714Z] #4 transferring context: 2B done [2025-06-27T07:40:15.714Z] #4 DONE 0.0s [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:15.714Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:15.714Z] #5 CACHED [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:15.714Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:15.714Z] #6 CACHED [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] #7 exporting to image [2025-06-27T07:40:15.714Z] #7 exporting layers done [2025-06-27T07:40:15.714Z] #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done [2025-06-27T07:40:15.714Z] #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done [2025-06-27T07:40:15.714Z] #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done [2025-06-27T07:40:15.714Z] #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done [2025-06-27T07:40:15.714Z] #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done [2025-06-27T07:40:15.714Z] #7 pushing layers 0.0s done [2025-06-27T07:40:15.714Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a [2025-06-27T07:40:15.714Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:15.714Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done [2025-06-27T07:40:15.714Z] #7 DONE 0.1s [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:15.714Z] #8 DONE 0.0s [2025-06-27T07:40:15.714Z] [2025-06-27T07:40:15.714Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:15.714Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-27T07:40:16.005Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-27T07:40:16.005Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-27T07:40:16.264Z] #1 [internal] load build definition from Dockerfile [2025-06-27T07:40:16.264Z] #1 transferring dockerfile: 166B done [2025-06-27T07:40:16.264Z] #1 DONE 0.0s [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-27T07:40:16.264Z] #2 DONE 0.0s [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-27T07:40:16.264Z] #3 DONE 0.0s [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] #4 [internal] load .dockerignore [2025-06-27T07:40:16.264Z] #4 transferring context: 2B done [2025-06-27T07:40:16.264Z] #4 DONE 0.0s [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:16.264Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:16.264Z] #5 CACHED [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 [2025-06-27T07:40:16.264Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6de22f23801672de0b839c71be9fc84c4fe5c7d7520914cd8ce19e39a5dca572 0.0s done [2025-06-27T07:40:16.264Z] #6 CACHED [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] #7 exporting to image [2025-06-27T07:40:16.264Z] #7 exporting layers [2025-06-27T07:40:16.264Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-27T07:40:16.264Z] #7 exporting layers done [2025-06-27T07:40:16.264Z] #7 exporting manifest sha256:60c1705c0908aec46fc92e80cdd1a3011e3918b5f1224d02bc49f8a4e29a1e00 done [2025-06-27T07:40:16.264Z] #7 exporting config sha256:64c58e679d32053864b8c05f39a16b9bc6a929c42dfa9625f452d46af44393b1 done [2025-06-27T07:40:16.264Z] #7 exporting manifest sha256:5f75688285e8a2dd21e3aead786ba9ab0fd3ccde31d937e62c432d7cb9e44127 done [2025-06-27T07:40:16.264Z] #7 exporting config sha256:f7cfe0faf9f14074bd68430488b6d05fc13772005215989f6ac05f2ee0c4ffc5 done [2025-06-27T07:40:16.264Z] #7 exporting manifest list sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a done [2025-06-27T07:40:16.264Z] #7 pushing layers 0.0s done [2025-06-27T07:40:16.264Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:84743d982434e8c38f273b096d75014e3c0efef3959fe861b65e6fefae22bb6a 0.1s done [2025-06-27T07:40:16.264Z] #7 DONE 0.1s [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-27T07:40:16.264Z] #8 DONE 0.0s [2025-06-27T07:40:16.264Z] [2025-06-27T07:40:16.264Z] 1 warning found (use --debug to expand): [2025-06-27T07:40:16.264Z]  - 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-27T07:40:16.682Z] + '[' -d /w/workspace/edgex-go/861/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:40:16.976Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:40:17.531Z] ---> package-listing.sh [2025-06-27T07:40:17.531Z] ++ facter osfamily [2025-06-27T07:40:17.531Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-27T07:40:17.794Z] + OS_FAMILY=redhat [2025-06-27T07:40:17.794Z] + workspace=/w/workspace/edgex-go/861 [2025-06-27T07:40:17.794Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-27T07:40:17.794Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-27T07:40:17.794Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-27T07:40:17.794Z] + PACKAGES=/tmp/packages_start.txt [2025-06-27T07:40:17.794Z] + '[' /w/workspace/edgex-go/861 ']' [2025-06-27T07:40:17.794Z] + PACKAGES=/tmp/packages_end.txt [2025-06-27T07:40:17.794Z] + case "${OS_FAMILY}" in [2025-06-27T07:40:17.794Z] + sort [2025-06-27T07:40:17.794Z] + rpm -qa [2025-06-27T07:40:18.366Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-27T07:40:18.366Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-27T07:40:18.366Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-27T07:40:18.626Z] + '[' /w/workspace/edgex-go/861 ']' [2025-06-27T07:40:18.626Z] + mkdir -p /w/workspace/edgex-go/861/archives/ [2025-06-27T07:40:18.626Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/861/archives/ [Pipeline] echo [2025-06-27T07:40:18.638Z] 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/861/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-27T07:40:18.918Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:40:19.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-27T07:40:19.486Z] [2025-06-27T07:40:19.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T07:40:19.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-27T07:40:19.804Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-27T07:40:19.804Z] 5eb5b503b376: Pulling fs layer [2025-06-27T07:40:19.804Z] 5c69ac0246d0: Pulling fs layer [2025-06-27T07:40:19.804Z] ec43610c2a17: Pulling fs layer [2025-06-27T07:40:19.804Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-27T07:40:19.804Z] 33b1e0a273af: Pulling fs layer [2025-06-27T07:40:19.804Z] 5d3b04190fa2: Pulling fs layer [2025-06-27T07:40:19.804Z] 2f39f015ded8: Pulling fs layer [2025-06-27T07:40:19.804Z] 3a2ae6a8a46f: Waiting [2025-06-27T07:40:19.804Z] 33b1e0a273af: Waiting [2025-06-27T07:40:19.804Z] 5d3b04190fa2: Waiting [2025-06-27T07:40:19.804Z] 2f39f015ded8: Waiting [2025-06-27T07:40:19.804Z] 5c69ac0246d0: Verifying Checksum [2025-06-27T07:40:19.804Z] 5c69ac0246d0: Download complete [2025-06-27T07:40:19.804Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-27T07:40:19.804Z] 3a2ae6a8a46f: Download complete [2025-06-27T07:40:19.804Z] ec43610c2a17: Verifying Checksum [2025-06-27T07:40:19.804Z] ec43610c2a17: Download complete [2025-06-27T07:40:19.804Z] 33b1e0a273af: Verifying Checksum [2025-06-27T07:40:19.804Z] 33b1e0a273af: Download complete [2025-06-27T07:40:19.804Z] 5d3b04190fa2: Verifying Checksum [2025-06-27T07:40:19.804Z] 5d3b04190fa2: Download complete [2025-06-27T07:40:20.062Z] 5eb5b503b376: Verifying Checksum [2025-06-27T07:40:20.062Z] 5eb5b503b376: Download complete [2025-06-27T07:40:20.654Z] 2f39f015ded8: Verifying Checksum [2025-06-27T07:40:20.654Z] 2f39f015ded8: Download complete [2025-06-27T07:40:21.675Z] 5eb5b503b376: Pull complete [2025-06-27T07:40:21.675Z] 5c69ac0246d0: Pull complete [2025-06-27T07:40:22.305Z] ec43610c2a17: Pull complete [2025-06-27T07:40:22.305Z] 3a2ae6a8a46f: Pull complete [2025-06-27T07:40:22.567Z] 33b1e0a273af: Pull complete [2025-06-27T07:40:22.567Z] 5d3b04190fa2: Pull complete [2025-06-27T07:40:26.795Z] 2f39f015ded8: Pull complete [2025-06-27T07:40:26.795Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-27T07:40:26.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-27T07:40:26.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T07:40:26.961Z] prd-centos7-docker-4c-2g-4112 does not seem to be running inside a container [2025-06-27T07:40:27.000Z] $ 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/861/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-27T07:40:30.057Z] $ docker top 4ef887db6389c83179a37f1aea69386f6b06197a0b21f80919d064b093bfbca3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-27T07:40:30.407Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-27T07:40:30.696Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-27T07:40:30.984Z] + ls /var/log/sa-host [2025-06-27T07:40:30.984Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-27T07:40:31.159Z] provisioning config files... [2025-06-27T07:40:31.169Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13313773117843433184tmp [Pipeline] { [Pipeline] echo [2025-06-27T07:40:31.191Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:40:31.483Z] ---> create-netrc.sh [Pipeline] } [2025-06-27T07:40:31.492Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:40:31.855Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-27T07:40:31.866Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T07:40:32.161Z] ---> sudo-logs.sh [2025-06-27T07:40:32.161Z] Archiving 'sudo' log.. [2025-06-27T07:40:32.161Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T07:40:32.199Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-27T07:40:32.209Z] $ docker stop --time=1 4ef887db6389c83179a37f1aea69386f6b06197a0b21f80919d064b093bfbca3 [2025-06-27T07:40:33.331Z] $ docker rm -f --volumes 4ef887db6389c83179a37f1aea69386f6b06197a0b21f80919d064b093bfbca3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-27T07:40:33.429Z] [WS-CLEANUP] Deleting project workspace... [2025-06-27T07:40:33.429Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-27T07:40:33.453Z] [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-27T07:52:58.016Z] #144 ... [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-27T07:52:58.016Z] #152 DONE 1050.1s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #153 [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-27T07:52:58.016Z] #153 ... [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:52:58.016Z] #155 DONE 0.4s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:52:58.016Z] #149 ... [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:52:58.016Z] #156 DONE 0.2s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #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-27T07:52:58.016Z] #157 DONE 0.3s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #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-27T07:52:58.016Z] #158 DONE 0.1s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:52:58.016Z] #149 ... [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #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-27T07:52:58.016Z] #159 DONE 0.1s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #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-27T07:52:58.016Z] #160 DONE 2.0s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #111 [core-common-config-bootstrapper] exporting to image [2025-06-27T07:52:58.016Z] #111 exporting layers [2025-06-27T07:52:58.016Z] #111 exporting layers 0.7s done [2025-06-27T07:52:58.016Z] #111 writing image sha256:4ecce306044847221d0e22d657a59a6bab7d0c93c053147b0f06621ded6c62e1 done [2025-06-27T07:52:58.016Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-27T07:52:58.016Z] #111 DONE 4.0s [2025-06-27T07:52:58.016Z] [2025-06-27T07:52:58.016Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:53:16.213Z] #149 ... [2025-06-27T07:53:16.213Z] [2025-06-27T07:53:16.213Z] #142 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-27T07:53:16.213Z] #142 DONE 1070.7s [2025-06-27T07:53:16.213Z] [2025-06-27T07:53:16.213Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-27T07:53:16.213Z] #161 DONE 0.4s [2025-06-27T07:53:16.213Z] [2025-06-27T07:53:16.213Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T07:53:16.213Z] #149 ... [2025-06-27T07:53:16.213Z] [2025-06-27T07:53:16.213Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-27T07:53:17.174Z] #162 DONE 2.4s [2025-06-27T07:53:17.174Z] [2025-06-27T07:53:17.174Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-27T07:53:17.445Z] #146 ... [2025-06-27T07:53:17.445Z] [2025-06-27T07:53:17.445Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T07:53:17.747Z] #163 DONE 0.3s [2025-06-27T07:53:17.747Z] [2025-06-27T07:53:17.747Z] #153 [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-27T07:53:18.016Z] #153 ... [2025-06-27T07:53:18.016Z] [2025-06-27T07:53:18.016Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-27T07:53:18.016Z] #164 DONE 0.3s [2025-06-27T07:53:18.016Z] [2025-06-27T07:53:18.016Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T07:53:18.016Z] #147 ... [2025-06-27T07:53:18.016Z] [2025-06-27T07:53:18.016Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-27T07:53:18.287Z] #165 DONE 0.3s [2025-06-27T07:53:18.287Z] [2025-06-27T07:53:18.287Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T07:53:18.287Z] #145 ... [2025-06-27T07:53:18.287Z] [2025-06-27T07:53:18.287Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-27T07:53:18.287Z] #166 DONE 0.1s [2025-06-27T07:53:18.558Z] [2025-06-27T07:53:18.558Z] #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-27T07:53:18.558Z] #167 DONE 0.1s [2025-06-27T07:53:18.558Z] [2025-06-27T07:53:18.558Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T07:53:18.558Z] #145 ... [2025-06-27T07:53:18.558Z] [2025-06-27T07:53:18.558Z] #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-27T07:53:18.558Z] #168 DONE 0.1s [2025-06-27T07:53:18.834Z] [2025-06-27T07:53:18.834Z] #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-27T07:53:18.834Z] #169 DONE 0.1s [2025-06-27T07:53:18.834Z] [2025-06-27T07:53:18.834Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-27T07:53:18.834Z] #146 ... [2025-06-27T07:53:18.834Z] [2025-06-27T07:53:18.834Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-27T07:53:18.834Z] #170 DONE 0.1s [2025-06-27T07:53:19.107Z] [2025-06-27T07:53:19.107Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-27T07:53:21.054Z] #171 DONE 2.1s [2025-06-27T07:53:21.054Z] [2025-06-27T07:53:21.054Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T07:53:21.054Z] #148 ... [2025-06-27T07:53:21.054Z] [2025-06-27T07:53:21.054Z] #111 [security-bootstrapper] exporting to image [2025-06-27T07:53:21.054Z] #111 exporting layers [2025-06-27T07:53:22.016Z] #111 exporting layers 1.1s done [2025-06-27T07:53:22.016Z] #111 writing image sha256:1f5492ed765324b39303f6057df98a5679dbee2b1ffcf3198e1a087df4b29177 done [2025-06-27T07:53:22.016Z] #111 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-27T07:53:22.016Z] #111 DONE 5.1s [2025-06-27T07:53:22.016Z] [2025-06-27T07:53:22.016Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T08:07:44.776Z] #148 ... [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-27T08:07:44.776Z] #154 DONE 1936.9s [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T08:07:44.776Z] #145 ... [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:07:44.776Z] #172 DONE 0.1s [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:07:44.776Z] #173 DONE 0.1s [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T08:07:44.776Z] #144 ... [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-27T08:07:44.776Z] #174 DONE 0.3s [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-27T08:07:44.776Z] #175 DONE 0.1s [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T08:07:44.776Z] #145 ... [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #111 [core-command] exporting to image [2025-06-27T08:07:44.776Z] #111 exporting layers [2025-06-27T08:07:44.776Z] #111 exporting layers 0.3s done [2025-06-27T08:07:44.776Z] #111 writing image sha256:29b160de87ec305c7404d24f171d170543ce48db8d10f34cf4c3135d741a2205 done [2025-06-27T08:07:44.776Z] #111 naming to docker.io/library/core-command-arm64 done [2025-06-27T08:07:44.776Z] #111 DONE 5.5s [2025-06-27T08:07:44.776Z] [2025-06-27T08:07:44.776Z] #153 [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-27T08:08:06.857Z] #153 ... [2025-06-27T08:08:06.857Z] [2025-06-27T08:08:06.857Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-27T08:08:06.857Z] #149 DONE 1962.0s [2025-06-27T08:08:06.857Z] [2025-06-27T08:08:06.857Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T08:08:06.857Z] #144 ... [2025-06-27T08:08:06.857Z] [2025-06-27T08:08:06.857Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:08:06.857Z] #176 DONE 0.4s [2025-06-27T08:08:06.857Z] [2025-06-27T08:08:06.857Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:08:06.857Z] #177 DONE 0.3s [2025-06-27T08:08:06.857Z] [2025-06-27T08:08:06.857Z] #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-27T08:08:07.146Z] #178 DONE 0.1s [2025-06-27T08:08:07.146Z] [2025-06-27T08:08:07.146Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-27T08:08:07.146Z] #179 DONE 0.2s [2025-06-27T08:08:07.146Z] [2025-06-27T08:08:07.146Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-27T08:08:07.447Z] #180 DONE 0.4s [2025-06-27T08:08:07.447Z] [2025-06-27T08:08:07.447Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-27T08:08:07.721Z] #181 DONE 0.2s [2025-06-27T08:08:07.721Z] [2025-06-27T08:08:07.721Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-27T08:08:07.721Z] #146 ... [2025-06-27T08:08:07.721Z] [2025-06-27T08:08:07.721Z] #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-27T08:08:09.669Z] #182 DONE 2.0s [2025-06-27T08:08:09.669Z] [2025-06-27T08:08:09.669Z] #111 [security-proxy-setup] exporting to image [2025-06-27T08:08:09.669Z] #111 exporting layers [2025-06-27T08:08:10.630Z] #111 exporting layers 0.9s done [2025-06-27T08:08:10.630Z] #111 writing image sha256:72db2de7567bf4ade22e01ecd13b8cd8248fa26410c8edaf989d0ffe14756f23 0.0s done [2025-06-27T08:08:10.630Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-27T08:08:10.630Z] #111 DONE 6.4s [2025-06-27T08:08:10.630Z] [2025-06-27T08:08:10.630Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T08:08:13.210Z] #145 ... [2025-06-27T08:08:13.210Z] [2025-06-27T08:08:13.210Z] #153 [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-27T08:08:13.210Z] #153 1969.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.29 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-27T08:08:45.440Z] #153 DONE 2000.2s [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T08:08:45.440Z] #144 ... [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:08:45.440Z] #183 DONE 0.2s [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-27T08:08:45.440Z] #151 ... [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:08:45.440Z] #184 DONE 0.2s [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #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-27T08:08:45.440Z] #185 DONE 0.1s [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #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-27T08:08:45.440Z] #186 DONE 0.1s [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T08:08:45.440Z] #148 ... [2025-06-27T08:08:45.440Z] [2025-06-27T08:08:45.440Z] #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-27T08:08:45.712Z] #187 DONE 0.2s [2025-06-27T08:08:45.712Z] [2025-06-27T08:08:45.712Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-27T08:08:45.988Z] #188 DONE 0.3s [2025-06-27T08:08:45.988Z] [2025-06-27T08:08:45.988Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-27T08:08:46.578Z] #189 DONE 0.4s [2025-06-27T08:08:46.578Z] [2025-06-27T08:08:46.578Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-27T08:08:46.578Z] #190 DONE 0.1s [2025-06-27T08:08:46.578Z] [2025-06-27T08:08:46.578Z] #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-27T08:08:48.523Z] #191 DONE 1.8s [2025-06-27T08:08:48.523Z] [2025-06-27T08:08:48.523Z] #111 [security-secretstore-setup] exporting to image [2025-06-27T08:08:48.523Z] #111 exporting layers [2025-06-27T08:08:49.933Z] #111 exporting layers 1.5s done [2025-06-27T08:08:49.933Z] #111 writing image sha256:cf29e90d23afe018c6c13f7719df536cef55358d5af48e4579a32a9ac725bd2d done [2025-06-27T08:08:49.933Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-27T08:08:49.933Z] #111 DONE 8.0s [2025-06-27T08:08:49.933Z] [2025-06-27T08:08:49.933Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-27T08:09:28.807Z] #151 ... [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-27T08:09:28.807Z] #144 DONE 2041.3s [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T08:09:28.807Z] #145 ... [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:09:28.807Z] #192 DONE 0.2s [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:09:28.807Z] #193 DONE 0.1s [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T08:09:28.807Z] #150 ... [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #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-27T08:09:28.807Z] #194 DONE 0.4s [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T08:09:28.807Z] #145 ... [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #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-27T08:09:28.807Z] #195 DONE 0.1s [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #111 [security-spiffe-token-provider] exporting to image [2025-06-27T08:09:28.807Z] #111 exporting layers [2025-06-27T08:09:28.807Z] #111 exporting layers 0.9s done [2025-06-27T08:09:28.807Z] #111 writing image sha256:364abcbf48b749f029f367a06e1e468a00a0a9da92d72c03b3c42922d1fdabfa done [2025-06-27T08:09:28.807Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-27T08:09:28.807Z] #111 DONE 8.8s [2025-06-27T08:09:28.807Z] [2025-06-27T08:09:28.807Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T08:10:15.642Z] #150 ... [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-27T08:10:15.642Z] #146 DONE 2090.1s [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T08:10:15.642Z] #148 ... [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-27T08:10:15.642Z] #145 DONE 2089.9s [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:10:15.642Z] #196 DONE 0.4s [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:10:15.642Z] #197 DONE 0.5s [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T08:10:15.642Z] #150 ... [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-27T08:10:15.642Z] #198 DONE 0.5s [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:10:15.642Z] #199 DONE 0.2s [2025-06-27T08:10:15.642Z] [2025-06-27T08:10:15.642Z] #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-27T08:10:15.909Z] #200 ... [2025-06-27T08:10:15.909Z] [2025-06-27T08:10:15.909Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-27T08:10:15.909Z] #201 DONE 0.2s [2025-06-27T08:10:16.176Z] [2025-06-27T08:10:16.176Z] #202 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-27T08:10:16.443Z] #202 DONE 0.4s [2025-06-27T08:10:16.443Z] [2025-06-27T08:10:16.443Z] #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-27T08:10:16.713Z] #203 ... [2025-06-27T08:10:16.713Z] [2025-06-27T08:10:16.713Z] #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-27T08:10:16.713Z] #200 DONE 0.7s [2025-06-27T08:10:16.713Z] [2025-06-27T08:10:16.713Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-27T08:10:16.713Z] #151 DONE 2093.0s [2025-06-27T08:10:16.713Z] [2025-06-27T08:10:16.713Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-27T08:10:16.981Z] #204 DONE 0.4s [2025-06-27T08:10:16.981Z] [2025-06-27T08:10:16.981Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T08:10:16.981Z] #147 ... [2025-06-27T08:10:16.981Z] [2025-06-27T08:10:16.981Z] #111 [core-keeper] exporting to image [2025-06-27T08:10:16.981Z] #111 exporting layers [2025-06-27T08:10:17.945Z] #111 exporting layers 1.0s done [2025-06-27T08:10:17.945Z] #111 writing image sha256:ccb0d8eb97bfb202ce849cca4648d18612abf02bfdfc360f9c86003388abb4d6 done [2025-06-27T08:10:17.945Z] #111 naming to docker.io/library/core-keeper-arm64 done [2025-06-27T08:10:17.945Z] #111 DONE 9.8s [2025-06-27T08:10:17.945Z] [2025-06-27T08:10:17.945Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T08:10:18.547Z] #148 ... [2025-06-27T08:10:18.547Z] [2025-06-27T08:10:18.547Z] #205 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:10:18.547Z] #205 CACHED [2025-06-27T08:10:18.547Z] [2025-06-27T08:10:18.547Z] #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:10:18.547Z] #206 CACHED [2025-06-27T08:10:18.547Z] [2025-06-27T08:10:18.547Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-27T08:10:18.547Z] #207 ... [2025-06-27T08:10:18.547Z] [2025-06-27T08:10:18.547Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-27T08:10:18.547Z] #148 DONE 2094.9s [2025-06-27T08:10:18.814Z] [2025-06-27T08:10:18.815Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T08:10:19.405Z] #150 ... [2025-06-27T08:10:19.405Z] [2025-06-27T08:10:19.405Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-27T08:10:19.405Z] #207 DONE 1.1s [2025-06-27T08:10:19.405Z] [2025-06-27T08:10:19.405Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-27T08:10:19.676Z] #208 ... [2025-06-27T08:10:19.676Z] [2025-06-27T08:10:19.676Z] #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-27T08:10:19.676Z] #203 DONE 3.1s [2025-06-27T08:10:19.676Z] [2025-06-27T08:10:19.676Z] #111 [security-proxy-auth] exporting to image [2025-06-27T08:10:19.946Z] #111 ... [2025-06-27T08:10:19.946Z] [2025-06-27T08:10:19.946Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-27T08:10:19.946Z] #208 DONE 0.4s [2025-06-27T08:10:19.946Z] [2025-06-27T08:10:19.946Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-27T08:10:20.217Z] #209 DONE 0.3s [2025-06-27T08:10:20.217Z] [2025-06-27T08:10:20.217Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:10:20.217Z] #210 DONE 0.4s [2025-06-27T08:10:20.217Z] [2025-06-27T08:10:20.217Z] #111 [core-metadata] exporting to image [2025-06-27T08:10:20.797Z] #111 ... [2025-06-27T08:10:20.797Z] [2025-06-27T08:10:20.797Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:10:20.797Z] #211 DONE 0.5s [2025-06-27T08:10:20.797Z] [2025-06-27T08:10:20.797Z] #111 [security-proxy-auth] exporting to image [2025-06-27T08:10:20.797Z] #111 exporting layers 1.2s done [2025-06-27T08:10:20.797Z] #111 writing image sha256:7e04bc16efe88bcd44bf0ff3e4437e7c8b37875f2a8638d1126f4252fd8ee638 done [2025-06-27T08:10:20.797Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-27T08:10:21.379Z] #111 ... [2025-06-27T08:10:21.379Z] [2025-06-27T08:10:21.379Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-27T08:10:21.379Z] #212 DONE 0.5s [2025-06-27T08:10:21.379Z] [2025-06-27T08:10:21.379Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-27T08:10:21.646Z] #213 DONE 0.3s [2025-06-27T08:10:21.646Z] [2025-06-27T08:10:21.646Z] #111 [core-metadata] exporting to image [2025-06-27T08:10:21.646Z] #111 writing image sha256:b4c6a05f47ed67d88e30b248ca925ae2d24e8e09384d74d23e96f3d140bad4a4 done [2025-06-27T08:10:21.646Z] #111 naming to docker.io/library/core-metadata-arm64 done [2025-06-27T08:10:21.913Z] #111 exporting layers 0.4s done [2025-06-27T08:10:22.179Z] #111 writing image sha256:9048983ec039d7cb440b486ab47dd12cd14a19acec34c2daedfc6add24cb2406 done [2025-06-27T08:10:22.179Z] #111 naming to docker.io/library/core-data-arm64 done [2025-06-27T08:10:22.179Z] #111 DONE 12.3s [2025-06-27T08:10:22.179Z] [2025-06-27T08:10:22.179Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-27T08:10:48.847Z] #150 DONE 2124.1s [2025-06-27T08:10:48.847Z] [2025-06-27T08:10:48.847Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T08:10:48.847Z] #147 ... [2025-06-27T08:10:48.847Z] [2025-06-27T08:10:48.847Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:10:48.847Z] #214 DONE 0.1s [2025-06-27T08:10:48.847Z] [2025-06-27T08:10:48.847Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:10:48.847Z] #215 DONE 0.1s [2025-06-27T08:10:48.847Z] [2025-06-27T08:10:48.847Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T08:10:48.847Z] #147 ... [2025-06-27T08:10:48.847Z] [2025-06-27T08:10:48.847Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-27T08:10:49.121Z] #216 DONE 0.5s [2025-06-27T08:10:49.121Z] [2025-06-27T08:10:49.121Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T08:10:49.121Z] #147 ... [2025-06-27T08:10:49.121Z] [2025-06-27T08:10:49.121Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-27T08:10:49.121Z] #217 DONE 0.1s [2025-06-27T08:10:49.388Z] [2025-06-27T08:10:49.388Z] #111 [support-scheduler] exporting to image [2025-06-27T08:10:49.388Z] #111 exporting layers [2025-06-27T08:10:50.343Z] #111 exporting layers 1.0s done [2025-06-27T08:10:50.343Z] #111 writing image sha256:6d3254e518fc741d5441995b744aed6633039b4c63d23f9474a26c1e1776d01d done [2025-06-27T08:10:50.343Z] #111 naming to docker.io/library/support-scheduler-arm64 done [2025-06-27T08:10:50.343Z] #111 DONE 13.2s [2025-06-27T08:10:50.343Z] [2025-06-27T08:10:50.343Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-27T08:10:55.728Z] #147 DONE 2131.2s [2025-06-27T08:10:55.728Z] [2025-06-27T08:10:55.728Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-27T08:10:55.728Z] #218 DONE 0.1s [2025-06-27T08:10:55.728Z] [2025-06-27T08:10:55.728Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-27T08:10:55.728Z] #219 DONE 0.1s [2025-06-27T08:10:55.728Z] [2025-06-27T08:10:55.728Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-27T08:10:55.728Z] #220 DONE 0.3s [2025-06-27T08:10:55.728Z] [2025-06-27T08:10:55.728Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-27T08:10:55.994Z] #221 DONE 0.1s [2025-06-27T08:10:55.994Z] [2025-06-27T08:10:55.994Z] #111 [support-notifications] exporting to image [2025-06-27T08:10:55.994Z] #111 exporting layers [2025-06-27T08:10:56.257Z] #111 exporting layers 0.6s done [2025-06-27T08:10:56.257Z] #111 writing image sha256:47fb41e2d183fe13490097960ede72e8f55d2e3fee73b3d3aff3f2502c0cedd0 done [2025-06-27T08:10:56.257Z] #111 naming to docker.io/library/support-notifications-arm64 done [2025-06-27T08:10:56.257Z] #111 DONE 13.8s [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-27T08:10:56.257Z] time="2025-06-27T07:32:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-27T08:10:56.540Z] $ docker stop --time=1 34fac2e6de16ef221843978d26c05582147afac61c647d74da5eeef59afb7971 [2025-06-27T08:10:58.202Z] $ docker rm -f --volumes 34fac2e6de16ef221843978d26c05582147afac61c647d74da5eeef59afb7971 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-27T08:10:58.694Z] + docker images [2025-06-27T08:10:58.694Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-27T08:10:58.694Z] support-notifications-arm64 latest 47fb41e2d183 3 seconds ago 52.6MB [2025-06-27T08:10:58.694Z] support-scheduler-arm64 latest 6d3254e518fc 9 seconds ago 48.9MB [2025-06-27T08:10:58.694Z] core-data-arm64 latest 9048983ec039 37 seconds ago 33.4MB [2025-06-27T08:10:58.694Z] core-metadata-arm64 latest b4c6a05f47ed 38 seconds ago 33.5MB [2025-06-27T08:10:58.694Z] security-proxy-auth-arm64 latest 7e04bc16efe8 39 seconds ago 32.3MB [2025-06-27T08:10:58.694Z] core-keeper-arm64 latest ccb0d8eb97bf 42 seconds ago 33MB [2025-06-27T08:10:58.694Z] security-spiffe-token-provider-arm64 latest 364abcbf48b7 About a minute ago 48.4MB [2025-06-27T08:10:58.694Z] security-secretstore-setup-arm64 latest cf29e90d23af 2 minutes ago 68.5MB [2025-06-27T08:10:58.694Z] security-proxy-setup-arm64 latest 72db2de7567b 2 minutes ago 39MB [2025-06-27T08:10:58.694Z] core-command-arm64 latest 29b160de87ec 3 minutes ago 29MB [2025-06-27T08:10:58.694Z] security-bootstrapper-arm64 latest 1f5492ed7653 17 minutes ago 21.1MB [2025-06-27T08:10:58.694Z] core-common-config-bootstrapper-arm64 latest 4ecce3060448 18 minutes ago 18MB [2025-06-27T08:10:58.694Z] security-spire-config-arm64 latest 7059e9782471 37 minutes ago 143MB [2025-06-27T08:10:58.694Z] security-spire-agent-arm64 latest 7294c5ee081c 37 minutes ago 187MB [2025-06-27T08:10:58.694Z] security-spire-server-arm64 latest 1516ecdf1bfe 37 minutes ago 144MB [2025-06-27T08:10:58.694Z] ci-base-image-arm64 latest efb74e36edcb 38 minutes ago 909MB [2025-06-27T08:10:58.694Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 9 days ago 560MB [2025-06-27T08:10:58.694Z] 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-27T08:10:58.858Z] provisioning config files... [2025-06-27T08:10:58.871Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/861@tmp/config4489030522506534059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:10:59.228Z] ---> ****-login.sh [2025-06-27T08:10:59.228Z] nexus3.edgexfoundry.org:10001 [2025-06-27T08:10:59.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T08:10:59.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T08:10:59.809Z] Configure a credential helper to remove this warning. See [2025-06-27T08:10:59.809Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T08:10:59.809Z] [2025-06-27T08:10:59.809Z] Login Succeeded [2025-06-27T08:10:59.809Z] nexus3.edgexfoundry.org:10002 [2025-06-27T08:10:59.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T08:11:00.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T08:11:00.076Z] Configure a credential helper to remove this warning. See [2025-06-27T08:11:00.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T08:11:00.076Z] [2025-06-27T08:11:00.076Z] Login Succeeded [2025-06-27T08:11:00.076Z] nexus3.edgexfoundry.org:10003 [2025-06-27T08:11:00.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T08:11:00.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T08:11:00.342Z] Configure a credential helper to remove this warning. See [2025-06-27T08:11:00.342Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T08:11:00.342Z] [2025-06-27T08:11:00.342Z] Login Succeeded [2025-06-27T08:11:00.342Z] nexus3.edgexfoundry.org:10004 [2025-06-27T08:11:00.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T08:11:00.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T08:11:00.875Z] Configure a credential helper to remove this warning. See [2025-06-27T08:11:00.875Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T08:11:00.875Z] [2025-06-27T08:11:00.875Z] Login Succeeded [2025-06-27T08:11:00.875Z] ****.io [2025-06-27T08:11:01.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-27T08:11:01.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-27T08:11:01.404Z] Configure a credential helper to remove this warning. See [2025-06-27T08:11:01.404Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-27T08:11:01.404Z] [2025-06-27T08:11:01.404Z] Login Succeeded [2025-06-27T08:11:01.404Z] ---> ****-login.sh ends [Pipeline] } [2025-06-27T08:11:01.415Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:11:01.470Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-27T08:11:01.508Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-27T08:11:01.508Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:01.508Z] latest [2025-06-27T08:11:01.508Z] 4.1.0-dev.29 [2025-06-27T08:11:01.508Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:01.508Z] main [2025-06-27T08:11:01.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:01.883Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:02.262Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:02.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-27T08:11:02.262Z] 028b7c0632ff: Preparing [2025-06-27T08:11:02.262Z] a3cfa43266d9: Preparing [2025-06-27T08:11:02.262Z] db20f4ef03d4: Preparing [2025-06-27T08:11:02.262Z] 58d383105bd2: Preparing [2025-06-27T08:11:02.262Z] 8e6022201dfd: Preparing [2025-06-27T08:11:02.262Z] d5affefecda5: Preparing [2025-06-27T08:11:02.262Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:02.262Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:02.262Z] d5affefecda5: Waiting [2025-06-27T08:11:02.527Z] db20f4ef03d4: Pushed [2025-06-27T08:11:02.527Z] 58d383105bd2: Pushed [2025-06-27T08:11:02.527Z] 8e6022201dfd: Pushed [2025-06-27T08:11:02.527Z] 028b7c0632ff: Pushed [2025-06-27T08:11:02.527Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:02.527Z] d5affefecda5: Pushed [2025-06-27T08:11:07.847Z] a3cfa43266d9: Pushed [2025-06-27T08:11:07.847Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:08.203Z] + 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-27T08:11:08.557Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-27T08:11:08.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-27T08:11:08.557Z] 028b7c0632ff: Preparing [2025-06-27T08:11:08.557Z] a3cfa43266d9: Preparing [2025-06-27T08:11:08.557Z] db20f4ef03d4: Preparing [2025-06-27T08:11:08.557Z] 58d383105bd2: Preparing [2025-06-27T08:11:08.557Z] 8e6022201dfd: Preparing [2025-06-27T08:11:08.557Z] d5affefecda5: Preparing [2025-06-27T08:11:08.557Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:08.557Z] d5affefecda5: Waiting [2025-06-27T08:11:08.557Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:08.557Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:08.557Z] 028b7c0632ff: Layer already exists [2025-06-27T08:11:08.557Z] a3cfa43266d9: Layer already exists [2025-06-27T08:11:08.557Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:08.557Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:08.557Z] d5affefecda5: Layer already exists [2025-06-27T08:11:08.557Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:08.823Z] latest: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:09.188Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:09.536Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 [2025-06-27T08:11:09.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-27T08:11:09.536Z] 028b7c0632ff: Preparing [2025-06-27T08:11:09.536Z] a3cfa43266d9: Preparing [2025-06-27T08:11:09.536Z] db20f4ef03d4: Preparing [2025-06-27T08:11:09.536Z] 58d383105bd2: Preparing [2025-06-27T08:11:09.536Z] 8e6022201dfd: Preparing [2025-06-27T08:11:09.536Z] d5affefecda5: Preparing [2025-06-27T08:11:09.536Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:09.536Z] d5affefecda5: Waiting [2025-06-27T08:11:09.536Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:09.536Z] a3cfa43266d9: Layer already exists [2025-06-27T08:11:09.536Z] 028b7c0632ff: Layer already exists [2025-06-27T08:11:09.536Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:09.536Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:09.536Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:09.536Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:09.536Z] d5affefecda5: Layer already exists [2025-06-27T08:11:09.536Z] 4.1.0-dev.29: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:10.165Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:10.518Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:10.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-27T08:11:10.519Z] 028b7c0632ff: Preparing [2025-06-27T08:11:10.519Z] a3cfa43266d9: Preparing [2025-06-27T08:11:10.519Z] db20f4ef03d4: Preparing [2025-06-27T08:11:10.519Z] 58d383105bd2: Preparing [2025-06-27T08:11:10.519Z] 8e6022201dfd: Preparing [2025-06-27T08:11:10.519Z] d5affefecda5: Preparing [2025-06-27T08:11:10.519Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:10.519Z] d5affefecda5: Waiting [2025-06-27T08:11:10.519Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:10.519Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:10.519Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:10.519Z] a3cfa43266d9: Layer already exists [2025-06-27T08:11:10.519Z] 028b7c0632ff: Layer already exists [2025-06-27T08:11:10.519Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:10.519Z] d5affefecda5: Layer already exists [2025-06-27T08:11:10.519Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:10.519Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:11.134Z] + 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-27T08:11:11.485Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-27T08:11:11.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-27T08:11:11.486Z] 028b7c0632ff: Preparing [2025-06-27T08:11:11.486Z] a3cfa43266d9: Preparing [2025-06-27T08:11:11.486Z] db20f4ef03d4: Preparing [2025-06-27T08:11:11.486Z] 58d383105bd2: Preparing [2025-06-27T08:11:11.486Z] 8e6022201dfd: Preparing [2025-06-27T08:11:11.486Z] d5affefecda5: Preparing [2025-06-27T08:11:11.486Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:11.486Z] d5affefecda5: Waiting [2025-06-27T08:11:11.486Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:11.486Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:11.486Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:11.486Z] 028b7c0632ff: Layer already exists [2025-06-27T08:11:11.486Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:11.486Z] a3cfa43266d9: Layer already exists [2025-06-27T08:11:11.486Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:11.486Z] d5affefecda5: Layer already exists [2025-06-27T08:11:11.750Z] main: digest: sha256:5da779d6c20186839cc6d991418344b2b3a2fca9be49dafc662b584102633531 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:11:11.841Z] ===================================================== [Pipeline] echo [2025-06-27T08:11:11.858Z] taggedImages: [2025-06-27T08:11:11.858Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:11.858Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-27T08:11:11.858Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 [2025-06-27T08:11:11.858Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:11.858Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-27T08:11:11.890Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-27T08:11:11.890Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:11.890Z] latest [2025-06-27T08:11:11.890Z] 4.1.0-dev.29 [2025-06-27T08:11:11.890Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:11.890Z] main [2025-06-27T08:11:11.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:12.271Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:12.628Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:12.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-27T08:11:12.628Z] fb411dd277d3: Preparing [2025-06-27T08:11:12.628Z] 7481f7fd8e93: Preparing [2025-06-27T08:11:12.628Z] ab2357dc02f7: Preparing [2025-06-27T08:11:12.628Z] 3284d5319512: Preparing [2025-06-27T08:11:12.628Z] db20f4ef03d4: Preparing [2025-06-27T08:11:12.628Z] 58d383105bd2: Preparing [2025-06-27T08:11:12.628Z] 8e6022201dfd: Preparing [2025-06-27T08:11:12.628Z] d5affefecda5: Preparing [2025-06-27T08:11:12.629Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:12.629Z] 8e6022201dfd: Waiting [2025-06-27T08:11:12.629Z] d5affefecda5: Waiting [2025-06-27T08:11:12.629Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:12.629Z] 58d383105bd2: Waiting [2025-06-27T08:11:12.629Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:12.896Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:12.896Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:12.896Z] ab2357dc02f7: Pushed [2025-06-27T08:11:12.896Z] d5affefecda5: Layer already exists [2025-06-27T08:11:12.896Z] 7481f7fd8e93: Pushed [2025-06-27T08:11:12.896Z] fb411dd277d3: Pushed [2025-06-27T08:11:12.896Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:14.828Z] 3284d5319512: Pushed [2025-06-27T08:11:15.093Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:15.454Z] + 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-27T08:11:15.820Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-27T08:11:15.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-27T08:11:15.820Z] fb411dd277d3: Preparing [2025-06-27T08:11:15.820Z] 7481f7fd8e93: Preparing [2025-06-27T08:11:15.820Z] ab2357dc02f7: Preparing [2025-06-27T08:11:15.820Z] 3284d5319512: Preparing [2025-06-27T08:11:15.820Z] db20f4ef03d4: Preparing [2025-06-27T08:11:15.820Z] 58d383105bd2: Preparing [2025-06-27T08:11:15.820Z] 8e6022201dfd: Preparing [2025-06-27T08:11:15.820Z] 58d383105bd2: Waiting [2025-06-27T08:11:15.820Z] d5affefecda5: Preparing [2025-06-27T08:11:15.820Z] 8e6022201dfd: Waiting [2025-06-27T08:11:15.820Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:15.820Z] d5affefecda5: Waiting [2025-06-27T08:11:15.820Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:15.820Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:15.820Z] 3284d5319512: Layer already exists [2025-06-27T08:11:15.820Z] fb411dd277d3: Layer already exists [2025-06-27T08:11:15.820Z] 7481f7fd8e93: Layer already exists [2025-06-27T08:11:15.820Z] ab2357dc02f7: Layer already exists [2025-06-27T08:11:15.820Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:15.820Z] d5affefecda5: Layer already exists [2025-06-27T08:11:15.820Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:15.820Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:16.084Z] latest: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:16.443Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:16.800Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 [2025-06-27T08:11:16.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-27T08:11:16.800Z] fb411dd277d3: Preparing [2025-06-27T08:11:16.800Z] 7481f7fd8e93: Preparing [2025-06-27T08:11:16.800Z] ab2357dc02f7: Preparing [2025-06-27T08:11:16.800Z] 3284d5319512: Preparing [2025-06-27T08:11:16.800Z] db20f4ef03d4: Preparing [2025-06-27T08:11:16.800Z] 58d383105bd2: Preparing [2025-06-27T08:11:16.800Z] 8e6022201dfd: Preparing [2025-06-27T08:11:16.800Z] d5affefecda5: Preparing [2025-06-27T08:11:16.800Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:16.800Z] 58d383105bd2: Waiting [2025-06-27T08:11:16.800Z] 8e6022201dfd: Waiting [2025-06-27T08:11:16.800Z] d5affefecda5: Waiting [2025-06-27T08:11:16.800Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:16.800Z] fb411dd277d3: Layer already exists [2025-06-27T08:11:16.800Z] 3284d5319512: Layer already exists [2025-06-27T08:11:16.800Z] ab2357dc02f7: Layer already exists [2025-06-27T08:11:16.800Z] 7481f7fd8e93: Layer already exists [2025-06-27T08:11:16.800Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:16.800Z] d5affefecda5: Layer already exists [2025-06-27T08:11:16.800Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:16.800Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:16.800Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:16.800Z] 4.1.0-dev.29: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:17.419Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:17.858Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:17.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-27T08:11:17.858Z] fb411dd277d3: Preparing [2025-06-27T08:11:17.858Z] 7481f7fd8e93: Preparing [2025-06-27T08:11:17.858Z] ab2357dc02f7: Preparing [2025-06-27T08:11:17.858Z] 3284d5319512: Preparing [2025-06-27T08:11:17.858Z] db20f4ef03d4: Preparing [2025-06-27T08:11:17.858Z] 58d383105bd2: Preparing [2025-06-27T08:11:17.858Z] 8e6022201dfd: Preparing [2025-06-27T08:11:17.858Z] 58d383105bd2: Waiting [2025-06-27T08:11:17.858Z] d5affefecda5: Preparing [2025-06-27T08:11:17.858Z] 8e6022201dfd: Waiting [2025-06-27T08:11:17.858Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:17.858Z] d5affefecda5: Waiting [2025-06-27T08:11:17.858Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:17.858Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:17.858Z] ab2357dc02f7: Layer already exists [2025-06-27T08:11:17.858Z] 7481f7fd8e93: Layer already exists [2025-06-27T08:11:17.858Z] fb411dd277d3: Layer already exists [2025-06-27T08:11:17.858Z] 3284d5319512: Layer already exists [2025-06-27T08:11:17.858Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:17.859Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:17.859Z] d5affefecda5: Layer already exists [2025-06-27T08:11:17.859Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:18.129Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:18.505Z] + 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-27T08:11:19.009Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-27T08:11:19.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-27T08:11:19.009Z] fb411dd277d3: Preparing [2025-06-27T08:11:19.009Z] 7481f7fd8e93: Preparing [2025-06-27T08:11:19.009Z] ab2357dc02f7: Preparing [2025-06-27T08:11:19.009Z] 3284d5319512: Preparing [2025-06-27T08:11:19.009Z] db20f4ef03d4: Preparing [2025-06-27T08:11:19.009Z] 58d383105bd2: Preparing [2025-06-27T08:11:19.009Z] 8e6022201dfd: Preparing [2025-06-27T08:11:19.009Z] 58d383105bd2: Waiting [2025-06-27T08:11:19.009Z] d5affefecda5: Preparing [2025-06-27T08:11:19.009Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:19.009Z] 8e6022201dfd: Waiting [2025-06-27T08:11:19.009Z] d5affefecda5: Waiting [2025-06-27T08:11:19.009Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:19.009Z] fb411dd277d3: Layer already exists [2025-06-27T08:11:19.009Z] 7481f7fd8e93: Layer already exists [2025-06-27T08:11:19.009Z] ab2357dc02f7: Layer already exists [2025-06-27T08:11:19.009Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:19.009Z] 3284d5319512: Layer already exists [2025-06-27T08:11:19.009Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:19.009Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:19.009Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:19.009Z] d5affefecda5: Layer already exists [2025-06-27T08:11:19.278Z] main: digest: sha256:d8c86d001d3c1fa486406f36809ab8f94bf4187fb3cde9922f6a93abbaa888e1 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:11:19.359Z] ===================================================== [Pipeline] echo [2025-06-27T08:11:19.375Z] taggedImages: [2025-06-27T08:11:19.375Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:19.375Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-27T08:11:19.375Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 [2025-06-27T08:11:19.375Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:19.375Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-27T08:11:19.404Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-27T08:11:19.404Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:19.404Z] latest [2025-06-27T08:11:19.404Z] 4.1.0-dev.29 [2025-06-27T08:11:19.404Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:19.404Z] main [2025-06-27T08:11:19.404Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:19.795Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:20.205Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:20.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-27T08:11:20.205Z] a836c85ea1b2: Preparing [2025-06-27T08:11:20.205Z] acde20d37510: Preparing [2025-06-27T08:11:20.205Z] db20f4ef03d4: Preparing [2025-06-27T08:11:20.205Z] 58d383105bd2: Preparing [2025-06-27T08:11:20.205Z] 2382eee37dd3: Preparing [2025-06-27T08:11:20.205Z] 33390aa298f7: Preparing [2025-06-27T08:11:20.205Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:20.205Z] 33390aa298f7: Waiting [2025-06-27T08:11:20.205Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:20.205Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:20.205Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:20.205Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:20.470Z] 2382eee37dd3: Pushed [2025-06-27T08:11:20.470Z] a836c85ea1b2: Pushed [2025-06-27T08:11:20.470Z] 33390aa298f7: Pushed [2025-06-27T08:11:25.799Z] acde20d37510: Pushed [2025-06-27T08:11:25.799Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:26.159Z] + 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-27T08:11:26.508Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-27T08:11:26.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-27T08:11:26.508Z] a836c85ea1b2: Preparing [2025-06-27T08:11:26.508Z] acde20d37510: Preparing [2025-06-27T08:11:26.508Z] db20f4ef03d4: Preparing [2025-06-27T08:11:26.508Z] 58d383105bd2: Preparing [2025-06-27T08:11:26.508Z] 2382eee37dd3: Preparing [2025-06-27T08:11:26.508Z] 33390aa298f7: Preparing [2025-06-27T08:11:26.508Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:26.508Z] 33390aa298f7: Waiting [2025-06-27T08:11:26.508Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:26.508Z] a836c85ea1b2: Layer already exists [2025-06-27T08:11:26.508Z] 2382eee37dd3: Layer already exists [2025-06-27T08:11:26.508Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:26.508Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:26.508Z] acde20d37510: Layer already exists [2025-06-27T08:11:26.508Z] 33390aa298f7: Layer already exists [2025-06-27T08:11:26.508Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:26.774Z] latest: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:27.140Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:27.491Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 [2025-06-27T08:11:27.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-27T08:11:27.491Z] a836c85ea1b2: Preparing [2025-06-27T08:11:27.491Z] acde20d37510: Preparing [2025-06-27T08:11:27.491Z] db20f4ef03d4: Preparing [2025-06-27T08:11:27.491Z] 58d383105bd2: Preparing [2025-06-27T08:11:27.491Z] 2382eee37dd3: Preparing [2025-06-27T08:11:27.491Z] 33390aa298f7: Preparing [2025-06-27T08:11:27.491Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:27.491Z] 33390aa298f7: Waiting [2025-06-27T08:11:27.491Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:27.491Z] acde20d37510: Layer already exists [2025-06-27T08:11:27.491Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:27.491Z] a836c85ea1b2: Layer already exists [2025-06-27T08:11:27.491Z] 2382eee37dd3: Layer already exists [2025-06-27T08:11:27.491Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:27.491Z] 33390aa298f7: Layer already exists [2025-06-27T08:11:27.491Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:27.491Z] 4.1.0-dev.29: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:28.115Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:28.467Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:28.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-27T08:11:28.468Z] a836c85ea1b2: Preparing [2025-06-27T08:11:28.468Z] acde20d37510: Preparing [2025-06-27T08:11:28.468Z] db20f4ef03d4: Preparing [2025-06-27T08:11:28.468Z] 58d383105bd2: Preparing [2025-06-27T08:11:28.468Z] 2382eee37dd3: Preparing [2025-06-27T08:11:28.468Z] 33390aa298f7: Preparing [2025-06-27T08:11:28.468Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:28.468Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:28.468Z] 33390aa298f7: Waiting [2025-06-27T08:11:28.468Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:28.468Z] a836c85ea1b2: Layer already exists [2025-06-27T08:11:28.468Z] 2382eee37dd3: Layer already exists [2025-06-27T08:11:28.468Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:28.468Z] acde20d37510: Layer already exists [2025-06-27T08:11:28.468Z] 33390aa298f7: Layer already exists [2025-06-27T08:11:28.468Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:28.468Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:28.823Z] + 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-27T08:11:29.174Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-27T08:11:29.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-27T08:11:29.174Z] a836c85ea1b2: Preparing [2025-06-27T08:11:29.174Z] acde20d37510: Preparing [2025-06-27T08:11:29.174Z] db20f4ef03d4: Preparing [2025-06-27T08:11:29.174Z] 58d383105bd2: Preparing [2025-06-27T08:11:29.174Z] 2382eee37dd3: Preparing [2025-06-27T08:11:29.174Z] 33390aa298f7: Preparing [2025-06-27T08:11:29.174Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:29.174Z] 33390aa298f7: Waiting [2025-06-27T08:11:29.174Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:29.174Z] a836c85ea1b2: Layer already exists [2025-06-27T08:11:29.174Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:29.174Z] 2382eee37dd3: Layer already exists [2025-06-27T08:11:29.174Z] acde20d37510: Layer already exists [2025-06-27T08:11:29.174Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:29.174Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:29.174Z] 33390aa298f7: Layer already exists [2025-06-27T08:11:29.174Z] main: digest: sha256:4c5d3edb7154c4809c8e05cab2b639faeeb3629f1b081117d2dbb7dcfe651d40 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:11:29.512Z] ===================================================== [Pipeline] echo [2025-06-27T08:11:29.526Z] taggedImages: [2025-06-27T08:11:29.526Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:29.526Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-27T08:11:29.526Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 [2025-06-27T08:11:29.526Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:29.526Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-27T08:11:29.551Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-27T08:11:29.551Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:29.551Z] latest [2025-06-27T08:11:29.551Z] 4.1.0-dev.29 [2025-06-27T08:11:29.551Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:29.551Z] main [2025-06-27T08:11:29.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:29.913Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:30.274Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:30.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-27T08:11:30.274Z] 553c163bab97: Preparing [2025-06-27T08:11:30.274Z] ceeced867564: Preparing [2025-06-27T08:11:30.274Z] 58d383105bd2: Preparing [2025-06-27T08:11:30.274Z] f454312354ad: Preparing [2025-06-27T08:11:30.274Z] 09fdfd18f7ff: Preparing [2025-06-27T08:11:30.274Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:30.274Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:30.539Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:30.539Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:30.539Z] 09fdfd18f7ff: Pushed [2025-06-27T08:11:30.539Z] 553c163bab97: Pushed [2025-06-27T08:11:30.539Z] f454312354ad: Pushed [2025-06-27T08:11:35.859Z] ceeced867564: Pushed [2025-06-27T08:11:35.859Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:36.229Z] + 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-27T08:11:36.579Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-27T08:11:36.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-27T08:11:36.579Z] 553c163bab97: Preparing [2025-06-27T08:11:36.579Z] ceeced867564: Preparing [2025-06-27T08:11:36.579Z] 58d383105bd2: Preparing [2025-06-27T08:11:36.579Z] f454312354ad: Preparing [2025-06-27T08:11:36.579Z] 09fdfd18f7ff: Preparing [2025-06-27T08:11:36.579Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:36.579Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:36.579Z] 553c163bab97: Layer already exists [2025-06-27T08:11:36.579Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:36.579Z] ceeced867564: Layer already exists [2025-06-27T08:11:36.579Z] 09fdfd18f7ff: Layer already exists [2025-06-27T08:11:36.579Z] f454312354ad: Layer already exists [2025-06-27T08:11:36.579Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:36.842Z] latest: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:37.190Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:37.527Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 [2025-06-27T08:11:37.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-27T08:11:37.527Z] 553c163bab97: Preparing [2025-06-27T08:11:37.527Z] ceeced867564: Preparing [2025-06-27T08:11:37.527Z] 58d383105bd2: Preparing [2025-06-27T08:11:37.527Z] f454312354ad: Preparing [2025-06-27T08:11:37.527Z] 09fdfd18f7ff: Preparing [2025-06-27T08:11:37.527Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:37.527Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:37.527Z] ceeced867564: Layer already exists [2025-06-27T08:11:37.527Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:37.527Z] 09fdfd18f7ff: Layer already exists [2025-06-27T08:11:37.527Z] 553c163bab97: Layer already exists [2025-06-27T08:11:37.527Z] f454312354ad: Layer already exists [2025-06-27T08:11:37.527Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:37.791Z] 4.1.0-dev.29: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:38.144Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:38.504Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:38.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-27T08:11:38.504Z] 553c163bab97: Preparing [2025-06-27T08:11:38.504Z] ceeced867564: Preparing [2025-06-27T08:11:38.504Z] 58d383105bd2: Preparing [2025-06-27T08:11:38.504Z] f454312354ad: Preparing [2025-06-27T08:11:38.504Z] 09fdfd18f7ff: Preparing [2025-06-27T08:11:38.504Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:38.504Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:38.504Z] ceeced867564: Layer already exists [2025-06-27T08:11:38.504Z] 09fdfd18f7ff: Layer already exists [2025-06-27T08:11:38.504Z] 553c163bab97: Layer already exists [2025-06-27T08:11:38.504Z] f454312354ad: Layer already exists [2025-06-27T08:11:38.504Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:38.504Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:38.504Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:39.117Z] + 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-27T08:11:39.482Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-27T08:11:39.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-27T08:11:39.482Z] 553c163bab97: Preparing [2025-06-27T08:11:39.482Z] ceeced867564: Preparing [2025-06-27T08:11:39.482Z] 58d383105bd2: Preparing [2025-06-27T08:11:39.482Z] f454312354ad: Preparing [2025-06-27T08:11:39.482Z] 09fdfd18f7ff: Preparing [2025-06-27T08:11:39.482Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:39.482Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:39.482Z] 09fdfd18f7ff: Layer already exists [2025-06-27T08:11:39.482Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:39.482Z] ceeced867564: Layer already exists [2025-06-27T08:11:39.482Z] f454312354ad: Layer already exists [2025-06-27T08:11:39.482Z] 553c163bab97: Layer already exists [2025-06-27T08:11:39.482Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:39.482Z] main: digest: sha256:5623f45e3d877f660a58220a32d3a1b0360bcc8beef41a92d22672952bc9fae5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:11:39.819Z] ===================================================== [Pipeline] echo [2025-06-27T08:11:39.835Z] taggedImages: [2025-06-27T08:11:39.835Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:39.835Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-27T08:11:39.835Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 [2025-06-27T08:11:39.835Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:39.835Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-27T08:11:39.872Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-27T08:11:39.872Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:39.872Z] latest [2025-06-27T08:11:39.872Z] 4.1.0-dev.29 [2025-06-27T08:11:39.872Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:39.872Z] main [2025-06-27T08:11:39.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:40.238Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:40.579Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:40.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-27T08:11:40.579Z] fdd523891461: Preparing [2025-06-27T08:11:40.579Z] 772bdbe8507a: Preparing [2025-06-27T08:11:40.579Z] 3dd9c4489310: Preparing [2025-06-27T08:11:40.579Z] db20f4ef03d4: Preparing [2025-06-27T08:11:40.579Z] 58d383105bd2: Preparing [2025-06-27T08:11:40.579Z] 8e6022201dfd: Preparing [2025-06-27T08:11:40.579Z] d5affefecda5: Preparing [2025-06-27T08:11:40.579Z] 8e6022201dfd: Waiting [2025-06-27T08:11:40.579Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:40.579Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:40.579Z] d5affefecda5: Waiting [2025-06-27T08:11:40.844Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:40.844Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:40.844Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:40.844Z] d5affefecda5: Layer already exists [2025-06-27T08:11:40.844Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:40.844Z] 772bdbe8507a: Pushed [2025-06-27T08:11:40.844Z] fdd523891461: Pushed [2025-06-27T08:11:46.168Z] 3dd9c4489310: Pushed [2025-06-27T08:11:46.431Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:46.788Z] + 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-27T08:11:47.129Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-27T08:11:47.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-27T08:11:47.130Z] fdd523891461: Preparing [2025-06-27T08:11:47.130Z] 772bdbe8507a: Preparing [2025-06-27T08:11:47.130Z] 3dd9c4489310: Preparing [2025-06-27T08:11:47.130Z] db20f4ef03d4: Preparing [2025-06-27T08:11:47.130Z] 58d383105bd2: Preparing [2025-06-27T08:11:47.130Z] 8e6022201dfd: Preparing [2025-06-27T08:11:47.130Z] d5affefecda5: Preparing [2025-06-27T08:11:47.130Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:47.130Z] 8e6022201dfd: Waiting [2025-06-27T08:11:47.130Z] d5affefecda5: Waiting [2025-06-27T08:11:47.130Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:47.130Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:47.130Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:47.130Z] fdd523891461: Layer already exists [2025-06-27T08:11:47.130Z] 3dd9c4489310: Layer already exists [2025-06-27T08:11:47.130Z] 772bdbe8507a: Layer already exists [2025-06-27T08:11:47.130Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:47.130Z] d5affefecda5: Layer already exists [2025-06-27T08:11:47.130Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:47.130Z] latest: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:47.744Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:48.083Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 [2025-06-27T08:11:48.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-27T08:11:48.083Z] fdd523891461: Preparing [2025-06-27T08:11:48.083Z] 772bdbe8507a: Preparing [2025-06-27T08:11:48.083Z] 3dd9c4489310: Preparing [2025-06-27T08:11:48.083Z] db20f4ef03d4: Preparing [2025-06-27T08:11:48.083Z] 58d383105bd2: Preparing [2025-06-27T08:11:48.083Z] 8e6022201dfd: Preparing [2025-06-27T08:11:48.083Z] d5affefecda5: Preparing [2025-06-27T08:11:48.083Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:48.083Z] d5affefecda5: Waiting [2025-06-27T08:11:48.083Z] 8e6022201dfd: Waiting [2025-06-27T08:11:48.083Z] 3dd9c4489310: Layer already exists [2025-06-27T08:11:48.083Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:48.083Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:48.083Z] 772bdbe8507a: Layer already exists [2025-06-27T08:11:48.083Z] fdd523891461: Layer already exists [2025-06-27T08:11:48.083Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:48.083Z] d5affefecda5: Layer already exists [2025-06-27T08:11:48.083Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:48.083Z] 4.1.0-dev.29: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:48.692Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:49.035Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:49.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-27T08:11:49.035Z] fdd523891461: Preparing [2025-06-27T08:11:49.035Z] 772bdbe8507a: Preparing [2025-06-27T08:11:49.035Z] 3dd9c4489310: Preparing [2025-06-27T08:11:49.035Z] db20f4ef03d4: Preparing [2025-06-27T08:11:49.035Z] 58d383105bd2: Preparing [2025-06-27T08:11:49.035Z] 8e6022201dfd: Preparing [2025-06-27T08:11:49.035Z] d5affefecda5: Preparing [2025-06-27T08:11:49.035Z] 8e6022201dfd: Waiting [2025-06-27T08:11:49.035Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:49.035Z] d5affefecda5: Waiting [2025-06-27T08:11:49.035Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:49.035Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:49.035Z] 3dd9c4489310: Layer already exists [2025-06-27T08:11:49.035Z] fdd523891461: Layer already exists [2025-06-27T08:11:49.035Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:49.035Z] 772bdbe8507a: Layer already exists [2025-06-27T08:11:49.035Z] d5affefecda5: Layer already exists [2025-06-27T08:11:49.035Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:49.035Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:49.035Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:49.646Z] + 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-27T08:11:49.990Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-27T08:11:49.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-27T08:11:49.990Z] fdd523891461: Preparing [2025-06-27T08:11:49.990Z] 772bdbe8507a: Preparing [2025-06-27T08:11:49.990Z] 3dd9c4489310: Preparing [2025-06-27T08:11:49.990Z] db20f4ef03d4: Preparing [2025-06-27T08:11:49.990Z] 58d383105bd2: Preparing [2025-06-27T08:11:49.990Z] 8e6022201dfd: Preparing [2025-06-27T08:11:49.990Z] d5affefecda5: Preparing [2025-06-27T08:11:49.990Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:49.990Z] 8e6022201dfd: Waiting [2025-06-27T08:11:49.990Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:49.990Z] d5affefecda5: Waiting [2025-06-27T08:11:49.990Z] 772bdbe8507a: Layer already exists [2025-06-27T08:11:49.990Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:49.990Z] 3dd9c4489310: Layer already exists [2025-06-27T08:11:49.990Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:49.990Z] fdd523891461: Layer already exists [2025-06-27T08:11:49.990Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:49.990Z] d5affefecda5: Layer already exists [2025-06-27T08:11:49.990Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:50.254Z] main: digest: sha256:0e22b6692e6eef84321c48260daa48c72698b0a04d6cbe15c0e5181bc19c3b60 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:11:50.344Z] ===================================================== [Pipeline] echo [2025-06-27T08:11:50.363Z] taggedImages: [2025-06-27T08:11:50.363Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:50.363Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-27T08:11:50.363Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 [2025-06-27T08:11:50.363Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:50.363Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-27T08:11:50.398Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-27T08:11:50.398Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:50.398Z] latest [2025-06-27T08:11:50.398Z] 4.1.0-dev.29 [2025-06-27T08:11:50.398Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:50.398Z] main [2025-06-27T08:11:50.398Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:50.784Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:51.132Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:51.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-27T08:11:51.132Z] 630eaf657375: Preparing [2025-06-27T08:11:51.132Z] c8c6a18c28f6: Preparing [2025-06-27T08:11:51.132Z] 9f02627ec6b0: Preparing [2025-06-27T08:11:51.132Z] 7949c9da7a4c: Preparing [2025-06-27T08:11:51.132Z] 6355c1105ca5: Preparing [2025-06-27T08:11:51.132Z] 9c6e2afa41a9: Preparing [2025-06-27T08:11:51.132Z] 7c52ae51c439: Preparing [2025-06-27T08:11:51.133Z] db20f4ef03d4: Preparing [2025-06-27T08:11:51.133Z] 58d383105bd2: Preparing [2025-06-27T08:11:51.133Z] 54add107cb62: Preparing [2025-06-27T08:11:51.133Z] 8b99eacb750f: Preparing [2025-06-27T08:11:51.133Z] 5f70bf18a086: Preparing [2025-06-27T08:11:51.133Z] 6a1bb3adbba0: Preparing [2025-06-27T08:11:51.133Z] a6c5ae1ecef4: Preparing [2025-06-27T08:11:51.133Z] 61762940e289: Preparing [2025-06-27T08:11:51.133Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:51.133Z] db20f4ef03d4: Waiting [2025-06-27T08:11:51.133Z] 58d383105bd2: Waiting [2025-06-27T08:11:51.133Z] 54add107cb62: Waiting [2025-06-27T08:11:51.133Z] 8b99eacb750f: Waiting [2025-06-27T08:11:51.133Z] 5f70bf18a086: Waiting [2025-06-27T08:11:51.133Z] 6a1bb3adbba0: Waiting [2025-06-27T08:11:51.133Z] a6c5ae1ecef4: Waiting [2025-06-27T08:11:51.133Z] 61762940e289: Waiting [2025-06-27T08:11:51.133Z] 9c6e2afa41a9: Waiting [2025-06-27T08:11:51.133Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:51.133Z] 7c52ae51c439: Waiting [2025-06-27T08:11:51.397Z] 9f02627ec6b0: Pushed [2025-06-27T08:11:51.398Z] 6355c1105ca5: Pushed [2025-06-27T08:11:51.398Z] c8c6a18c28f6: Pushed [2025-06-27T08:11:51.398Z] 630eaf657375: Pushed [2025-06-27T08:11:51.398Z] 7949c9da7a4c: Pushed [2025-06-27T08:11:51.398Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:51.398Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:51.398Z] 9c6e2afa41a9: Pushed [2025-06-27T08:11:51.662Z] 5f70bf18a086: Layer already exists [2025-06-27T08:11:51.662Z] 54add107cb62: Pushed [2025-06-27T08:11:51.662Z] 8b99eacb750f: Pushed [2025-06-27T08:11:51.662Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:51.662Z] 6a1bb3adbba0: Pushed [2025-06-27T08:11:51.662Z] a6c5ae1ecef4: Pushed [2025-06-27T08:11:51.662Z] 61762940e289: Pushed [2025-06-27T08:11:54.225Z] 7c52ae51c439: Pushed [2025-06-27T08:11:54.489Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:54.849Z] + 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-27T08:11:55.189Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-27T08:11:55.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-27T08:11:55.189Z] 630eaf657375: Preparing [2025-06-27T08:11:55.189Z] c8c6a18c28f6: Preparing [2025-06-27T08:11:55.189Z] 9f02627ec6b0: Preparing [2025-06-27T08:11:55.189Z] 7949c9da7a4c: Preparing [2025-06-27T08:11:55.189Z] 6355c1105ca5: Preparing [2025-06-27T08:11:55.189Z] 9c6e2afa41a9: Preparing [2025-06-27T08:11:55.189Z] 7c52ae51c439: Preparing [2025-06-27T08:11:55.189Z] db20f4ef03d4: Preparing [2025-06-27T08:11:55.189Z] 58d383105bd2: Preparing [2025-06-27T08:11:55.189Z] 54add107cb62: Preparing [2025-06-27T08:11:55.189Z] 8b99eacb750f: Preparing [2025-06-27T08:11:55.189Z] 5f70bf18a086: Preparing [2025-06-27T08:11:55.189Z] 6a1bb3adbba0: Preparing [2025-06-27T08:11:55.189Z] a6c5ae1ecef4: Preparing [2025-06-27T08:11:55.189Z] 61762940e289: Preparing [2025-06-27T08:11:55.189Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:55.189Z] 8b99eacb750f: Waiting [2025-06-27T08:11:55.189Z] 9c6e2afa41a9: Waiting [2025-06-27T08:11:55.189Z] 7c52ae51c439: Waiting [2025-06-27T08:11:55.189Z] db20f4ef03d4: Waiting [2025-06-27T08:11:55.189Z] 58d383105bd2: Waiting [2025-06-27T08:11:55.189Z] 54add107cb62: Waiting [2025-06-27T08:11:55.189Z] 6a1bb3adbba0: Waiting [2025-06-27T08:11:55.189Z] a6c5ae1ecef4: Waiting [2025-06-27T08:11:55.189Z] 61762940e289: Waiting [2025-06-27T08:11:55.189Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:55.189Z] 5f70bf18a086: Waiting [2025-06-27T08:11:55.189Z] 9f02627ec6b0: Layer already exists [2025-06-27T08:11:55.189Z] 6355c1105ca5: Layer already exists [2025-06-27T08:11:55.189Z] 630eaf657375: Layer already exists [2025-06-27T08:11:55.189Z] c8c6a18c28f6: Layer already exists [2025-06-27T08:11:55.189Z] 7949c9da7a4c: Layer already exists [2025-06-27T08:11:55.189Z] 7c52ae51c439: Layer already exists [2025-06-27T08:11:55.189Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:55.189Z] 9c6e2afa41a9: Layer already exists [2025-06-27T08:11:55.189Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:55.189Z] 54add107cb62: Layer already exists [2025-06-27T08:11:55.189Z] 8b99eacb750f: Layer already exists [2025-06-27T08:11:55.189Z] 61762940e289: Layer already exists [2025-06-27T08:11:55.189Z] 6a1bb3adbba0: Layer already exists [2025-06-27T08:11:55.189Z] a6c5ae1ecef4: Layer already exists [2025-06-27T08:11:55.189Z] 5f70bf18a086: Layer already exists [2025-06-27T08:11:55.189Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:55.460Z] latest: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:55.807Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:56.159Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 [2025-06-27T08:11:56.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-27T08:11:56.160Z] 630eaf657375: Preparing [2025-06-27T08:11:56.160Z] c8c6a18c28f6: Preparing [2025-06-27T08:11:56.160Z] 9f02627ec6b0: Preparing [2025-06-27T08:11:56.160Z] 7949c9da7a4c: Preparing [2025-06-27T08:11:56.160Z] 6355c1105ca5: Preparing [2025-06-27T08:11:56.160Z] 9c6e2afa41a9: Preparing [2025-06-27T08:11:56.160Z] 7c52ae51c439: Preparing [2025-06-27T08:11:56.160Z] 9c6e2afa41a9: Waiting [2025-06-27T08:11:56.160Z] db20f4ef03d4: Preparing [2025-06-27T08:11:56.160Z] 7c52ae51c439: Waiting [2025-06-27T08:11:56.160Z] 58d383105bd2: Preparing [2025-06-27T08:11:56.160Z] db20f4ef03d4: Waiting [2025-06-27T08:11:56.160Z] 54add107cb62: Preparing [2025-06-27T08:11:56.160Z] 8b99eacb750f: Preparing [2025-06-27T08:11:56.160Z] 5f70bf18a086: Preparing [2025-06-27T08:11:56.160Z] 54add107cb62: Waiting [2025-06-27T08:11:56.160Z] 58d383105bd2: Waiting [2025-06-27T08:11:56.160Z] 8b99eacb750f: Waiting [2025-06-27T08:11:56.160Z] 6a1bb3adbba0: Preparing [2025-06-27T08:11:56.160Z] a6c5ae1ecef4: Preparing [2025-06-27T08:11:56.160Z] 61762940e289: Preparing [2025-06-27T08:11:56.160Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:56.160Z] 5f70bf18a086: Waiting [2025-06-27T08:11:56.160Z] a6c5ae1ecef4: Waiting [2025-06-27T08:11:56.160Z] 61762940e289: Waiting [2025-06-27T08:11:56.160Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:56.160Z] 6a1bb3adbba0: Waiting [2025-06-27T08:11:56.160Z] 9f02627ec6b0: Layer already exists [2025-06-27T08:11:56.160Z] 6355c1105ca5: Layer already exists [2025-06-27T08:11:56.160Z] 7949c9da7a4c: Layer already exists [2025-06-27T08:11:56.160Z] 630eaf657375: Layer already exists [2025-06-27T08:11:56.160Z] c8c6a18c28f6: Layer already exists [2025-06-27T08:11:56.160Z] 9c6e2afa41a9: Layer already exists [2025-06-27T08:11:56.160Z] 7c52ae51c439: Layer already exists [2025-06-27T08:11:56.160Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:56.160Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:56.160Z] 54add107cb62: Layer already exists [2025-06-27T08:11:56.160Z] 8b99eacb750f: Layer already exists [2025-06-27T08:11:56.160Z] 5f70bf18a086: Layer already exists [2025-06-27T08:11:56.160Z] a6c5ae1ecef4: Layer already exists [2025-06-27T08:11:56.160Z] 6a1bb3adbba0: Layer already exists [2025-06-27T08:11:56.160Z] 61762940e289: Layer already exists [2025-06-27T08:11:56.160Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:56.424Z] 4.1.0-dev.29: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:56.889Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:57.239Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:57.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-27T08:11:57.239Z] 630eaf657375: Preparing [2025-06-27T08:11:57.239Z] c8c6a18c28f6: Preparing [2025-06-27T08:11:57.239Z] 9f02627ec6b0: Preparing [2025-06-27T08:11:57.239Z] 7949c9da7a4c: Preparing [2025-06-27T08:11:57.239Z] 6355c1105ca5: Preparing [2025-06-27T08:11:57.239Z] 9c6e2afa41a9: Preparing [2025-06-27T08:11:57.239Z] 7c52ae51c439: Preparing [2025-06-27T08:11:57.239Z] db20f4ef03d4: Preparing [2025-06-27T08:11:57.239Z] 58d383105bd2: Preparing [2025-06-27T08:11:57.239Z] 54add107cb62: Preparing [2025-06-27T08:11:57.239Z] 8b99eacb750f: Preparing [2025-06-27T08:11:57.239Z] 5f70bf18a086: Preparing [2025-06-27T08:11:57.239Z] 6a1bb3adbba0: Preparing [2025-06-27T08:11:57.239Z] a6c5ae1ecef4: Preparing [2025-06-27T08:11:57.239Z] 61762940e289: Preparing [2025-06-27T08:11:57.239Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:57.239Z] 9c6e2afa41a9: Waiting [2025-06-27T08:11:57.239Z] 7c52ae51c439: Waiting [2025-06-27T08:11:57.239Z] 8b99eacb750f: Waiting [2025-06-27T08:11:57.239Z] a6c5ae1ecef4: Waiting [2025-06-27T08:11:57.239Z] 5f70bf18a086: Waiting [2025-06-27T08:11:57.239Z] 61762940e289: Waiting [2025-06-27T08:11:57.239Z] 6a1bb3adbba0: Waiting [2025-06-27T08:11:57.239Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:57.239Z] db20f4ef03d4: Waiting [2025-06-27T08:11:57.239Z] 58d383105bd2: Waiting [2025-06-27T08:11:57.239Z] 54add107cb62: Waiting [2025-06-27T08:11:57.239Z] 6355c1105ca5: Layer already exists [2025-06-27T08:11:57.239Z] 7949c9da7a4c: Layer already exists [2025-06-27T08:11:57.239Z] c8c6a18c28f6: Layer already exists [2025-06-27T08:11:57.239Z] 9f02627ec6b0: Layer already exists [2025-06-27T08:11:57.239Z] 630eaf657375: Layer already exists [2025-06-27T08:11:57.239Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:57.239Z] 54add107cb62: Layer already exists [2025-06-27T08:11:57.239Z] 9c6e2afa41a9: Layer already exists [2025-06-27T08:11:57.239Z] 7c52ae51c439: Layer already exists [2025-06-27T08:11:57.239Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:57.239Z] 6a1bb3adbba0: Layer already exists [2025-06-27T08:11:57.239Z] 5f70bf18a086: Layer already exists [2025-06-27T08:11:57.239Z] 8b99eacb750f: Layer already exists [2025-06-27T08:11:57.239Z] 61762940e289: Layer already exists [2025-06-27T08:11:57.239Z] a6c5ae1ecef4: Layer already exists [2025-06-27T08:11:57.239Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:57.503Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:57.850Z] + 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-27T08:11:58.190Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-27T08:11:58.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-27T08:11:58.190Z] 630eaf657375: Preparing [2025-06-27T08:11:58.190Z] c8c6a18c28f6: Preparing [2025-06-27T08:11:58.190Z] 9f02627ec6b0: Preparing [2025-06-27T08:11:58.190Z] 7949c9da7a4c: Preparing [2025-06-27T08:11:58.190Z] 6355c1105ca5: Preparing [2025-06-27T08:11:58.190Z] 9c6e2afa41a9: Preparing [2025-06-27T08:11:58.190Z] 7c52ae51c439: Preparing [2025-06-27T08:11:58.190Z] db20f4ef03d4: Preparing [2025-06-27T08:11:58.190Z] 58d383105bd2: Preparing [2025-06-27T08:11:58.190Z] 54add107cb62: Preparing [2025-06-27T08:11:58.190Z] 8b99eacb750f: Preparing [2025-06-27T08:11:58.190Z] 5f70bf18a086: Preparing [2025-06-27T08:11:58.190Z] 6a1bb3adbba0: Preparing [2025-06-27T08:11:58.190Z] a6c5ae1ecef4: Preparing [2025-06-27T08:11:58.190Z] 61762940e289: Preparing [2025-06-27T08:11:58.190Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:58.190Z] db20f4ef03d4: Waiting [2025-06-27T08:11:58.190Z] 9c6e2afa41a9: Waiting [2025-06-27T08:11:58.190Z] 58d383105bd2: Waiting [2025-06-27T08:11:58.190Z] 7c52ae51c439: Waiting [2025-06-27T08:11:58.190Z] 54add107cb62: Waiting [2025-06-27T08:11:58.190Z] 8b99eacb750f: Waiting [2025-06-27T08:11:58.190Z] 5f70bf18a086: Waiting [2025-06-27T08:11:58.190Z] 6a1bb3adbba0: Waiting [2025-06-27T08:11:58.190Z] a6c5ae1ecef4: Waiting [2025-06-27T08:11:58.190Z] 61762940e289: Waiting [2025-06-27T08:11:58.190Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:58.190Z] 630eaf657375: Layer already exists [2025-06-27T08:11:58.190Z] 7949c9da7a4c: Layer already exists [2025-06-27T08:11:58.190Z] 9f02627ec6b0: Layer already exists [2025-06-27T08:11:58.190Z] c8c6a18c28f6: Layer already exists [2025-06-27T08:11:58.190Z] 6355c1105ca5: Layer already exists [2025-06-27T08:11:58.190Z] 7c52ae51c439: Layer already exists [2025-06-27T08:11:58.190Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:58.190Z] 9c6e2afa41a9: Layer already exists [2025-06-27T08:11:58.190Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:58.190Z] 54add107cb62: Layer already exists [2025-06-27T08:11:58.190Z] 5f70bf18a086: Layer already exists [2025-06-27T08:11:58.190Z] 6a1bb3adbba0: Layer already exists [2025-06-27T08:11:58.190Z] 8b99eacb750f: Layer already exists [2025-06-27T08:11:58.190Z] a6c5ae1ecef4: Layer already exists [2025-06-27T08:11:58.190Z] 61762940e289: Layer already exists [2025-06-27T08:11:58.190Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:11:58.453Z] main: digest: sha256:08c69f52122c071c679c6b404f69106a38895d63226faff35d40c5c05161ffe6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:11:58.534Z] ===================================================== [Pipeline] echo [2025-06-27T08:11:58.547Z] taggedImages: [2025-06-27T08:11:58.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:58.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-27T08:11:58.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 [2025-06-27T08:11:58.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:58.547Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-27T08:11:58.573Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-27T08:11:58.573Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:58.573Z] latest [2025-06-27T08:11:58.573Z] 4.1.0-dev.29 [2025-06-27T08:11:58.573Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:11:58.573Z] main [2025-06-27T08:11:58.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:58.936Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:11:59.290Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:11:59.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-27T08:11:59.290Z] 6659a9d0ec08: Preparing [2025-06-27T08:11:59.290Z] 7ab5cc4cffc6: Preparing [2025-06-27T08:11:59.290Z] 53b4bf478bb0: Preparing [2025-06-27T08:11:59.290Z] 35d52bcf7aa4: Preparing [2025-06-27T08:11:59.290Z] db20f4ef03d4: Preparing [2025-06-27T08:11:59.290Z] 58d383105bd2: Preparing [2025-06-27T08:11:59.290Z] 8e6022201dfd: Preparing [2025-06-27T08:11:59.290Z] d5affefecda5: Preparing [2025-06-27T08:11:59.290Z] dd9c8f8612c8: Preparing [2025-06-27T08:11:59.290Z] 58d383105bd2: Waiting [2025-06-27T08:11:59.290Z] 8e6022201dfd: Waiting [2025-06-27T08:11:59.290Z] d5affefecda5: Waiting [2025-06-27T08:11:59.290Z] dd9c8f8612c8: Waiting [2025-06-27T08:11:59.290Z] db20f4ef03d4: Layer already exists [2025-06-27T08:11:59.557Z] 58d383105bd2: Layer already exists [2025-06-27T08:11:59.557Z] 8e6022201dfd: Layer already exists [2025-06-27T08:11:59.557Z] 7ab5cc4cffc6: Pushed [2025-06-27T08:11:59.557Z] 53b4bf478bb0: Pushed [2025-06-27T08:11:59.557Z] 6659a9d0ec08: Pushed [2025-06-27T08:11:59.557Z] d5affefecda5: Layer already exists [2025-06-27T08:11:59.557Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:04.885Z] 35d52bcf7aa4: Pushed [2025-06-27T08:12:04.885Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:05.241Z] + 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-27T08:12:05.585Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-27T08:12:05.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-27T08:12:05.586Z] 6659a9d0ec08: Preparing [2025-06-27T08:12:05.586Z] 7ab5cc4cffc6: Preparing [2025-06-27T08:12:05.586Z] 53b4bf478bb0: Preparing [2025-06-27T08:12:05.586Z] 35d52bcf7aa4: Preparing [2025-06-27T08:12:05.586Z] db20f4ef03d4: Preparing [2025-06-27T08:12:05.586Z] 58d383105bd2: Preparing [2025-06-27T08:12:05.586Z] 8e6022201dfd: Preparing [2025-06-27T08:12:05.586Z] d5affefecda5: Preparing [2025-06-27T08:12:05.586Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:05.586Z] 58d383105bd2: Waiting [2025-06-27T08:12:05.586Z] 8e6022201dfd: Waiting [2025-06-27T08:12:05.586Z] d5affefecda5: Waiting [2025-06-27T08:12:05.586Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:05.586Z] 6659a9d0ec08: Layer already exists [2025-06-27T08:12:05.586Z] 53b4bf478bb0: Layer already exists [2025-06-27T08:12:05.586Z] 7ab5cc4cffc6: Layer already exists [2025-06-27T08:12:05.586Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:05.586Z] 35d52bcf7aa4: Layer already exists [2025-06-27T08:12:05.586Z] d5affefecda5: Layer already exists [2025-06-27T08:12:05.586Z] 8e6022201dfd: Layer already exists [2025-06-27T08:12:05.586Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:05.586Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:05.586Z] latest: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:06.203Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:06.552Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 [2025-06-27T08:12:06.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-27T08:12:06.552Z] 6659a9d0ec08: Preparing [2025-06-27T08:12:06.552Z] 7ab5cc4cffc6: Preparing [2025-06-27T08:12:06.552Z] 53b4bf478bb0: Preparing [2025-06-27T08:12:06.552Z] 35d52bcf7aa4: Preparing [2025-06-27T08:12:06.552Z] db20f4ef03d4: Preparing [2025-06-27T08:12:06.552Z] 58d383105bd2: Preparing [2025-06-27T08:12:06.552Z] 8e6022201dfd: Preparing [2025-06-27T08:12:06.552Z] d5affefecda5: Preparing [2025-06-27T08:12:06.552Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:06.552Z] 8e6022201dfd: Waiting [2025-06-27T08:12:06.552Z] d5affefecda5: Waiting [2025-06-27T08:12:06.552Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:06.552Z] 58d383105bd2: Waiting [2025-06-27T08:12:06.552Z] 6659a9d0ec08: Layer already exists [2025-06-27T08:12:06.552Z] 7ab5cc4cffc6: Layer already exists [2025-06-27T08:12:06.552Z] 53b4bf478bb0: Layer already exists [2025-06-27T08:12:06.552Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:06.552Z] 35d52bcf7aa4: Layer already exists [2025-06-27T08:12:06.552Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:06.552Z] 8e6022201dfd: Layer already exists [2025-06-27T08:12:06.552Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:06.552Z] d5affefecda5: Layer already exists [2025-06-27T08:12:06.552Z] 4.1.0-dev.29: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:07.172Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:07.519Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:07.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-27T08:12:07.519Z] 6659a9d0ec08: Preparing [2025-06-27T08:12:07.519Z] 7ab5cc4cffc6: Preparing [2025-06-27T08:12:07.519Z] 53b4bf478bb0: Preparing [2025-06-27T08:12:07.519Z] 35d52bcf7aa4: Preparing [2025-06-27T08:12:07.519Z] db20f4ef03d4: Preparing [2025-06-27T08:12:07.519Z] 58d383105bd2: Preparing [2025-06-27T08:12:07.519Z] 8e6022201dfd: Preparing [2025-06-27T08:12:07.519Z] 58d383105bd2: Waiting [2025-06-27T08:12:07.519Z] 8e6022201dfd: Waiting [2025-06-27T08:12:07.519Z] d5affefecda5: Preparing [2025-06-27T08:12:07.519Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:07.519Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:07.519Z] 6659a9d0ec08: Layer already exists [2025-06-27T08:12:07.519Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:07.519Z] 35d52bcf7aa4: Layer already exists [2025-06-27T08:12:07.519Z] 7ab5cc4cffc6: Layer already exists [2025-06-27T08:12:07.519Z] 53b4bf478bb0: Layer already exists [2025-06-27T08:12:07.519Z] 8e6022201dfd: Layer already exists [2025-06-27T08:12:07.519Z] d5affefecda5: Layer already exists [2025-06-27T08:12:07.519Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:07.519Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:07.519Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:08.148Z] + 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-27T08:12:08.772Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-27T08:12:08.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-27T08:12:08.772Z] 6659a9d0ec08: Preparing [2025-06-27T08:12:08.772Z] 7ab5cc4cffc6: Preparing [2025-06-27T08:12:08.772Z] 53b4bf478bb0: Preparing [2025-06-27T08:12:08.772Z] 35d52bcf7aa4: Preparing [2025-06-27T08:12:08.772Z] db20f4ef03d4: Preparing [2025-06-27T08:12:08.772Z] 58d383105bd2: Preparing [2025-06-27T08:12:08.772Z] 8e6022201dfd: Preparing [2025-06-27T08:12:08.772Z] d5affefecda5: Preparing [2025-06-27T08:12:08.772Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:08.772Z] d5affefecda5: Waiting [2025-06-27T08:12:08.772Z] 58d383105bd2: Waiting [2025-06-27T08:12:08.772Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:08.772Z] 6659a9d0ec08: Layer already exists [2025-06-27T08:12:08.772Z] 53b4bf478bb0: Layer already exists [2025-06-27T08:12:08.772Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:08.772Z] 35d52bcf7aa4: Layer already exists [2025-06-27T08:12:08.772Z] 7ab5cc4cffc6: Layer already exists [2025-06-27T08:12:08.772Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:08.772Z] d5affefecda5: Layer already exists [2025-06-27T08:12:08.772Z] 8e6022201dfd: Layer already exists [2025-06-27T08:12:08.772Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:08.772Z] main: digest: sha256:047d474cb8c106265152899108d190d733af4cebd7eea7092c5a009e774e0282 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:12:09.109Z] ===================================================== [Pipeline] echo [2025-06-27T08:12:09.123Z] taggedImages: [2025-06-27T08:12:09.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:09.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-27T08:12:09.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 [2025-06-27T08:12:09.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:09.123Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-27T08:12:09.157Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-27T08:12:09.157Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:09.157Z] latest [2025-06-27T08:12:09.157Z] 4.1.0-dev.29 [2025-06-27T08:12:09.157Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:09.157Z] main [2025-06-27T08:12:09.157Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:09.527Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:09.953Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:09.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-27T08:12:09.953Z] bfd273406cf2: Preparing [2025-06-27T08:12:09.953Z] f7fb0342a1b4: Preparing [2025-06-27T08:12:09.953Z] d5db24c42deb: Preparing [2025-06-27T08:12:09.953Z] 2e7c758a32df: Preparing [2025-06-27T08:12:09.953Z] 17c0e124d827: Preparing [2025-06-27T08:12:09.953Z] db20f4ef03d4: Preparing [2025-06-27T08:12:09.953Z] 58d383105bd2: Preparing [2025-06-27T08:12:09.953Z] db20f4ef03d4: Waiting [2025-06-27T08:12:09.953Z] f36dfce52381: Preparing [2025-06-27T08:12:09.953Z] 58d383105bd2: Waiting [2025-06-27T08:12:09.953Z] 703b9724e387: Preparing [2025-06-27T08:12:09.953Z] f36dfce52381: Waiting [2025-06-27T08:12:09.953Z] 2e9a34e40ddc: Preparing [2025-06-27T08:12:09.953Z] 703b9724e387: Waiting [2025-06-27T08:12:09.953Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:09.953Z] 2e9a34e40ddc: Waiting [2025-06-27T08:12:09.953Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:10.221Z] 17c0e124d827: Pushed [2025-06-27T08:12:10.221Z] 2e7c758a32df: Pushed [2025-06-27T08:12:10.221Z] f7fb0342a1b4: Pushed [2025-06-27T08:12:10.221Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:10.221Z] bfd273406cf2: Pushed [2025-06-27T08:12:10.221Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:10.221Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:10.221Z] f36dfce52381: Pushed [2025-06-27T08:12:10.221Z] 703b9724e387: Pushed [2025-06-27T08:12:13.625Z] 2e9a34e40ddc: Pushed [2025-06-27T08:12:14.584Z] d5db24c42deb: Pushed [2025-06-27T08:12:14.584Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:14.932Z] + 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-27T08:12:15.268Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-27T08:12:15.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-27T08:12:15.268Z] bfd273406cf2: Preparing [2025-06-27T08:12:15.268Z] f7fb0342a1b4: Preparing [2025-06-27T08:12:15.268Z] d5db24c42deb: Preparing [2025-06-27T08:12:15.268Z] 2e7c758a32df: Preparing [2025-06-27T08:12:15.268Z] 17c0e124d827: Preparing [2025-06-27T08:12:15.268Z] db20f4ef03d4: Preparing [2025-06-27T08:12:15.268Z] 58d383105bd2: Preparing [2025-06-27T08:12:15.268Z] f36dfce52381: Preparing [2025-06-27T08:12:15.268Z] 703b9724e387: Preparing [2025-06-27T08:12:15.268Z] 2e9a34e40ddc: Preparing [2025-06-27T08:12:15.268Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:15.268Z] db20f4ef03d4: Waiting [2025-06-27T08:12:15.268Z] 58d383105bd2: Waiting [2025-06-27T08:12:15.268Z] f36dfce52381: Waiting [2025-06-27T08:12:15.268Z] 703b9724e387: Waiting [2025-06-27T08:12:15.268Z] 2e9a34e40ddc: Waiting [2025-06-27T08:12:15.268Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:15.268Z] bfd273406cf2: Layer already exists [2025-06-27T08:12:15.268Z] f7fb0342a1b4: Layer already exists [2025-06-27T08:12:15.268Z] 2e7c758a32df: Layer already exists [2025-06-27T08:12:15.268Z] 17c0e124d827: Layer already exists [2025-06-27T08:12:15.268Z] d5db24c42deb: Layer already exists [2025-06-27T08:12:15.268Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:15.268Z] f36dfce52381: Layer already exists [2025-06-27T08:12:15.268Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:15.268Z] 703b9724e387: Layer already exists [2025-06-27T08:12:15.268Z] 2e9a34e40ddc: Layer already exists [2025-06-27T08:12:15.268Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:15.532Z] latest: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:15.883Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:16.225Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 [2025-06-27T08:12:16.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-27T08:12:16.225Z] bfd273406cf2: Preparing [2025-06-27T08:12:16.225Z] f7fb0342a1b4: Preparing [2025-06-27T08:12:16.225Z] d5db24c42deb: Preparing [2025-06-27T08:12:16.225Z] 2e7c758a32df: Preparing [2025-06-27T08:12:16.225Z] 17c0e124d827: Preparing [2025-06-27T08:12:16.225Z] db20f4ef03d4: Preparing [2025-06-27T08:12:16.225Z] 58d383105bd2: Preparing [2025-06-27T08:12:16.225Z] f36dfce52381: Preparing [2025-06-27T08:12:16.225Z] 703b9724e387: Preparing [2025-06-27T08:12:16.225Z] 2e9a34e40ddc: Preparing [2025-06-27T08:12:16.225Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:16.225Z] db20f4ef03d4: Waiting [2025-06-27T08:12:16.225Z] 58d383105bd2: Waiting [2025-06-27T08:12:16.225Z] f36dfce52381: Waiting [2025-06-27T08:12:16.225Z] 2e9a34e40ddc: Waiting [2025-06-27T08:12:16.225Z] 703b9724e387: Waiting [2025-06-27T08:12:16.225Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:16.225Z] d5db24c42deb: Layer already exists [2025-06-27T08:12:16.225Z] f7fb0342a1b4: Layer already exists [2025-06-27T08:12:16.225Z] 17c0e124d827: Layer already exists [2025-06-27T08:12:16.225Z] 2e7c758a32df: Layer already exists [2025-06-27T08:12:16.225Z] bfd273406cf2: Layer already exists [2025-06-27T08:12:16.225Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:16.225Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:16.225Z] f36dfce52381: Layer already exists [2025-06-27T08:12:16.225Z] 703b9724e387: Layer already exists [2025-06-27T08:12:16.225Z] 2e9a34e40ddc: Layer already exists [2025-06-27T08:12:16.225Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:16.489Z] 4.1.0-dev.29: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:16.830Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:17.170Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:17.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-27T08:12:17.170Z] bfd273406cf2: Preparing [2025-06-27T08:12:17.170Z] f7fb0342a1b4: Preparing [2025-06-27T08:12:17.170Z] d5db24c42deb: Preparing [2025-06-27T08:12:17.170Z] 2e7c758a32df: Preparing [2025-06-27T08:12:17.171Z] 17c0e124d827: Preparing [2025-06-27T08:12:17.171Z] db20f4ef03d4: Preparing [2025-06-27T08:12:17.171Z] 58d383105bd2: Preparing [2025-06-27T08:12:17.171Z] f36dfce52381: Preparing [2025-06-27T08:12:17.171Z] db20f4ef03d4: Waiting [2025-06-27T08:12:17.171Z] 703b9724e387: Preparing [2025-06-27T08:12:17.171Z] 58d383105bd2: Waiting [2025-06-27T08:12:17.171Z] 2e9a34e40ddc: Preparing [2025-06-27T08:12:17.171Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:17.171Z] 2e9a34e40ddc: Waiting [2025-06-27T08:12:17.171Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:17.171Z] f7fb0342a1b4: Layer already exists [2025-06-27T08:12:17.171Z] 2e7c758a32df: Layer already exists [2025-06-27T08:12:17.171Z] bfd273406cf2: Layer already exists [2025-06-27T08:12:17.171Z] d5db24c42deb: Layer already exists [2025-06-27T08:12:17.171Z] 17c0e124d827: Layer already exists [2025-06-27T08:12:17.171Z] f36dfce52381: Layer already exists [2025-06-27T08:12:17.171Z] 2e9a34e40ddc: Layer already exists [2025-06-27T08:12:17.171Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:17.171Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:17.171Z] 703b9724e387: Layer already exists [2025-06-27T08:12:17.171Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:17.434Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:17.779Z] + 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-27T08:12:18.130Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-27T08:12:18.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-27T08:12:18.130Z] bfd273406cf2: Preparing [2025-06-27T08:12:18.130Z] f7fb0342a1b4: Preparing [2025-06-27T08:12:18.130Z] d5db24c42deb: Preparing [2025-06-27T08:12:18.131Z] 2e7c758a32df: Preparing [2025-06-27T08:12:18.131Z] 17c0e124d827: Preparing [2025-06-27T08:12:18.131Z] db20f4ef03d4: Preparing [2025-06-27T08:12:18.131Z] 58d383105bd2: Preparing [2025-06-27T08:12:18.131Z] f36dfce52381: Preparing [2025-06-27T08:12:18.131Z] 703b9724e387: Preparing [2025-06-27T08:12:18.131Z] 2e9a34e40ddc: Preparing [2025-06-27T08:12:18.131Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:18.131Z] 58d383105bd2: Waiting [2025-06-27T08:12:18.131Z] f36dfce52381: Waiting [2025-06-27T08:12:18.131Z] 703b9724e387: Waiting [2025-06-27T08:12:18.131Z] db20f4ef03d4: Waiting [2025-06-27T08:12:18.131Z] 2e9a34e40ddc: Waiting [2025-06-27T08:12:18.131Z] d5db24c42deb: Layer already exists [2025-06-27T08:12:18.131Z] bfd273406cf2: Layer already exists [2025-06-27T08:12:18.131Z] 2e7c758a32df: Layer already exists [2025-06-27T08:12:18.131Z] f7fb0342a1b4: Layer already exists [2025-06-27T08:12:18.131Z] 17c0e124d827: Layer already exists [2025-06-27T08:12:18.131Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:18.131Z] f36dfce52381: Layer already exists [2025-06-27T08:12:18.131Z] 703b9724e387: Layer already exists [2025-06-27T08:12:18.131Z] 2e9a34e40ddc: Layer already exists [2025-06-27T08:12:18.131Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:18.131Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:18.393Z] main: digest: sha256:83723e7483773491161b4d46592d66ce91a0f8a3bfafde9d1b4f2f2d74cafae7 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:12:18.473Z] ===================================================== [Pipeline] echo [2025-06-27T08:12:18.491Z] taggedImages: [2025-06-27T08:12:18.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:18.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-27T08:12:18.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 [2025-06-27T08:12:18.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:18.491Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-27T08:12:18.523Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-27T08:12:18.523Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:18.523Z] latest [2025-06-27T08:12:18.523Z] 4.1.0-dev.29 [2025-06-27T08:12:18.523Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:18.523Z] main [2025-06-27T08:12:18.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:18.900Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:19.254Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:19.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-27T08:12:19.254Z] 15aec17f902b: Preparing [2025-06-27T08:12:19.254Z] 9efc515a1dd0: Preparing [2025-06-27T08:12:19.254Z] a5ad7fc32c1c: Preparing [2025-06-27T08:12:19.254Z] 004eb3a19fe0: Preparing [2025-06-27T08:12:19.254Z] 04fdba438373: Preparing [2025-06-27T08:12:19.254Z] 6ebde83c9c5a: Preparing [2025-06-27T08:12:19.254Z] d28231e5b61a: Preparing [2025-06-27T08:12:19.254Z] db20f4ef03d4: Preparing [2025-06-27T08:12:19.254Z] 58d383105bd2: Preparing [2025-06-27T08:12:19.254Z] dc38dddb330f: Preparing [2025-06-27T08:12:19.254Z] 77cd455ef58f: Preparing [2025-06-27T08:12:19.254Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:19.254Z] 6ebde83c9c5a: Waiting [2025-06-27T08:12:19.254Z] d28231e5b61a: Waiting [2025-06-27T08:12:19.254Z] dc38dddb330f: Waiting [2025-06-27T08:12:19.254Z] 77cd455ef58f: Waiting [2025-06-27T08:12:19.254Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:19.254Z] db20f4ef03d4: Waiting [2025-06-27T08:12:19.254Z] 58d383105bd2: Waiting [2025-06-27T08:12:19.518Z] 9efc515a1dd0: Pushed [2025-06-27T08:12:19.518Z] 15aec17f902b: Pushed [2025-06-27T08:12:19.518Z] 04fdba438373: Pushed [2025-06-27T08:12:19.518Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:19.518Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:19.518Z] 6ebde83c9c5a: Pushed [2025-06-27T08:12:19.518Z] d28231e5b61a: Pushed [2025-06-27T08:12:19.782Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:19.782Z] dc38dddb330f: Pushed [2025-06-27T08:12:22.351Z] 77cd455ef58f: Pushed [2025-06-27T08:12:23.747Z] 004eb3a19fe0: Pushed [2025-06-27T08:12:26.308Z] a5ad7fc32c1c: Pushed [2025-06-27T08:12:26.308Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:26.674Z] + 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-27T08:12:27.013Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-27T08:12:27.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-27T08:12:27.013Z] 15aec17f902b: Preparing [2025-06-27T08:12:27.013Z] 9efc515a1dd0: Preparing [2025-06-27T08:12:27.013Z] a5ad7fc32c1c: Preparing [2025-06-27T08:12:27.013Z] 004eb3a19fe0: Preparing [2025-06-27T08:12:27.013Z] 04fdba438373: Preparing [2025-06-27T08:12:27.013Z] 6ebde83c9c5a: Preparing [2025-06-27T08:12:27.013Z] d28231e5b61a: Preparing [2025-06-27T08:12:27.013Z] db20f4ef03d4: Preparing [2025-06-27T08:12:27.013Z] 58d383105bd2: Preparing [2025-06-27T08:12:27.013Z] dc38dddb330f: Preparing [2025-06-27T08:12:27.013Z] 77cd455ef58f: Preparing [2025-06-27T08:12:27.013Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:27.013Z] 58d383105bd2: Waiting [2025-06-27T08:12:27.013Z] dc38dddb330f: Waiting [2025-06-27T08:12:27.013Z] 77cd455ef58f: Waiting [2025-06-27T08:12:27.013Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:27.013Z] 6ebde83c9c5a: Waiting [2025-06-27T08:12:27.013Z] d28231e5b61a: Waiting [2025-06-27T08:12:27.013Z] db20f4ef03d4: Waiting [2025-06-27T08:12:27.013Z] 04fdba438373: Layer already exists [2025-06-27T08:12:27.013Z] a5ad7fc32c1c: Layer already exists [2025-06-27T08:12:27.013Z] 9efc515a1dd0: Layer already exists [2025-06-27T08:12:27.013Z] 004eb3a19fe0: Layer already exists [2025-06-27T08:12:27.013Z] 15aec17f902b: Layer already exists [2025-06-27T08:12:27.013Z] d28231e5b61a: Layer already exists [2025-06-27T08:12:27.013Z] 6ebde83c9c5a: Layer already exists [2025-06-27T08:12:27.013Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:27.013Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:27.013Z] dc38dddb330f: Layer already exists [2025-06-27T08:12:27.013Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:27.013Z] 77cd455ef58f: Layer already exists [2025-06-27T08:12:27.276Z] latest: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:27.618Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:27.963Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 [2025-06-27T08:12:27.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-27T08:12:27.964Z] 15aec17f902b: Preparing [2025-06-27T08:12:27.964Z] 9efc515a1dd0: Preparing [2025-06-27T08:12:27.964Z] a5ad7fc32c1c: Preparing [2025-06-27T08:12:27.964Z] 004eb3a19fe0: Preparing [2025-06-27T08:12:27.964Z] 04fdba438373: Preparing [2025-06-27T08:12:27.964Z] 6ebde83c9c5a: Preparing [2025-06-27T08:12:27.964Z] d28231e5b61a: Preparing [2025-06-27T08:12:27.964Z] db20f4ef03d4: Preparing [2025-06-27T08:12:27.964Z] 58d383105bd2: Preparing [2025-06-27T08:12:27.964Z] dc38dddb330f: Preparing [2025-06-27T08:12:27.964Z] 77cd455ef58f: Preparing [2025-06-27T08:12:27.964Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:27.964Z] db20f4ef03d4: Waiting [2025-06-27T08:12:27.964Z] 58d383105bd2: Waiting [2025-06-27T08:12:27.964Z] dc38dddb330f: Waiting [2025-06-27T08:12:27.964Z] 77cd455ef58f: Waiting [2025-06-27T08:12:27.964Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:27.964Z] 6ebde83c9c5a: Waiting [2025-06-27T08:12:27.964Z] d28231e5b61a: Waiting [2025-06-27T08:12:27.964Z] 9efc515a1dd0: Layer already exists [2025-06-27T08:12:27.964Z] 004eb3a19fe0: Layer already exists [2025-06-27T08:12:27.964Z] a5ad7fc32c1c: Layer already exists [2025-06-27T08:12:27.964Z] 04fdba438373: Layer already exists [2025-06-27T08:12:27.964Z] 15aec17f902b: Layer already exists [2025-06-27T08:12:27.964Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:27.964Z] 6ebde83c9c5a: Layer already exists [2025-06-27T08:12:27.964Z] d28231e5b61a: Layer already exists [2025-06-27T08:12:27.964Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:27.964Z] dc38dddb330f: Layer already exists [2025-06-27T08:12:27.964Z] 77cd455ef58f: Layer already exists [2025-06-27T08:12:27.964Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:28.227Z] 4.1.0-dev.29: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:28.569Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:28.913Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:28.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-27T08:12:28.913Z] 15aec17f902b: Preparing [2025-06-27T08:12:28.913Z] 9efc515a1dd0: Preparing [2025-06-27T08:12:28.913Z] a5ad7fc32c1c: Preparing [2025-06-27T08:12:28.913Z] 004eb3a19fe0: Preparing [2025-06-27T08:12:28.913Z] 04fdba438373: Preparing [2025-06-27T08:12:28.913Z] 6ebde83c9c5a: Preparing [2025-06-27T08:12:28.913Z] d28231e5b61a: Preparing [2025-06-27T08:12:28.913Z] db20f4ef03d4: Preparing [2025-06-27T08:12:28.913Z] 58d383105bd2: Preparing [2025-06-27T08:12:28.913Z] dc38dddb330f: Preparing [2025-06-27T08:12:28.913Z] 77cd455ef58f: Preparing [2025-06-27T08:12:28.913Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:28.913Z] db20f4ef03d4: Waiting [2025-06-27T08:12:28.913Z] 6ebde83c9c5a: Waiting [2025-06-27T08:12:28.913Z] d28231e5b61a: Waiting [2025-06-27T08:12:28.913Z] 58d383105bd2: Waiting [2025-06-27T08:12:28.913Z] dc38dddb330f: Waiting [2025-06-27T08:12:28.913Z] 77cd455ef58f: Waiting [2025-06-27T08:12:28.913Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:28.913Z] 004eb3a19fe0: Layer already exists [2025-06-27T08:12:28.913Z] 15aec17f902b: Layer already exists [2025-06-27T08:12:28.913Z] 9efc515a1dd0: Layer already exists [2025-06-27T08:12:28.913Z] a5ad7fc32c1c: Layer already exists [2025-06-27T08:12:28.913Z] 04fdba438373: Layer already exists [2025-06-27T08:12:28.913Z] 6ebde83c9c5a: Layer already exists [2025-06-27T08:12:28.913Z] d28231e5b61a: Layer already exists [2025-06-27T08:12:28.913Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:28.913Z] dc38dddb330f: Layer already exists [2025-06-27T08:12:28.913Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:28.913Z] 77cd455ef58f: Layer already exists [2025-06-27T08:12:28.913Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:29.176Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:29.531Z] + 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-27T08:12:29.881Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-27T08:12:29.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-27T08:12:29.881Z] 15aec17f902b: Preparing [2025-06-27T08:12:29.881Z] 9efc515a1dd0: Preparing [2025-06-27T08:12:29.881Z] a5ad7fc32c1c: Preparing [2025-06-27T08:12:29.881Z] 004eb3a19fe0: Preparing [2025-06-27T08:12:29.881Z] 04fdba438373: Preparing [2025-06-27T08:12:29.881Z] 6ebde83c9c5a: Preparing [2025-06-27T08:12:29.881Z] d28231e5b61a: Preparing [2025-06-27T08:12:29.881Z] 6ebde83c9c5a: Waiting [2025-06-27T08:12:29.881Z] d28231e5b61a: Waiting [2025-06-27T08:12:29.881Z] db20f4ef03d4: Preparing [2025-06-27T08:12:29.881Z] 58d383105bd2: Preparing [2025-06-27T08:12:29.881Z] dc38dddb330f: Preparing [2025-06-27T08:12:29.881Z] 77cd455ef58f: Preparing [2025-06-27T08:12:29.881Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:29.881Z] db20f4ef03d4: Waiting [2025-06-27T08:12:29.881Z] 77cd455ef58f: Waiting [2025-06-27T08:12:29.881Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:29.881Z] 58d383105bd2: Waiting [2025-06-27T08:12:29.881Z] dc38dddb330f: Waiting [2025-06-27T08:12:29.881Z] 9efc515a1dd0: Layer already exists [2025-06-27T08:12:29.881Z] 004eb3a19fe0: Layer already exists [2025-06-27T08:12:29.881Z] a5ad7fc32c1c: Layer already exists [2025-06-27T08:12:29.881Z] 04fdba438373: Layer already exists [2025-06-27T08:12:29.881Z] 15aec17f902b: Layer already exists [2025-06-27T08:12:29.881Z] 6ebde83c9c5a: Layer already exists [2025-06-27T08:12:29.881Z] dc38dddb330f: Layer already exists [2025-06-27T08:12:29.881Z] d28231e5b61a: Layer already exists [2025-06-27T08:12:29.881Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:29.881Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:29.881Z] 77cd455ef58f: Layer already exists [2025-06-27T08:12:29.881Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:30.144Z] main: digest: sha256:ca6624952f19082b68b7b1e8c92a93459de8a1e81ab6538f078ec32f46f5a3d1 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:12:30.239Z] ===================================================== [Pipeline] echo [2025-06-27T08:12:30.257Z] taggedImages: [2025-06-27T08:12:30.257Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:30.257Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-27T08:12:30.257Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 [2025-06-27T08:12:30.257Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:30.257Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-27T08:12:30.296Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-27T08:12:30.296Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:30.296Z] latest [2025-06-27T08:12:30.296Z] 4.1.0-dev.29 [2025-06-27T08:12:30.296Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:30.296Z] main [2025-06-27T08:12:30.296Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:30.663Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:31.004Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:31.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-27T08:12:31.004Z] 0a1db7c72628: Preparing [2025-06-27T08:12:31.004Z] d8de94a8c50d: Preparing [2025-06-27T08:12:31.004Z] db20f4ef03d4: Preparing [2025-06-27T08:12:31.004Z] 58d383105bd2: Preparing [2025-06-27T08:12:31.004Z] 822e192a8e99: Preparing [2025-06-27T08:12:31.004Z] 864edb119ae7: Preparing [2025-06-27T08:12:31.004Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:31.004Z] 864edb119ae7: Waiting [2025-06-27T08:12:31.004Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:31.004Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:31.269Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:31.269Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:31.269Z] 822e192a8e99: Pushed [2025-06-27T08:12:31.269Z] 0a1db7c72628: Pushed [2025-06-27T08:12:33.197Z] 864edb119ae7: Pushed [2025-06-27T08:12:38.507Z] d8de94a8c50d: Pushed [2025-06-27T08:12:38.507Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:38.855Z] + 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-27T08:12:39.208Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-27T08:12:39.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-27T08:12:39.208Z] 0a1db7c72628: Preparing [2025-06-27T08:12:39.208Z] d8de94a8c50d: Preparing [2025-06-27T08:12:39.208Z] db20f4ef03d4: Preparing [2025-06-27T08:12:39.208Z] 58d383105bd2: Preparing [2025-06-27T08:12:39.208Z] 822e192a8e99: Preparing [2025-06-27T08:12:39.208Z] 864edb119ae7: Preparing [2025-06-27T08:12:39.208Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:39.208Z] 864edb119ae7: Waiting [2025-06-27T08:12:39.208Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:39.208Z] d8de94a8c50d: Layer already exists [2025-06-27T08:12:39.208Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:39.208Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:39.208Z] 822e192a8e99: Layer already exists [2025-06-27T08:12:39.208Z] 0a1db7c72628: Layer already exists [2025-06-27T08:12:39.208Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:39.208Z] 864edb119ae7: Layer already exists [2025-06-27T08:12:39.472Z] latest: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:39.828Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:40.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 [2025-06-27T08:12:40.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-27T08:12:40.177Z] 0a1db7c72628: Preparing [2025-06-27T08:12:40.177Z] d8de94a8c50d: Preparing [2025-06-27T08:12:40.177Z] db20f4ef03d4: Preparing [2025-06-27T08:12:40.177Z] 58d383105bd2: Preparing [2025-06-27T08:12:40.177Z] 822e192a8e99: Preparing [2025-06-27T08:12:40.177Z] 864edb119ae7: Preparing [2025-06-27T08:12:40.177Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:40.177Z] 864edb119ae7: Waiting [2025-06-27T08:12:40.177Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:40.177Z] d8de94a8c50d: Layer already exists [2025-06-27T08:12:40.177Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:40.177Z] 822e192a8e99: Layer already exists [2025-06-27T08:12:40.177Z] 0a1db7c72628: Layer already exists [2025-06-27T08:12:40.177Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:40.177Z] 864edb119ae7: Layer already exists [2025-06-27T08:12:40.177Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:40.441Z] 4.1.0-dev.29: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:40.797Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:41.145Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:41.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-27T08:12:41.145Z] 0a1db7c72628: Preparing [2025-06-27T08:12:41.145Z] d8de94a8c50d: Preparing [2025-06-27T08:12:41.145Z] db20f4ef03d4: Preparing [2025-06-27T08:12:41.145Z] 58d383105bd2: Preparing [2025-06-27T08:12:41.145Z] 822e192a8e99: Preparing [2025-06-27T08:12:41.145Z] 864edb119ae7: Preparing [2025-06-27T08:12:41.145Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:41.145Z] 864edb119ae7: Waiting [2025-06-27T08:12:41.145Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:41.145Z] 0a1db7c72628: Layer already exists [2025-06-27T08:12:41.145Z] d8de94a8c50d: Layer already exists [2025-06-27T08:12:41.145Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:41.145Z] 822e192a8e99: Layer already exists [2025-06-27T08:12:41.145Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:41.145Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:41.145Z] 864edb119ae7: Layer already exists [2025-06-27T08:12:41.145Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:41.757Z] + 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-27T08:12:42.683Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-27T08:12:42.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-27T08:12:42.684Z] 0a1db7c72628: Preparing [2025-06-27T08:12:42.684Z] d8de94a8c50d: Preparing [2025-06-27T08:12:42.684Z] db20f4ef03d4: Preparing [2025-06-27T08:12:42.684Z] 58d383105bd2: Preparing [2025-06-27T08:12:42.684Z] 822e192a8e99: Preparing [2025-06-27T08:12:42.684Z] 864edb119ae7: Preparing [2025-06-27T08:12:42.684Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:42.684Z] 864edb119ae7: Waiting [2025-06-27T08:12:42.684Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:42.684Z] 822e192a8e99: Layer already exists [2025-06-27T08:12:42.684Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:42.684Z] 0a1db7c72628: Layer already exists [2025-06-27T08:12:42.684Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:42.684Z] d8de94a8c50d: Layer already exists [2025-06-27T08:12:42.684Z] 864edb119ae7: Layer already exists [2025-06-27T08:12:42.684Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:42.684Z] main: digest: sha256:a0e8db85978279df4e3ca05e21533f4e6549657731f0d65c4f289208aab5fca0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:12:43.027Z] ===================================================== [Pipeline] echo [2025-06-27T08:12:43.043Z] taggedImages: [2025-06-27T08:12:43.043Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:43.043Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-27T08:12:43.043Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 [2025-06-27T08:12:43.043Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:43.043Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-27T08:12:43.075Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-27T08:12:43.075Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:43.075Z] latest [2025-06-27T08:12:43.075Z] 4.1.0-dev.29 [2025-06-27T08:12:43.075Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:12:43.075Z] main [2025-06-27T08:12:43.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:43.460Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:12:43.799Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:12:43.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-27T08:12:43.800Z] a92c6f3c0415: Preparing [2025-06-27T08:12:43.800Z] afd04b4703ca: Preparing [2025-06-27T08:12:43.800Z] fc10f3824503: Preparing [2025-06-27T08:12:43.800Z] db20f4ef03d4: Preparing [2025-06-27T08:12:43.800Z] 58d383105bd2: Preparing [2025-06-27T08:12:43.800Z] 04199051c200: Preparing [2025-06-27T08:12:43.800Z] f3819950fbee: Preparing [2025-06-27T08:12:43.800Z] 6e1b678f899a: Preparing [2025-06-27T08:12:43.800Z] c1550102f517: Preparing [2025-06-27T08:12:43.800Z] dd9c8f8612c8: Preparing [2025-06-27T08:12:43.800Z] 04199051c200: Waiting [2025-06-27T08:12:43.800Z] f3819950fbee: Waiting [2025-06-27T08:12:43.800Z] 6e1b678f899a: Waiting [2025-06-27T08:12:43.800Z] c1550102f517: Waiting [2025-06-27T08:12:43.800Z] dd9c8f8612c8: Waiting [2025-06-27T08:12:43.800Z] 58d383105bd2: Layer already exists [2025-06-27T08:12:43.800Z] db20f4ef03d4: Layer already exists [2025-06-27T08:12:44.062Z] afd04b4703ca: Pushed [2025-06-27T08:12:44.062Z] fc10f3824503: Pushed [2025-06-27T08:12:44.062Z] a92c6f3c0415: Pushed [2025-06-27T08:12:44.062Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:12:44.062Z] 6e1b678f899a: Pushed [2025-06-27T08:12:45.014Z] c1550102f517: Pushed [2025-06-27T08:12:55.050Z] f3819950fbee: Pushed [2025-06-27T08:13:10.009Z] 04199051c200: Pushed [2025-06-27T08:13:10.009Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:10.355Z] + 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-27T08:13:10.688Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-27T08:13:10.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-27T08:13:10.688Z] a92c6f3c0415: Preparing [2025-06-27T08:13:10.688Z] afd04b4703ca: Preparing [2025-06-27T08:13:10.688Z] fc10f3824503: Preparing [2025-06-27T08:13:10.688Z] db20f4ef03d4: Preparing [2025-06-27T08:13:10.688Z] 58d383105bd2: Preparing [2025-06-27T08:13:10.688Z] 04199051c200: Preparing [2025-06-27T08:13:10.688Z] f3819950fbee: Preparing [2025-06-27T08:13:10.688Z] 6e1b678f899a: Preparing [2025-06-27T08:13:10.688Z] c1550102f517: Preparing [2025-06-27T08:13:10.688Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:10.688Z] 04199051c200: Waiting [2025-06-27T08:13:10.688Z] f3819950fbee: Waiting [2025-06-27T08:13:10.688Z] 6e1b678f899a: Waiting [2025-06-27T08:13:10.688Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:10.688Z] c1550102f517: Waiting [2025-06-27T08:13:10.688Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:10.688Z] a92c6f3c0415: Layer already exists [2025-06-27T08:13:10.688Z] fc10f3824503: Layer already exists [2025-06-27T08:13:10.688Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:10.688Z] afd04b4703ca: Layer already exists [2025-06-27T08:13:10.688Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:10.688Z] f3819950fbee: Layer already exists [2025-06-27T08:13:10.688Z] c1550102f517: Layer already exists [2025-06-27T08:13:10.688Z] 04199051c200: Layer already exists [2025-06-27T08:13:10.688Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:10.951Z] latest: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:11.298Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:11.646Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 [2025-06-27T08:13:11.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-27T08:13:11.646Z] a92c6f3c0415: Preparing [2025-06-27T08:13:11.646Z] afd04b4703ca: Preparing [2025-06-27T08:13:11.646Z] fc10f3824503: Preparing [2025-06-27T08:13:11.646Z] db20f4ef03d4: Preparing [2025-06-27T08:13:11.646Z] 58d383105bd2: Preparing [2025-06-27T08:13:11.646Z] 04199051c200: Preparing [2025-06-27T08:13:11.646Z] f3819950fbee: Preparing [2025-06-27T08:13:11.646Z] 6e1b678f899a: Preparing [2025-06-27T08:13:11.646Z] c1550102f517: Preparing [2025-06-27T08:13:11.646Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:11.646Z] 04199051c200: Waiting [2025-06-27T08:13:11.646Z] c1550102f517: Waiting [2025-06-27T08:13:11.646Z] f3819950fbee: Waiting [2025-06-27T08:13:11.646Z] 6e1b678f899a: Waiting [2025-06-27T08:13:11.646Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:11.646Z] fc10f3824503: Layer already exists [2025-06-27T08:13:11.646Z] afd04b4703ca: Layer already exists [2025-06-27T08:13:11.646Z] a92c6f3c0415: Layer already exists [2025-06-27T08:13:11.646Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:11.646Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:11.646Z] 04199051c200: Layer already exists [2025-06-27T08:13:11.646Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:11.646Z] f3819950fbee: Layer already exists [2025-06-27T08:13:11.646Z] c1550102f517: Layer already exists [2025-06-27T08:13:11.646Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:11.646Z] 4.1.0-dev.29: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:12.246Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:12.589Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:12.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-27T08:13:12.589Z] a92c6f3c0415: Preparing [2025-06-27T08:13:12.589Z] afd04b4703ca: Preparing [2025-06-27T08:13:12.589Z] fc10f3824503: Preparing [2025-06-27T08:13:12.589Z] db20f4ef03d4: Preparing [2025-06-27T08:13:12.589Z] 58d383105bd2: Preparing [2025-06-27T08:13:12.589Z] 04199051c200: Preparing [2025-06-27T08:13:12.589Z] f3819950fbee: Preparing [2025-06-27T08:13:12.589Z] 6e1b678f899a: Preparing [2025-06-27T08:13:12.589Z] c1550102f517: Preparing [2025-06-27T08:13:12.589Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:12.589Z] 04199051c200: Waiting [2025-06-27T08:13:12.589Z] f3819950fbee: Waiting [2025-06-27T08:13:12.589Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:12.589Z] c1550102f517: Waiting [2025-06-27T08:13:12.589Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:12.589Z] fc10f3824503: Layer already exists [2025-06-27T08:13:12.589Z] a92c6f3c0415: Layer already exists [2025-06-27T08:13:12.589Z] afd04b4703ca: Layer already exists [2025-06-27T08:13:12.589Z] 04199051c200: Layer already exists [2025-06-27T08:13:12.589Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:12.589Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:12.589Z] f3819950fbee: Layer already exists [2025-06-27T08:13:12.589Z] c1550102f517: Layer already exists [2025-06-27T08:13:12.589Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:12.852Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:13.217Z] + 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-27T08:13:13.572Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-27T08:13:13.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-27T08:13:13.572Z] a92c6f3c0415: Preparing [2025-06-27T08:13:13.572Z] afd04b4703ca: Preparing [2025-06-27T08:13:13.572Z] fc10f3824503: Preparing [2025-06-27T08:13:13.572Z] db20f4ef03d4: Preparing [2025-06-27T08:13:13.572Z] 58d383105bd2: Preparing [2025-06-27T08:13:13.572Z] 04199051c200: Preparing [2025-06-27T08:13:13.572Z] f3819950fbee: Preparing [2025-06-27T08:13:13.572Z] 6e1b678f899a: Preparing [2025-06-27T08:13:13.572Z] c1550102f517: Preparing [2025-06-27T08:13:13.572Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:13.572Z] 6e1b678f899a: Waiting [2025-06-27T08:13:13.572Z] c1550102f517: Waiting [2025-06-27T08:13:13.572Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:13.572Z] 04199051c200: Waiting [2025-06-27T08:13:13.572Z] f3819950fbee: Waiting [2025-06-27T08:13:13.572Z] a92c6f3c0415: Layer already exists [2025-06-27T08:13:13.572Z] fc10f3824503: Layer already exists [2025-06-27T08:13:13.572Z] afd04b4703ca: Layer already exists [2025-06-27T08:13:13.573Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:13.573Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:13.573Z] c1550102f517: Layer already exists [2025-06-27T08:13:13.573Z] 04199051c200: Layer already exists [2025-06-27T08:13:13.573Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:13.573Z] f3819950fbee: Layer already exists [2025-06-27T08:13:13.573Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:13.573Z] main: digest: sha256:5f0a7e204a32f89391c77b35420e8e2314c2270829199d85c40fc45dbff87e07 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:13:13.911Z] ===================================================== [Pipeline] echo [2025-06-27T08:13:13.931Z] taggedImages: [2025-06-27T08:13:13.931Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:13.931Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-27T08:13:13.931Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 [2025-06-27T08:13:13.931Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:13.931Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-27T08:13:13.961Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-27T08:13:13.961Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:13.961Z] latest [2025-06-27T08:13:13.961Z] 4.1.0-dev.29 [2025-06-27T08:13:13.961Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:13.961Z] main [2025-06-27T08:13:13.961Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:14.339Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:14.694Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:14.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-27T08:13:14.694Z] c14affce0027: Preparing [2025-06-27T08:13:14.694Z] 6fb400e29d32: Preparing [2025-06-27T08:13:14.694Z] b63af9011f2d: Preparing [2025-06-27T08:13:14.694Z] db20f4ef03d4: Preparing [2025-06-27T08:13:14.694Z] 58d383105bd2: Preparing [2025-06-27T08:13:14.694Z] 04199051c200: Preparing [2025-06-27T08:13:14.694Z] 9f5beb01279e: Preparing [2025-06-27T08:13:14.694Z] 4e07c9362918: Preparing [2025-06-27T08:13:14.694Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:14.694Z] 4e07c9362918: Waiting [2025-06-27T08:13:14.694Z] 04199051c200: Waiting [2025-06-27T08:13:14.694Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:14.694Z] 9f5beb01279e: Waiting [2025-06-27T08:13:14.694Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:14.694Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:14.960Z] 04199051c200: Layer already exists [2025-06-27T08:13:14.960Z] 6fb400e29d32: Pushed [2025-06-27T08:13:14.960Z] b63af9011f2d: Pushed [2025-06-27T08:13:14.960Z] c14affce0027: Pushed [2025-06-27T08:13:14.960Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:14.960Z] 9f5beb01279e: Pushed [2025-06-27T08:13:16.359Z] 4e07c9362918: Pushed [2025-06-27T08:13:16.626Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:16.971Z] + 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-27T08:13:17.315Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-27T08:13:17.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-27T08:13:17.315Z] c14affce0027: Preparing [2025-06-27T08:13:17.315Z] 6fb400e29d32: Preparing [2025-06-27T08:13:17.315Z] b63af9011f2d: Preparing [2025-06-27T08:13:17.315Z] db20f4ef03d4: Preparing [2025-06-27T08:13:17.315Z] 58d383105bd2: Preparing [2025-06-27T08:13:17.315Z] 04199051c200: Preparing [2025-06-27T08:13:17.315Z] 9f5beb01279e: Preparing [2025-06-27T08:13:17.315Z] 4e07c9362918: Preparing [2025-06-27T08:13:17.315Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:17.315Z] 04199051c200: Waiting [2025-06-27T08:13:17.315Z] 9f5beb01279e: Waiting [2025-06-27T08:13:17.315Z] 4e07c9362918: Waiting [2025-06-27T08:13:17.315Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:17.315Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:17.315Z] 6fb400e29d32: Layer already exists [2025-06-27T08:13:17.315Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:17.315Z] c14affce0027: Layer already exists [2025-06-27T08:13:17.315Z] b63af9011f2d: Layer already exists [2025-06-27T08:13:17.315Z] 04199051c200: Layer already exists [2025-06-27T08:13:17.315Z] 9f5beb01279e: Layer already exists [2025-06-27T08:13:17.315Z] 4e07c9362918: Layer already exists [2025-06-27T08:13:17.315Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:17.315Z] latest: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:17.921Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:18.267Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 [2025-06-27T08:13:18.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-27T08:13:18.267Z] c14affce0027: Preparing [2025-06-27T08:13:18.267Z] 6fb400e29d32: Preparing [2025-06-27T08:13:18.267Z] b63af9011f2d: Preparing [2025-06-27T08:13:18.267Z] db20f4ef03d4: Preparing [2025-06-27T08:13:18.267Z] 58d383105bd2: Preparing [2025-06-27T08:13:18.267Z] 04199051c200: Preparing [2025-06-27T08:13:18.267Z] 9f5beb01279e: Preparing [2025-06-27T08:13:18.267Z] 4e07c9362918: Preparing [2025-06-27T08:13:18.267Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:18.267Z] 04199051c200: Waiting [2025-06-27T08:13:18.267Z] 9f5beb01279e: Waiting [2025-06-27T08:13:18.267Z] 4e07c9362918: Waiting [2025-06-27T08:13:18.267Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:18.267Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:18.267Z] c14affce0027: Layer already exists [2025-06-27T08:13:18.267Z] 6fb400e29d32: Layer already exists [2025-06-27T08:13:18.267Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:18.267Z] b63af9011f2d: Layer already exists [2025-06-27T08:13:18.267Z] 04199051c200: Layer already exists [2025-06-27T08:13:18.267Z] 9f5beb01279e: Layer already exists [2025-06-27T08:13:18.267Z] 4e07c9362918: Layer already exists [2025-06-27T08:13:18.267Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:18.267Z] 4.1.0-dev.29: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:18.882Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:19.236Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:19.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-27T08:13:19.237Z] c14affce0027: Preparing [2025-06-27T08:13:19.237Z] 6fb400e29d32: Preparing [2025-06-27T08:13:19.237Z] b63af9011f2d: Preparing [2025-06-27T08:13:19.237Z] db20f4ef03d4: Preparing [2025-06-27T08:13:19.237Z] 58d383105bd2: Preparing [2025-06-27T08:13:19.237Z] 04199051c200: Preparing [2025-06-27T08:13:19.237Z] 9f5beb01279e: Preparing [2025-06-27T08:13:19.237Z] 4e07c9362918: Preparing [2025-06-27T08:13:19.237Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:19.237Z] 04199051c200: Waiting [2025-06-27T08:13:19.237Z] 9f5beb01279e: Waiting [2025-06-27T08:13:19.237Z] 4e07c9362918: Waiting [2025-06-27T08:13:19.237Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:19.237Z] b63af9011f2d: Layer already exists [2025-06-27T08:13:19.237Z] 6fb400e29d32: Layer already exists [2025-06-27T08:13:19.237Z] c14affce0027: Layer already exists [2025-06-27T08:13:19.237Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:19.237Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:19.237Z] 04199051c200: Layer already exists [2025-06-27T08:13:19.237Z] 9f5beb01279e: Layer already exists [2025-06-27T08:13:19.237Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:19.237Z] 4e07c9362918: Layer already exists [2025-06-27T08:13:19.500Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:19.842Z] + 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-27T08:13:20.187Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-27T08:13:20.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-27T08:13:20.187Z] c14affce0027: Preparing [2025-06-27T08:13:20.187Z] 6fb400e29d32: Preparing [2025-06-27T08:13:20.187Z] b63af9011f2d: Preparing [2025-06-27T08:13:20.187Z] db20f4ef03d4: Preparing [2025-06-27T08:13:20.187Z] 58d383105bd2: Preparing [2025-06-27T08:13:20.187Z] 04199051c200: Preparing [2025-06-27T08:13:20.187Z] 9f5beb01279e: Preparing [2025-06-27T08:13:20.187Z] 4e07c9362918: Preparing [2025-06-27T08:13:20.187Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:20.187Z] 04199051c200: Waiting [2025-06-27T08:13:20.187Z] 9f5beb01279e: Waiting [2025-06-27T08:13:20.187Z] 4e07c9362918: Waiting [2025-06-27T08:13:20.187Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:20.187Z] c14affce0027: Layer already exists [2025-06-27T08:13:20.187Z] 6fb400e29d32: Layer already exists [2025-06-27T08:13:20.187Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:20.187Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:20.187Z] b63af9011f2d: Layer already exists [2025-06-27T08:13:20.187Z] 04199051c200: Layer already exists [2025-06-27T08:13:20.187Z] 4e07c9362918: Layer already exists [2025-06-27T08:13:20.187Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:20.187Z] 9f5beb01279e: Layer already exists [2025-06-27T08:13:20.450Z] main: digest: sha256:ffdcc69831f40c79bbf1c1bad516d958dbbc7ead06af12017fec26d95ae76bc1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:13:20.536Z] ===================================================== [Pipeline] echo [2025-06-27T08:13:20.553Z] taggedImages: [2025-06-27T08:13:20.553Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:20.553Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-27T08:13:20.553Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 [2025-06-27T08:13:20.553Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:20.553Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-27T08:13:20.593Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-27T08:13:20.593Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:20.593Z] latest [2025-06-27T08:13:20.593Z] 4.1.0-dev.29 [2025-06-27T08:13:20.593Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:20.593Z] main [2025-06-27T08:13:20.593Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:20.960Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:21.306Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:21.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-27T08:13:21.306Z] 1f22633acf2c: Preparing [2025-06-27T08:13:21.306Z] c1d83a1fd973: Preparing [2025-06-27T08:13:21.306Z] 004a31c71f3e: Preparing [2025-06-27T08:13:21.306Z] db20f4ef03d4: Preparing [2025-06-27T08:13:21.306Z] 58d383105bd2: Preparing [2025-06-27T08:13:21.306Z] fb48b23eeea3: Preparing [2025-06-27T08:13:21.306Z] 6e1b678f899a: Preparing [2025-06-27T08:13:21.306Z] c1550102f517: Preparing [2025-06-27T08:13:21.306Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:21.306Z] 6e1b678f899a: Waiting [2025-06-27T08:13:21.306Z] c1550102f517: Waiting [2025-06-27T08:13:21.306Z] fb48b23eeea3: Waiting [2025-06-27T08:13:21.306Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:21.306Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:21.306Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:21.570Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:21.570Z] 004a31c71f3e: Pushed [2025-06-27T08:13:21.570Z] 1f22633acf2c: Pushed [2025-06-27T08:13:21.570Z] c1d83a1fd973: Pushed [2025-06-27T08:13:21.570Z] c1550102f517: Layer already exists [2025-06-27T08:13:21.570Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:48.203Z] fb48b23eeea3: Pushed [2025-06-27T08:13:48.203Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:48.547Z] + 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-27T08:13:48.891Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-27T08:13:48.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-27T08:13:48.892Z] 1f22633acf2c: Preparing [2025-06-27T08:13:48.892Z] c1d83a1fd973: Preparing [2025-06-27T08:13:48.892Z] 004a31c71f3e: Preparing [2025-06-27T08:13:48.892Z] db20f4ef03d4: Preparing [2025-06-27T08:13:48.892Z] 58d383105bd2: Preparing [2025-06-27T08:13:48.892Z] fb48b23eeea3: Preparing [2025-06-27T08:13:48.892Z] 6e1b678f899a: Preparing [2025-06-27T08:13:48.892Z] c1550102f517: Preparing [2025-06-27T08:13:48.892Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:48.892Z] 6e1b678f899a: Waiting [2025-06-27T08:13:48.892Z] fb48b23eeea3: Waiting [2025-06-27T08:13:48.892Z] c1550102f517: Waiting [2025-06-27T08:13:48.892Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:48.892Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:48.892Z] 004a31c71f3e: Layer already exists [2025-06-27T08:13:48.892Z] c1d83a1fd973: Layer already exists [2025-06-27T08:13:48.892Z] 1f22633acf2c: Layer already exists [2025-06-27T08:13:48.892Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:48.892Z] c1550102f517: Layer already exists [2025-06-27T08:13:48.892Z] fb48b23eeea3: Layer already exists [2025-06-27T08:13:48.892Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:48.892Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:49.156Z] latest: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:49.508Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:49.929Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 [2025-06-27T08:13:49.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-27T08:13:49.930Z] 1f22633acf2c: Preparing [2025-06-27T08:13:49.930Z] c1d83a1fd973: Preparing [2025-06-27T08:13:49.930Z] 004a31c71f3e: Preparing [2025-06-27T08:13:49.930Z] db20f4ef03d4: Preparing [2025-06-27T08:13:49.930Z] 58d383105bd2: Preparing [2025-06-27T08:13:49.930Z] fb48b23eeea3: Preparing [2025-06-27T08:13:49.930Z] 6e1b678f899a: Preparing [2025-06-27T08:13:49.930Z] c1550102f517: Preparing [2025-06-27T08:13:49.930Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:49.930Z] 6e1b678f899a: Waiting [2025-06-27T08:13:49.930Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:49.930Z] c1550102f517: Waiting [2025-06-27T08:13:49.930Z] fb48b23eeea3: Waiting [2025-06-27T08:13:49.930Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:49.930Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:49.930Z] 004a31c71f3e: Layer already exists [2025-06-27T08:13:49.930Z] 1f22633acf2c: Layer already exists [2025-06-27T08:13:49.930Z] c1d83a1fd973: Layer already exists [2025-06-27T08:13:50.201Z] fb48b23eeea3: Layer already exists [2025-06-27T08:13:50.201Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:50.201Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:50.201Z] c1550102f517: Layer already exists [2025-06-27T08:13:50.201Z] 4.1.0-dev.29: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:50.555Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:50.905Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:50.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-27T08:13:50.905Z] 1f22633acf2c: Preparing [2025-06-27T08:13:50.905Z] c1d83a1fd973: Preparing [2025-06-27T08:13:50.905Z] 004a31c71f3e: Preparing [2025-06-27T08:13:50.905Z] db20f4ef03d4: Preparing [2025-06-27T08:13:50.905Z] 58d383105bd2: Preparing [2025-06-27T08:13:50.905Z] fb48b23eeea3: Preparing [2025-06-27T08:13:50.905Z] 6e1b678f899a: Preparing [2025-06-27T08:13:50.905Z] fb48b23eeea3: Waiting [2025-06-27T08:13:50.905Z] 6e1b678f899a: Waiting [2025-06-27T08:13:50.905Z] c1550102f517: Preparing [2025-06-27T08:13:50.905Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:50.905Z] c1550102f517: Waiting [2025-06-27T08:13:50.905Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:50.905Z] 004a31c71f3e: Layer already exists [2025-06-27T08:13:50.905Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:50.905Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:50.905Z] c1d83a1fd973: Layer already exists [2025-06-27T08:13:50.905Z] 1f22633acf2c: Layer already exists [2025-06-27T08:13:50.905Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:50.905Z] fb48b23eeea3: Layer already exists [2025-06-27T08:13:50.905Z] c1550102f517: Layer already exists [2025-06-27T08:13:50.905Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:51.171Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:51.546Z] + 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-27T08:13:51.894Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-27T08:13:51.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-27T08:13:51.895Z] 1f22633acf2c: Preparing [2025-06-27T08:13:51.895Z] c1d83a1fd973: Preparing [2025-06-27T08:13:51.895Z] 004a31c71f3e: Preparing [2025-06-27T08:13:51.895Z] db20f4ef03d4: Preparing [2025-06-27T08:13:51.895Z] 58d383105bd2: Preparing [2025-06-27T08:13:51.895Z] fb48b23eeea3: Preparing [2025-06-27T08:13:51.895Z] 6e1b678f899a: Preparing [2025-06-27T08:13:51.895Z] c1550102f517: Preparing [2025-06-27T08:13:51.895Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:51.895Z] fb48b23eeea3: Waiting [2025-06-27T08:13:51.895Z] 6e1b678f899a: Waiting [2025-06-27T08:13:51.895Z] c1550102f517: Waiting [2025-06-27T08:13:51.895Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:51.895Z] c1d83a1fd973: Layer already exists [2025-06-27T08:13:51.895Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:51.895Z] 004a31c71f3e: Layer already exists [2025-06-27T08:13:51.895Z] 1f22633acf2c: Layer already exists [2025-06-27T08:13:51.895Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:51.895Z] fb48b23eeea3: Layer already exists [2025-06-27T08:13:51.895Z] 6e1b678f899a: Layer already exists [2025-06-27T08:13:51.895Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:51.895Z] c1550102f517: Layer already exists [2025-06-27T08:13:52.157Z] main: digest: sha256:b1ff9a8dda1dc5ffba49648bb9036b6b2c3f05f1c2daba1023fe553cbbebbdee size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:13:52.239Z] ===================================================== [Pipeline] echo [2025-06-27T08:13:52.253Z] taggedImages: [2025-06-27T08:13:52.253Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:52.253Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-27T08:13:52.253Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 [2025-06-27T08:13:52.253Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:52.253Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-27T08:13:52.287Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-27T08:13:52.287Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:52.287Z] latest [2025-06-27T08:13:52.287Z] 4.1.0-dev.29 [2025-06-27T08:13:52.287Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:13:52.287Z] main [2025-06-27T08:13:52.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:52.659Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:13:52.997Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:13:52.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-27T08:13:52.997Z] 591d25b0b439: Preparing [2025-06-27T08:13:52.997Z] df38fd568461: Preparing [2025-06-27T08:13:52.997Z] db20f4ef03d4: Preparing [2025-06-27T08:13:52.997Z] 58d383105bd2: Preparing [2025-06-27T08:13:52.997Z] b3df490c0b88: Preparing [2025-06-27T08:13:52.997Z] 7b01a2134b6a: Preparing [2025-06-27T08:13:52.997Z] dd9c8f8612c8: Preparing [2025-06-27T08:13:52.997Z] 7b01a2134b6a: Waiting [2025-06-27T08:13:52.997Z] dd9c8f8612c8: Waiting [2025-06-27T08:13:53.261Z] db20f4ef03d4: Layer already exists [2025-06-27T08:13:53.261Z] 58d383105bd2: Layer already exists [2025-06-27T08:13:53.261Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:13:53.261Z] b3df490c0b88: Pushed [2025-06-27T08:13:53.261Z] 591d25b0b439: Pushed [2025-06-27T08:13:54.655Z] 7b01a2134b6a: Pushed [2025-06-27T08:14:01.255Z] df38fd568461: Pushed [2025-06-27T08:14:01.518Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:01.857Z] + 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-27T08:14:02.197Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-27T08:14:02.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-27T08:14:02.197Z] 591d25b0b439: Preparing [2025-06-27T08:14:02.197Z] df38fd568461: Preparing [2025-06-27T08:14:02.197Z] db20f4ef03d4: Preparing [2025-06-27T08:14:02.197Z] 58d383105bd2: Preparing [2025-06-27T08:14:02.197Z] b3df490c0b88: Preparing [2025-06-27T08:14:02.197Z] 7b01a2134b6a: Preparing [2025-06-27T08:14:02.197Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:02.197Z] 7b01a2134b6a: Waiting [2025-06-27T08:14:02.197Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:02.197Z] df38fd568461: Layer already exists [2025-06-27T08:14:02.197Z] b3df490c0b88: Layer already exists [2025-06-27T08:14:02.197Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:02.197Z] 591d25b0b439: Layer already exists [2025-06-27T08:14:02.197Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:02.197Z] 7b01a2134b6a: Layer already exists [2025-06-27T08:14:02.197Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:02.197Z] latest: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:02.542Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:02.886Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 [2025-06-27T08:14:02.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-27T08:14:02.886Z] 591d25b0b439: Preparing [2025-06-27T08:14:02.886Z] df38fd568461: Preparing [2025-06-27T08:14:02.886Z] db20f4ef03d4: Preparing [2025-06-27T08:14:02.886Z] 58d383105bd2: Preparing [2025-06-27T08:14:02.886Z] b3df490c0b88: Preparing [2025-06-27T08:14:02.886Z] 7b01a2134b6a: Preparing [2025-06-27T08:14:02.886Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:02.886Z] 7b01a2134b6a: Waiting [2025-06-27T08:14:02.886Z] df38fd568461: Layer already exists [2025-06-27T08:14:02.886Z] 591d25b0b439: Layer already exists [2025-06-27T08:14:02.886Z] b3df490c0b88: Layer already exists [2025-06-27T08:14:02.886Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:02.886Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:02.886Z] 7b01a2134b6a: Layer already exists [2025-06-27T08:14:02.886Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:02.886Z] 4.1.0-dev.29: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:03.242Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:03.584Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:14:03.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-27T08:14:03.584Z] 591d25b0b439: Preparing [2025-06-27T08:14:03.584Z] df38fd568461: Preparing [2025-06-27T08:14:03.584Z] db20f4ef03d4: Preparing [2025-06-27T08:14:03.584Z] 58d383105bd2: Preparing [2025-06-27T08:14:03.584Z] b3df490c0b88: Preparing [2025-06-27T08:14:03.584Z] 7b01a2134b6a: Preparing [2025-06-27T08:14:03.584Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:03.584Z] 7b01a2134b6a: Waiting [2025-06-27T08:14:03.584Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:03.584Z] 591d25b0b439: Layer already exists [2025-06-27T08:14:03.584Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:03.584Z] b3df490c0b88: Layer already exists [2025-06-27T08:14:03.584Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:03.584Z] df38fd568461: Layer already exists [2025-06-27T08:14:03.584Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:03.584Z] 7b01a2134b6a: Layer already exists [2025-06-27T08:14:03.584Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:03.941Z] + 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-27T08:14:04.286Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-27T08:14:04.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-27T08:14:04.286Z] 591d25b0b439: Preparing [2025-06-27T08:14:04.286Z] df38fd568461: Preparing [2025-06-27T08:14:04.286Z] db20f4ef03d4: Preparing [2025-06-27T08:14:04.286Z] 58d383105bd2: Preparing [2025-06-27T08:14:04.286Z] b3df490c0b88: Preparing [2025-06-27T08:14:04.286Z] 7b01a2134b6a: Preparing [2025-06-27T08:14:04.286Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:04.286Z] 7b01a2134b6a: Waiting [2025-06-27T08:14:04.286Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:04.286Z] 591d25b0b439: Layer already exists [2025-06-27T08:14:04.286Z] df38fd568461: Layer already exists [2025-06-27T08:14:04.286Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:04.286Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:04.286Z] b3df490c0b88: Layer already exists [2025-06-27T08:14:04.286Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:04.286Z] 7b01a2134b6a: Layer already exists [2025-06-27T08:14:04.286Z] main: digest: sha256:ca26a81b2a0f94f26b72a2bd29e0e383843f6bbd3f0e672e9293e732441c2ed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:14:04.646Z] ===================================================== [Pipeline] echo [2025-06-27T08:14:04.660Z] taggedImages: [2025-06-27T08:14:04.660Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:14:04.660Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-27T08:14:04.660Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 [2025-06-27T08:14:04.660Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:14:04.660Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-27T08:14:04.691Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-27T08:14:04.691Z] f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:14:04.691Z] latest [2025-06-27T08:14:04.691Z] 4.1.0-dev.29 [2025-06-27T08:14:04.691Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:14:04.691Z] main [2025-06-27T08:14:04.691Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:05.070Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:05.415Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:14:05.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-27T08:14:05.415Z] fc7249ca18d2: Preparing [2025-06-27T08:14:05.415Z] 408fd01ea0f3: Preparing [2025-06-27T08:14:05.415Z] db20f4ef03d4: Preparing [2025-06-27T08:14:05.415Z] 58d383105bd2: Preparing [2025-06-27T08:14:05.415Z] d34898888c88: Preparing [2025-06-27T08:14:05.415Z] 415f363beaed: Preparing [2025-06-27T08:14:05.415Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:05.415Z] 415f363beaed: Waiting [2025-06-27T08:14:05.415Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:05.415Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:05.677Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:05.677Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:05.677Z] d34898888c88: Pushed [2025-06-27T08:14:05.677Z] fc7249ca18d2: Pushed [2025-06-27T08:14:06.252Z] 415f363beaed: Pushed [2025-06-27T08:14:14.415Z] 408fd01ea0f3: Pushed [2025-06-27T08:14:14.415Z] f033e20b3640116aa1b2e2b592720d3ba5445808: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:14.764Z] + 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-27T08:14:15.109Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-27T08:14:15.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-27T08:14:15.109Z] fc7249ca18d2: Preparing [2025-06-27T08:14:15.109Z] 408fd01ea0f3: Preparing [2025-06-27T08:14:15.109Z] db20f4ef03d4: Preparing [2025-06-27T08:14:15.109Z] 58d383105bd2: Preparing [2025-06-27T08:14:15.109Z] d34898888c88: Preparing [2025-06-27T08:14:15.109Z] 415f363beaed: Preparing [2025-06-27T08:14:15.109Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:15.109Z] 415f363beaed: Waiting [2025-06-27T08:14:15.109Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:15.109Z] 408fd01ea0f3: Layer already exists [2025-06-27T08:14:15.109Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:15.109Z] d34898888c88: Layer already exists [2025-06-27T08:14:15.109Z] fc7249ca18d2: Layer already exists [2025-06-27T08:14:15.109Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:15.109Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:15.109Z] 415f363beaed: Layer already exists [2025-06-27T08:14:15.371Z] latest: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:15.716Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:16.059Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 [2025-06-27T08:14:16.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-27T08:14:16.059Z] fc7249ca18d2: Preparing [2025-06-27T08:14:16.059Z] 408fd01ea0f3: Preparing [2025-06-27T08:14:16.059Z] db20f4ef03d4: Preparing [2025-06-27T08:14:16.059Z] 58d383105bd2: Preparing [2025-06-27T08:14:16.059Z] d34898888c88: Preparing [2025-06-27T08:14:16.059Z] 415f363beaed: Preparing [2025-06-27T08:14:16.059Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:16.059Z] 415f363beaed: Waiting [2025-06-27T08:14:16.059Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:16.059Z] 408fd01ea0f3: Layer already exists [2025-06-27T08:14:16.059Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:16.059Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:16.059Z] d34898888c88: Layer already exists [2025-06-27T08:14:16.059Z] fc7249ca18d2: Layer already exists [2025-06-27T08:14:16.059Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:16.059Z] 415f363beaed: Layer already exists [2025-06-27T08:14:16.059Z] 4.1.0-dev.29: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:16.665Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:17.168Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:14:17.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-27T08:14:17.168Z] fc7249ca18d2: Preparing [2025-06-27T08:14:17.168Z] 408fd01ea0f3: Preparing [2025-06-27T08:14:17.168Z] db20f4ef03d4: Preparing [2025-06-27T08:14:17.168Z] 58d383105bd2: Preparing [2025-06-27T08:14:17.168Z] d34898888c88: Preparing [2025-06-27T08:14:17.168Z] 415f363beaed: Preparing [2025-06-27T08:14:17.168Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:17.168Z] 415f363beaed: Waiting [2025-06-27T08:14:17.168Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:17.168Z] fc7249ca18d2: Layer already exists [2025-06-27T08:14:17.168Z] d34898888c88: Layer already exists [2025-06-27T08:14:17.168Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:17.168Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:17.168Z] 408fd01ea0f3: Layer already exists [2025-06-27T08:14:17.168Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:17.168Z] 415f363beaed: Layer already exists [2025-06-27T08:14:17.168Z] f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:17.508Z] + 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-27T08:14:17.853Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-27T08:14:17.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-27T08:14:17.853Z] fc7249ca18d2: Preparing [2025-06-27T08:14:17.853Z] 408fd01ea0f3: Preparing [2025-06-27T08:14:17.853Z] db20f4ef03d4: Preparing [2025-06-27T08:14:17.853Z] 58d383105bd2: Preparing [2025-06-27T08:14:17.853Z] d34898888c88: Preparing [2025-06-27T08:14:17.853Z] 415f363beaed: Preparing [2025-06-27T08:14:17.853Z] dd9c8f8612c8: Preparing [2025-06-27T08:14:17.853Z] 415f363beaed: Waiting [2025-06-27T08:14:17.853Z] dd9c8f8612c8: Waiting [2025-06-27T08:14:17.853Z] fc7249ca18d2: Layer already exists [2025-06-27T08:14:17.853Z] d34898888c88: Layer already exists [2025-06-27T08:14:17.853Z] 408fd01ea0f3: Layer already exists [2025-06-27T08:14:17.853Z] 58d383105bd2: Layer already exists [2025-06-27T08:14:17.853Z] db20f4ef03d4: Layer already exists [2025-06-27T08:14:17.853Z] 415f363beaed: Layer already exists [2025-06-27T08:14:17.853Z] dd9c8f8612c8: Layer already exists [2025-06-27T08:14:17.853Z] main: digest: sha256:2ab1cfc8624065dcf1aa74f5b7d3e6271fd0933417d159920db313df7b062493 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-27T08:14:18.199Z] ===================================================== [Pipeline] echo [2025-06-27T08:14:18.219Z] taggedImages: [2025-06-27T08:14:18.219Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [2025-06-27T08:14:18.219Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-27T08:14:18.219Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 [2025-06-27T08:14:18.219Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [2025-06-27T08:14:18.219Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-27T08:14:18.235Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.270Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.287Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.303Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-27T08:14:18.319Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.334Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.352Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.365Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.380Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-27T08:14:18.391Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.403Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.419Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.431Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.444Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-27T08:14:18.454Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.468Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.481Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.496Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.511Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-27T08:14:18.522Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.535Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.548Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.559Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.571Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-27T08:14:18.588Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.603Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.616Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.626Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.635Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-27T08:14:18.644Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.661Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.676Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.688Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.701Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-27T08:14:18.712Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.722Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.735Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.747Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.763Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-27T08:14:18.777Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.788Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.803Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.813Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.825Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-27T08:14:18.843Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.855Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.864Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.881Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.896Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-27T08:14:18.908Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.920Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-27T08:14:18.933Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.944Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:18.961Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-27T08:14:18.974Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:18.989Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-27T08:14:19.005Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.019Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.033Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-27T08:14:19.046Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:19.058Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-27T08:14:19.070Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.084Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-27T08:14:19.108Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:19.124Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-27T08:14:19.136Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.147Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.160Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-27T08:14:19.171Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] echo [2025-06-27T08:14:19.189Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-27T08:14:19.204Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.219Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:f033e20b3640116aa1b2e2b592720d3ba5445808-4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:14:19.234Z] 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-27T08:14:19.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-27T08:14:19.627Z] [2025-06-27T08:14:19.627Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:19.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-27T08:14:19.948Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-27T08:14:19.948Z] 8998bd30e6a1: Pulling fs layer [2025-06-27T08:14:19.948Z] 04944245beec: Pulling fs layer [2025-06-27T08:14:19.948Z] 699f458cf7ca: Pulling fs layer [2025-06-27T08:14:19.948Z] 765212b225bb: Pulling fs layer [2025-06-27T08:14:19.948Z] f23df028b6ca: Pulling fs layer [2025-06-27T08:14:19.948Z] d65c8cfc05b1: Pulling fs layer [2025-06-27T08:14:19.948Z] 2437ff75d9bd: Pulling fs layer [2025-06-27T08:14:19.948Z] f23df028b6ca: Waiting [2025-06-27T08:14:19.948Z] d65c8cfc05b1: Waiting [2025-06-27T08:14:19.948Z] 2437ff75d9bd: Waiting [2025-06-27T08:14:19.948Z] 765212b225bb: Waiting [2025-06-27T08:14:20.216Z] 04944245beec: Verifying Checksum [2025-06-27T08:14:20.216Z] 04944245beec: Download complete [2025-06-27T08:14:20.216Z] 765212b225bb: Verifying Checksum [2025-06-27T08:14:20.216Z] 765212b225bb: Download complete [2025-06-27T08:14:20.216Z] f23df028b6ca: Verifying Checksum [2025-06-27T08:14:20.216Z] f23df028b6ca: Download complete [2025-06-27T08:14:20.216Z] d65c8cfc05b1: Verifying Checksum [2025-06-27T08:14:20.216Z] d65c8cfc05b1: Download complete [2025-06-27T08:14:20.216Z] 699f458cf7ca: Verifying Checksum [2025-06-27T08:14:20.216Z] 699f458cf7ca: Download complete [2025-06-27T08:14:20.804Z] 8998bd30e6a1: Verifying Checksum [2025-06-27T08:14:20.804Z] 8998bd30e6a1: Download complete [2025-06-27T08:14:23.370Z] 2437ff75d9bd: Verifying Checksum [2025-06-27T08:14:23.370Z] 2437ff75d9bd: Download complete [2025-06-27T08:14:25.302Z] 8998bd30e6a1: Pull complete [2025-06-27T08:14:25.881Z] 04944245beec: Pull complete [2025-06-27T08:14:27.808Z] 699f458cf7ca: Pull complete [2025-06-27T08:14:27.809Z] 765212b225bb: Pull complete [2025-06-27T08:14:28.762Z] f23df028b6ca: Pull complete [2025-06-27T08:14:28.762Z] d65c8cfc05b1: Pull complete [2025-06-27T08:14:46.919Z] 2437ff75d9bd: Pull complete [2025-06-27T08:14:46.919Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-27T08:14:46.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-27T08:14:46.919Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T08:14:47.103Z] prd-ubuntu20.04-docker-arm64-4c-16g-4111 does not seem to be running inside a container [2025-06-27T08:14:47.155Z] $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T08:14:49.138Z] $ docker top 289cc81d39b69548ad863025a0cb918a6ab948ffa091dca9ad7507dc69e45fd7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:14:50.064Z] ---> job-cost.sh [2025-06-27T08:14:50.064Z] lf-activate-venv: SKIPPING [2025-06-27T08:14:50.064Z] INFO: No Stack... [2025-06-27T08:14:50.641Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-27T08:14:51.219Z] INFO: Archiving Costs [Pipeline] sh [2025-06-27T08:14:51.543Z] + cat /w/workspace/edgex-go/861/archives/cost.csv [2025-06-27T08:14:51.806Z] + cut -d, -f6 [Pipeline] lock [2025-06-27T08:14:51.841Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-861-stack-cost] [2025-06-27T08:14:51.849Z] Resource [jenkins-edgexfoundry-edgex-go-main-861-stack-cost] did not exist. Created. [2025-06-27T08:14:51.855Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-861-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-27T08:14:52.496Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-27T08:14:53.113Z] Stashed 1 file(s) [Pipeline] } [2025-06-27T08:14:53.121Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-861-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-27T08:14:53.148Z] $ docker stop --time=1 289cc81d39b69548ad863025a0cb918a6ab948ffa091dca9ad7507dc69e45fd7 [2025-06-27T08:14:54.611Z] $ docker rm -f --volumes 289cc81d39b69548ad863025a0cb918a6ab948ffa091dca9ad7507dc69e45fd7 [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-27T08:14:55.198Z] provisioning config files... [2025-06-27T08:14:55.208Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/861@tmp/config13687438649510065796tmp [Pipeline] { [Pipeline] sh [2025-06-27T08:14:55.508Z] + set +x [2025-06-27T08:14:55.508Z] + curl -s https://codecov.io/bash [2025-06-27T08:14:55.508Z] + bash -s -- [2025-06-27T08:14:55.508Z] [2025-06-27T08:14:55.508Z] _____ _ [2025-06-27T08:14:55.508Z] / ____| | | [2025-06-27T08:14:55.508Z] | | ___ __| | ___ ___ _____ __ [2025-06-27T08:14:55.508Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-27T08:14:55.508Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-27T08:14:55.508Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-27T08:14:55.508Z] Bash-1.0.6 [2025-06-27T08:14:55.508Z] [2025-06-27T08:14:55.508Z] [2025-06-27T08:14:55.508Z] ==> git version 2.25.1 found [2025-06-27T08:14:55.508Z] ==> 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-27T08:14:55.508Z] Release-Date: 2020-01-08 [2025-06-27T08:14:55.508Z] 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-27T08:14:55.508Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-27T08:14:55.508Z] ==> Jenkins CI detected. [2025-06-27T08:14:55.508Z] current dir:  /w/workspace/edgex-go/861 [2025-06-27T08:14:55.508Z] project root: . [2025-06-27T08:14:55.508Z] --> token set from env [2025-06-27T08:14:55.508Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-27T08:14:55.508Z] ==> Running gcov in . (disable via -X gcov) [2025-06-27T08:14:55.508Z] ==> Python coveragepy not found [2025-06-27T08:14:55.508Z] ==> Searching for coverage reports in: [2025-06-27T08:14:55.508Z] + . [2025-06-27T08:14:55.767Z] -> Found 1 reports [2025-06-27T08:14:55.767Z] ==> Detecting git/mercurial file structure [2025-06-27T08:14:55.767Z] ==> Reading reports [2025-06-27T08:14:55.767Z] + ./coverage.out bytes=1666972 [2025-06-27T08:14:55.767Z] ==> Appending adjustments [2025-06-27T08:14:55.767Z] https://docs.codecov.io/docs/fixing-reports [2025-06-27T08:14:57.145Z] + Found adjustments [2025-06-27T08:14:57.145Z] ==> Gzipping contents [2025-06-27T08:14:57.145Z] 140K /tmp/codecov.RjPgSP.gz [2025-06-27T08:14:57.145Z] ==> Uploading reports [2025-06-27T08:14:57.145Z] url: https://codecov.io [2025-06-27T08:14:57.145Z] query: branch=main&commit=f033e20b3640116aa1b2e2b592720d3ba5445808&build=861&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F861%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-27T08:14:57.145Z] -> Pinging Codecov [2025-06-27T08:14:57.145Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=f033e20b3640116aa1b2e2b592720d3ba5445808&build=861&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F861%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-27T08:14:57.404Z] -> Uploading to [2025-06-27T08:14:57.404Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/f033e20b3640116aa1b2e2b592720d3ba5445808/b6ffa399-d986-4de4-a599-85e7a4598ebc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250627%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250627T081457Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=850c83e9589dac1aa644e409e5937391e6da0ca63b8af75d27c9e9adc4514a5e [2025-06-27T08:14:57.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:14:57.404Z] Dload Upload Total Spent Left Speed [2025-06-27T08:14:57.973Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 317k --:--:-- --:--:-- --:--:-- 317k [2025-06-27T08:14:57.973Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f033e20b3640116aa1b2e2b592720d3ba5445808 [Pipeline] } [2025-06-27T08:14:57.980Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-06-27T08:14:58.233Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-27T08:14:58.249Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:58.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-27T08:14:58.560Z] [2025-06-27T08:14:58.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:14:58.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-27T08:14:58.864Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-27T08:14:58.864Z] 0a9a5dfd008f: Already exists [2025-06-27T08:14:58.864Z] 36466aa92d05: Already exists [2025-06-27T08:14:58.864Z] e10405b45d13: Already exists [2025-06-27T08:14:58.864Z] 096b7ceb2af7: Already exists [2025-06-27T08:14:58.864Z] 4f4fb700ef54: Already exists [2025-06-27T08:14:58.864Z] e50aa161e22a: Pulling fs layer [2025-06-27T08:14:58.864Z] d3c8db5fb9df: Pulling fs layer [2025-06-27T08:14:59.122Z] e50aa161e22a: Verifying Checksum [2025-06-27T08:14:59.122Z] e50aa161e22a: Download complete [2025-06-27T08:14:59.382Z] e50aa161e22a: Pull complete [2025-06-27T08:14:59.950Z] d3c8db5fb9df: Verifying Checksum [2025-06-27T08:14:59.950Z] d3c8db5fb9df: Download complete [2025-06-27T08:15:03.237Z] d3c8db5fb9df: Pull complete [2025-06-27T08:15:03.237Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-06-27T08:15:03.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-27T08:15:03.237Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T08:15:03.337Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T08:15:03.372Z] $ 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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T08:15:06.614Z] $ docker top d3710ac9ac03b4e0814f2f5078df8e4292ee529b52e5e8d6eb14a0d8990d4f6d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-27T08:15:06.961Z] + git config --global --add safe.directory /w/workspace/edgex-go/861 [Pipeline] echo [2025-06-27T08:15:06.971Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-06-27T08:15:07.247Z] + set -o pipefail [2025-06-27T08:15:07.247Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-06-27T08:15:22.204Z] [2025-06-27T08:15:22.204Z] Monitoring /w/workspace/edgex-go/861 (github.com/edgexfoundry/edgex-go)... [2025-06-27T08:15:22.204Z] [2025-06-27T08:15:22.204Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/dbbb1967-949a-4116-b147-74152e42dfa9 [2025-06-27T08:15:22.204Z] [2025-06-27T08:15:22.204Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-27T08:15:22.204Z] [Pipeline] } [2025-06-27T08:15:22.216Z] $ docker stop --time=1 d3710ac9ac03b4e0814f2f5078df8e4292ee529b52e5e8d6eb14a0d8990d4f6d [2025-06-27T08:15:33.366Z] $ docker rm -f --volumes d3710ac9ac03b4e0814f2f5078df8e4292ee529b52e5e8d6eb14a0d8990d4f6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-27T08:15:34.009Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-27T08:15:34.025Z] provisioning config files... [2025-06-27T08:15:34.032Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/861@tmp/config15503783964547101686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:15:34.327Z] --> edgex-publish-swagger.sh [2025-06-27T08:15:34.327Z] === Publish openapi API === [2025-06-27T08:15:34.327Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-27T08:15:34.327Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/861/openapi/core-command.yaml] [2025-06-27T08:15:34.327Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:34.327Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:34.587Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 210 104k --:--:-- --:--:-- --:--:-- 104k [2025-06-27T08:15:34.587Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:34.587Z] [2025-06-27T08:15:34.587Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/861/openapi/core-data.yaml] [2025-06-27T08:15:34.587Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:34.587Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:34.846Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 246 255k --:--:-- --:--:-- --:--:-- 256k [2025-06-27T08:15:34.846Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:34.846Z] [2025-06-27T08:15:34.846Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/861/openapi/core-keeper.yaml] [2025-06-27T08:15:34.846Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:34.846Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:35.127Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 351 157k --:--:-- --:--:-- --:--:-- 157k [2025-06-27T08:15:35.127Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:35.127Z] [2025-06-27T08:15:35.127Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/861/openapi/core-metadata.yaml] [2025-06-27T08:15:35.127Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:35.127Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:35.127Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 772k --:--:-- --:--:-- --:--:-- 768k 100 156k 100 66 100 156k 323 768k --:--:-- --:--:-- --:--:-- 765k [2025-06-27T08:15:35.127Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:35.127Z] [2025-06-27T08:15:35.387Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/861/openapi/security-proxy-auth.yaml] [2025-06-27T08:15:35.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:35.387Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:35.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 488 177k --:--:-- --:--:-- --:--:-- 178k [2025-06-27T08:15:35.387Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:35.387Z] [2025-06-27T08:15:35.387Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/861/openapi/security-secretstore-setup.yaml] [2025-06-27T08:15:35.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:35.387Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:35.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 312 18545 --:--:-- --:--:-- --:--:-- 18857 [2025-06-27T08:15:35.648Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:35.648Z] [2025-06-27T08:15:35.648Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/861/openapi/support-notifications.yaml] [2025-06-27T08:15:35.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:35.648Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:35.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 407 602k --:--:-- --:--:-- --:--:-- 603k [2025-06-27T08:15:35.906Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:35.906Z] [2025-06-27T08:15:35.906Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/861/openapi/support-scheduler.yaml] [2025-06-27T08:15:35.906Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-27T08:15:35.906Z] Dload Upload Total Spent Left Speed [2025-06-27T08:15:35.906Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 478 358k --:--:-- --:--:-- --:--:-- 359k [2025-06-27T08:15:35.906Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-27T08:15:35.906Z] [Pipeline] } [2025-06-27T08:15:35.915Z] 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-27T08:15:36.353Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-27T08:15:36.353Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:15:36.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-27T08:15:36.660Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T08:15:36.743Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T08:15:36.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T08:15:39.360Z] $ docker top 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a -eo pid,comm [2025-06-27T08:15:39.407Z] 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-27T08:15:39.408Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-27T08:15:39.461Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-27T08:15:39.461Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-27T08:15:39.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-27T08:15:39.574Z] $ docker exec 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a ssh-agent [2025-06-27T08:15:39.674Z] SSH_AUTH_SOCK=/tmp/ssh-Yo8Oxr8YGgei/agent.14 [2025-06-27T08:15:39.674Z] SSH_AGENT_PID=21 [2025-06-27T08:15:39.679Z] Running ssh-add (command line suppressed) [2025-06-27T08:15:39.777Z] Identity added: /w/workspace/edgex-go/861@tmp/private_key_728727643826028225.key (/w/workspace/edgex-go/861@tmp/private_key_728727643826028225.key) [2025-06-27T08:15:39.791Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-27T08:15:40.095Z] + git semver tag [2025-06-27T08:15:40.354Z] 2025-06-27 08:15:40,349 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,395 [run_tag] DEBUG tag force:False [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,395 [check_head_tag] DEBUG check head tag [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,397 [execute] INFO git cat-file --batch-check [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/861, stdin=, shell=False, universal_newlines=False) [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,400 [execute] INFO git cat-file --batch [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,400 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/861, stdin=, shell=False, universal_newlines=False) [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,416 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,440 [execute] INFO git tag -a v4.1.0-dev.29 -m v4.1.0-dev.29 [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,441 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.29', '-m', 'v4.1.0-dev.29'], cwd=/w/workspace/edgex-go/861, stdin=None, shell=False, universal_newlines=False) [2025-06-27T08:15:40.614Z] 2025-06-27 08:15:40,444 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T08:15:40.614Z] 4.1.0-dev.29 [Pipeline] } [2025-06-27T08:15:40.623Z] $ docker exec --env ******** --env ******** 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a ssh-agent -k [2025-06-27T08:15:40.722Z] unset SSH_AUTH_SOCK; [2025-06-27T08:15:40.722Z] unset SSH_AGENT_PID; [2025-06-27T08:15:40.723Z] echo Agent pid 21 killed; [2025-06-27T08:15:40.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-27T08:15:41.057Z] + git semver [Pipeline] } [2025-06-27T08:15:41.635Z] $ docker stop --time=1 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a [2025-06-27T08:15:44.897Z] $ docker rm -f --volumes 572879a666f9999daf1b5271d9d3fa32dd3094172996fe0d144eb59e60e4ca5a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:15:45.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-27T08:15:45.515Z] [2025-06-27T08:15:45.515Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:15:45.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-27T08:15:46.462Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-27T08:15:46.462Z] ab5ef0e58194: Pulling fs layer [2025-06-27T08:15:46.462Z] 9712f1f96733: Pulling fs layer [2025-06-27T08:15:46.462Z] 63f879dbbcfc: Pulling fs layer [2025-06-27T08:15:46.462Z] 0d9ebad4ef96: Pulling fs layer [2025-06-27T08:15:46.462Z] e9a5061849ea: Pulling fs layer [2025-06-27T08:15:46.462Z] d747dcd14b5f: Pulling fs layer [2025-06-27T08:15:46.462Z] 2de7ff778b66: Pulling fs layer [2025-06-27T08:15:46.462Z] 0d9ebad4ef96: Waiting [2025-06-27T08:15:46.462Z] d747dcd14b5f: Waiting [2025-06-27T08:15:46.462Z] 2de7ff778b66: Waiting [2025-06-27T08:15:46.462Z] 9712f1f96733: Verifying Checksum [2025-06-27T08:15:46.462Z] 9712f1f96733: Download complete [2025-06-27T08:15:47.029Z] 63f879dbbcfc: Verifying Checksum [2025-06-27T08:15:47.029Z] 63f879dbbcfc: Download complete [2025-06-27T08:15:47.030Z] e9a5061849ea: Verifying Checksum [2025-06-27T08:15:47.030Z] e9a5061849ea: Download complete [2025-06-27T08:15:47.030Z] d747dcd14b5f: Verifying Checksum [2025-06-27T08:15:47.030Z] d747dcd14b5f: Download complete [2025-06-27T08:15:47.030Z] ab5ef0e58194: Verifying Checksum [2025-06-27T08:15:47.030Z] ab5ef0e58194: Download complete [2025-06-27T08:15:47.030Z] 2de7ff778b66: Verifying Checksum [2025-06-27T08:15:47.030Z] 2de7ff778b66: Download complete [2025-06-27T08:15:47.287Z] 0d9ebad4ef96: Verifying Checksum [2025-06-27T08:15:47.287Z] 0d9ebad4ef96: Download complete [2025-06-27T08:15:50.595Z] ab5ef0e58194: Pull complete [2025-06-27T08:15:51.533Z] 9712f1f96733: Pull complete [2025-06-27T08:15:52.468Z] 63f879dbbcfc: Pull complete [2025-06-27T08:15:57.734Z] 0d9ebad4ef96: Pull complete [2025-06-27T08:15:57.734Z] e9a5061849ea: Pull complete [2025-06-27T08:15:58.671Z] d747dcd14b5f: Pull complete [2025-06-27T08:16:00.618Z] 2de7ff778b66: Pull complete [2025-06-27T08:16:01.188Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-27T08:16:01.448Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-27T08:16:01.449Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T08:16:01.555Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T08:16:01.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T08:16:22.917Z] $ docker top e09c91f7b34ae678eb5f0dc4700aa74a37ccb83c9d0868cbddb4e23f67d72598 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-27T08:16:23.020Z] provisioning config files... [2025-06-27T08:16:23.027Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/861@tmp/config11956781666579909925tmp [2025-06-27T08:16:23.036Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/861@tmp/config5772922077836273513tmp [2025-06-27T08:16:23.046Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/861@tmp/config14908140536892680418tmp [Pipeline] { [Pipeline] echo [2025-06-27T08:16:23.073Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:16:23.371Z] ---> sigul-configuration.sh [2025-06-27T08:16:23.371Z] gpg: directory `/root/.gnupg' created [2025-06-27T08:16:23.371Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-27T08:16:23.371Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-27T08:16:23.371Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-27T08:16:23.371Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-27T08:16:23.371Z] gpg: CAST5 encrypted data [2025-06-27T08:16:23.371Z] gpg: encrypted with 1 passphrase [2025-06-27T08:16:23.371Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-27T08:16:23.665Z] + mkdir /home/jenkins [2025-06-27T08:16:23.665Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-27T08:16:23.959Z] + 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-27T08:16:23.975Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:16:24.264Z] ---> sigul-install.sh [2025-06-27T08:16:24.264Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-27T08:16:24.560Z] + git tag --list [2025-06-27T08:16:24.560Z] 0.6.0 [2025-06-27T08:16:24.560Z] 0.6.1 [2025-06-27T08:16:24.560Z] 0.7.0 [2025-06-27T08:16:24.560Z] 0.7.1 [2025-06-27T08:16:24.560Z] v1.0.0 [2025-06-27T08:16:24.561Z] v1.0.1 [2025-06-27T08:16:24.561Z] v1.1.0 [2025-06-27T08:16:24.561Z] v1.2.0 [2025-06-27T08:16:24.561Z] v1.2.1 [2025-06-27T08:16:24.561Z] v1.3.0 [2025-06-27T08:16:24.561Z] v1.3.1 [2025-06-27T08:16:24.561Z] v2.0.0 [2025-06-27T08:16:24.561Z] v2.1.0 [2025-06-27T08:16:24.561Z] v2.1.1 [2025-06-27T08:16:24.561Z] v2.2.0 [2025-06-27T08:16:24.561Z] v2.3.0 [2025-06-27T08:16:24.561Z] v3.0 [2025-06-27T08:16:24.561Z] v3.0.0 [2025-06-27T08:16:24.561Z] v3.1 [2025-06-27T08:16:24.561Z] v3.1.0 [2025-06-27T08:16:24.561Z] v3.1.1 [2025-06-27T08:16:24.561Z] v4.0 [2025-06-27T08:16:24.561Z] v4.0.0 [2025-06-27T08:16:24.561Z] v4.0.1 [2025-06-27T08:16:24.561Z] v4.0.1-dev.1 [2025-06-27T08:16:24.561Z] v4.1.0-dev.1 [2025-06-27T08:16:24.561Z] v4.1.0-dev.10 [2025-06-27T08:16:24.561Z] v4.1.0-dev.11 [2025-06-27T08:16:24.561Z] v4.1.0-dev.12 [2025-06-27T08:16:24.561Z] v4.1.0-dev.13 [2025-06-27T08:16:24.561Z] v4.1.0-dev.14 [2025-06-27T08:16:24.561Z] v4.1.0-dev.15 [2025-06-27T08:16:24.561Z] v4.1.0-dev.16 [2025-06-27T08:16:24.561Z] v4.1.0-dev.17 [2025-06-27T08:16:24.561Z] v4.1.0-dev.18 [2025-06-27T08:16:24.561Z] v4.1.0-dev.19 [2025-06-27T08:16:24.561Z] v4.1.0-dev.2 [2025-06-27T08:16:24.561Z] v4.1.0-dev.20 [2025-06-27T08:16:24.561Z] v4.1.0-dev.21 [2025-06-27T08:16:24.561Z] v4.1.0-dev.22 [2025-06-27T08:16:24.561Z] v4.1.0-dev.23 [2025-06-27T08:16:24.561Z] v4.1.0-dev.24 [2025-06-27T08:16:24.561Z] v4.1.0-dev.25 [2025-06-27T08:16:24.561Z] v4.1.0-dev.26 [2025-06-27T08:16:24.561Z] v4.1.0-dev.27 [2025-06-27T08:16:24.561Z] v4.1.0-dev.28 [2025-06-27T08:16:24.561Z] v4.1.0-dev.29 [2025-06-27T08:16:24.561Z] v4.1.0-dev.3 [2025-06-27T08:16:24.561Z] v4.1.0-dev.4 [2025-06-27T08:16:24.561Z] v4.1.0-dev.5 [2025-06-27T08:16:24.561Z] v4.1.0-dev.6 [2025-06-27T08:16:24.561Z] v4.1.0-dev.7 [2025-06-27T08:16:24.561Z] v4.1.0-dev.8 [2025-06-27T08:16:24.561Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-27T08:16:24.854Z] + lftools sign git-tag v4.1.0-dev.29 [2025-06-27T08:16:25.423Z] Signing Git tag with Sigul... [2025-06-27T08:16:25.423Z] Signing v4.1.0-dev.29 [Pipeline] echo [2025-06-27T08:16:25.699Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:16:25.989Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-27T08:16:25.997Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-27T08:16:26.025Z] $ docker stop --time=1 e09c91f7b34ae678eb5f0dc4700aa74a37ccb83c9d0868cbddb4e23f67d72598 [2025-06-27T08:16:29.098Z] $ docker rm -f --volumes e09c91f7b34ae678eb5f0dc4700aa74a37ccb83c9d0868cbddb4e23f67d72598 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-27T08:16:29.734Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-27T08:16:29.734Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:16:30.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-27T08:16:30.041Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T08:16:30.143Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T08:16:30.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T08:16:33.299Z] $ docker top 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de -eo pid,comm [2025-06-27T08:16:33.344Z] 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-27T08:16:33.344Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-27T08:16:33.402Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-27T08:16:33.402Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-27T08:16:33.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-27T08:16:33.535Z] $ docker exec 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de ssh-agent [2025-06-27T08:16:33.654Z] SSH_AUTH_SOCK=/tmp/ssh-wN0TzyHA8M9x/agent.14 [2025-06-27T08:16:33.654Z] SSH_AGENT_PID=20 [2025-06-27T08:16:33.658Z] Running ssh-add (command line suppressed) [2025-06-27T08:16:33.841Z] Identity added: /w/workspace/edgex-go/861@tmp/private_key_12131959620525383094.key (/w/workspace/edgex-go/861@tmp/private_key_12131959620525383094.key) [2025-06-27T08:16:33.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-27T08:16:34.150Z] + git semver bump pre [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,440 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,549 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,550 [bump_version] DEBUG bumping version:4.1.0-dev.29 on axis:pre with prefix:dev [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,550 [bump_version] DEBUG bumped version:4.1.0-dev.30 [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,550 [write_version] DEBUG write version:4.1.0-dev.30 to path:/w/workspace/edgex-go/861/.semver/main with force:True [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,550 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,550 [write_file] DEBUG write to file:/w/workspace/edgex-go/861/.semver/main [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,553 [execute] INFO git cat-file --batch-check [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,553 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/861/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,557 [execute] INFO git cat-file --batch [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,557 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/861/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-27T08:16:34.719Z] 2025-06-27 08:16:34,560 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T08:16:34.719Z] 4.1.0-dev.30 [Pipeline] } [2025-06-27T08:16:34.726Z] $ docker exec --env ******** --env ******** 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de ssh-agent -k [2025-06-27T08:16:34.878Z] unset SSH_AUTH_SOCK; [2025-06-27T08:16:34.879Z] unset SSH_AGENT_PID; [2025-06-27T08:16:34.879Z] echo Agent pid 20 killed; [2025-06-27T08:16:34.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-27T08:16:35.210Z] + git semver [Pipeline] } [2025-06-27T08:16:35.792Z] $ docker stop --time=1 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de [2025-06-27T08:16:39.391Z] $ docker rm -f --volumes 9e6c32a4e3dec333b8ea59332249d9e6fe05f8bc3fab7beb784ab346916297de [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-27T08:16:40.153Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-27T08:16:40.153Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:16:40.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-27T08:16:40.457Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T08:16:40.536Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T08:16:40.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T08:16:43.587Z] $ docker top 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 -eo pid,comm [2025-06-27T08:16:43.655Z] 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-27T08:16:43.655Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-27T08:16:43.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-27T08:16:43.708Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-27T08:16:43.857Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-27T08:16:43.859Z] $ docker exec 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 ssh-agent [2025-06-27T08:16:43.979Z] SSH_AUTH_SOCK=/tmp/ssh-RzmsFIXfgOc1/agent.14 [2025-06-27T08:16:43.979Z] SSH_AGENT_PID=20 [2025-06-27T08:16:43.987Z] Running ssh-add (command line suppressed) [2025-06-27T08:16:44.101Z] Identity added: /w/workspace/edgex-go/861@tmp/private_key_4428069416302310242.key (/w/workspace/edgex-go/861@tmp/private_key_4428069416302310242.key) [2025-06-27T08:16:44.114Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-27T08:16:44.410Z] + git semver push [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,762 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,807 [run_push] DEBUG push [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,808 [execute] INFO git cat-file --batch-check [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,809 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/861/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,811 [execute] INFO git rev-list a8b848be8ffd6f79329c57217c98cebbc1b572d3 -- [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,811 [execute] DEBUG Popen(['git', 'rev-list', 'a8b848be8ffd6f79329c57217c98cebbc1b572d3', '--'], cwd=/w/workspace/edgex-go/861/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,828 [execute] INFO git fetch -v -- origin [2025-06-27T08:16:44.977Z] 2025-06-27 08:16:44,828 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/861/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-27T08:16:45.546Z] 2025-06-27 08:16:45,318 [run_push] DEBUG no remote changes detected [2025-06-27T08:16:45.546Z] 2025-06-27 08:16:45,318 [execute] INFO git push origin semver [2025-06-27T08:16:45.546Z] 2025-06-27 08:16:45,318 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/861/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-27T08:16:46.489Z] 2025-06-27 08:16:46,134 [run_push] DEBUG push all version tags [2025-06-27T08:16:46.489Z] 2025-06-27 08:16:46,135 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-27T08:16:46.489Z] 2025-06-27 08:16:46,135 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/861, stdin=None, shell=False, universal_newlines=False) [2025-06-27T08:16:47.059Z] 2025-06-27 08:16:46,899 [read_version] DEBUG read version from /w/workspace/edgex-go/861/.semver/main [2025-06-27T08:16:47.059Z] 4.1.0-dev.30 [Pipeline] } [2025-06-27T08:16:47.068Z] $ docker exec --env ******** --env ******** 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 ssh-agent -k [2025-06-27T08:16:47.174Z] unset SSH_AUTH_SOCK; [2025-06-27T08:16:47.175Z] unset SSH_AGENT_PID; [2025-06-27T08:16:47.175Z] echo Agent pid 20 killed; [2025-06-27T08:16:47.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-27T08:16:47.505Z] + git semver [Pipeline] } [2025-06-27T08:16:48.082Z] $ docker stop --time=1 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 [2025-06-27T08:16:51.130Z] $ docker rm -f --volumes 7ceb65a7915ea2f13ceb143b73e0451b77d54d5a466809e9ca9091803005b160 [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-27T08:16:51.871Z] + [ -d /w/workspace/edgex-go/861/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:16:52.160Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:16:53.030Z] ---> package-listing.sh [2025-06-27T08:16:53.030Z] ++ facter osfamily [2025-06-27T08:16:53.030Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-27T08:16:53.289Z] + OS_FAMILY=debian [2025-06-27T08:16:53.289Z] + workspace=/w/workspace/edgex-go/861 [2025-06-27T08:16:53.289Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-27T08:16:53.289Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-27T08:16:53.289Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-27T08:16:53.289Z] + PACKAGES=/tmp/packages_start.txt [2025-06-27T08:16:53.289Z] + '[' /w/workspace/edgex-go/861 ']' [2025-06-27T08:16:53.289Z] + PACKAGES=/tmp/packages_end.txt [2025-06-27T08:16:53.289Z] + case "${OS_FAMILY}" in [2025-06-27T08:16:53.289Z] + dpkg -l [2025-06-27T08:16:53.289Z] + grep '^ii' [2025-06-27T08:16:53.289Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-27T08:16:53.289Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-27T08:16:53.289Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-27T08:16:53.289Z] + '[' /w/workspace/edgex-go/861 ']' [2025-06-27T08:16:53.289Z] + mkdir -p /w/workspace/edgex-go/861/archives/ [2025-06-27T08:16:53.289Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/861/archives/ [Pipeline] echo [2025-06-27T08:16:53.302Z] 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/861/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-27T08:16:53.586Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:16:53.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-27T08:16:53.910Z] [2025-06-27T08:16:53.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-27T08:16:54.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-27T08:16:55.153Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-27T08:16:55.153Z] 5eb5b503b376: Pulling fs layer [2025-06-27T08:16:55.153Z] 5c69ac0246d0: Pulling fs layer [2025-06-27T08:16:55.153Z] ec43610c2a17: Pulling fs layer [2025-06-27T08:16:55.153Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-27T08:16:55.153Z] 33b1e0a273af: Pulling fs layer [2025-06-27T08:16:55.153Z] 5d3b04190fa2: Pulling fs layer [2025-06-27T08:16:55.153Z] 2f39f015ded8: Pulling fs layer [2025-06-27T08:16:55.153Z] 33b1e0a273af: Waiting [2025-06-27T08:16:55.153Z] 5d3b04190fa2: Waiting [2025-06-27T08:16:55.153Z] 2f39f015ded8: Waiting [2025-06-27T08:16:55.153Z] 3a2ae6a8a46f: Waiting [2025-06-27T08:16:55.153Z] 5c69ac0246d0: Verifying Checksum [2025-06-27T08:16:55.153Z] 5c69ac0246d0: Download complete [2025-06-27T08:16:55.153Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-27T08:16:55.153Z] 3a2ae6a8a46f: Download complete [2025-06-27T08:16:55.153Z] 33b1e0a273af: Verifying Checksum [2025-06-27T08:16:55.153Z] 33b1e0a273af: Download complete [2025-06-27T08:16:55.153Z] ec43610c2a17: Verifying Checksum [2025-06-27T08:16:55.153Z] ec43610c2a17: Download complete [2025-06-27T08:16:55.153Z] 5d3b04190fa2: Verifying Checksum [2025-06-27T08:16:55.153Z] 5d3b04190fa2: Download complete [2025-06-27T08:16:55.411Z] 5eb5b503b376: Verifying Checksum [2025-06-27T08:16:55.411Z] 5eb5b503b376: Download complete [2025-06-27T08:16:55.977Z] 2f39f015ded8: Download complete [2025-06-27T08:16:56.926Z] 5eb5b503b376: Pull complete [2025-06-27T08:16:57.864Z] 5c69ac0246d0: Pull complete [2025-06-27T08:16:59.237Z] ec43610c2a17: Pull complete [2025-06-27T08:16:59.495Z] 3a2ae6a8a46f: Pull complete [2025-06-27T08:17:00.060Z] 33b1e0a273af: Pull complete [2025-06-27T08:17:00.060Z] 5d3b04190fa2: Pull complete [2025-06-27T08:17:04.237Z] 2f39f015ded8: Pull complete [2025-06-27T08:17:04.237Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-27T08:17:04.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-27T08:17:04.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-27T08:17:04.339Z] prd-ubuntu20.04-docker-8c-8g-4110 does not seem to be running inside a container [2025-06-27T08:17:04.368Z] $ 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/861/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/861 -v /w/workspace/edgex-go/861:/w/workspace/edgex-go/861:rw,z -v /w/workspace/edgex-go/861@tmp:/w/workspace/edgex-go/861@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-27T08:17:12.363Z] $ docker top cb3ba5377f6862ff9f004419aab71e2ed588ba5eac60bb89bd5a05a073aca88e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-27T08:17:12.710Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-27T08:17:12.989Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-27T08:17:13.273Z] + ls /var/log/sa-host [2025-06-27T08:17:13.273Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-27T08:17:13.315Z] provisioning config files... [2025-06-27T08:17:13.324Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/861@tmp/config15558965692768943839tmp [Pipeline] { [Pipeline] echo [2025-06-27T08:17:13.338Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:17:13.622Z] ---> create-netrc.sh [Pipeline] } [2025-06-27T08:17:13.630Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:17:14.022Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-27T08:17:14.040Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:17:14.350Z] ---> sudo-logs.sh [2025-06-27T08:17:14.350Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-27T08:17:14.395Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:17:14.714Z] ---> job-cost.sh [2025-06-27T08:17:14.714Z] lf-activate-venv: SKIPPING [2025-06-27T08:17:14.714Z] DEBUG: total: 0.10999999940395355 [2025-06-27T08:17:14.714Z] INFO: Retrieving Stack Cost... [2025-06-27T08:17:14.979Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-27T08:17:15.238Z] INFO: Archiving Costs [Pipeline] echo [2025-06-27T08:17:15.253Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-27T08:17:15.533Z] ---> logs-deploy.sh [2025-06-27T08:17:15.533Z] lf-activate-venv: SKIPPING [2025-06-27T08:17:15.533Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/861 [2025-06-27T08:17:15.533Z] INFO: archiving workspace using pattern(s): [2025-06-27T08:17:16.469Z] Archives upload complete. [2025-06-27T08:17:16.728Z] INFO: archiving logs to Nexus [2025-06-27T08:17:17.298Z] ---> uname -a: [2025-06-27T08:17:17.298Z] Linux prd-ubuntu20-04-docker-8c-8g-4110 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-27T08:17:17.298Z] [2025-06-27T08:17:17.298Z] [2025-06-27T08:17:17.298Z] ---> lscpu: [2025-06-27T08:17:17.298Z] Architecture: x86_64 [2025-06-27T08:17:17.298Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-27T08:17:17.298Z] Byte Order: Little Endian [2025-06-27T08:17:17.298Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-27T08:17:17.299Z] CPU(s): 8 [2025-06-27T08:17:17.299Z] On-line CPU(s) list: 0-7 [2025-06-27T08:17:17.299Z] Thread(s) per core: 1 [2025-06-27T08:17:17.299Z] Core(s) per socket: 1 [2025-06-27T08:17:17.299Z] Socket(s): 8 [2025-06-27T08:17:17.299Z] NUMA node(s): 1 [2025-06-27T08:17:17.299Z] Vendor ID: AuthenticAMD [2025-06-27T08:17:17.299Z] CPU family: 23 [2025-06-27T08:17:17.299Z] Model: 49 [2025-06-27T08:17:17.299Z] Model name: AMD EPYC-Rome Processor [2025-06-27T08:17:17.299Z] Stepping: 0 [2025-06-27T08:17:17.299Z] CPU MHz: 2799.998 [2025-06-27T08:17:17.299Z] BogoMIPS: 5599.99 [2025-06-27T08:17:17.299Z] Virtualization: AMD-V [2025-06-27T08:17:17.299Z] Hypervisor vendor: KVM [2025-06-27T08:17:17.299Z] Virtualization type: full [2025-06-27T08:17:17.299Z] L1d cache: 256 KiB [2025-06-27T08:17:17.299Z] L1i cache: 256 KiB [2025-06-27T08:17:17.299Z] L2 cache: 4 MiB [2025-06-27T08:17:17.299Z] L3 cache: 128 MiB [2025-06-27T08:17:17.299Z] NUMA node0 CPU(s): 0-7 [2025-06-27T08:17:17.299Z] Vulnerability Itlb multihit: Not affected [2025-06-27T08:17:17.299Z] Vulnerability L1tf: Not affected [2025-06-27T08:17:17.299Z] Vulnerability Mds: Not affected [2025-06-27T08:17:17.299Z] Vulnerability Meltdown: Not affected [2025-06-27T08:17:17.299Z] Vulnerability Mmio stale data: Not affected [2025-06-27T08:17:17.299Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-27T08:17:17.299Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-27T08:17:17.299Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-27T08:17:17.299Z] Vulnerability Srbds: Not affected [2025-06-27T08:17:17.299Z] Vulnerability Tsx async abort: Not affected [2025-06-27T08:17:17.299Z] 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-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] ---> nproc: [2025-06-27T08:17:17.299Z] 8 [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] ---> df -h: [2025-06-27T08:17:17.299Z] Filesystem Size Used Avail Use% Mounted on [2025-06-27T08:17:17.299Z] overlay 155G 30G 125G 20% / [2025-06-27T08:17:17.299Z] tmpfs 64M 0 64M 0% /dev [2025-06-27T08:17:17.299Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-27T08:17:17.299Z] shm 64M 0 64M 0% /dev/shm [2025-06-27T08:17:17.299Z] /dev/vda1 155G 30G 125G 20% /facter-os [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] ---> sar -b -r -n DEV: [2025-06-27T08:17:17.299Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4110) 06/27/25 _x86_64_ (8 CPU) [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] 07:26:06 LINUX RESTART (8 CPU) [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] 07:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-27T08:17:17.299Z] 07:28:01 136.54 4.30 132.24 0.00 514.71 56427.93 0.00 [2025-06-27T08:17:17.299Z] 07:29:01 117.91 0.08 117.83 0.00 4.00 45713.71 0.00 [2025-06-27T08:17:17.299Z] 07:30:01 36.29 0.12 36.18 0.00 0.93 23128.70 0.00 [2025-06-27T08:17:17.299Z] 07:31:01 87.42 0.35 87.07 0.00 37.07 56860.67 0.00 [2025-06-27T08:17:17.299Z] 07:32:01 523.98 1.22 522.76 0.00 99.70 230204.20 0.00 [2025-06-27T08:17:17.299Z] 07:33:01 576.50 10.53 565.97 0.00 86.65 190503.85 0.00 [2025-06-27T08:17:17.299Z] 07:34:01 261.53 0.40 261.13 0.00 3.20 71838.72 0.00 [2025-06-27T08:17:17.299Z] 07:35:01 430.54 0.07 430.48 0.00 0.53 114510.91 0.00 [2025-06-27T08:17:17.299Z] 07:36:01 354.62 0.02 354.60 0.00 0.13 104358.01 0.00 [2025-06-27T08:17:17.299Z] 07:37:01 276.32 5.97 270.35 0.00 2588.90 15063.49 0.00 [2025-06-27T08:17:17.299Z] 07:38:01 21.63 0.02 21.61 0.00 0.13 544.71 0.00 [2025-06-27T08:17:17.299Z] 07:39:01 6.90 0.02 6.88 0.00 4.27 129.05 0.00 [2025-06-27T08:17:17.299Z] 07:40:01 1.22 0.00 1.22 0.00 0.00 13.60 0.00 [2025-06-27T08:17:17.299Z] 07:41:01 2.52 0.02 2.50 0.00 0.13 27.20 0.00 [2025-06-27T08:17:17.299Z] 07:42:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2025-06-27T08:17:17.299Z] 07:43:01 2.08 0.00 2.08 0.00 0.00 26.39 0.00 [2025-06-27T08:17:17.299Z] 07:44:01 1.57 0.37 1.20 0.00 11.46 13.60 0.00 [2025-06-27T08:17:17.299Z] 07:45:01 2.97 1.23 1.73 0.00 27.60 20.93 0.00 [2025-06-27T08:17:17.299Z] 07:46:01 0.88 0.00 0.88 0.00 0.00 9.20 0.00 [2025-06-27T08:17:17.299Z] 07:47:01 2.23 0.00 2.23 0.00 0.00 24.40 0.00 [2025-06-27T08:17:17.299Z] 07:48:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2025-06-27T08:17:17.299Z] 07:49:02 1.60 0.00 1.60 0.00 0.00 17.33 0.00 [2025-06-27T08:17:17.299Z] 07:50:01 1.17 0.00 1.17 0.00 0.00 12.33 0.00 [2025-06-27T08:17:17.299Z] 07:51:01 1.60 0.00 1.60 0.00 0.00 17.33 0.00 [2025-06-27T08:17:17.299Z] 07:52:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 [2025-06-27T08:17:17.299Z] 07:53:01 1.93 0.00 1.93 0.00 0.00 20.53 0.00 [2025-06-27T08:17:17.299Z] 07:54:01 1.08 0.00 1.08 0.00 0.00 11.33 0.00 [2025-06-27T08:17:17.299Z] 07:55:01 1.62 0.00 1.62 0.00 0.00 17.20 0.00 [2025-06-27T08:17:17.299Z] 07:56:01 0.93 0.00 0.93 0.00 0.00 9.60 0.00 [2025-06-27T08:17:17.299Z] 07:57:01 1.83 0.00 1.83 0.00 0.00 21.20 0.00 [2025-06-27T08:17:17.299Z] 07:58:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 [2025-06-27T08:17:17.299Z] 07:59:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 [2025-06-27T08:17:17.299Z] 08:00:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 [2025-06-27T08:17:17.299Z] 08:01:01 1.58 0.00 1.58 0.00 0.00 16.80 0.00 [2025-06-27T08:17:17.299Z] 08:02:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2025-06-27T08:17:17.299Z] 08:03:01 1.60 0.00 1.60 0.00 0.00 17.60 0.00 [2025-06-27T08:17:17.299Z] 08:04:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 [2025-06-27T08:17:17.299Z] 08:05:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 [2025-06-27T08:17:17.299Z] 08:06:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2025-06-27T08:17:17.299Z] 08:07:01 1.62 0.00 1.62 0.00 0.00 18.66 0.00 [2025-06-27T08:17:17.299Z] 08:08:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 [2025-06-27T08:17:17.299Z] 08:09:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 [2025-06-27T08:17:17.299Z] 08:10:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2025-06-27T08:17:17.299Z] 08:11:01 1.57 0.00 1.57 0.00 0.00 16.66 0.00 [2025-06-27T08:17:17.299Z] 08:12:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 [2025-06-27T08:17:17.299Z] 08:13:01 1.33 0.00 1.33 0.00 0.00 16.00 0.00 [2025-06-27T08:17:17.299Z] 08:14:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2025-06-27T08:17:17.299Z] 08:15:01 3.27 0.07 3.20 0.00 7.87 128.11 0.00 [2025-06-27T08:17:17.299Z] 08:16:01 90.73 0.28 90.45 0.00 6.00 29183.94 0.00 [2025-06-27T08:17:17.299Z] 08:17:01 85.69 0.17 85.52 0.00 13.86 22384.80 0.00 [2025-06-27T08:17:17.299Z] Average: 61.23 0.50 60.73 0.00 68.16 19237.55 0.00 [2025-06-27T08:17:17.299Z] [2025-06-27T08:17:17.299Z] 07:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-27T08:17:17.299Z] 07:28:01 27884084 31500796 810200 2.46 100492 3700556 2041532 6.02 1207936 3306896 355100 [2025-06-27T08:17:17.299Z] 07:29:01 26646728 31369972 933160 2.84 129452 4703956 2312188 6.81 2006344 3662080 703620 [2025-06-27T08:17:17.299Z] 07:30:01 26660760 31383348 918888 2.79 134004 4667868 2229672 6.57 1504860 4122736 529020 [2025-06-27T08:17:17.299Z] 07:31:01 27251728 31479864 825400 2.51 141428 4223908 1968996 5.80 1370884 3719644 1536 [2025-06-27T08:17:17.299Z] 07:32:01 19992200 31136716 1138228 3.46 153304 10891148 3778188 11.13 2332160 9744336 1264 [2025-06-27T08:17:17.299Z] 07:33:01 13449452 31374708 905068 2.75 351844 17038204 2491452 7.34 2743688 15448548 917608 [2025-06-27T08:17:17.299Z] 07:34:01 7491468 28181440 4028452 12.25 391152 19368500 10752248 31.69 7009680 16644548 1465120 [2025-06-27T08:17:17.299Z] 07:35:01 5171148 29141348 3073572 9.35 409512 22506676 8173688 24.09 7486084 18377940 1591308 [2025-06-27T08:17:17.299Z] 07:36:01 8523376 31382200 890472 2.71 417024 21616656 2465712 7.27 3159536 19655692 2512 [2025-06-27T08:17:17.299Z] 07:37:01 8098436 31407340 844024 2.57 445488 22035512 2241748 6.61 3621372 19596520 496 [2025-06-27T08:17:17.299Z] 07:38:01 8115704 31420464 830836 2.53 444724 22032440 2126156 6.27 4117508 19085480 600 [2025-06-27T08:17:17.299Z] 07:39:01 8119300 31424188 827000 2.51 444884 22032608 2093472 6.17 4152668 19045212 8 [2025-06-27T08:17:17.299Z] 07:40:01 8120212 31425168 825992 2.51 444908 22032616 2093472 6.17 4151100 19045220 8 [2025-06-27T08:17:17.299Z] 07:41:01 8128532 31433596 818136 2.49 444960 22032612 2144476 6.32 4142480 19045212 16 [2025-06-27T08:17:17.299Z] 07:42:01 8132024 31437216 814652 2.48 444980 22032748 2144476 6.32 4139696 19045336 20 [2025-06-27T08:17:17.299Z] 07:43:01 8136712 31441964 810072 2.46 445012 22032756 2144476 6.32 4135332 19045352 12 [2025-06-27T08:17:17.299Z] 07:44:01 8132836 31438444 813508 2.47 445044 22033092 2144476 6.32 4142512 19045480 8 [2025-06-27T08:17:17.299Z] 07:45:01 8123280 31430676 821128 2.50 445076 22033928 2160544 6.37 4151220 19045692 12 [2025-06-27T08:17:17.299Z] 07:46:01 8122980 31430412 821344 2.50 445092 22033928 2160544 6.37 4151172 19045708 48 [2025-06-27T08:17:17.299Z] 07:47:01 8122720 31430216 821508 2.50 445140 22033932 2160544 6.37 4150744 19045712 8 [2025-06-27T08:17:17.299Z] 07:48:01 8122696 31430216 821464 2.50 445156 22033936 2160544 6.37 4150700 19045716 12 [2025-06-27T08:17:17.299Z] 07:49:02 8122644 31430176 821660 2.50 445164 22033940 2160544 6.37 4150712 19045716 8 [2025-06-27T08:17:17.299Z] 07:50:01 8122620 31430160 821624 2.50 445184 22033944 2160544 6.37 4150720 19045720 28 [2025-06-27T08:17:17.299Z] 07:51:01 8122564 31430140 821596 2.50 445204 22033944 2160544 6.37 4150772 19045720 8 [2025-06-27T08:17:17.299Z] 07:52:01 8122136 31429768 821864 2.50 445268 22033936 2160544 6.37 4151188 19045724 8 [2025-06-27T08:17:17.299Z] 07:53:01 8122128 31429824 821800 2.50 445308 22033952 2160544 6.37 4150952 19045732 8 [2025-06-27T08:17:17.299Z] 07:54:01 8121820 31429544 822004 2.50 445344 22033952 2160544 6.37 4150964 19045732 8 [2025-06-27T08:17:17.299Z] 07:55:01 8121956 31429712 821996 2.50 445364 22033956 2160544 6.37 4151004 19045736 8 [2025-06-27T08:17:17.299Z] 07:56:01 8121720 31429480 822232 2.50 445368 22033956 2144112 6.32 4150996 19045736 8 [2025-06-27T08:17:17.299Z] 07:57:01 8121672 31429468 822184 2.50 445404 22033952 2144112 6.32 4151100 19045744 8 [2025-06-27T08:17:17.299Z] 07:58:01 8121656 31429480 822104 2.50 445420 22033968 2144112 6.32 4151044 19045748 16 [2025-06-27T08:17:17.299Z] 07:59:01 8121356 31429228 822308 2.50 445452 22033972 2144112 6.32 4151108 19045752 4 [2025-06-27T08:17:17.299Z] 08:00:01 8121308 31429188 822388 2.50 445464 22033976 2144112 6.32 4151096 19045756 8 [2025-06-27T08:17:17.299Z] 08:01:01 8121140 31429068 822372 2.50 445476 22033976 2144112 6.32 4151156 19045756 8 [2025-06-27T08:17:17.299Z] 08:02:01 8121056 31429024 822584 2.50 445516 22033972 2144112 6.32 4151240 19045760 8 [2025-06-27T08:17:17.299Z] 08:03:01 8121000 31428988 822544 2.50 445524 22033984 2144112 6.32 4151200 19045764 12 [2025-06-27T08:17:17.299Z] 08:04:01 8120976 31428972 822484 2.50 445536 22033984 2127880 6.27 4151204 19045764 8 [2025-06-27T08:17:17.299Z] 08:05:01 8120676 31428692 822712 2.50 445544 22033988 2127880 6.27 4151564 19045768 8 [2025-06-27T08:17:17.299Z] 08:06:01 8120628 31428668 822672 2.50 445568 22033988 2127880 6.27 4151228 19045768 8 [2025-06-27T08:17:17.299Z] 08:07:01 8120548 31428612 822664 2.50 445588 22033996 2127880 6.27 4151324 19045772 32 [2025-06-27T08:17:17.300Z] 08:08:01 8120500 31428588 822616 2.50 445620 22034000 2127880 6.27 4151264 19045780 28 [2025-06-27T08:17:17.300Z] 08:09:01 8120668 31428788 822580 2.50 445640 22034000 2127880 6.27 4151300 19045780 12 [2025-06-27T08:17:17.300Z] 08:10:01 8120652 31428804 822540 2.50 445660 22034004 2144000 6.32 4151340 19045784 28 [2025-06-27T08:17:17.300Z] 08:11:01 8120856 31429036 822252 2.50 445684 22034004 2144000 6.32 4151480 19045784 8 [2025-06-27T08:17:17.300Z] 08:12:01 8120620 31428936 822256 2.50 445728 22034132 2144000 6.32 4151464 19045892 20 [2025-06-27T08:17:17.300Z] 08:13:01 8120604 31429012 822160 2.50 445764 22034140 2144000 6.32 4151460 19045920 8 [2025-06-27T08:17:17.300Z] 08:14:01 8120556 31428968 822132 2.50 445776 22034140 2144000 6.32 4151460 19045920 12 [2025-06-27T08:17:17.300Z] 08:15:01 7700392 31376960 873932 2.66 445936 22386872 2453792 7.23 4195676 19399960 352820 [2025-06-27T08:17:17.300Z] 08:16:01 6965352 31388584 860524 2.62 465960 23036068 2248308 6.63 4208168 20041700 636136 [2025-06-27T08:17:17.300Z] 08:17:01 6490916 31358580 889352 2.70 475324 23436344 2438752 7.19 4264584 20421836 404680 [2025-06-27T08:17:17.300Z] Average: 9857142 31307695 947905 2.88 410769 20297212 2497869 7.36 3972529 17577452 139246 [2025-06-27T08:17:17.300Z] [2025-06-27T08:17:17.300Z] 07:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-27T08:17:17.300Z] 07:28:01 lo 4.07 4.07 0.40 0.40 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:28:01 docker0 839.36 825.80 60.81 4633.70 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:28:01 ens3 1094.30 1006.15 11598.53 103.58 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:28:01 veth5e1bcb7 248.99 266.99 23.07 1650.44 0.00 0.00 0.00 0.14 [2025-06-27T08:17:17.300Z] 07:29:01 vethe48cfb1 0.08 0.27 0.01 0.02 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:29:01 docker0 0.20 0.42 0.01 0.03 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:29:01 ens3 42.93 26.98 43.72 15.83 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:30:01 vethe48cfb1 1.15 1.17 0.10 0.10 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:30:01 docker0 1.15 1.15 0.09 0.10 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:30:01 ens3 27.75 20.05 22.86 12.09 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:31:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:31:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:31:01 ens3 102.87 67.57 2223.66 20.65 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:31:01 veth3ec4cbb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 veth99a24a4 4.35 5.86 0.42 2.64 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 veth70429e5 4.40 5.86 0.43 2.64 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 veth5581ade 2.12 2.55 0.20 1.30 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 veth890cb92 10.01 14.58 0.67 38.89 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 docker0 89.12 168.54 5.66 1394.12 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 vethe872c2b 2.08 2.48 0.20 1.30 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 veth5379355 3.58 4.55 0.34 2.08 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 ens3 251.12 149.68 2275.15 165.91 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 veth3ec4cbb 0.35 1.28 0.03 0.17 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:32:01 veth8320a47 2.78 3.80 0.20 8.08 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:33:01 docker0 642.78 872.75 50.22 7423.36 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:33:01 ens3 894.68 651.99 7436.36 65.12 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:33:01 veth3ec4cbb 0.12 0.60 0.01 0.04 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth09eba1a 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth6f7130a 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth874f58e 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 vethacd8d52 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 vethe1a67a4 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth93659c8 0.05 0.22 0.00 0.02 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 docker0 0.10 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth1e00087 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 vethbbe79e6 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 ens3 11.25 5.73 9.32 5.02 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth89cbdd7 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth996b734 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth3ee8dee 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 vethd974802 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:34:01 veth3ec4cbb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth6f7130a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth874f58e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 vethacd8d52 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 vethe1a67a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth93659c8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth1e00087 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 vethbbe79e6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 ens3 5.25 2.70 4.32 2.34 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth89cbdd7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth996b734 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth3ee8dee 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:35:01 veth3ec4cbb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:36:01 ens3 7.40 4.62 6.00 3.43 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:36:01 veth3ec4cbb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:37:01 lo 53.06 53.06 5.24 5.24 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:37:01 ens3 618.50 531.29 2515.89 1718.13 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:38:01 lo 23.86 23.86 2.35 2.35 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:38:01 ens3 341.38 344.21 127.31 2499.29 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:39:01 lo 4.67 4.67 0.45 0.45 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:39:01 ens3 46.78 42.04 26.03 217.63 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:40:01 ens3 0.30 0.28 0.25 0.21 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:42:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:43:01 ens3 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:44:01 ens3 0.85 0.58 0.81 0.36 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:45:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:45:01 ens3 26.20 37.28 5.07 114.84 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:46:01 ens3 1.58 0.93 0.96 1.13 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:47:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:49:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:49:02 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:50:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:52:01 ens3 0.23 0.23 0.13 0.07 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:53:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:54:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:57:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:58:01 ens3 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.300Z] 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 07:59:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:01:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:02:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:03:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:04:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:05:01 ens3 0.43 0.38 0.26 0.22 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:07:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:08:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:09:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:12:01 ens3 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:13:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:15:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:15:01 ens3 89.40 50.27 2643.85 9.05 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:16:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:16:01 docker0 88.44 96.60 7.11 866.42 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:16:01 ens3 243.14 189.32 4083.64 39.04 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:17:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:17:01 docker0 2.10 1.93 0.35 0.74 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] 08:17:01 ens3 152.87 94.83 2595.71 28.40 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] Average: lo 1.90 1.90 0.18 0.18 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] Average: docker0 33.28 39.36 2.49 286.46 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] Average: ens3 79.28 64.61 712.63 100.49 0.00 0.00 0.00 0.00 [2025-06-27T08:17:17.301Z] [2025-06-27T08:17:17.301Z] [2025-06-27T08:17:17.301Z] ---> sar -P ALL: [2025-06-27T08:17:17.301Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4110) 06/27/25 _x86_64_ (8 CPU) [2025-06-27T08:17:17.301Z] [2025-06-27T08:17:17.301Z] 07:26:06 LINUX RESTART (8 CPU) [2025-06-27T08:17:17.301Z] [2025-06-27T08:17:17.301Z] 07:27:01 CPU %user %nice %system %iowait %steal %idle [2025-06-27T08:17:17.301Z] 07:28:01 all 7.75 0.00 3.42 3.08 0.07 85.68 [2025-06-27T08:17:17.301Z] 07:28:01 0 7.49 0.00 3.95 0.05 0.07 88.44 [2025-06-27T08:17:17.301Z] 07:28:01 1 12.35 0.00 3.12 2.94 0.07 81.52 [2025-06-27T08:17:17.301Z] 07:28:01 2 6.67 0.00 3.82 9.41 0.05 80.04 [2025-06-27T08:17:17.301Z] 07:28:01 3 7.27 0.00 3.54 0.07 0.05 89.07 [2025-06-27T08:17:17.301Z] 07:28:01 4 7.03 0.00 3.28 0.15 0.08 89.46 [2025-06-27T08:17:17.301Z] 07:28:01 5 7.00 0.00 3.38 0.29 0.07 89.26 [2025-06-27T08:17:17.301Z] 07:28:01 6 6.22 0.00 2.90 2.86 0.07 87.95 [2025-06-27T08:17:17.301Z] 07:28:01 7 7.93 0.00 3.37 8.89 0.10 79.72 [2025-06-27T08:17:17.301Z] 07:29:01 all 38.37 0.00 6.29 1.88 0.11 53.35 [2025-06-27T08:17:17.301Z] 07:29:01 0 39.89 0.00 6.43 0.40 0.12 53.16 [2025-06-27T08:17:17.301Z] 07:29:01 1 37.08 0.00 6.48 0.07 0.12 56.25 [2025-06-27T08:17:17.301Z] 07:29:01 2 39.24 0.00 5.80 0.10 0.12 54.74 [2025-06-27T08:17:17.301Z] 07:29:01 3 37.54 0.00 7.01 0.02 0.08 55.35 [2025-06-27T08:17:17.301Z] 07:29:01 4 36.89 0.00 6.26 0.24 0.10 56.52 [2025-06-27T08:17:17.301Z] 07:29:01 5 38.04 0.00 7.14 12.85 0.14 41.84 [2025-06-27T08:17:17.301Z] 07:29:01 6 38.67 0.00 5.45 0.05 0.10 55.72 [2025-06-27T08:17:17.301Z] 07:29:01 7 39.60 0.00 5.73 1.38 0.10 53.19 [2025-06-27T08:17:17.301Z] 07:30:01 all 50.13 0.00 5.96 1.72 0.09 42.09 [2025-06-27T08:17:17.301Z] 07:30:01 0 52.45 0.00 6.00 0.67 0.10 40.78 [2025-06-27T08:17:17.301Z] 07:30:01 1 49.05 0.00 6.16 0.00 0.08 44.70 [2025-06-27T08:17:17.301Z] 07:30:01 2 49.45 0.00 5.72 1.56 0.08 43.18 [2025-06-27T08:17:17.301Z] 07:30:01 3 49.69 0.00 6.05 0.40 0.10 43.76 [2025-06-27T08:17:17.301Z] 07:30:01 4 50.90 0.00 5.87 0.32 0.10 42.81 [2025-06-27T08:17:17.301Z] 07:30:01 5 49.31 0.00 5.89 7.02 0.08 37.69 [2025-06-27T08:17:17.301Z] 07:30:01 6 49.98 0.00 5.93 2.43 0.08 41.57 [2025-06-27T08:17:17.301Z] 07:30:01 7 50.21 0.00 6.09 1.39 0.08 42.22 [2025-06-27T08:17:17.301Z] 07:31:01 all 31.69 0.00 5.89 1.94 0.10 60.39 [2025-06-27T08:17:17.301Z] 07:31:01 0 31.74 0.00 6.32 6.94 0.10 54.90 [2025-06-27T08:17:17.301Z] 07:31:01 1 32.42 0.00 6.68 1.65 0.10 59.16 [2025-06-27T08:17:17.301Z] 07:31:01 2 32.23 0.00 5.64 0.59 0.10 61.44 [2025-06-27T08:17:17.301Z] 07:31:01 3 29.43 0.00 5.36 0.35 0.08 64.77 [2025-06-27T08:17:17.301Z] 07:31:01 4 31.18 0.00 5.46 0.69 0.08 62.59 [2025-06-27T08:17:17.301Z] 07:31:01 5 30.40 0.00 5.68 3.87 0.12 59.94 [2025-06-27T08:17:17.301Z] 07:31:01 6 33.09 0.00 5.54 0.32 0.12 60.93 [2025-06-27T08:17:17.301Z] 07:31:01 7 33.00 0.00 6.42 1.08 0.10 59.40 [2025-06-27T08:17:17.301Z] 07:32:01 all 17.03 0.00 6.07 28.91 0.08 47.91 [2025-06-27T08:17:17.301Z] 07:32:01 0 15.63 0.00 5.91 36.35 0.14 41.98 [2025-06-27T08:17:17.301Z] 07:32:01 1 16.58 0.00 5.97 26.07 0.08 51.29 [2025-06-27T08:17:17.301Z] 07:32:01 2 16.93 0.00 6.22 13.09 0.07 63.70 [2025-06-27T08:17:17.301Z] 07:32:01 3 18.25 0.00 5.51 9.68 0.05 66.51 [2025-06-27T08:17:17.301Z] 07:32:01 4 16.26 0.00 6.91 64.99 0.09 11.75 [2025-06-27T08:17:17.301Z] 07:32:01 5 18.01 0.00 6.06 30.68 0.07 45.18 [2025-06-27T08:17:17.301Z] 07:32:01 6 17.42 0.00 6.08 41.26 0.07 35.17 [2025-06-27T08:17:17.301Z] 07:32:01 7 17.11 0.00 5.94 9.48 0.12 67.35 [2025-06-27T08:17:17.301Z] 07:33:01 all 7.44 0.00 4.36 13.90 0.08 74.23 [2025-06-27T08:17:17.301Z] 07:33:01 0 6.05 0.00 6.46 34.45 0.08 52.95 [2025-06-27T08:17:17.301Z] 07:33:01 1 8.17 0.00 4.34 18.71 0.07 68.71 [2025-06-27T08:17:17.301Z] 07:33:01 2 7.45 0.00 3.70 24.74 0.07 64.04 [2025-06-27T08:17:17.301Z] 07:33:01 3 7.82 0.00 4.38 9.56 0.07 78.18 [2025-06-27T08:17:17.301Z] 07:33:01 4 7.44 0.00 3.31 10.46 0.08 78.71 [2025-06-27T08:17:17.301Z] 07:33:01 5 7.29 0.00 4.34 6.26 0.10 82.01 [2025-06-27T08:17:17.301Z] 07:33:01 6 8.12 0.00 4.29 3.44 0.07 84.08 [2025-06-27T08:17:17.301Z] 07:33:01 7 7.19 0.00 4.06 3.67 0.07 85.02 [2025-06-27T08:17:17.301Z] 07:34:01 all 77.51 0.00 10.15 3.57 0.12 8.64 [2025-06-27T08:17:17.301Z] 07:34:01 0 78.07 0.00 9.60 1.03 0.13 11.16 [2025-06-27T08:17:17.301Z] 07:34:01 1 77.99 0.00 9.81 2.82 0.12 9.26 [2025-06-27T08:17:17.301Z] 07:34:01 2 77.73 0.00 9.84 10.96 0.15 1.32 [2025-06-27T08:17:17.301Z] 07:34:01 3 77.22 0.00 10.71 0.65 0.13 11.28 [2025-06-27T08:17:17.301Z] 07:34:01 4 77.49 0.00 10.02 4.87 0.12 7.51 [2025-06-27T08:17:17.301Z] 07:34:01 5 77.54 0.00 9.97 6.31 0.10 6.09 [2025-06-27T08:17:17.301Z] 07:34:01 6 77.20 0.00 10.55 0.75 0.10 11.40 [2025-06-27T08:17:17.301Z] 07:34:01 7 76.88 0.00 10.71 1.22 0.12 11.08 [2025-06-27T08:17:17.301Z] 07:35:01 all 90.69 0.00 9.18 0.00 0.13 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 0 91.52 0.00 8.37 0.00 0.12 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 1 91.11 0.00 8.75 0.00 0.13 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 2 90.99 0.00 8.88 0.00 0.13 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 3 90.40 0.00 9.47 0.00 0.13 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 4 90.74 0.00 9.13 0.00 0.13 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 5 90.78 0.00 9.10 0.00 0.12 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 6 89.72 0.00 10.16 0.00 0.12 0.00 [2025-06-27T08:17:17.301Z] 07:35:01 7 90.30 0.00 9.57 0.00 0.13 0.00 [2025-06-27T08:17:17.301Z] 07:36:01 all 50.78 0.00 6.02 9.15 0.09 33.97 [2025-06-27T08:17:17.301Z] 07:36:01 0 50.97 0.00 5.90 6.14 0.10 36.89 [2025-06-27T08:17:17.301Z] 07:36:01 1 50.43 0.00 5.88 4.56 0.08 39.05 [2025-06-27T08:17:17.301Z] 07:36:01 2 51.06 0.00 6.39 38.08 0.10 4.37 [2025-06-27T08:17:17.301Z] 07:36:01 3 51.54 0.00 5.42 4.34 0.10 38.59 [2025-06-27T08:17:17.301Z] 07:36:01 4 50.31 0.00 6.28 3.41 0.10 39.90 [2025-06-27T08:17:17.301Z] 07:36:01 5 51.64 0.00 5.76 2.33 0.08 40.19 [2025-06-27T08:17:17.301Z] 07:36:01 6 50.07 0.00 6.54 9.48 0.08 33.82 [2025-06-27T08:17:17.301Z] 07:36:01 7 50.18 0.00 5.95 4.95 0.08 38.83 [2025-06-27T08:17:17.301Z] 07:37:01 all 9.47 0.00 2.61 2.72 0.08 85.12 [2025-06-27T08:17:17.301Z] 07:37:01 0 9.83 0.00 2.28 1.34 0.08 86.46 [2025-06-27T08:17:17.301Z] 07:37:01 1 8.20 0.00 2.91 3.24 0.08 85.56 [2025-06-27T08:17:17.301Z] 07:37:01 2 10.71 0.00 4.42 1.41 0.08 83.38 [2025-06-27T08:17:17.301Z] 07:37:01 3 8.57 0.00 2.01 1.02 0.07 88.32 [2025-06-27T08:17:17.301Z] 07:37:01 4 8.83 0.00 1.88 9.49 0.08 79.71 [2025-06-27T08:17:17.301Z] 07:37:01 5 10.81 0.00 2.59 0.95 0.08 85.56 [2025-06-27T08:17:17.301Z] 07:37:01 6 8.20 0.00 1.94 3.13 0.07 86.66 [2025-06-27T08:17:17.301Z] 07:37:01 7 10.60 0.00 2.85 1.22 0.07 85.27 [2025-06-27T08:17:17.301Z] 07:38:01 all 9.94 0.00 0.70 0.10 0.06 89.21 [2025-06-27T08:17:17.301Z] 07:38:01 0 10.77 0.00 0.72 0.02 0.07 88.43 [2025-06-27T08:17:17.301Z] 07:38:01 1 8.89 0.00 0.68 0.00 0.05 90.38 [2025-06-27T08:17:17.301Z] 07:38:01 2 9.68 0.00 0.72 0.02 0.05 89.54 [2025-06-27T08:17:17.301Z] 07:38:01 3 7.36 0.00 0.57 0.13 0.07 91.87 [2025-06-27T08:17:17.301Z] 07:38:01 4 5.60 0.00 0.58 0.57 0.07 93.19 [2025-06-27T08:17:17.301Z] 07:38:01 5 8.70 0.00 0.85 0.00 0.05 90.40 [2025-06-27T08:17:17.301Z] 07:38:01 6 12.16 0.00 0.52 0.02 0.07 87.24 [2025-06-27T08:17:17.301Z] 07:38:01 7 16.34 0.00 0.92 0.02 0.08 82.65 [2025-06-27T08:17:17.301Z] [2025-06-27T08:17:17.301Z] 07:38:01 CPU %user %nice %system %iowait %steal %idle [2025-06-27T08:17:17.301Z] 07:39:01 all 0.94 0.00 0.11 0.03 0.02 98.91 [2025-06-27T08:17:17.301Z] 07:39:01 0 1.35 0.00 0.17 0.02 0.03 98.43 [2025-06-27T08:17:17.302Z] 07:39:01 1 0.13 0.00 0.05 0.00 0.00 99.82 [2025-06-27T08:17:17.302Z] 07:39:01 2 1.95 0.00 0.15 0.02 0.03 97.85 [2025-06-27T08:17:17.302Z] 07:39:01 3 0.94 0.00 0.13 0.07 0.02 98.84 [2025-06-27T08:17:17.302Z] 07:39:01 4 0.13 0.00 0.07 0.12 0.02 99.67 [2025-06-27T08:17:17.302Z] 07:39:01 5 1.40 0.00 0.12 0.00 0.02 98.47 [2025-06-27T08:17:17.302Z] 07:39:01 6 1.35 0.00 0.08 0.02 0.02 98.53 [2025-06-27T08:17:17.302Z] 07:39:01 7 0.25 0.00 0.08 0.00 0.03 99.63 [2025-06-27T08:17:17.302Z] 07:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-27T08:17:17.302Z] 07:40:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:40:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-27T08:17:17.302Z] 07:40:01 3 0.05 0.00 0.02 0.02 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:40:01 4 0.07 0.00 0.00 0.02 0.00 99.92 [2025-06-27T08:17:17.302Z] 07:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:41:01 all 0.31 0.00 0.04 0.03 0.01 99.61 [2025-06-27T08:17:17.302Z] 07:41:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2025-06-27T08:17:17.302Z] 07:41:01 1 0.00 0.00 0.02 0.18 0.00 99.80 [2025-06-27T08:17:17.302Z] 07:41:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-27T08:17:17.302Z] 07:41:01 3 2.02 0.00 0.05 0.00 0.02 97.91 [2025-06-27T08:17:17.302Z] 07:41:01 4 0.07 0.00 0.07 0.03 0.02 99.82 [2025-06-27T08:17:17.302Z] 07:41:01 5 0.02 0.00 0.07 0.00 0.00 99.92 [2025-06-27T08:17:17.302Z] 07:41:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:41:01 7 0.12 0.00 0.05 0.00 0.02 99.82 [2025-06-27T08:17:17.302Z] 07:42:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2025-06-27T08:17:17.302Z] 07:42:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2025-06-27T08:17:17.302Z] 07:42:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2025-06-27T08:17:17.302Z] 07:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-27T08:17:17.302Z] 07:42:01 3 1.70 0.00 0.00 0.00 0.00 98.30 [2025-06-27T08:17:17.302Z] 07:42:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-27T08:17:17.302Z] 07:42:01 5 0.18 0.00 0.00 0.00 0.00 99.82 [2025-06-27T08:17:17.302Z] 07:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:42:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-27T08:17:17.302Z] 07:43:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2025-06-27T08:17:17.302Z] 07:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-27T08:17:17.302Z] 07:43:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-27T08:17:17.302Z] 07:43:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-27T08:17:17.302Z] 07:43:01 4 0.03 0.00 0.00 0.08 0.00 99.88 [2025-06-27T08:17:17.302Z] 07:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:43:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-27T08:17:17.302Z] 07:43:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2025-06-27T08:17:17.302Z] 07:44:01 all 0.07 0.00 0.02 0.01 0.01 99.89 [2025-06-27T08:17:17.302Z] 07:44:01 0 0.17 0.00 0.03 0.00 0.02 99.78 [2025-06-27T08:17:17.302Z] 07:44:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:44:01 2 0.18 0.00 0.07 0.00 0.02 99.73 [2025-06-27T08:17:17.302Z] 07:44:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:44:01 4 0.05 0.00 0.02 0.05 0.02 99.87 [2025-06-27T08:17:17.302Z] 07:44:01 5 0.10 0.00 0.00 0.00 0.00 99.90 [2025-06-27T08:17:17.302Z] 07:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:45:01 all 0.49 0.00 0.05 0.01 0.01 99.44 [2025-06-27T08:17:17.302Z] 07:45:01 0 0.17 0.00 0.07 0.00 0.02 99.75 [2025-06-27T08:17:17.302Z] 07:45:01 1 0.28 0.00 0.02 0.02 0.00 99.68 [2025-06-27T08:17:17.302Z] 07:45:01 2 0.28 0.00 0.12 0.02 0.02 99.57 [2025-06-27T08:17:17.302Z] 07:45:01 3 0.20 0.00 0.03 0.00 0.00 99.77 [2025-06-27T08:17:17.302Z] 07:45:01 4 0.27 0.00 0.03 0.05 0.00 99.65 [2025-06-27T08:17:17.302Z] 07:45:01 5 0.60 0.00 0.03 0.00 0.00 99.37 [2025-06-27T08:17:17.302Z] 07:45:01 6 0.28 0.00 0.05 0.00 0.02 99.65 [2025-06-27T08:17:17.302Z] 07:45:01 7 1.80 0.00 0.07 0.00 0.02 98.12 [2025-06-27T08:17:17.302Z] 07:46:01 all 0.12 0.00 0.01 7.83 0.01 92.02 [2025-06-27T08:17:17.302Z] 07:46:01 0 0.02 0.00 0.05 0.02 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:46:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-27T08:17:17.302Z] 07:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-27T08:17:17.302Z] 07:46:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-27T08:17:17.302Z] 07:46:01 4 0.07 0.00 0.00 62.70 0.02 37.22 [2025-06-27T08:17:17.302Z] 07:46:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:46:01 7 0.78 0.00 0.02 0.00 0.02 99.19 [2025-06-27T08:17:17.302Z] 07:47:01 all 0.08 0.00 0.01 0.30 0.00 99.60 [2025-06-27T08:17:17.302Z] 07:47:01 0 0.07 0.00 0.05 0.37 0.00 99.52 [2025-06-27T08:17:17.302Z] 07:47:01 1 0.02 0.00 0.00 0.33 0.00 99.65 [2025-06-27T08:17:17.302Z] 07:47:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:47:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-27T08:17:17.302Z] 07:47:01 4 0.02 0.00 0.03 1.62 0.00 98.33 [2025-06-27T08:17:17.302Z] 07:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:47:01 7 0.42 0.00 0.00 0.10 0.00 99.48 [2025-06-27T08:17:17.302Z] 07:48:01 all 0.02 0.00 0.01 0.12 0.01 99.84 [2025-06-27T08:17:17.302Z] 07:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:48:01 1 0.00 0.00 0.00 0.07 0.00 99.93 [2025-06-27T08:17:17.302Z] 07:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.302Z] 07:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:48:01 4 0.05 0.00 0.03 0.92 0.03 98.97 [2025-06-27T08:17:17.302Z] 07:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-27T08:17:17.302Z] 07:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-27T08:17:17.302Z] 07:48:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-27T08:17:17.302Z] 07:49:02 all 0.07 0.00 0.01 0.28 0.01 99.63 [2025-06-27T08:17:17.302Z] 07:49:02 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.302Z] 07:49:02 1 0.03 0.00 0.00 0.28 0.00 99.68 [2025-06-27T08:17:17.302Z] 07:49:02 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-27T08:17:17.302Z] 07:49:02 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-27T08:17:17.302Z] 07:49:02 4 0.10 0.00 0.05 1.92 0.02 97.91 [2025-06-27T08:17:17.302Z] 07:49:02 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:49:02 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:49:02 7 0.37 0.00 0.02 0.00 0.00 99.62 [2025-06-27T08:17:17.302Z] [2025-06-27T08:17:17.302Z] 07:49:02 CPU %user %nice %system %iowait %steal %idle [2025-06-27T08:17:17.302Z] 07:50:01 all 0.09 0.00 0.01 0.25 0.00 99.64 [2025-06-27T08:17:17.302Z] 07:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-27T08:17:17.302Z] 07:50:01 1 0.00 0.00 0.00 0.39 0.00 99.61 [2025-06-27T08:17:17.302Z] 07:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:50:01 4 0.03 0.00 0.05 1.61 0.02 98.29 [2025-06-27T08:17:17.302Z] 07:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:50:01 7 0.62 0.00 0.00 0.00 0.00 99.38 [2025-06-27T08:17:17.302Z] 07:51:01 all 0.06 0.00 0.01 0.04 0.01 99.88 [2025-06-27T08:17:17.302Z] 07:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-27T08:17:17.302Z] 07:51:01 1 0.03 0.00 0.00 0.10 0.02 99.85 [2025-06-27T08:17:17.302Z] 07:51:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:51:01 4 0.05 0.00 0.03 0.23 0.02 99.67 [2025-06-27T08:17:17.302Z] 07:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:51:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-27T08:17:17.302Z] 07:51:01 7 0.25 0.00 0.00 0.00 0.02 99.73 [2025-06-27T08:17:17.302Z] 07:52:01 all 0.19 0.00 0.01 0.08 0.01 99.71 [2025-06-27T08:17:17.302Z] 07:52:01 0 0.00 0.00 0.02 0.05 0.02 99.92 [2025-06-27T08:17:17.302Z] 07:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.302Z] 07:52:01 3 0.17 0.00 0.00 0.00 0.02 99.82 [2025-06-27T08:17:17.302Z] 07:52:01 4 0.00 0.00 0.05 0.58 0.02 99.35 [2025-06-27T08:17:17.302Z] 07:52:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:52:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:52:01 7 1.19 0.00 0.00 0.00 0.00 98.81 [2025-06-27T08:17:17.302Z] 07:53:01 all 0.02 0.00 0.01 0.02 0.00 99.95 [2025-06-27T08:17:17.302Z] 07:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.302Z] 07:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:53:01 4 0.02 0.00 0.02 0.13 0.00 99.83 [2025-06-27T08:17:17.302Z] 07:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:53:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-27T08:17:17.302Z] 07:53:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:54:01 all 0.02 0.00 0.01 0.04 0.00 99.93 [2025-06-27T08:17:17.302Z] 07:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:54:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.302Z] 07:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.302Z] 07:54:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-27T08:17:17.302Z] 07:54:01 4 0.02 0.00 0.02 0.33 0.00 99.63 [2025-06-27T08:17:17.302Z] 07:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:54:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-27T08:17:17.302Z] 07:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.302Z] 07:55:01 all 0.03 0.00 0.02 0.02 0.01 99.93 [2025-06-27T08:17:17.303Z] 07:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 07:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:55:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 07:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:55:01 4 0.03 0.00 0.02 0.13 0.02 99.80 [2025-06-27T08:17:17.303Z] 07:55:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:55:01 6 0.07 0.00 0.05 0.00 0.02 99.87 [2025-06-27T08:17:17.303Z] 07:55:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-27T08:17:17.303Z] 07:56:01 all 0.02 0.00 0.01 0.06 0.00 99.91 [2025-06-27T08:17:17.303Z] 07:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 07:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:56:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 07:56:01 4 0.02 0.00 0.02 0.45 0.02 99.50 [2025-06-27T08:17:17.303Z] 07:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:56:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-27T08:17:17.303Z] 07:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:57:01 all 0.02 0.00 0.01 0.05 0.01 99.91 [2025-06-27T08:17:17.303Z] 07:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 07:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 07:57:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 07:57:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2025-06-27T08:17:17.303Z] 07:57:01 4 0.00 0.00 0.00 0.38 0.00 99.62 [2025-06-27T08:17:17.303Z] 07:57:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:57:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 07:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 07:58:01 all 0.03 0.00 0.01 0.02 0.00 99.94 [2025-06-27T08:17:17.303Z] 07:58:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 07:58:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 07:58:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 07:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-27T08:17:17.303Z] 07:58:01 4 0.02 0.00 0.00 0.18 0.00 99.80 [2025-06-27T08:17:17.303Z] 07:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:58:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 07:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:59:01 all 0.02 0.00 0.01 0.02 0.01 99.94 [2025-06-27T08:17:17.303Z] 07:59:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 07:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 07:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:59:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 07:59:01 4 0.02 0.00 0.02 0.13 0.02 99.82 [2025-06-27T08:17:17.303Z] 07:59:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 07:59:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 07:59:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-27T08:17:17.303Z] 08:00:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:00:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2025-06-27T08:17:17.303Z] 08:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:00:01 4 0.03 0.00 0.00 0.05 0.00 99.92 [2025-06-27T08:17:17.303Z] 08:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:00:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 08:00:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] [2025-06-27T08:17:17.303Z] 08:00:01 CPU %user %nice %system %iowait %steal %idle [2025-06-27T08:17:17.303Z] 08:01:01 all 0.02 0.00 0.01 0.06 0.00 99.90 [2025-06-27T08:17:17.303Z] 08:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:01:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 08:01:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:01:01 4 0.02 0.00 0.03 0.52 0.02 99.42 [2025-06-27T08:17:17.303Z] 08:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:01:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:02:01 all 0.03 0.00 0.01 0.05 0.00 99.91 [2025-06-27T08:17:17.303Z] 08:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:02:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-27T08:17:17.303Z] 08:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-27T08:17:17.303Z] 08:02:01 4 0.03 0.00 0.00 0.37 0.00 99.60 [2025-06-27T08:17:17.303Z] 08:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:02:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 08:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:03:01 all 0.17 0.00 0.01 0.01 0.00 99.80 [2025-06-27T08:17:17.303Z] 08:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:03:01 4 0.03 0.00 0.02 0.10 0.00 99.85 [2025-06-27T08:17:17.303Z] 08:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:03:01 7 1.31 0.00 0.03 0.00 0.03 98.63 [2025-06-27T08:17:17.303Z] 08:04:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2025-06-27T08:17:17.303Z] 08:04:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 08:04:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-27T08:17:17.303Z] 08:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-27T08:17:17.303Z] 08:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:04:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-27T08:17:17.303Z] 08:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:04:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:04:01 7 1.87 0.00 0.03 0.00 0.00 98.09 [2025-06-27T08:17:17.303Z] 08:05:01 all 0.04 0.00 0.02 0.01 0.01 99.92 [2025-06-27T08:17:17.303Z] 08:05:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:05:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:05:01 3 0.07 0.00 0.00 0.00 0.00 99.93 [2025-06-27T08:17:17.303Z] 08:05:01 4 0.05 0.00 0.00 0.05 0.02 99.88 [2025-06-27T08:17:17.303Z] 08:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:05:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-27T08:17:17.303Z] 08:05:01 7 0.18 0.00 0.07 0.00 0.03 99.72 [2025-06-27T08:17:17.303Z] 08:06:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 08:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-27T08:17:17.303Z] 08:06:01 4 0.03 0.00 0.00 0.07 0.00 99.90 [2025-06-27T08:17:17.303Z] 08:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:06:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:06:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:07:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:07:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-27T08:17:17.303Z] 08:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-27T08:17:17.303Z] 08:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:07:01 4 0.02 0.00 0.02 0.03 0.00 99.93 [2025-06-27T08:17:17.303Z] 08:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:07:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-27T08:17:17.303Z] 08:08:01 all 0.03 0.00 0.00 0.02 0.00 99.94 [2025-06-27T08:17:17.303Z] 08:08:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:08:01 4 0.07 0.00 0.00 0.17 0.02 99.75 [2025-06-27T08:17:17.303Z] 08:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 08:09:01 all 0.15 0.00 0.01 0.00 0.01 99.83 [2025-06-27T08:17:17.303Z] 08:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:09:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 08:09:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-27T08:17:17.303Z] 08:09:01 4 0.05 0.00 0.00 0.03 0.00 99.92 [2025-06-27T08:17:17.303Z] 08:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:09:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-27T08:17:17.303Z] 08:09:01 7 1.08 0.00 0.02 0.00 0.02 98.89 [2025-06-27T08:17:17.303Z] 08:10:01 all 0.07 0.00 0.03 0.00 0.01 99.89 [2025-06-27T08:17:17.303Z] 08:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-27T08:17:17.303Z] 08:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-27T08:17:17.303Z] 08:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-27T08:17:17.303Z] 08:10:01 4 0.03 0.00 0.02 0.03 0.02 99.90 [2025-06-27T08:17:17.303Z] 08:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:10:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:10:01 7 0.40 0.00 0.13 0.00 0.02 99.45 [2025-06-27T08:17:17.303Z] 08:11:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-06-27T08:17:17.303Z] 08:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-27T08:17:17.303Z] 08:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:11:01 4 0.02 0.00 0.03 0.03 0.00 99.92 [2025-06-27T08:17:17.303Z] 08:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-27T08:17:17.303Z] 08:11:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2025-06-27T08:17:17.303Z] [2025-06-27T08:17:17.303Z] 08:11:01 CPU %user %nice %system %iowait %steal %idle [2025-06-27T08:17:17.303Z] 08:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-06-27T08:17:17.303Z] 08:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-27T08:17:17.303Z] 08:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:12:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-27T08:17:17.303Z] 08:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:12:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-27T08:17:17.303Z] 08:13:01 all 0.25 0.00 0.02 0.00 0.01 99.72 [2025-06-27T08:17:17.303Z] 08:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:13:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-06-27T08:17:17.303Z] 08:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-06-27T08:17:17.303Z] 08:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-27T08:17:17.303Z] 08:13:01 7 1.86 0.00 0.10 0.00 0.02 98.03 [2025-06-27T08:17:17.303Z] 08:14:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2025-06-27T08:17:17.303Z] 08:14:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-27T08:17:17.303Z] 08:14:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-27T08:17:17.303Z] 08:14:01 4 0.03 0.00 0.02 0.03 0.00 99.92 [2025-06-27T08:17:17.303Z] 08:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-27T08:17:17.303Z] 08:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-27T08:17:17.303Z] 08:14:01 7 1.09 0.00 0.03 0.00 0.02 98.86 [2025-06-27T08:17:17.303Z] 08:15:01 all 1.14 0.00 0.55 0.02 0.02 98.27 [2025-06-27T08:17:17.303Z] 08:15:01 0 1.37 0.00 0.63 0.00 0.02 97.98 [2025-06-27T08:17:17.304Z] 08:15:01 1 1.05 0.00 0.62 0.00 0.03 98.30 [2025-06-27T08:17:17.304Z] 08:15:01 2 1.13 0.00 0.48 0.00 0.00 98.38 [2025-06-27T08:17:17.304Z] 08:15:01 3 0.77 0.00 0.92 0.02 0.02 98.28 [2025-06-27T08:17:17.304Z] 08:15:01 4 1.52 0.00 0.40 0.12 0.03 97.93 [2025-06-27T08:17:17.304Z] 08:15:01 5 1.09 0.00 0.50 0.02 0.02 98.38 [2025-06-27T08:17:17.304Z] 08:15:01 6 1.05 0.00 0.38 0.00 0.02 98.55 [2025-06-27T08:17:17.304Z] 08:15:01 7 1.11 0.00 0.47 0.00 0.03 98.39 [2025-06-27T08:17:17.304Z] 08:16:01 all 6.02 0.00 2.50 5.71 0.06 85.71 [2025-06-27T08:17:17.304Z] 08:16:01 0 8.28 0.00 2.42 1.53 0.05 87.71 [2025-06-27T08:17:17.304Z] 08:16:01 1 4.96 0.00 1.89 0.25 0.07 92.83 [2025-06-27T08:17:17.304Z] 08:16:01 2 6.46 0.00 1.75 1.72 0.05 90.02 [2025-06-27T08:17:17.304Z] 08:16:01 3 6.43 0.00 3.39 12.43 0.07 77.68 [2025-06-27T08:17:17.304Z] 08:16:01 4 4.80 0.00 3.54 5.21 0.05 86.40 [2025-06-27T08:17:17.304Z] 08:16:01 5 7.33 0.00 3.04 1.43 0.07 88.12 [2025-06-27T08:17:17.304Z] 08:16:01 6 4.31 0.00 2.05 22.29 0.05 71.29 [2025-06-27T08:17:17.304Z] 08:16:01 7 5.56 0.00 1.96 0.78 0.05 91.66 [2025-06-27T08:17:17.304Z] 08:17:01 all 2.92 0.00 1.36 9.70 0.05 85.97 [2025-06-27T08:17:17.304Z] 08:17:01 0 2.43 0.00 1.49 4.40 0.05 91.63 [2025-06-27T08:17:17.304Z] 08:17:01 1 3.26 0.00 1.25 0.88 0.05 94.56 [2025-06-27T08:17:17.304Z] 08:17:01 2 2.94 0.00 1.12 0.95 0.07 94.92 [2025-06-27T08:17:17.304Z] 08:17:01 3 2.21 0.00 1.19 2.72 0.05 93.83 [2025-06-27T08:17:17.304Z] 08:17:01 4 1.82 0.00 1.97 27.39 0.05 68.78 [2025-06-27T08:17:17.304Z] 08:17:01 5 4.77 0.00 1.57 7.16 0.05 86.45 [2025-06-27T08:17:17.304Z] 08:17:01 6 3.63 0.00 1.36 33.58 0.05 61.38 [2025-06-27T08:17:17.304Z] 08:17:01 7 2.31 0.00 0.90 0.65 0.03 96.10 [2025-06-27T08:17:17.304Z] Average: all 8.08 0.00 1.31 1.83 0.03 88.76 [2025-06-27T08:17:17.304Z] Average: 0 8.16 0.00 1.34 1.86 0.03 88.61 [2025-06-27T08:17:17.304Z] Average: 1 8.03 0.00 1.29 1.24 0.02 89.41 [2025-06-27T08:17:17.304Z] Average: 2 8.11 0.00 1.30 2.04 0.03 88.52 [2025-06-27T08:17:17.304Z] Average: 3 7.99 0.00 1.32 0.82 0.03 89.85 [2025-06-27T08:17:17.304Z] Average: 4 7.83 0.00 1.31 4.00 0.03 86.84 [2025-06-27T08:17:17.304Z] Average: 5 8.08 0.00 1.32 1.57 0.02 89.01 [2025-06-27T08:17:17.304Z] Average: 6 8.03 0.00 1.28 2.38 0.03 88.28 [2025-06-27T08:17:17.304Z] Average: 7 8.43 0.00 1.31 0.69 0.03 89.54 [2025-06-27T08:17:17.304Z] [2025-06-27T08:17:17.304Z] [2025-06-27T08:17:17.304Z]