Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d 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-ssh7261742513814193330.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-ssh7468237773294210015.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-ssh15947511007902550518.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-ssh16759315960204740912.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-ssh4805810771617633606.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2664’ Running on prd-ubuntu20.04-docker-8c-8g-2670 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/845 [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/845 # 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 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5165)" > 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 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d # timeout=10 > git rev-list --no-walk de361d4afd6299834d6ef4551c1682f9151c31c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-03T01:25:15.242Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-03T01:25:15.320Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-03T01:25:15.352Z] ========================================================= [2025-06-03T01:25:15.352Z] EdgeX Global Pipelines Version Info [2025-06-03T01:25:15.352Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:25:16.094Z] ------------------- [2025-06-03T01:25:16.094Z] stable info: [2025-06-03T01:25:16.094Z] ------------------- [2025-06-03T01:25:16.094Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-03T01:25:16.094Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-03T01:25:16.094Z] Message: update stable to v1.0.274 [2025-06-03T01:25:16.681Z] ------------------- [2025-06-03T01:25:16.681Z] experimental info: [2025-06-03T01:25:16.681Z] ------------------- [2025-06-03T01:25:16.681Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-03T01:25:16.681Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-03T01:25:16.681Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-03T01:25:16.766Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-03T01:25:16.785Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-03T01:25:16.805Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-03T01:25:16.827Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-03T01:25:16.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-03T01:25:16.874Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-03T01:25:16.896Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-03T01:25:16.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-03T01:25:16.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-03T01:25:16.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-03T01:25:16.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-03T01:25:17.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-03T01:25:17.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-03T01:25:17.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-03T01:25:17.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-03T01:25:17.102Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-03T01:25:17.130Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-03T01:25:17.155Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-03T01:25:17.183Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-03T01:25:17.215Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-03T01:25:17.244Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-03T01:25:17.271Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-03T01:25:17.294Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-03T01:25:17.319Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-03T01:25:17.341Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-03T01:25:17.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-03T01:25:17.381Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T01:25:17.405Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6e9c628 [Pipeline] echo [2025-06-03T01:25:17.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T01:25:17.497Z] provisioning config files... [2025-06-03T01:25:17.510Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/845@tmp/config16072908833395136888tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:25:17.854Z] ---> ****-login.sh [2025-06-03T01:25:17.855Z] nexus3.edgexfoundry.org:10001 [2025-06-03T01:25:18.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:25:18.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:25:18.378Z] Configure a credential helper to remove this warning. See [2025-06-03T01:25:18.378Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:25:18.378Z] [2025-06-03T01:25:18.378Z] Login Succeeded [2025-06-03T01:25:18.378Z] nexus3.edgexfoundry.org:10002 [2025-06-03T01:25:18.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:25:18.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:25:18.378Z] Configure a credential helper to remove this warning. See [2025-06-03T01:25:18.378Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:25:18.378Z] [2025-06-03T01:25:18.378Z] Login Succeeded [2025-06-03T01:25:18.378Z] nexus3.edgexfoundry.org:10003 [2025-06-03T01:25:18.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:25:18.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:25:18.378Z] Configure a credential helper to remove this warning. See [2025-06-03T01:25:18.378Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:25:18.378Z] [2025-06-03T01:25:18.378Z] Login Succeeded [2025-06-03T01:25:18.379Z] nexus3.edgexfoundry.org:10004 [2025-06-03T01:25:18.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:25:18.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:25:18.639Z] Configure a credential helper to remove this warning. See [2025-06-03T01:25:18.639Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:25:18.639Z] [2025-06-03T01:25:18.639Z] Login Succeeded [2025-06-03T01:25:18.639Z] ****.io [2025-06-03T01:25:18.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:25:18.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:25:18.899Z] Configure a credential helper to remove this warning. See [2025-06-03T01:25:18.900Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:25:18.900Z] [2025-06-03T01:25:18.900Z] Login Succeeded [2025-06-03T01:25:18.900Z] ---> ****-login.sh ends [Pipeline] } [2025-06-03T01:25:18.907Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T01:25:19.238Z] + 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-03T01:25:19.239Z] + dirname cmd/core-command/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/core-data/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/core-keeper/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-03T01:25:19.239Z] + + dirname cmd/core-metadata/Dockerfile [2025-06-03T01:25:19.239Z] cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-03T01:25:19.239Z] + + dirname cmd/security-spire-config/Dockerfilecut [2025-06-03T01:25:19.239Z] -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/support-notifications/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-03T01:25:19.239Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-03T01:25:19.239Z] + cut -d/ -f2 [2025-06-03T01:25:19.239Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-03T01:25:19.277Z] 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-03T01:25:19.669Z] + git rev-list -1 --merges 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d~1..6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T01:25:19.683Z] -----------> git rev-list -1 --merges 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d~1..6e9c628d7bcccb7b91dbc9eb13f57aeca304434d 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [false] [Pipeline] sh [2025-06-03T01:25:19.983Z] + git log --format=format:%s -1 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T01:25:20.002Z] ========================================================= [2025-06-03T01:25:20.003Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-03T01:25:20.003Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-03T01:25:20.467Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T01:25:20.467Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-03T01:25:20.467Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-03T01:25:20.467Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-03T01:25:20.467Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-03T01:25:20.467Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-03T01:25:20.467Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:25:20.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T01:25:20.912Z] [2025-06-03T01:25:20.912Z] 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-03T01:25:21.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T01:25:21.231Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-03T01:25:21.231Z] 3dae71ba6b94: Pulling fs layer [2025-06-03T01:25:21.231Z] 6bf1a483ea7c: Pulling fs layer [2025-06-03T01:25:21.231Z] f5dfc541a4d3: Pulling fs layer [2025-06-03T01:25:21.231Z] 461d9e800cba: Pulling fs layer [2025-06-03T01:25:21.231Z] 80192f66455f: Pulling fs layer [2025-06-03T01:25:21.231Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-03T01:25:21.231Z] a29436f7fd5d: Pulling fs layer [2025-06-03T01:25:21.231Z] 923cac83aea3: Pulling fs layer [2025-06-03T01:25:21.231Z] 25ad8b0a4227: Pulling fs layer [2025-06-03T01:25:21.231Z] db01528c6b51: Pulling fs layer [2025-06-03T01:25:21.231Z] 28988de357af: Pulling fs layer [2025-06-03T01:25:21.231Z] a29436f7fd5d: Waiting [2025-06-03T01:25:21.231Z] db01528c6b51: Waiting [2025-06-03T01:25:21.231Z] 28988de357af: Waiting [2025-06-03T01:25:21.231Z] 461d9e800cba: Waiting [2025-06-03T01:25:21.231Z] 923cac83aea3: Waiting [2025-06-03T01:25:21.231Z] 25ad8b0a4227: Waiting [2025-06-03T01:25:21.231Z] 80192f66455f: Waiting [2025-06-03T01:25:21.231Z] 2e8e34ca0e6c: Waiting [2025-06-03T01:25:21.231Z] 6bf1a483ea7c: Verifying Checksum [2025-06-03T01:25:21.231Z] 6bf1a483ea7c: Download complete [2025-06-03T01:25:21.231Z] 461d9e800cba: Verifying Checksum [2025-06-03T01:25:21.231Z] 461d9e800cba: Download complete [2025-06-03T01:25:21.491Z] 80192f66455f: Download complete [2025-06-03T01:25:21.491Z] f5dfc541a4d3: Verifying Checksum [2025-06-03T01:25:21.491Z] f5dfc541a4d3: Download complete [2025-06-03T01:25:21.491Z] 3dae71ba6b94: Verifying Checksum [2025-06-03T01:25:21.491Z] 3dae71ba6b94: Download complete [2025-06-03T01:25:21.491Z] 923cac83aea3: Download complete [2025-06-03T01:25:21.751Z] 25ad8b0a4227: Verifying Checksum [2025-06-03T01:25:21.751Z] 25ad8b0a4227: Download complete [2025-06-03T01:25:21.751Z] db01528c6b51: Download complete [2025-06-03T01:25:21.751Z] 28988de357af: Download complete [2025-06-03T01:25:21.751Z] a29436f7fd5d: Download complete [2025-06-03T01:25:22.321Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-03T01:25:22.321Z] 2e8e34ca0e6c: Download complete [2025-06-03T01:25:22.581Z] 3dae71ba6b94: Pull complete [2025-06-03T01:25:22.840Z] 6bf1a483ea7c: Pull complete [2025-06-03T01:25:23.409Z] f5dfc541a4d3: Pull complete [2025-06-03T01:25:23.409Z] 461d9e800cba: Pull complete [2025-06-03T01:25:23.669Z] 80192f66455f: Pull complete [2025-06-03T01:25:26.971Z] 2e8e34ca0e6c: Pull complete [2025-06-03T01:25:27.543Z] a29436f7fd5d: Pull complete [2025-06-03T01:25:27.543Z] 923cac83aea3: Pull complete [2025-06-03T01:25:27.543Z] 25ad8b0a4227: Pull complete [2025-06-03T01:25:27.805Z] db01528c6b51: Pull complete [2025-06-03T01:25:27.805Z] 28988de357af: Pull complete [2025-06-03T01:25:27.805Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-03T01:25:27.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T01:25:27.805Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T01:25:27.952Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T01:25:27.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T01:25:31.624Z] $ docker top b776e824dfc78e52fc6a2d1a4486d404994b68f5c318b7701a285aab848add01 -eo pid,comm [2025-06-03T01:25:31.682Z] 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-03T01:25:31.682Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T01:25:31.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T01:25:31.747Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T01:25:31.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T01:25:31.875Z] $ docker exec b776e824dfc78e52fc6a2d1a4486d404994b68f5c318b7701a285aab848add01 ssh-agent [2025-06-03T01:25:31.985Z] SSH_AUTH_SOCK=/tmp/ssh-56MdLqc0FBpa/agent.32 [2025-06-03T01:25:31.985Z] SSH_AGENT_PID=38 [2025-06-03T01:25:31.992Z] Running ssh-add (command line suppressed) [2025-06-03T01:25:32.090Z] Identity added: /w/workspace/edgex-go/845@tmp/private_key_4412746787547327109.key (/w/workspace/edgex-go/845@tmp/private_key_4412746787547327109.key) [2025-06-03T01:25:32.113Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T01:25:32.416Z] + git tag --points-at HEAD [Pipeline] } [2025-06-03T01:25:32.427Z] $ docker exec --env ******** --env ******** b776e824dfc78e52fc6a2d1a4486d404994b68f5c318b7701a285aab848add01 ssh-agent -k [2025-06-03T01:25:32.526Z] unset SSH_AUTH_SOCK; [2025-06-03T01:25:32.527Z] unset SSH_AGENT_PID; [2025-06-03T01:25:32.527Z] echo Agent pid 38 killed; [2025-06-03T01:25:32.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-03T01:25:32.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T01:25:32.582Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T01:25:32.718Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T01:25:32.718Z] $ docker exec b776e824dfc78e52fc6a2d1a4486d404994b68f5c318b7701a285aab848add01 ssh-agent [2025-06-03T01:25:32.835Z] SSH_AUTH_SOCK=/tmp/ssh-aE1dy4bTby7o/agent.71 [2025-06-03T01:25:32.835Z] SSH_AGENT_PID=77 [2025-06-03T01:25:32.840Z] Running ssh-add (command line suppressed) [2025-06-03T01:25:32.938Z] Identity added: /w/workspace/edgex-go/845@tmp/private_key_2990922481524018461.key (/w/workspace/edgex-go/845@tmp/private_key_2990922481524018461.key) [2025-06-03T01:25:32.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T01:25:33.251Z] + git semver init [2025-06-03T01:25:33.512Z] 2025-06-03 01:25:33,469 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T01:25:33.512Z] 2025-06-03 01:25:33,473 [run_init] DEBUG init version:0.0.0 force:False [2025-06-03T01:25:33.512Z] 2025-06-03 01:25:33,474 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/845/.semver [2025-06-03T01:25:33.512Z] 2025-06-03 01:25:33,474 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/845/.semver [2025-06-03T01:25:33.512Z] 2025-06-03 01:25:33,474 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/845/.semver'], cwd=/w/workspace/edgex-go/845, stdin=None, shell=False, universal_newlines=False) [2025-06-03T01:25:38.788Z] 2025-06-03 01:25:38,384 [append_file] DEBUG append to file:/w/workspace/edgex-go/845/.git/info/exclude [2025-06-03T01:25:38.788Z] 2025-06-03 01:25:38,385 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/845/.semver/main with force:False [2025-06-03T01:25:38.788Z] 2025-06-03 01:25:38,385 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T01:25:38.788Z] 2025-06-03 01:25:38,385 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T01:25:38.788Z] 4.1.0-dev.18 [Pipeline] } [2025-06-03T01:25:38.796Z] $ docker exec --env ******** --env ******** b776e824dfc78e52fc6a2d1a4486d404994b68f5c318b7701a285aab848add01 ssh-agent -k [2025-06-03T01:25:38.890Z] unset SSH_AUTH_SOCK; [2025-06-03T01:25:38.891Z] unset SSH_AGENT_PID; [2025-06-03T01:25:38.891Z] echo Agent pid 77 killed; [2025-06-03T01:25:38.905Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T01:25:39.226Z] + git semver [Pipeline] } [2025-06-03T01:25:39.800Z] $ docker stop --time=1 b776e824dfc78e52fc6a2d1a4486d404994b68f5c318b7701a285aab848add01 [2025-06-03T01:25:41.060Z] $ docker rm -f --volumes b776e824dfc78e52fc6a2d1a4486d404994b68f5c318b7701a285aab848add01 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T01:25:41.407Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-03T01:25:41.639Z] Stashed 1 file(s) [Pipeline] echo [2025-06-03T01:25:41.644Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.18 [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-03T01:25:42.087Z] + git config --global --add safe.directory /w/workspace/edgex-go/845 [Pipeline] echo [2025-06-03T01:25:42.100Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T01:25:42.117Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T01:25:42.134Z] ========================================================= [2025-06-03T01:25:42.134Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-03T01:25:42.134Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-03T01:25:42.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-03T01:25:42.424Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-03T01:25:42.424Z] 0a9a5dfd008f: Pulling fs layer [2025-06-03T01:25:42.424Z] dbfa0bcfca99: Pulling fs layer [2025-06-03T01:25:42.424Z] 70eabb1d9476: Pulling fs layer [2025-06-03T01:25:42.424Z] 957bedc73fa3: Pulling fs layer [2025-06-03T01:25:42.424Z] 4f4fb700ef54: Pulling fs layer [2025-06-03T01:25:42.424Z] f40432e63723: Pulling fs layer [2025-06-03T01:25:42.424Z] 90b4343acab7: Pulling fs layer [2025-06-03T01:25:42.424Z] 9f67ea4ac784: Pulling fs layer [2025-06-03T01:25:42.424Z] 9228b9a606be: Pulling fs layer [2025-06-03T01:25:42.424Z] 957bedc73fa3: Waiting [2025-06-03T01:25:42.424Z] 4f4fb700ef54: Waiting [2025-06-03T01:25:42.424Z] 90b4343acab7: Waiting [2025-06-03T01:25:42.424Z] f40432e63723: Waiting [2025-06-03T01:25:42.424Z] 9f67ea4ac784: Waiting [2025-06-03T01:25:42.424Z] 9228b9a606be: Waiting [2025-06-03T01:25:42.424Z] dbfa0bcfca99: Verifying Checksum [2025-06-03T01:25:42.424Z] dbfa0bcfca99: Download complete [2025-06-03T01:25:42.424Z] 957bedc73fa3: Verifying Checksum [2025-06-03T01:25:42.424Z] 957bedc73fa3: Download complete [2025-06-03T01:25:42.424Z] 4f4fb700ef54: Download complete [2025-06-03T01:25:42.424Z] f40432e63723: Verifying Checksum [2025-06-03T01:25:42.424Z] f40432e63723: Download complete [2025-06-03T01:25:42.424Z] 0a9a5dfd008f: Download complete [2025-06-03T01:25:42.424Z] 90b4343acab7: Verifying Checksum [2025-06-03T01:25:42.684Z] 0a9a5dfd008f: Pull complete [2025-06-03T01:25:42.684Z] 9228b9a606be: Verifying Checksum [2025-06-03T01:25:42.684Z] 9228b9a606be: Download complete [2025-06-03T01:25:42.684Z] dbfa0bcfca99: Pull complete [2025-06-03T01:25:42.942Z] 70eabb1d9476: Download complete [2025-06-03T01:25:43.200Z] 9f67ea4ac784: Verifying Checksum [2025-06-03T01:25:43.200Z] 9f67ea4ac784: Download complete [2025-06-03T01:25:46.484Z] 70eabb1d9476: Pull complete [2025-06-03T01:25:46.484Z] 957bedc73fa3: Pull complete [2025-06-03T01:25:46.484Z] 4f4fb700ef54: Pull complete [2025-06-03T01:25:46.484Z] f40432e63723: Pull complete [2025-06-03T01:25:46.484Z] 90b4343acab7: Pull complete [2025-06-03T01:25:49.011Z] 9f67ea4ac784: Pull complete [2025-06-03T01:25:49.011Z] 9228b9a606be: Pull complete [2025-06-03T01:25:49.011Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-03T01:25:49.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-03T01:25:49.011Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-03T01:25:49.316Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-03T01:25:49.316Z] WORKDIR /edgex [2025-06-03T01:25:49.316Z] COPY go.mod . [2025-06-03T01:25:49.316Z] RUN go mod download build [2025-06-03T01:25:49.316Z] -t ci-base-image-x86_64 -f - . [2025-06-03T01:25:49.881Z] Sending build context to Docker daemon 185.8MB [2025-06-03T01:25:49.881Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-03T01:25:49.881Z] ---> 69404ca5bff2 [2025-06-03T01:25:49.881Z] Step 2/4 : WORKDIR /edgex [2025-06-03T01:25:54.075Z] ---> Running in 83484f023807 [2025-06-03T01:25:54.075Z] Removing intermediate container 83484f023807 [2025-06-03T01:25:54.075Z] ---> dcc2f7d55437 [2025-06-03T01:25:54.075Z] Step 3/4 : COPY go.mod . [2025-06-03T01:25:54.075Z] ---> 5642ae689f3b [2025-06-03T01:25:54.075Z] Step 4/4 : RUN go mod download [2025-06-03T01:25:54.075Z] ---> Running in 81b8f3114ad2 [2025-06-03T01:25:56.756Z] Still waiting to schedule task [2025-06-03T01:25:56.756Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-2668’ is offline [2025-06-03T01:26:16.351Z] Removing intermediate container 81b8f3114ad2 [2025-06-03T01:26:16.351Z] ---> d7125cb54c4d [2025-06-03T01:26:16.351Z] Successfully built d7125cb54c4d [2025-06-03T01:26:16.351Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:26:16.658Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-03T01:26:16.658Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T01:26:16.742Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T01:26:16.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-03T01:26:17.188Z] $ docker top ffe509c758a7c58efc39bf58d3ff561fe1931fcfbfdbf4917a5a28e5bbad313c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T01:26:17.552Z] + go version [2025-06-03T01:26:17.552Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-03T01:26:17.560Z] $ docker stop --time=1 ffe509c758a7c58efc39bf58d3ff561fe1931fcfbfdbf4917a5a28e5bbad313c [2025-06-03T01:26:18.845Z] $ docker rm -f --volumes ffe509c758a7c58efc39bf58d3ff561fe1931fcfbfdbf4917a5a28e5bbad313c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:26:19.275Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-03T01:26:19.275Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T01:26:19.359Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T01:26:19.385Z] $ 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/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-03T01:26:19.712Z] $ docker top 30288accac90a569aa3b094bfe7da95f0b4f02fbc621edac2f660fad798b0a4a -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-03T01:26:19.802Z] ========================================================= [2025-06-03T01:26:19.802Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-03T01:26:19.802Z] ========================================================= [Pipeline] sh [2025-06-03T01:26:20.080Z] + git config --global --add safe.directory /w/workspace/edgex-go/845 [Pipeline] fileExists [Pipeline] sh [2025-06-03T01:26:20.388Z] + make test [2025-06-03T01:26:20.388Z] go test -race -coverprofile=coverage.out ./... [2025-06-03T01:26:28.503Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-03T01:26:55.037Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-03T01:26:55.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 42.3% of statements [2025-06-03T01:26:55.293Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-03T01:26:55.293Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-03T01:26:55.858Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-03T01:26:55.858Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-03T01:26:56.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.041s coverage: 97.0% of statements [2025-06-03T01:26:57.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-03T01:26:57.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-03T01:26:57.052Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-03T01:26:57.052Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-03T01:26:57.052Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-03T01:26:57.052Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-03T01:26:57.052Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-03T01:26:57.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-03T01:26:57.052Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-03T01:26:57.052Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-03T01:26:58.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-03T01:26:58.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-03T01:26:58.426Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-03T01:26:58.426Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-03T01:26:58.426Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-03T01:26:58.426Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-03T01:26:59.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements [2025-06-03T01:26:59.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.034s coverage: 3.5% of statements [2025-06-03T01:26:59.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.060s coverage: 45.2% of statements [2025-06-03T01:26:59.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.770s coverage: 93.4% of statements [2025-06-03T01:26:59.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 92.3% of statements [2025-06-03T01:26:59.880Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-03T01:26:59.880Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-03T01:27:00.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.4% of statements [2025-06-03T01:27:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-03T01:27:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-03T01:27:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-03T01:27:01.755Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-03T01:27:03.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.375s coverage: 95.8% of statements [2025-06-03T01:27:03.130Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements [2025-06-03T01:27:03.389Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-03T01:27:03.389Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-03T01:27:03.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-03T01:27:03.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-03T01:27:03.648Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-03T01:27:03.648Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-03T01:27:04.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] [2025-06-03T01:27:04.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements [2025-06-03T01:27:04.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.031s coverage: 38.1% of statements [2025-06-03T01:27:04.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.020s coverage: 81.1% of statements [2025-06-03T01:27:05.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.015s coverage: 40.0% of statements [2025-06-03T01:27:05.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.021s coverage: 87.1% of statements [2025-06-03T01:27:05.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements [2025-06-03T01:27:05.520Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-03T01:27:05.520Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-03T01:27:05.520Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-03T01:27:05.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.034s coverage: 96.3% of statements [2025-06-03T01:27:05.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-03T01:27:05.780Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-03T01:27:05.780Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-03T01:27:05.780Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-03T01:27:06.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2025-06-03T01:27:07.649Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-03T01:27:07.649Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-03T01:27:07.649Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-03T01:27:08.926Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-03T01:27:08.926Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-03T01:27:08.926Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-03T01:27:08.926Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-03T01:27:09.846Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-03T01:27:09.846Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-03T01:27:10.903Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-03T01:27:12.284Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-03T01:27:12.544Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-03T01:27:13.922Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-03T01:27:14.861Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-03T01:27:14.861Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-03T01:27:14.861Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-03T01:27:18.147Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-03T01:27:18.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.035s coverage: 94.4% of statements [2025-06-03T01:27:18.406Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-03T01:27:18.406Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-03T01:27:18.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-03T01:27:18.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-03T01:27:18.665Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-03T01:27:20.577Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-03T01:27:20.577Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-03T01:27:20.577Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-03T01:27:20.577Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-03T01:27:20.577Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-03T01:27:20.577Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-03T01:27:21.145Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-03T01:27:21.145Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-03T01:27:21.145Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-03T01:27:21.145Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-03T01:27:21.145Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-03T01:27:21.145Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-03T01:27:23.050Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-03T01:27:23.050Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-03T01:27:23.050Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-03T01:27:23.050Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-03T01:27:23.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-03T01:27:23.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-03T01:27:23.990Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-03T01:27:23.990Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-03T01:27:23.990Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-03T01:27:23.990Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-03T01:27:23.990Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-03T01:27:25.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-03T01:27:25.365Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-03T01:27:25.365Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.168s coverage: 92.9% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.060s coverage: 62.3% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.227s coverage: 47.4% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.023s coverage: 87.2% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.090s coverage: 15.5% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.088s coverage: 81.8% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.080s coverage: 82.1% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.045s coverage: 33.3% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.050s coverage: 100.0% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.175s coverage: 54.5% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements [2025-06-03T01:27:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.030s coverage: 88.6% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.022s coverage: 100.0% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.206s coverage: 29.2% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 93.8% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements [2025-06-03T01:27:28.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements [2025-06-03T01:27:30.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 17.0% of statements [2025-06-03T01:27:30.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.132s coverage: 94.9% of statements [2025-06-03T01:27:30.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.030s coverage: 9.0% of statements [2025-06-03T01:27:30.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.062s coverage: 97.7% of statements [2025-06-03T01:27:30.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements [2025-06-03T01:27:30.045Z] 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-03T01:27:30.303Z] running golangci-lint [2025-06-03T01:27:30.303Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-03T01:27:30.303Z] go version go1.23.8 linux/amd64 [2025-06-03T01:27:30.563Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-06-03T01:27:30.563Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-03T01:27:30.563Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-03T01:27:31.917Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2673 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-03T01:27:31.937Z] Running in /w/workspace/edgex-go/845 [Pipeline] { [Pipeline] checkout [2025-06-03T01:27:31.996Z] The recommended git tool is: git [2025-06-03T01:27:41.947Z] using credential edgex-jenkins-ssh [2025-06-03T01:27:42.000Z] Cloning the remote Git repository [2025-06-03T01:27:42.080Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-03T01:27:42.212Z] > git init /w/workspace/edgex-go/845 # timeout=10 [2025-06-03T01:27:42.403Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-03T01:27:42.404Z] > git --version # timeout=10 [2025-06-03T01:27:42.446Z] > git --version # 'git version 2.25.1' [2025-06-03T01:27:42.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-03T01:27:42.634Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-03T01:27:57.087Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 22.838259154s" [2025-06-03T01:27:57.087Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 67.1497ms" [2025-06-03T01:28:02.693Z] Avoid second fetch [2025-06-03T01:28:02.694Z] Checking out Revision 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d (main) [2025-06-03T01:28:01.728Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-03T01:28:01.756Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-03T01:28:02.712Z] > git config core.sparsecheckout # timeout=10 [2025-06-03T01:28:02.782Z] > git checkout -f 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d # timeout=10 [2025-06-03T01:28:03.508Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5165)" [2025-06-03T01:28:05.207Z] level=info msg="[linters_context/goanalysis] analyzers took 1m32.657475357s with top 10 stages: buildir: 54.719460078s, gosec: 3.975460514s, inspect: 3.086613352s, fact_deprecated: 2.527254653s, ctrlflow: 1.923278388s, printf: 1.606282038s, fact_purity: 1.402570116s, nilness: 1.122108325s, directives: 1.067018179s, S1038: 897.362309ms" [2025-06-03T01:28:05.207Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-03T01:28:05.207Z] level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, autogenerated_exclude: 202/202, nolint: 20/0, cgo: 202/202, skip_files: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, exclude: 202/202, filename_unadjuster: 202/202, invalid_issue: 202/202, exclude-rules: 202/20" [2025-06-03T01:28:05.207Z] level=info msg="[runner] processing took 17.975802ms with stages: nolint: 8.425837ms, identifier_marker: 4.786577ms, exclude-rules: 1.634313ms, autogenerated_exclude: 1.449332ms, path_prettifier: 1.010608ms, skip_dirs: 616.015µs, cgo: 20.45µs, invalid_issue: 18.82µs, filename_unadjuster: 9.36µs, max_same_issues: 760ns, fixer: 620ns, uniq_by_line: 550ns, severity-rules: 550ns, skip_files: 460ns, exclude: 390ns, sort_results: 310ns, diff: 170ns, max_from_linter: 160ns, source_code: 150ns, path_prefixer: 140ns, path_shortener: 120ns, max_per_file_from_linter: 110ns" [2025-06-03T01:28:05.207Z] level=info msg="[runner] linters took 11.709501386s with stages: goanalysis_metalinter: 11.691447654s" [2025-06-03T01:28:05.207Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-03T01:28:05.207Z] level=info msg="Memory: 348 samples, avg is 289.7MB, max is 1331.6MB" [2025-06-03T01:28:05.207Z] level=info msg="Execution took 34.623262788s" [2025-06-03T01:28:05.207Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-03T01:28:08.287Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-03T01:28:08.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T01:28:08.287Z] Dload Upload Total Spent Left Speed [2025-06-03T01:28:08.287Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 95350 0 --:--:-- --:--:-- --:--:-- 95350 [Pipeline] sh [2025-06-03T01:28:08.617Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-03T01:28:08.937Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-03T01:28:08.937Z] + sudo tee /etc/docker/daemon.new [2025-06-03T01:28:08.937Z] { [2025-06-03T01:28:08.937Z] "registry-mirrors": [ [2025-06-03T01:28:08.937Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-03T01:28:08.937Z] ], [2025-06-03T01:28:08.937Z] "bip": "10.250.0.254/24", [2025-06-03T01:28:08.937Z] "hosts": [ [2025-06-03T01:28:08.937Z] "tcp://0.0.0.0:5555", [2025-06-03T01:28:08.937Z] "unix:///var/run/docker.sock" [2025-06-03T01:28:08.937Z] ], [2025-06-03T01:28:08.937Z] "mtu": 1458, [2025-06-03T01:28:08.937Z] "selinux-enabled": true, [2025-06-03T01:28:08.937Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-03T01:28:08.937Z] } [Pipeline] sh [2025-06-03T01:28:09.276Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-03T01:28:09.603Z] + sudo service docker restart [2025-06-03T01:28:11.764Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-03T01:28:11.764Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-03T01:28:11.764Z] ./bin/test-attribution-txt.sh [2025-06-03T01:28:11.764Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-03T01:28:12.022Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-03T01:28:12.035Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-03T01:28:12.329Z] + ls -al . [2025-06-03T01:28:12.329Z] total 1992 [2025-06-03T01:28:12.329Z] drwxrwxr-x 11 1001 1001 4096 Jun 3 01:26 . [2025-06-03T01:28:12.329Z] drwxr-xr-x 4 root root 4096 Jun 3 01:26 .. [2025-06-03T01:28:12.329Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 01:25 .blubracket [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 10 Jun 3 01:25 .dockerignore [2025-06-03T01:28:12.329Z] drwxrwxr-x 8 1001 1001 4096 Jun 3 01:27 .git [2025-06-03T01:28:12.329Z] drwxrwxr-x 3 1001 1001 4096 Jun 3 01:25 .github [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 909 Jun 3 01:25 .gitignore [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 218 Jun 3 01:25 .golangci.yml [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 100 Jun 3 01:25 .hadolint.yml [2025-06-03T01:28:12.329Z] drwxr-xr-x 3 1001 1001 4096 Jun 3 01:25 .semver [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 155 Jun 3 01:25 .sonarcloud.properties [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 1171 Jun 3 01:25 ADOPTERS.md [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 17374 Jun 3 01:25 Attribution.txt [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 108018 Jun 3 01:25 CHANGELOG.md [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 3804 Jun 3 01:25 CONTRIBUTING.md [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 677 Jun 3 01:25 GOVERNANCE.md [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 858 Jun 3 01:25 Jenkinsfile [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 10775 Jun 3 01:25 LICENSE [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 16740 Jun 3 01:25 Makefile [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 582 Jun 3 01:25 OWNERS.md [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 9932 Jun 3 01:25 README.md [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 789 Jun 3 01:25 SECURITY.md [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 12 Jun 3 01:25 VERSION [2025-06-03T01:28:12.329Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 01:25 bin [2025-06-03T01:28:12.329Z] drwxrwxr-x 19 1001 1001 4096 Jun 3 01:25 cmd [2025-06-03T01:28:12.329Z] -rw-r--r-- 1 root root 1661236 Jun 3 01:27 coverage.out [2025-06-03T01:28:12.329Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 01:25 fuzz_test [2025-06-03T01:28:12.329Z] -rw-rw-r-- 1 1001 1001 6474 Jun 3 01:25 go.mod [2025-06-03T01:28:12.330Z] -rw-rw-r-- 1 1001 1001 88008 Jun 3 01:25 go.sum [2025-06-03T01:28:12.330Z] drwxrwxr-x 7 1001 1001 4096 Jun 3 01:25 internal [2025-06-03T01:28:12.330Z] drwxrwxr-x 2 1001 1001 4096 Jun 3 01:25 openapi [2025-06-03T01:28:12.330Z] -rw-rw-r-- 1 1001 1001 584 Jun 3 01:25 security.txt [2025-06-03T01:28:12.330Z] -rw-rw-r-- 1 1001 1001 204 Jun 3 01:25 version.go [Pipeline] sh [2025-06-03T01:28:12.613Z] + '[' -e coverage.out ] [2025-06-03T01:28:12.613Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-03T01:28:12.774Z] Stashed 1 file(s) [Pipeline] sh [2025-06-03T01:28:13.364Z] + make build [2025-06-03T01:28:13.364Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T01:28:27.863Z] provisioning config files... [2025-06-03T01:28:27.891Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/845@tmp/config10814051875278243244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:28:28.352Z] ---> ****-login.sh [2025-06-03T01:28:28.352Z] nexus3.edgexfoundry.org:10001 [2025-06-03T01:28:28.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:28:28.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:28:28.890Z] Configure a credential helper to remove this warning. See [2025-06-03T01:28:28.890Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:28:28.890Z] [2025-06-03T01:28:28.890Z] Login Succeeded [2025-06-03T01:28:28.890Z] nexus3.edgexfoundry.org:10002 [2025-06-03T01:28:29.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:28:29.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:28:29.430Z] Configure a credential helper to remove this warning. See [2025-06-03T01:28:29.430Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:28:29.430Z] [2025-06-03T01:28:29.430Z] Login Succeeded [2025-06-03T01:28:29.430Z] nexus3.edgexfoundry.org:10003 [2025-06-03T01:28:29.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:28:29.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:28:29.696Z] Configure a credential helper to remove this warning. See [2025-06-03T01:28:29.697Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:28:29.697Z] [2025-06-03T01:28:29.697Z] Login Succeeded [2025-06-03T01:28:29.697Z] nexus3.edgexfoundry.org:10004 [2025-06-03T01:28:29.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:28:29.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:28:29.965Z] Configure a credential helper to remove this warning. See [2025-06-03T01:28:29.965Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:28:29.965Z] [2025-06-03T01:28:29.965Z] Login Succeeded [2025-06-03T01:28:29.965Z] ****.io [2025-06-03T01:28:30.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:28:30.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:28:30.496Z] Configure a credential helper to remove this warning. See [2025-06-03T01:28:30.496Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:28:30.496Z] [2025-06-03T01:28:30.496Z] Login Succeeded [2025-06-03T01:28:30.496Z] ---> ****-login.sh ends [Pipeline] } [2025-06-03T01:28:30.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-06-03T01:28:31.122Z] + git config --global --add safe.directory /w/workspace/edgex-go/845 [Pipeline] echo [2025-06-03T01:28:31.139Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T01:28:31.157Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T01:28:31.174Z] ========================================================= [2025-06-03T01:28:31.174Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-03T01:28:31.174Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-03T01:28:31.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-03T01:28:31.492Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-03T01:28:31.492Z] 94e9d8af2201: Pulling fs layer [2025-06-03T01:28:31.492Z] 634366ca850b: Pulling fs layer [2025-06-03T01:28:31.492Z] f66ade281fe9: Pulling fs layer [2025-06-03T01:28:31.492Z] 13fd4ce6e94e: Pulling fs layer [2025-06-03T01:28:31.492Z] 4f4fb700ef54: Pulling fs layer [2025-06-03T01:28:31.492Z] 4cccf3f17d63: Pulling fs layer [2025-06-03T01:28:31.492Z] 2d8010953d95: Pulling fs layer [2025-06-03T01:28:31.492Z] ec743f232bc5: Pulling fs layer [2025-06-03T01:28:31.492Z] 13fd4ce6e94e: Waiting [2025-06-03T01:28:31.492Z] 4f4fb700ef54: Waiting [2025-06-03T01:28:31.492Z] 4cccf3f17d63: Waiting [2025-06-03T01:28:31.492Z] 2d8010953d95: Waiting [2025-06-03T01:28:31.492Z] ec743f232bc5: Waiting [2025-06-03T01:28:31.761Z] 634366ca850b: Download complete [2025-06-03T01:28:31.761Z] 13fd4ce6e94e: Verifying Checksum [2025-06-03T01:28:31.761Z] 13fd4ce6e94e: Download complete [2025-06-03T01:28:31.761Z] 4f4fb700ef54: Verifying Checksum [2025-06-03T01:28:31.761Z] 4f4fb700ef54: Download complete [2025-06-03T01:28:31.761Z] 4cccf3f17d63: Verifying Checksum [2025-06-03T01:28:31.761Z] 4cccf3f17d63: Download complete [2025-06-03T01:28:31.761Z] 94e9d8af2201: Verifying Checksum [2025-06-03T01:28:31.761Z] 94e9d8af2201: Download complete [2025-06-03T01:28:32.354Z] ec743f232bc5: Verifying Checksum [2025-06-03T01:28:32.354Z] ec743f232bc5: Download complete [2025-06-03T01:28:32.632Z] 94e9d8af2201: Pull complete [2025-06-03T01:28:33.229Z] 634366ca850b: Pull complete [2025-06-03T01:28:33.499Z] f66ade281fe9: Verifying Checksum [2025-06-03T01:28:33.499Z] f66ade281fe9: Download complete [2025-06-03T01:28:34.456Z] 2d8010953d95: Verifying Checksum [2025-06-03T01:28:34.456Z] 2d8010953d95: Download complete [2025-06-03T01:28:35.285Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-03T01:28:35.542Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-03T01:28:36.916Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-03T01:28:37.482Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-03T01:28:38.859Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-03T01:28:44.134Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-03T01:28:46.038Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-03T01:28:46.773Z] f66ade281fe9: Pull complete [2025-06-03T01:28:46.773Z] 13fd4ce6e94e: Pull complete [2025-06-03T01:28:46.773Z] 4f4fb700ef54: Pull complete [2025-06-03T01:28:46.773Z] 4cccf3f17d63: Pull complete [2025-06-03T01:28:47.941Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-03T01:28:50.473Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-03T01:28:51.404Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-03T01:28:52.775Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-03T01:28:53.341Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-06-03T01:28:54.726Z] $ docker stop --time=1 30288accac90a569aa3b094bfe7da95f0b4f02fbc621edac2f660fad798b0a4a [2025-06-03T01:28:54.978Z] 2d8010953d95: Pull complete [2025-06-03T01:28:55.559Z] ec743f232bc5: Pull complete [2025-06-03T01:28:55.559Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-03T01:28:55.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-03T01:28:55.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-03T01:28:59.400Z] $ docker rm -f --volumes 30288accac90a569aa3b094bfe7da95f0b4f02fbc621edac2f660fad798b0a4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2025-06-03T01:29:00.293Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-03T01:29:00.293Z] WORKDIR /edgex [2025-06-03T01:29:00.293Z] COPY go.mod . [2025-06-03T01:29:00.293Z] RUN go mod download [2025-06-03T01:29:00.293Z] + docker build -t ci-base-image-arm64 -f - . [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:29:00.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-03T01:29:00.642Z] [2025-06-03T01:29:00.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:29:00.876Z] Sending build context to Docker daemon 3.697MB [2025-06-03T01:29:00.876Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-03T01:29:00.876Z] ---> 12c1d4c06be1 [2025-06-03T01:29:00.876Z] Step 2/4 : WORKDIR /edgex [2025-06-03T01:29:00.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-03T01:29:00.945Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-03T01:29:00.945Z] 91d30c5bc195: Pulling fs layer [2025-06-03T01:29:00.945Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-03T01:29:00.945Z] 9c61dcf015f6: Pulling fs layer [2025-06-03T01:29:00.945Z] 4698f68db338: Pulling fs layer [2025-06-03T01:29:00.945Z] 2a2f49069b9e: Pulling fs layer [2025-06-03T01:29:00.945Z] e0025b399a48: Pulling fs layer [2025-06-03T01:29:00.945Z] 4698f68db338: Waiting [2025-06-03T01:29:00.945Z] e0025b399a48: Waiting [2025-06-03T01:29:00.945Z] 2a2f49069b9e: Waiting [2025-06-03T01:29:00.945Z] 91d30c5bc195: Verifying Checksum [2025-06-03T01:29:00.945Z] 91d30c5bc195: Download complete [2025-06-03T01:29:00.945Z] 4698f68db338: Download complete [2025-06-03T01:29:01.204Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-03T01:29:01.204Z] 2e9b0aa3be6d: Download complete [2025-06-03T01:29:01.204Z] e0025b399a48: Verifying Checksum [2025-06-03T01:29:01.204Z] e0025b399a48: Download complete [2025-06-03T01:29:01.204Z] 91d30c5bc195: Pull complete [2025-06-03T01:29:01.204Z] 2a2f49069b9e: Verifying Checksum [2025-06-03T01:29:01.204Z] 2a2f49069b9e: Download complete [2025-06-03T01:29:01.461Z] 2e9b0aa3be6d: Pull complete [2025-06-03T01:29:01.721Z] 9c61dcf015f6: Verifying Checksum [2025-06-03T01:29:01.721Z] 9c61dcf015f6: Download complete [2025-06-03T01:29:02.816Z] ---> Running in 41030948b929 [2025-06-03T01:29:03.082Z] Removing intermediate container 41030948b929 [2025-06-03T01:29:03.082Z] ---> 53dd604db563 [2025-06-03T01:29:03.082Z] Step 3/4 : COPY go.mod . [2025-06-03T01:29:03.665Z] ---> 39e17a2dd13e [2025-06-03T01:29:03.665Z] Step 4/4 : RUN go mod download [2025-06-03T01:29:03.665Z] ---> Running in cd331665278d [2025-06-03T01:29:04.243Z] 9c61dcf015f6: Pull complete [2025-06-03T01:29:04.244Z] 4698f68db338: Pull complete [2025-06-03T01:29:04.503Z] 2a2f49069b9e: Pull complete [2025-06-03T01:29:04.503Z] e0025b399a48: Pull complete [2025-06-03T01:29:04.503Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-03T01:29:04.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-03T01:29:04.503Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T01:29:04.608Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T01:29:04.637Z] $ 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/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-06-03T01:29:06.968Z] $ docker top 1591d18a8060acf5286659ffe843f065050836609a39aacaec78d34c2d7ca060 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T01:29:07.318Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-03T01:29:09.856Z] #1 [security-spire-config internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #1 transferring dockerfile: 1.69kB done [2025-06-03T01:29:09.856Z] #1 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #2 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #2 transferring dockerfile: 2.50kB done [2025-06-03T01:29:09.856Z] #2 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #3 transferring dockerfile: 1.89kB done [2025-06-03T01:29:09.856Z] #3 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #4 transferring dockerfile: 3.02kB done [2025-06-03T01:29:09.856Z] #4 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #5 transferring dockerfile: 1.81kB done [2025-06-03T01:29:09.856Z] #5 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #6 [security-spire-server internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #6 transferring dockerfile: 1.70kB done [2025-06-03T01:29:09.856Z] #6 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #7 [support-notifications internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #7 transferring dockerfile: 2.00kB done [2025-06-03T01:29:09.856Z] #7 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #8 transferring dockerfile: 2.14kB done [2025-06-03T01:29:09.856Z] #8 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #9 [core-data internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #9 transferring dockerfile: 2.04kB done [2025-06-03T01:29:09.856Z] #9 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #10 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #10 transferring dockerfile: 2.49kB done [2025-06-03T01:29:09.856Z] #10 DONE 0.1s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #11 [core-keeper internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #11 transferring dockerfile: 2.01kB done [2025-06-03T01:29:09.856Z] #11 DONE 0.1s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #12 [core-metadata internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #12 transferring dockerfile: 2.10kB done [2025-06-03T01:29:09.856Z] #12 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #13 [core-command internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #13 transferring dockerfile: 1.94kB done [2025-06-03T01:29:09.856Z] #13 DONE 0.0s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #14 [support-scheduler internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #14 transferring dockerfile: 1.83kB done [2025-06-03T01:29:09.856Z] #14 DONE 0.1s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-03T01:29:09.856Z] #15 transferring dockerfile: 2.23kB done [2025-06-03T01:29:09.856Z] #15 DONE 0.1s [2025-06-03T01:29:09.856Z] [2025-06-03T01:29:09.856Z] #16 [security-spire-config internal] load .dockerignore [2025-06-03T01:29:09.856Z] #16 transferring context: 50B done [2025-06-03T01:29:09.856Z] #16 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #17 [security-proxy-setup internal] load .dockerignore [2025-06-03T01:29:10.123Z] #17 transferring context: 50B done [2025-06-03T01:29:10.123Z] #17 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #18 [security-bootstrapper internal] load .dockerignore [2025-06-03T01:29:10.123Z] #18 transferring context: 50B done [2025-06-03T01:29:10.123Z] #18 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2025-06-03T01:29:10.123Z] #19 transferring context: 50B done [2025-06-03T01:29:10.123Z] #19 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #20 [security-spire-agent internal] load .dockerignore [2025-06-03T01:29:10.123Z] #20 transferring context: 50B done [2025-06-03T01:29:10.123Z] #20 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #21 [security-spire-server internal] load .dockerignore [2025-06-03T01:29:10.123Z] #21 transferring context: 50B done [2025-06-03T01:29:10.123Z] #21 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #22 [support-notifications internal] load .dockerignore [2025-06-03T01:29:10.123Z] #22 transferring context: 50B done [2025-06-03T01:29:10.123Z] #22 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #23 [security-proxy-auth internal] load .dockerignore [2025-06-03T01:29:10.123Z] #23 transferring context: 50B done [2025-06-03T01:29:10.123Z] #23 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #24 [core-data internal] load .dockerignore [2025-06-03T01:29:10.123Z] #24 transferring context: 50B done [2025-06-03T01:29:10.123Z] #24 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #25 [core-keeper internal] load .dockerignore [2025-06-03T01:29:10.123Z] #25 transferring context: 50B done [2025-06-03T01:29:10.123Z] #25 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #26 [security-secretstore-setup internal] load .dockerignore [2025-06-03T01:29:10.123Z] #26 transferring context: 50B done [2025-06-03T01:29:10.123Z] #26 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #27 [core-metadata internal] load .dockerignore [2025-06-03T01:29:10.123Z] #27 transferring context: 50B done [2025-06-03T01:29:10.123Z] #27 DONE 0.1s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #28 [support-scheduler internal] load .dockerignore [2025-06-03T01:29:10.123Z] #28 transferring context: 50B 0.0s done [2025-06-03T01:29:10.123Z] #28 DONE 0.1s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #29 [core-command internal] load .dockerignore [2025-06-03T01:29:10.123Z] #29 transferring context: 50B done [2025-06-03T01:29:10.123Z] #29 DONE 0.0s [2025-06-03T01:29:10.123Z] [2025-06-03T01:29:10.123Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-03T01:29:10.387Z] #30 transferring context: 50B done [2025-06-03T01:29:10.387Z] #30 DONE 0.0s [2025-06-03T01:29:10.387Z] [2025-06-03T01:29:10.387Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-03T01:29:10.387Z] #31 DONE 0.0s [2025-06-03T01:29:10.387Z] [2025-06-03T01:29:10.387Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:29:10.387Z] #32 ... [2025-06-03T01:29:10.387Z] [2025-06-03T01:29:10.387Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-03T01:29:10.387Z] #31 DONE 0.0s [2025-06-03T01:29:10.387Z] [2025-06-03T01:29:10.387Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:29:10.651Z] #32 ... [2025-06-03T01:29:10.651Z] [2025-06-03T01:29:10.651Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-03T01:29:10.651Z] #31 DONE 0.0s [2025-06-03T01:29:10.651Z] [2025-06-03T01:29:10.651Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:29:10.651Z] #32 ... [2025-06-03T01:29:10.651Z] [2025-06-03T01:29:10.651Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-03T01:29:10.651Z] #31 DONE 0.0s [2025-06-03T01:29:10.651Z] [2025-06-03T01:29:10.651Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:29:10.908Z] #32 DONE 0.5s [2025-06-03T01:29:10.908Z] [2025-06-03T01:29:10.908Z] #33 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:29:10.908Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-03T01:29:10.908Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-03T01:29:10.908Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-03T01:29:10.908Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:29:11.166Z] #33 ... [2025-06-03T01:29:11.166Z] [2025-06-03T01:29:11.166Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-03T01:29:11.166Z] #34 DONE 0.7s [2025-06-03T01:29:11.166Z] [2025-06-03T01:29:11.166Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-03T01:29:11.166Z] #35 DONE 1.0s [2025-06-03T01:29:11.166Z] [2025-06-03T01:29:11.166Z] #36 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:29:11.425Z] #36 ... [2025-06-03T01:29:11.425Z] [2025-06-03T01:29:11.425Z] #37 [security-spire-server internal] load build context [2025-06-03T01:29:11.425Z] #37 transferring context: 23.80kB 0.0s done [2025-06-03T01:29:11.425Z] #37 DONE 0.2s [2025-06-03T01:29:11.425Z] [2025-06-03T01:29:11.425Z] #38 [security-spire-agent internal] load build context [2025-06-03T01:29:11.425Z] #38 transferring context: 23.33kB 0.0s done [2025-06-03T01:29:11.425Z] #38 DONE 0.3s [2025-06-03T01:29:11.425Z] [2025-06-03T01:29:11.425Z] #39 [security-spire-config internal] load build context [2025-06-03T01:29:11.425Z] #39 transferring context: 22.05kB 0.0s done [2025-06-03T01:29:11.425Z] #39 DONE 0.3s [2025-06-03T01:29:11.694Z] [2025-06-03T01:29:11.694Z] #40 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-03T01:29:11.694Z] #40 DONE 1.2s [2025-06-03T01:29:11.694Z] [2025-06-03T01:29:11.694Z] #41 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-06-03T01:29:16.957Z] #41 ... [2025-06-03T01:29:16.957Z] [2025-06-03T01:29:16.957Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:29:16.957Z] #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-06-03T01:29:16.957Z] #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-03T01:29:16.957Z] #42 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-03T01:29:16.957Z] #42 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-03T01:29:16.958Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-03T01:29:16.958Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-03T01:29:16.958Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-03T01:29:16.958Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-06-03T01:29:16.958Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.1s [2025-06-03T01:29:17.214Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.2s done [2025-06-03T01:29:17.472Z] #42 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.2s done [2025-06-03T01:29:18.037Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-03T01:29:20.612Z] #42 ... [2025-06-03T01:29:20.612Z] [2025-06-03T01:29:20.612Z] #43 [security-proxy-setup internal] load build context [2025-06-03T01:29:20.612Z] #43 transferring context: 309.53MB 9.3s [2025-06-03T01:29:20.612Z] #43 ... [2025-06-03T01:29:20.612Z] [2025-06-03T01:29:20.612Z] #44 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-03T01:29:20.612Z] #0 0.953 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:20.612Z] #0 1.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:20.612Z] #0 1.601 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:20.612Z] #0 1.609 (2/4) Installing openssl (3.3.3-r0) [2025-06-03T01:29:20.612Z] #0 1.624 (3/4) Installing su-exec (0.2-r3) [2025-06-03T01:29:20.612Z] #0 1.639 (4/4) Installing yq-go (4.44.1-r2) [2025-06-03T01:29:20.612Z] #0 1.714 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:20.612Z] #0 1.721 OK: 19 MiB in 18 packages [2025-06-03T01:29:20.612Z] #44 ... [2025-06-03T01:29:20.612Z] [2025-06-03T01:29:20.612Z] #45 [core-data internal] load build context [2025-06-03T01:29:20.612Z] #45 transferring context: 507.54MB 9.3s done [2025-06-03T01:29:21.663Z] #45 ... [2025-06-03T01:29:21.663Z] [2025-06-03T01:29:21.663Z] #46 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-03T01:29:21.663Z] #0 0.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:21.663Z] #0 1.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:21.663Z] #0 1.571 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:21.663Z] #0 1.571 (2/2) Installing su-exec (0.2-r3) [2025-06-03T01:29:21.663Z] #0 1.579 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:21.663Z] #0 1.587 OK: 8 MiB in 16 packages [2025-06-03T01:29:21.663Z] #46 ... [2025-06-03T01:29:21.663Z] [2025-06-03T01:29:21.663Z] #33 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:29:21.663Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-03T01:29:21.663Z] #33 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-03T01:29:21.663Z] #33 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-03T01:29:21.663Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:29:21.663Z] #33 ... [2025-06-03T01:29:21.663Z] [2025-06-03T01:29:21.663Z] #47 [core-command internal] load build context [2025-06-03T01:29:21.950Z] #47 ... [2025-06-03T01:29:21.950Z] [2025-06-03T01:29:21.950Z] #48 [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-03T01:29:21.950Z] #48 ... [2025-06-03T01:29:21.950Z] [2025-06-03T01:29:21.950Z] #49 [security-bootstrapper internal] load build context [2025-06-03T01:29:21.950Z] #49 ... [2025-06-03T01:29:21.950Z] [2025-06-03T01:29:21.950Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-03T01:29:22.903Z] #50 ... [2025-06-03T01:29:22.903Z] [2025-06-03T01:29:22.903Z] #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-03T01:29:22.903Z] #0 0.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:22.903Z] #0 1.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:22.903Z] #0 1.515 (1/7) Installing ca-certificates (20241121-r1) [2025-06-03T01:29:22.903Z] #0 1.536 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:22.903Z] #0 1.538 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-03T01:29:22.903Z] #0 1.548 (4/7) Installing libsodium (1.0.19-r0) [2025-06-03T01:29:22.903Z] #0 1.559 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-03T01:29:22.903Z] #0 1.579 (6/7) Installing libzmq (4.3.5-r2) [2025-06-03T01:29:22.903Z] #0 1.601 (7/7) Installing zeromq (4.3.5-r2) [2025-06-03T01:29:22.903Z] #0 1.604 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:22.903Z] #0 1.623 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:29:22.903Z] #0 1.675 OK: 12 MiB in 21 packages [2025-06-03T01:29:23.182Z] #51 ... [2025-06-03T01:29:23.182Z] [2025-06-03T01:29:23.182Z] #52 [support-notifications internal] load build context [2025-06-03T01:29:23.182Z] #52 ... [2025-06-03T01:29:23.182Z] [2025-06-03T01:29:23.182Z] #53 [security-secretstore-setup internal] load build context [2025-06-03T01:29:23.182Z] #53 ... [2025-06-03T01:29:23.182Z] [2025-06-03T01:29:23.182Z] #54 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-03T01:29:23.182Z] #0 1.102 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.182Z] #0 1.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.182Z] #0 1.524 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:23.182Z] #0 1.533 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:23.182Z] #0 1.536 OK: 8 MiB in 15 packages [2025-06-03T01:29:23.182Z] #54 ... [2025-06-03T01:29:23.182Z] [2025-06-03T01:29:23.182Z] #55 [core-keeper internal] load build context [2025-06-03T01:29:23.478Z] #55 ... [2025-06-03T01:29:23.478Z] [2025-06-03T01:29:23.478Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:29:23.478Z] #56 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-06-03T01:29:23.478Z] #56 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-03T01:29:23.478Z] #56 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-03T01:29:23.478Z] #56 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-03T01:29:23.478Z] #56 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-03T01:29:23.478Z] #56 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-03T01:29:23.478Z] #56 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-03T01:29:23.478Z] #56 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-06-03T01:29:23.478Z] #56 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.1s done [2025-06-03T01:29:23.478Z] #56 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-03T01:29:23.478Z] #56 ... [2025-06-03T01:29:23.478Z] [2025-06-03T01:29:23.478Z] #57 [support-scheduler internal] load build context [2025-06-03T01:29:23.478Z] #57 ... [2025-06-03T01:29:23.478Z] [2025-06-03T01:29:23.478Z] #58 [core-metadata internal] load build context [2025-06-03T01:29:23.776Z] #58 ... [2025-06-03T01:29:23.776Z] [2025-06-03T01:29:23.776Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-03T01:29:23.776Z] #59 ... [2025-06-03T01:29:23.776Z] [2025-06-03T01:29:23.776Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:29:23.776Z] #0 0.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.776Z] #0 1.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.776Z] #0 1.600 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:29:23.776Z] #0 1.600 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:29:23.776Z] #0 1.600 OK: 24171 distinct packages available [2025-06-03T01:29:23.776Z] #0 1.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.776Z] #0 1.767 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.776Z] #0 2.035 (1/14) Installing ca-certificates (20241121-r1) [2025-06-03T01:29:23.776Z] #0 2.132 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-03T01:29:23.776Z] #0 2.140 (3/14) Installing c-ares (1.33.1-r0) [2025-06-03T01:29:23.776Z] #0 2.145 (4/14) Installing libunistring (1.2-r0) [2025-06-03T01:29:23.776Z] #0 2.171 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-03T01:29:23.776Z] #0 2.177 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-03T01:29:23.776Z] #0 2.189 (7/14) Installing libpsl (0.21.5-r1) [2025-06-03T01:29:23.776Z] #0 2.256 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-03T01:29:23.776Z] #0 2.265 (9/14) Installing libcurl (8.12.1-r0) [2025-06-03T01:29:23.776Z] #0 2.276 (10/14) Installing curl (8.12.1-r0) [2025-06-03T01:29:23.776Z] #0 2.283 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:23.776Z] #0 2.284 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-03T01:29:23.776Z] #0 2.289 (13/14) Installing libucontext (1.2-r3) [2025-06-03T01:29:23.776Z] #0 2.297 (14/14) Installing gcompat (1.1.0-r4) [2025-06-03T01:29:23.776Z] #0 2.301 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:23.776Z] #0 2.312 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:29:23.776Z] #0 2.350 OK: 13 MiB in 28 packages [2025-06-03T01:29:23.776Z] #60 ... [2025-06-03T01:29:23.776Z] [2025-06-03T01:29:23.776Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-03T01:29:23.776Z] #0 2.696 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.776Z] #0 2.763 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:23.776Z] #0 3.057 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:23.776Z] #0 3.075 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:23.776Z] #0 3.085 OK: 8 MiB in 15 packages [2025-06-03T01:29:24.039Z] #61 ... [2025-06-03T01:29:24.039Z] [2025-06-03T01:29:24.039Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-03T01:29:24.039Z] #0 5.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:24.039Z] #0 5.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:24.039Z] #0 6.175 (1/4) Installing ca-certificates (20241121-r1) [2025-06-03T01:29:24.039Z] #0 6.196 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:24.039Z] #0 6.200 (3/4) Installing su-exec (0.2-r3) [2025-06-03T01:29:24.039Z] #0 6.204 (4/4) Installing yq-go (4.44.1-r2) [2025-06-03T01:29:24.039Z] #0 6.269 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:24.039Z] #0 6.280 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:29:24.039Z] #0 6.322 OK: 19 MiB in 18 packages [2025-06-03T01:29:24.039Z] #62 ... [2025-06-03T01:29:24.039Z] [2025-06-03T01:29:24.039Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-03T01:29:24.039Z] #0 4.803 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:24.039Z] #0 4.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:24.039Z] #0 5.147 (1/3) Installing ca-certificates (20241121-r1) [2025-06-03T01:29:24.039Z] #0 5.163 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:24.039Z] #0 5.168 (3/3) Installing tzdata (2025b-r0) [2025-06-03T01:29:24.039Z] #0 5.823 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:24.039Z] #0 5.831 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:29:24.039Z] #0 5.872 OK: 10 MiB in 17 packages [2025-06-03T01:29:24.039Z] #63 ... [2025-06-03T01:29:24.039Z] [2025-06-03T01:29:24.039Z] #64 [security-proxy-auth internal] load build context [2025-06-03T01:29:24.039Z] #64 transferring context: 507.54MB 13.4s done [2025-06-03T01:29:24.302Z] #64 ... [2025-06-03T01:29:24.302Z] [2025-06-03T01:29:24.302Z] #65 [security-spiffe-token-provider internal] load build context [2025-06-03T01:29:24.302Z] #65 transferring context: 507.54MB 13.3s done [2025-06-03T01:29:24.302Z] #65 ... [2025-06-03T01:29:24.302Z] [2025-06-03T01:29:24.302Z] #55 [core-keeper internal] load build context [2025-06-03T01:29:24.302Z] #55 transferring context: 507.54MB 13.4s done [2025-06-03T01:29:29.956Z] #55 ... [2025-06-03T01:29:29.956Z] [2025-06-03T01:29:29.956Z] #43 [security-proxy-setup internal] load build context [2025-06-03T01:29:29.956Z] #43 transferring context: 507.54MB 14.9s done [2025-06-03T01:29:31.862Z] #43 ... [2025-06-03T01:29:31.862Z] [2025-06-03T01:29:31.862Z] #47 [core-command internal] load build context [2025-06-03T01:29:31.862Z] #47 transferring context: 507.54MB 14.1s done [2025-06-03T01:29:32.723Z] #47 ... [2025-06-03T01:29:32.723Z] [2025-06-03T01:29:32.723Z] #49 [security-bootstrapper internal] load build context [2025-06-03T01:29:32.723Z] #49 transferring context: 507.54MB 13.8s done [2025-06-03T01:29:32.982Z] #49 ... [2025-06-03T01:29:32.982Z] [2025-06-03T01:29:32.982Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-03T01:29:32.982Z] #50 transferring context: 507.54MB 13.6s done [2025-06-03T01:29:32.982Z] #50 ... [2025-06-03T01:29:32.982Z] [2025-06-03T01:29:32.982Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:29:32.982Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-03T01:29:33.241Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-03T01:29:33.241Z] #42 ... [2025-06-03T01:29:33.241Z] [2025-06-03T01:29:33.241Z] #53 [security-secretstore-setup internal] load build context [2025-06-03T01:29:33.241Z] #53 transferring context: 507.54MB 14.0s done [2025-06-03T01:29:33.241Z] #53 ... [2025-06-03T01:29:33.241Z] [2025-06-03T01:29:33.241Z] #52 [support-notifications internal] load build context [2025-06-03T01:29:33.241Z] #52 transferring context: 507.54MB 14.0s done [2025-06-03T01:29:33.541Z] #52 ... [2025-06-03T01:29:33.541Z] [2025-06-03T01:29:33.541Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:29:33.541Z] #56 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-03T01:29:33.811Z] #56 ... [2025-06-03T01:29:33.811Z] [2025-06-03T01:29:33.811Z] #57 [support-scheduler internal] load build context [2025-06-03T01:29:33.811Z] #57 transferring context: 507.54MB 13.6s done [2025-06-03T01:29:33.811Z] #57 ... [2025-06-03T01:29:33.811Z] [2025-06-03T01:29:33.811Z] #58 [core-metadata internal] load build context [2025-06-03T01:29:33.811Z] #58 transferring context: 507.54MB 13.4s done [2025-06-03T01:29:43.825Z] #58 ... [2025-06-03T01:29:43.825Z] [2025-06-03T01:29:43.825Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:29:43.825Z] #56 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.1s [2025-06-03T01:29:43.825Z] #56 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.4s done [2025-06-03T01:29:46.353Z] #56 ... [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #45 [core-data internal] load build context [2025-06-03T01:29:46.353Z] #45 DONE 35.3s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #41 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-06-03T01:29:46.353Z] #41 DONE 34.3s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #65 [security-spiffe-token-provider internal] load build context [2025-06-03T01:29:46.353Z] #65 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #46 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-03T01:29:46.353Z] #46 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-03T01:29:46.353Z] #63 DONE 35.1s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-03T01:29:46.353Z] #51 DONE 35.4s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #54 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-03T01:29:46.353Z] #54 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-03T01:29:46.353Z] #62 DONE 35.2s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #44 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-03T01:29:46.353Z] #44 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #66 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-03T01:29:46.353Z] #66 ... [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-03T01:29:46.353Z] #61 DONE 35.3s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:29:46.353Z] #60 DONE 35.6s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #64 [security-proxy-auth internal] load build context [2025-06-03T01:29:46.353Z] #64 DONE 35.6s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #58 [core-metadata internal] load build context [2025-06-03T01:29:46.353Z] #58 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #55 [core-keeper internal] load build context [2025-06-03T01:29:46.353Z] #55 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #49 [security-bootstrapper internal] load build context [2025-06-03T01:29:46.353Z] #49 DONE 35.7s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #50 [core-common-config-bootstrapper internal] load build context [2025-06-03T01:29:46.353Z] #50 DONE 35.3s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #57 [support-scheduler internal] load build context [2025-06-03T01:29:46.353Z] #57 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #52 [support-notifications internal] load build context [2025-06-03T01:29:46.353Z] #52 DONE 35.6s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #53 [security-secretstore-setup internal] load build context [2025-06-03T01:29:46.353Z] #53 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #47 [core-command internal] load build context [2025-06-03T01:29:46.353Z] #47 DONE 35.5s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #43 [security-proxy-setup internal] load build context [2025-06-03T01:29:46.353Z] #43 DONE 35.8s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #56 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:29:46.353Z] #56 DONE 35.0s [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #67 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-06-03T01:29:46.353Z] #67 ... [2025-06-03T01:29:46.353Z] [2025-06-03T01:29:46.353Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:29:46.353Z] #42 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.8s done [2025-06-03T01:29:46.353Z] #42 DONE 35.3s [2025-06-03T01:29:46.612Z] [2025-06-03T01:29:46.612Z] #68 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:29:46.871Z] #68 ... [2025-06-03T01:29:46.871Z] [2025-06-03T01:29:46.871Z] #48 [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-03T01:29:46.871Z] #48 DONE 36.0s [2025-06-03T01:29:47.129Z] [2025-06-03T01:29:47.129Z] #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-03T01:29:47.129Z] #59 35.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.129Z] #59 35.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.129Z] #59 35.73 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:29:47.129Z] #59 35.73 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:29:47.129Z] #59 35.73 OK: 24171 distinct packages available [2025-06-03T01:29:47.129Z] #59 35.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.129Z] #59 35.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.386Z] #59 36.21 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:47.386Z] #59 36.22 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-03T01:29:47.386Z] #59 36.22 (3/4) Installing libucontext (1.2-r3) [2025-06-03T01:29:47.386Z] #59 36.22 (4/4) Installing gcompat (1.1.0-r4) [2025-06-03T01:29:47.386Z] #59 36.23 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:47.386Z] #59 36.24 OK: 8 MiB in 18 packages [2025-06-03T01:29:47.644Z] #59 DONE 36.4s [2025-06-03T01:29:47.644Z] [2025-06-03T01:29:47.644Z] #36 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:29:47.644Z] #36 35.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.644Z] #36 35.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.644Z] #36 35.92 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:29:47.644Z] #36 35.92 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:29:47.644Z] #36 35.92 OK: 24171 distinct packages available [2025-06-03T01:29:47.644Z] #36 35.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.644Z] #36 36.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:47.644Z] #36 36.33 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:47.644Z] #36 36.33 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-03T01:29:47.644Z] #36 36.33 (3/5) Installing libucontext (1.2-r3) [2025-06-03T01:29:47.644Z] #36 36.34 (4/5) Installing gcompat (1.1.0-r4) [2025-06-03T01:29:47.644Z] #36 36.35 (5/5) Installing openssl (3.3.3-r0) [2025-06-03T01:29:47.644Z] #36 36.36 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:47.644Z] #36 36.37 OK: 9 MiB in 19 packages [2025-06-03T01:29:48.209Z] #36 DONE 37.0s [2025-06-03T01:29:48.209Z] [2025-06-03T01:29:48.209Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-03T01:29:48.209Z] #69 DONE 2.4s [2025-06-03T01:29:48.209Z] [2025-06-03T01:29:48.209Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-03T01:29:48.209Z] #0 1.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.209Z] #0 1.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.209Z] #0 2.096 OK: 248 MiB in 58 packages [2025-06-03T01:29:48.209Z] #70 DONE 2.4s [2025-06-03T01:29:48.209Z] [2025-06-03T01:29:48.209Z] #71 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-03T01:29:48.467Z] #71 ... [2025-06-03T01:29:48.467Z] [2025-06-03T01:29:48.467Z] #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:29:48.467Z] #72 DONE 0.1s [2025-06-03T01:29:48.467Z] [2025-06-03T01:29:48.467Z] #68 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:29:48.467Z] #68 2.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.467Z] #68 2.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.724Z] #68 2.760 OK: 248 MiB in 58 packages [2025-06-03T01:29:48.724Z] #68 DONE 2.9s [2025-06-03T01:29:48.724Z] [2025-06-03T01:29:48.724Z] #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:29:48.724Z] #0 2.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.724Z] #0 2.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.724Z] #0 2.738 OK: 248 MiB in 58 packages [2025-06-03T01:29:48.724Z] #73 DONE 2.9s [2025-06-03T01:29:48.724Z] [2025-06-03T01:29:48.724Z] #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:29:48.724Z] #74 DONE 0.1s [2025-06-03T01:29:48.724Z] [2025-06-03T01:29:48.724Z] #75 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:29:48.982Z] #75 DONE 0.1s [2025-06-03T01:29:48.982Z] [2025-06-03T01:29:48.982Z] #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-03T01:29:48.982Z] #0 2.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.982Z] #0 2.189 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.982Z] #0 2.473 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:29:48.982Z] #0 2.473 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:29:48.982Z] #0 2.473 OK: 24171 distinct packages available [2025-06-03T01:29:48.982Z] #0 2.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.982Z] #0 2.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.982Z] #0 2.956 OK: 248 MiB in 58 packages [2025-06-03T01:29:48.982Z] #76 DONE 3.0s [2025-06-03T01:29:48.982Z] [2025-06-03T01:29:48.982Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:29:48.982Z] #77 DONE 0.1s [2025-06-03T01:29:48.982Z] [2025-06-03T01:29:48.982Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-03T01:29:48.982Z] #0 2.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.982Z] #0 2.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:48.982Z] #0 3.070 OK: 8 MiB in 16 packages [2025-06-03T01:29:48.982Z] #78 DONE 3.2s [2025-06-03T01:29:48.982Z] [2025-06-03T01:29:48.982Z] #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-03T01:29:49.239Z] #79 ... [2025-06-03T01:29:49.239Z] [2025-06-03T01:29:49.239Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:29:49.239Z] #0 2.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:49.239Z] #0 2.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:49.239Z] #0 3.141 OK: 10 MiB in 17 packages [2025-06-03T01:29:49.239Z] #80 DONE 3.2s [2025-06-03T01:29:49.239Z] [2025-06-03T01:29:49.239Z] #81 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-03T01:29:49.239Z] #0 2.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:49.239Z] #0 2.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:49.239Z] #0 3.207 OK: 248 MiB in 58 packages [2025-06-03T01:29:49.239Z] #81 DONE 3.3s [2025-06-03T01:29:49.239Z] [2025-06-03T01:29:49.239Z] #82 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:29:49.239Z] #82 DONE 0.0s [2025-06-03T01:29:49.239Z] [2025-06-03T01:29:49.239Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:29:50.173Z] #83 ... [2025-06-03T01:29:50.173Z] [2025-06-03T01:29:50.173Z] #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-03T01:29:50.173Z] #67 3.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:50.173Z] #67 3.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:50.173Z] #67 3.924 OK: 8 MiB in 15 packages [2025-06-03T01:29:50.173Z] #67 DONE 4.0s [2025-06-03T01:29:50.173Z] [2025-06-03T01:29:50.173Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:29:50.173Z] #0 3.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:50.173Z] #0 3.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:50.173Z] #0 3.919 OK: 12 MiB in 21 packages [2025-06-03T01:29:50.173Z] #84 DONE 4.0s [2025-06-03T01:29:50.173Z] [2025-06-03T01:29:50.173Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-03T01:29:50.173Z] #0 3.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:50.173Z] #0 3.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:50.173Z] #0 4.195 OK: 19 MiB in 18 packages [2025-06-03T01:29:50.433Z] #85 DONE 4.3s [2025-06-03T01:29:50.433Z] [2025-06-03T01:29:50.433Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:29:51.372Z] #86 ... [2025-06-03T01:29:51.372Z] [2025-06-03T01:29:51.372Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:29:51.372Z] #0 4.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:51.372Z] #0 4.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:51.372Z] #0 4.955 OK: 13 MiB in 28 packages [2025-06-03T01:29:51.372Z] #87 DONE 5.1s [2025-06-03T01:29:51.372Z] [2025-06-03T01:29:51.372Z] #66 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-03T01:29:51.372Z] #66 4.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:51.372Z] #66 4.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:51.372Z] #66 5.021 OK: 19 MiB in 18 packages [2025-06-03T01:29:51.372Z] #66 DONE 5.1s [2025-06-03T01:29:51.372Z] [2025-06-03T01:29:51.372Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-03T01:29:51.372Z] #88 DONE 0.1s [2025-06-03T01:29:51.372Z] [2025-06-03T01:29:51.372Z] #71 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-03T01:29:51.372Z] #71 2.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:51.372Z] #71 2.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:51.372Z] #71 3.123 OK: 9 MiB in 19 packages [2025-06-03T01:29:51.630Z] #71 DONE 3.2s [2025-06-03T01:29:51.630Z] [2025-06-03T01:29:51.630Z] #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:29:52.567Z] #89 ... [2025-06-03T01:29:52.567Z] [2025-06-03T01:29:52.567Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-03T01:29:52.567Z] #0 3.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 3.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 3.765 OK: 8 MiB in 18 packages [2025-06-03T01:29:52.567Z] #90 DONE 4.9s [2025-06-03T01:29:52.567Z] [2025-06-03T01:29:52.567Z] #91 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:29:52.567Z] #0 4.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 5.840 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 6.132 OK: 8 MiB in 15 packages [2025-06-03T01:29:52.567Z] #91 DONE 6.5s [2025-06-03T01:29:52.567Z] [2025-06-03T01:29:52.567Z] #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-03T01:29:52.567Z] #0 2.561 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 3.084 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 3.760 OK: 248 MiB in 58 packages [2025-06-03T01:29:52.567Z] #92 DONE 4.2s [2025-06-03T01:29:52.567Z] [2025-06-03T01:29:52.567Z] #93 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-03T01:29:52.567Z] #0 3.969 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 4.494 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-03T01:29:52.567Z] #0 5.165 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-03T01:29:52.567Z] #0 5.456 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:29:52.567Z] #0 5.463 OK: 8 MiB in 15 packages [2025-06-03T01:29:52.567Z] #93 DONE 5.7s [2025-06-03T01:29:52.567Z] [2025-06-03T01:29:52.567Z] #89 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:29:52.567Z] #89 DONE 1.1s [2025-06-03T01:29:52.567Z] [2025-06-03T01:29:52.567Z] #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-03T01:29:52.567Z] #94 DONE 1.1s [2025-06-03T01:29:52.567Z] [2025-06-03T01:29:52.567Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:29:52.824Z] #95 ... [2025-06-03T01:29:52.824Z] [2025-06-03T01:29:52.824Z] #79 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-03T01:29:52.824Z] #79 DONE 3.6s [2025-06-03T01:29:52.824Z] [2025-06-03T01:29:52.824Z] #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-03T01:29:53.756Z] #96 DONE 0.8s [2025-06-03T01:29:53.756Z] [2025-06-03T01:29:53.756Z] #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-03T01:29:53.756Z] #97 DONE 0.8s [2025-06-03T01:29:53.756Z] [2025-06-03T01:29:53.756Z] #98 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-03T01:29:53.756Z] #98 DONE 0.9s [2025-06-03T01:29:53.756Z] [2025-06-03T01:29:53.756Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:29:53.756Z] #99 DONE 0.9s [2025-06-03T01:29:53.756Z] [2025-06-03T01:29:53.756Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-03T01:29:54.321Z] #100 DONE 0.8s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-03T01:29:54.321Z] #101 DONE 0.8s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:29:54.321Z] #95 DONE 1.6s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:29:54.321Z] #102 DONE 0.1s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-03T01:29:54.321Z] #103 DONE 0.1s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-03T01:29:54.321Z] #104 DONE 0.1s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #105 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-03T01:29:54.321Z] #105 DONE 0.1s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-03T01:29:54.321Z] #106 DONE 0.1s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-03T01:29:54.321Z] #107 DONE 0.1s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:29:54.321Z] #108 DONE 0.1s [2025-06-03T01:29:54.321Z] [2025-06-03T01:29:54.321Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-03T01:29:54.578Z] #109 ... [2025-06-03T01:29:54.578Z] [2025-06-03T01:29:54.578Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:29:54.578Z] #110 DONE 0.1s [2025-06-03T01:29:54.578Z] [2025-06-03T01:29:54.578Z] #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-03T01:29:54.578Z] #109 DONE 0.2s [2025-06-03T01:29:54.578Z] [2025-06-03T01:29:54.578Z] #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-03T01:29:54.578Z] #111 DONE 0.1s [2025-06-03T01:29:54.578Z] [2025-06-03T01:29:54.578Z] #112 [security-spire-server] exporting to image [2025-06-03T01:29:54.578Z] #112 exporting layers [2025-06-03T01:29:54.836Z] #112 ... [2025-06-03T01:29:54.836Z] [2025-06-03T01:29:54.836Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-03T01:29:54.836Z] #113 DONE 0.1s [2025-06-03T01:29:54.836Z] [2025-06-03T01:29:54.836Z] #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-03T01:29:54.836Z] #114 DONE 0.0s [2025-06-03T01:29:54.836Z] [2025-06-03T01:29:54.836Z] #112 [security-spire-agent] exporting to image [2025-06-03T01:29:55.402Z] #112 exporting layers 0.8s done [2025-06-03T01:29:55.402Z] #112 writing image sha256:26cd5bccaea5df8f4690834487b26b95dbfaf14196dbd539c840c57519427c2c done [2025-06-03T01:29:55.402Z] #112 naming to docker.io/library/security-spire-server done [2025-06-03T01:29:55.402Z] #112 exporting layers 0.8s done [2025-06-03T01:29:55.402Z] #112 writing image sha256:70a75f296565b7af286393f50b9c02faca15f89e900b2aa241528544d68b4da1 done [2025-06-03T01:29:55.402Z] #112 naming to docker.io/library/security-spire-config done [2025-06-03T01:29:55.402Z] #112 writing image sha256:d6337bf7300f02d80fd514bf379e344923df08acd8017f5e5563021818ed32f8 done [2025-06-03T01:29:55.402Z] #112 naming to docker.io/library/security-spire-agent done [2025-06-03T01:29:55.402Z] #112 DONE 1.2s [2025-06-03T01:29:55.402Z] [2025-06-03T01:29:55.402Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:29:58.684Z] #115 ... [2025-06-03T01:29:58.684Z] [2025-06-03T01:29:58.684Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:29:58.684Z] #116 ... [2025-06-03T01:29:58.684Z] [2025-06-03T01:29:58.684Z] #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:29:58.684Z] #117 ... [2025-06-03T01:29:58.684Z] [2025-06-03T01:29:58.684Z] #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:00.056Z] Removing intermediate container cd331665278d [2025-06-03T01:30:00.056Z] ---> 36c600c8eaa9 [2025-06-03T01:30:00.056Z] Successfully built 36c600c8eaa9 [2025-06-03T01:30:00.056Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:30:00.398Z] + docker inspect -f . ci-base-image-arm64 [2025-06-03T01:30:00.398Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T01:30:00.636Z] prd-ubuntu20.04-docker-arm64-4c-16g-2673 does not seem to be running inside a container [2025-06-03T01:30:00.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@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-03T01:30:01.994Z] $ docker top 4a8e271f02e4efdc58da76361c3f5d1c5e5d66622b024424b3474d891418caf2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T01:30:02.826Z] + go version [2025-06-03T01:30:02.826Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-03T01:30:02.842Z] $ docker stop --time=1 4a8e271f02e4efdc58da76361c3f5d1c5e5d66622b024424b3474d891418caf2 [2025-06-03T01:30:04.471Z] $ docker rm -f --volumes 4a8e271f02e4efdc58da76361c3f5d1c5e5d66622b024424b3474d891418caf2 [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-03T01:30:05.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-03T01:30:05.187Z] [2025-06-03T01:30:05.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:30:05.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-03T01:30:05.550Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-03T01:30:05.550Z] 547446be3368: Pulling fs layer [2025-06-03T01:30:05.550Z] d125d8839a47: Pulling fs layer [2025-06-03T01:30:05.550Z] 3e85d5ac6304: Pulling fs layer [2025-06-03T01:30:05.550Z] c3105a71a48b: Pulling fs layer [2025-06-03T01:30:05.550Z] 0f093f025ec4: Pulling fs layer [2025-06-03T01:30:05.550Z] c3106fc0e877: Pulling fs layer [2025-06-03T01:30:05.550Z] 0f093f025ec4: Waiting [2025-06-03T01:30:05.550Z] c3106fc0e877: Waiting [2025-06-03T01:30:05.550Z] c3105a71a48b: Waiting [2025-06-03T01:30:05.835Z] 547446be3368: Verifying Checksum [2025-06-03T01:30:05.835Z] c3105a71a48b: Verifying Checksum [2025-06-03T01:30:05.835Z] c3105a71a48b: Download complete [2025-06-03T01:30:06.158Z] d125d8839a47: Verifying Checksum [2025-06-03T01:30:06.158Z] d125d8839a47: Download complete [2025-06-03T01:30:06.158Z] c3106fc0e877: Verifying Checksum [2025-06-03T01:30:06.158Z] c3106fc0e877: Download complete [2025-06-03T01:30:06.436Z] 0f093f025ec4: Verifying Checksum [2025-06-03T01:30:06.436Z] 0f093f025ec4: Download complete [2025-06-03T01:30:06.436Z] 547446be3368: Pull complete [2025-06-03T01:30:07.845Z] d125d8839a47: Pull complete [2025-06-03T01:30:08.428Z] 3e85d5ac6304: Verifying Checksum [2025-06-03T01:30:08.428Z] 3e85d5ac6304: Download complete [2025-06-03T01:30:18.546Z] 3e85d5ac6304: Pull complete [2025-06-03T01:30:18.546Z] c3105a71a48b: Pull complete [2025-06-03T01:30:19.506Z] 0f093f025ec4: Pull complete [2025-06-03T01:30:19.777Z] c3106fc0e877: Pull complete [2025-06-03T01:30:19.777Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-03T01:30:19.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-03T01:30:19.777Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T01:30:20.018Z] prd-ubuntu20.04-docker-arm64-4c-16g-2673 does not seem to be running inside a container [2025-06-03T01:30:20.093Z] $ 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/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@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-03T01:30:22.261Z] $ docker top 9440ddadf40754c5e0a993f0aec1fb845f2b2e31ee7bfd8718ee1384bc020005 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T01:30:23.124Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-03T01:30:30.759Z] #118 DONE 37.9s [2025-06-03T01:30:30.759Z] [2025-06-03T01:30:30.759Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:30.759Z] #116 DONE 38.4s [2025-06-03T01:30:30.759Z] [2025-06-03T01:30:30.759Z] #119 [support-scheduler builder 6/7] COPY . . [2025-06-03T01:30:30.759Z] #119 ... [2025-06-03T01:30:30.759Z] [2025-06-03T01:30:30.759Z] #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:30.759Z] #117 DONE 37.9s [2025-06-03T01:30:30.759Z] [2025-06-03T01:30:30.759Z] #86 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:30.759Z] #86 DONE 37.8s [2025-06-03T01:30:30.759Z] [2025-06-03T01:30:30.759Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:30.759Z] #115 DONE 33.4s [2025-06-03T01:30:30.759Z] [2025-06-03T01:30:30.759Z] #83 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:30.759Z] #83 DONE 37.5s [2025-06-03T01:30:30.759Z] [2025-06-03T01:30:30.759Z] #120 [support-notifications builder 6/7] COPY . . [2025-06-03T01:30:33.236Z] #1 [core-data internal] load build definition from Dockerfile [2025-06-03T01:30:33.236Z] #1 transferring dockerfile: 2.04kB done [2025-06-03T01:30:33.236Z] #1 DONE 0.1s [2025-06-03T01:30:33.236Z] [2025-06-03T01:30:33.236Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2025-06-03T01:30:33.236Z] #2 transferring dockerfile: 1.81kB done [2025-06-03T01:30:33.236Z] #2 DONE 0.1s [2025-06-03T01:30:33.236Z] [2025-06-03T01:30:33.236Z] #3 [security-spire-server internal] load build definition from Dockerfile [2025-06-03T01:30:33.236Z] #3 transferring dockerfile: 1.70kB 0.0s done [2025-06-03T01:30:33.236Z] #3 DONE 0.1s [2025-06-03T01:30:33.236Z] [2025-06-03T01:30:33.236Z] #4 [support-notifications internal] load build definition from Dockerfile [2025-06-03T01:30:33.236Z] #4 transferring dockerfile: 2.00kB 0.0s done [2025-06-03T01:30:33.236Z] #4 DONE 0.1s [2025-06-03T01:30:33.236Z] [2025-06-03T01:30:33.236Z] #5 [security-spire-config internal] load build definition from Dockerfile [2025-06-03T01:30:33.506Z] #5 transferring dockerfile: 1.69kB done [2025-06-03T01:30:33.506Z] #5 DONE 0.1s [2025-06-03T01:30:33.506Z] [2025-06-03T01:30:33.506Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-03T01:30:33.506Z] #6 transferring dockerfile: 3.02kB 0.0s done [2025-06-03T01:30:33.506Z] #6 DONE 0.1s [2025-06-03T01:30:33.506Z] [2025-06-03T01:30:33.506Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-03T01:30:33.506Z] #7 transferring dockerfile: 1.89kB done [2025-06-03T01:30:33.506Z] #7 DONE 0.1s [2025-06-03T01:30:33.506Z] [2025-06-03T01:30:33.506Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T01:30:33.506Z] #8 ... [2025-06-03T01:30:33.506Z] [2025-06-03T01:30:33.506Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-06-03T01:30:33.506Z] #9 transferring dockerfile: 2.10kB 0.0s done [2025-06-03T01:30:33.506Z] #9 DONE 0.1s [2025-06-03T01:30:33.506Z] [2025-06-03T01:30:33.506Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T01:30:33.506Z] #8 transferring dockerfile: 2.01kB done [2025-06-03T01:30:33.779Z] #8 ... [2025-06-03T01:30:33.779Z] [2025-06-03T01:30:33.779Z] #10 [core-command internal] load build definition from Dockerfile [2025-06-03T01:30:33.779Z] #10 transferring dockerfile: 1.94kB done [2025-06-03T01:30:33.779Z] #10 DONE 0.1s [2025-06-03T01:30:33.779Z] [2025-06-03T01:30:33.779Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-03T01:30:33.779Z] #11 transferring dockerfile: 2.23kB 0.0s done [2025-06-03T01:30:33.779Z] #11 DONE 0.1s [2025-06-03T01:30:33.779Z] [2025-06-03T01:30:33.779Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-03T01:30:33.779Z] #12 transferring dockerfile: 2.14kB 0.0s done [2025-06-03T01:30:33.779Z] #12 DONE 0.1s [2025-06-03T01:30:33.779Z] [2025-06-03T01:30:33.779Z] #13 [support-scheduler internal] load build definition from Dockerfile [2025-06-03T01:30:34.046Z] #13 transferring dockerfile: 1.83kB 0.0s done [2025-06-03T01:30:34.046Z] #13 DONE 0.1s [2025-06-03T01:30:34.046Z] [2025-06-03T01:30:34.046Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-03T01:30:34.046Z] #14 transferring dockerfile: 2.49kB 0.0s done [2025-06-03T01:30:34.046Z] #14 DONE 0.1s [2025-06-03T01:30:34.046Z] [2025-06-03T01:30:34.046Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-03T01:30:34.046Z] #15 transferring dockerfile: 2.50kB done [2025-06-03T01:30:34.046Z] #15 DONE 0.1s [2025-06-03T01:30:34.046Z] [2025-06-03T01:30:34.046Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T01:30:34.314Z] #8 ... [2025-06-03T01:30:34.314Z] [2025-06-03T01:30:34.314Z] #16 [core-data internal] load .dockerignore [2025-06-03T01:30:34.314Z] #16 transferring context: 50B done [2025-06-03T01:30:34.314Z] #16 DONE 0.1s [2025-06-03T01:30:34.314Z] [2025-06-03T01:30:34.314Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T01:30:34.900Z] #8 ... [2025-06-03T01:30:34.900Z] [2025-06-03T01:30:34.900Z] #17 [security-spire-agent internal] load .dockerignore [2025-06-03T01:30:34.900Z] #17 transferring context: 50B done [2025-06-03T01:30:34.900Z] #17 DONE 0.0s [2025-06-03T01:30:34.900Z] [2025-06-03T01:30:34.900Z] #18 [security-spire-server internal] load .dockerignore [2025-06-03T01:30:34.900Z] #18 transferring context: 50B done [2025-06-03T01:30:34.900Z] #18 DONE 0.0s [2025-06-03T01:30:34.900Z] [2025-06-03T01:30:34.900Z] #19 [support-notifications internal] load .dockerignore [2025-06-03T01:30:34.900Z] #19 transferring context: 50B done [2025-06-03T01:30:34.900Z] #19 DONE 0.1s [2025-06-03T01:30:34.900Z] [2025-06-03T01:30:34.900Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T01:30:35.178Z] #8 ... [2025-06-03T01:30:35.178Z] [2025-06-03T01:30:35.178Z] #20 [security-spire-config internal] load .dockerignore [2025-06-03T01:30:35.178Z] #20 transferring context: 50B 0.0s done [2025-06-03T01:30:35.178Z] #20 DONE 0.1s [2025-06-03T01:30:35.178Z] [2025-06-03T01:30:35.178Z] #21 [security-bootstrapper internal] load .dockerignore [2025-06-03T01:30:35.178Z] #21 transferring context: 50B 0.0s done [2025-06-03T01:30:35.178Z] #21 DONE 0.1s [2025-06-03T01:30:35.178Z] [2025-06-03T01:30:35.178Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2025-06-03T01:30:35.178Z] #22 transferring context: 50B done [2025-06-03T01:30:35.178Z] #22 DONE 0.1s [2025-06-03T01:30:35.178Z] [2025-06-03T01:30:35.178Z] #23 [core-keeper internal] load .dockerignore [2025-06-03T01:30:35.449Z] #23 transferring context: 50B done [2025-06-03T01:30:35.449Z] #23 DONE 0.1s [2025-06-03T01:30:35.449Z] [2025-06-03T01:30:35.449Z] #24 [core-metadata internal] load .dockerignore [2025-06-03T01:30:35.449Z] #24 transferring context: 50B 0.0s done [2025-06-03T01:30:35.449Z] #24 DONE 0.1s [2025-06-03T01:30:35.449Z] [2025-06-03T01:30:35.449Z] #25 [core-command internal] load .dockerignore [2025-06-03T01:30:35.449Z] #25 transferring context: 50B 0.0s done [2025-06-03T01:30:35.449Z] #25 DONE 0.1s [2025-06-03T01:30:35.449Z] [2025-06-03T01:30:35.449Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-03T01:30:35.449Z] #26 transferring context: 50B done [2025-06-03T01:30:35.449Z] #26 DONE 0.1s [2025-06-03T01:30:35.449Z] [2025-06-03T01:30:35.449Z] #27 [security-proxy-auth internal] load .dockerignore [2025-06-03T01:30:35.449Z] #27 transferring context: 50B 0.0s done [2025-06-03T01:30:35.449Z] #27 DONE 0.1s [2025-06-03T01:30:35.449Z] [2025-06-03T01:30:35.449Z] #28 [support-scheduler internal] load .dockerignore [2025-06-03T01:30:35.719Z] #28 transferring context: 50B 0.0s done [2025-06-03T01:30:35.719Z] #28 DONE 0.1s [2025-06-03T01:30:35.719Z] [2025-06-03T01:30:35.719Z] #29 [security-secretstore-setup internal] load .dockerignore [2025-06-03T01:30:35.719Z] #29 transferring context: 50B done [2025-06-03T01:30:35.719Z] #29 DONE 0.1s [2025-06-03T01:30:35.719Z] [2025-06-03T01:30:35.719Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T01:30:35.719Z] #8 ... [2025-06-03T01:30:35.719Z] [2025-06-03T01:30:35.719Z] #30 [security-proxy-setup internal] load .dockerignore [2025-06-03T01:30:35.719Z] #30 transferring context: 50B 0.0s done [2025-06-03T01:30:35.719Z] #30 DONE 0.1s [2025-06-03T01:30:35.719Z] [2025-06-03T01:30:35.719Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:35.719Z] #31 DONE 0.0s [2025-06-03T01:30:35.986Z] [2025-06-03T01:30:35.986Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:30:36.369Z] #32 DONE 0.4s [2025-06-03T01:30:36.369Z] [2025-06-03T01:30:36.369Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:36.369Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:36.369Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:36.369Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:36.369Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:36.662Z] #33 DONE 0.2s [2025-06-03T01:30:36.662Z] [2025-06-03T01:30:36.662Z] #34 [core-data internal] load build context [2025-06-03T01:30:36.980Z] #34 ... [2025-06-03T01:30:36.980Z] [2025-06-03T01:30:36.980Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:36.980Z] #31 DONE 0.0s [2025-06-03T01:30:36.980Z] [2025-06-03T01:30:36.980Z] #34 [core-data internal] load build context [2025-06-03T01:30:37.253Z] #34 ... [2025-06-03T01:30:37.253Z] [2025-06-03T01:30:37.253Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:37.253Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:37.253Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:37.253Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:37.253Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:37.253Z] #33 DONE 0.4s [2025-06-03T01:30:37.253Z] [2025-06-03T01:30:37.253Z] #34 [core-data internal] load build context [2025-06-03T01:30:37.253Z] #34 ... [2025-06-03T01:30:37.253Z] [2025-06-03T01:30:37.253Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:37.253Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:37.253Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:37.253Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:37.253Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:37.253Z] #33 DONE 0.4s [2025-06-03T01:30:37.253Z] [2025-06-03T01:30:37.253Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:37.253Z] #31 DONE 0.0s [2025-06-03T01:30:37.253Z] [2025-06-03T01:30:37.253Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:30:37.253Z] #32 DONE 0.7s [2025-06-03T01:30:37.253Z] [2025-06-03T01:30:37.253Z] #34 [core-data internal] load build context [2025-06-03T01:30:37.253Z] #34 transferring context: 3.22MB 0.9s done [2025-06-03T01:30:37.325Z] #120 ... [2025-06-03T01:30:37.325Z] [2025-06-03T01:30:37.325Z] #121 [security-proxy-auth builder 6/7] COPY . . [2025-06-03T01:30:37.325Z] #121 ... [2025-06-03T01:30:37.325Z] [2025-06-03T01:30:37.325Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-03T01:30:37.325Z] #122 ... [2025-06-03T01:30:37.325Z] [2025-06-03T01:30:37.325Z] #123 [core-keeper builder 7/8] COPY . . [2025-06-03T01:30:37.325Z] #123 ... [2025-06-03T01:30:37.325Z] [2025-06-03T01:30:37.325Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-06-03T01:30:37.535Z] #34 DONE 1.1s [2025-06-03T01:30:37.535Z] [2025-06-03T01:30:37.535Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:37.535Z] #31 DONE 0.0s [2025-06-03T01:30:37.535Z] [2025-06-03T01:30:37.535Z] #35 [support-notifications internal] load build context [2025-06-03T01:30:37.535Z] #35 ... [2025-06-03T01:30:37.535Z] [2025-06-03T01:30:37.535Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:30:37.535Z] #32 DONE 1.0s [2025-06-03T01:30:37.535Z] [2025-06-03T01:30:37.535Z] #35 [support-notifications internal] load build context [2025-06-03T01:30:37.535Z] #35 ... [2025-06-03T01:30:37.535Z] [2025-06-03T01:30:37.535Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:37.535Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:37.535Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:37.535Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:37.535Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:37.535Z] #33 DONE 0.4s [2025-06-03T01:30:37.535Z] [2025-06-03T01:30:37.535Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:37.535Z] #31 DONE 0.0s [2025-06-03T01:30:37.535Z] [2025-06-03T01:30:37.535Z] #35 [support-notifications internal] load build context [2025-06-03T01:30:37.831Z] #35 ... [2025-06-03T01:30:37.831Z] [2025-06-03T01:30:37.831Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:37.831Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:37.831Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:37.831Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:37.831Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:37.831Z] #33 DONE 0.5s [2025-06-03T01:30:37.831Z] [2025-06-03T01:30:37.831Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:37.831Z] #31 DONE 0.0s [2025-06-03T01:30:38.102Z] [2025-06-03T01:30:38.102Z] #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:38.102Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:38.102Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:38.102Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:38.102Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:38.102Z] #33 DONE 0.5s [2025-06-03T01:30:38.102Z] [2025-06-03T01:30:38.102Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:30:38.102Z] #32 DONE 1.3s [2025-06-03T01:30:38.102Z] [2025-06-03T01:30:38.102Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-03T01:30:38.103Z] #36 DONE 1.1s [2025-06-03T01:30:38.103Z] [2025-06-03T01:30:38.103Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:38.103Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:38.103Z] #37 ... [2025-06-03T01:30:38.103Z] [2025-06-03T01:30:38.103Z] #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:38.103Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:38.103Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:38.103Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:38.103Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:38.103Z] #33 DONE 0.5s [2025-06-03T01:30:38.103Z] [2025-06-03T01:30:38.103Z] #38 [core-command internal] load build context [2025-06-03T01:30:38.103Z] #38 DONE 0.0s [2025-06-03T01:30:38.103Z] [2025-06-03T01:30:38.103Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-03T01:30:38.103Z] #39 DONE 1.2s [2025-06-03T01:30:38.103Z] [2025-06-03T01:30:38.103Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:38.103Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:38.103Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:38.103Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:38.103Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:38.103Z] #33 DONE 0.5s [2025-06-03T01:30:38.103Z] [2025-06-03T01:30:38.103Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:38.103Z] #31 DONE 0.0s [2025-06-03T01:30:38.103Z] [2025-06-03T01:30:38.103Z] #40 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-03T01:30:38.376Z] #40 ... [2025-06-03T01:30:38.376Z] [2025-06-03T01:30:38.376Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:38.376Z] #31 DONE 0.0s [2025-06-03T01:30:38.376Z] [2025-06-03T01:30:38.376Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-03T01:30:38.649Z] #41 ... [2025-06-03T01:30:38.649Z] [2025-06-03T01:30:38.649Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:38.649Z] #31 DONE 0.0s [2025-06-03T01:30:38.649Z] [2025-06-03T01:30:38.649Z] #35 [support-notifications internal] load build context [2025-06-03T01:30:38.649Z] #35 transferring context: 3.22MB 1.3s done [2025-06-03T01:30:38.649Z] #35 ... [2025-06-03T01:30:38.649Z] [2025-06-03T01:30:38.649Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:38.649Z] #31 DONE 0.0s [2025-06-03T01:30:38.916Z] [2025-06-03T01:30:38.916Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:38.916Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.8s done [2025-06-03T01:30:38.916Z] #37 ... [2025-06-03T01:30:38.916Z] [2025-06-03T01:30:38.916Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:38.916Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:38.916Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:38.916Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:38.916Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:38.916Z] #33 DONE 0.6s [2025-06-03T01:30:39.184Z] [2025-06-03T01:30:39.184Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-03T01:30:39.184Z] #31 DONE 0.0s [2025-06-03T01:30:39.184Z] [2025-06-03T01:30:39.184Z] #42 [security-secretstore-setup internal] load build context [2025-06-03T01:30:39.184Z] #42 ... [2025-06-03T01:30:39.184Z] [2025-06-03T01:30:39.184Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:39.184Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:39.184Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:39.184Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:39.184Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:39.184Z] #33 DONE 0.6s [2025-06-03T01:30:39.184Z] [2025-06-03T01:30:39.184Z] #43 [core-common-config-bootstrapper internal] load build context [2025-06-03T01:30:39.184Z] #43 DONE 0.0s [2025-06-03T01:30:39.184Z] [2025-06-03T01:30:39.184Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:39.184Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:39.184Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:39.184Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:39.184Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:39.184Z] #33 DONE 0.6s [2025-06-03T01:30:39.184Z] [2025-06-03T01:30:39.184Z] #35 [support-notifications internal] load build context [2025-06-03T01:30:39.184Z] #35 DONE 2.1s [2025-06-03T01:30:39.184Z] [2025-06-03T01:30:39.184Z] #44 [support-scheduler internal] load build context [2025-06-03T01:30:39.220Z] #124 DONE 12.1s [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:39.220Z] #125 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:30:39.220Z] #126 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #127 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #127 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:39.220Z] #128 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #129 [core-command builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #129 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #130 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:30:39.220Z] #130 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:39.220Z] #131 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:30:39.220Z] #132 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #133 [core-metadata builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #133 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #121 [security-proxy-auth builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #121 DONE 12.1s [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #134 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:30:39.220Z] #134 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #135 [core-data builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #135 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #136 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:39.220Z] #136 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #119 [support-scheduler builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #119 DONE 12.1s [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #122 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #122 DONE 12.1s [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #120 [support-notifications builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #120 DONE 12.1s [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #123 [core-keeper builder 7/8] COPY . . [2025-06-03T01:30:39.220Z] #123 DONE 12.1s [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #137 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:39.220Z] #138 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:30:39.220Z] #139 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #140 [security-bootstrapper builder 6/7] COPY . . [2025-06-03T01:30:39.220Z] #140 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #141 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:30:39.220Z] #141 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #142 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:30:39.220Z] #142 CACHED [2025-06-03T01:30:39.220Z] [2025-06-03T01:30:39.220Z] #143 [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-03T01:30:40.161Z] #44 ... [2025-06-03T01:30:40.162Z] [2025-06-03T01:30:40.162Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-03T01:30:40.162Z] #32 DONE 3.5s [2025-06-03T01:30:40.436Z] [2025-06-03T01:30:40.436Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:40.436Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-03T01:30:40.436Z] #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-03T01:30:40.436Z] #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-03T01:30:40.436Z] #37 ... [2025-06-03T01:30:40.436Z] [2025-06-03T01:30:40.436Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:30:40.436Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-03T01:30:40.436Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-03T01:30:40.436Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-03T01:30:40.436Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-03T01:30:40.436Z] #33 DONE 0.6s [2025-06-03T01:30:40.436Z] [2025-06-03T01:30:40.436Z] #45 [security-proxy-setup internal] load build context [2025-06-03T01:30:40.436Z] #45 DONE 0.0s [2025-06-03T01:30:40.436Z] [2025-06-03T01:30:40.436Z] #46 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-03T01:30:40.436Z] #46 DONE 5.1s [2025-06-03T01:30:40.436Z] [2025-06-03T01:30:40.436Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:40.436Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.2s [2025-06-03T01:30:40.436Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s [2025-06-03T01:30:40.594Z] #143 1.522 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-03T01:30:40.706Z] #37 ... [2025-06-03T01:30:40.707Z] [2025-06-03T01:30:40.707Z] #47 [security-spire-config internal] load build context [2025-06-03T01:30:40.707Z] #47 transferring context: 22.05kB 0.3s done [2025-06-03T01:30:40.707Z] #47 DONE 2.6s [2025-06-03T01:30:40.707Z] [2025-06-03T01:30:40.707Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:40.707Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s [2025-06-03T01:30:40.707Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s [2025-06-03T01:30:40.707Z] #37 ... [2025-06-03T01:30:40.707Z] [2025-06-03T01:30:40.707Z] #48 [security-spire-server internal] load build context [2025-06-03T01:30:40.707Z] #48 transferring context: 23.80kB 0.4s done [2025-06-03T01:30:40.707Z] #48 DONE 2.7s [2025-06-03T01:30:40.707Z] [2025-06-03T01:30:40.707Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:40.707Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s [2025-06-03T01:30:40.707Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-06-03T01:30:40.707Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s [2025-06-03T01:30:40.707Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-06-03T01:30:40.975Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-06-03T01:30:40.975Z] #37 ... [2025-06-03T01:30:40.975Z] [2025-06-03T01:30:40.975Z] #49 [security-bootstrapper internal] load build context [2025-06-03T01:30:40.975Z] #49 transferring context: 3.22MB 1.6s done [2025-06-03T01:30:40.975Z] #49 DONE 3.7s [2025-06-03T01:30:40.975Z] [2025-06-03T01:30:40.975Z] #50 [security-spiffe-token-provider internal] load build context [2025-06-03T01:30:40.975Z] #50 transferring context: 3.22MB 2.0s done [2025-06-03T01:30:40.975Z] #50 DONE 3.5s [2025-06-03T01:30:40.975Z] [2025-06-03T01:30:40.975Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:40.975Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s done [2025-06-03T01:30:40.975Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done [2025-06-03T01:30:41.954Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.5s [2025-06-03T01:30:42.935Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.09MB / 33.17MB 2.5s [2025-06-03T01:30:42.935Z] #37 ... [2025-06-03T01:30:42.935Z] [2025-06-03T01:30:42.935Z] #51 [security-spire-agent internal] load build context [2025-06-03T01:30:42.935Z] #51 transferring context: 23.33kB 1.1s done [2025-06-03T01:30:42.935Z] #51 DONE 4.7s [2025-06-03T01:30:42.935Z] [2025-06-03T01:30:42.935Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:43.202Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 2.8s [2025-06-03T01:30:43.202Z] #37 ... [2025-06-03T01:30:43.203Z] [2025-06-03T01:30:43.203Z] #52 [core-keeper internal] load build context [2025-06-03T01:30:43.203Z] #52 transferring context: 3.22MB 3.3s done [2025-06-03T01:30:43.203Z] #52 DONE 5.3s [2025-06-03T01:30:43.203Z] [2025-06-03T01:30:43.203Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:43.472Z] #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-06-03T01:30:43.749Z] #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.4s done [2025-06-03T01:30:44.017Z] #37 ... [2025-06-03T01:30:44.017Z] [2025-06-03T01:30:44.017Z] #53 [core-metadata internal] load build context [2025-06-03T01:30:44.017Z] #53 transferring context: 3.22MB 4.0s done [2025-06-03T01:30:44.017Z] #53 DONE 5.8s [2025-06-03T01:30:44.017Z] [2025-06-03T01:30:44.017Z] #44 [support-scheduler internal] load build context [2025-06-03T01:30:44.983Z] #44 ... [2025-06-03T01:30:44.983Z] [2025-06-03T01:30:44.983Z] #54 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-06-03T01:30:44.983Z] #54 DONE 4.3s [2025-06-03T01:30:44.983Z] [2025-06-03T01:30:44.983Z] #44 [support-scheduler internal] load build context [2025-06-03T01:30:46.452Z] #44 ... [2025-06-03T01:30:46.452Z] [2025-06-03T01:30:46.452Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-03T01:30:46.719Z] #55 ... [2025-06-03T01:30:46.719Z] [2025-06-03T01:30:46.719Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:46.719Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.53MB / 33.17MB 6.4s [2025-06-03T01:30:46.719Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-06-03T01:30:46.719Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-06-03T01:30:46.986Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 6.7s [2025-06-03T01:30:47.255Z] #37 ... [2025-06-03T01:30:47.255Z] [2025-06-03T01:30:47.255Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-03T01:30:47.255Z] #0 9.256 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:47.526Z] #56 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:47.526Z] #56 ... [2025-06-03T01:30:47.526Z] [2025-06-03T01:30:47.526Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-03T01:30:47.526Z] #0 9.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:47.526Z] #57 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:47.526Z] #57 ... [2025-06-03T01:30:47.526Z] [2025-06-03T01:30:47.526Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:47.793Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 7.6s [2025-06-03T01:30:47.793Z] #37 ... [2025-06-03T01:30:47.793Z] [2025-06-03T01:30:47.793Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:30:47.793Z] #0 6.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:47.793Z] #0 7.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:47.793Z] #0 9.601 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:30:47.793Z] #0 9.601 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:30:47.793Z] #0 9.601 OK: 24049 distinct packages available [2025-06-03T01:30:48.061Z] #58 ... [2025-06-03T01:30:48.061Z] [2025-06-03T01:30:48.061Z] #44 [support-scheduler internal] load build context [2025-06-03T01:30:48.061Z] #44 transferring context: 1.67MB 5.9s [2025-06-03T01:30:48.061Z] #44 ... [2025-06-03T01:30:48.061Z] [2025-06-03T01:30:48.061Z] #59 [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-03T01:30:48.061Z] #59 ... [2025-06-03T01:30:48.061Z] [2025-06-03T01:30:48.061Z] #38 [core-command internal] load build context [2025-06-03T01:30:48.330Z] #38 ... [2025-06-03T01:30:48.330Z] [2025-06-03T01:30:48.330Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:30:48.330Z] #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.0s done [2025-06-03T01:30:48.330Z] #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-03T01:30:48.330Z] #60 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-03T01:30:48.330Z] #60 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-03T01:30:48.330Z] #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done [2025-06-03T01:30:48.330Z] #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s done [2025-06-03T01:30:48.330Z] #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-06-03T01:30:48.330Z] #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.3s done [2025-06-03T01:30:48.330Z] #60 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 7.7s [2025-06-03T01:30:48.330Z] #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-03T01:30:48.330Z] #60 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.52MB / 14.28MB 8.1s [2025-06-03T01:30:48.330Z] #60 ... [2025-06-03T01:30:48.330Z] [2025-06-03T01:30:48.330Z] #38 [core-command internal] load build context [2025-06-03T01:30:48.776Z] #38 ... [2025-06-03T01:30:48.776Z] [2025-06-03T01:30:48.776Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:30:48.776Z] #61 ... [2025-06-03T01:30:48.776Z] [2025-06-03T01:30:48.776Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:48.776Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.65MB / 33.17MB 8.5s [2025-06-03T01:30:49.043Z] #37 ... [2025-06-03T01:30:49.043Z] [2025-06-03T01:30:49.043Z] #40 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-03T01:30:49.043Z] #40 8.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:49.043Z] #40 8.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:49.313Z] #40 ... [2025-06-03T01:30:49.313Z] [2025-06-03T01:30:49.313Z] #62 [security-proxy-auth internal] load build context [2025-06-03T01:30:49.582Z] #62 ... [2025-06-03T01:30:49.582Z] [2025-06-03T01:30:49.582Z] #43 [core-common-config-bootstrapper internal] load build context [2025-06-03T01:30:49.582Z] #43 ... [2025-06-03T01:30:49.582Z] [2025-06-03T01:30:49.582Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:49.848Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 9.7s [2025-06-03T01:30:50.116Z] #37 ... [2025-06-03T01:30:50.116Z] [2025-06-03T01:30:50.116Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-03T01:30:50.116Z] #63 ... [2025-06-03T01:30:50.116Z] [2025-06-03T01:30:50.116Z] #59 [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-03T01:30:50.116Z] #59 DONE 12.0s [2025-06-03T01:30:50.116Z] [2025-06-03T01:30:50.116Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:50.116Z] #37 ... [2025-06-03T01:30:50.116Z] [2025-06-03T01:30:50.116Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-03T01:30:50.116Z] #0 8.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:50.385Z] #64 ... [2025-06-03T01:30:50.385Z] [2025-06-03T01:30:50.385Z] #43 [core-common-config-bootstrapper internal] load build context [2025-06-03T01:30:50.632Z] #143 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-03T01:30:50.632Z] #0 1.467 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-03T01:30:50.632Z] #144 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-03T01:30:50.632Z] #0 0.550 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-03T01:30:50.632Z] #145 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T01:30:50.632Z] #0 1.172 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-03T01:30:50.632Z] #146 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-03T01:30:50.632Z] #0 1.011 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-03T01:30:50.632Z] #147 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-03T01:30:50.632Z] #0 0.448 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-03T01:30:50.632Z] #148 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:30:50.632Z] #0 0.656 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-03T01:30:50.632Z] #149 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-03T01:30:50.632Z] #0 1.198 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-03T01:30:50.632Z] #150 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.632Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-03T01:30:50.632Z] #0 0.671 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-03T01:30:50.632Z] #151 ... [2025-06-03T01:30:50.632Z] [2025-06-03T01:30:50.633Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T01:30:50.633Z] #0 0.724 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-03T01:30:50.633Z] #152 ... [2025-06-03T01:30:50.633Z] [2025-06-03T01:30:50.633Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T01:30:50.633Z] #0 0.504 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-03T01:30:50.633Z] #153 ... [2025-06-03T01:30:50.633Z] [2025-06-03T01:30:50.633Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T01:30:50.633Z] #0 1.288 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-03T01:30:50.652Z] #43 ... [2025-06-03T01:30:50.652Z] [2025-06-03T01:30:50.652Z] #45 [security-proxy-setup internal] load build context [2025-06-03T01:30:50.652Z] #45 ... [2025-06-03T01:30:50.652Z] [2025-06-03T01:30:50.652Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:50.652Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 10.3s [2025-06-03T01:30:51.258Z] #37 ... [2025-06-03T01:30:51.258Z] [2025-06-03T01:30:51.258Z] #42 [security-secretstore-setup internal] load build context [2025-06-03T01:30:51.258Z] #42 ... [2025-06-03T01:30:51.258Z] [2025-06-03T01:30:51.258Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:51.845Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 11.5s [2025-06-03T01:30:51.845Z] #37 ... [2025-06-03T01:30:51.845Z] [2025-06-03T01:30:51.845Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-03T01:30:51.845Z] #65 ... [2025-06-03T01:30:51.845Z] [2025-06-03T01:30:51.845Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:52.430Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.20MB / 33.17MB 12.1s [2025-06-03T01:30:53.014Z] #37 ... [2025-06-03T01:30:53.014Z] [2025-06-03T01:30:53.014Z] #43 [core-common-config-bootstrapper internal] load build context [2025-06-03T01:30:53.014Z] #43 transferring context: 3.22MB 11.0s done [2025-06-03T01:30:53.014Z] #43 DONE 13.7s [2025-06-03T01:30:53.014Z] [2025-06-03T01:30:53.014Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:53.014Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 12.9s [2025-06-03T01:30:53.282Z] #37 ... [2025-06-03T01:30:53.282Z] [2025-06-03T01:30:53.282Z] #44 [support-scheduler internal] load build context [2025-06-03T01:30:53.282Z] #44 transferring context: 3.22MB 10.3s done [2025-06-03T01:30:53.282Z] #44 DONE 14.1s [2025-06-03T01:30:53.282Z] [2025-06-03T01:30:53.282Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:53.552Z] #37 ... [2025-06-03T01:30:53.552Z] [2025-06-03T01:30:53.552Z] #42 [security-secretstore-setup internal] load build context [2025-06-03T01:30:53.552Z] #42 transferring context: 3.22MB 11.8s done [2025-06-03T01:30:53.552Z] #42 DONE 14.5s [2025-06-03T01:30:53.552Z] [2025-06-03T01:30:53.552Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:53.821Z] #37 ... [2025-06-03T01:30:53.822Z] [2025-06-03T01:30:53.822Z] #62 [security-proxy-auth internal] load build context [2025-06-03T01:30:53.822Z] #62 transferring context: 3.22MB 11.8s done [2025-06-03T01:30:53.822Z] #62 DONE 14.6s [2025-06-03T01:30:54.090Z] [2025-06-03T01:30:54.090Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:54.090Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 13.9s [2025-06-03T01:30:54.358Z] #37 ... [2025-06-03T01:30:54.358Z] [2025-06-03T01:30:54.358Z] #45 [security-proxy-setup internal] load build context [2025-06-03T01:30:54.358Z] #45 transferring context: 3.22MB 10.0s done [2025-06-03T01:30:54.358Z] #45 DONE 13.9s [2025-06-03T01:30:54.358Z] [2025-06-03T01:30:54.358Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:30:54.946Z] #37 ... [2025-06-03T01:30:54.946Z] [2025-06-03T01:30:54.946Z] #38 [core-command internal] load build context [2025-06-03T01:30:54.946Z] #38 transferring context: 3.22MB 12.8s done [2025-06-03T01:30:54.946Z] #38 DONE 16.6s [2025-06-03T01:30:54.946Z] [2025-06-03T01:30:54.946Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-03T01:30:54.946Z] #56 16.90 (1/7) Installing ca-certificates (20241121-r1) [2025-06-03T01:30:54.946Z] #56 17.46 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-03T01:30:54.946Z] #56 17.49 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-03T01:30:54.946Z] #56 17.53 (4/7) Installing libsodium (1.0.19-r0) [2025-06-03T01:30:54.946Z] #56 17.65 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-03T01:30:55.214Z] #56 ... [2025-06-03T01:30:55.214Z] [2025-06-03T01:30:55.214Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-03T01:30:55.214Z] #66 ... [2025-06-03T01:30:55.214Z] [2025-06-03T01:30:55.214Z] #67 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:30:55.482Z] #67 ... [2025-06-03T01:30:55.482Z] [2025-06-03T01:30:55.482Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-03T01:30:55.482Z] #68 ... [2025-06-03T01:30:55.482Z] [2025-06-03T01:30:55.482Z] #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:30:55.750Z] #69 ... [2025-06-03T01:30:55.750Z] [2025-06-03T01:30:55.750Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-03T01:30:55.750Z] #70 ... [2025-06-03T01:30:55.750Z] [2025-06-03T01:30:55.750Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-03T01:30:56.018Z] #71 ... [2025-06-03T01:30:56.018Z] [2025-06-03T01:30:56.018Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-03T01:30:56.018Z] #56 17.96 (6/7) Installing libzmq (4.3.5-r2) [2025-06-03T01:30:56.018Z] #56 18.16 (7/7) Installing zeromq (4.3.5-r2) [2025-06-03T01:30:56.018Z] #56 18.23 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:30:56.018Z] #56 18.45 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:30:56.018Z] #56 ... [2025-06-03T01:30:56.018Z] [2025-06-03T01:30:56.018Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-03T01:30:56.018Z] #57 16.22 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-03T01:30:56.018Z] #57 16.25 (2/2) Installing su-exec (0.2-r3) [2025-06-03T01:30:56.018Z] #57 16.35 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:30:56.018Z] #57 16.44 OK: 9 MiB in 16 packages [2025-06-03T01:30:56.018Z] #57 DONE 18.8s [2025-06-03T01:30:56.293Z] [2025-06-03T01:30:56.293Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-03T01:30:56.293Z] #66 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:57.277Z] #66 ... [2025-06-03T01:30:57.277Z] [2025-06-03T01:30:57.277Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-03T01:30:57.277Z] #55 10.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:57.277Z] #55 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:57.277Z] #55 ... [2025-06-03T01:30:57.277Z] [2025-06-03T01:30:57.277Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-03T01:30:57.277Z] #56 19.72 OK: 14 MiB in 21 packages [2025-06-03T01:30:58.690Z] #56 ... [2025-06-03T01:30:58.690Z] [2025-06-03T01:30:58.690Z] #40 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-03T01:30:58.690Z] #40 16.79 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-03T01:30:58.690Z] #40 16.79 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:30:58.690Z] #40 16.97 OK: 9 MiB in 15 packages [2025-06-03T01:30:58.690Z] #40 DONE 20.3s [2025-06-03T01:30:58.690Z] [2025-06-03T01:30:58.690Z] #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-03T01:30:58.690Z] #72 ... [2025-06-03T01:30:58.690Z] [2025-06-03T01:30:58.690Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:30:58.690Z] #60 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.5s done [2025-06-03T01:30:58.690Z] #60 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.9s [2025-06-03T01:30:58.690Z] #60 ... [2025-06-03T01:30:58.690Z] [2025-06-03T01:30:58.690Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:30:58.690Z] #58 10.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:58.690Z] #58 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:30:58.957Z] #58 21.11 (1/14) Installing ca-certificates (20241121-r1) [2025-06-03T01:30:58.957Z] #58 ... [2025-06-03T01:30:58.957Z] [2025-06-03T01:30:58.957Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-03T01:30:58.957Z] #55 21.74 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-03T01:30:58.957Z] #55 21.80 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:30:58.957Z] #55 21.97 OK: 9 MiB in 15 packages [2025-06-03T01:30:59.918Z] #55 ... [2025-06-03T01:30:59.918Z] [2025-06-03T01:30:59.918Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-03T01:30:59.918Z] #56 DONE 22.5s [2025-06-03T01:30:59.918Z] [2025-06-03T01:30:59.918Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:30:59.918Z] #58 21.78 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-03T01:30:59.918Z] #58 22.04 (3/14) Installing c-ares (1.33.1-r0) [2025-06-03T01:30:59.918Z] #58 22.16 (4/14) Installing libunistring (1.2-r0) [2025-06-03T01:31:00.189Z] #58 22.42 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-03T01:31:00.189Z] #58 22.48 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-03T01:31:00.189Z] #58 22.54 (7/14) Installing libpsl (0.21.5-r1) [2025-06-03T01:31:00.462Z] #58 22.62 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-03T01:31:00.462Z] #58 ... [2025-06-03T01:31:00.462Z] [2025-06-03T01:31:00.462Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-03T01:31:00.462Z] #64 10.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:00.462Z] #64 ... [2025-06-03T01:31:00.462Z] [2025-06-03T01:31:00.462Z] #70 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-03T01:31:00.462Z] #70 DONE 15.4s [2025-06-03T01:31:00.462Z] [2025-06-03T01:31:00.462Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-03T01:31:00.462Z] #64 20.46 (1/3) Installing ca-certificates (20241121-r1) [2025-06-03T01:31:00.462Z] #64 ... [2025-06-03T01:31:00.462Z] [2025-06-03T01:31:00.462Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-03T01:31:00.730Z] #73 ... [2025-06-03T01:31:00.730Z] [2025-06-03T01:31:00.730Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:31:00.730Z] #58 22.87 (9/14) Installing libcurl (8.12.1-r0) [2025-06-03T01:31:00.730Z] #58 23.01 (10/14) Installing curl (8.12.1-r0) [2025-06-03T01:31:00.999Z] #58 ... [2025-06-03T01:31:00.999Z] [2025-06-03T01:31:00.999Z] #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-03T01:31:00.999Z] #55 DONE 24.5s [2025-06-03T01:31:00.999Z] [2025-06-03T01:31:00.999Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:31:00.999Z] #58 23.10 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-03T01:31:00.999Z] #58 23.14 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-03T01:31:00.999Z] #58 23.23 (13/14) Installing libucontext (1.2-r3) [2025-06-03T01:31:00.999Z] #58 23.27 (14/14) Installing gcompat (1.1.0-r4) [2025-06-03T01:31:01.268Z] #58 23.37 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:31:01.268Z] #58 23.62 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:31:01.268Z] #58 ... [2025-06-03T01:31:01.268Z] [2025-06-03T01:31:01.268Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-03T01:31:01.268Z] #63 11.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:01.268Z] #63 13.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:01.534Z] #63 ... [2025-06-03T01:31:01.534Z] [2025-06-03T01:31:01.534Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:31:01.801Z] #60 ... [2025-06-03T01:31:01.801Z] [2025-06-03T01:31:01.801Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-03T01:31:01.801Z] #41 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:01.801Z] #41 15.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:01.801Z] #41 ... [2025-06-03T01:31:01.801Z] [2025-06-03T01:31:01.801Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:01.801Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 14.7s done [2025-06-03T01:31:01.801Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.4s [2025-06-03T01:31:02.066Z] #37 ... [2025-06-03T01:31:02.066Z] [2025-06-03T01:31:02.066Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:31:02.066Z] #60 ... [2025-06-03T01:31:02.066Z] [2025-06-03T01:31:02.066Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:31:02.066Z] #61 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:02.066Z] #61 16.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:02.334Z] #61 ... [2025-06-03T01:31:02.334Z] [2025-06-03T01:31:02.334Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:03.298Z] #37 ... [2025-06-03T01:31:03.298Z] [2025-06-03T01:31:03.298Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-03T01:31:03.298Z] #65 11.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:03.298Z] #65 13.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:03.566Z] #65 ... [2025-06-03T01:31:03.566Z] [2025-06-03T01:31:03.566Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:06.151Z] #37 ... [2025-06-03T01:31:06.151Z] [2025-06-03T01:31:06.151Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-03T01:31:06.151Z] #58 24.70 OK: 15 MiB in 28 packages [2025-06-03T01:31:06.151Z] #58 DONE 28.2s [2025-06-03T01:31:06.151Z] [2025-06-03T01:31:06.151Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:06.151Z] #37 ... [2025-06-03T01:31:06.151Z] [2025-06-03T01:31:06.151Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-03T01:31:06.424Z] #74 ... [2025-06-03T01:31:06.424Z] [2025-06-03T01:31:06.424Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-03T01:31:06.424Z] #60 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.5s done [2025-06-03T01:31:06.424Z] #60 DONE 28.2s [2025-06-03T01:31:06.424Z] [2025-06-03T01:31:06.424Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-03T01:31:06.424Z] #74 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:06.424Z] #74 ... [2025-06-03T01:31:06.424Z] [2025-06-03T01:31:06.424Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:31:06.424Z] #61 27.84 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:31:06.424Z] #61 27.84 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:31:06.424Z] #61 27.84 OK: 24049 distinct packages available [2025-06-03T01:31:07.837Z] #61 ... [2025-06-03T01:31:07.837Z] [2025-06-03T01:31:07.837Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-03T01:31:07.837Z] #64 20.97 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-03T01:31:07.837Z] #64 21.01 (3/3) Installing tzdata (2025b-r0) [2025-06-03T01:31:07.837Z] #64 23.19 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:31:07.837Z] #64 23.39 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:31:07.837Z] #64 24.77 OK: 11 MiB in 17 packages [2025-06-03T01:31:07.837Z] #64 DONE 27.7s [2025-06-03T01:31:08.105Z] [2025-06-03T01:31:08.105Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:08.105Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.3s [2025-06-03T01:31:08.373Z] #37 ... [2025-06-03T01:31:08.373Z] [2025-06-03T01:31:08.373Z] #67 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:31:08.373Z] #67 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:08.373Z] #67 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:08.373Z] #67 ... [2025-06-03T01:31:08.373Z] [2025-06-03T01:31:08.373Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-03T01:31:08.373Z] #66 13.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:08.639Z] #66 ... [2025-06-03T01:31:08.639Z] [2025-06-03T01:31:08.639Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:09.601Z] #37 ... [2025-06-03T01:31:09.601Z] [2025-06-03T01:31:09.601Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-03T01:31:09.601Z] #68 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:09.601Z] #68 16.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:09.868Z] #68 ... [2025-06-03T01:31:09.868Z] [2025-06-03T01:31:09.868Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-03T01:31:09.868Z] #63 22.53 (1/4) Installing ca-certificates (20241121-r1) [2025-06-03T01:31:09.868Z] #63 23.29 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-03T01:31:09.868Z] #63 23.57 (3/4) Installing su-exec (0.2-r3) [2025-06-03T01:31:09.868Z] #63 23.58 (4/4) Installing yq-go (4.44.1-r2) [2025-06-03T01:31:09.868Z] #63 25.24 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:31:09.868Z] #63 25.39 Executing ca-certificates-20241121-r1.trigger [2025-06-03T01:31:09.868Z] #63 27.00 OK: 20 MiB in 18 packages [2025-06-03T01:31:09.868Z] #63 DONE 29.7s [2025-06-03T01:31:09.868Z] [2025-06-03T01:31:09.868Z] #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:09.868Z] #0 9.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:09.868Z] #75 ... [2025-06-03T01:31:09.868Z] [2025-06-03T01:31:09.868Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:10.452Z] #37 ... [2025-06-03T01:31:10.452Z] [2025-06-03T01:31:10.452Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-03T01:31:10.452Z] #65 24.55 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-03T01:31:10.452Z] #65 24.61 (2/4) Installing openssl (3.3.3-r0) [2025-06-03T01:31:10.452Z] #65 24.86 (3/4) Installing su-exec (0.2-r3) [2025-06-03T01:31:10.452Z] #65 24.91 (4/4) Installing yq-go (4.44.1-r2) [2025-06-03T01:31:10.452Z] #65 26.01 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:31:10.452Z] #65 26.12 OK: 20 MiB in 18 packages [2025-06-03T01:31:10.452Z] #65 DONE 28.9s [2025-06-03T01:31:10.452Z] [2025-06-03T01:31:10.452Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-03T01:31:10.452Z] #0 8.360 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:10.452Z] #76 ... [2025-06-03T01:31:10.452Z] [2025-06-03T01:31:10.452Z] #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-03T01:31:11.050Z] #77 ... [2025-06-03T01:31:11.050Z] [2025-06-03T01:31:11.050Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:11.050Z] #0 8.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:11.050Z] #78 ... [2025-06-03T01:31:11.050Z] [2025-06-03T01:31:11.050Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:12.462Z] #37 ... [2025-06-03T01:31:12.462Z] [2025-06-03T01:31:12.462Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-03T01:31:12.462Z] #71 17.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:12.462Z] #71 19.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:12.462Z] #71 ... [2025-06-03T01:31:12.462Z] [2025-06-03T01:31:12.462Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:13.044Z] #37 ... [2025-06-03T01:31:13.044Z] [2025-06-03T01:31:13.044Z] #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-03T01:31:13.044Z] #66 24.95 OK: 239 MiB in 58 packages [2025-06-03T01:31:13.044Z] #66 DONE 27.8s [2025-06-03T01:31:13.044Z] [2025-06-03T01:31:13.044Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:13.044Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.4s [2025-06-03T01:31:13.044Z] #37 ... [2025-06-03T01:31:13.044Z] [2025-06-03T01:31:13.044Z] #69 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:31:13.044Z] #69 17.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:13.044Z] #69 19.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:13.311Z] #69 ... [2025-06-03T01:31:13.311Z] [2025-06-03T01:31:13.311Z] #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:31:13.915Z] #79 ... [2025-06-03T01:31:13.915Z] [2025-06-03T01:31:13.915Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:31:13.915Z] #67 25.90 OK: 239 MiB in 58 packages [2025-06-03T01:31:13.915Z] #67 DONE 29.5s [2025-06-03T01:31:13.915Z] [2025-06-03T01:31:13.915Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-03T01:31:13.915Z] #73 13.32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:13.915Z] #73 15.66 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:13.915Z] #73 ... [2025-06-03T01:31:13.915Z] [2025-06-03T01:31:13.915Z] #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:31:13.915Z] #79 DONE 0.9s [2025-06-03T01:31:13.915Z] [2025-06-03T01:31:13.915Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:14.878Z] #37 ... [2025-06-03T01:31:14.878Z] [2025-06-03T01:31:14.878Z] #80 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:31:14.878Z] #80 DONE 1.0s [2025-06-03T01:31:14.878Z] [2025-06-03T01:31:14.878Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:15.460Z] #37 ... [2025-06-03T01:31:15.460Z] [2025-06-03T01:31:15.460Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-03T01:31:15.460Z] #41 27.06 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:31:15.460Z] #41 27.06 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:31:15.460Z] #41 27.06 OK: 24049 distinct packages available [2025-06-03T01:31:15.460Z] #41 29.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:15.460Z] #41 32.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:15.729Z] #41 ... [2025-06-03T01:31:15.729Z] [2025-06-03T01:31:15.729Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:31:15.995Z] #81 ... [2025-06-03T01:31:15.995Z] [2025-06-03T01:31:15.995Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:15.995Z] #0 6.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:15.995Z] #0 9.589 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:16.366Z] #82 ... [2025-06-03T01:31:16.366Z] [2025-06-03T01:31:16.366Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:16.366Z] #37 ... [2025-06-03T01:31:16.366Z] [2025-06-03T01:31:16.366Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-03T01:31:16.366Z] #68 29.06 OK: 239 MiB in 58 packages [2025-06-03T01:31:16.366Z] #68 DONE 31.4s [2025-06-03T01:31:16.633Z] [2025-06-03T01:31:16.633Z] #83 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:31:17.214Z] #83 DONE 0.7s [2025-06-03T01:31:17.214Z] [2025-06-03T01:31:17.214Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:17.795Z] #37 ... [2025-06-03T01:31:17.795Z] [2025-06-03T01:31:17.795Z] #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:17.795Z] #0 5.604 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:17.795Z] #0 8.520 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:18.062Z] #84 ... [2025-06-03T01:31:18.062Z] [2025-06-03T01:31:18.062Z] #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-03T01:31:18.062Z] #72 9.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:18.062Z] #72 12.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:18.062Z] #72 ... [2025-06-03T01:31:18.062Z] [2025-06-03T01:31:18.062Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:18.062Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.4s [2025-06-03T01:31:18.643Z] #37 ... [2025-06-03T01:31:18.643Z] [2025-06-03T01:31:18.643Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:31:18.643Z] #61 30.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:18.643Z] #61 33.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:18.910Z] #61 ... [2025-06-03T01:31:18.910Z] [2025-06-03T01:31:18.910Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-03T01:31:18.910Z] #74 12.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:18.910Z] #74 ... [2025-06-03T01:31:18.910Z] [2025-06-03T01:31:18.910Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:19.869Z] #37 ... [2025-06-03T01:31:19.869Z] [2025-06-03T01:31:19.869Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-03T01:31:19.869Z] #0 7.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:19.869Z] #85 ... [2025-06-03T01:31:19.869Z] [2025-06-03T01:31:19.869Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:20.455Z] #37 ... [2025-06-03T01:31:20.455Z] [2025-06-03T01:31:20.455Z] #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-03T01:31:20.455Z] #69 32.42 OK: 239 MiB in 58 packages [2025-06-03T01:31:20.455Z] #69 DONE 35.3s [2025-06-03T01:31:20.455Z] [2025-06-03T01:31:20.455Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:21.044Z] #37 ... [2025-06-03T01:31:21.044Z] [2025-06-03T01:31:21.044Z] #86 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:31:21.044Z] #86 DONE 0.6s [2025-06-03T01:31:21.310Z] [2025-06-03T01:31:21.310Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:21.577Z] #37 ... [2025-06-03T01:31:21.577Z] [2025-06-03T01:31:21.577Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-03T01:31:21.577Z] #76 11.18 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:21.843Z] #76 ... [2025-06-03T01:31:21.843Z] [2025-06-03T01:31:21.843Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:22.431Z] #37 ... [2025-06-03T01:31:22.431Z] [2025-06-03T01:31:22.431Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:22.431Z] #78 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:22.431Z] #78 ... [2025-06-03T01:31:22.431Z] [2025-06-03T01:31:22.431Z] #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:22.431Z] #75 12.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:22.696Z] #75 ... [2025-06-03T01:31:22.696Z] [2025-06-03T01:31:22.696Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:31:22.696Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.8s done [2025-06-03T01:31:23.280Z] #37 ... [2025-06-03T01:31:23.280Z] [2025-06-03T01:31:23.280Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-03T01:31:23.280Z] #73 28.95 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-03T01:31:23.280Z] #73 29.97 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:31:23.280Z] #73 30.14 OK: 9 MiB in 15 packages [2025-06-03T01:31:23.280Z] #73 DONE 32.8s [2025-06-03T01:31:23.547Z] [2025-06-03T01:31:23.547Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-03T01:31:23.547Z] #74 26.88 OK: 9 MiB in 16 packages [2025-06-03T01:31:23.813Z] #74 ... [2025-06-03T01:31:23.813Z] [2025-06-03T01:31:23.813Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:31:24.081Z] #87 ... [2025-06-03T01:31:24.081Z] [2025-06-03T01:31:24.081Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-03T01:31:24.081Z] #71 32.23 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-03T01:31:24.081Z] #71 32.23 v3.20.6-186-g47040dc31be [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-03T01:31:24.081Z] #71 32.23 OK: 24049 distinct packages available [2025-06-03T01:31:24.081Z] #71 34.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:24.081Z] #71 37.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:24.347Z] #71 ... [2025-06-03T01:31:24.347Z] [2025-06-03T01:31:24.347Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:31:24.347Z] #61 45.97 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-03T01:31:24.347Z] #61 46.05 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-03T01:31:24.614Z] #61 46.06 (3/5) Installing libucontext (1.2-r3) [2025-06-03T01:31:24.614Z] #61 46.12 (4/5) Installing gcompat (1.1.0-r4) [2025-06-03T01:31:24.614Z] #61 46.14 (5/5) Installing openssl (3.3.3-r0) [2025-06-03T01:31:24.614Z] #61 ... [2025-06-03T01:31:24.614Z] [2025-06-03T01:31:24.614Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-03T01:31:24.614Z] #74 DONE 28.5s [2025-06-03T01:31:24.884Z] [2025-06-03T01:31:24.884Z] #61 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:31:24.884Z] #61 46.38 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:31:25.150Z] #61 46.58 OK: 10 MiB in 19 packages [2025-06-03T01:31:27.114Z] #61 ... [2025-06-03T01:31:27.114Z] [2025-06-03T01:31:27.114Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-03T01:31:27.114Z] #76 24.19 OK: 239 MiB in 58 packages [2025-06-03T01:31:27.114Z] #76 DONE 26.4s [2025-06-03T01:31:27.114Z] [2025-06-03T01:31:27.114Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:27.114Z] #78 23.71 OK: 9 MiB in 15 packages [2025-06-03T01:31:27.114Z] #78 DONE 26.0s [2025-06-03T01:31:27.114Z] [2025-06-03T01:31:27.114Z] #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-03T01:31:27.114Z] #77 6.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:27.114Z] #77 8.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:27.114Z] #77 ... [2025-06-03T01:31:27.114Z] [2025-06-03T01:31:27.114Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-03T01:31:27.379Z] #88 ... [2025-06-03T01:31:27.379Z] [2025-06-03T01:31:27.379Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:27.379Z] #82 19.57 OK: 15 MiB in 28 packages [2025-06-03T01:31:27.379Z] #82 DONE 21.3s [2025-06-03T01:31:27.379Z] [2025-06-03T01:31:27.379Z] #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:31:27.379Z] #89 ... [2025-06-03T01:31:27.379Z] [2025-06-03T01:31:27.379Z] #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:27.379Z] #84 19.61 OK: 11 MiB in 17 packages [2025-06-03T01:31:27.379Z] #84 ... [2025-06-03T01:31:27.379Z] [2025-06-03T01:31:27.379Z] #72 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-03T01:31:27.379Z] #72 26.52 OK: 9 MiB in 15 packages [2025-06-03T01:31:27.379Z] #72 DONE 29.0s [2025-06-03T01:31:27.379Z] [2025-06-03T01:31:27.379Z] #41 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-03T01:31:27.379Z] #41 46.52 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-03T01:31:27.379Z] #41 46.53 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-03T01:31:27.379Z] #41 46.55 (3/4) Installing libucontext (1.2-r3) [2025-06-03T01:31:27.379Z] #41 46.59 (4/4) Installing gcompat (1.1.0-r4) [2025-06-03T01:31:27.379Z] #41 46.66 Executing busybox-1.36.1-r29.trigger [2025-06-03T01:31:27.379Z] #41 46.86 OK: 9 MiB in 18 packages [2025-06-03T01:31:27.379Z] #41 DONE 49.1s [2025-06-03T01:31:27.646Z] [2025-06-03T01:31:27.646Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-03T01:31:27.646Z] #90 ... [2025-06-03T01:31:27.646Z] [2025-06-03T01:31:27.646Z] #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:27.646Z] #75 25.89 OK: 14 MiB in 21 packages [2025-06-03T01:31:27.646Z] #75 DONE 28.1s [2025-06-03T01:31:27.920Z] [2025-06-03T01:31:27.920Z] #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-03T01:31:27.920Z] #91 ... [2025-06-03T01:31:27.920Z] [2025-06-03T01:31:27.920Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-03T01:31:27.920Z] #61 DONE 49.6s [2025-06-03T01:31:28.187Z] [2025-06-03T01:31:28.187Z] #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-03T01:31:28.187Z] #91 DONE 3.5s [2025-06-03T01:31:28.187Z] [2025-06-03T01:31:28.187Z] #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-03T01:31:28.453Z] #92 ... [2025-06-03T01:31:28.453Z] [2025-06-03T01:31:28.453Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-03T01:31:28.453Z] #88 DONE 1.5s [2025-06-03T01:31:28.719Z] [2025-06-03T01:31:28.719Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:31:28.719Z] #93 ... [2025-06-03T01:31:28.719Z] [2025-06-03T01:31:28.719Z] #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-03T01:31:28.719Z] #94 DONE 0.4s [2025-06-03T01:31:28.991Z] [2025-06-03T01:31:28.991Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:31:29.325Z] #95 ... [2025-06-03T01:31:29.325Z] [2025-06-03T01:31:29.325Z] #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-03T01:31:29.325Z] #84 DONE 21.4s [2025-06-03T01:31:29.325Z] [2025-06-03T01:31:29.325Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-03T01:31:29.325Z] #85 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:30.283Z] #85 20.46 OK: 20 MiB in 18 packages [2025-06-03T01:31:30.283Z] #85 ... [2025-06-03T01:31:30.283Z] [2025-06-03T01:31:30.283Z] #77 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-03T01:31:30.283Z] #77 19.68 OK: 20 MiB in 18 packages [2025-06-03T01:31:31.241Z] #77 DONE 20.7s [2025-06-03T01:31:31.241Z] [2025-06-03T01:31:31.241Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-03T01:31:31.241Z] #71 46.16 OK: 239 MiB in 58 packages [2025-06-03T01:31:31.505Z] #71 ... [2025-06-03T01:31:31.505Z] [2025-06-03T01:31:31.505Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-03T01:31:31.505Z] #85 DONE 21.7s [2025-06-03T01:31:31.505Z] [2025-06-03T01:31:31.505Z] #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-03T01:31:31.505Z] #96 DONE 0.3s [2025-06-03T01:31:31.505Z] [2025-06-03T01:31:31.505Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-03T01:31:32.095Z] #90 ... [2025-06-03T01:31:32.095Z] [2025-06-03T01:31:32.095Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-03T01:31:32.095Z] #71 DONE 46.9s [2025-06-03T01:31:32.095Z] [2025-06-03T01:31:32.095Z] #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:31:32.678Z] #97 DONE 0.6s [2025-06-03T01:31:32.678Z] [2025-06-03T01:31:32.678Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:31:32.678Z] #95 ... [2025-06-03T01:31:32.678Z] [2025-06-03T01:31:32.678Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:31:38.008Z] #98 ... [2025-06-03T01:31:38.008Z] [2025-06-03T01:31:38.008Z] #92 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-03T01:31:38.008Z] #92 5.330 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:38.008Z] #92 6.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:38.008Z] #92 9.208 OK: 10 MiB in 19 packages [2025-06-03T01:31:38.008Z] #92 DONE 9.7s [2025-06-03T01:31:38.008Z] [2025-06-03T01:31:38.008Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-03T01:31:38.600Z] #99 ... [2025-06-03T01:31:38.600Z] [2025-06-03T01:31:38.600Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-03T01:31:38.600Z] #90 6.102 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:38.600Z] #90 6.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-03T01:31:38.600Z] #90 9.893 OK: 9 MiB in 18 packages [2025-06-03T01:31:38.600Z] #90 DONE 11.1s [2025-06-03T01:31:38.867Z] [2025-06-03T01:31:38.867Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:31:39.460Z] #100 ... [2025-06-03T01:31:39.460Z] [2025-06-03T01:31:39.460Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-03T01:31:39.460Z] #99 DONE 1.5s [2025-06-03T01:31:39.460Z] [2025-06-03T01:31:39.460Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:31:41.401Z] #101 DONE 1.8s [2025-06-03T01:31:41.401Z] [2025-06-03T01:31:41.401Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:31:41.401Z] #102 DONE 3.3s [2025-06-03T01:31:41.401Z] [2025-06-03T01:31:41.401Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-03T01:31:41.401Z] #100 DONE 2.5s [2025-06-03T01:31:41.401Z] [2025-06-03T01:31:41.401Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-03T01:31:41.401Z] #103 ... [2025-06-03T01:31:41.401Z] [2025-06-03T01:31:41.401Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-03T01:31:41.401Z] #104 DONE 0.2s [2025-06-03T01:31:41.401Z] [2025-06-03T01:31:41.401Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-03T01:31:41.401Z] #105 DONE 0.3s [2025-06-03T01:31:41.401Z] [2025-06-03T01:31:41.401Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-03T01:31:41.675Z] #106 ... [2025-06-03T01:31:41.675Z] [2025-06-03T01:31:41.675Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-03T01:31:41.675Z] #103 DONE 0.3s [2025-06-03T01:31:41.675Z] [2025-06-03T01:31:41.675Z] #107 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-03T01:31:41.675Z] #107 DONE 0.3s [2025-06-03T01:31:41.675Z] [2025-06-03T01:31:41.675Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:31:41.675Z] #108 ... [2025-06-03T01:31:41.675Z] [2025-06-03T01:31:41.675Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-03T01:31:41.675Z] #106 DONE 0.3s [2025-06-03T01:31:41.675Z] [2025-06-03T01:31:41.675Z] #109 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-03T01:31:41.675Z] #109 DONE 0.3s [2025-06-03T01:31:41.945Z] [2025-06-03T01:31:41.945Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:31:41.945Z] #108 DONE 0.3s [2025-06-03T01:31:41.945Z] [2025-06-03T01:31:41.945Z] #110 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:31:42.214Z] #110 ... [2025-06-03T01:31:42.214Z] [2025-06-03T01:31:42.214Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:31:42.214Z] #111 DONE 0.3s [2025-06-03T01:31:42.214Z] [2025-06-03T01:31:42.214Z] #110 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-03T01:31:42.214Z] #110 DONE 0.3s [2025-06-03T01:31:42.214Z] [2025-06-03T01:31:42.214Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-03T01:31:42.485Z] #112 ... [2025-06-03T01:31:42.485Z] [2025-06-03T01:31:42.485Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-03T01:31:42.485Z] #113 DONE 0.3s [2025-06-03T01:31:42.485Z] [2025-06-03T01:31:42.485Z] #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-03T01:31:42.485Z] #114 DONE 0.4s [2025-06-03T01:31:42.485Z] [2025-06-03T01:31:42.485Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-03T01:31:42.485Z] #112 DONE 0.3s [2025-06-03T01:31:42.485Z] [2025-06-03T01:31:42.485Z] #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-03T01:31:42.752Z] #115 ... [2025-06-03T01:31:42.752Z] [2025-06-03T01:31:42.752Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-03T01:31:42.752Z] #116 DONE 0.2s [2025-06-03T01:31:42.752Z] [2025-06-03T01:31:42.752Z] #117 [security-spire-agent] exporting to image [2025-06-03T01:31:42.752Z] #117 exporting layers [2025-06-03T01:31:43.020Z] #117 ... [2025-06-03T01:31:43.020Z] [2025-06-03T01:31:43.020Z] #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-03T01:31:43.020Z] #115 DONE 0.5s [2025-06-03T01:31:43.020Z] [2025-06-03T01:31:43.020Z] #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-03T01:31:43.020Z] #118 DONE 0.5s [2025-06-03T01:31:43.020Z] [2025-06-03T01:31:43.020Z] #117 [security-spire-config] exporting to image [2025-06-03T01:31:47.277Z] #117 exporting layers 3.9s done [2025-06-03T01:31:47.277Z] #117 writing image sha256:14cf21d5468c892fbd584aa2b7f3f743a42ece04d4595d5590e0b811997540e9 0.1s done [2025-06-03T01:31:47.277Z] #117 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2025-06-03T01:31:47.277Z] #117 exporting layers 3.7s done [2025-06-03T01:31:47.277Z] #117 writing image sha256:99306575c96039dda618410375be0f6f4571ec726333cf3d3a66eca5dfd5331a 0.0s done [2025-06-03T01:31:47.277Z] #117 naming to docker.io/library/security-spire-config-arm64 done [2025-06-03T01:31:47.277Z] #117 writing image sha256:d942308114d742c7a9b431a50c4080cce77446ee2ef36725616eda7af34288c5 done [2025-06-03T01:31:47.277Z] #117 naming to docker.io/library/security-spire-server-arm64 done [2025-06-03T01:31:47.277Z] #117 DONE 4.2s [2025-06-03T01:31:47.277Z] [2025-06-03T01:31:47.277Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:32:12.044Z] #154 ... [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-03T01:32:12.044Z] #145 DONE 90.0s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #144 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-03T01:32:12.044Z] #144 DONE 90.0s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:32:12.044Z] #155 ... [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-03T01:32:12.044Z] #156 DONE 0.0s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:32:12.044Z] #155 DONE 0.2s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:32:12.044Z] #157 DONE 0.3s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-03T01:32:12.044Z] #158 ... [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #159 DONE 0.4s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #160 DONE 0.1s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #161 DONE 0.0s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-03T01:32:12.044Z] #147 ... [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-03T01:32:12.044Z] #158 DONE 0.9s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:32:12.044Z] #162 DONE 0.1s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #163 ... [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:32:12.044Z] #164 DONE 0.3s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-03T01:32:12.044Z] #165 DONE 0.3s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:32:12.044Z] #149 ... [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #163 DONE 0.9s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-03T01:32:12.044Z] #166 DONE 0.0s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #167 DONE 0.1s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #112 [core-common-config-bootstrapper] exporting to image [2025-06-03T01:32:12.044Z] #112 exporting layers [2025-06-03T01:32:12.044Z] #112 ... [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #168 DONE 0.3s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #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-03T01:32:12.044Z] #169 DONE 0.2s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #112 [core-common-config-bootstrapper] exporting to image [2025-06-03T01:32:12.044Z] #112 exporting layers 0.8s done [2025-06-03T01:32:12.044Z] #112 writing image sha256:bc94f8f73c37592fa9da7ae5bd81a7abb92a2334709170a20bf299830767c13b done [2025-06-03T01:32:12.044Z] #112 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-03T01:32:12.044Z] #112 DONE 2.0s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-03T01:32:12.044Z] #170 DONE 0.2s [2025-06-03T01:32:12.044Z] [2025-06-03T01:32:12.044Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-03T01:32:13.420Z] #171 DONE 1.6s [2025-06-03T01:32:13.420Z] [2025-06-03T01:32:13.420Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:32:13.740Z] #149 ... [2025-06-03T01:32:13.740Z] [2025-06-03T01:32:13.740Z] #112 [security-bootstrapper] exporting to image [2025-06-03T01:32:13.999Z] #112 exporting layers 0.5s done [2025-06-03T01:32:13.999Z] #112 writing image sha256:5dd8af390a490db6a74afd46ebcdbf718e08a9245235595b06b0200b71dfb597 done [2025-06-03T01:32:13.999Z] #112 naming to docker.io/library/security-bootstrapper 0.0s done [2025-06-03T01:32:13.999Z] #112 DONE 2.6s [2025-06-03T01:32:13.999Z] [2025-06-03T01:32:13.999Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:33:08.898Z] #37 ... [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #87 DONE 107.4s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #98 DONE 88.6s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #89 DONE 104.0s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #81 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #81 DONE 106.4s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #119 ... [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #93 DONE 92.9s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #95 DONE 100.3s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #120 [security-bootstrapper builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #120 ... [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #121 DONE 2.0s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #122 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #122 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:33:08.899Z] #123 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #124 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #125 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:33:08.899Z] #126 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #127 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #128 [support-scheduler builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #128 DONE 2.1s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #120 [security-bootstrapper builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #120 DONE 1.9s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #129 [core-keeper builder 7/8] COPY . . [2025-06-03T01:33:08.899Z] #129 DONE 2.0s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #119 DONE 2.0s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:33:08.899Z] #130 ... [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #131 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #132 [security-proxy-auth builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #132 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:33:08.899Z] #133 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #134 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #135 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #135 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:33:08.899Z] #136 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #137 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:33:08.899Z] #137 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #138 [core-command builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #138 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #139 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #139 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #140 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-03T01:33:08.899Z] #140 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #141 [core-metadata builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #141 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-03T01:33:08.899Z] #142 CACHED [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #143 [core-data builder 6/7] COPY . . [2025-06-03T01:33:08.899Z] #143 DONE 2.2s [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T01:33:08.899Z] #144 ... [2025-06-03T01:33:08.899Z] [2025-06-03T01:33:08.899Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:33:08.899Z] #130 4.981 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-03T01:33:10.272Z] #149 ... [2025-06-03T01:33:10.272Z] [2025-06-03T01:33:10.272Z] #143 [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-03T01:33:10.272Z] #143 149.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-03T01:33:14.228Z] #130 ... [2025-06-03T01:33:14.228Z] [2025-06-03T01:33:14.228Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-03T01:33:14.228Z] #0 4.147 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-03T01:33:14.228Z] #145 ... [2025-06-03T01:33:14.228Z] [2025-06-03T01:33:14.228Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-03T01:33:14.228Z] #0 6.159 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-03T01:33:14.228Z] #146 ... [2025-06-03T01:33:14.228Z] [2025-06-03T01:33:14.228Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-03T01:33:14.228Z] #0 4.692 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-03T01:33:14.228Z] #147 ... [2025-06-03T01:33:14.228Z] [2025-06-03T01:33:14.228Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T01:33:14.228Z] #0 5.464 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-03T01:33:14.228Z] #148 ... [2025-06-03T01:33:14.228Z] [2025-06-03T01:33:14.228Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-03T01:33:14.228Z] #0 5.820 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-03T01:33:14.228Z] #149 ... [2025-06-03T01:33:14.228Z] [2025-06-03T01:33:14.228Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-03T01:33:14.228Z] #0 6.122 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-03T01:33:14.493Z] #150 ... [2025-06-03T01:33:14.493Z] [2025-06-03T01:33:14.493Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-03T01:33:14.493Z] #0 5.952 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-03T01:33:14.493Z] #151 ... [2025-06-03T01:33:14.493Z] [2025-06-03T01:33:14.493Z] #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-03T01:33:14.493Z] #0 5.611 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-03T01:33:14.811Z] #152 ... [2025-06-03T01:33:14.811Z] [2025-06-03T01:33:14.811Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T01:33:14.811Z] #0 4.184 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-03T01:33:15.075Z] #153 ... [2025-06-03T01:33:15.075Z] [2025-06-03T01:33:15.075Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T01:33:15.075Z] #0 5.857 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-03T01:33:19.406Z] #154 ... [2025-06-03T01:33:19.406Z] [2025-06-03T01:33:19.406Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T01:33:19.406Z] #144 5.394 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-03T01:33:20.234Z] #143 DONE 159.9s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-03T01:33:20.235Z] #147 DONE 159.9s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-03T01:33:20.235Z] #150 DONE 159.8s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-03T01:33:20.235Z] #148 DONE 159.9s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T01:33:20.235Z] #146 DONE 159.9s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #172 ... [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T01:33:20.235Z] #154 DONE 159.9s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-03T01:33:20.235Z] #151 DONE 160.0s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T01:33:20.235Z] #153 DONE 160.0s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:33:20.235Z] #149 DONE 160.0s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T01:33:20.235Z] #152 DONE 160.1s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #172 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #172 DONE 0.2s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #173 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #173 ... [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #174 DONE 0.3s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #175 DONE 0.3s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #176 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #176 DONE 0.3s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #173 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #173 DONE 0.2s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #177 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.235Z] #177 DONE 0.1s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.235Z] #178 DONE 0.2s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #179 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #179 DONE 0.1s [2025-06-03T01:33:20.235Z] [2025-06-03T01:33:20.235Z] #180 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.235Z] #180 DONE 0.1s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #181 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.236Z] #181 DONE 0.1s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #182 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.236Z] #182 DONE 0.2s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #183 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.236Z] #183 DONE 0.2s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #184 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.236Z] #184 CACHED [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #185 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.236Z] #185 CACHED [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #186 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.236Z] #186 CACHED [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #187 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:33:20.236Z] #187 CACHED [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #188 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-03T01:33:20.236Z] #188 ... [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #189 [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-03T01:33:20.236Z] #189 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #190 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-03T01:33:20.236Z] #190 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #191 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.236Z] #191 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #192 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.236Z] #192 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #193 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:33:20.236Z] #193 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #194 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-03T01:33:20.236Z] #194 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #195 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-03T01:33:20.236Z] #195 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-03T01:33:20.236Z] #196 DONE 0.8s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #197 [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-03T01:33:20.236Z] #197 DONE 0.9s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #188 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-03T01:33:20.236Z] #188 DONE 0.9s [2025-06-03T01:33:20.236Z] [2025-06-03T01:33:20.236Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-03T01:33:20.803Z] #198 ... [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #199 [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-03T01:33:20.803Z] #199 DONE 0.8s [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #200 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-03T01:33:20.803Z] #200 DONE 0.8s [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #201 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-03T01:33:20.803Z] #201 DONE 0.8s [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-03T01:33:20.803Z] #202 DONE 0.8s [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-03T01:33:20.803Z] #203 DONE 0.8s [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #204 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-03T01:33:20.803Z] #204 DONE 0.8s [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #205 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-03T01:33:20.803Z] #205 DONE 0.8s [2025-06-03T01:33:20.803Z] [2025-06-03T01:33:20.803Z] #206 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-03T01:33:20.803Z] #206 DONE 0.8s [2025-06-03T01:33:21.063Z] [2025-06-03T01:33:21.063Z] #207 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-03T01:33:21.063Z] #207 DONE 0.8s [2025-06-03T01:33:21.063Z] [2025-06-03T01:33:21.063Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-03T01:33:21.063Z] #198 DONE 0.8s [2025-06-03T01:33:21.063Z] [2025-06-03T01:33:21.063Z] #112 [core-command] exporting to image [2025-06-03T01:33:21.063Z] #112 exporting layers [2025-06-03T01:33:21.063Z] #112 ... [2025-06-03T01:33:21.063Z] [2025-06-03T01:33:21.063Z] #208 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-03T01:33:21.063Z] #208 DONE 0.4s [2025-06-03T01:33:21.323Z] [2025-06-03T01:33:21.323Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-03T01:33:21.323Z] #209 DONE 0.3s [2025-06-03T01:33:21.323Z] [2025-06-03T01:33:21.323Z] #210 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-03T01:33:21.323Z] #210 DONE 0.3s [2025-06-03T01:33:21.323Z] [2025-06-03T01:33:21.323Z] #211 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-03T01:33:21.323Z] #211 DONE 0.3s [2025-06-03T01:33:21.323Z] [2025-06-03T01:33:21.323Z] #212 [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-03T01:33:21.323Z] #212 DONE 0.4s [2025-06-03T01:33:21.323Z] [2025-06-03T01:33:21.323Z] #213 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-03T01:33:21.323Z] #213 DONE 0.3s [2025-06-03T01:33:21.323Z] [2025-06-03T01:33:21.323Z] #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-03T01:33:21.323Z] #214 DONE 0.3s [2025-06-03T01:33:21.323Z] [2025-06-03T01:33:21.323Z] #112 [support-notifications] exporting to image [2025-06-03T01:33:21.323Z] #112 writing image sha256:20bfc0f72b6236acf5e17959d977bdef7540f12e2e426543b75adb7abd10fc72 [2025-06-03T01:33:21.323Z] #112 writing image sha256:e779f3e089ab0f2dec92fd5d75736f6e1752e54524c34c673fc63724b868155f done [2025-06-03T01:33:21.323Z] #112 naming to docker.io/library/core-keeper [2025-06-03T01:33:21.323Z] #112 writing image sha256:20bfc0f72b6236acf5e17959d977bdef7540f12e2e426543b75adb7abd10fc72 0.0s done [2025-06-03T01:33:21.323Z] #112 naming to docker.io/library/core-keeper done [2025-06-03T01:33:21.323Z] #112 naming to docker.io/library/core-data 0.0s done [2025-06-03T01:33:21.582Z] #112 ... [2025-06-03T01:33:21.582Z] [2025-06-03T01:33:21.582Z] #215 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-03T01:33:21.582Z] #215 DONE 0.4s [2025-06-03T01:33:21.582Z] [2025-06-03T01:33:21.582Z] #112 [core-command] exporting to image [2025-06-03T01:33:21.582Z] #112 writing image sha256:6ecd26e00735aacd695049a8f199cf88e8a84561aa0859f843b2236734ec851d 0.0s done [2025-06-03T01:33:21.582Z] #112 naming to docker.io/library/core-command done [2025-06-03T01:33:21.582Z] #112 ... [2025-06-03T01:33:21.582Z] [2025-06-03T01:33:21.582Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-03T01:33:21.582Z] #216 DONE 0.3s [2025-06-03T01:33:21.582Z] [2025-06-03T01:33:21.582Z] #112 [support-scheduler] exporting to image [2025-06-03T01:33:21.582Z] #112 exporting layers 0.3s done [2025-06-03T01:33:21.582Z] #112 writing image sha256:fa0b7affc828b092de2112ed4fe2581f19b57e99ca3d0ee48ab3faf449baade4 0.0s done [2025-06-03T01:33:21.582Z] #112 naming to docker.io/library/support-scheduler done [2025-06-03T01:33:21.840Z] #112 ... [2025-06-03T01:33:21.840Z] [2025-06-03T01:33:21.840Z] #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-03T01:33:21.840Z] #217 DONE 0.3s [2025-06-03T01:33:21.840Z] [2025-06-03T01:33:21.840Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-03T01:33:21.840Z] #218 DONE 0.7s [2025-06-03T01:33:21.840Z] [2025-06-03T01:33:21.840Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-03T01:33:21.840Z] #219 DONE 0.1s [2025-06-03T01:33:21.840Z] [2025-06-03T01:33:21.840Z] #112 [security-proxy-auth] exporting to image [2025-06-03T01:33:21.840Z] #112 writing image sha256:e66d0485282f69f193dbb6c0213952842f470d9c15ef2a7e0dd8c0034b313403 done [2025-06-03T01:33:21.840Z] #112 naming to docker.io/library/support-notifications done [2025-06-03T01:33:21.840Z] #112 writing image sha256:21a2355b3da47c1f48192ea9da175dd5eabbca65c35ae3777f6607d2fbb36837 done [2025-06-03T01:33:21.840Z] #112 naming to docker.io/library/security-spiffe-token-provider done [2025-06-03T01:33:22.097Z] #112 ... [2025-06-03T01:33:22.097Z] [2025-06-03T01:33:22.097Z] #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-03T01:33:22.097Z] #220 DONE 0.6s [2025-06-03T01:33:22.097Z] [2025-06-03T01:33:22.097Z] #112 [security-proxy-setup] exporting to image [2025-06-03T01:33:22.097Z] #112 exporting layers 1.0s done [2025-06-03T01:33:22.355Z] #112 exporting layers 0.3s done [2025-06-03T01:33:22.355Z] #112 writing image sha256:6ddd2956cd4e5f3e510506e74c84aaa6b50672c0d63a50750fc5980625002118 0.0s done [2025-06-03T01:33:22.355Z] #112 naming to docker.io/library/core-metadata done [2025-06-03T01:33:22.355Z] #112 writing image sha256:72bbbf276fef3740606bbaaa81e84069845e76da28d92fcad71e54fb82aa5918 done [2025-06-03T01:33:22.355Z] #112 naming to docker.io/library/security-proxy-auth done [2025-06-03T01:33:22.613Z] #112 exporting layers 0.2s done [2025-06-03T01:33:22.613Z] #112 writing image sha256:e14cd6deb9d3eb05c4730c4f4dc3f842bf5e52ca34a92b9a8f0657afcf346d28 done [2025-06-03T01:33:22.613Z] #112 naming to docker.io/library/security-proxy-setup done [2025-06-03T01:33:22.613Z] #112 DONE 4.1s [2025-06-03T01:33:22.613Z] [2025-06-03T01:33:22.613Z] #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-03T01:33:22.613Z] #221 DONE 0.5s [2025-06-03T01:33:22.613Z] [2025-06-03T01:33:22.613Z] #33 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:33:22.613Z] #33 ... [2025-06-03T01:33:22.613Z] [2025-06-03T01:33:22.613Z] #112 [security-secretstore-setup] exporting to image [2025-06-03T01:33:22.613Z] #112 exporting layers 0.2s done [2025-06-03T01:33:22.613Z] #112 writing image sha256:04ad0e0c3c5cfc841aeb08d9f995b756c990450ed4d331bc0dab595784927b4a done [2025-06-03T01:33:22.613Z] #112 naming to docker.io/library/security-secretstore-setup done [2025-06-03T01:33:22.613Z] #112 DONE 4.4s [2025-06-03T01:33:22.613Z] [2025-06-03T01:33:22.613Z] #33 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T01:33:22.873Z] time="2025-06-03T01:29:07Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-03T01:33:22.880Z] $ docker stop --time=1 1591d18a8060acf5286659ffe843f065050836609a39aacaec78d34c2d7ca060 [2025-06-03T01:33:24.180Z] $ docker rm -f --volumes 1591d18a8060acf5286659ffe843f065050836609a39aacaec78d34c2d7ca060 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T01:33:24.535Z] + docker images [2025-06-03T01:33:24.535Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-03T01:33:24.535Z] security-secretstore-setup latest 04ad0e0c3c5c 2 seconds ago 68.7MB [2025-06-03T01:33:24.535Z] security-proxy-setup latest e14cd6deb9d3 2 seconds ago 38.5MB [2025-06-03T01:33:24.535Z] core-metadata latest 6ddd2956cd4e 3 seconds ago 33.1MB [2025-06-03T01:33:24.536Z] support-scheduler latest fa0b7affc828 3 seconds ago 48.8MB [2025-06-03T01:33:24.536Z] support-notifications latest e66d0485282f 3 seconds ago 52.4MB [2025-06-03T01:33:24.536Z] security-spiffe-token-provider latest 21a2355b3da4 3 seconds ago 47.7MB [2025-06-03T01:33:24.536Z] security-proxy-auth latest 72bbbf276fef 3 seconds ago 31.7MB [2025-06-03T01:33:24.536Z] core-command latest 6ecd26e00735 4 seconds ago 28.4MB [2025-06-03T01:33:24.536Z] core-keeper latest e779f3e089ab 4 seconds ago 32.5MB [2025-06-03T01:33:24.536Z] core-data latest 20bfc0f72b62 4 seconds ago 32.9MB [2025-06-03T01:33:24.536Z] security-bootstrapper latest 5dd8af390a49 About a minute ago 20.4MB [2025-06-03T01:33:24.536Z] core-common-config-bootstrapper latest bc94f8f73c37 About a minute ago 17.1MB [2025-06-03T01:33:24.536Z] security-spire-config latest 70a75f296565 3 minutes ago 149MB [2025-06-03T01:33:24.536Z] security-spire-server latest 26cd5bccaea5 3 minutes ago 149MB [2025-06-03T01:33:24.536Z] security-spire-agent latest d6337bf7300f 3 minutes ago 195MB [2025-06-03T01:33:24.536Z] ci-base-image-x86_64 latest d7125cb54c4d 7 minutes ago 925MB [2025-06-03T01:33:24.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 8 days ago 573MB [2025-06-03T01:33:24.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 7 weeks ago 574MB [2025-06-03T01:33:24.536Z] 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-03T01:33:24.693Z] provisioning config files... [2025-06-03T01:33:24.703Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/845@tmp/config7280713754325751658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:33:25.005Z] ---> ****-login.sh [2025-06-03T01:33:25.005Z] nexus3.edgexfoundry.org:10001 [2025-06-03T01:33:25.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:33:25.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:33:25.005Z] Configure a credential helper to remove this warning. See [2025-06-03T01:33:25.005Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:33:25.005Z] [2025-06-03T01:33:25.005Z] Login Succeeded [2025-06-03T01:33:25.005Z] nexus3.edgexfoundry.org:10002 [2025-06-03T01:33:25.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:33:25.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:33:25.005Z] Configure a credential helper to remove this warning. See [2025-06-03T01:33:25.005Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:33:25.005Z] [2025-06-03T01:33:25.005Z] Login Succeeded [2025-06-03T01:33:25.005Z] nexus3.edgexfoundry.org:10003 [2025-06-03T01:33:25.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:33:25.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:33:25.264Z] Configure a credential helper to remove this warning. See [2025-06-03T01:33:25.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:33:25.264Z] [2025-06-03T01:33:25.264Z] Login Succeeded [2025-06-03T01:33:25.264Z] nexus3.edgexfoundry.org:10004 [2025-06-03T01:33:25.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:33:25.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:33:25.264Z] Configure a credential helper to remove this warning. See [2025-06-03T01:33:25.264Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:33:25.264Z] [2025-06-03T01:33:25.264Z] Login Succeeded [2025-06-03T01:33:25.264Z] ****.io [2025-06-03T01:33:25.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:33:25.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:33:25.524Z] Configure a credential helper to remove this warning. See [2025-06-03T01:33:25.524Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:33:25.524Z] [2025-06-03T01:33:25.524Z] Login Succeeded [2025-06-03T01:33:25.524Z] ---> ****-login.sh ends [Pipeline] } [2025-06-03T01:33:25.530Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:33:25.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T01:33:25.615Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-03T01:33:25.615Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:25.615Z] latest [2025-06-03T01:33:25.615Z] 4.1.0-dev.18 [2025-06-03T01:33:25.615Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:25.615Z] main [2025-06-03T01:33:25.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:25.960Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:26.289Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:26.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-03T01:33:26.289Z] acdc17497891: Preparing [2025-06-03T01:33:26.289Z] baac0bbdb2bf: Preparing [2025-06-03T01:33:26.289Z] 9dd6888025c5: Preparing [2025-06-03T01:33:26.289Z] b23082aa25a7: Preparing [2025-06-03T01:33:26.289Z] 1d9808447301: Preparing [2025-06-03T01:33:26.289Z] d8e23d5779e1: Preparing [2025-06-03T01:33:26.289Z] 994456c4fd7b: Preparing [2025-06-03T01:33:26.289Z] d8e23d5779e1: Waiting [2025-06-03T01:33:26.289Z] 994456c4fd7b: Waiting [2025-06-03T01:33:26.289Z] 1d9808447301: Pushed [2025-06-03T01:33:26.289Z] b23082aa25a7: Pushed [2025-06-03T01:33:26.289Z] acdc17497891: Pushed [2025-06-03T01:33:26.289Z] 9dd6888025c5: Pushed [2025-06-03T01:33:26.289Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:26.546Z] d8e23d5779e1: Pushed [2025-06-03T01:33:28.450Z] baac0bbdb2bf: Pushed [2025-06-03T01:33:28.450Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:28.778Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:29.108Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-03T01:33:29.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-03T01:33:29.108Z] acdc17497891: Preparing [2025-06-03T01:33:29.108Z] baac0bbdb2bf: Preparing [2025-06-03T01:33:29.108Z] 9dd6888025c5: Preparing [2025-06-03T01:33:29.108Z] b23082aa25a7: Preparing [2025-06-03T01:33:29.108Z] 1d9808447301: Preparing [2025-06-03T01:33:29.108Z] d8e23d5779e1: Preparing [2025-06-03T01:33:29.108Z] 994456c4fd7b: Preparing [2025-06-03T01:33:29.108Z] d8e23d5779e1: Waiting [2025-06-03T01:33:29.108Z] 994456c4fd7b: Waiting [2025-06-03T01:33:29.108Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:29.108Z] baac0bbdb2bf: Layer already exists [2025-06-03T01:33:29.108Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:29.108Z] 1d9808447301: Layer already exists [2025-06-03T01:33:29.108Z] acdc17497891: Layer already exists [2025-06-03T01:33:29.108Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:29.108Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:29.108Z] latest: digest: sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:29.423Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:29.742Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18 [2025-06-03T01:33:29.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-03T01:33:29.742Z] acdc17497891: Preparing [2025-06-03T01:33:29.742Z] baac0bbdb2bf: Preparing [2025-06-03T01:33:29.742Z] 9dd6888025c5: Preparing [2025-06-03T01:33:29.742Z] b23082aa25a7: Preparing [2025-06-03T01:33:29.742Z] 1d9808447301: Preparing [2025-06-03T01:33:29.742Z] d8e23d5779e1: Preparing [2025-06-03T01:33:29.742Z] 994456c4fd7b: Preparing [2025-06-03T01:33:29.742Z] d8e23d5779e1: Waiting [2025-06-03T01:33:29.742Z] 994456c4fd7b: Waiting [2025-06-03T01:33:29.742Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:29.742Z] 1d9808447301: Layer already exists [2025-06-03T01:33:29.742Z] baac0bbdb2bf: Layer already exists [2025-06-03T01:33:29.742Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:29.742Z] acdc17497891: Layer already exists [2025-06-03T01:33:29.742Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:29.742Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:29.742Z] 4.1.0-dev.18: digest: sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:30.066Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:30.397Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:30.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-03T01:33:30.397Z] acdc17497891: Preparing [2025-06-03T01:33:30.397Z] baac0bbdb2bf: Preparing [2025-06-03T01:33:30.397Z] 9dd6888025c5: Preparing [2025-06-03T01:33:30.397Z] b23082aa25a7: Preparing [2025-06-03T01:33:30.397Z] 1d9808447301: Preparing [2025-06-03T01:33:30.397Z] d8e23d5779e1: Preparing [2025-06-03T01:33:30.397Z] 994456c4fd7b: Preparing [2025-06-03T01:33:30.397Z] d8e23d5779e1: Waiting [2025-06-03T01:33:30.397Z] 994456c4fd7b: Waiting [2025-06-03T01:33:30.397Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:30.397Z] acdc17497891: Layer already exists [2025-06-03T01:33:30.397Z] 1d9808447301: Layer already exists [2025-06-03T01:33:30.397Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:30.397Z] baac0bbdb2bf: Layer already exists [2025-06-03T01:33:30.397Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:30.397Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:30.397Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:30.730Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:31.154Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-03T01:33:31.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-03T01:33:31.154Z] acdc17497891: Preparing [2025-06-03T01:33:31.154Z] baac0bbdb2bf: Preparing [2025-06-03T01:33:31.154Z] 9dd6888025c5: Preparing [2025-06-03T01:33:31.154Z] b23082aa25a7: Preparing [2025-06-03T01:33:31.154Z] 1d9808447301: Preparing [2025-06-03T01:33:31.155Z] d8e23d5779e1: Preparing [2025-06-03T01:33:31.155Z] 994456c4fd7b: Preparing [2025-06-03T01:33:31.155Z] 994456c4fd7b: Waiting [2025-06-03T01:33:31.155Z] d8e23d5779e1: Waiting [2025-06-03T01:33:31.155Z] baac0bbdb2bf: Layer already exists [2025-06-03T01:33:31.155Z] acdc17497891: Layer already exists [2025-06-03T01:33:31.155Z] 1d9808447301: Layer already exists [2025-06-03T01:33:31.155Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:31.155Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:31.155Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:31.155Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:31.155Z] main: digest: sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:33:31.230Z] ===================================================== [Pipeline] echo [2025-06-03T01:33:31.248Z] taggedImages: [2025-06-03T01:33:31.248Z] - nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:31.248Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-03T01:33:31.248Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18 [2025-06-03T01:33:31.248Z] - nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:31.248Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-03T01:33:31.275Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-03T01:33:31.275Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:31.275Z] latest [2025-06-03T01:33:31.275Z] 4.1.0-dev.18 [2025-06-03T01:33:31.275Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:31.275Z] main [2025-06-03T01:33:31.275Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:31.625Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:31.951Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:31.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-03T01:33:31.951Z] fc269692063c: Preparing [2025-06-03T01:33:31.951Z] dab8fbced67a: Preparing [2025-06-03T01:33:31.951Z] 5f096afc5bf0: Preparing [2025-06-03T01:33:31.951Z] 96c08051bfc5: Preparing [2025-06-03T01:33:31.951Z] 9dd6888025c5: Preparing [2025-06-03T01:33:31.951Z] b23082aa25a7: Preparing [2025-06-03T01:33:31.951Z] 1d9808447301: Preparing [2025-06-03T01:33:31.951Z] d8e23d5779e1: Preparing [2025-06-03T01:33:31.951Z] 994456c4fd7b: Preparing [2025-06-03T01:33:31.951Z] b23082aa25a7: Waiting [2025-06-03T01:33:31.951Z] 1d9808447301: Waiting [2025-06-03T01:33:31.951Z] d8e23d5779e1: Waiting [2025-06-03T01:33:31.951Z] 994456c4fd7b: Waiting [2025-06-03T01:33:31.951Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:31.951Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:31.951Z] 1d9808447301: Layer already exists [2025-06-03T01:33:31.951Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:31.951Z] fc269692063c: Pushed [2025-06-03T01:33:31.951Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:31.951Z] dab8fbced67a: Pushed [2025-06-03T01:33:31.951Z] 5f096afc5bf0: Pushed [2025-06-03T01:33:32.886Z] 96c08051bfc5: Pushed [2025-06-03T01:33:33.147Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:33.486Z] + 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-03T01:33:33.813Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-03T01:33:33.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-03T01:33:33.813Z] fc269692063c: Preparing [2025-06-03T01:33:33.813Z] dab8fbced67a: Preparing [2025-06-03T01:33:33.813Z] 5f096afc5bf0: Preparing [2025-06-03T01:33:33.813Z] 96c08051bfc5: Preparing [2025-06-03T01:33:33.813Z] 9dd6888025c5: Preparing [2025-06-03T01:33:33.813Z] b23082aa25a7: Preparing [2025-06-03T01:33:33.813Z] 1d9808447301: Preparing [2025-06-03T01:33:33.813Z] d8e23d5779e1: Preparing [2025-06-03T01:33:33.813Z] 994456c4fd7b: Preparing [2025-06-03T01:33:33.813Z] d8e23d5779e1: Waiting [2025-06-03T01:33:33.813Z] 1d9808447301: Waiting [2025-06-03T01:33:33.813Z] 994456c4fd7b: Waiting [2025-06-03T01:33:33.813Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:33.813Z] 96c08051bfc5: Layer already exists [2025-06-03T01:33:33.813Z] fc269692063c: Layer already exists [2025-06-03T01:33:33.813Z] 5f096afc5bf0: Layer already exists [2025-06-03T01:33:33.813Z] dab8fbced67a: Layer already exists [2025-06-03T01:33:33.813Z] 1d9808447301: Layer already exists [2025-06-03T01:33:33.813Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:33.813Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:33.813Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:33.813Z] latest: digest: sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:34.139Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:34.464Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18 [2025-06-03T01:33:34.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-03T01:33:34.464Z] fc269692063c: Preparing [2025-06-03T01:33:34.464Z] dab8fbced67a: Preparing [2025-06-03T01:33:34.464Z] 5f096afc5bf0: Preparing [2025-06-03T01:33:34.464Z] 96c08051bfc5: Preparing [2025-06-03T01:33:34.464Z] 9dd6888025c5: Preparing [2025-06-03T01:33:34.464Z] b23082aa25a7: Preparing [2025-06-03T01:33:34.464Z] 1d9808447301: Preparing [2025-06-03T01:33:34.464Z] d8e23d5779e1: Preparing [2025-06-03T01:33:34.464Z] 994456c4fd7b: Preparing [2025-06-03T01:33:34.464Z] b23082aa25a7: Waiting [2025-06-03T01:33:34.464Z] 1d9808447301: Waiting [2025-06-03T01:33:34.464Z] d8e23d5779e1: Waiting [2025-06-03T01:33:34.464Z] 994456c4fd7b: Waiting [2025-06-03T01:33:34.464Z] fc269692063c: Layer already exists [2025-06-03T01:33:34.464Z] 96c08051bfc5: Layer already exists [2025-06-03T01:33:34.464Z] 5f096afc5bf0: Layer already exists [2025-06-03T01:33:34.464Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:34.464Z] dab8fbced67a: Layer already exists [2025-06-03T01:33:34.464Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:34.464Z] 1d9808447301: Layer already exists [2025-06-03T01:33:34.464Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:34.464Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:34.464Z] 4.1.0-dev.18: digest: sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:34.784Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:35.112Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:35.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-03T01:33:35.112Z] fc269692063c: Preparing [2025-06-03T01:33:35.112Z] dab8fbced67a: Preparing [2025-06-03T01:33:35.112Z] 5f096afc5bf0: Preparing [2025-06-03T01:33:35.112Z] 96c08051bfc5: Preparing [2025-06-03T01:33:35.112Z] 9dd6888025c5: Preparing [2025-06-03T01:33:35.112Z] b23082aa25a7: Preparing [2025-06-03T01:33:35.112Z] 1d9808447301: Preparing [2025-06-03T01:33:35.112Z] d8e23d5779e1: Preparing [2025-06-03T01:33:35.112Z] 994456c4fd7b: Preparing [2025-06-03T01:33:35.112Z] b23082aa25a7: Waiting [2025-06-03T01:33:35.112Z] 1d9808447301: Waiting [2025-06-03T01:33:35.112Z] d8e23d5779e1: Waiting [2025-06-03T01:33:35.112Z] 994456c4fd7b: Waiting [2025-06-03T01:33:35.112Z] 96c08051bfc5: Layer already exists [2025-06-03T01:33:35.112Z] dab8fbced67a: Layer already exists [2025-06-03T01:33:35.112Z] 5f096afc5bf0: Layer already exists [2025-06-03T01:33:35.112Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:35.112Z] fc269692063c: Layer already exists [2025-06-03T01:33:35.112Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:35.112Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:35.112Z] 1d9808447301: Layer already exists [2025-06-03T01:33:35.112Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:35.112Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:35.450Z] + 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-03T01:33:35.777Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-03T01:33:35.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-03T01:33:35.777Z] fc269692063c: Preparing [2025-06-03T01:33:35.777Z] dab8fbced67a: Preparing [2025-06-03T01:33:35.777Z] 5f096afc5bf0: Preparing [2025-06-03T01:33:35.777Z] 96c08051bfc5: Preparing [2025-06-03T01:33:35.777Z] 9dd6888025c5: Preparing [2025-06-03T01:33:35.777Z] b23082aa25a7: Preparing [2025-06-03T01:33:35.777Z] 1d9808447301: Preparing [2025-06-03T01:33:35.777Z] d8e23d5779e1: Preparing [2025-06-03T01:33:35.777Z] 994456c4fd7b: Preparing [2025-06-03T01:33:35.777Z] 1d9808447301: Waiting [2025-06-03T01:33:35.777Z] d8e23d5779e1: Waiting [2025-06-03T01:33:35.777Z] 994456c4fd7b: Waiting [2025-06-03T01:33:35.777Z] b23082aa25a7: Waiting [2025-06-03T01:33:35.777Z] 5f096afc5bf0: Layer already exists [2025-06-03T01:33:35.777Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:35.777Z] 96c08051bfc5: Layer already exists [2025-06-03T01:33:35.777Z] fc269692063c: Layer already exists [2025-06-03T01:33:35.777Z] dab8fbced67a: Layer already exists [2025-06-03T01:33:35.777Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:35.777Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:35.777Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:35.777Z] 1d9808447301: Layer already exists [2025-06-03T01:33:35.777Z] main: digest: sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:33:35.852Z] ===================================================== [Pipeline] echo [2025-06-03T01:33:35.869Z] taggedImages: [2025-06-03T01:33:35.869Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:35.869Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-03T01:33:35.869Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18 [2025-06-03T01:33:35.869Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:35.869Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-03T01:33:35.895Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-03T01:33:35.895Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:35.895Z] latest [2025-06-03T01:33:35.895Z] 4.1.0-dev.18 [2025-06-03T01:33:35.895Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:35.895Z] main [2025-06-03T01:33:35.895Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:36.249Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:36.576Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:36.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-03T01:33:36.577Z] 38a770366576: Preparing [2025-06-03T01:33:36.577Z] 387316c8b4fe: Preparing [2025-06-03T01:33:36.577Z] 9dd6888025c5: Preparing [2025-06-03T01:33:36.577Z] b23082aa25a7: Preparing [2025-06-03T01:33:36.577Z] d7bdb5648ce8: Preparing [2025-06-03T01:33:36.577Z] acb2e6fb6404: Preparing [2025-06-03T01:33:36.577Z] 994456c4fd7b: Preparing [2025-06-03T01:33:36.577Z] 994456c4fd7b: Waiting [2025-06-03T01:33:36.577Z] acb2e6fb6404: Waiting [2025-06-03T01:33:36.577Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:36.577Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:36.577Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:36.577Z] d7bdb5648ce8: Pushed [2025-06-03T01:33:36.577Z] 38a770366576: Pushed [2025-06-03T01:33:36.577Z] acb2e6fb6404: Pushed [2025-06-03T01:33:39.105Z] 387316c8b4fe: Pushed [2025-06-03T01:33:39.105Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:39.429Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:39.754Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-03T01:33:39.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-03T01:33:39.754Z] 38a770366576: Preparing [2025-06-03T01:33:39.754Z] 387316c8b4fe: Preparing [2025-06-03T01:33:39.754Z] 9dd6888025c5: Preparing [2025-06-03T01:33:39.754Z] b23082aa25a7: Preparing [2025-06-03T01:33:39.754Z] d7bdb5648ce8: Preparing [2025-06-03T01:33:39.754Z] acb2e6fb6404: Preparing [2025-06-03T01:33:39.754Z] 994456c4fd7b: Preparing [2025-06-03T01:33:39.754Z] acb2e6fb6404: Waiting [2025-06-03T01:33:39.754Z] 387316c8b4fe: Layer already exists [2025-06-03T01:33:39.754Z] d7bdb5648ce8: Layer already exists [2025-06-03T01:33:39.754Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:39.754Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:39.754Z] 38a770366576: Layer already exists [2025-06-03T01:33:39.754Z] acb2e6fb6404: Layer already exists [2025-06-03T01:33:39.754Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:39.754Z] latest: digest: sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:40.087Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:40.405Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18 [2025-06-03T01:33:40.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-03T01:33:40.405Z] 38a770366576: Preparing [2025-06-03T01:33:40.405Z] 387316c8b4fe: Preparing [2025-06-03T01:33:40.405Z] 9dd6888025c5: Preparing [2025-06-03T01:33:40.405Z] b23082aa25a7: Preparing [2025-06-03T01:33:40.405Z] d7bdb5648ce8: Preparing [2025-06-03T01:33:40.405Z] acb2e6fb6404: Preparing [2025-06-03T01:33:40.405Z] 994456c4fd7b: Preparing [2025-06-03T01:33:40.405Z] acb2e6fb6404: Waiting [2025-06-03T01:33:40.405Z] 994456c4fd7b: Waiting [2025-06-03T01:33:40.405Z] d7bdb5648ce8: Layer already exists [2025-06-03T01:33:40.405Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:40.405Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:40.405Z] 387316c8b4fe: Layer already exists [2025-06-03T01:33:40.405Z] 38a770366576: Layer already exists [2025-06-03T01:33:40.405Z] acb2e6fb6404: Layer already exists [2025-06-03T01:33:40.405Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:40.405Z] 4.1.0-dev.18: digest: sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:40.732Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:41.054Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:41.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-03T01:33:41.054Z] 38a770366576: Preparing [2025-06-03T01:33:41.054Z] 387316c8b4fe: Preparing [2025-06-03T01:33:41.054Z] 9dd6888025c5: Preparing [2025-06-03T01:33:41.054Z] b23082aa25a7: Preparing [2025-06-03T01:33:41.054Z] d7bdb5648ce8: Preparing [2025-06-03T01:33:41.054Z] acb2e6fb6404: Preparing [2025-06-03T01:33:41.054Z] 994456c4fd7b: Preparing [2025-06-03T01:33:41.054Z] acb2e6fb6404: Waiting [2025-06-03T01:33:41.054Z] 994456c4fd7b: Waiting [2025-06-03T01:33:41.054Z] 387316c8b4fe: Layer already exists [2025-06-03T01:33:41.054Z] 38a770366576: Layer already exists [2025-06-03T01:33:41.054Z] d7bdb5648ce8: Layer already exists [2025-06-03T01:33:41.054Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:41.054Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:41.054Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:41.054Z] acb2e6fb6404: Layer already exists [2025-06-03T01:33:41.054Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:41.388Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:41.710Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-03T01:33:41.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-03T01:33:41.710Z] 38a770366576: Preparing [2025-06-03T01:33:41.710Z] 387316c8b4fe: Preparing [2025-06-03T01:33:41.710Z] 9dd6888025c5: Preparing [2025-06-03T01:33:41.710Z] b23082aa25a7: Preparing [2025-06-03T01:33:41.710Z] d7bdb5648ce8: Preparing [2025-06-03T01:33:41.710Z] acb2e6fb6404: Preparing [2025-06-03T01:33:41.710Z] 994456c4fd7b: Preparing [2025-06-03T01:33:41.710Z] acb2e6fb6404: Waiting [2025-06-03T01:33:41.710Z] 994456c4fd7b: Waiting [2025-06-03T01:33:41.710Z] d7bdb5648ce8: Layer already exists [2025-06-03T01:33:41.710Z] 387316c8b4fe: Layer already exists [2025-06-03T01:33:41.710Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:41.710Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:41.710Z] 38a770366576: Layer already exists [2025-06-03T01:33:41.710Z] acb2e6fb6404: Layer already exists [2025-06-03T01:33:41.710Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:41.710Z] main: digest: sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:33:41.787Z] ===================================================== [Pipeline] echo [2025-06-03T01:33:41.799Z] taggedImages: [2025-06-03T01:33:41.799Z] - nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:41.799Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-03T01:33:41.799Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18 [2025-06-03T01:33:41.799Z] - nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:41.799Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-03T01:33:41.824Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-03T01:33:41.824Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:41.824Z] latest [2025-06-03T01:33:41.824Z] 4.1.0-dev.18 [2025-06-03T01:33:41.824Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:41.824Z] main [2025-06-03T01:33:41.824Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:42.179Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:42.516Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:42.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-03T01:33:42.516Z] a0d9e6b895c9: Preparing [2025-06-03T01:33:42.516Z] bb0c361ea5ba: Preparing [2025-06-03T01:33:42.516Z] b23082aa25a7: Preparing [2025-06-03T01:33:42.516Z] 783cba25589d: Preparing [2025-06-03T01:33:42.516Z] 60b1640480f7: Preparing [2025-06-03T01:33:42.516Z] 994456c4fd7b: Preparing [2025-06-03T01:33:42.516Z] 994456c4fd7b: Waiting [2025-06-03T01:33:42.516Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:42.516Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:42.516Z] 60b1640480f7: Pushed [2025-06-03T01:33:42.516Z] 783cba25589d: Pushed [2025-06-03T01:33:42.516Z] a0d9e6b895c9: Pushed [2025-06-03T01:33:45.048Z] bb0c361ea5ba: Pushed [2025-06-03T01:33:45.048Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:45.371Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:45.704Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-03T01:33:45.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-03T01:33:45.704Z] a0d9e6b895c9: Preparing [2025-06-03T01:33:45.704Z] bb0c361ea5ba: Preparing [2025-06-03T01:33:45.704Z] b23082aa25a7: Preparing [2025-06-03T01:33:45.704Z] 783cba25589d: Preparing [2025-06-03T01:33:45.704Z] 60b1640480f7: Preparing [2025-06-03T01:33:45.704Z] 994456c4fd7b: Preparing [2025-06-03T01:33:45.704Z] 994456c4fd7b: Waiting [2025-06-03T01:33:45.704Z] 60b1640480f7: Layer already exists [2025-06-03T01:33:45.704Z] 783cba25589d: Layer already exists [2025-06-03T01:33:45.704Z] a0d9e6b895c9: Layer already exists [2025-06-03T01:33:45.704Z] bb0c361ea5ba: Layer already exists [2025-06-03T01:33:45.704Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:45.704Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:45.704Z] latest: digest: sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:46.034Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:46.360Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18 [2025-06-03T01:33:46.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-03T01:33:46.360Z] a0d9e6b895c9: Preparing [2025-06-03T01:33:46.360Z] bb0c361ea5ba: Preparing [2025-06-03T01:33:46.360Z] b23082aa25a7: Preparing [2025-06-03T01:33:46.360Z] 783cba25589d: Preparing [2025-06-03T01:33:46.360Z] 60b1640480f7: Preparing [2025-06-03T01:33:46.360Z] 994456c4fd7b: Preparing [2025-06-03T01:33:46.360Z] 994456c4fd7b: Waiting [2025-06-03T01:33:46.360Z] a0d9e6b895c9: Layer already exists [2025-06-03T01:33:46.360Z] 783cba25589d: Layer already exists [2025-06-03T01:33:46.360Z] bb0c361ea5ba: Layer already exists [2025-06-03T01:33:46.360Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:46.360Z] 60b1640480f7: Layer already exists [2025-06-03T01:33:46.360Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:46.360Z] 4.1.0-dev.18: digest: sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:46.695Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:47.035Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:47.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-03T01:33:47.035Z] a0d9e6b895c9: Preparing [2025-06-03T01:33:47.035Z] bb0c361ea5ba: Preparing [2025-06-03T01:33:47.035Z] b23082aa25a7: Preparing [2025-06-03T01:33:47.035Z] 783cba25589d: Preparing [2025-06-03T01:33:47.035Z] 60b1640480f7: Preparing [2025-06-03T01:33:47.035Z] 994456c4fd7b: Preparing [2025-06-03T01:33:47.035Z] 994456c4fd7b: Waiting [2025-06-03T01:33:47.035Z] bb0c361ea5ba: Layer already exists [2025-06-03T01:33:47.035Z] 60b1640480f7: Layer already exists [2025-06-03T01:33:47.035Z] 783cba25589d: Layer already exists [2025-06-03T01:33:47.035Z] a0d9e6b895c9: Layer already exists [2025-06-03T01:33:47.035Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:47.035Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:47.035Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:47.360Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:47.694Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-03T01:33:47.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-03T01:33:47.694Z] a0d9e6b895c9: Preparing [2025-06-03T01:33:47.694Z] bb0c361ea5ba: Preparing [2025-06-03T01:33:47.694Z] b23082aa25a7: Preparing [2025-06-03T01:33:47.694Z] 783cba25589d: Preparing [2025-06-03T01:33:47.694Z] 60b1640480f7: Preparing [2025-06-03T01:33:47.694Z] 994456c4fd7b: Preparing [2025-06-03T01:33:47.694Z] 994456c4fd7b: Waiting [2025-06-03T01:33:47.694Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:47.694Z] 783cba25589d: Layer already exists [2025-06-03T01:33:47.694Z] a0d9e6b895c9: Layer already exists [2025-06-03T01:33:47.694Z] bb0c361ea5ba: Layer already exists [2025-06-03T01:33:47.694Z] 60b1640480f7: Layer already exists [2025-06-03T01:33:47.694Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:47.694Z] main: digest: sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:33:47.776Z] ===================================================== [Pipeline] echo [2025-06-03T01:33:47.792Z] taggedImages: [2025-06-03T01:33:47.792Z] - nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:47.792Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-03T01:33:47.792Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18 [2025-06-03T01:33:47.792Z] - nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:47.792Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-03T01:33:47.827Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-03T01:33:47.827Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:47.827Z] latest [2025-06-03T01:33:47.827Z] 4.1.0-dev.18 [2025-06-03T01:33:47.827Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:47.827Z] main [2025-06-03T01:33:47.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:48.188Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:48.530Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:48.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-03T01:33:48.530Z] efde3205005f: Preparing [2025-06-03T01:33:48.530Z] 2d0faeacc784: Preparing [2025-06-03T01:33:48.530Z] dfa8c109c7a4: Preparing [2025-06-03T01:33:48.530Z] 9dd6888025c5: Preparing [2025-06-03T01:33:48.530Z] b23082aa25a7: Preparing [2025-06-03T01:33:48.530Z] 1d9808447301: Preparing [2025-06-03T01:33:48.530Z] d8e23d5779e1: Preparing [2025-06-03T01:33:48.530Z] 994456c4fd7b: Preparing [2025-06-03T01:33:48.530Z] 1d9808447301: Waiting [2025-06-03T01:33:48.530Z] d8e23d5779e1: Waiting [2025-06-03T01:33:48.530Z] 994456c4fd7b: Waiting [2025-06-03T01:33:48.530Z] 2d0faeacc784: Pushed [2025-06-03T01:33:48.788Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:48.788Z] efde3205005f: Pushed [2025-06-03T01:33:49.046Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:49.046Z] 1d9808447301: Layer already exists [2025-06-03T01:33:49.047Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:49.305Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:50.683Z] dfa8c109c7a4: Pushed [2025-06-03T01:33:50.941Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:51.521Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:51.838Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-03T01:33:51.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-03T01:33:51.838Z] efde3205005f: Preparing [2025-06-03T01:33:51.838Z] 2d0faeacc784: Preparing [2025-06-03T01:33:51.838Z] dfa8c109c7a4: Preparing [2025-06-03T01:33:51.838Z] 9dd6888025c5: Preparing [2025-06-03T01:33:51.838Z] b23082aa25a7: Preparing [2025-06-03T01:33:51.838Z] 1d9808447301: Preparing [2025-06-03T01:33:51.838Z] d8e23d5779e1: Preparing [2025-06-03T01:33:51.838Z] 994456c4fd7b: Preparing [2025-06-03T01:33:51.838Z] 1d9808447301: Waiting [2025-06-03T01:33:51.838Z] d8e23d5779e1: Waiting [2025-06-03T01:33:51.838Z] efde3205005f: Layer already exists [2025-06-03T01:33:51.838Z] 2d0faeacc784: Layer already exists [2025-06-03T01:33:51.838Z] dfa8c109c7a4: Layer already exists [2025-06-03T01:33:51.838Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:51.838Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:51.838Z] 1d9808447301: Layer already exists [2025-06-03T01:33:51.838Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:51.838Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:51.838Z] latest: digest: sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:52.156Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:52.496Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18 [2025-06-03T01:33:52.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-03T01:33:52.496Z] efde3205005f: Preparing [2025-06-03T01:33:52.496Z] 2d0faeacc784: Preparing [2025-06-03T01:33:52.496Z] dfa8c109c7a4: Preparing [2025-06-03T01:33:52.496Z] 9dd6888025c5: Preparing [2025-06-03T01:33:52.496Z] b23082aa25a7: Preparing [2025-06-03T01:33:52.496Z] 1d9808447301: Preparing [2025-06-03T01:33:52.496Z] d8e23d5779e1: Preparing [2025-06-03T01:33:52.496Z] 994456c4fd7b: Preparing [2025-06-03T01:33:52.496Z] 1d9808447301: Waiting [2025-06-03T01:33:52.496Z] 994456c4fd7b: Waiting [2025-06-03T01:33:52.496Z] d8e23d5779e1: Waiting [2025-06-03T01:33:52.496Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:52.496Z] 2d0faeacc784: Layer already exists [2025-06-03T01:33:52.496Z] efde3205005f: Layer already exists [2025-06-03T01:33:52.496Z] dfa8c109c7a4: Layer already exists [2025-06-03T01:33:52.496Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:52.496Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:52.496Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:52.496Z] 1d9808447301: Layer already exists [2025-06-03T01:33:52.496Z] 4.1.0-dev.18: digest: sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:52.831Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:53.157Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:53.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-03T01:33:53.157Z] efde3205005f: Preparing [2025-06-03T01:33:53.157Z] 2d0faeacc784: Preparing [2025-06-03T01:33:53.157Z] dfa8c109c7a4: Preparing [2025-06-03T01:33:53.157Z] 9dd6888025c5: Preparing [2025-06-03T01:33:53.157Z] b23082aa25a7: Preparing [2025-06-03T01:33:53.157Z] 1d9808447301: Preparing [2025-06-03T01:33:53.157Z] d8e23d5779e1: Preparing [2025-06-03T01:33:53.157Z] 994456c4fd7b: Preparing [2025-06-03T01:33:53.157Z] 1d9808447301: Waiting [2025-06-03T01:33:53.157Z] d8e23d5779e1: Waiting [2025-06-03T01:33:53.157Z] 994456c4fd7b: Waiting [2025-06-03T01:33:53.157Z] 2d0faeacc784: Layer already exists [2025-06-03T01:33:53.157Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:53.157Z] efde3205005f: Layer already exists [2025-06-03T01:33:53.157Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:53.157Z] dfa8c109c7a4: Layer already exists [2025-06-03T01:33:53.158Z] 1d9808447301: Layer already exists [2025-06-03T01:33:53.158Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:53.158Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:53.158Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:53.485Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:53.810Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-03T01:33:53.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-03T01:33:53.810Z] efde3205005f: Preparing [2025-06-03T01:33:53.810Z] 2d0faeacc784: Preparing [2025-06-03T01:33:53.810Z] dfa8c109c7a4: Preparing [2025-06-03T01:33:53.810Z] 9dd6888025c5: Preparing [2025-06-03T01:33:53.810Z] b23082aa25a7: Preparing [2025-06-03T01:33:53.810Z] 1d9808447301: Preparing [2025-06-03T01:33:53.810Z] d8e23d5779e1: Preparing [2025-06-03T01:33:53.810Z] 994456c4fd7b: Preparing [2025-06-03T01:33:53.810Z] 1d9808447301: Waiting [2025-06-03T01:33:53.810Z] d8e23d5779e1: Waiting [2025-06-03T01:33:53.810Z] 994456c4fd7b: Waiting [2025-06-03T01:33:53.810Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:53.810Z] efde3205005f: Layer already exists [2025-06-03T01:33:53.810Z] dfa8c109c7a4: Layer already exists [2025-06-03T01:33:53.810Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:53.810Z] 2d0faeacc784: Layer already exists [2025-06-03T01:33:53.810Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:53.810Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:53.810Z] 1d9808447301: Layer already exists [2025-06-03T01:33:53.810Z] main: digest: sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:33:53.895Z] ===================================================== [Pipeline] echo [2025-06-03T01:33:53.911Z] taggedImages: [2025-06-03T01:33:53.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:53.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-03T01:33:53.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18 [2025-06-03T01:33:53.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:53.911Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-03T01:33:53.939Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-03T01:33:53.939Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:53.939Z] latest [2025-06-03T01:33:53.939Z] 4.1.0-dev.18 [2025-06-03T01:33:53.939Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:53.939Z] main [2025-06-03T01:33:53.939Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:54.279Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:54.613Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:54.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-03T01:33:54.613Z] b967adb9c789: Preparing [2025-06-03T01:33:54.613Z] 9b3a338502ce: Preparing [2025-06-03T01:33:54.613Z] 0c8192e3279d: Preparing [2025-06-03T01:33:54.613Z] b17a12dd3717: Preparing [2025-06-03T01:33:54.613Z] 6f28d1398d92: Preparing [2025-06-03T01:33:54.613Z] ba3e974e859f: Preparing [2025-06-03T01:33:54.613Z] cf5225d1e272: Preparing [2025-06-03T01:33:54.613Z] 9dd6888025c5: Preparing [2025-06-03T01:33:54.613Z] b23082aa25a7: Preparing [2025-06-03T01:33:54.613Z] a85697d4c129: Preparing [2025-06-03T01:33:54.613Z] 7be4816728dd: Preparing [2025-06-03T01:33:54.613Z] 5f70bf18a086: Preparing [2025-06-03T01:33:54.613Z] d0608d7011ca: Preparing [2025-06-03T01:33:54.613Z] dab6b12de2e5: Preparing [2025-06-03T01:33:54.613Z] 4f285e407bdf: Preparing [2025-06-03T01:33:54.613Z] 994456c4fd7b: Preparing [2025-06-03T01:33:54.613Z] ba3e974e859f: Waiting [2025-06-03T01:33:54.613Z] cf5225d1e272: Waiting [2025-06-03T01:33:54.613Z] 9dd6888025c5: Waiting [2025-06-03T01:33:54.613Z] 7be4816728dd: Waiting [2025-06-03T01:33:54.613Z] dab6b12de2e5: Waiting [2025-06-03T01:33:54.613Z] b23082aa25a7: Waiting [2025-06-03T01:33:54.613Z] 4f285e407bdf: Waiting [2025-06-03T01:33:54.613Z] a85697d4c129: Waiting [2025-06-03T01:33:54.613Z] b17a12dd3717: Pushed [2025-06-03T01:33:54.613Z] b967adb9c789: Pushed [2025-06-03T01:33:54.613Z] 6f28d1398d92: Pushed [2025-06-03T01:33:54.613Z] 0c8192e3279d: Pushed [2025-06-03T01:33:54.613Z] 9b3a338502ce: Pushed [2025-06-03T01:33:54.613Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:54.613Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:54.613Z] ba3e974e859f: Pushed [2025-06-03T01:33:54.613Z] 5f70bf18a086: Layer already exists [2025-06-03T01:33:54.873Z] a85697d4c129: Pushed [2025-06-03T01:33:54.873Z] 7be4816728dd: Pushed [2025-06-03T01:33:54.873Z] d0608d7011ca: Pushed [2025-06-03T01:33:54.873Z] dab6b12de2e5: Pushed [2025-06-03T01:33:54.873Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:54.873Z] 4f285e407bdf: Pushed [2025-06-03T01:33:56.248Z] cf5225d1e272: Pushed [2025-06-03T01:33:56.248Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:56.580Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:56.898Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-03T01:33:56.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-03T01:33:56.898Z] b967adb9c789: Preparing [2025-06-03T01:33:56.898Z] 9b3a338502ce: Preparing [2025-06-03T01:33:56.898Z] 0c8192e3279d: Preparing [2025-06-03T01:33:56.898Z] b17a12dd3717: Preparing [2025-06-03T01:33:56.898Z] 6f28d1398d92: Preparing [2025-06-03T01:33:56.898Z] ba3e974e859f: Preparing [2025-06-03T01:33:56.898Z] cf5225d1e272: Preparing [2025-06-03T01:33:56.898Z] 9dd6888025c5: Preparing [2025-06-03T01:33:56.898Z] b23082aa25a7: Preparing [2025-06-03T01:33:56.898Z] a85697d4c129: Preparing [2025-06-03T01:33:56.898Z] 7be4816728dd: Preparing [2025-06-03T01:33:56.898Z] 5f70bf18a086: Preparing [2025-06-03T01:33:56.898Z] d0608d7011ca: Preparing [2025-06-03T01:33:56.898Z] dab6b12de2e5: Preparing [2025-06-03T01:33:56.898Z] 4f285e407bdf: Preparing [2025-06-03T01:33:56.898Z] ba3e974e859f: Waiting [2025-06-03T01:33:56.898Z] 994456c4fd7b: Preparing [2025-06-03T01:33:56.898Z] cf5225d1e272: Waiting [2025-06-03T01:33:56.898Z] b23082aa25a7: Waiting [2025-06-03T01:33:56.898Z] 9dd6888025c5: Waiting [2025-06-03T01:33:56.898Z] a85697d4c129: Waiting [2025-06-03T01:33:56.898Z] dab6b12de2e5: Waiting [2025-06-03T01:33:56.898Z] 994456c4fd7b: Waiting [2025-06-03T01:33:56.898Z] 4f285e407bdf: Waiting [2025-06-03T01:33:56.898Z] 5f70bf18a086: Waiting [2025-06-03T01:33:56.898Z] d0608d7011ca: Waiting [2025-06-03T01:33:56.898Z] 6f28d1398d92: Layer already exists [2025-06-03T01:33:56.898Z] 9b3a338502ce: Layer already exists [2025-06-03T01:33:56.898Z] b967adb9c789: Layer already exists [2025-06-03T01:33:56.898Z] b17a12dd3717: Layer already exists [2025-06-03T01:33:56.898Z] 0c8192e3279d: Layer already exists [2025-06-03T01:33:56.898Z] ba3e974e859f: Layer already exists [2025-06-03T01:33:56.898Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:56.898Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:56.898Z] cf5225d1e272: Layer already exists [2025-06-03T01:33:56.898Z] a85697d4c129: Layer already exists [2025-06-03T01:33:56.898Z] dab6b12de2e5: Layer already exists [2025-06-03T01:33:56.898Z] d0608d7011ca: Layer already exists [2025-06-03T01:33:56.898Z] 7be4816728dd: Layer already exists [2025-06-03T01:33:56.898Z] 4f285e407bdf: Layer already exists [2025-06-03T01:33:56.898Z] 5f70bf18a086: Layer already exists [2025-06-03T01:33:56.898Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:56.898Z] latest: digest: sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:57.229Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:57.553Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18 [2025-06-03T01:33:57.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-03T01:33:57.553Z] b967adb9c789: Preparing [2025-06-03T01:33:57.553Z] 9b3a338502ce: Preparing [2025-06-03T01:33:57.553Z] 0c8192e3279d: Preparing [2025-06-03T01:33:57.553Z] b17a12dd3717: Preparing [2025-06-03T01:33:57.553Z] 6f28d1398d92: Preparing [2025-06-03T01:33:57.553Z] ba3e974e859f: Preparing [2025-06-03T01:33:57.553Z] cf5225d1e272: Preparing [2025-06-03T01:33:57.553Z] 9dd6888025c5: Preparing [2025-06-03T01:33:57.553Z] b23082aa25a7: Preparing [2025-06-03T01:33:57.553Z] a85697d4c129: Preparing [2025-06-03T01:33:57.553Z] 7be4816728dd: Preparing [2025-06-03T01:33:57.553Z] 5f70bf18a086: Preparing [2025-06-03T01:33:57.553Z] d0608d7011ca: Preparing [2025-06-03T01:33:57.553Z] dab6b12de2e5: Preparing [2025-06-03T01:33:57.553Z] 4f285e407bdf: Preparing [2025-06-03T01:33:57.553Z] 994456c4fd7b: Preparing [2025-06-03T01:33:57.553Z] ba3e974e859f: Waiting [2025-06-03T01:33:57.553Z] cf5225d1e272: Waiting [2025-06-03T01:33:57.553Z] 9dd6888025c5: Waiting [2025-06-03T01:33:57.553Z] b23082aa25a7: Waiting [2025-06-03T01:33:57.553Z] a85697d4c129: Waiting [2025-06-03T01:33:57.553Z] 7be4816728dd: Waiting [2025-06-03T01:33:57.553Z] 5f70bf18a086: Waiting [2025-06-03T01:33:57.553Z] d0608d7011ca: Waiting [2025-06-03T01:33:57.553Z] dab6b12de2e5: Waiting [2025-06-03T01:33:57.553Z] 994456c4fd7b: Waiting [2025-06-03T01:33:57.553Z] 9b3a338502ce: Layer already exists [2025-06-03T01:33:57.553Z] 6f28d1398d92: Layer already exists [2025-06-03T01:33:57.553Z] b967adb9c789: Layer already exists [2025-06-03T01:33:57.553Z] 0c8192e3279d: Layer already exists [2025-06-03T01:33:57.553Z] b17a12dd3717: Layer already exists [2025-06-03T01:33:57.553Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:57.553Z] ba3e974e859f: Layer already exists [2025-06-03T01:33:57.553Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:57.553Z] cf5225d1e272: Layer already exists [2025-06-03T01:33:57.553Z] a85697d4c129: Layer already exists [2025-06-03T01:33:57.554Z] 7be4816728dd: Layer already exists [2025-06-03T01:33:57.554Z] d0608d7011ca: Layer already exists [2025-06-03T01:33:57.554Z] 5f70bf18a086: Layer already exists [2025-06-03T01:33:57.554Z] dab6b12de2e5: Layer already exists [2025-06-03T01:33:57.554Z] 4f285e407bdf: Layer already exists [2025-06-03T01:33:57.554Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:57.554Z] 4.1.0-dev.18: digest: sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:57.882Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:58.207Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:58.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-03T01:33:58.207Z] b967adb9c789: Preparing [2025-06-03T01:33:58.207Z] 9b3a338502ce: Preparing [2025-06-03T01:33:58.207Z] 0c8192e3279d: Preparing [2025-06-03T01:33:58.207Z] b17a12dd3717: Preparing [2025-06-03T01:33:58.207Z] 6f28d1398d92: Preparing [2025-06-03T01:33:58.207Z] ba3e974e859f: Preparing [2025-06-03T01:33:58.207Z] cf5225d1e272: Preparing [2025-06-03T01:33:58.207Z] 9dd6888025c5: Preparing [2025-06-03T01:33:58.207Z] b23082aa25a7: Preparing [2025-06-03T01:33:58.207Z] a85697d4c129: Preparing [2025-06-03T01:33:58.207Z] 7be4816728dd: Preparing [2025-06-03T01:33:58.207Z] 5f70bf18a086: Preparing [2025-06-03T01:33:58.207Z] d0608d7011ca: Preparing [2025-06-03T01:33:58.207Z] dab6b12de2e5: Preparing [2025-06-03T01:33:58.207Z] ba3e974e859f: Waiting [2025-06-03T01:33:58.207Z] 4f285e407bdf: Preparing [2025-06-03T01:33:58.207Z] 994456c4fd7b: Preparing [2025-06-03T01:33:58.207Z] cf5225d1e272: Waiting [2025-06-03T01:33:58.207Z] 9dd6888025c5: Waiting [2025-06-03T01:33:58.207Z] 7be4816728dd: Waiting [2025-06-03T01:33:58.207Z] dab6b12de2e5: Waiting [2025-06-03T01:33:58.207Z] 5f70bf18a086: Waiting [2025-06-03T01:33:58.207Z] 4f285e407bdf: Waiting [2025-06-03T01:33:58.207Z] 994456c4fd7b: Waiting [2025-06-03T01:33:58.207Z] d0608d7011ca: Waiting [2025-06-03T01:33:58.207Z] b23082aa25a7: Waiting [2025-06-03T01:33:58.207Z] a85697d4c129: Waiting [2025-06-03T01:33:58.207Z] b17a12dd3717: Layer already exists [2025-06-03T01:33:58.207Z] b967adb9c789: Layer already exists [2025-06-03T01:33:58.207Z] 9b3a338502ce: Layer already exists [2025-06-03T01:33:58.207Z] 6f28d1398d92: Layer already exists [2025-06-03T01:33:58.207Z] 0c8192e3279d: Layer already exists [2025-06-03T01:33:58.207Z] ba3e974e859f: Layer already exists [2025-06-03T01:33:58.207Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:58.207Z] cf5225d1e272: Layer already exists [2025-06-03T01:33:58.207Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:58.207Z] a85697d4c129: Layer already exists [2025-06-03T01:33:58.207Z] 5f70bf18a086: Layer already exists [2025-06-03T01:33:58.207Z] dab6b12de2e5: Layer already exists [2025-06-03T01:33:58.207Z] 7be4816728dd: Layer already exists [2025-06-03T01:33:58.207Z] d0608d7011ca: Layer already exists [2025-06-03T01:33:58.207Z] 4f285e407bdf: Layer already exists [2025-06-03T01:33:58.207Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:58.207Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:58.537Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:58.864Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-03T01:33:58.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-03T01:33:58.864Z] b967adb9c789: Preparing [2025-06-03T01:33:58.864Z] 9b3a338502ce: Preparing [2025-06-03T01:33:58.864Z] 0c8192e3279d: Preparing [2025-06-03T01:33:58.864Z] b17a12dd3717: Preparing [2025-06-03T01:33:58.864Z] 6f28d1398d92: Preparing [2025-06-03T01:33:58.864Z] ba3e974e859f: Preparing [2025-06-03T01:33:58.864Z] cf5225d1e272: Preparing [2025-06-03T01:33:58.864Z] 9dd6888025c5: Preparing [2025-06-03T01:33:58.864Z] b23082aa25a7: Preparing [2025-06-03T01:33:58.864Z] a85697d4c129: Preparing [2025-06-03T01:33:58.864Z] 7be4816728dd: Preparing [2025-06-03T01:33:58.864Z] 5f70bf18a086: Preparing [2025-06-03T01:33:58.864Z] d0608d7011ca: Preparing [2025-06-03T01:33:58.864Z] dab6b12de2e5: Preparing [2025-06-03T01:33:58.864Z] 4f285e407bdf: Preparing [2025-06-03T01:33:58.864Z] 994456c4fd7b: Preparing [2025-06-03T01:33:58.864Z] ba3e974e859f: Waiting [2025-06-03T01:33:58.864Z] cf5225d1e272: Waiting [2025-06-03T01:33:58.864Z] 9dd6888025c5: Waiting [2025-06-03T01:33:58.864Z] b23082aa25a7: Waiting [2025-06-03T01:33:58.864Z] a85697d4c129: Waiting [2025-06-03T01:33:58.864Z] 7be4816728dd: Waiting [2025-06-03T01:33:58.864Z] 5f70bf18a086: Waiting [2025-06-03T01:33:58.864Z] 994456c4fd7b: Waiting [2025-06-03T01:33:58.864Z] d0608d7011ca: Waiting [2025-06-03T01:33:58.864Z] dab6b12de2e5: Waiting [2025-06-03T01:33:58.864Z] 4f285e407bdf: Waiting [2025-06-03T01:33:58.864Z] b17a12dd3717: Layer already exists [2025-06-03T01:33:58.864Z] 0c8192e3279d: Layer already exists [2025-06-03T01:33:58.864Z] 9b3a338502ce: Layer already exists [2025-06-03T01:33:58.864Z] 6f28d1398d92: Layer already exists [2025-06-03T01:33:58.864Z] b967adb9c789: Layer already exists [2025-06-03T01:33:58.864Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:58.864Z] ba3e974e859f: Layer already exists [2025-06-03T01:33:58.864Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:58.864Z] cf5225d1e272: Layer already exists [2025-06-03T01:33:58.864Z] a85697d4c129: Layer already exists [2025-06-03T01:33:58.864Z] 7be4816728dd: Layer already exists [2025-06-03T01:33:58.864Z] 5f70bf18a086: Layer already exists [2025-06-03T01:33:58.864Z] d0608d7011ca: Layer already exists [2025-06-03T01:33:58.864Z] 4f285e407bdf: Layer already exists [2025-06-03T01:33:58.864Z] dab6b12de2e5: Layer already exists [2025-06-03T01:33:58.864Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:58.864Z] main: digest: sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:33:58.939Z] ===================================================== [Pipeline] echo [2025-06-03T01:33:58.953Z] taggedImages: [2025-06-03T01:33:58.953Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:58.953Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-03T01:33:58.953Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18 [2025-06-03T01:33:58.953Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:58.953Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-03T01:33:58.979Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-03T01:33:58.980Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:58.980Z] latest [2025-06-03T01:33:58.980Z] 4.1.0-dev.18 [2025-06-03T01:33:58.980Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:33:58.980Z] main [2025-06-03T01:33:58.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:59.327Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:33:59.654Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:33:59.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-03T01:33:59.654Z] 2902928f20de: Preparing [2025-06-03T01:33:59.654Z] 8051e1912ddf: Preparing [2025-06-03T01:33:59.654Z] 533ff5591d12: Preparing [2025-06-03T01:33:59.654Z] 3fb6c219f040: Preparing [2025-06-03T01:33:59.654Z] 9dd6888025c5: Preparing [2025-06-03T01:33:59.654Z] b23082aa25a7: Preparing [2025-06-03T01:33:59.654Z] 1d9808447301: Preparing [2025-06-03T01:33:59.654Z] d8e23d5779e1: Preparing [2025-06-03T01:33:59.654Z] 994456c4fd7b: Preparing [2025-06-03T01:33:59.654Z] 1d9808447301: Waiting [2025-06-03T01:33:59.654Z] d8e23d5779e1: Waiting [2025-06-03T01:33:59.654Z] 994456c4fd7b: Waiting [2025-06-03T01:33:59.654Z] b23082aa25a7: Waiting [2025-06-03T01:33:59.654Z] 9dd6888025c5: Layer already exists [2025-06-03T01:33:59.654Z] b23082aa25a7: Layer already exists [2025-06-03T01:33:59.654Z] 1d9808447301: Layer already exists [2025-06-03T01:33:59.654Z] d8e23d5779e1: Layer already exists [2025-06-03T01:33:59.654Z] 994456c4fd7b: Layer already exists [2025-06-03T01:33:59.654Z] 2902928f20de: Pushed [2025-06-03T01:33:59.654Z] 8051e1912ddf: Pushed [2025-06-03T01:33:59.654Z] 533ff5591d12: Pushed [2025-06-03T01:34:02.190Z] 3fb6c219f040: Pushed [2025-06-03T01:34:02.190Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:02.527Z] + 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-03T01:34:02.859Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-03T01:34:02.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-03T01:34:02.860Z] 2902928f20de: Preparing [2025-06-03T01:34:02.860Z] 8051e1912ddf: Preparing [2025-06-03T01:34:02.860Z] 533ff5591d12: Preparing [2025-06-03T01:34:02.860Z] 3fb6c219f040: Preparing [2025-06-03T01:34:02.860Z] 9dd6888025c5: Preparing [2025-06-03T01:34:02.860Z] b23082aa25a7: Preparing [2025-06-03T01:34:02.860Z] 1d9808447301: Preparing [2025-06-03T01:34:02.860Z] d8e23d5779e1: Preparing [2025-06-03T01:34:02.860Z] 994456c4fd7b: Preparing [2025-06-03T01:34:02.860Z] 1d9808447301: Waiting [2025-06-03T01:34:02.860Z] b23082aa25a7: Waiting [2025-06-03T01:34:02.860Z] d8e23d5779e1: Waiting [2025-06-03T01:34:02.860Z] 994456c4fd7b: Waiting [2025-06-03T01:34:02.860Z] 533ff5591d12: Layer already exists [2025-06-03T01:34:02.860Z] 2902928f20de: Layer already exists [2025-06-03T01:34:02.860Z] 3fb6c219f040: Layer already exists [2025-06-03T01:34:02.860Z] 8051e1912ddf: Layer already exists [2025-06-03T01:34:02.860Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:02.860Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:02.860Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:02.860Z] 1d9808447301: Layer already exists [2025-06-03T01:34:02.860Z] d8e23d5779e1: Layer already exists [2025-06-03T01:34:02.860Z] latest: digest: sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:03.190Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:03.518Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18 [2025-06-03T01:34:03.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-03T01:34:03.518Z] 2902928f20de: Preparing [2025-06-03T01:34:03.518Z] 8051e1912ddf: Preparing [2025-06-03T01:34:03.518Z] 533ff5591d12: Preparing [2025-06-03T01:34:03.518Z] 3fb6c219f040: Preparing [2025-06-03T01:34:03.518Z] 9dd6888025c5: Preparing [2025-06-03T01:34:03.518Z] b23082aa25a7: Preparing [2025-06-03T01:34:03.518Z] 1d9808447301: Preparing [2025-06-03T01:34:03.518Z] d8e23d5779e1: Preparing [2025-06-03T01:34:03.518Z] 994456c4fd7b: Preparing [2025-06-03T01:34:03.518Z] 1d9808447301: Waiting [2025-06-03T01:34:03.518Z] d8e23d5779e1: Waiting [2025-06-03T01:34:03.518Z] 994456c4fd7b: Waiting [2025-06-03T01:34:03.518Z] b23082aa25a7: Waiting [2025-06-03T01:34:03.518Z] 533ff5591d12: Layer already exists [2025-06-03T01:34:03.518Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:03.518Z] 8051e1912ddf: Layer already exists [2025-06-03T01:34:03.518Z] 3fb6c219f040: Layer already exists [2025-06-03T01:34:03.518Z] 2902928f20de: Layer already exists [2025-06-03T01:34:03.518Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:03.518Z] d8e23d5779e1: Layer already exists [2025-06-03T01:34:03.518Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:03.519Z] 1d9808447301: Layer already exists [2025-06-03T01:34:03.519Z] 4.1.0-dev.18: digest: sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:03.844Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:04.176Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:04.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-03T01:34:04.177Z] 2902928f20de: Preparing [2025-06-03T01:34:04.177Z] 8051e1912ddf: Preparing [2025-06-03T01:34:04.177Z] 533ff5591d12: Preparing [2025-06-03T01:34:04.177Z] 3fb6c219f040: Preparing [2025-06-03T01:34:04.177Z] 9dd6888025c5: Preparing [2025-06-03T01:34:04.177Z] b23082aa25a7: Preparing [2025-06-03T01:34:04.177Z] 1d9808447301: Preparing [2025-06-03T01:34:04.177Z] d8e23d5779e1: Preparing [2025-06-03T01:34:04.177Z] 994456c4fd7b: Preparing [2025-06-03T01:34:04.177Z] 1d9808447301: Waiting [2025-06-03T01:34:04.177Z] d8e23d5779e1: Waiting [2025-06-03T01:34:04.177Z] b23082aa25a7: Waiting [2025-06-03T01:34:04.177Z] 994456c4fd7b: Waiting [2025-06-03T01:34:04.177Z] 8051e1912ddf: Layer already exists [2025-06-03T01:34:04.177Z] 533ff5591d12: Layer already exists [2025-06-03T01:34:04.177Z] 3fb6c219f040: Layer already exists [2025-06-03T01:34:04.177Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:04.177Z] 2902928f20de: Layer already exists [2025-06-03T01:34:04.177Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:04.177Z] d8e23d5779e1: Layer already exists [2025-06-03T01:34:04.177Z] 1d9808447301: Layer already exists [2025-06-03T01:34:04.177Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:04.177Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:04.502Z] + 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-03T01:34:04.932Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-03T01:34:04.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-03T01:34:04.932Z] 2902928f20de: Preparing [2025-06-03T01:34:04.932Z] 8051e1912ddf: Preparing [2025-06-03T01:34:04.932Z] 533ff5591d12: Preparing [2025-06-03T01:34:04.932Z] 3fb6c219f040: Preparing [2025-06-03T01:34:04.932Z] 9dd6888025c5: Preparing [2025-06-03T01:34:04.932Z] b23082aa25a7: Preparing [2025-06-03T01:34:04.932Z] 1d9808447301: Preparing [2025-06-03T01:34:04.932Z] d8e23d5779e1: Preparing [2025-06-03T01:34:04.932Z] 994456c4fd7b: Preparing [2025-06-03T01:34:04.932Z] 1d9808447301: Waiting [2025-06-03T01:34:04.932Z] d8e23d5779e1: Waiting [2025-06-03T01:34:04.932Z] b23082aa25a7: Waiting [2025-06-03T01:34:04.932Z] 994456c4fd7b: Waiting [2025-06-03T01:34:04.932Z] 533ff5591d12: Layer already exists [2025-06-03T01:34:04.932Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:04.932Z] 8051e1912ddf: Layer already exists [2025-06-03T01:34:04.932Z] 2902928f20de: Layer already exists [2025-06-03T01:34:04.932Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:04.932Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:04.932Z] 1d9808447301: Layer already exists [2025-06-03T01:34:04.932Z] d8e23d5779e1: Layer already exists [2025-06-03T01:34:04.932Z] 3fb6c219f040: Layer already exists [2025-06-03T01:34:04.932Z] main: digest: sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:34:05.003Z] ===================================================== [Pipeline] echo [2025-06-03T01:34:05.018Z] taggedImages: [2025-06-03T01:34:05.018Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:05.018Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-03T01:34:05.018Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18 [2025-06-03T01:34:05.018Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:05.018Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-03T01:34:05.043Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-03T01:34:05.043Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:05.043Z] latest [2025-06-03T01:34:05.043Z] 4.1.0-dev.18 [2025-06-03T01:34:05.043Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:05.043Z] main [2025-06-03T01:34:05.043Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:05.438Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:05.796Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:05.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-03T01:34:05.796Z] ef1fbd0cbcbb: Preparing [2025-06-03T01:34:05.796Z] 57db5a26a611: Preparing [2025-06-03T01:34:05.796Z] d60ff5360407: Preparing [2025-06-03T01:34:05.796Z] 5bc6d258440f: Preparing [2025-06-03T01:34:05.796Z] 1bbe9f5d0f3e: Preparing [2025-06-03T01:34:05.796Z] 9dd6888025c5: Preparing [2025-06-03T01:34:05.796Z] b23082aa25a7: Preparing [2025-06-03T01:34:05.796Z] 1866e86d39e6: Preparing [2025-06-03T01:34:05.796Z] 3dbb20ff25e8: Preparing [2025-06-03T01:34:05.796Z] 7775262838f8: Preparing [2025-06-03T01:34:05.796Z] 994456c4fd7b: Preparing [2025-06-03T01:34:05.796Z] 1866e86d39e6: Waiting [2025-06-03T01:34:05.796Z] 7775262838f8: Waiting [2025-06-03T01:34:05.796Z] 994456c4fd7b: Waiting [2025-06-03T01:34:05.796Z] 3dbb20ff25e8: Waiting [2025-06-03T01:34:05.796Z] 9dd6888025c5: Waiting [2025-06-03T01:34:05.796Z] b23082aa25a7: Waiting [2025-06-03T01:34:05.796Z] 57db5a26a611: Pushed [2025-06-03T01:34:05.796Z] 5bc6d258440f: Pushed [2025-06-03T01:34:05.796Z] ef1fbd0cbcbb: Pushed [2025-06-03T01:34:05.796Z] 1bbe9f5d0f3e: Pushed [2025-06-03T01:34:05.796Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:05.796Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:05.796Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:05.796Z] 3dbb20ff25e8: Pushed [2025-06-03T01:34:05.796Z] 1866e86d39e6: Pushed [2025-06-03T01:34:07.199Z] 7775262838f8: Pushed [2025-06-03T01:34:07.766Z] d60ff5360407: Pushed [2025-06-03T01:34:07.767Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:08.093Z] + 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-03T01:34:08.409Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-03T01:34:08.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-03T01:34:08.409Z] ef1fbd0cbcbb: Preparing [2025-06-03T01:34:08.409Z] 57db5a26a611: Preparing [2025-06-03T01:34:08.409Z] d60ff5360407: Preparing [2025-06-03T01:34:08.409Z] 5bc6d258440f: Preparing [2025-06-03T01:34:08.409Z] 1bbe9f5d0f3e: Preparing [2025-06-03T01:34:08.409Z] 9dd6888025c5: Preparing [2025-06-03T01:34:08.409Z] b23082aa25a7: Preparing [2025-06-03T01:34:08.409Z] 1866e86d39e6: Preparing [2025-06-03T01:34:08.409Z] 3dbb20ff25e8: Preparing [2025-06-03T01:34:08.409Z] 7775262838f8: Preparing [2025-06-03T01:34:08.409Z] 994456c4fd7b: Preparing [2025-06-03T01:34:08.409Z] 9dd6888025c5: Waiting [2025-06-03T01:34:08.409Z] 3dbb20ff25e8: Waiting [2025-06-03T01:34:08.409Z] b23082aa25a7: Waiting [2025-06-03T01:34:08.409Z] 7775262838f8: Waiting [2025-06-03T01:34:08.409Z] 1866e86d39e6: Waiting [2025-06-03T01:34:08.409Z] 994456c4fd7b: Waiting [2025-06-03T01:34:08.409Z] ef1fbd0cbcbb: Layer already exists [2025-06-03T01:34:08.409Z] 1bbe9f5d0f3e: Layer already exists [2025-06-03T01:34:08.409Z] 5bc6d258440f: Layer already exists [2025-06-03T01:34:08.409Z] d60ff5360407: Layer already exists [2025-06-03T01:34:08.409Z] 57db5a26a611: Layer already exists [2025-06-03T01:34:08.409Z] 3dbb20ff25e8: Layer already exists [2025-06-03T01:34:08.409Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:08.409Z] 1866e86d39e6: Layer already exists [2025-06-03T01:34:08.409Z] 7775262838f8: Layer already exists [2025-06-03T01:34:08.409Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:08.409Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:08.409Z] latest: digest: sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:08.733Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:09.058Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18 [2025-06-03T01:34:09.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-03T01:34:09.058Z] ef1fbd0cbcbb: Preparing [2025-06-03T01:34:09.058Z] 57db5a26a611: Preparing [2025-06-03T01:34:09.058Z] d60ff5360407: Preparing [2025-06-03T01:34:09.058Z] 5bc6d258440f: Preparing [2025-06-03T01:34:09.058Z] 1bbe9f5d0f3e: Preparing [2025-06-03T01:34:09.058Z] 9dd6888025c5: Preparing [2025-06-03T01:34:09.058Z] b23082aa25a7: Preparing [2025-06-03T01:34:09.058Z] 1866e86d39e6: Preparing [2025-06-03T01:34:09.058Z] 3dbb20ff25e8: Preparing [2025-06-03T01:34:09.058Z] 7775262838f8: Preparing [2025-06-03T01:34:09.058Z] 994456c4fd7b: Preparing [2025-06-03T01:34:09.058Z] b23082aa25a7: Waiting [2025-06-03T01:34:09.058Z] 9dd6888025c5: Waiting [2025-06-03T01:34:09.058Z] 3dbb20ff25e8: Waiting [2025-06-03T01:34:09.058Z] 994456c4fd7b: Waiting [2025-06-03T01:34:09.058Z] 7775262838f8: Waiting [2025-06-03T01:34:09.058Z] 1866e86d39e6: Waiting [2025-06-03T01:34:09.058Z] ef1fbd0cbcbb: Layer already exists [2025-06-03T01:34:09.058Z] 57db5a26a611: Layer already exists [2025-06-03T01:34:09.058Z] 5bc6d258440f: Layer already exists [2025-06-03T01:34:09.058Z] 1bbe9f5d0f3e: Layer already exists [2025-06-03T01:34:09.058Z] d60ff5360407: Layer already exists [2025-06-03T01:34:09.058Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:09.058Z] 3dbb20ff25e8: Layer already exists [2025-06-03T01:34:09.058Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:09.058Z] 7775262838f8: Layer already exists [2025-06-03T01:34:09.058Z] 1866e86d39e6: Layer already exists [2025-06-03T01:34:09.058Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:09.058Z] 4.1.0-dev.18: digest: sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:09.392Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:09.718Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:09.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-03T01:34:09.718Z] ef1fbd0cbcbb: Preparing [2025-06-03T01:34:09.718Z] 57db5a26a611: Preparing [2025-06-03T01:34:09.718Z] d60ff5360407: Preparing [2025-06-03T01:34:09.718Z] 5bc6d258440f: Preparing [2025-06-03T01:34:09.718Z] 1bbe9f5d0f3e: Preparing [2025-06-03T01:34:09.718Z] 9dd6888025c5: Preparing [2025-06-03T01:34:09.718Z] b23082aa25a7: Preparing [2025-06-03T01:34:09.718Z] 1866e86d39e6: Preparing [2025-06-03T01:34:09.718Z] 3dbb20ff25e8: Preparing [2025-06-03T01:34:09.718Z] 7775262838f8: Preparing [2025-06-03T01:34:09.718Z] 994456c4fd7b: Preparing [2025-06-03T01:34:09.718Z] 9dd6888025c5: Waiting [2025-06-03T01:34:09.718Z] b23082aa25a7: Waiting [2025-06-03T01:34:09.718Z] 1866e86d39e6: Waiting [2025-06-03T01:34:09.718Z] 3dbb20ff25e8: Waiting [2025-06-03T01:34:09.718Z] 7775262838f8: Waiting [2025-06-03T01:34:09.718Z] ef1fbd0cbcbb: Layer already exists [2025-06-03T01:34:09.718Z] 1bbe9f5d0f3e: Layer already exists [2025-06-03T01:34:09.718Z] 57db5a26a611: Layer already exists [2025-06-03T01:34:09.718Z] 5bc6d258440f: Layer already exists [2025-06-03T01:34:09.718Z] d60ff5360407: Layer already exists [2025-06-03T01:34:09.718Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:09.718Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:09.718Z] 3dbb20ff25e8: Layer already exists [2025-06-03T01:34:09.718Z] 7775262838f8: Layer already exists [2025-06-03T01:34:09.718Z] 1866e86d39e6: Layer already exists [2025-06-03T01:34:09.718Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:09.718Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:10.044Z] + 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-03T01:34:10.379Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-03T01:34:10.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-03T01:34:10.379Z] ef1fbd0cbcbb: Preparing [2025-06-03T01:34:10.379Z] 57db5a26a611: Preparing [2025-06-03T01:34:10.379Z] d60ff5360407: Preparing [2025-06-03T01:34:10.379Z] 5bc6d258440f: Preparing [2025-06-03T01:34:10.379Z] 1bbe9f5d0f3e: Preparing [2025-06-03T01:34:10.379Z] 9dd6888025c5: Preparing [2025-06-03T01:34:10.379Z] b23082aa25a7: Preparing [2025-06-03T01:34:10.379Z] 1866e86d39e6: Preparing [2025-06-03T01:34:10.379Z] 3dbb20ff25e8: Preparing [2025-06-03T01:34:10.379Z] 7775262838f8: Preparing [2025-06-03T01:34:10.379Z] 994456c4fd7b: Preparing [2025-06-03T01:34:10.379Z] b23082aa25a7: Waiting [2025-06-03T01:34:10.379Z] 1866e86d39e6: Waiting [2025-06-03T01:34:10.379Z] 3dbb20ff25e8: Waiting [2025-06-03T01:34:10.379Z] 7775262838f8: Waiting [2025-06-03T01:34:10.379Z] 994456c4fd7b: Waiting [2025-06-03T01:34:10.379Z] 9dd6888025c5: Waiting [2025-06-03T01:34:10.379Z] 57db5a26a611: Layer already exists [2025-06-03T01:34:10.379Z] d60ff5360407: Layer already exists [2025-06-03T01:34:10.379Z] 5bc6d258440f: Layer already exists [2025-06-03T01:34:10.379Z] ef1fbd0cbcbb: Layer already exists [2025-06-03T01:34:10.379Z] 1bbe9f5d0f3e: Layer already exists [2025-06-03T01:34:10.379Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:10.379Z] 1866e86d39e6: Layer already exists [2025-06-03T01:34:10.379Z] 7775262838f8: Layer already exists [2025-06-03T01:34:10.379Z] 3dbb20ff25e8: Layer already exists [2025-06-03T01:34:10.379Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:10.379Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:10.379Z] main: digest: sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:34:10.464Z] ===================================================== [Pipeline] echo [2025-06-03T01:34:10.481Z] taggedImages: [2025-06-03T01:34:10.481Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:10.481Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-03T01:34:10.481Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18 [2025-06-03T01:34:10.481Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:10.481Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-03T01:34:10.510Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-03T01:34:10.510Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:10.510Z] latest [2025-06-03T01:34:10.510Z] 4.1.0-dev.18 [2025-06-03T01:34:10.510Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:10.510Z] main [2025-06-03T01:34:10.510Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:10.854Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:11.179Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:11.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-03T01:34:11.179Z] da3f4590e3a0: Preparing [2025-06-03T01:34:11.179Z] b5a236e60d27: Preparing [2025-06-03T01:34:11.179Z] 80e53b06327e: Preparing [2025-06-03T01:34:11.179Z] 9e7c045e7d1c: Preparing [2025-06-03T01:34:11.179Z] 717543dfed0a: Preparing [2025-06-03T01:34:11.179Z] 1a6d5abffdd5: Preparing [2025-06-03T01:34:11.179Z] 03a6ffd2e028: Preparing [2025-06-03T01:34:11.179Z] 9dd6888025c5: Preparing [2025-06-03T01:34:11.179Z] b23082aa25a7: Preparing [2025-06-03T01:34:11.179Z] dd16c50ad560: Preparing [2025-06-03T01:34:11.179Z] 25cf12622d07: Preparing [2025-06-03T01:34:11.179Z] 994456c4fd7b: Preparing [2025-06-03T01:34:11.179Z] 03a6ffd2e028: Waiting [2025-06-03T01:34:11.179Z] 9dd6888025c5: Waiting [2025-06-03T01:34:11.179Z] b23082aa25a7: Waiting [2025-06-03T01:34:11.179Z] dd16c50ad560: Waiting [2025-06-03T01:34:11.179Z] 25cf12622d07: Waiting [2025-06-03T01:34:11.179Z] 994456c4fd7b: Waiting [2025-06-03T01:34:11.179Z] 1a6d5abffdd5: Waiting [2025-06-03T01:34:11.179Z] da3f4590e3a0: Pushed [2025-06-03T01:34:11.179Z] b5a236e60d27: Pushed [2025-06-03T01:34:11.179Z] 717543dfed0a: Pushed [2025-06-03T01:34:11.179Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:11.179Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:11.179Z] 1a6d5abffdd5: Pushed [2025-06-03T01:34:11.179Z] 03a6ffd2e028: Pushed [2025-06-03T01:34:11.438Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:11.438Z] dd16c50ad560: Pushed [2025-06-03T01:34:12.372Z] 25cf12622d07: Pushed [2025-06-03T01:34:12.941Z] 9e7c045e7d1c: Pushed [2025-06-03T01:34:13.878Z] 80e53b06327e: Pushed [2025-06-03T01:34:13.878Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:14.212Z] + 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-03T01:34:14.546Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-03T01:34:14.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-03T01:34:14.546Z] da3f4590e3a0: Preparing [2025-06-03T01:34:14.546Z] b5a236e60d27: Preparing [2025-06-03T01:34:14.546Z] 80e53b06327e: Preparing [2025-06-03T01:34:14.546Z] 9e7c045e7d1c: Preparing [2025-06-03T01:34:14.546Z] 717543dfed0a: Preparing [2025-06-03T01:34:14.546Z] 1a6d5abffdd5: Preparing [2025-06-03T01:34:14.546Z] 03a6ffd2e028: Preparing [2025-06-03T01:34:14.546Z] 9dd6888025c5: Preparing [2025-06-03T01:34:14.546Z] b23082aa25a7: Preparing [2025-06-03T01:34:14.546Z] dd16c50ad560: Preparing [2025-06-03T01:34:14.546Z] 25cf12622d07: Preparing [2025-06-03T01:34:14.546Z] 994456c4fd7b: Preparing [2025-06-03T01:34:14.546Z] 9dd6888025c5: Waiting [2025-06-03T01:34:14.546Z] 1a6d5abffdd5: Waiting [2025-06-03T01:34:14.546Z] 03a6ffd2e028: Waiting [2025-06-03T01:34:14.546Z] b23082aa25a7: Waiting [2025-06-03T01:34:14.546Z] 994456c4fd7b: Waiting [2025-06-03T01:34:14.546Z] dd16c50ad560: Waiting [2025-06-03T01:34:14.546Z] 25cf12622d07: Waiting [2025-06-03T01:34:14.546Z] 9e7c045e7d1c: Layer already exists [2025-06-03T01:34:14.546Z] 717543dfed0a: Layer already exists [2025-06-03T01:34:14.546Z] da3f4590e3a0: Layer already exists [2025-06-03T01:34:14.546Z] b5a236e60d27: Layer already exists [2025-06-03T01:34:14.546Z] 80e53b06327e: Layer already exists [2025-06-03T01:34:14.546Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:14.546Z] 1a6d5abffdd5: Layer already exists [2025-06-03T01:34:14.546Z] dd16c50ad560: Layer already exists [2025-06-03T01:34:14.546Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:14.546Z] 03a6ffd2e028: Layer already exists [2025-06-03T01:34:14.546Z] 25cf12622d07: Layer already exists [2025-06-03T01:34:14.546Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:14.547Z] latest: digest: sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:14.869Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:15.197Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18 [2025-06-03T01:34:15.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-03T01:34:15.197Z] da3f4590e3a0: Preparing [2025-06-03T01:34:15.197Z] b5a236e60d27: Preparing [2025-06-03T01:34:15.197Z] 80e53b06327e: Preparing [2025-06-03T01:34:15.197Z] 9e7c045e7d1c: Preparing [2025-06-03T01:34:15.197Z] 717543dfed0a: Preparing [2025-06-03T01:34:15.197Z] 1a6d5abffdd5: Preparing [2025-06-03T01:34:15.197Z] 03a6ffd2e028: Preparing [2025-06-03T01:34:15.197Z] 9dd6888025c5: Preparing [2025-06-03T01:34:15.197Z] b23082aa25a7: Preparing [2025-06-03T01:34:15.197Z] dd16c50ad560: Preparing [2025-06-03T01:34:15.197Z] 25cf12622d07: Preparing [2025-06-03T01:34:15.197Z] 994456c4fd7b: Preparing [2025-06-03T01:34:15.197Z] 9dd6888025c5: Waiting [2025-06-03T01:34:15.197Z] 1a6d5abffdd5: Waiting [2025-06-03T01:34:15.197Z] 03a6ffd2e028: Waiting [2025-06-03T01:34:15.197Z] b23082aa25a7: Waiting [2025-06-03T01:34:15.197Z] 25cf12622d07: Waiting [2025-06-03T01:34:15.197Z] dd16c50ad560: Waiting [2025-06-03T01:34:15.197Z] 994456c4fd7b: Waiting [2025-06-03T01:34:15.197Z] b5a236e60d27: Layer already exists [2025-06-03T01:34:15.197Z] 717543dfed0a: Layer already exists [2025-06-03T01:34:15.197Z] 9e7c045e7d1c: Layer already exists [2025-06-03T01:34:15.197Z] da3f4590e3a0: Layer already exists [2025-06-03T01:34:15.197Z] 80e53b06327e: Layer already exists [2025-06-03T01:34:15.197Z] 03a6ffd2e028: Layer already exists [2025-06-03T01:34:15.197Z] 1a6d5abffdd5: Layer already exists [2025-06-03T01:34:15.197Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:15.197Z] dd16c50ad560: Layer already exists [2025-06-03T01:34:15.197Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:15.197Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:15.197Z] 25cf12622d07: Layer already exists [2025-06-03T01:34:15.197Z] 4.1.0-dev.18: digest: sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:15.525Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:15.843Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:15.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-03T01:34:15.843Z] da3f4590e3a0: Preparing [2025-06-03T01:34:15.843Z] b5a236e60d27: Preparing [2025-06-03T01:34:15.843Z] 80e53b06327e: Preparing [2025-06-03T01:34:15.843Z] 9e7c045e7d1c: Preparing [2025-06-03T01:34:15.843Z] 717543dfed0a: Preparing [2025-06-03T01:34:15.843Z] 1a6d5abffdd5: Preparing [2025-06-03T01:34:15.843Z] 03a6ffd2e028: Preparing [2025-06-03T01:34:15.843Z] 9dd6888025c5: Preparing [2025-06-03T01:34:15.843Z] b23082aa25a7: Preparing [2025-06-03T01:34:15.843Z] dd16c50ad560: Preparing [2025-06-03T01:34:15.843Z] 25cf12622d07: Preparing [2025-06-03T01:34:15.843Z] 994456c4fd7b: Preparing [2025-06-03T01:34:15.843Z] 1a6d5abffdd5: Waiting [2025-06-03T01:34:15.843Z] 03a6ffd2e028: Waiting [2025-06-03T01:34:15.843Z] 9dd6888025c5: Waiting [2025-06-03T01:34:15.843Z] b23082aa25a7: Waiting [2025-06-03T01:34:15.843Z] dd16c50ad560: Waiting [2025-06-03T01:34:15.843Z] 25cf12622d07: Waiting [2025-06-03T01:34:15.843Z] 994456c4fd7b: Waiting [2025-06-03T01:34:15.843Z] 9e7c045e7d1c: Layer already exists [2025-06-03T01:34:15.843Z] 80e53b06327e: Layer already exists [2025-06-03T01:34:15.843Z] 717543dfed0a: Layer already exists [2025-06-03T01:34:15.843Z] b5a236e60d27: Layer already exists [2025-06-03T01:34:15.843Z] da3f4590e3a0: Layer already exists [2025-06-03T01:34:15.843Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:15.843Z] 1a6d5abffdd5: Layer already exists [2025-06-03T01:34:15.843Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:15.843Z] 03a6ffd2e028: Layer already exists [2025-06-03T01:34:15.843Z] dd16c50ad560: Layer already exists [2025-06-03T01:34:15.843Z] 25cf12622d07: Layer already exists [2025-06-03T01:34:15.843Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:15.843Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:16.167Z] + 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-03T01:34:16.499Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-03T01:34:16.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-03T01:34:16.499Z] da3f4590e3a0: Preparing [2025-06-03T01:34:16.499Z] b5a236e60d27: Preparing [2025-06-03T01:34:16.499Z] 80e53b06327e: Preparing [2025-06-03T01:34:16.499Z] 9e7c045e7d1c: Preparing [2025-06-03T01:34:16.499Z] 717543dfed0a: Preparing [2025-06-03T01:34:16.499Z] 1a6d5abffdd5: Preparing [2025-06-03T01:34:16.499Z] 03a6ffd2e028: Preparing [2025-06-03T01:34:16.499Z] 9dd6888025c5: Preparing [2025-06-03T01:34:16.499Z] b23082aa25a7: Preparing [2025-06-03T01:34:16.499Z] dd16c50ad560: Preparing [2025-06-03T01:34:16.499Z] 25cf12622d07: Preparing [2025-06-03T01:34:16.499Z] 994456c4fd7b: Preparing [2025-06-03T01:34:16.499Z] 03a6ffd2e028: Waiting [2025-06-03T01:34:16.499Z] 9dd6888025c5: Waiting [2025-06-03T01:34:16.499Z] b23082aa25a7: Waiting [2025-06-03T01:34:16.499Z] dd16c50ad560: Waiting [2025-06-03T01:34:16.499Z] 1a6d5abffdd5: Waiting [2025-06-03T01:34:16.499Z] 994456c4fd7b: Waiting [2025-06-03T01:34:16.499Z] 25cf12622d07: Waiting [2025-06-03T01:34:16.499Z] 9e7c045e7d1c: Layer already exists [2025-06-03T01:34:16.499Z] 80e53b06327e: Layer already exists [2025-06-03T01:34:16.499Z] da3f4590e3a0: Layer already exists [2025-06-03T01:34:16.499Z] b5a236e60d27: Layer already exists [2025-06-03T01:34:16.499Z] 717543dfed0a: Layer already exists [2025-06-03T01:34:16.499Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:16.499Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:16.499Z] dd16c50ad560: Layer already exists [2025-06-03T01:34:16.499Z] 03a6ffd2e028: Layer already exists [2025-06-03T01:34:16.499Z] 1a6d5abffdd5: Layer already exists [2025-06-03T01:34:16.499Z] 25cf12622d07: Layer already exists [2025-06-03T01:34:16.499Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:16.499Z] main: digest: sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:34:16.581Z] ===================================================== [Pipeline] echo [2025-06-03T01:34:16.599Z] taggedImages: [2025-06-03T01:34:16.599Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:16.599Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-03T01:34:16.599Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18 [2025-06-03T01:34:16.599Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:16.599Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-03T01:34:16.631Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-03T01:34:16.631Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:16.631Z] latest [2025-06-03T01:34:16.631Z] 4.1.0-dev.18 [2025-06-03T01:34:16.631Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:16.631Z] main [2025-06-03T01:34:16.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:16.981Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:17.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:17.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-03T01:34:17.309Z] fcde7e6744ad: Preparing [2025-06-03T01:34:17.309Z] e7fb3f922872: Preparing [2025-06-03T01:34:17.309Z] 9dd6888025c5: Preparing [2025-06-03T01:34:17.309Z] b23082aa25a7: Preparing [2025-06-03T01:34:17.309Z] 1243afdc4d96: Preparing [2025-06-03T01:34:17.309Z] 45d3be34db96: Preparing [2025-06-03T01:34:17.309Z] 994456c4fd7b: Preparing [2025-06-03T01:34:17.309Z] 45d3be34db96: Waiting [2025-06-03T01:34:17.309Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:17.309Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:17.309Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:17.309Z] fcde7e6744ad: Pushed [2025-06-03T01:34:17.309Z] 1243afdc4d96: Pushed [2025-06-03T01:34:18.245Z] 45d3be34db96: Pushed [2025-06-03T01:34:20.150Z] e7fb3f922872: Pushed [2025-06-03T01:34:20.150Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:20.475Z] + 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-03T01:34:20.792Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-03T01:34:20.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-03T01:34:20.792Z] fcde7e6744ad: Preparing [2025-06-03T01:34:20.792Z] e7fb3f922872: Preparing [2025-06-03T01:34:20.792Z] 9dd6888025c5: Preparing [2025-06-03T01:34:20.792Z] b23082aa25a7: Preparing [2025-06-03T01:34:20.792Z] 1243afdc4d96: Preparing [2025-06-03T01:34:20.792Z] 45d3be34db96: Preparing [2025-06-03T01:34:20.792Z] 994456c4fd7b: Preparing [2025-06-03T01:34:20.792Z] 45d3be34db96: Waiting [2025-06-03T01:34:20.792Z] 994456c4fd7b: Waiting [2025-06-03T01:34:20.792Z] fcde7e6744ad: Layer already exists [2025-06-03T01:34:20.792Z] 1243afdc4d96: Layer already exists [2025-06-03T01:34:20.792Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:20.792Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:20.792Z] e7fb3f922872: Layer already exists [2025-06-03T01:34:20.792Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:20.792Z] 45d3be34db96: Layer already exists [2025-06-03T01:34:20.792Z] latest: digest: sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:21.126Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:21.452Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18 [2025-06-03T01:34:21.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-03T01:34:21.452Z] fcde7e6744ad: Preparing [2025-06-03T01:34:21.452Z] e7fb3f922872: Preparing [2025-06-03T01:34:21.452Z] 9dd6888025c5: Preparing [2025-06-03T01:34:21.452Z] b23082aa25a7: Preparing [2025-06-03T01:34:21.452Z] 1243afdc4d96: Preparing [2025-06-03T01:34:21.452Z] 45d3be34db96: Preparing [2025-06-03T01:34:21.452Z] 994456c4fd7b: Preparing [2025-06-03T01:34:21.452Z] 45d3be34db96: Waiting [2025-06-03T01:34:21.452Z] 994456c4fd7b: Waiting [2025-06-03T01:34:21.452Z] fcde7e6744ad: Layer already exists [2025-06-03T01:34:21.452Z] e7fb3f922872: Layer already exists [2025-06-03T01:34:21.452Z] 1243afdc4d96: Layer already exists [2025-06-03T01:34:21.452Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:21.452Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:21.452Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:21.452Z] 45d3be34db96: Layer already exists [2025-06-03T01:34:21.452Z] 4.1.0-dev.18: digest: sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:21.774Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:22.096Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:22.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-03T01:34:22.096Z] fcde7e6744ad: Preparing [2025-06-03T01:34:22.096Z] e7fb3f922872: Preparing [2025-06-03T01:34:22.096Z] 9dd6888025c5: Preparing [2025-06-03T01:34:22.096Z] b23082aa25a7: Preparing [2025-06-03T01:34:22.096Z] 1243afdc4d96: Preparing [2025-06-03T01:34:22.096Z] 45d3be34db96: Preparing [2025-06-03T01:34:22.096Z] 994456c4fd7b: Preparing [2025-06-03T01:34:22.096Z] 994456c4fd7b: Waiting [2025-06-03T01:34:22.096Z] 45d3be34db96: Waiting [2025-06-03T01:34:22.096Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:22.096Z] 1243afdc4d96: Layer already exists [2025-06-03T01:34:22.096Z] e7fb3f922872: Layer already exists [2025-06-03T01:34:22.096Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:22.096Z] fcde7e6744ad: Layer already exists [2025-06-03T01:34:22.096Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:22.096Z] 45d3be34db96: Layer already exists [2025-06-03T01:34:22.096Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:22.428Z] + 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-03T01:34:22.752Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-03T01:34:22.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-03T01:34:22.752Z] fcde7e6744ad: Preparing [2025-06-03T01:34:22.752Z] e7fb3f922872: Preparing [2025-06-03T01:34:22.752Z] 9dd6888025c5: Preparing [2025-06-03T01:34:22.752Z] b23082aa25a7: Preparing [2025-06-03T01:34:22.752Z] 1243afdc4d96: Preparing [2025-06-03T01:34:22.752Z] 45d3be34db96: Preparing [2025-06-03T01:34:22.752Z] 994456c4fd7b: Preparing [2025-06-03T01:34:22.752Z] 45d3be34db96: Waiting [2025-06-03T01:34:22.752Z] 994456c4fd7b: Waiting [2025-06-03T01:34:22.752Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:22.752Z] fcde7e6744ad: Layer already exists [2025-06-03T01:34:22.752Z] 1243afdc4d96: Layer already exists [2025-06-03T01:34:22.752Z] e7fb3f922872: Layer already exists [2025-06-03T01:34:22.752Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:22.752Z] 45d3be34db96: Layer already exists [2025-06-03T01:34:22.752Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:22.752Z] main: digest: sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:34:22.827Z] ===================================================== [Pipeline] echo [2025-06-03T01:34:22.844Z] taggedImages: [2025-06-03T01:34:22.844Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:22.844Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-03T01:34:22.844Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18 [2025-06-03T01:34:22.844Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:22.844Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-03T01:34:22.872Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-03T01:34:22.872Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:22.872Z] latest [2025-06-03T01:34:22.872Z] 4.1.0-dev.18 [2025-06-03T01:34:22.872Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:22.872Z] main [2025-06-03T01:34:22.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:23.209Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:23.530Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:23.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-03T01:34:23.530Z] 8f33e422360e: Preparing [2025-06-03T01:34:23.530Z] e6cf3b56b301: Preparing [2025-06-03T01:34:23.530Z] cc3194ca39aa: Preparing [2025-06-03T01:34:23.530Z] 9dd6888025c5: Preparing [2025-06-03T01:34:23.530Z] b23082aa25a7: Preparing [2025-06-03T01:34:23.530Z] 8740d53b47bc: Preparing [2025-06-03T01:34:23.530Z] ea3537eb527b: Preparing [2025-06-03T01:34:23.530Z] 2d16acdb58bd: Preparing [2025-06-03T01:34:23.530Z] 0065ad56ea29: Preparing [2025-06-03T01:34:23.530Z] 994456c4fd7b: Preparing [2025-06-03T01:34:23.530Z] 8740d53b47bc: Waiting [2025-06-03T01:34:23.530Z] 2d16acdb58bd: Waiting [2025-06-03T01:34:23.530Z] ea3537eb527b: Waiting [2025-06-03T01:34:23.530Z] 0065ad56ea29: Waiting [2025-06-03T01:34:23.530Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:23.530Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:23.530Z] cc3194ca39aa: Pushed [2025-06-03T01:34:23.530Z] e6cf3b56b301: Pushed [2025-06-03T01:34:23.530Z] 8f33e422360e: Pushed [2025-06-03T01:34:23.530Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:23.530Z] 2d16acdb58bd: Pushed [2025-06-03T01:34:24.095Z] 0065ad56ea29: Pushed [2025-06-03T01:34:28.283Z] ea3537eb527b: Pushed [2025-06-03T01:34:34.854Z] 8740d53b47bc: Pushed [2025-06-03T01:34:34.854Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:35.185Z] + 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-03T01:34:35.512Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-03T01:34:35.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-03T01:34:35.512Z] 8f33e422360e: Preparing [2025-06-03T01:34:35.512Z] e6cf3b56b301: Preparing [2025-06-03T01:34:35.512Z] cc3194ca39aa: Preparing [2025-06-03T01:34:35.512Z] 9dd6888025c5: Preparing [2025-06-03T01:34:35.512Z] b23082aa25a7: Preparing [2025-06-03T01:34:35.512Z] 8740d53b47bc: Preparing [2025-06-03T01:34:35.512Z] ea3537eb527b: Preparing [2025-06-03T01:34:35.512Z] 2d16acdb58bd: Preparing [2025-06-03T01:34:35.512Z] 0065ad56ea29: Preparing [2025-06-03T01:34:35.512Z] 994456c4fd7b: Preparing [2025-06-03T01:34:35.512Z] 8740d53b47bc: Waiting [2025-06-03T01:34:35.512Z] 2d16acdb58bd: Waiting [2025-06-03T01:34:35.512Z] ea3537eb527b: Waiting [2025-06-03T01:34:35.512Z] 0065ad56ea29: Waiting [2025-06-03T01:34:35.512Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:35.512Z] 8f33e422360e: Layer already exists [2025-06-03T01:34:35.512Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:35.512Z] cc3194ca39aa: Layer already exists [2025-06-03T01:34:35.512Z] e6cf3b56b301: Layer already exists [2025-06-03T01:34:35.512Z] ea3537eb527b: Layer already exists [2025-06-03T01:34:35.512Z] 8740d53b47bc: Layer already exists [2025-06-03T01:34:35.512Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:34:35.512Z] 0065ad56ea29: Layer already exists [2025-06-03T01:34:35.512Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:35.512Z] latest: digest: sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:35.852Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:36.171Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18 [2025-06-03T01:34:36.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-03T01:34:36.171Z] 8f33e422360e: Preparing [2025-06-03T01:34:36.171Z] e6cf3b56b301: Preparing [2025-06-03T01:34:36.171Z] cc3194ca39aa: Preparing [2025-06-03T01:34:36.171Z] 9dd6888025c5: Preparing [2025-06-03T01:34:36.171Z] b23082aa25a7: Preparing [2025-06-03T01:34:36.171Z] 8740d53b47bc: Preparing [2025-06-03T01:34:36.171Z] ea3537eb527b: Preparing [2025-06-03T01:34:36.171Z] 8740d53b47bc: Waiting [2025-06-03T01:34:36.171Z] ea3537eb527b: Waiting [2025-06-03T01:34:36.171Z] 2d16acdb58bd: Preparing [2025-06-03T01:34:36.171Z] 0065ad56ea29: Preparing [2025-06-03T01:34:36.171Z] 994456c4fd7b: Preparing [2025-06-03T01:34:36.171Z] 2d16acdb58bd: Waiting [2025-06-03T01:34:36.171Z] 0065ad56ea29: Waiting [2025-06-03T01:34:36.171Z] 994456c4fd7b: Waiting [2025-06-03T01:34:36.171Z] cc3194ca39aa: Layer already exists [2025-06-03T01:34:36.171Z] 8f33e422360e: Layer already exists [2025-06-03T01:34:36.171Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:36.171Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:36.171Z] e6cf3b56b301: Layer already exists [2025-06-03T01:34:36.171Z] ea3537eb527b: Layer already exists [2025-06-03T01:34:36.171Z] 8740d53b47bc: Layer already exists [2025-06-03T01:34:36.171Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:34:36.171Z] 0065ad56ea29: Layer already exists [2025-06-03T01:34:36.171Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:36.171Z] 4.1.0-dev.18: digest: sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:36.500Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:36.823Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:36.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-03T01:34:36.823Z] 8f33e422360e: Preparing [2025-06-03T01:34:36.823Z] e6cf3b56b301: Preparing [2025-06-03T01:34:36.823Z] cc3194ca39aa: Preparing [2025-06-03T01:34:36.823Z] 9dd6888025c5: Preparing [2025-06-03T01:34:36.823Z] b23082aa25a7: Preparing [2025-06-03T01:34:36.823Z] 8740d53b47bc: Preparing [2025-06-03T01:34:36.823Z] ea3537eb527b: Preparing [2025-06-03T01:34:36.823Z] 2d16acdb58bd: Preparing [2025-06-03T01:34:36.823Z] 0065ad56ea29: Preparing [2025-06-03T01:34:36.823Z] ea3537eb527b: Waiting [2025-06-03T01:34:36.823Z] 2d16acdb58bd: Waiting [2025-06-03T01:34:36.823Z] 8740d53b47bc: Waiting [2025-06-03T01:34:36.823Z] 994456c4fd7b: Preparing [2025-06-03T01:34:36.823Z] 0065ad56ea29: Waiting [2025-06-03T01:34:36.823Z] 994456c4fd7b: Waiting [2025-06-03T01:34:36.823Z] 8f33e422360e: Layer already exists [2025-06-03T01:34:36.823Z] e6cf3b56b301: Layer already exists [2025-06-03T01:34:36.823Z] cc3194ca39aa: Layer already exists [2025-06-03T01:34:36.823Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:36.823Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:36.823Z] 8740d53b47bc: Layer already exists [2025-06-03T01:34:36.823Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:34:36.823Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:36.823Z] 0065ad56ea29: Layer already exists [2025-06-03T01:34:36.823Z] ea3537eb527b: Layer already exists [2025-06-03T01:34:36.823Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:37.164Z] + 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-03T01:34:37.493Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-03T01:34:37.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-03T01:34:37.493Z] 8f33e422360e: Preparing [2025-06-03T01:34:37.493Z] e6cf3b56b301: Preparing [2025-06-03T01:34:37.493Z] cc3194ca39aa: Preparing [2025-06-03T01:34:37.493Z] 9dd6888025c5: Preparing [2025-06-03T01:34:37.493Z] b23082aa25a7: Preparing [2025-06-03T01:34:37.493Z] 8740d53b47bc: Preparing [2025-06-03T01:34:37.493Z] ea3537eb527b: Preparing [2025-06-03T01:34:37.493Z] 2d16acdb58bd: Preparing [2025-06-03T01:34:37.493Z] 0065ad56ea29: Preparing [2025-06-03T01:34:37.493Z] 994456c4fd7b: Preparing [2025-06-03T01:34:37.493Z] 8740d53b47bc: Waiting [2025-06-03T01:34:37.493Z] 2d16acdb58bd: Waiting [2025-06-03T01:34:37.493Z] ea3537eb527b: Waiting [2025-06-03T01:34:37.493Z] 0065ad56ea29: Waiting [2025-06-03T01:34:37.493Z] 994456c4fd7b: Waiting [2025-06-03T01:34:37.493Z] cc3194ca39aa: Layer already exists [2025-06-03T01:34:37.493Z] 8f33e422360e: Layer already exists [2025-06-03T01:34:37.493Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:37.493Z] e6cf3b56b301: Layer already exists [2025-06-03T01:34:37.493Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:37.493Z] ea3537eb527b: Layer already exists [2025-06-03T01:34:37.493Z] 8740d53b47bc: Layer already exists [2025-06-03T01:34:37.493Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:37.493Z] 0065ad56ea29: Layer already exists [2025-06-03T01:34:37.493Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:34:37.493Z] main: digest: sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:34:37.578Z] ===================================================== [Pipeline] echo [2025-06-03T01:34:37.598Z] taggedImages: [2025-06-03T01:34:37.598Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:37.598Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-03T01:34:37.598Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18 [2025-06-03T01:34:37.598Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:37.598Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-03T01:34:37.629Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-03T01:34:37.629Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:37.629Z] latest [2025-06-03T01:34:37.629Z] 4.1.0-dev.18 [2025-06-03T01:34:37.629Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:37.629Z] main [2025-06-03T01:34:37.629Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:37.999Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:38.328Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:38.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-03T01:34:38.328Z] 72d8ebd36e57: Preparing [2025-06-03T01:34:38.328Z] d876c0db1856: Preparing [2025-06-03T01:34:38.328Z] e6ca5d33a094: Preparing [2025-06-03T01:34:38.328Z] 9dd6888025c5: Preparing [2025-06-03T01:34:38.328Z] b23082aa25a7: Preparing [2025-06-03T01:34:38.328Z] 3c1332636476: Preparing [2025-06-03T01:34:38.328Z] 79649bf9b91a: Preparing [2025-06-03T01:34:38.328Z] 9b6973ed5588: Preparing [2025-06-03T01:34:38.328Z] 994456c4fd7b: Preparing [2025-06-03T01:34:38.328Z] 3c1332636476: Waiting [2025-06-03T01:34:38.328Z] 79649bf9b91a: Waiting [2025-06-03T01:34:38.328Z] 9b6973ed5588: Waiting [2025-06-03T01:34:38.328Z] 994456c4fd7b: Waiting [2025-06-03T01:34:38.328Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:38.328Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:38.328Z] 72d8ebd36e57: Pushed [2025-06-03T01:34:38.328Z] d876c0db1856: Pushed [2025-06-03T01:34:38.328Z] e6ca5d33a094: Pushed [2025-06-03T01:34:38.328Z] 79649bf9b91a: Pushed [2025-06-03T01:34:38.328Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:38.593Z] 9b6973ed5588: Pushed [2025-06-03T01:34:50.796Z] 3c1332636476: Pushed [2025-06-03T01:34:50.796Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:51.125Z] + 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-03T01:34:51.459Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-03T01:34:51.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-03T01:34:51.460Z] 72d8ebd36e57: Preparing [2025-06-03T01:34:51.460Z] d876c0db1856: Preparing [2025-06-03T01:34:51.460Z] e6ca5d33a094: Preparing [2025-06-03T01:34:51.460Z] 9dd6888025c5: Preparing [2025-06-03T01:34:51.460Z] b23082aa25a7: Preparing [2025-06-03T01:34:51.460Z] 3c1332636476: Preparing [2025-06-03T01:34:51.460Z] 79649bf9b91a: Preparing [2025-06-03T01:34:51.460Z] 9b6973ed5588: Preparing [2025-06-03T01:34:51.460Z] 994456c4fd7b: Preparing [2025-06-03T01:34:51.460Z] 994456c4fd7b: Waiting [2025-06-03T01:34:51.460Z] 79649bf9b91a: Waiting [2025-06-03T01:34:51.460Z] 9b6973ed5588: Waiting [2025-06-03T01:34:51.460Z] 72d8ebd36e57: Layer already exists [2025-06-03T01:34:51.460Z] d876c0db1856: Layer already exists [2025-06-03T01:34:51.460Z] e6ca5d33a094: Layer already exists [2025-06-03T01:34:51.460Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:51.460Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:51.460Z] 79649bf9b91a: Layer already exists [2025-06-03T01:34:51.460Z] 3c1332636476: Layer already exists [2025-06-03T01:34:51.460Z] 9b6973ed5588: Layer already exists [2025-06-03T01:34:51.460Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:51.460Z] latest: digest: sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:51.789Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:52.122Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18 [2025-06-03T01:34:52.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-03T01:34:52.122Z] 72d8ebd36e57: Preparing [2025-06-03T01:34:52.122Z] d876c0db1856: Preparing [2025-06-03T01:34:52.122Z] e6ca5d33a094: Preparing [2025-06-03T01:34:52.122Z] 9dd6888025c5: Preparing [2025-06-03T01:34:52.122Z] b23082aa25a7: Preparing [2025-06-03T01:34:52.122Z] 3c1332636476: Preparing [2025-06-03T01:34:52.122Z] 79649bf9b91a: Preparing [2025-06-03T01:34:52.122Z] 9b6973ed5588: Preparing [2025-06-03T01:34:52.122Z] 994456c4fd7b: Preparing [2025-06-03T01:34:52.122Z] 994456c4fd7b: Waiting [2025-06-03T01:34:52.122Z] 9b6973ed5588: Waiting [2025-06-03T01:34:52.122Z] e6ca5d33a094: Layer already exists [2025-06-03T01:34:52.122Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:52.122Z] 72d8ebd36e57: Layer already exists [2025-06-03T01:34:52.122Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:52.122Z] d876c0db1856: Layer already exists [2025-06-03T01:34:52.122Z] 3c1332636476: Layer already exists [2025-06-03T01:34:52.122Z] 79649bf9b91a: Layer already exists [2025-06-03T01:34:52.122Z] 9b6973ed5588: Layer already exists [2025-06-03T01:34:52.122Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:52.122Z] 4.1.0-dev.18: digest: sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:52.460Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:52.778Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:52.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-03T01:34:52.778Z] 72d8ebd36e57: Preparing [2025-06-03T01:34:52.778Z] d876c0db1856: Preparing [2025-06-03T01:34:52.778Z] e6ca5d33a094: Preparing [2025-06-03T01:34:52.778Z] 9dd6888025c5: Preparing [2025-06-03T01:34:52.778Z] b23082aa25a7: Preparing [2025-06-03T01:34:52.778Z] 3c1332636476: Preparing [2025-06-03T01:34:52.778Z] 79649bf9b91a: Preparing [2025-06-03T01:34:52.778Z] 9b6973ed5588: Preparing [2025-06-03T01:34:52.778Z] 994456c4fd7b: Preparing [2025-06-03T01:34:52.778Z] 3c1332636476: Waiting [2025-06-03T01:34:52.778Z] 79649bf9b91a: Waiting [2025-06-03T01:34:52.778Z] 9b6973ed5588: Waiting [2025-06-03T01:34:52.778Z] 994456c4fd7b: Waiting [2025-06-03T01:34:52.778Z] d876c0db1856: Layer already exists [2025-06-03T01:34:52.778Z] e6ca5d33a094: Layer already exists [2025-06-03T01:34:52.778Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:52.778Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:52.778Z] 72d8ebd36e57: Layer already exists [2025-06-03T01:34:52.778Z] 3c1332636476: Layer already exists [2025-06-03T01:34:52.778Z] 79649bf9b91a: Layer already exists [2025-06-03T01:34:52.778Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:52.778Z] 9b6973ed5588: Layer already exists [2025-06-03T01:34:52.778Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:53.104Z] + 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-03T01:34:53.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-03T01:34:53.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-03T01:34:53.438Z] 72d8ebd36e57: Preparing [2025-06-03T01:34:53.438Z] d876c0db1856: Preparing [2025-06-03T01:34:53.438Z] e6ca5d33a094: Preparing [2025-06-03T01:34:53.438Z] 9dd6888025c5: Preparing [2025-06-03T01:34:53.438Z] b23082aa25a7: Preparing [2025-06-03T01:34:53.438Z] 3c1332636476: Preparing [2025-06-03T01:34:53.438Z] 79649bf9b91a: Preparing [2025-06-03T01:34:53.438Z] 9b6973ed5588: Preparing [2025-06-03T01:34:53.438Z] 994456c4fd7b: Preparing [2025-06-03T01:34:53.438Z] 79649bf9b91a: Waiting [2025-06-03T01:34:53.438Z] 9b6973ed5588: Waiting [2025-06-03T01:34:53.439Z] 994456c4fd7b: Waiting [2025-06-03T01:34:53.439Z] 3c1332636476: Waiting [2025-06-03T01:34:53.439Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:53.439Z] 72d8ebd36e57: Layer already exists [2025-06-03T01:34:53.439Z] d876c0db1856: Layer already exists [2025-06-03T01:34:53.439Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:53.439Z] e6ca5d33a094: Layer already exists [2025-06-03T01:34:53.439Z] 3c1332636476: Layer already exists [2025-06-03T01:34:53.439Z] 9b6973ed5588: Layer already exists [2025-06-03T01:34:53.439Z] 79649bf9b91a: Layer already exists [2025-06-03T01:34:53.439Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:53.439Z] main: digest: sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:34:53.528Z] ===================================================== [Pipeline] echo [2025-06-03T01:34:53.547Z] taggedImages: [2025-06-03T01:34:53.547Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:53.547Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-03T01:34:53.547Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18 [2025-06-03T01:34:53.547Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:53.547Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-03T01:34:53.578Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-03T01:34:53.578Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:53.578Z] latest [2025-06-03T01:34:53.578Z] 4.1.0-dev.18 [2025-06-03T01:34:53.578Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:34:53.578Z] main [2025-06-03T01:34:53.578Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:53.926Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:34:54.248Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:34:54.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-03T01:34:54.248Z] 8f33e422360e: Preparing [2025-06-03T01:34:54.248Z] afbbe083d0d8: Preparing [2025-06-03T01:34:54.248Z] de24797f5540: Preparing [2025-06-03T01:34:54.248Z] 9dd6888025c5: Preparing [2025-06-03T01:34:54.248Z] b23082aa25a7: Preparing [2025-06-03T01:34:54.248Z] abc421345d4b: Preparing [2025-06-03T01:34:54.248Z] 2d16acdb58bd: Preparing [2025-06-03T01:34:54.248Z] 0065ad56ea29: Preparing [2025-06-03T01:34:54.248Z] 994456c4fd7b: Preparing [2025-06-03T01:34:54.248Z] abc421345d4b: Waiting [2025-06-03T01:34:54.248Z] 2d16acdb58bd: Waiting [2025-06-03T01:34:54.248Z] 0065ad56ea29: Waiting [2025-06-03T01:34:54.248Z] 994456c4fd7b: Waiting [2025-06-03T01:34:54.248Z] 9dd6888025c5: Layer already exists [2025-06-03T01:34:54.248Z] 8f33e422360e: Layer already exists [2025-06-03T01:34:54.248Z] b23082aa25a7: Layer already exists [2025-06-03T01:34:54.248Z] 0065ad56ea29: Layer already exists [2025-06-03T01:34:54.248Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:34:54.248Z] 994456c4fd7b: Layer already exists [2025-06-03T01:34:54.248Z] de24797f5540: Pushed [2025-06-03T01:34:54.248Z] afbbe083d0d8: Pushed [2025-06-03T01:35:06.455Z] abc421345d4b: Pushed [2025-06-03T01:35:06.455Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:06.794Z] + 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-03T01:35:07.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-03T01:35:07.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-03T01:35:07.120Z] 8f33e422360e: Preparing [2025-06-03T01:35:07.120Z] afbbe083d0d8: Preparing [2025-06-03T01:35:07.120Z] de24797f5540: Preparing [2025-06-03T01:35:07.120Z] 9dd6888025c5: Preparing [2025-06-03T01:35:07.120Z] b23082aa25a7: Preparing [2025-06-03T01:35:07.120Z] abc421345d4b: Preparing [2025-06-03T01:35:07.120Z] 2d16acdb58bd: Preparing [2025-06-03T01:35:07.120Z] 0065ad56ea29: Preparing [2025-06-03T01:35:07.120Z] 994456c4fd7b: Preparing [2025-06-03T01:35:07.120Z] abc421345d4b: Waiting [2025-06-03T01:35:07.120Z] 2d16acdb58bd: Waiting [2025-06-03T01:35:07.120Z] 0065ad56ea29: Waiting [2025-06-03T01:35:07.120Z] 994456c4fd7b: Waiting [2025-06-03T01:35:07.120Z] afbbe083d0d8: Layer already exists [2025-06-03T01:35:07.120Z] de24797f5540: Layer already exists [2025-06-03T01:35:07.120Z] 8f33e422360e: Layer already exists [2025-06-03T01:35:07.120Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:07.120Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:07.120Z] abc421345d4b: Layer already exists [2025-06-03T01:35:07.120Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:35:07.120Z] 0065ad56ea29: Layer already exists [2025-06-03T01:35:07.120Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:07.120Z] latest: digest: sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:07.447Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:07.768Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18 [2025-06-03T01:35:07.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-03T01:35:07.768Z] 8f33e422360e: Preparing [2025-06-03T01:35:07.768Z] afbbe083d0d8: Preparing [2025-06-03T01:35:07.768Z] de24797f5540: Preparing [2025-06-03T01:35:07.768Z] 9dd6888025c5: Preparing [2025-06-03T01:35:07.768Z] b23082aa25a7: Preparing [2025-06-03T01:35:07.768Z] abc421345d4b: Preparing [2025-06-03T01:35:07.768Z] 2d16acdb58bd: Preparing [2025-06-03T01:35:07.768Z] 0065ad56ea29: Preparing [2025-06-03T01:35:07.768Z] 994456c4fd7b: Preparing [2025-06-03T01:35:07.768Z] abc421345d4b: Waiting [2025-06-03T01:35:07.768Z] 0065ad56ea29: Waiting [2025-06-03T01:35:07.768Z] 994456c4fd7b: Waiting [2025-06-03T01:35:07.768Z] 2d16acdb58bd: Waiting [2025-06-03T01:35:07.768Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:07.768Z] afbbe083d0d8: Layer already exists [2025-06-03T01:35:07.768Z] 8f33e422360e: Layer already exists [2025-06-03T01:35:07.768Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:07.768Z] de24797f5540: Layer already exists [2025-06-03T01:35:07.768Z] abc421345d4b: Layer already exists [2025-06-03T01:35:07.768Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:35:07.768Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:07.768Z] 0065ad56ea29: Layer already exists [2025-06-03T01:35:07.768Z] 4.1.0-dev.18: digest: sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:08.094Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:08.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:08.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-03T01:35:08.424Z] 8f33e422360e: Preparing [2025-06-03T01:35:08.424Z] afbbe083d0d8: Preparing [2025-06-03T01:35:08.424Z] de24797f5540: Preparing [2025-06-03T01:35:08.424Z] 9dd6888025c5: Preparing [2025-06-03T01:35:08.424Z] b23082aa25a7: Preparing [2025-06-03T01:35:08.424Z] abc421345d4b: Preparing [2025-06-03T01:35:08.424Z] 2d16acdb58bd: Preparing [2025-06-03T01:35:08.424Z] 0065ad56ea29: Preparing [2025-06-03T01:35:08.424Z] 994456c4fd7b: Preparing [2025-06-03T01:35:08.424Z] 2d16acdb58bd: Waiting [2025-06-03T01:35:08.424Z] 0065ad56ea29: Waiting [2025-06-03T01:35:08.424Z] 994456c4fd7b: Waiting [2025-06-03T01:35:08.424Z] abc421345d4b: Waiting [2025-06-03T01:35:08.424Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:08.424Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:08.424Z] afbbe083d0d8: Layer already exists [2025-06-03T01:35:08.424Z] de24797f5540: Layer already exists [2025-06-03T01:35:08.424Z] 8f33e422360e: Layer already exists [2025-06-03T01:35:08.424Z] abc421345d4b: Layer already exists [2025-06-03T01:35:08.424Z] 0065ad56ea29: Layer already exists [2025-06-03T01:35:08.424Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:08.424Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:35:08.424Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:08.762Z] + 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-03T01:35:09.076Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-03T01:35:09.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-03T01:35:09.076Z] 8f33e422360e: Preparing [2025-06-03T01:35:09.076Z] afbbe083d0d8: Preparing [2025-06-03T01:35:09.076Z] de24797f5540: Preparing [2025-06-03T01:35:09.076Z] 9dd6888025c5: Preparing [2025-06-03T01:35:09.076Z] b23082aa25a7: Preparing [2025-06-03T01:35:09.076Z] abc421345d4b: Preparing [2025-06-03T01:35:09.076Z] 2d16acdb58bd: Preparing [2025-06-03T01:35:09.076Z] 0065ad56ea29: Preparing [2025-06-03T01:35:09.076Z] abc421345d4b: Waiting [2025-06-03T01:35:09.076Z] 2d16acdb58bd: Waiting [2025-06-03T01:35:09.076Z] 994456c4fd7b: Preparing [2025-06-03T01:35:09.076Z] 994456c4fd7b: Waiting [2025-06-03T01:35:09.076Z] 0065ad56ea29: Waiting [2025-06-03T01:35:09.076Z] 8f33e422360e: Layer already exists [2025-06-03T01:35:09.076Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:09.076Z] de24797f5540: Layer already exists [2025-06-03T01:35:09.076Z] afbbe083d0d8: Layer already exists [2025-06-03T01:35:09.076Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:09.076Z] 2d16acdb58bd: Layer already exists [2025-06-03T01:35:09.076Z] 0065ad56ea29: Layer already exists [2025-06-03T01:35:09.076Z] abc421345d4b: Layer already exists [2025-06-03T01:35:09.076Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:09.076Z] main: digest: sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:35:09.155Z] ===================================================== [Pipeline] echo [2025-06-03T01:35:09.173Z] taggedImages: [2025-06-03T01:35:09.173Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:09.173Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-03T01:35:09.173Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18 [2025-06-03T01:35:09.173Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:09.173Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-03T01:35:09.201Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-03T01:35:09.201Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:09.201Z] latest [2025-06-03T01:35:09.201Z] 4.1.0-dev.18 [2025-06-03T01:35:09.201Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:09.201Z] main [2025-06-03T01:35:09.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:09.549Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:09.877Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:09.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-03T01:35:09.877Z] a57bb03756d9: Preparing [2025-06-03T01:35:09.877Z] 78f5431320f1: Preparing [2025-06-03T01:35:09.877Z] 9dd6888025c5: Preparing [2025-06-03T01:35:09.877Z] b23082aa25a7: Preparing [2025-06-03T01:35:09.877Z] 197198739b37: Preparing [2025-06-03T01:35:09.877Z] 2e6b1764b03d: Preparing [2025-06-03T01:35:09.877Z] 994456c4fd7b: Preparing [2025-06-03T01:35:09.877Z] 2e6b1764b03d: Waiting [2025-06-03T01:35:09.877Z] 994456c4fd7b: Waiting [2025-06-03T01:35:09.877Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:09.877Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:09.877Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:09.877Z] 197198739b37: Pushed [2025-06-03T01:35:09.877Z] a57bb03756d9: Pushed [2025-06-03T01:35:10.448Z] 2e6b1764b03d: Pushed [2025-06-03T01:35:13.736Z] 78f5431320f1: Pushed [2025-06-03T01:35:13.736Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:14.060Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:14.380Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-03T01:35:14.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-03T01:35:14.380Z] a57bb03756d9: Preparing [2025-06-03T01:35:14.380Z] 78f5431320f1: Preparing [2025-06-03T01:35:14.380Z] 9dd6888025c5: Preparing [2025-06-03T01:35:14.380Z] b23082aa25a7: Preparing [2025-06-03T01:35:14.380Z] 197198739b37: Preparing [2025-06-03T01:35:14.380Z] 2e6b1764b03d: Preparing [2025-06-03T01:35:14.380Z] 994456c4fd7b: Preparing [2025-06-03T01:35:14.380Z] 2e6b1764b03d: Waiting [2025-06-03T01:35:14.380Z] 994456c4fd7b: Waiting [2025-06-03T01:35:14.380Z] a57bb03756d9: Layer already exists [2025-06-03T01:35:14.380Z] 78f5431320f1: Layer already exists [2025-06-03T01:35:14.380Z] 197198739b37: Layer already exists [2025-06-03T01:35:14.380Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:14.380Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:14.380Z] 2e6b1764b03d: Layer already exists [2025-06-03T01:35:14.380Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:14.380Z] latest: digest: sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:14.698Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:15.014Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18 [2025-06-03T01:35:15.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-03T01:35:15.014Z] a57bb03756d9: Preparing [2025-06-03T01:35:15.014Z] 78f5431320f1: Preparing [2025-06-03T01:35:15.014Z] 9dd6888025c5: Preparing [2025-06-03T01:35:15.014Z] b23082aa25a7: Preparing [2025-06-03T01:35:15.014Z] 197198739b37: Preparing [2025-06-03T01:35:15.014Z] 2e6b1764b03d: Preparing [2025-06-03T01:35:15.014Z] 994456c4fd7b: Preparing [2025-06-03T01:35:15.014Z] 994456c4fd7b: Waiting [2025-06-03T01:35:15.014Z] 2e6b1764b03d: Waiting [2025-06-03T01:35:15.014Z] 78f5431320f1: Layer already exists [2025-06-03T01:35:15.014Z] 197198739b37: Layer already exists [2025-06-03T01:35:15.014Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:15.014Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:15.014Z] a57bb03756d9: Layer already exists [2025-06-03T01:35:15.014Z] 2e6b1764b03d: Layer already exists [2025-06-03T01:35:15.014Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:15.014Z] 4.1.0-dev.18: digest: sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:15.335Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:15.656Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:15.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-03T01:35:15.656Z] a57bb03756d9: Preparing [2025-06-03T01:35:15.656Z] 78f5431320f1: Preparing [2025-06-03T01:35:15.656Z] 9dd6888025c5: Preparing [2025-06-03T01:35:15.656Z] b23082aa25a7: Preparing [2025-06-03T01:35:15.656Z] 197198739b37: Preparing [2025-06-03T01:35:15.656Z] 2e6b1764b03d: Preparing [2025-06-03T01:35:15.656Z] 994456c4fd7b: Preparing [2025-06-03T01:35:15.656Z] 994456c4fd7b: Waiting [2025-06-03T01:35:15.656Z] 2e6b1764b03d: Waiting [2025-06-03T01:35:15.656Z] 197198739b37: Layer already exists [2025-06-03T01:35:15.656Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:15.656Z] 78f5431320f1: Layer already exists [2025-06-03T01:35:15.656Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:15.656Z] a57bb03756d9: Layer already exists [2025-06-03T01:35:15.656Z] 2e6b1764b03d: Layer already exists [2025-06-03T01:35:15.656Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:15.656Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:15.984Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:16.316Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-03T01:35:16.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-03T01:35:16.316Z] a57bb03756d9: Preparing [2025-06-03T01:35:16.316Z] 78f5431320f1: Preparing [2025-06-03T01:35:16.316Z] 9dd6888025c5: Preparing [2025-06-03T01:35:16.316Z] b23082aa25a7: Preparing [2025-06-03T01:35:16.316Z] 197198739b37: Preparing [2025-06-03T01:35:16.316Z] 2e6b1764b03d: Preparing [2025-06-03T01:35:16.316Z] 994456c4fd7b: Preparing [2025-06-03T01:35:16.316Z] 994456c4fd7b: Waiting [2025-06-03T01:35:16.316Z] 2e6b1764b03d: Waiting [2025-06-03T01:35:16.316Z] a57bb03756d9: Layer already exists [2025-06-03T01:35:16.316Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:16.316Z] 197198739b37: Layer already exists [2025-06-03T01:35:16.316Z] 78f5431320f1: Layer already exists [2025-06-03T01:35:16.316Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:16.316Z] 2e6b1764b03d: Layer already exists [2025-06-03T01:35:16.316Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:16.316Z] main: digest: sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:35:16.386Z] ===================================================== [Pipeline] echo [2025-06-03T01:35:16.405Z] taggedImages: [2025-06-03T01:35:16.405Z] - nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:16.405Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-03T01:35:16.405Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18 [2025-06-03T01:35:16.405Z] - nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:16.405Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-03T01:35:16.433Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-03T01:35:16.433Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:16.433Z] latest [2025-06-03T01:35:16.433Z] 4.1.0-dev.18 [2025-06-03T01:35:16.433Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:16.433Z] main [2025-06-03T01:35:16.433Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:16.775Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:17.103Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:17.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-03T01:35:17.103Z] 3d1471269dc3: Preparing [2025-06-03T01:35:17.103Z] 27ab246d432f: Preparing [2025-06-03T01:35:17.103Z] 9dd6888025c5: Preparing [2025-06-03T01:35:17.103Z] b23082aa25a7: Preparing [2025-06-03T01:35:17.103Z] 02d2f45b388d: Preparing [2025-06-03T01:35:17.103Z] 939448b24190: Preparing [2025-06-03T01:35:17.103Z] 994456c4fd7b: Preparing [2025-06-03T01:35:17.103Z] 939448b24190: Waiting [2025-06-03T01:35:17.103Z] 994456c4fd7b: Waiting [2025-06-03T01:35:17.103Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:17.103Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:17.103Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:17.103Z] 02d2f45b388d: Pushed [2025-06-03T01:35:17.103Z] 3d1471269dc3: Pushed [2025-06-03T01:35:17.362Z] 939448b24190: Pushed [2025-06-03T01:35:20.648Z] 27ab246d432f: Pushed [2025-06-03T01:35:20.908Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:21.235Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:21.546Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-03T01:35:21.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-03T01:35:21.546Z] 3d1471269dc3: Preparing [2025-06-03T01:35:21.546Z] 27ab246d432f: Preparing [2025-06-03T01:35:21.546Z] 9dd6888025c5: Preparing [2025-06-03T01:35:21.546Z] b23082aa25a7: Preparing [2025-06-03T01:35:21.546Z] 02d2f45b388d: Preparing [2025-06-03T01:35:21.546Z] 939448b24190: Preparing [2025-06-03T01:35:21.546Z] 994456c4fd7b: Preparing [2025-06-03T01:35:21.546Z] 939448b24190: Waiting [2025-06-03T01:35:21.546Z] 994456c4fd7b: Waiting [2025-06-03T01:35:21.546Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:21.546Z] 27ab246d432f: Layer already exists [2025-06-03T01:35:21.546Z] 02d2f45b388d: Layer already exists [2025-06-03T01:35:21.546Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:21.546Z] 3d1471269dc3: Layer already exists [2025-06-03T01:35:21.546Z] 939448b24190: Layer already exists [2025-06-03T01:35:21.546Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:21.546Z] latest: digest: sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:21.875Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:22.195Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18 [2025-06-03T01:35:22.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-03T01:35:22.195Z] 3d1471269dc3: Preparing [2025-06-03T01:35:22.195Z] 27ab246d432f: Preparing [2025-06-03T01:35:22.195Z] 9dd6888025c5: Preparing [2025-06-03T01:35:22.195Z] b23082aa25a7: Preparing [2025-06-03T01:35:22.195Z] 02d2f45b388d: Preparing [2025-06-03T01:35:22.195Z] 939448b24190: Preparing [2025-06-03T01:35:22.195Z] 994456c4fd7b: Preparing [2025-06-03T01:35:22.195Z] 939448b24190: Waiting [2025-06-03T01:35:22.195Z] 994456c4fd7b: Waiting [2025-06-03T01:35:22.195Z] 02d2f45b388d: Layer already exists [2025-06-03T01:35:22.195Z] 27ab246d432f: Layer already exists [2025-06-03T01:35:22.195Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:22.195Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:22.195Z] 3d1471269dc3: Layer already exists [2025-06-03T01:35:22.195Z] 939448b24190: Layer already exists [2025-06-03T01:35:22.195Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:22.195Z] 4.1.0-dev.18: digest: sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:22.777Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:23.109Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-03T01:35:23.109Z] 3d1471269dc3: Preparing [2025-06-03T01:35:23.109Z] 27ab246d432f: Preparing [2025-06-03T01:35:23.109Z] 9dd6888025c5: Preparing [2025-06-03T01:35:23.109Z] b23082aa25a7: Preparing [2025-06-03T01:35:23.109Z] 02d2f45b388d: Preparing [2025-06-03T01:35:23.109Z] 939448b24190: Preparing [2025-06-03T01:35:23.109Z] 994456c4fd7b: Preparing [2025-06-03T01:35:23.109Z] 939448b24190: Waiting [2025-06-03T01:35:23.109Z] 994456c4fd7b: Waiting [2025-06-03T01:35:23.109Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:23.109Z] 27ab246d432f: Layer already exists [2025-06-03T01:35:23.109Z] 02d2f45b388d: Layer already exists [2025-06-03T01:35:23.109Z] 3d1471269dc3: Layer already exists [2025-06-03T01:35:23.109Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:23.109Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:23.109Z] 939448b24190: Layer already exists [2025-06-03T01:35:23.109Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:23.447Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:35:23.772Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-03T01:35:23.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-03T01:35:23.772Z] 3d1471269dc3: Preparing [2025-06-03T01:35:23.772Z] 27ab246d432f: Preparing [2025-06-03T01:35:23.772Z] 9dd6888025c5: Preparing [2025-06-03T01:35:23.772Z] b23082aa25a7: Preparing [2025-06-03T01:35:23.772Z] 02d2f45b388d: Preparing [2025-06-03T01:35:23.772Z] 939448b24190: Preparing [2025-06-03T01:35:23.772Z] 994456c4fd7b: Preparing [2025-06-03T01:35:23.772Z] 939448b24190: Waiting [2025-06-03T01:35:23.772Z] 994456c4fd7b: Waiting [2025-06-03T01:35:23.772Z] b23082aa25a7: Layer already exists [2025-06-03T01:35:23.772Z] 9dd6888025c5: Layer already exists [2025-06-03T01:35:23.772Z] 27ab246d432f: Layer already exists [2025-06-03T01:35:23.772Z] 02d2f45b388d: Layer already exists [2025-06-03T01:35:23.772Z] 3d1471269dc3: Layer already exists [2025-06-03T01:35:23.772Z] 939448b24190: Layer already exists [2025-06-03T01:35:23.772Z] 994456c4fd7b: Layer already exists [2025-06-03T01:35:23.772Z] main: digest: sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:35:23.860Z] ===================================================== [Pipeline] echo [2025-06-03T01:35:23.880Z] taggedImages: [2025-06-03T01:35:23.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-03T01:35:23.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18 [2025-06-03T01:35:23.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.880Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-03T01:35:23.967Z] ========================================================= [2025-06-03T01:35:23.967Z] [edgeXBuildMultiArch] RAW Config: [2025-06-03T01:35:23.967Z] images: [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:35:23.967Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-03T01:35:23.967Z] settingsFile: [2025-06-03T01:35:23.967Z] edgex-go-settings [2025-06-03T01:35:23.967Z] ========================================================= [Pipeline] node [2025-06-03T01:35:38.970Z] Still waiting to schedule task [2025-06-03T01:35:38.970Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-03T01:36:43.602Z] Running on prd-centos7-docker-4c-2g-2677 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T01:36:43.776Z] provisioning config files... [2025-06-03T01:36:43.795Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5218795528057767040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:36:46.007Z] ---> ****-login.sh [2025-06-03T01:36:46.007Z] nexus3.edgexfoundry.org:10001 [2025-06-03T01:36:47.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:36:47.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:36:47.471Z] Configure a credential helper to remove this warning. See [2025-06-03T01:36:47.471Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:36:47.471Z] [2025-06-03T01:36:47.471Z] Login Succeeded [2025-06-03T01:36:47.471Z] nexus3.edgexfoundry.org:10002 [2025-06-03T01:36:47.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:36:47.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:36:47.471Z] Configure a credential helper to remove this warning. See [2025-06-03T01:36:47.471Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:36:47.471Z] [2025-06-03T01:36:47.471Z] Login Succeeded [2025-06-03T01:36:47.471Z] nexus3.edgexfoundry.org:10003 [2025-06-03T01:36:47.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:36:47.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:36:47.471Z] Configure a credential helper to remove this warning. See [2025-06-03T01:36:47.471Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:36:47.471Z] [2025-06-03T01:36:47.471Z] Login Succeeded [2025-06-03T01:36:47.471Z] nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:47.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:36:47.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:36:47.472Z] Configure a credential helper to remove this warning. See [2025-06-03T01:36:47.472Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:36:47.472Z] [2025-06-03T01:36:47.472Z] Login Succeeded [2025-06-03T01:36:47.472Z] ****.io [2025-06-03T01:36:47.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T01:36:47.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T01:36:47.731Z] Configure a credential helper to remove this warning. See [2025-06-03T01:36:47.731Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T01:36:47.731Z] [2025-06-03T01:36:47.731Z] Login Succeeded [2025-06-03T01:36:47.731Z] ---> ****-login.sh ends [Pipeline] } [2025-06-03T01:36:47.740Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T01:36:48.079Z] + docker buildx ls [2025-06-03T01:36:48.079Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-03T01:36:48.079Z] default * docker [2025-06-03T01:36:48.079Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-03T01:36:48.378Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-03T01:36:48.378Z] edgex-builder [Pipeline] sh [2025-06-03T01:36:48.677Z] + docker buildx inspect --bootstrap [2025-06-03T01:36:48.677Z] #1 [internal] booting buildkit [2025-06-03T01:36:48.677Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-03T01:36:51.987Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-06-03T01:36:51.988Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-03T01:36:52.928Z] #1 creating container buildx_buildkit_edgex-builder0 1.3s done [2025-06-03T01:36:52.928Z] #1 DONE 4.3s [2025-06-03T01:36:52.928Z] Name: edgex-builder [2025-06-03T01:36:52.928Z] Driver: docker-container [2025-06-03T01:36:52.928Z] [2025-06-03T01:36:52.928Z] Nodes: [2025-06-03T01:36:52.928Z] Name: edgex-builder0 [2025-06-03T01:36:52.928Z] Endpoint: unix:///var/run/docker.sock [2025-06-03T01:36:52.928Z] Status: running [2025-06-03T01:36:52.928Z] Buildkit: v0.21.1 [2025-06-03T01:36:52.928Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-03T01:36:53.227Z] + docker buildx ls [2025-06-03T01:36:53.227Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-03T01:36:53.227Z] edgex-builder * docker-container [2025-06-03T01:36:53.227Z] edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-03T01:36:53.227Z] default docker [2025-06-03T01:36:53.227Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-03T01:36:53.516Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:36:53.516Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:36:53.775Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:53.775Z] #1 transferring dockerfile: 197B done [2025-06-03T01:36:53.775Z] #1 DONE 0.0s [2025-06-03T01:36:53.775Z] [2025-06-03T01:36:53.775Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:36:53.775Z] #2 DONE 0.1s [2025-06-03T01:36:53.775Z] [2025-06-03T01:36:53.775Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:36:53.775Z] #3 DONE 0.1s [2025-06-03T01:36:53.775Z] [2025-06-03T01:36:53.775Z] #4 [internal] load .dockerignore [2025-06-03T01:36:53.775Z] #4 transferring context: 2B done [2025-06-03T01:36:53.775Z] #4 DONE 0.0s [2025-06-03T01:36:53.775Z] [2025-06-03T01:36:53.775Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:53.775Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:53.775Z] #5 DONE 0.0s [2025-06-03T01:36:53.775Z] [2025-06-03T01:36:53.775Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:53.775Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:53.775Z] #6 DONE 0.1s [2025-06-03T01:36:54.034Z] [2025-06-03T01:36:54.034Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:54.034Z] #7 DONE 0.0s [2025-06-03T01:36:54.034Z] [2025-06-03T01:36:54.034Z] #8 exporting to image [2025-06-03T01:36:54.034Z] #8 exporting layers done [2025-06-03T01:36:54.034Z] #8 exporting manifest sha256:c169b10b1f0a7f46c0e4057924d070f004b38b607727f240a36534d0d1c31381 0.0s done [2025-06-03T01:36:54.034Z] #8 exporting config sha256:c1393153aeb3f0e740b0296fef26f094e086f1f924d16d08ab21bd21dbcc5f8b done [2025-06-03T01:36:54.034Z] #8 exporting manifest sha256:a0443ffb651ad04659bf234c024ff123b125bcf628c201458317e6e4ce2c63df 0.0s done [2025-06-03T01:36:54.034Z] #8 exporting config sha256:68676bb15b48ed6d25e35060c5bcd797f41f8d76589852d12f6b481daee7d752 done [2025-06-03T01:36:54.034Z] #8 exporting manifest list sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca 0.0s done [2025-06-03T01:36:54.034Z] #8 pushing layers [2025-06-03T01:36:54.034Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:54.034Z] #8 pushing layers 0.1s done [2025-06-03T01:36:54.034Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca 0.1s done [2025-06-03T01:36:54.034Z] #8 DONE 0.2s [2025-06-03T01:36:54.034Z] [2025-06-03T01:36:54.034Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:54.034Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:54.321Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-03T01:36:54.321Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-03T01:36:54.321Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:54.321Z] #1 transferring dockerfile: 163B done [2025-06-03T01:36:54.321Z] #1 DONE 0.0s [2025-06-03T01:36:54.321Z] [2025-06-03T01:36:54.321Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-03T01:36:54.321Z] #2 DONE 0.0s [2025-06-03T01:36:54.321Z] [2025-06-03T01:36:54.321Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-03T01:36:54.321Z] #3 DONE 0.0s [2025-06-03T01:36:54.321Z] [2025-06-03T01:36:54.321Z] #4 [internal] load .dockerignore [2025-06-03T01:36:54.321Z] #4 transferring context: 2B done [2025-06-03T01:36:54.321Z] #4 DONE 0.0s [2025-06-03T01:36:54.321Z] [2025-06-03T01:36:54.321Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:54.321Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:54.582Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:54.582Z] #5 CACHED [2025-06-03T01:36:54.582Z] [2025-06-03T01:36:54.582Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:54.582Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:54.582Z] #6 CACHED [2025-06-03T01:36:54.582Z] [2025-06-03T01:36:54.582Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:54.582Z] #7 DONE 0.0s [2025-06-03T01:36:54.582Z] [2025-06-03T01:36:54.582Z] #8 exporting to image [2025-06-03T01:36:54.582Z] #8 exporting layers done [2025-06-03T01:36:54.582Z] #8 exporting manifest sha256:c169b10b1f0a7f46c0e4057924d070f004b38b607727f240a36534d0d1c31381 done [2025-06-03T01:36:54.582Z] #8 exporting config sha256:c1393153aeb3f0e740b0296fef26f094e086f1f924d16d08ab21bd21dbcc5f8b done [2025-06-03T01:36:54.582Z] #8 exporting manifest sha256:a0443ffb651ad04659bf234c024ff123b125bcf628c201458317e6e4ce2c63df done [2025-06-03T01:36:54.582Z] #8 exporting config sha256:68676bb15b48ed6d25e35060c5bcd797f41f8d76589852d12f6b481daee7d752 done [2025-06-03T01:36:54.582Z] #8 exporting manifest list sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca done [2025-06-03T01:36:54.582Z] #8 pushing layers 0.0s done [2025-06-03T01:36:54.582Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca 0.1s done [2025-06-03T01:36:54.582Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:54.582Z] #8 DONE 0.1s [2025-06-03T01:36:54.582Z] [2025-06-03T01:36:54.582Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:54.582Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:54.875Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18' [2025-06-03T01:36:54.875Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18 --push - [2025-06-03T01:36:54.875Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:54.875Z] #1 transferring dockerfile: 169B done [2025-06-03T01:36:54.875Z] #1 DONE 0.0s [2025-06-03T01:36:54.875Z] [2025-06-03T01:36:54.875Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18 [2025-06-03T01:36:54.875Z] #2 DONE 0.0s [2025-06-03T01:36:54.875Z] [2025-06-03T01:36:54.875Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18 [2025-06-03T01:36:54.875Z] #3 DONE 0.0s [2025-06-03T01:36:54.875Z] [2025-06-03T01:36:54.875Z] #4 [internal] load .dockerignore [2025-06-03T01:36:54.875Z] #4 transferring context: 2B done [2025-06-03T01:36:54.875Z] #4 DONE 0.0s [2025-06-03T01:36:54.875Z] [2025-06-03T01:36:54.875Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:54.875Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:54.875Z] #5 CACHED [2025-06-03T01:36:54.875Z] [2025-06-03T01:36:54.875Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:54.875Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:54.875Z] #6 CACHED [2025-06-03T01:36:54.875Z] [2025-06-03T01:36:54.875Z] #7 exporting to image [2025-06-03T01:36:54.875Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:55.135Z] #7 exporting layers done [2025-06-03T01:36:55.135Z] #7 exporting manifest sha256:c169b10b1f0a7f46c0e4057924d070f004b38b607727f240a36534d0d1c31381 done [2025-06-03T01:36:55.135Z] #7 exporting config sha256:c1393153aeb3f0e740b0296fef26f094e086f1f924d16d08ab21bd21dbcc5f8b done [2025-06-03T01:36:55.135Z] #7 exporting manifest sha256:a0443ffb651ad04659bf234c024ff123b125bcf628c201458317e6e4ce2c63df done [2025-06-03T01:36:55.135Z] #7 exporting config sha256:68676bb15b48ed6d25e35060c5bcd797f41f8d76589852d12f6b481daee7d752 done [2025-06-03T01:36:55.135Z] #7 exporting manifest list sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca done [2025-06-03T01:36:55.135Z] #7 pushing layers 0.0s done [2025-06-03T01:36:55.135Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.18@sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca 0.1s done [2025-06-03T01:36:55.135Z] #7 DONE 0.1s [2025-06-03T01:36:55.135Z] [2025-06-03T01:36:55.135Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:55.135Z] #8 DONE 0.0s [2025-06-03T01:36:55.135Z] [2025-06-03T01:36:55.135Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:55.135Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:55.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:36:55.426Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:36:55.426Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:55.426Z] #1 transferring dockerfile: 210B done [2025-06-03T01:36:55.426Z] #1 DONE 0.0s [2025-06-03T01:36:55.426Z] [2025-06-03T01:36:55.426Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:36:55.426Z] #2 DONE 0.0s [2025-06-03T01:36:55.426Z] [2025-06-03T01:36:55.426Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:36:55.426Z] #3 DONE 0.0s [2025-06-03T01:36:55.426Z] [2025-06-03T01:36:55.426Z] #4 [internal] load .dockerignore [2025-06-03T01:36:55.426Z] #4 transferring context: 2B done [2025-06-03T01:36:55.426Z] #4 DONE 0.0s [2025-06-03T01:36:55.426Z] [2025-06-03T01:36:55.426Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:55.426Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:55.426Z] #5 CACHED [2025-06-03T01:36:55.426Z] [2025-06-03T01:36:55.426Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:55.426Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:55.426Z] #6 DONE 0.0s [2025-06-03T01:36:55.686Z] [2025-06-03T01:36:55.686Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:55.686Z] #6 CACHED [2025-06-03T01:36:55.686Z] [2025-06-03T01:36:55.686Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:55.686Z] #7 DONE 0.0s [2025-06-03T01:36:55.686Z] [2025-06-03T01:36:55.686Z] #8 exporting to image [2025-06-03T01:36:55.686Z] #8 exporting layers done [2025-06-03T01:36:55.686Z] #8 exporting manifest sha256:c169b10b1f0a7f46c0e4057924d070f004b38b607727f240a36534d0d1c31381 done [2025-06-03T01:36:55.686Z] #8 exporting config sha256:c1393153aeb3f0e740b0296fef26f094e086f1f924d16d08ab21bd21dbcc5f8b done [2025-06-03T01:36:55.686Z] #8 exporting manifest sha256:a0443ffb651ad04659bf234c024ff123b125bcf628c201458317e6e4ce2c63df done [2025-06-03T01:36:55.686Z] #8 exporting config sha256:68676bb15b48ed6d25e35060c5bcd797f41f8d76589852d12f6b481daee7d752 done [2025-06-03T01:36:55.686Z] #8 exporting manifest list sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca done [2025-06-03T01:36:55.686Z] #8 pushing layers 0.0s done [2025-06-03T01:36:55.686Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca 0.1s done [2025-06-03T01:36:55.686Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:55.686Z] #8 DONE 0.1s [2025-06-03T01:36:55.686Z] [2025-06-03T01:36:55.686Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:55.686Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:55.983Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-03T01:36:55.983Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-03T01:36:55.983Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:55.983Z] #1 transferring dockerfile: 161B done [2025-06-03T01:36:55.983Z] #1 DONE 0.0s [2025-06-03T01:36:55.983Z] [2025-06-03T01:36:55.983Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-03T01:36:55.983Z] #2 DONE 0.0s [2025-06-03T01:36:55.983Z] [2025-06-03T01:36:55.983Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-03T01:36:55.983Z] #3 DONE 0.0s [2025-06-03T01:36:55.983Z] [2025-06-03T01:36:55.983Z] #4 [internal] load .dockerignore [2025-06-03T01:36:55.983Z] #4 transferring context: 2B done [2025-06-03T01:36:55.983Z] #4 DONE 0.0s [2025-06-03T01:36:55.983Z] [2025-06-03T01:36:55.983Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:55.983Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae done [2025-06-03T01:36:55.983Z] #5 CACHED [2025-06-03T01:36:55.983Z] [2025-06-03T01:36:55.983Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae [2025-06-03T01:36:55.983Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ecae0dac0e0a76572a68ab57c38c38751f43b14029163e3a4c9ed29092762cae 0.0s done [2025-06-03T01:36:55.983Z] #6 CACHED [2025-06-03T01:36:55.983Z] [2025-06-03T01:36:55.983Z] #7 exporting to image [2025-06-03T01:36:55.983Z] #7 exporting layers done [2025-06-03T01:36:55.983Z] #7 exporting manifest sha256:c169b10b1f0a7f46c0e4057924d070f004b38b607727f240a36534d0d1c31381 done [2025-06-03T01:36:55.983Z] #7 exporting config sha256:c1393153aeb3f0e740b0296fef26f094e086f1f924d16d08ab21bd21dbcc5f8b done [2025-06-03T01:36:55.983Z] #7 exporting manifest sha256:a0443ffb651ad04659bf234c024ff123b125bcf628c201458317e6e4ce2c63df done [2025-06-03T01:36:55.983Z] #7 exporting config sha256:68676bb15b48ed6d25e35060c5bcd797f41f8d76589852d12f6b481daee7d752 done [2025-06-03T01:36:55.983Z] #7 exporting manifest list sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca done [2025-06-03T01:36:55.983Z] #7 pushing layers 0.0s done [2025-06-03T01:36:55.983Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca [2025-06-03T01:36:55.983Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:56.246Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:980f813a490e5a1cda3ddc4a71f43076e7c796ccd3ef3cdab778f07cebca0cca 0.1s done [2025-06-03T01:36:56.246Z] #7 DONE 0.1s [2025-06-03T01:36:56.246Z] [2025-06-03T01:36:56.246Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:56.246Z] #8 DONE 0.0s [2025-06-03T01:36:56.246Z] [2025-06-03T01:36:56.246Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:56.246Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:56.532Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:36:56.533Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:36:56.533Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:56.533Z] #1 transferring dockerfile: 216B done [2025-06-03T01:36:56.533Z] #1 DONE 0.0s [2025-06-03T01:36:56.533Z] [2025-06-03T01:36:56.533Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:36:56.533Z] #2 DONE 0.0s [2025-06-03T01:36:56.533Z] [2025-06-03T01:36:56.533Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:36:56.533Z] #3 DONE 0.0s [2025-06-03T01:36:56.533Z] [2025-06-03T01:36:56.533Z] #4 [internal] load .dockerignore [2025-06-03T01:36:56.533Z] #4 transferring context: 2B done [2025-06-03T01:36:56.533Z] #4 DONE 0.0s [2025-06-03T01:36:56.829Z] [2025-06-03T01:36:56.829Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:56.829Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:56.829Z] #5 ... [2025-06-03T01:36:56.829Z] [2025-06-03T01:36:56.829Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:56.829Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:56.829Z] #6 DONE 0.1s [2025-06-03T01:36:56.829Z] [2025-06-03T01:36:56.829Z] #7 exporting to image [2025-06-03T01:36:56.829Z] #7 exporting layers done [2025-06-03T01:36:56.829Z] #7 exporting manifest sha256:b5b0d8abf46efbc4db0856330aa4b4deac06a4516e6bc120d510c76c1f5fe7b7 done [2025-06-03T01:36:56.829Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:56.829Z] #7 ... [2025-06-03T01:36:56.829Z] [2025-06-03T01:36:56.829Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:56.829Z] #8 DONE 0.0s [2025-06-03T01:36:56.829Z] [2025-06-03T01:36:56.829Z] #7 exporting to image [2025-06-03T01:36:56.829Z] #7 exporting config sha256:68986bb3167da29b2ae20e4debbb10f9f8bf6eab7bb4099776a898a5e5f059ff done [2025-06-03T01:36:56.829Z] #7 exporting manifest sha256:0a6f5d93b8f76a109215c19f06de887b804ca3ce8cc33e520349037bd5cfe827 done [2025-06-03T01:36:56.829Z] #7 exporting config sha256:8791020c3ead14b91297c23def8495cc0fe93f202e4978610d1c4b6b58a7ee80 0.0s done [2025-06-03T01:36:56.829Z] #7 exporting manifest list sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 0.0s done [2025-06-03T01:36:56.829Z] #7 pushing layers 0.1s done [2025-06-03T01:36:56.829Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 [2025-06-03T01:36:57.105Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 0.1s done [2025-06-03T01:36:57.105Z] #7 DONE 0.3s [2025-06-03T01:36:57.105Z] [2025-06-03T01:36:57.105Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:57.105Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:57.410Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-03T01:36:57.410Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-03T01:36:57.410Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:57.410Z] #1 transferring dockerfile: 182B done [2025-06-03T01:36:57.410Z] #1 DONE 0.0s [2025-06-03T01:36:57.410Z] [2025-06-03T01:36:57.410Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-03T01:36:57.410Z] #2 DONE 0.0s [2025-06-03T01:36:57.410Z] [2025-06-03T01:36:57.410Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-03T01:36:57.410Z] #3 DONE 0.0s [2025-06-03T01:36:57.410Z] [2025-06-03T01:36:57.411Z] #4 [internal] load .dockerignore [2025-06-03T01:36:57.411Z] #4 transferring context: 2B done [2025-06-03T01:36:57.411Z] #4 DONE 0.0s [2025-06-03T01:36:57.411Z] [2025-06-03T01:36:57.411Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:57.411Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:57.411Z] #5 CACHED [2025-06-03T01:36:57.411Z] [2025-06-03T01:36:57.411Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:57.411Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:57.411Z] #6 DONE 0.0s [2025-06-03T01:36:57.676Z] [2025-06-03T01:36:57.676Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:57.676Z] #6 CACHED [2025-06-03T01:36:57.676Z] [2025-06-03T01:36:57.676Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:57.676Z] #7 DONE 0.0s [2025-06-03T01:36:57.676Z] [2025-06-03T01:36:57.676Z] #8 exporting to image [2025-06-03T01:36:57.676Z] #8 exporting layers done [2025-06-03T01:36:57.676Z] #8 exporting manifest sha256:b5b0d8abf46efbc4db0856330aa4b4deac06a4516e6bc120d510c76c1f5fe7b7 done [2025-06-03T01:36:57.676Z] #8 exporting config sha256:68986bb3167da29b2ae20e4debbb10f9f8bf6eab7bb4099776a898a5e5f059ff done [2025-06-03T01:36:57.676Z] #8 exporting manifest sha256:0a6f5d93b8f76a109215c19f06de887b804ca3ce8cc33e520349037bd5cfe827 done [2025-06-03T01:36:57.676Z] #8 exporting config sha256:8791020c3ead14b91297c23def8495cc0fe93f202e4978610d1c4b6b58a7ee80 done [2025-06-03T01:36:57.676Z] #8 exporting manifest list sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 done [2025-06-03T01:36:57.676Z] #8 pushing layers 0.0s done [2025-06-03T01:36:57.676Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 0.1s done [2025-06-03T01:36:57.676Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:57.676Z] #8 DONE 0.1s [2025-06-03T01:36:57.676Z] [2025-06-03T01:36:57.676Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:57.676Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:57.970Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18' [2025-06-03T01:36:57.970Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18 --push - [2025-06-03T01:36:57.970Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:57.970Z] #1 transferring dockerfile: 188B done [2025-06-03T01:36:57.970Z] #1 DONE 0.0s [2025-06-03T01:36:57.970Z] [2025-06-03T01:36:57.970Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18 [2025-06-03T01:36:57.970Z] #2 DONE 0.0s [2025-06-03T01:36:57.970Z] [2025-06-03T01:36:57.970Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18 [2025-06-03T01:36:57.970Z] #3 DONE 0.0s [2025-06-03T01:36:57.970Z] [2025-06-03T01:36:57.970Z] #4 [internal] load .dockerignore [2025-06-03T01:36:57.970Z] #4 transferring context: 2B done [2025-06-03T01:36:57.970Z] #4 DONE 0.0s [2025-06-03T01:36:57.970Z] [2025-06-03T01:36:57.970Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:57.970Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:57.970Z] #5 DONE 0.0s [2025-06-03T01:36:57.970Z] [2025-06-03T01:36:57.970Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:58.230Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:58.230Z] #6 CACHED [2025-06-03T01:36:58.230Z] [2025-06-03T01:36:58.230Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:58.230Z] #5 CACHED [2025-06-03T01:36:58.230Z] [2025-06-03T01:36:58.230Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:58.230Z] #7 DONE 0.0s [2025-06-03T01:36:58.230Z] [2025-06-03T01:36:58.230Z] #8 exporting to image [2025-06-03T01:36:58.230Z] #8 exporting layers done [2025-06-03T01:36:58.230Z] #8 exporting manifest sha256:b5b0d8abf46efbc4db0856330aa4b4deac06a4516e6bc120d510c76c1f5fe7b7 done [2025-06-03T01:36:58.230Z] #8 exporting config sha256:68986bb3167da29b2ae20e4debbb10f9f8bf6eab7bb4099776a898a5e5f059ff done [2025-06-03T01:36:58.231Z] #8 exporting manifest sha256:0a6f5d93b8f76a109215c19f06de887b804ca3ce8cc33e520349037bd5cfe827 done [2025-06-03T01:36:58.231Z] #8 exporting config sha256:8791020c3ead14b91297c23def8495cc0fe93f202e4978610d1c4b6b58a7ee80 done [2025-06-03T01:36:58.231Z] #8 exporting manifest list sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 done [2025-06-03T01:36:58.231Z] #8 pushing layers 0.0s done [2025-06-03T01:36:58.231Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.18@sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 0.1s done [2025-06-03T01:36:58.231Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:58.231Z] #8 DONE 0.1s [2025-06-03T01:36:58.231Z] [2025-06-03T01:36:58.231Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:58.231Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:58.531Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:36:58.531Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:36:58.531Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:58.531Z] #1 transferring dockerfile: 229B done [2025-06-03T01:36:58.531Z] #1 DONE 0.0s [2025-06-03T01:36:58.531Z] [2025-06-03T01:36:58.531Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:36:58.531Z] #2 DONE 0.0s [2025-06-03T01:36:58.531Z] [2025-06-03T01:36:58.531Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:36:58.531Z] #3 DONE 0.0s [2025-06-03T01:36:58.531Z] [2025-06-03T01:36:58.531Z] #4 [internal] load .dockerignore [2025-06-03T01:36:58.531Z] #4 transferring context: 2B done [2025-06-03T01:36:58.531Z] #4 DONE 0.0s [2025-06-03T01:36:58.531Z] [2025-06-03T01:36:58.531Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:58.531Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:58.790Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:58.790Z] #5 CACHED [2025-06-03T01:36:58.790Z] [2025-06-03T01:36:58.790Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:58.790Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:58.790Z] #6 CACHED [2025-06-03T01:36:58.790Z] [2025-06-03T01:36:58.790Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:58.790Z] #7 DONE 0.0s [2025-06-03T01:36:58.790Z] [2025-06-03T01:36:58.790Z] #8 exporting to image [2025-06-03T01:36:58.790Z] #8 exporting layers done [2025-06-03T01:36:58.790Z] #8 exporting manifest sha256:b5b0d8abf46efbc4db0856330aa4b4deac06a4516e6bc120d510c76c1f5fe7b7 done [2025-06-03T01:36:58.790Z] #8 exporting config sha256:68986bb3167da29b2ae20e4debbb10f9f8bf6eab7bb4099776a898a5e5f059ff done [2025-06-03T01:36:58.790Z] #8 exporting manifest sha256:0a6f5d93b8f76a109215c19f06de887b804ca3ce8cc33e520349037bd5cfe827 done [2025-06-03T01:36:58.790Z] #8 exporting config sha256:8791020c3ead14b91297c23def8495cc0fe93f202e4978610d1c4b6b58a7ee80 done [2025-06-03T01:36:58.790Z] #8 exporting manifest list sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 done [2025-06-03T01:36:58.790Z] #8 pushing layers 0.0s done [2025-06-03T01:36:58.790Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 0.1s done [2025-06-03T01:36:58.790Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:58.790Z] #8 DONE 0.1s [2025-06-03T01:36:58.790Z] [2025-06-03T01:36:58.790Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:58.790Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:59.086Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-03T01:36:59.086Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-03T01:36:59.346Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:36:59.346Z] #1 transferring dockerfile: 180B done [2025-06-03T01:36:59.346Z] #1 DONE 0.0s [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-03T01:36:59.346Z] #2 DONE 0.0s [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-03T01:36:59.346Z] #3 DONE 0.0s [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] #4 [internal] load .dockerignore [2025-06-03T01:36:59.346Z] #4 transferring context: 2B done [2025-06-03T01:36:59.346Z] #4 DONE 0.0s [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:59.346Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:59.346Z] #5 CACHED [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 [2025-06-03T01:36:59.346Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:37b6b7b74cbcffb9ab7dc59ae8061c828ca7bd5090bce29629862774378074a8 0.0s done [2025-06-03T01:36:59.346Z] #6 CACHED [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:36:59.346Z] #7 DONE 0.0s [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] #8 exporting to image [2025-06-03T01:36:59.346Z] #8 exporting layers done [2025-06-03T01:36:59.346Z] #8 exporting manifest sha256:b5b0d8abf46efbc4db0856330aa4b4deac06a4516e6bc120d510c76c1f5fe7b7 done [2025-06-03T01:36:59.346Z] #8 exporting config sha256:68986bb3167da29b2ae20e4debbb10f9f8bf6eab7bb4099776a898a5e5f059ff done [2025-06-03T01:36:59.346Z] #8 exporting manifest sha256:0a6f5d93b8f76a109215c19f06de887b804ca3ce8cc33e520349037bd5cfe827 done [2025-06-03T01:36:59.346Z] #8 exporting config sha256:8791020c3ead14b91297c23def8495cc0fe93f202e4978610d1c4b6b58a7ee80 done [2025-06-03T01:36:59.346Z] #8 exporting manifest list sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 done [2025-06-03T01:36:59.346Z] #8 pushing layers 0.0s done [2025-06-03T01:36:59.346Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7451e67dede66f8c0a1c3c40193138daa47eb8f95abdcd8c96bf199e06229b85 0.1s done [2025-06-03T01:36:59.346Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:36:59.346Z] #8 DONE 0.1s [2025-06-03T01:36:59.346Z] [2025-06-03T01:36:59.346Z] 1 warning found (use --debug to expand): [2025-06-03T01:36:59.346Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:36:59.637Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:36:59.637Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:36:59.897Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:00.157Z] #1 transferring dockerfile: [2025-06-03T01:37:00.417Z] #1 transferring dockerfile: 194B 0.0s done [2025-06-03T01:37:00.417Z] #1 DONE 0.5s [2025-06-03T01:37:00.417Z] [2025-06-03T01:37:00.417Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:00.417Z] #2 DONE 0.2s [2025-06-03T01:37:00.417Z] [2025-06-03T01:37:00.417Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:00.417Z] #3 DONE 0.1s [2025-06-03T01:37:00.417Z] [2025-06-03T01:37:00.417Z] #4 [internal] load .dockerignore [2025-06-03T01:37:00.676Z] #4 transferring context: 2B done [2025-06-03T01:37:00.676Z] #4 DONE 0.1s [2025-06-03T01:37:00.676Z] [2025-06-03T01:37:00.676Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:00.676Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:00.676Z] #5 DONE 0.0s [2025-06-03T01:37:00.676Z] [2025-06-03T01:37:00.676Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:00.676Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:00.676Z] #6 DONE 0.1s [2025-06-03T01:37:00.676Z] [2025-06-03T01:37:00.676Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:00.676Z] #7 DONE 0.0s [2025-06-03T01:37:00.676Z] [2025-06-03T01:37:00.676Z] #8 exporting to image [2025-06-03T01:37:00.676Z] #8 exporting layers done [2025-06-03T01:37:00.676Z] #8 exporting manifest sha256:328226cd23e0664d25ff8afbc4ae04fc9fb5d94dde1bc30f2d76ddd2ef2f586d done [2025-06-03T01:37:00.676Z] #8 exporting config sha256:a19810ce3060cacb75917fe5066e3762b150546b6a6b07b28a1e2905730109fc done [2025-06-03T01:37:00.676Z] #8 exporting manifest sha256:cd8dbae156f4d76b6fcda1baed324617b4868ca806f92602ff58ce146e5a9093 done [2025-06-03T01:37:00.676Z] #8 exporting config sha256:27b94e44c7a0ad08868e7c071856c0d11331d8aaea3d4942ebfab4396e7d3ce5 done [2025-06-03T01:37:00.676Z] #8 exporting manifest list sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 done [2025-06-03T01:37:00.676Z] #8 pushing layers [2025-06-03T01:37:00.676Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:00.935Z] #8 pushing layers 0.1s done [2025-06-03T01:37:00.935Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 0.1s done [2025-06-03T01:37:00.935Z] #8 DONE 0.2s [2025-06-03T01:37:00.935Z] [2025-06-03T01:37:00.935Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:00.935Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:01.229Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-03T01:37:01.229Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-03T01:37:01.229Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:01.229Z] #1 transferring dockerfile: 160B done [2025-06-03T01:37:01.229Z] #1 DONE 0.0s [2025-06-03T01:37:01.229Z] [2025-06-03T01:37:01.229Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-03T01:37:01.229Z] #2 DONE 0.0s [2025-06-03T01:37:01.229Z] [2025-06-03T01:37:01.229Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-03T01:37:01.229Z] #3 DONE 0.0s [2025-06-03T01:37:01.229Z] [2025-06-03T01:37:01.229Z] #4 [internal] load .dockerignore [2025-06-03T01:37:01.229Z] #4 transferring context: [2025-06-03T01:37:01.487Z] #4 transferring context: 2B done [2025-06-03T01:37:01.487Z] #4 DONE 0.0s [2025-06-03T01:37:01.487Z] [2025-06-03T01:37:01.487Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:01.488Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:01.488Z] #5 CACHED [2025-06-03T01:37:01.488Z] [2025-06-03T01:37:01.488Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:01.488Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:01.488Z] #6 CACHED [2025-06-03T01:37:01.488Z] [2025-06-03T01:37:01.488Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:01.488Z] #7 DONE 0.0s [2025-06-03T01:37:01.488Z] [2025-06-03T01:37:01.488Z] #8 exporting to image [2025-06-03T01:37:01.488Z] #8 exporting layers done [2025-06-03T01:37:01.488Z] #8 exporting manifest sha256:328226cd23e0664d25ff8afbc4ae04fc9fb5d94dde1bc30f2d76ddd2ef2f586d done [2025-06-03T01:37:01.488Z] #8 exporting config sha256:a19810ce3060cacb75917fe5066e3762b150546b6a6b07b28a1e2905730109fc done [2025-06-03T01:37:01.488Z] #8 exporting manifest sha256:cd8dbae156f4d76b6fcda1baed324617b4868ca806f92602ff58ce146e5a9093 done [2025-06-03T01:37:01.488Z] #8 exporting config sha256:27b94e44c7a0ad08868e7c071856c0d11331d8aaea3d4942ebfab4396e7d3ce5 done [2025-06-03T01:37:01.488Z] #8 exporting manifest list sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 done [2025-06-03T01:37:01.488Z] #8 pushing layers 0.0s done [2025-06-03T01:37:01.488Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 [2025-06-03T01:37:01.488Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:01.488Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 0.1s done [2025-06-03T01:37:01.488Z] #8 DONE 0.1s [2025-06-03T01:37:01.488Z] [2025-06-03T01:37:01.488Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:01.488Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:01.789Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18' [2025-06-03T01:37:01.790Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18 --push - [2025-06-03T01:37:01.790Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:01.790Z] #1 transferring dockerfile: 166B done [2025-06-03T01:37:01.790Z] #1 DONE 0.0s [2025-06-03T01:37:01.790Z] [2025-06-03T01:37:01.790Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18 [2025-06-03T01:37:01.790Z] #2 DONE 0.0s [2025-06-03T01:37:01.790Z] [2025-06-03T01:37:01.790Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18 [2025-06-03T01:37:01.790Z] #3 DONE 0.0s [2025-06-03T01:37:01.790Z] [2025-06-03T01:37:01.790Z] #4 [internal] load .dockerignore [2025-06-03T01:37:01.790Z] #4 transferring context: 2B done [2025-06-03T01:37:01.790Z] #4 DONE 0.0s [2025-06-03T01:37:01.790Z] [2025-06-03T01:37:01.790Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:01.790Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:01.790Z] #5 CACHED [2025-06-03T01:37:01.790Z] [2025-06-03T01:37:01.790Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:02.048Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:02.048Z] #6 CACHED [2025-06-03T01:37:02.048Z] [2025-06-03T01:37:02.048Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:02.048Z] #7 DONE 0.0s [2025-06-03T01:37:02.048Z] [2025-06-03T01:37:02.048Z] #8 exporting to image [2025-06-03T01:37:02.048Z] #8 exporting layers done [2025-06-03T01:37:02.048Z] #8 exporting manifest sha256:328226cd23e0664d25ff8afbc4ae04fc9fb5d94dde1bc30f2d76ddd2ef2f586d done [2025-06-03T01:37:02.048Z] #8 exporting config sha256:a19810ce3060cacb75917fe5066e3762b150546b6a6b07b28a1e2905730109fc done [2025-06-03T01:37:02.048Z] #8 exporting manifest sha256:cd8dbae156f4d76b6fcda1baed324617b4868ca806f92602ff58ce146e5a9093 done [2025-06-03T01:37:02.048Z] #8 exporting config sha256:27b94e44c7a0ad08868e7c071856c0d11331d8aaea3d4942ebfab4396e7d3ce5 done [2025-06-03T01:37:02.048Z] #8 exporting manifest list sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 done [2025-06-03T01:37:02.048Z] #8 pushing layers 0.0s done [2025-06-03T01:37:02.048Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.18@sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 0.1s done [2025-06-03T01:37:02.048Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:02.048Z] #8 DONE 0.1s [2025-06-03T01:37:02.048Z] [2025-06-03T01:37:02.048Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:02.048Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:02.337Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:02.337Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:02.337Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:02.337Z] #1 transferring dockerfile: 207B done [2025-06-03T01:37:02.337Z] #1 DONE 0.0s [2025-06-03T01:37:02.337Z] [2025-06-03T01:37:02.337Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:02.337Z] #2 DONE 0.0s [2025-06-03T01:37:02.337Z] [2025-06-03T01:37:02.337Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:02.337Z] #3 DONE 0.0s [2025-06-03T01:37:02.337Z] [2025-06-03T01:37:02.337Z] #4 [internal] load .dockerignore [2025-06-03T01:37:02.337Z] #4 transferring context: 2B done [2025-06-03T01:37:02.337Z] #4 DONE 0.0s [2025-06-03T01:37:02.337Z] [2025-06-03T01:37:02.337Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:02.337Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:02.337Z] #5 CACHED [2025-06-03T01:37:02.337Z] [2025-06-03T01:37:02.337Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:02.337Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e done [2025-06-03T01:37:02.337Z] #6 CACHED [2025-06-03T01:37:02.337Z] [2025-06-03T01:37:02.337Z] #7 exporting to image [2025-06-03T01:37:02.337Z] #7 exporting layers done [2025-06-03T01:37:02.337Z] #7 exporting manifest sha256:328226cd23e0664d25ff8afbc4ae04fc9fb5d94dde1bc30f2d76ddd2ef2f586d done [2025-06-03T01:37:02.337Z] #7 exporting config sha256:a19810ce3060cacb75917fe5066e3762b150546b6a6b07b28a1e2905730109fc done [2025-06-03T01:37:02.337Z] #7 exporting manifest sha256:cd8dbae156f4d76b6fcda1baed324617b4868ca806f92602ff58ce146e5a9093 [2025-06-03T01:37:02.337Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:02.596Z] #7 exporting manifest sha256:cd8dbae156f4d76b6fcda1baed324617b4868ca806f92602ff58ce146e5a9093 done [2025-06-03T01:37:02.596Z] #7 exporting config sha256:27b94e44c7a0ad08868e7c071856c0d11331d8aaea3d4942ebfab4396e7d3ce5 done [2025-06-03T01:37:02.596Z] #7 exporting manifest list sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 done [2025-06-03T01:37:02.596Z] #7 pushing layers 0.0s done [2025-06-03T01:37:02.596Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 0.1s done [2025-06-03T01:37:02.596Z] #7 DONE 0.1s [2025-06-03T01:37:02.596Z] [2025-06-03T01:37:02.596Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:02.596Z] #8 DONE 0.0s [2025-06-03T01:37:02.596Z] [2025-06-03T01:37:02.596Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:02.596Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:02.887Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-03T01:37:02.888Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-03T01:37:02.888Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:02.888Z] #1 transferring dockerfile: 158B done [2025-06-03T01:37:02.888Z] #1 DONE 0.0s [2025-06-03T01:37:02.888Z] [2025-06-03T01:37:02.888Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-03T01:37:02.888Z] #2 DONE 0.0s [2025-06-03T01:37:02.888Z] [2025-06-03T01:37:02.888Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-03T01:37:02.888Z] #3 DONE 0.0s [2025-06-03T01:37:02.888Z] [2025-06-03T01:37:02.888Z] #4 [internal] load .dockerignore [2025-06-03T01:37:02.888Z] #4 transferring context: 2B done [2025-06-03T01:37:02.888Z] #4 DONE 0.0s [2025-06-03T01:37:02.888Z] [2025-06-03T01:37:02.888Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:02.888Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:02.888Z] #5 CACHED [2025-06-03T01:37:02.888Z] [2025-06-03T01:37:02.888Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e [2025-06-03T01:37:02.888Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3c6a76c9a3f86fed12f6cf5ecff790fb36452c837053263f8799e8c5adc939e 0.0s done [2025-06-03T01:37:02.888Z] #6 CACHED [2025-06-03T01:37:02.888Z] [2025-06-03T01:37:02.888Z] #7 exporting to image [2025-06-03T01:37:02.888Z] #7 exporting layers done [2025-06-03T01:37:02.888Z] #7 exporting manifest sha256:328226cd23e0664d25ff8afbc4ae04fc9fb5d94dde1bc30f2d76ddd2ef2f586d done [2025-06-03T01:37:02.888Z] #7 exporting config sha256:a19810ce3060cacb75917fe5066e3762b150546b6a6b07b28a1e2905730109fc done [2025-06-03T01:37:02.888Z] #7 exporting manifest sha256:cd8dbae156f4d76b6fcda1baed324617b4868ca806f92602ff58ce146e5a9093 done [2025-06-03T01:37:02.888Z] #7 exporting config sha256:27b94e44c7a0ad08868e7c071856c0d11331d8aaea3d4942ebfab4396e7d3ce5 [2025-06-03T01:37:02.888Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:03.147Z] #7 exporting config sha256:27b94e44c7a0ad08868e7c071856c0d11331d8aaea3d4942ebfab4396e7d3ce5 done [2025-06-03T01:37:03.147Z] #7 exporting manifest list sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 done [2025-06-03T01:37:03.147Z] #7 pushing layers 0.0s done [2025-06-03T01:37:03.147Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:f150064a01cd57c63178ccbe7cb4bf6bc5c60b000723e741e03dcda6f7b18488 0.1s done [2025-06-03T01:37:03.147Z] #7 DONE 0.1s [2025-06-03T01:37:03.147Z] [2025-06-03T01:37:03.147Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:03.147Z] #8 DONE 0.0s [2025-06-03T01:37:03.147Z] [2025-06-03T01:37:03.147Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:03.147Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:03.436Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:03.436Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:03.436Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:03.436Z] #1 transferring dockerfile: 196B done [2025-06-03T01:37:03.436Z] #1 DONE 0.0s [2025-06-03T01:37:03.436Z] [2025-06-03T01:37:03.436Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:03.436Z] #2 DONE 0.0s [2025-06-03T01:37:03.436Z] [2025-06-03T01:37:03.436Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:03.436Z] #3 DONE 0.1s [2025-06-03T01:37:03.436Z] [2025-06-03T01:37:03.436Z] #4 [internal] load .dockerignore [2025-06-03T01:37:03.436Z] #4 transferring context: 2B done [2025-06-03T01:37:03.699Z] #4 DONE 0.0s [2025-06-03T01:37:03.699Z] [2025-06-03T01:37:03.699Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:03.699Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:03.699Z] #5 DONE 0.0s [2025-06-03T01:37:03.699Z] [2025-06-03T01:37:03.699Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:03.699Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:03.699Z] #6 DONE 0.1s [2025-06-03T01:37:03.699Z] [2025-06-03T01:37:03.699Z] #7 exporting to image [2025-06-03T01:37:03.699Z] #7 exporting layers done [2025-06-03T01:37:03.699Z] #7 exporting manifest sha256:4e655fa1d28a1a0471c9049d2c7f3ce98cded609c933c0ce6b66fa29ac28fbf3 done [2025-06-03T01:37:03.699Z] #7 exporting config sha256:d609f81ad337687f6d6263d176b3daa7944f189f37700faa93dbab9fc1ef927d [2025-06-03T01:37:03.699Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:03.699Z] #7 ... [2025-06-03T01:37:03.699Z] [2025-06-03T01:37:03.699Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:03.699Z] #8 DONE 0.0s [2025-06-03T01:37:03.699Z] [2025-06-03T01:37:03.699Z] #7 exporting to image [2025-06-03T01:37:03.699Z] #7 exporting config sha256:d609f81ad337687f6d6263d176b3daa7944f189f37700faa93dbab9fc1ef927d 0.0s done [2025-06-03T01:37:03.699Z] #7 exporting manifest sha256:2a91205d408393d0dc8b163a28bf91e6afe52bdea35a64f4f952d845a89843a4 done [2025-06-03T01:37:03.699Z] #7 exporting config sha256:24dfd53e27fdb1ac61b79df70b475bb3782562ce62cc23519a488764e487d82c 0.0s done [2025-06-03T01:37:03.699Z] #7 exporting manifest list sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 done [2025-06-03T01:37:03.699Z] #7 pushing layers 0.1s done [2025-06-03T01:37:03.699Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 [2025-06-03T01:37:03.958Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 0.1s done [2025-06-03T01:37:03.958Z] #7 DONE 0.3s [2025-06-03T01:37:03.958Z] [2025-06-03T01:37:03.958Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:03.958Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:04.245Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-03T01:37:04.245Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-03T01:37:04.245Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:04.245Z] #1 transferring dockerfile: 162B done [2025-06-03T01:37:04.245Z] #1 DONE 0.0s [2025-06-03T01:37:04.245Z] [2025-06-03T01:37:04.245Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-03T01:37:04.245Z] #2 DONE 0.0s [2025-06-03T01:37:04.245Z] [2025-06-03T01:37:04.245Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-03T01:37:04.245Z] #3 DONE 0.0s [2025-06-03T01:37:04.245Z] [2025-06-03T01:37:04.245Z] #4 [internal] load .dockerignore [2025-06-03T01:37:04.245Z] #4 transferring context: 2B done [2025-06-03T01:37:04.245Z] #4 DONE 0.0s [2025-06-03T01:37:04.245Z] [2025-06-03T01:37:04.245Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:04.245Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:04.245Z] #5 CACHED [2025-06-03T01:37:04.245Z] [2025-06-03T01:37:04.245Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:04.245Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:04.245Z] #6 CACHED [2025-06-03T01:37:04.246Z] [2025-06-03T01:37:04.246Z] #7 exporting to image [2025-06-03T01:37:04.246Z] #7 exporting layers done [2025-06-03T01:37:04.246Z] #7 exporting manifest sha256:4e655fa1d28a1a0471c9049d2c7f3ce98cded609c933c0ce6b66fa29ac28fbf3 done [2025-06-03T01:37:04.246Z] #7 exporting config sha256:d609f81ad337687f6d6263d176b3daa7944f189f37700faa93dbab9fc1ef927d done [2025-06-03T01:37:04.246Z] #7 exporting manifest sha256:2a91205d408393d0dc8b163a28bf91e6afe52bdea35a64f4f952d845a89843a4 [2025-06-03T01:37:04.246Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:04.509Z] #7 exporting manifest sha256:2a91205d408393d0dc8b163a28bf91e6afe52bdea35a64f4f952d845a89843a4 done [2025-06-03T01:37:04.509Z] #7 exporting config sha256:24dfd53e27fdb1ac61b79df70b475bb3782562ce62cc23519a488764e487d82c done [2025-06-03T01:37:04.509Z] #7 exporting manifest list sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 done [2025-06-03T01:37:04.509Z] #7 pushing layers 0.0s done [2025-06-03T01:37:04.509Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 0.1s done [2025-06-03T01:37:04.509Z] #7 DONE 0.1s [2025-06-03T01:37:04.509Z] [2025-06-03T01:37:04.509Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:04.509Z] #8 DONE 0.0s [2025-06-03T01:37:04.509Z] [2025-06-03T01:37:04.509Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:04.509Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:04.808Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18 --push - [2025-06-03T01:37:04.808Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18' [2025-06-03T01:37:04.808Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:04.808Z] #1 transferring dockerfile: 168B done [2025-06-03T01:37:04.808Z] #1 DONE 0.0s [2025-06-03T01:37:04.808Z] [2025-06-03T01:37:04.808Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18 [2025-06-03T01:37:04.808Z] #2 DONE 0.0s [2025-06-03T01:37:04.808Z] [2025-06-03T01:37:04.808Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18 [2025-06-03T01:37:04.808Z] #3 DONE 0.0s [2025-06-03T01:37:04.808Z] [2025-06-03T01:37:04.808Z] #4 [internal] load .dockerignore [2025-06-03T01:37:04.808Z] #4 transferring context: 2B done [2025-06-03T01:37:04.808Z] #4 DONE 0.0s [2025-06-03T01:37:04.808Z] [2025-06-03T01:37:04.808Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:04.808Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:04.808Z] #5 CACHED [2025-06-03T01:37:04.808Z] [2025-06-03T01:37:04.808Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:04.808Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:04.808Z] #6 CACHED [2025-06-03T01:37:04.808Z] [2025-06-03T01:37:04.808Z] #7 exporting to image [2025-06-03T01:37:04.808Z] #7 exporting layers done [2025-06-03T01:37:04.808Z] #7 exporting manifest sha256:4e655fa1d28a1a0471c9049d2c7f3ce98cded609c933c0ce6b66fa29ac28fbf3 done [2025-06-03T01:37:04.808Z] #7 exporting config sha256:d609f81ad337687f6d6263d176b3daa7944f189f37700faa93dbab9fc1ef927d done [2025-06-03T01:37:04.808Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:05.072Z] #7 exporting manifest sha256:2a91205d408393d0dc8b163a28bf91e6afe52bdea35a64f4f952d845a89843a4 done [2025-06-03T01:37:05.072Z] #7 exporting config sha256:24dfd53e27fdb1ac61b79df70b475bb3782562ce62cc23519a488764e487d82c done [2025-06-03T01:37:05.072Z] #7 exporting manifest list sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 done [2025-06-03T01:37:05.072Z] #7 pushing layers 0.0s done [2025-06-03T01:37:05.072Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.18@sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 0.1s done [2025-06-03T01:37:05.072Z] #7 DONE 0.1s [2025-06-03T01:37:05.072Z] [2025-06-03T01:37:05.072Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:05.072Z] #8 DONE 0.0s [2025-06-03T01:37:05.072Z] [2025-06-03T01:37:05.072Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:05.072Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:05.376Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:05.376Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:06.775Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:06.775Z] #1 transferring dockerfile: 209B done [2025-06-03T01:37:06.775Z] #1 DONE 0.1s [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:06.775Z] #2 DONE 0.0s [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:06.775Z] #3 DONE 0.0s [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] #4 [internal] load .dockerignore [2025-06-03T01:37:06.775Z] #4 transferring context: [2025-06-03T01:37:06.775Z] #4 transferring context: 2B done [2025-06-03T01:37:06.775Z] #4 DONE 0.0s [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:06.775Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:06.775Z] #5 CACHED [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:06.775Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:06.775Z] #6 CACHED [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:06.775Z] #7 DONE 0.0s [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] #8 exporting to image [2025-06-03T01:37:06.775Z] #8 exporting layers done [2025-06-03T01:37:06.775Z] #8 exporting manifest sha256:4e655fa1d28a1a0471c9049d2c7f3ce98cded609c933c0ce6b66fa29ac28fbf3 done [2025-06-03T01:37:06.775Z] #8 exporting config sha256:d609f81ad337687f6d6263d176b3daa7944f189f37700faa93dbab9fc1ef927d done [2025-06-03T01:37:06.775Z] #8 exporting manifest sha256:2a91205d408393d0dc8b163a28bf91e6afe52bdea35a64f4f952d845a89843a4 done [2025-06-03T01:37:06.775Z] #8 exporting config sha256:24dfd53e27fdb1ac61b79df70b475bb3782562ce62cc23519a488764e487d82c done [2025-06-03T01:37:06.775Z] #8 exporting manifest list sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 done [2025-06-03T01:37:06.775Z] #8 pushing layers 0.0s done [2025-06-03T01:37:06.775Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 0.1s done [2025-06-03T01:37:06.775Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:06.775Z] #8 DONE 0.1s [2025-06-03T01:37:06.775Z] [2025-06-03T01:37:06.775Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:06.775Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:07.083Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-03T01:37:07.083Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-03T01:37:07.083Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:07.083Z] #1 transferring dockerfile: 160B done [2025-06-03T01:37:07.083Z] #1 DONE 0.0s [2025-06-03T01:37:07.083Z] [2025-06-03T01:37:07.083Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-03T01:37:07.083Z] #2 DONE 0.0s [2025-06-03T01:37:07.083Z] [2025-06-03T01:37:07.083Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-03T01:37:07.083Z] #3 DONE 0.0s [2025-06-03T01:37:07.083Z] [2025-06-03T01:37:07.083Z] #4 [internal] load .dockerignore [2025-06-03T01:37:07.083Z] #4 transferring context: 2B done [2025-06-03T01:37:07.083Z] #4 DONE 0.0s [2025-06-03T01:37:07.083Z] [2025-06-03T01:37:07.083Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:07.083Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:07.083Z] #5 CACHED [2025-06-03T01:37:07.083Z] [2025-06-03T01:37:07.083Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 [2025-06-03T01:37:07.083Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:388bfe678b40d219f2896b0414c55856912810e3263b2462c9b515b1713f8a64 0.0s done [2025-06-03T01:37:07.083Z] #6 CACHED [2025-06-03T01:37:07.083Z] [2025-06-03T01:37:07.083Z] #7 exporting to image [2025-06-03T01:37:07.083Z] #7 exporting layers done [2025-06-03T01:37:07.083Z] #7 exporting manifest sha256:4e655fa1d28a1a0471c9049d2c7f3ce98cded609c933c0ce6b66fa29ac28fbf3 done [2025-06-03T01:37:07.083Z] #7 exporting config sha256:d609f81ad337687f6d6263d176b3daa7944f189f37700faa93dbab9fc1ef927d done [2025-06-03T01:37:07.083Z] #7 exporting manifest sha256:2a91205d408393d0dc8b163a28bf91e6afe52bdea35a64f4f952d845a89843a4 done [2025-06-03T01:37:07.083Z] #7 exporting config sha256:24dfd53e27fdb1ac61b79df70b475bb3782562ce62cc23519a488764e487d82c done [2025-06-03T01:37:07.083Z] #7 exporting manifest list sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 done [2025-06-03T01:37:07.083Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:07.343Z] #7 pushing layers 0.0s done [2025-06-03T01:37:07.343Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0e4b3edb952f3eacb6f12eaf9c0f25783aad4717548d97f76e9f8ee499cc8907 0.1s done [2025-06-03T01:37:07.343Z] #7 DONE 0.1s [2025-06-03T01:37:07.343Z] [2025-06-03T01:37:07.343Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:07.343Z] #8 DONE 0.0s [2025-06-03T01:37:07.343Z] [2025-06-03T01:37:07.343Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:07.343Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:07.632Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:07.632Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:07.632Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:07.632Z] #1 transferring dockerfile: 198B done [2025-06-03T01:37:07.632Z] #1 DONE 0.0s [2025-06-03T01:37:07.632Z] [2025-06-03T01:37:07.632Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:07.632Z] #2 DONE 0.0s [2025-06-03T01:37:07.632Z] [2025-06-03T01:37:07.632Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:07.632Z] #3 DONE 0.0s [2025-06-03T01:37:07.632Z] [2025-06-03T01:37:07.632Z] #4 [internal] load .dockerignore [2025-06-03T01:37:07.632Z] #4 transferring context: 2B done [2025-06-03T01:37:07.632Z] #4 DONE 0.0s [2025-06-03T01:37:07.632Z] [2025-06-03T01:37:07.632Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:07.632Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:07.890Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:07.890Z] #5 DONE 0.1s [2025-06-03T01:37:07.890Z] [2025-06-03T01:37:07.890Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:07.890Z] #6 DONE 0.0s [2025-06-03T01:37:07.890Z] [2025-06-03T01:37:07.890Z] #7 exporting to image [2025-06-03T01:37:07.890Z] #7 exporting layers done [2025-06-03T01:37:07.890Z] #7 exporting manifest sha256:f81da22319c2330baea2e57d42593dbbb7cb932468e758ac9afb17cd120c6878 0.0s done [2025-06-03T01:37:07.890Z] #7 exporting config sha256:7b001635e21fd7956d0a23b13cc8c275e50b16606c30f2c559785adbd1d032b4 done [2025-06-03T01:37:07.890Z] #7 exporting manifest sha256:3fcd7470b69a4907267002968ca267478e36f62e8dca6f66406bc207639d5295 done [2025-06-03T01:37:07.890Z] #7 exporting config sha256:20a35576bc1a26d84e9625d4b18d836c790c3078401c05ddbc01cf115985b71f done [2025-06-03T01:37:07.890Z] #7 exporting manifest list sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 [2025-06-03T01:37:07.890Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:07.890Z] #7 ... [2025-06-03T01:37:07.890Z] [2025-06-03T01:37:07.890Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:07.890Z] #8 DONE 0.0s [2025-06-03T01:37:07.890Z] [2025-06-03T01:37:07.890Z] #7 exporting to image [2025-06-03T01:37:07.890Z] #7 exporting manifest list sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 0.0s done [2025-06-03T01:37:07.890Z] #7 pushing layers 0.1s done [2025-06-03T01:37:07.890Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 [2025-06-03T01:37:08.160Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 0.1s done [2025-06-03T01:37:08.160Z] #7 DONE 0.2s [2025-06-03T01:37:08.160Z] [2025-06-03T01:37:08.160Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:08.160Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:08.444Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-03T01:37:08.444Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-03T01:37:08.444Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:08.444Z] #1 transferring dockerfile: 164B done [2025-06-03T01:37:08.444Z] #1 DONE 0.0s [2025-06-03T01:37:08.444Z] [2025-06-03T01:37:08.444Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-03T01:37:08.444Z] #2 DONE 0.0s [2025-06-03T01:37:08.444Z] [2025-06-03T01:37:08.444Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-03T01:37:08.444Z] #3 DONE 0.0s [2025-06-03T01:37:08.444Z] [2025-06-03T01:37:08.444Z] #4 [internal] load .dockerignore [2025-06-03T01:37:08.444Z] #4 transferring context: 2B done [2025-06-03T01:37:08.444Z] #4 DONE 0.0s [2025-06-03T01:37:08.444Z] [2025-06-03T01:37:08.444Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:08.444Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:08.444Z] #5 CACHED [2025-06-03T01:37:08.444Z] [2025-06-03T01:37:08.444Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:08.444Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:08.444Z] #6 CACHED [2025-06-03T01:37:08.444Z] [2025-06-03T01:37:08.444Z] #7 exporting to image [2025-06-03T01:37:08.444Z] #7 exporting layers [2025-06-03T01:37:08.444Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:08.703Z] #7 exporting layers done [2025-06-03T01:37:08.703Z] #7 exporting manifest sha256:f81da22319c2330baea2e57d42593dbbb7cb932468e758ac9afb17cd120c6878 done [2025-06-03T01:37:08.703Z] #7 exporting config sha256:7b001635e21fd7956d0a23b13cc8c275e50b16606c30f2c559785adbd1d032b4 done [2025-06-03T01:37:08.703Z] #7 exporting manifest sha256:3fcd7470b69a4907267002968ca267478e36f62e8dca6f66406bc207639d5295 done [2025-06-03T01:37:08.703Z] #7 exporting config sha256:20a35576bc1a26d84e9625d4b18d836c790c3078401c05ddbc01cf115985b71f done [2025-06-03T01:37:08.703Z] #7 exporting manifest list sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 done [2025-06-03T01:37:08.703Z] #7 pushing layers 0.0s done [2025-06-03T01:37:08.703Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 0.1s done [2025-06-03T01:37:08.703Z] #7 DONE 0.1s [2025-06-03T01:37:08.703Z] [2025-06-03T01:37:08.703Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:08.703Z] #8 DONE 0.0s [2025-06-03T01:37:08.703Z] [2025-06-03T01:37:08.703Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:08.703Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:08.989Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18' [2025-06-03T01:37:08.989Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18 --push - [2025-06-03T01:37:08.989Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:08.989Z] #1 transferring dockerfile: 170B done [2025-06-03T01:37:08.989Z] #1 DONE 0.0s [2025-06-03T01:37:08.989Z] [2025-06-03T01:37:08.989Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18 [2025-06-03T01:37:08.989Z] #2 DONE 0.0s [2025-06-03T01:37:08.989Z] [2025-06-03T01:37:08.989Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18 [2025-06-03T01:37:08.989Z] #3 DONE 0.0s [2025-06-03T01:37:08.989Z] [2025-06-03T01:37:08.989Z] #4 [internal] load .dockerignore [2025-06-03T01:37:08.989Z] #4 transferring context: 2B done [2025-06-03T01:37:08.989Z] #4 DONE 0.0s [2025-06-03T01:37:08.989Z] [2025-06-03T01:37:08.989Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:08.989Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:08.989Z] #5 CACHED [2025-06-03T01:37:08.989Z] [2025-06-03T01:37:08.989Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:08.989Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:08.989Z] #6 CACHED [2025-06-03T01:37:08.989Z] [2025-06-03T01:37:08.989Z] #7 exporting to image [2025-06-03T01:37:08.989Z] #7 exporting layers [2025-06-03T01:37:08.989Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:09.249Z] #7 exporting layers done [2025-06-03T01:37:09.250Z] #7 exporting manifest sha256:f81da22319c2330baea2e57d42593dbbb7cb932468e758ac9afb17cd120c6878 done [2025-06-03T01:37:09.250Z] #7 exporting config sha256:7b001635e21fd7956d0a23b13cc8c275e50b16606c30f2c559785adbd1d032b4 done [2025-06-03T01:37:09.250Z] #7 exporting manifest sha256:3fcd7470b69a4907267002968ca267478e36f62e8dca6f66406bc207639d5295 done [2025-06-03T01:37:09.250Z] #7 exporting config sha256:20a35576bc1a26d84e9625d4b18d836c790c3078401c05ddbc01cf115985b71f done [2025-06-03T01:37:09.250Z] #7 exporting manifest list sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 done [2025-06-03T01:37:09.250Z] #7 pushing layers 0.0s done [2025-06-03T01:37:09.250Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.18@sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 0.1s done [2025-06-03T01:37:09.250Z] #7 DONE 0.1s [2025-06-03T01:37:09.250Z] [2025-06-03T01:37:09.250Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:09.250Z] #8 DONE 0.0s [2025-06-03T01:37:09.250Z] [2025-06-03T01:37:09.250Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:09.250Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:09.537Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:09.537Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:09.537Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:09.537Z] #1 transferring dockerfile: 211B done [2025-06-03T01:37:09.537Z] #1 DONE 0.0s [2025-06-03T01:37:09.537Z] [2025-06-03T01:37:09.537Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:09.537Z] #2 DONE 0.0s [2025-06-03T01:37:09.537Z] [2025-06-03T01:37:09.537Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:09.537Z] #3 DONE 0.0s [2025-06-03T01:37:09.537Z] [2025-06-03T01:37:09.537Z] #4 [internal] load .dockerignore [2025-06-03T01:37:09.537Z] #4 transferring context: 2B done [2025-06-03T01:37:09.537Z] #4 DONE 0.0s [2025-06-03T01:37:09.537Z] [2025-06-03T01:37:09.537Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:09.537Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:09.537Z] #5 CACHED [2025-06-03T01:37:09.537Z] [2025-06-03T01:37:09.537Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:09.799Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:09.799Z] #6 CACHED [2025-06-03T01:37:09.799Z] [2025-06-03T01:37:09.799Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:09.799Z] #7 DONE 0.0s [2025-06-03T01:37:09.799Z] [2025-06-03T01:37:09.799Z] #8 exporting to image [2025-06-03T01:37:09.799Z] #8 exporting layers done [2025-06-03T01:37:09.799Z] #8 exporting manifest sha256:f81da22319c2330baea2e57d42593dbbb7cb932468e758ac9afb17cd120c6878 done [2025-06-03T01:37:09.799Z] #8 exporting config sha256:7b001635e21fd7956d0a23b13cc8c275e50b16606c30f2c559785adbd1d032b4 done [2025-06-03T01:37:09.799Z] #8 exporting manifest sha256:3fcd7470b69a4907267002968ca267478e36f62e8dca6f66406bc207639d5295 done [2025-06-03T01:37:09.799Z] #8 exporting config sha256:20a35576bc1a26d84e9625d4b18d836c790c3078401c05ddbc01cf115985b71f done [2025-06-03T01:37:09.799Z] #8 exporting manifest list sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 done [2025-06-03T01:37:09.799Z] #8 pushing layers 0.0s done [2025-06-03T01:37:09.799Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 0.1s done [2025-06-03T01:37:09.799Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:09.799Z] #8 DONE 0.1s [2025-06-03T01:37:09.799Z] [2025-06-03T01:37:09.799Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:09.799Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:10.091Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-03T01:37:10.091Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-03T01:37:10.091Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:10.091Z] #1 transferring dockerfile: 162B done [2025-06-03T01:37:10.091Z] #1 DONE 0.0s [2025-06-03T01:37:10.091Z] [2025-06-03T01:37:10.091Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-03T01:37:10.091Z] #2 DONE 0.0s [2025-06-03T01:37:10.091Z] [2025-06-03T01:37:10.091Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-03T01:37:10.091Z] #3 DONE 0.0s [2025-06-03T01:37:10.091Z] [2025-06-03T01:37:10.091Z] #4 [internal] load .dockerignore [2025-06-03T01:37:10.091Z] #4 transferring context: 2B done [2025-06-03T01:37:10.091Z] #4 DONE 0.0s [2025-06-03T01:37:10.091Z] [2025-06-03T01:37:10.091Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:10.091Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:10.091Z] #5 DONE 0.0s [2025-06-03T01:37:10.091Z] [2025-06-03T01:37:10.091Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:10.351Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 0.0s done [2025-06-03T01:37:10.351Z] #6 CACHED [2025-06-03T01:37:10.351Z] [2025-06-03T01:37:10.351Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:eddb79458f78a7bdf08750e3513433148538c1046dd481b7c3eb6987a6346a61 [2025-06-03T01:37:10.351Z] #5 CACHED [2025-06-03T01:37:10.351Z] [2025-06-03T01:37:10.351Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:10.351Z] #7 DONE 0.0s [2025-06-03T01:37:10.351Z] [2025-06-03T01:37:10.351Z] #8 exporting to image [2025-06-03T01:37:10.351Z] #8 exporting layers done [2025-06-03T01:37:10.351Z] #8 exporting manifest sha256:f81da22319c2330baea2e57d42593dbbb7cb932468e758ac9afb17cd120c6878 done [2025-06-03T01:37:10.351Z] #8 exporting config sha256:7b001635e21fd7956d0a23b13cc8c275e50b16606c30f2c559785adbd1d032b4 done [2025-06-03T01:37:10.351Z] #8 exporting manifest sha256:3fcd7470b69a4907267002968ca267478e36f62e8dca6f66406bc207639d5295 done [2025-06-03T01:37:10.351Z] #8 exporting config sha256:20a35576bc1a26d84e9625d4b18d836c790c3078401c05ddbc01cf115985b71f done [2025-06-03T01:37:10.351Z] #8 exporting manifest list sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 done [2025-06-03T01:37:10.351Z] #8 pushing layers 0.0s done [2025-06-03T01:37:10.351Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:bfbd97df92b29bc010c1eef8af222995e6a734419cfbeea85bfd10dc74353ed4 0.1s done [2025-06-03T01:37:10.351Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:10.351Z] #8 DONE 0.1s [2025-06-03T01:37:10.351Z] [2025-06-03T01:37:10.351Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:10.351Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:10.641Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:10.641Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:10.641Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:10.641Z] #1 transferring dockerfile: 206B done [2025-06-03T01:37:10.641Z] #1 DONE 0.0s [2025-06-03T01:37:10.641Z] [2025-06-03T01:37:10.641Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:10.641Z] #2 DONE 0.0s [2025-06-03T01:37:10.641Z] [2025-06-03T01:37:10.641Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:10.641Z] #3 DONE 0.1s [2025-06-03T01:37:10.641Z] [2025-06-03T01:37:10.641Z] #4 [internal] load .dockerignore [2025-06-03T01:37:10.901Z] #4 transferring context: 2B done [2025-06-03T01:37:10.901Z] #4 DONE 0.0s [2025-06-03T01:37:10.901Z] [2025-06-03T01:37:10.901Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:10.901Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:10.901Z] #5 ... [2025-06-03T01:37:10.901Z] [2025-06-03T01:37:10.901Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:10.901Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:10.901Z] #6 DONE 0.2s [2025-06-03T01:37:10.901Z] [2025-06-03T01:37:10.901Z] #7 exporting to image [2025-06-03T01:37:10.901Z] #7 exporting layers done [2025-06-03T01:37:10.901Z] #7 exporting manifest sha256:e4746ae36431617426873bedf2ae36b6798b0043bd6be058d13151cc500bdbb4 0.0s done [2025-06-03T01:37:10.901Z] #7 exporting config sha256:883dc1d88cf9a45d3841d751287c426c8519739e76b471328ffa4bd0216b91a2 [2025-06-03T01:37:10.901Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:11.164Z] #7 ... [2025-06-03T01:37:11.164Z] [2025-06-03T01:37:11.164Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:11.164Z] #8 DONE 0.0s [2025-06-03T01:37:11.164Z] [2025-06-03T01:37:11.164Z] #7 exporting to image [2025-06-03T01:37:11.164Z] #7 exporting config sha256:883dc1d88cf9a45d3841d751287c426c8519739e76b471328ffa4bd0216b91a2 done [2025-06-03T01:37:11.164Z] #7 exporting manifest sha256:587fa9a4735aa3590a28648355a5364d7795f0af81eb4686b07484545ff2877f done [2025-06-03T01:37:11.164Z] #7 exporting config sha256:a52de491df0a511ae56bed6e41a45c7703741bca40b1fe25a8165c7a27512f0b done [2025-06-03T01:37:11.164Z] #7 exporting manifest list sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 done [2025-06-03T01:37:11.164Z] #7 pushing layers 0.1s done [2025-06-03T01:37:11.164Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 [2025-06-03T01:37:11.422Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 0.1s done [2025-06-03T01:37:11.422Z] #7 DONE 0.2s [2025-06-03T01:37:11.422Z] [2025-06-03T01:37:11.422Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:11.422Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:11.713Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-03T01:37:11.713Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-03T01:37:11.713Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:11.713Z] #1 transferring dockerfile: 172B done [2025-06-03T01:37:11.713Z] #1 DONE 0.0s [2025-06-03T01:37:11.713Z] [2025-06-03T01:37:11.713Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-03T01:37:11.713Z] #2 DONE 0.0s [2025-06-03T01:37:11.713Z] [2025-06-03T01:37:11.713Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-03T01:37:11.713Z] #3 DONE 0.0s [2025-06-03T01:37:11.713Z] [2025-06-03T01:37:11.713Z] #4 [internal] load .dockerignore [2025-06-03T01:37:11.713Z] #4 transferring context: 2B done [2025-06-03T01:37:11.713Z] #4 DONE 0.0s [2025-06-03T01:37:11.972Z] [2025-06-03T01:37:11.972Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:11.972Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:11.972Z] #5 CACHED [2025-06-03T01:37:11.972Z] [2025-06-03T01:37:11.972Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:11.972Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:11.972Z] #6 CACHED [2025-06-03T01:37:11.972Z] [2025-06-03T01:37:11.972Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:11.972Z] #7 DONE 0.0s [2025-06-03T01:37:11.972Z] [2025-06-03T01:37:11.972Z] #8 exporting to image [2025-06-03T01:37:11.972Z] #8 exporting layers done [2025-06-03T01:37:11.972Z] #8 exporting manifest sha256:e4746ae36431617426873bedf2ae36b6798b0043bd6be058d13151cc500bdbb4 done [2025-06-03T01:37:11.972Z] #8 exporting config sha256:883dc1d88cf9a45d3841d751287c426c8519739e76b471328ffa4bd0216b91a2 done [2025-06-03T01:37:11.972Z] #8 exporting manifest sha256:587fa9a4735aa3590a28648355a5364d7795f0af81eb4686b07484545ff2877f done [2025-06-03T01:37:11.972Z] #8 exporting config sha256:a52de491df0a511ae56bed6e41a45c7703741bca40b1fe25a8165c7a27512f0b done [2025-06-03T01:37:11.972Z] #8 exporting manifest list sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 done [2025-06-03T01:37:11.972Z] #8 pushing layers 0.0s done [2025-06-03T01:37:11.972Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 0.1s done [2025-06-03T01:37:11.972Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:11.972Z] #8 DONE 0.1s [2025-06-03T01:37:11.972Z] [2025-06-03T01:37:11.972Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:11.972Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:12.268Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18' [2025-06-03T01:37:12.268Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18 --push - [2025-06-03T01:37:12.268Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:12.268Z] #1 transferring dockerfile: 178B done [2025-06-03T01:37:12.268Z] #1 DONE 0.0s [2025-06-03T01:37:12.268Z] [2025-06-03T01:37:12.268Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18 [2025-06-03T01:37:12.268Z] #2 DONE 0.0s [2025-06-03T01:37:12.268Z] [2025-06-03T01:37:12.268Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18 [2025-06-03T01:37:12.268Z] #3 DONE 0.0s [2025-06-03T01:37:12.268Z] [2025-06-03T01:37:12.268Z] #4 [internal] load .dockerignore [2025-06-03T01:37:12.268Z] #4 transferring context: 2B done [2025-06-03T01:37:12.268Z] #4 DONE 0.0s [2025-06-03T01:37:12.268Z] [2025-06-03T01:37:12.268Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:12.268Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 done [2025-06-03T01:37:12.268Z] #5 CACHED [2025-06-03T01:37:12.268Z] [2025-06-03T01:37:12.268Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:12.268Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:12.268Z] #6 CACHED [2025-06-03T01:37:12.268Z] [2025-06-03T01:37:12.268Z] #7 exporting to image [2025-06-03T01:37:12.268Z] #7 exporting layers done [2025-06-03T01:37:12.268Z] #7 exporting manifest sha256:e4746ae36431617426873bedf2ae36b6798b0043bd6be058d13151cc500bdbb4 done [2025-06-03T01:37:12.268Z] #7 exporting config sha256:883dc1d88cf9a45d3841d751287c426c8519739e76b471328ffa4bd0216b91a2 done [2025-06-03T01:37:12.268Z] #7 exporting manifest sha256:587fa9a4735aa3590a28648355a5364d7795f0af81eb4686b07484545ff2877f done [2025-06-03T01:37:12.268Z] #7 exporting config sha256:a52de491df0a511ae56bed6e41a45c7703741bca40b1fe25a8165c7a27512f0b done [2025-06-03T01:37:12.268Z] #7 exporting manifest list sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 done [2025-06-03T01:37:12.268Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:12.529Z] #7 pushing layers 0.0s done [2025-06-03T01:37:12.529Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.18@sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 0.1s done [2025-06-03T01:37:12.529Z] #7 DONE 0.1s [2025-06-03T01:37:12.529Z] [2025-06-03T01:37:12.529Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:12.529Z] #8 DONE 0.0s [2025-06-03T01:37:12.529Z] [2025-06-03T01:37:12.529Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:12.529Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:12.821Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:12.821Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:13.081Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:13.081Z] #1 transferring dockerfile: 219B done [2025-06-03T01:37:13.081Z] #1 DONE 0.0s [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:13.081Z] #2 DONE 0.0s [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:13.081Z] #3 DONE 0.0s [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #4 [internal] load .dockerignore [2025-06-03T01:37:13.081Z] #4 transferring context: 2B done [2025-06-03T01:37:13.081Z] #4 DONE 0.0s [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:13.081Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:13.081Z] #5 CACHED [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:13.081Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:13.081Z] #6 DONE 0.0s [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:13.081Z] #6 CACHED [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:13.081Z] #7 DONE 0.0s [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] #8 exporting to image [2025-06-03T01:37:13.081Z] #8 exporting layers done [2025-06-03T01:37:13.081Z] #8 exporting manifest sha256:e4746ae36431617426873bedf2ae36b6798b0043bd6be058d13151cc500bdbb4 done [2025-06-03T01:37:13.081Z] #8 exporting config sha256:883dc1d88cf9a45d3841d751287c426c8519739e76b471328ffa4bd0216b91a2 done [2025-06-03T01:37:13.081Z] #8 exporting manifest sha256:587fa9a4735aa3590a28648355a5364d7795f0af81eb4686b07484545ff2877f done [2025-06-03T01:37:13.081Z] #8 exporting config sha256:a52de491df0a511ae56bed6e41a45c7703741bca40b1fe25a8165c7a27512f0b done [2025-06-03T01:37:13.081Z] #8 exporting manifest list sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 done [2025-06-03T01:37:13.081Z] #8 pushing layers 0.0s done [2025-06-03T01:37:13.081Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 0.1s done [2025-06-03T01:37:13.081Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:13.081Z] #8 DONE 0.1s [2025-06-03T01:37:13.081Z] [2025-06-03T01:37:13.081Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:13.081Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:13.367Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-03T01:37:13.367Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-03T01:37:13.367Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:13.367Z] #1 transferring dockerfile: 170B done [2025-06-03T01:37:13.367Z] #1 DONE 0.0s [2025-06-03T01:37:13.367Z] [2025-06-03T01:37:13.367Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-03T01:37:13.367Z] #2 DONE 0.0s [2025-06-03T01:37:13.367Z] [2025-06-03T01:37:13.367Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-03T01:37:13.367Z] #3 DONE 0.0s [2025-06-03T01:37:13.367Z] [2025-06-03T01:37:13.367Z] #4 [internal] load .dockerignore [2025-06-03T01:37:13.367Z] #4 transferring context: 2B done [2025-06-03T01:37:13.367Z] #4 DONE 0.0s [2025-06-03T01:37:13.367Z] [2025-06-03T01:37:13.367Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:13.367Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:13.367Z] #5 DONE 0.0s [2025-06-03T01:37:13.367Z] [2025-06-03T01:37:13.367Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:13.627Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 0.0s done [2025-06-03T01:37:13.627Z] #6 CACHED [2025-06-03T01:37:13.627Z] [2025-06-03T01:37:13.627Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:488864ccc35d667e2e221679b2cad50eeca5cb803d7d68f3ad6a0f49e3af5921 [2025-06-03T01:37:13.627Z] #5 CACHED [2025-06-03T01:37:13.627Z] [2025-06-03T01:37:13.627Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:13.627Z] #7 DONE 0.0s [2025-06-03T01:37:13.627Z] [2025-06-03T01:37:13.627Z] #8 exporting to image [2025-06-03T01:37:13.627Z] #8 exporting layers done [2025-06-03T01:37:13.627Z] #8 exporting manifest sha256:e4746ae36431617426873bedf2ae36b6798b0043bd6be058d13151cc500bdbb4 done [2025-06-03T01:37:13.627Z] #8 exporting config sha256:883dc1d88cf9a45d3841d751287c426c8519739e76b471328ffa4bd0216b91a2 done [2025-06-03T01:37:13.627Z] #8 exporting manifest sha256:587fa9a4735aa3590a28648355a5364d7795f0af81eb4686b07484545ff2877f done [2025-06-03T01:37:13.627Z] #8 exporting config sha256:a52de491df0a511ae56bed6e41a45c7703741bca40b1fe25a8165c7a27512f0b done [2025-06-03T01:37:13.627Z] #8 exporting manifest list sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 done [2025-06-03T01:37:13.627Z] #8 pushing layers 0.0s done [2025-06-03T01:37:13.627Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8828b228b734285d843beef08ab21c347ab483ab8ca0cbef843f8c2a3bc8b0e9 0.1s done [2025-06-03T01:37:13.627Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:13.627Z] #8 DONE 0.1s [2025-06-03T01:37:13.627Z] [2025-06-03T01:37:13.627Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:13.627Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:13.920Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:13.920Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:13.920Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:13.920Z] #1 transferring dockerfile: 204B done [2025-06-03T01:37:13.920Z] #1 DONE 0.0s [2025-06-03T01:37:13.920Z] [2025-06-03T01:37:13.920Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:13.920Z] #2 DONE 0.0s [2025-06-03T01:37:13.920Z] [2025-06-03T01:37:13.920Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:13.920Z] #3 DONE 0.0s [2025-06-03T01:37:13.920Z] [2025-06-03T01:37:13.920Z] #4 [internal] load .dockerignore [2025-06-03T01:37:13.920Z] #4 transferring context: 2B done [2025-06-03T01:37:13.920Z] #4 DONE 0.0s [2025-06-03T01:37:14.180Z] [2025-06-03T01:37:14.180Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:14.180Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:14.180Z] #5 ... [2025-06-03T01:37:14.180Z] [2025-06-03T01:37:14.180Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:14.180Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:14.180Z] #6 DONE 0.1s [2025-06-03T01:37:14.180Z] [2025-06-03T01:37:14.180Z] #7 exporting to image [2025-06-03T01:37:14.180Z] #7 exporting layers done [2025-06-03T01:37:14.180Z] #7 exporting manifest sha256:7182067ce5e82b043ac69546497c6daeac9ee699f818e529cc1d15d2b50be4a1 done [2025-06-03T01:37:14.180Z] #7 exporting config sha256:74f6338b3246242a7068c0ea8d16f994ee72b94bb545be7bc25149344b5d8080 done [2025-06-03T01:37:14.180Z] #7 exporting manifest sha256:2cec282003e9232af4961772565de191b3857b38aac23b73ef02e6c4d7ce9398 done [2025-06-03T01:37:14.180Z] #7 exporting config sha256:34279a9e426fc2b22f68f11e8d1d897c0c7d97e7064338fa82c3cc398d133422 [2025-06-03T01:37:14.180Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:14.180Z] #7 ... [2025-06-03T01:37:14.180Z] [2025-06-03T01:37:14.180Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:14.180Z] #8 DONE 0.0s [2025-06-03T01:37:14.180Z] [2025-06-03T01:37:14.180Z] #7 exporting to image [2025-06-03T01:37:14.180Z] #7 exporting config sha256:34279a9e426fc2b22f68f11e8d1d897c0c7d97e7064338fa82c3cc398d133422 done [2025-06-03T01:37:14.180Z] #7 exporting manifest list sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 done [2025-06-03T01:37:14.180Z] #7 pushing layers 0.1s done [2025-06-03T01:37:14.180Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 [2025-06-03T01:37:14.445Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 0.1s done [2025-06-03T01:37:14.445Z] #7 DONE 0.2s [2025-06-03T01:37:14.445Z] [2025-06-03T01:37:14.445Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:14.445Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:14.742Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-03T01:37:14.742Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-03T01:37:14.742Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:14.742Z] #1 transferring dockerfile: 170B done [2025-06-03T01:37:14.742Z] #1 DONE 0.0s [2025-06-03T01:37:14.742Z] [2025-06-03T01:37:14.742Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-03T01:37:14.742Z] #2 DONE 0.0s [2025-06-03T01:37:14.742Z] [2025-06-03T01:37:14.742Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-03T01:37:14.742Z] #3 DONE 0.0s [2025-06-03T01:37:14.742Z] [2025-06-03T01:37:14.742Z] #4 [internal] load .dockerignore [2025-06-03T01:37:14.742Z] #4 transferring context: 2B done [2025-06-03T01:37:14.742Z] #4 DONE 0.0s [2025-06-03T01:37:14.742Z] [2025-06-03T01:37:14.742Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:14.742Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 done [2025-06-03T01:37:14.742Z] #5 CACHED [2025-06-03T01:37:14.742Z] [2025-06-03T01:37:14.742Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:14.742Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:14.742Z] #6 CACHED [2025-06-03T01:37:14.742Z] [2025-06-03T01:37:14.742Z] #7 exporting to image [2025-06-03T01:37:14.742Z] #7 exporting layers done [2025-06-03T01:37:14.742Z] #7 exporting manifest sha256:7182067ce5e82b043ac69546497c6daeac9ee699f818e529cc1d15d2b50be4a1 done [2025-06-03T01:37:14.742Z] #7 exporting config sha256:74f6338b3246242a7068c0ea8d16f994ee72b94bb545be7bc25149344b5d8080 done [2025-06-03T01:37:14.742Z] #7 exporting manifest sha256:2cec282003e9232af4961772565de191b3857b38aac23b73ef02e6c4d7ce9398 done [2025-06-03T01:37:14.742Z] #7 exporting config sha256:34279a9e426fc2b22f68f11e8d1d897c0c7d97e7064338fa82c3cc398d133422 done [2025-06-03T01:37:14.742Z] #7 exporting manifest list sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 [2025-06-03T01:37:14.742Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:15.000Z] #7 exporting manifest list sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 done [2025-06-03T01:37:15.000Z] #7 pushing layers 0.0s done [2025-06-03T01:37:15.000Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 0.1s done [2025-06-03T01:37:15.000Z] #7 DONE 0.1s [2025-06-03T01:37:15.000Z] [2025-06-03T01:37:15.000Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:15.000Z] #8 DONE 0.0s [2025-06-03T01:37:15.000Z] [2025-06-03T01:37:15.000Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:15.000Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:15.299Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18' [2025-06-03T01:37:15.299Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18 --push - [2025-06-03T01:37:15.299Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:15.299Z] #1 transferring dockerfile: 176B done [2025-06-03T01:37:15.299Z] #1 DONE 0.0s [2025-06-03T01:37:15.299Z] [2025-06-03T01:37:15.299Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18 [2025-06-03T01:37:15.299Z] #2 DONE 0.0s [2025-06-03T01:37:15.299Z] [2025-06-03T01:37:15.299Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18 [2025-06-03T01:37:15.299Z] #3 DONE 0.0s [2025-06-03T01:37:15.299Z] [2025-06-03T01:37:15.299Z] #4 [internal] load .dockerignore [2025-06-03T01:37:15.299Z] #4 transferring context: 2B done [2025-06-03T01:37:15.299Z] #4 DONE 0.0s [2025-06-03T01:37:15.299Z] [2025-06-03T01:37:15.299Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:15.299Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:15.299Z] #5 CACHED [2025-06-03T01:37:15.299Z] [2025-06-03T01:37:15.299Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:15.299Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:15.299Z] #6 CACHED [2025-06-03T01:37:15.299Z] [2025-06-03T01:37:15.299Z] #7 exporting to image [2025-06-03T01:37:15.299Z] #7 exporting layers done [2025-06-03T01:37:15.299Z] #7 exporting manifest sha256:7182067ce5e82b043ac69546497c6daeac9ee699f818e529cc1d15d2b50be4a1 done [2025-06-03T01:37:15.299Z] #7 exporting config sha256:74f6338b3246242a7068c0ea8d16f994ee72b94bb545be7bc25149344b5d8080 done [2025-06-03T01:37:15.299Z] #7 exporting manifest sha256:2cec282003e9232af4961772565de191b3857b38aac23b73ef02e6c4d7ce9398 done [2025-06-03T01:37:15.299Z] #7 exporting config sha256:34279a9e426fc2b22f68f11e8d1d897c0c7d97e7064338fa82c3cc398d133422 done [2025-06-03T01:37:15.299Z] #7 exporting manifest list sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 done [2025-06-03T01:37:15.299Z] #7 pushing layers 0.0s done [2025-06-03T01:37:15.299Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18@sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 [2025-06-03T01:37:15.299Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:15.558Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.18@sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 0.1s done [2025-06-03T01:37:15.558Z] #7 DONE 0.1s [2025-06-03T01:37:15.558Z] [2025-06-03T01:37:15.558Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:15.558Z] #8 DONE 0.0s [2025-06-03T01:37:15.558Z] [2025-06-03T01:37:15.558Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:15.558Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:15.842Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:15.842Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:16.100Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:16.100Z] #1 transferring dockerfile: 217B done [2025-06-03T01:37:16.100Z] #1 DONE 0.1s [2025-06-03T01:37:16.100Z] [2025-06-03T01:37:16.100Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:16.100Z] #2 DONE 0.1s [2025-06-03T01:37:16.100Z] [2025-06-03T01:37:16.100Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:16.100Z] #3 DONE 0.1s [2025-06-03T01:37:16.100Z] [2025-06-03T01:37:16.100Z] #4 [internal] load .dockerignore [2025-06-03T01:37:16.100Z] #4 transferring context: 2B done [2025-06-03T01:37:16.100Z] #4 DONE 0.0s [2025-06-03T01:37:16.359Z] [2025-06-03T01:37:16.359Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:16.359Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:16.359Z] #5 CACHED [2025-06-03T01:37:16.359Z] [2025-06-03T01:37:16.359Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:16.359Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:16.359Z] #6 CACHED [2025-06-03T01:37:16.359Z] [2025-06-03T01:37:16.359Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:16.359Z] #7 DONE 0.0s [2025-06-03T01:37:16.359Z] [2025-06-03T01:37:16.359Z] #8 exporting to image [2025-06-03T01:37:16.359Z] #8 exporting layers done [2025-06-03T01:37:16.359Z] #8 exporting manifest sha256:7182067ce5e82b043ac69546497c6daeac9ee699f818e529cc1d15d2b50be4a1 done [2025-06-03T01:37:16.359Z] #8 exporting config sha256:74f6338b3246242a7068c0ea8d16f994ee72b94bb545be7bc25149344b5d8080 done [2025-06-03T01:37:16.359Z] #8 exporting manifest sha256:2cec282003e9232af4961772565de191b3857b38aac23b73ef02e6c4d7ce9398 done [2025-06-03T01:37:16.359Z] #8 exporting config sha256:34279a9e426fc2b22f68f11e8d1d897c0c7d97e7064338fa82c3cc398d133422 done [2025-06-03T01:37:16.359Z] #8 exporting manifest list sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 done [2025-06-03T01:37:16.359Z] #8 pushing layers 0.0s done [2025-06-03T01:37:16.359Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 0.1s done [2025-06-03T01:37:16.359Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:16.359Z] #8 DONE 0.1s [2025-06-03T01:37:16.359Z] [2025-06-03T01:37:16.359Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:16.359Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:16.646Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-03T01:37:16.646Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-03T01:37:16.646Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:16.646Z] #1 transferring dockerfile: 168B done [2025-06-03T01:37:16.646Z] #1 DONE 0.0s [2025-06-03T01:37:16.646Z] [2025-06-03T01:37:16.646Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-03T01:37:16.646Z] #2 DONE 0.0s [2025-06-03T01:37:16.646Z] [2025-06-03T01:37:16.646Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-03T01:37:16.646Z] #3 DONE 0.0s [2025-06-03T01:37:16.646Z] [2025-06-03T01:37:16.646Z] #4 [internal] load .dockerignore [2025-06-03T01:37:16.646Z] #4 transferring context: 2B done [2025-06-03T01:37:16.646Z] #4 DONE 0.0s [2025-06-03T01:37:16.646Z] [2025-06-03T01:37:16.646Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:16.646Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:16.646Z] #5 CACHED [2025-06-03T01:37:16.646Z] [2025-06-03T01:37:16.646Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 [2025-06-03T01:37:16.646Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d70c6546ad85dd771a9884e97c3f84ab1861f05c510bc8838493161ea7198093 0.0s done [2025-06-03T01:37:16.646Z] #6 CACHED [2025-06-03T01:37:16.646Z] [2025-06-03T01:37:16.646Z] #7 exporting to image [2025-06-03T01:37:16.646Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:16.906Z] #7 exporting layers done [2025-06-03T01:37:16.906Z] #7 exporting manifest sha256:7182067ce5e82b043ac69546497c6daeac9ee699f818e529cc1d15d2b50be4a1 done [2025-06-03T01:37:16.906Z] #7 exporting config sha256:74f6338b3246242a7068c0ea8d16f994ee72b94bb545be7bc25149344b5d8080 done [2025-06-03T01:37:16.906Z] #7 exporting manifest sha256:2cec282003e9232af4961772565de191b3857b38aac23b73ef02e6c4d7ce9398 done [2025-06-03T01:37:16.906Z] #7 exporting config sha256:34279a9e426fc2b22f68f11e8d1d897c0c7d97e7064338fa82c3cc398d133422 done [2025-06-03T01:37:16.906Z] #7 exporting manifest list sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 done [2025-06-03T01:37:16.906Z] #7 pushing layers 0.0s done [2025-06-03T01:37:16.906Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f003a2aa18666dfc18116f1adde28dcd8dd182b1075f5a5e13103bab4d3880b1 0.1s done [2025-06-03T01:37:16.906Z] #7 DONE 0.1s [2025-06-03T01:37:16.906Z] [2025-06-03T01:37:16.906Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:16.906Z] #8 DONE 0.0s [2025-06-03T01:37:16.906Z] [2025-06-03T01:37:16.906Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:16.906Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:17.189Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:17.189Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:17.189Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:17.189Z] #1 transferring dockerfile: 205B done [2025-06-03T01:37:17.189Z] #1 DONE 0.0s [2025-06-03T01:37:17.189Z] [2025-06-03T01:37:17.189Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:17.189Z] #2 DONE 0.0s [2025-06-03T01:37:17.189Z] [2025-06-03T01:37:17.189Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:17.189Z] #3 DONE 0.0s [2025-06-03T01:37:17.189Z] [2025-06-03T01:37:17.189Z] #4 [internal] load .dockerignore [2025-06-03T01:37:17.189Z] #4 transferring context: 2B done [2025-06-03T01:37:17.189Z] #4 DONE 0.0s [2025-06-03T01:37:17.448Z] [2025-06-03T01:37:17.448Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:17.448Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:17.448Z] #5 DONE 0.0s [2025-06-03T01:37:17.448Z] [2025-06-03T01:37:17.448Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:17.448Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:17.706Z] #6 DONE 0.2s [2025-06-03T01:37:17.706Z] [2025-06-03T01:37:17.706Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:17.706Z] #7 DONE 0.0s [2025-06-03T01:37:17.706Z] [2025-06-03T01:37:17.707Z] #8 exporting to image [2025-06-03T01:37:17.707Z] #8 exporting layers done [2025-06-03T01:37:17.707Z] #8 exporting manifest sha256:e34df54434f589627f73e16b14f38b25ce5003d2c6b8657d89095f70403b6be0 done [2025-06-03T01:37:17.707Z] #8 exporting config sha256:9ad26ae691cdcf95fbfd0aa78e8c08890017bbd100f77f72b3ccd775adc119c0 done [2025-06-03T01:37:17.707Z] #8 exporting manifest sha256:5b03657b0456c2dee9611cabf88fd48aef3cdb77ec24f2f1051a0bda77c01915 done [2025-06-03T01:37:17.707Z] #8 exporting config sha256:c9d020537a25c72c8cff93e16c8cc65f6025bd4f451b5f18e566572b53ca0fe7 done [2025-06-03T01:37:17.707Z] #8 exporting manifest list sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 done [2025-06-03T01:37:17.707Z] #8 pushing layers [2025-06-03T01:37:17.707Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:17.707Z] #8 pushing layers 0.1s done [2025-06-03T01:37:17.707Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 0.1s done [2025-06-03T01:37:17.707Z] #8 DONE 0.2s [2025-06-03T01:37:17.707Z] [2025-06-03T01:37:17.707Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:17.707Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:17.989Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-03T01:37:17.989Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-03T01:37:17.989Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:17.989Z] #1 transferring dockerfile: 171B done [2025-06-03T01:37:17.989Z] #1 DONE 0.0s [2025-06-03T01:37:17.989Z] [2025-06-03T01:37:17.989Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-03T01:37:17.989Z] #2 DONE 0.0s [2025-06-03T01:37:17.989Z] [2025-06-03T01:37:17.989Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-03T01:37:17.989Z] #3 DONE 0.0s [2025-06-03T01:37:17.989Z] [2025-06-03T01:37:17.989Z] #4 [internal] load .dockerignore [2025-06-03T01:37:17.989Z] #4 transferring context: 2B done [2025-06-03T01:37:17.989Z] #4 DONE 0.0s [2025-06-03T01:37:17.989Z] [2025-06-03T01:37:17.989Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:17.989Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:17.989Z] #5 DONE 0.0s [2025-06-03T01:37:17.989Z] [2025-06-03T01:37:17.989Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:18.249Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:18.249Z] #6 CACHED [2025-06-03T01:37:18.249Z] [2025-06-03T01:37:18.249Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:18.249Z] #5 CACHED [2025-06-03T01:37:18.249Z] [2025-06-03T01:37:18.249Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:18.249Z] #7 DONE 0.0s [2025-06-03T01:37:18.249Z] [2025-06-03T01:37:18.249Z] #8 exporting to image [2025-06-03T01:37:18.249Z] #8 exporting layers done [2025-06-03T01:37:18.249Z] #8 exporting manifest sha256:e34df54434f589627f73e16b14f38b25ce5003d2c6b8657d89095f70403b6be0 done [2025-06-03T01:37:18.249Z] #8 exporting config sha256:9ad26ae691cdcf95fbfd0aa78e8c08890017bbd100f77f72b3ccd775adc119c0 done [2025-06-03T01:37:18.249Z] #8 exporting manifest sha256:5b03657b0456c2dee9611cabf88fd48aef3cdb77ec24f2f1051a0bda77c01915 done [2025-06-03T01:37:18.249Z] #8 exporting config sha256:c9d020537a25c72c8cff93e16c8cc65f6025bd4f451b5f18e566572b53ca0fe7 done [2025-06-03T01:37:18.249Z] #8 exporting manifest list sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 done [2025-06-03T01:37:18.249Z] #8 pushing layers 0.0s done [2025-06-03T01:37:18.249Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 0.1s done [2025-06-03T01:37:18.249Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:18.249Z] #8 DONE 0.1s [2025-06-03T01:37:18.249Z] [2025-06-03T01:37:18.249Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:18.249Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:18.541Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18' [2025-06-03T01:37:18.541Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18 --push - [2025-06-03T01:37:18.541Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:18.541Z] #1 transferring dockerfile: 177B done [2025-06-03T01:37:18.541Z] #1 DONE 0.0s [2025-06-03T01:37:18.541Z] [2025-06-03T01:37:18.541Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18 [2025-06-03T01:37:18.541Z] #2 DONE 0.0s [2025-06-03T01:37:18.541Z] [2025-06-03T01:37:18.541Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18 [2025-06-03T01:37:18.541Z] #3 DONE 0.0s [2025-06-03T01:37:18.541Z] [2025-06-03T01:37:18.541Z] #4 [internal] load .dockerignore [2025-06-03T01:37:18.541Z] #4 transferring context: 2B done [2025-06-03T01:37:18.541Z] #4 DONE 0.0s [2025-06-03T01:37:18.541Z] [2025-06-03T01:37:18.541Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:18.541Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:18.541Z] #5 DONE 0.0s [2025-06-03T01:37:18.541Z] [2025-06-03T01:37:18.541Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:18.801Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:18.801Z] #6 CACHED [2025-06-03T01:37:18.801Z] [2025-06-03T01:37:18.801Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:18.801Z] #5 CACHED [2025-06-03T01:37:18.801Z] [2025-06-03T01:37:18.801Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:18.801Z] #7 DONE 0.0s [2025-06-03T01:37:18.801Z] [2025-06-03T01:37:18.801Z] #8 exporting to image [2025-06-03T01:37:18.801Z] #8 exporting layers done [2025-06-03T01:37:18.801Z] #8 exporting manifest sha256:e34df54434f589627f73e16b14f38b25ce5003d2c6b8657d89095f70403b6be0 done [2025-06-03T01:37:18.801Z] #8 exporting config sha256:9ad26ae691cdcf95fbfd0aa78e8c08890017bbd100f77f72b3ccd775adc119c0 done [2025-06-03T01:37:18.801Z] #8 exporting manifest sha256:5b03657b0456c2dee9611cabf88fd48aef3cdb77ec24f2f1051a0bda77c01915 done [2025-06-03T01:37:18.801Z] #8 exporting config sha256:c9d020537a25c72c8cff93e16c8cc65f6025bd4f451b5f18e566572b53ca0fe7 done [2025-06-03T01:37:18.801Z] #8 exporting manifest list sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 done [2025-06-03T01:37:18.801Z] #8 pushing layers 0.0s done [2025-06-03T01:37:18.801Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.18@sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 0.1s done [2025-06-03T01:37:18.801Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:18.801Z] #8 DONE 0.1s [2025-06-03T01:37:18.801Z] [2025-06-03T01:37:18.801Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:18.801Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:19.166Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:19.166Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:19.166Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:19.166Z] #1 transferring dockerfile: 218B done [2025-06-03T01:37:19.166Z] #1 DONE 0.0s [2025-06-03T01:37:19.166Z] [2025-06-03T01:37:19.166Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:19.166Z] #2 DONE 0.0s [2025-06-03T01:37:19.166Z] [2025-06-03T01:37:19.166Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:19.166Z] #3 DONE 0.0s [2025-06-03T01:37:19.166Z] [2025-06-03T01:37:19.166Z] #4 [internal] load .dockerignore [2025-06-03T01:37:19.166Z] #4 transferring context: 2B done [2025-06-03T01:37:19.166Z] #4 DONE 0.0s [2025-06-03T01:37:19.166Z] [2025-06-03T01:37:19.166Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:19.166Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:19.166Z] #5 CACHED [2025-06-03T01:37:19.166Z] [2025-06-03T01:37:19.166Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:19.166Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:19.166Z] #6 CACHED [2025-06-03T01:37:19.166Z] [2025-06-03T01:37:19.167Z] #7 exporting to image [2025-06-03T01:37:19.167Z] #7 exporting layers done [2025-06-03T01:37:19.167Z] #7 exporting manifest sha256:e34df54434f589627f73e16b14f38b25ce5003d2c6b8657d89095f70403b6be0 done [2025-06-03T01:37:19.167Z] #7 exporting config sha256:9ad26ae691cdcf95fbfd0aa78e8c08890017bbd100f77f72b3ccd775adc119c0 done [2025-06-03T01:37:19.167Z] #7 exporting manifest sha256:5b03657b0456c2dee9611cabf88fd48aef3cdb77ec24f2f1051a0bda77c01915 [2025-06-03T01:37:19.167Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:19.430Z] #7 exporting manifest sha256:5b03657b0456c2dee9611cabf88fd48aef3cdb77ec24f2f1051a0bda77c01915 done [2025-06-03T01:37:19.430Z] #7 exporting config sha256:c9d020537a25c72c8cff93e16c8cc65f6025bd4f451b5f18e566572b53ca0fe7 done [2025-06-03T01:37:19.430Z] #7 exporting manifest list sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 done [2025-06-03T01:37:19.430Z] #7 pushing layers 0.0s done [2025-06-03T01:37:19.430Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 0.1s done [2025-06-03T01:37:19.430Z] #7 DONE 0.1s [2025-06-03T01:37:19.430Z] [2025-06-03T01:37:19.430Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:19.430Z] #8 DONE 0.0s [2025-06-03T01:37:19.430Z] [2025-06-03T01:37:19.430Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:19.430Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:19.719Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-03T01:37:19.719Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-03T01:37:19.719Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:19.719Z] #1 transferring dockerfile: 169B done [2025-06-03T01:37:19.719Z] #1 DONE 0.0s [2025-06-03T01:37:19.719Z] [2025-06-03T01:37:19.719Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-03T01:37:19.719Z] #2 DONE 0.0s [2025-06-03T01:37:19.719Z] [2025-06-03T01:37:19.719Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-03T01:37:19.719Z] #3 DONE 0.0s [2025-06-03T01:37:19.719Z] [2025-06-03T01:37:19.719Z] #4 [internal] load .dockerignore [2025-06-03T01:37:19.719Z] #4 transferring context: 2B done [2025-06-03T01:37:19.719Z] #4 DONE 0.0s [2025-06-03T01:37:19.719Z] [2025-06-03T01:37:19.719Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:19.719Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:19.719Z] #5 CACHED [2025-06-03T01:37:19.719Z] [2025-06-03T01:37:19.720Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:19.720Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 0.0s done [2025-06-03T01:37:19.720Z] #6 DONE 0.0s [2025-06-03T01:37:19.980Z] [2025-06-03T01:37:19.980Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:62fb8e721baa86f4f8351bcb46ddc888d1b426a2a75b43413c22c098550d6394 [2025-06-03T01:37:19.980Z] #6 CACHED [2025-06-03T01:37:19.980Z] [2025-06-03T01:37:19.980Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:19.980Z] #7 DONE 0.0s [2025-06-03T01:37:19.980Z] [2025-06-03T01:37:19.980Z] #8 exporting to image [2025-06-03T01:37:19.980Z] #8 exporting layers done [2025-06-03T01:37:19.980Z] #8 exporting manifest sha256:e34df54434f589627f73e16b14f38b25ce5003d2c6b8657d89095f70403b6be0 done [2025-06-03T01:37:19.980Z] #8 exporting config sha256:9ad26ae691cdcf95fbfd0aa78e8c08890017bbd100f77f72b3ccd775adc119c0 done [2025-06-03T01:37:19.980Z] #8 exporting manifest sha256:5b03657b0456c2dee9611cabf88fd48aef3cdb77ec24f2f1051a0bda77c01915 done [2025-06-03T01:37:19.980Z] #8 exporting config sha256:c9d020537a25c72c8cff93e16c8cc65f6025bd4f451b5f18e566572b53ca0fe7 done [2025-06-03T01:37:19.980Z] #8 exporting manifest list sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 done [2025-06-03T01:37:19.980Z] #8 pushing layers 0.0s done [2025-06-03T01:37:19.980Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:67c06a57f78787dc673c1fc891dcd5f7151f8c7ac17011047cec2e1e7ef597e5 0.1s done [2025-06-03T01:37:19.980Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:19.980Z] #8 DONE 0.1s [2025-06-03T01:37:19.980Z] [2025-06-03T01:37:19.980Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:19.980Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:20.260Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:20.260Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:20.260Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:20.260Z] #1 transferring dockerfile: 211B done [2025-06-03T01:37:20.260Z] #1 DONE 0.0s [2025-06-03T01:37:20.260Z] [2025-06-03T01:37:20.260Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:20.260Z] #2 DONE 0.0s [2025-06-03T01:37:20.260Z] [2025-06-03T01:37:20.260Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:20.260Z] #3 DONE 0.0s [2025-06-03T01:37:20.260Z] [2025-06-03T01:37:20.260Z] #4 [internal] load .dockerignore [2025-06-03T01:37:20.260Z] #4 transferring context: 2B done [2025-06-03T01:37:20.260Z] #4 DONE 0.0s [2025-06-03T01:37:20.260Z] [2025-06-03T01:37:20.260Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:20.260Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:20.520Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:20.520Z] #5 DONE 0.0s [2025-06-03T01:37:20.520Z] [2025-06-03T01:37:20.520Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:20.520Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:20.520Z] #6 DONE 0.1s [2025-06-03T01:37:20.520Z] [2025-06-03T01:37:20.520Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:20.520Z] #7 DONE 0.0s [2025-06-03T01:37:20.520Z] [2025-06-03T01:37:20.520Z] #8 exporting to image [2025-06-03T01:37:20.520Z] #8 exporting layers done [2025-06-03T01:37:20.520Z] #8 exporting manifest sha256:5ddb731f073cb4866fb0cb7c7f5407879ca5872b9106c2cf98953ce7ee8c342b done [2025-06-03T01:37:20.520Z] #8 exporting config sha256:237f7dac886466bc101832a319cf7f536fdd57bab2fa91684ce40a7a0243702d done [2025-06-03T01:37:20.520Z] #8 exporting manifest sha256:c1a4c62532f51a48e571f828f44523c5eb438b14a87fb864e380dbe3e5e8765b done [2025-06-03T01:37:20.520Z] #8 exporting config sha256:b441d316ff582b8de5e74b1128dd77550dc069bccbea612591d28f79c6db442f done [2025-06-03T01:37:20.520Z] #8 exporting manifest list sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 done [2025-06-03T01:37:20.520Z] #8 pushing layers 0.1s done [2025-06-03T01:37:20.520Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 [2025-06-03T01:37:20.520Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:20.779Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 0.1s done [2025-06-03T01:37:20.779Z] #8 DONE 0.2s [2025-06-03T01:37:20.779Z] [2025-06-03T01:37:20.779Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:20.779Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:21.067Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-03T01:37:21.067Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-03T01:37:21.067Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:21.067Z] #1 transferring dockerfile: 177B done [2025-06-03T01:37:21.068Z] #1 DONE 0.0s [2025-06-03T01:37:21.068Z] [2025-06-03T01:37:21.068Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-03T01:37:21.068Z] #2 DONE 0.0s [2025-06-03T01:37:21.068Z] [2025-06-03T01:37:21.068Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-03T01:37:21.068Z] #3 DONE 0.0s [2025-06-03T01:37:21.068Z] [2025-06-03T01:37:21.068Z] #4 [internal] load .dockerignore [2025-06-03T01:37:21.068Z] #4 transferring context: 2B done [2025-06-03T01:37:21.068Z] #4 DONE 0.0s [2025-06-03T01:37:21.068Z] [2025-06-03T01:37:21.068Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:21.068Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:21.068Z] #5 CACHED [2025-06-03T01:37:21.068Z] [2025-06-03T01:37:21.068Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:21.068Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:21.068Z] #6 CACHED [2025-06-03T01:37:21.068Z] [2025-06-03T01:37:21.068Z] #7 exporting to image [2025-06-03T01:37:21.068Z] #7 exporting layers done [2025-06-03T01:37:21.068Z] #7 exporting manifest sha256:5ddb731f073cb4866fb0cb7c7f5407879ca5872b9106c2cf98953ce7ee8c342b [2025-06-03T01:37:21.068Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:21.328Z] #7 exporting manifest sha256:5ddb731f073cb4866fb0cb7c7f5407879ca5872b9106c2cf98953ce7ee8c342b done [2025-06-03T01:37:21.328Z] #7 exporting config sha256:237f7dac886466bc101832a319cf7f536fdd57bab2fa91684ce40a7a0243702d done [2025-06-03T01:37:21.328Z] #7 exporting manifest sha256:c1a4c62532f51a48e571f828f44523c5eb438b14a87fb864e380dbe3e5e8765b done [2025-06-03T01:37:21.328Z] #7 exporting config sha256:b441d316ff582b8de5e74b1128dd77550dc069bccbea612591d28f79c6db442f done [2025-06-03T01:37:21.328Z] #7 exporting manifest list sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 done [2025-06-03T01:37:21.328Z] #7 pushing layers 0.0s done [2025-06-03T01:37:21.328Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 0.1s done [2025-06-03T01:37:21.328Z] #7 DONE 0.1s [2025-06-03T01:37:21.328Z] [2025-06-03T01:37:21.328Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:21.328Z] #8 DONE 0.0s [2025-06-03T01:37:21.328Z] [2025-06-03T01:37:21.328Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:21.328Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:21.620Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18' [2025-06-03T01:37:21.620Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18 --push - [2025-06-03T01:37:21.620Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:21.620Z] #1 transferring dockerfile: 183B done [2025-06-03T01:37:21.620Z] #1 DONE 0.0s [2025-06-03T01:37:21.620Z] [2025-06-03T01:37:21.620Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18 [2025-06-03T01:37:21.620Z] #2 DONE 0.0s [2025-06-03T01:37:21.620Z] [2025-06-03T01:37:21.620Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18 [2025-06-03T01:37:21.620Z] #3 DONE 0.0s [2025-06-03T01:37:21.620Z] [2025-06-03T01:37:21.620Z] #4 [internal] load .dockerignore [2025-06-03T01:37:21.620Z] #4 transferring context: 2B done [2025-06-03T01:37:21.620Z] #4 DONE 0.0s [2025-06-03T01:37:21.620Z] [2025-06-03T01:37:21.620Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:21.620Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:21.620Z] #5 CACHED [2025-06-03T01:37:21.620Z] [2025-06-03T01:37:21.620Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:21.620Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:21.620Z] #6 CACHED [2025-06-03T01:37:21.620Z] [2025-06-03T01:37:21.620Z] #7 exporting to image [2025-06-03T01:37:21.620Z] #7 exporting layers [2025-06-03T01:37:21.620Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:21.879Z] #7 exporting layers done [2025-06-03T01:37:21.879Z] #7 exporting manifest sha256:5ddb731f073cb4866fb0cb7c7f5407879ca5872b9106c2cf98953ce7ee8c342b done [2025-06-03T01:37:21.879Z] #7 exporting config sha256:237f7dac886466bc101832a319cf7f536fdd57bab2fa91684ce40a7a0243702d done [2025-06-03T01:37:21.879Z] #7 exporting manifest sha256:c1a4c62532f51a48e571f828f44523c5eb438b14a87fb864e380dbe3e5e8765b done [2025-06-03T01:37:21.879Z] #7 exporting config sha256:b441d316ff582b8de5e74b1128dd77550dc069bccbea612591d28f79c6db442f done [2025-06-03T01:37:21.879Z] #7 exporting manifest list sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 done [2025-06-03T01:37:21.879Z] #7 pushing layers 0.0s done [2025-06-03T01:37:21.879Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.18@sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 0.1s done [2025-06-03T01:37:21.879Z] #7 DONE 0.1s [2025-06-03T01:37:21.879Z] [2025-06-03T01:37:21.879Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:21.879Z] #8 DONE 0.0s [2025-06-03T01:37:21.879Z] [2025-06-03T01:37:21.879Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:21.879Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:22.163Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:22.164Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:22.423Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:22.423Z] #1 transferring dockerfile: 224B done [2025-06-03T01:37:22.423Z] #1 DONE 0.0s [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:22.423Z] #2 DONE 0.0s [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:22.423Z] #3 DONE 0.0s [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] #4 [internal] load .dockerignore [2025-06-03T01:37:22.423Z] #4 transferring context: 2B done [2025-06-03T01:37:22.423Z] #4 DONE 0.0s [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:22.423Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:22.423Z] #5 CACHED [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:22.423Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:22.423Z] #6 CACHED [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] #7 exporting to image [2025-06-03T01:37:22.423Z] #7 exporting layers done [2025-06-03T01:37:22.423Z] #7 exporting manifest sha256:5ddb731f073cb4866fb0cb7c7f5407879ca5872b9106c2cf98953ce7ee8c342b done [2025-06-03T01:37:22.423Z] #7 exporting config sha256:237f7dac886466bc101832a319cf7f536fdd57bab2fa91684ce40a7a0243702d [2025-06-03T01:37:22.423Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:22.423Z] #7 exporting config sha256:237f7dac886466bc101832a319cf7f536fdd57bab2fa91684ce40a7a0243702d done [2025-06-03T01:37:22.423Z] #7 exporting manifest sha256:c1a4c62532f51a48e571f828f44523c5eb438b14a87fb864e380dbe3e5e8765b done [2025-06-03T01:37:22.423Z] #7 exporting config sha256:b441d316ff582b8de5e74b1128dd77550dc069bccbea612591d28f79c6db442f done [2025-06-03T01:37:22.423Z] #7 exporting manifest list sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 done [2025-06-03T01:37:22.423Z] #7 pushing layers 0.0s done [2025-06-03T01:37:22.423Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 0.1s done [2025-06-03T01:37:22.423Z] #7 DONE 0.1s [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:22.423Z] #8 DONE 0.0s [2025-06-03T01:37:22.423Z] [2025-06-03T01:37:22.423Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:22.423Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:22.709Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-03T01:37:22.709Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-03T01:37:22.709Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:22.709Z] #1 transferring dockerfile: 175B done [2025-06-03T01:37:22.709Z] #1 DONE 0.0s [2025-06-03T01:37:22.709Z] [2025-06-03T01:37:22.709Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-03T01:37:22.709Z] #2 DONE 0.0s [2025-06-03T01:37:22.709Z] [2025-06-03T01:37:22.709Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-03T01:37:22.709Z] #3 DONE 0.0s [2025-06-03T01:37:22.709Z] [2025-06-03T01:37:22.709Z] #4 [internal] load .dockerignore [2025-06-03T01:37:22.709Z] #4 transferring context: 2B done [2025-06-03T01:37:22.709Z] #4 DONE 0.0s [2025-06-03T01:37:22.967Z] [2025-06-03T01:37:22.967Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:22.968Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:22.968Z] #5 CACHED [2025-06-03T01:37:22.968Z] [2025-06-03T01:37:22.968Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc [2025-06-03T01:37:22.968Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:ef6823171bc2dc7c4d8b39eff8430b5f2666a3902747bf615b42491a8f5ed6bc 0.0s done [2025-06-03T01:37:22.968Z] #6 CACHED [2025-06-03T01:37:22.968Z] [2025-06-03T01:37:22.968Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:22.968Z] #7 DONE 0.0s [2025-06-03T01:37:22.968Z] [2025-06-03T01:37:22.968Z] #8 exporting to image [2025-06-03T01:37:22.968Z] #8 exporting layers done [2025-06-03T01:37:22.968Z] #8 exporting manifest sha256:5ddb731f073cb4866fb0cb7c7f5407879ca5872b9106c2cf98953ce7ee8c342b done [2025-06-03T01:37:22.968Z] #8 exporting config sha256:237f7dac886466bc101832a319cf7f536fdd57bab2fa91684ce40a7a0243702d done [2025-06-03T01:37:22.968Z] #8 exporting manifest sha256:c1a4c62532f51a48e571f828f44523c5eb438b14a87fb864e380dbe3e5e8765b done [2025-06-03T01:37:22.968Z] #8 exporting config sha256:b441d316ff582b8de5e74b1128dd77550dc069bccbea612591d28f79c6db442f done [2025-06-03T01:37:22.968Z] #8 exporting manifest list sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 done [2025-06-03T01:37:22.968Z] #8 pushing layers 0.0s done [2025-06-03T01:37:22.968Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c57b8b3684b46653604236e1a4387f5d9f079ec85312b09cb6b8078c1276e794 0.1s done [2025-06-03T01:37:22.968Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:22.968Z] #8 DONE 0.1s [2025-06-03T01:37:22.968Z] [2025-06-03T01:37:22.968Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:22.968Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:23.255Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:23.255Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:23.255Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:23.255Z] #1 transferring dockerfile: 215B done [2025-06-03T01:37:23.255Z] #1 DONE 0.0s [2025-06-03T01:37:23.255Z] [2025-06-03T01:37:23.255Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:23.255Z] #2 DONE 0.0s [2025-06-03T01:37:23.255Z] [2025-06-03T01:37:23.255Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:23.255Z] #3 DONE 0.0s [2025-06-03T01:37:23.255Z] [2025-06-03T01:37:23.255Z] #4 [internal] load .dockerignore [2025-06-03T01:37:23.255Z] #4 transferring context: 2B done [2025-06-03T01:37:23.255Z] #4 DONE 0.0s [2025-06-03T01:37:23.517Z] [2025-06-03T01:37:23.517Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:23.517Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:23.517Z] #5 DONE 0.0s [2025-06-03T01:37:23.517Z] [2025-06-03T01:37:23.517Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:23.517Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:23.517Z] #6 DONE 0.1s [2025-06-03T01:37:23.517Z] [2025-06-03T01:37:23.517Z] #7 exporting to image [2025-06-03T01:37:23.517Z] #7 exporting layers done [2025-06-03T01:37:23.517Z] #7 exporting manifest sha256:8f9ef0fae103cecc6228a41eaeb897a0885d2bacacaa59418e249eec3467fbac done [2025-06-03T01:37:23.517Z] #7 exporting config sha256:a7b1ab7319d412a84bf3b5f819e91f38676304aee795d6cf32591a1bf711347f done [2025-06-03T01:37:23.517Z] #7 exporting manifest sha256:d22c134e3b2a80b21306ec47bc0c21ae685519a2926c7105bdd3875d093c82ac done [2025-06-03T01:37:23.517Z] #7 exporting config sha256:b79bfdde43d5fecb4b3871060d4b61bdc238a47d2ae78d6c90fdc359ff336e87 [2025-06-03T01:37:23.517Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:23.517Z] #7 ... [2025-06-03T01:37:23.517Z] [2025-06-03T01:37:23.517Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:23.517Z] #8 DONE 0.0s [2025-06-03T01:37:23.517Z] [2025-06-03T01:37:23.517Z] #7 exporting to image [2025-06-03T01:37:23.517Z] #7 exporting config sha256:b79bfdde43d5fecb4b3871060d4b61bdc238a47d2ae78d6c90fdc359ff336e87 done [2025-06-03T01:37:23.517Z] #7 exporting manifest list sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b done [2025-06-03T01:37:23.517Z] #7 pushing layers 0.1s done [2025-06-03T01:37:23.517Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b [2025-06-03T01:37:23.776Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b 0.1s done [2025-06-03T01:37:23.776Z] #7 DONE 0.2s [2025-06-03T01:37:23.776Z] [2025-06-03T01:37:23.776Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:23.776Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:24.061Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-03T01:37:24.061Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-03T01:37:24.322Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:24.322Z] #1 transferring dockerfile: 181B done [2025-06-03T01:37:24.322Z] #1 DONE 0.0s [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-03T01:37:24.322Z] #2 DONE 0.0s [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-03T01:37:24.322Z] #3 DONE 0.0s [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] #4 [internal] load .dockerignore [2025-06-03T01:37:24.322Z] #4 transferring context: 2B done [2025-06-03T01:37:24.322Z] #4 DONE 0.0s [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:24.322Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:24.322Z] #5 CACHED [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:24.322Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:24.322Z] #6 CACHED [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:24.322Z] #7 DONE 0.0s [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] #8 exporting to image [2025-06-03T01:37:24.322Z] #8 exporting layers done [2025-06-03T01:37:24.322Z] #8 exporting manifest sha256:8f9ef0fae103cecc6228a41eaeb897a0885d2bacacaa59418e249eec3467fbac done [2025-06-03T01:37:24.322Z] #8 exporting config sha256:a7b1ab7319d412a84bf3b5f819e91f38676304aee795d6cf32591a1bf711347f done [2025-06-03T01:37:24.322Z] #8 exporting manifest sha256:d22c134e3b2a80b21306ec47bc0c21ae685519a2926c7105bdd3875d093c82ac done [2025-06-03T01:37:24.322Z] #8 exporting config sha256:b79bfdde43d5fecb4b3871060d4b61bdc238a47d2ae78d6c90fdc359ff336e87 done [2025-06-03T01:37:24.322Z] #8 exporting manifest list sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b done [2025-06-03T01:37:24.322Z] #8 pushing layers 0.0s done [2025-06-03T01:37:24.322Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b 0.1s done [2025-06-03T01:37:24.322Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:24.322Z] #8 DONE 0.1s [2025-06-03T01:37:24.322Z] [2025-06-03T01:37:24.322Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:24.322Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:24.615Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18' [2025-06-03T01:37:24.615Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18 --push - [2025-06-03T01:37:24.615Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:24.615Z] #1 transferring dockerfile: 187B 0.0s done [2025-06-03T01:37:24.615Z] #1 DONE 0.0s [2025-06-03T01:37:24.615Z] [2025-06-03T01:37:24.615Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18 [2025-06-03T01:37:24.615Z] #2 DONE 0.0s [2025-06-03T01:37:24.615Z] [2025-06-03T01:37:24.615Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18 [2025-06-03T01:37:24.615Z] #3 DONE 0.0s [2025-06-03T01:37:24.615Z] [2025-06-03T01:37:24.615Z] #4 [internal] load .dockerignore [2025-06-03T01:37:24.615Z] #4 transferring context: 2B done [2025-06-03T01:37:24.615Z] #4 DONE 0.0s [2025-06-03T01:37:24.615Z] [2025-06-03T01:37:24.615Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:24.615Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:24.615Z] #5 DONE 0.0s [2025-06-03T01:37:24.615Z] [2025-06-03T01:37:24.615Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:24.875Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:24.875Z] #6 CACHED [2025-06-03T01:37:24.875Z] [2025-06-03T01:37:24.875Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:24.875Z] #5 CACHED [2025-06-03T01:37:24.875Z] [2025-06-03T01:37:24.875Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:24.875Z] #7 DONE 0.0s [2025-06-03T01:37:24.875Z] [2025-06-03T01:37:24.875Z] #8 exporting to image [2025-06-03T01:37:24.875Z] #8 exporting layers done [2025-06-03T01:37:24.875Z] #8 exporting manifest sha256:8f9ef0fae103cecc6228a41eaeb897a0885d2bacacaa59418e249eec3467fbac done [2025-06-03T01:37:24.875Z] #8 exporting config sha256:a7b1ab7319d412a84bf3b5f819e91f38676304aee795d6cf32591a1bf711347f done [2025-06-03T01:37:24.875Z] #8 exporting manifest sha256:d22c134e3b2a80b21306ec47bc0c21ae685519a2926c7105bdd3875d093c82ac done [2025-06-03T01:37:24.875Z] #8 exporting config sha256:b79bfdde43d5fecb4b3871060d4b61bdc238a47d2ae78d6c90fdc359ff336e87 done [2025-06-03T01:37:24.875Z] #8 exporting manifest list sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b done [2025-06-03T01:37:24.875Z] #8 pushing layers 0.0s done [2025-06-03T01:37:24.875Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.18@sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b 0.1s done [2025-06-03T01:37:24.875Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:24.875Z] #8 DONE 0.1s [2025-06-03T01:37:24.875Z] [2025-06-03T01:37:24.875Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:24.875Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:25.163Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:25.163Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:25.163Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:25.163Z] #1 transferring dockerfile: 228B 0.0s done [2025-06-03T01:37:25.163Z] #1 DONE 0.0s [2025-06-03T01:37:25.163Z] [2025-06-03T01:37:25.163Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:25.163Z] #2 DONE 0.0s [2025-06-03T01:37:25.163Z] [2025-06-03T01:37:25.163Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:25.163Z] #3 DONE 0.0s [2025-06-03T01:37:25.163Z] [2025-06-03T01:37:25.163Z] #4 [internal] load .dockerignore [2025-06-03T01:37:25.163Z] #4 transferring context: 2B done [2025-06-03T01:37:25.163Z] #4 DONE 0.0s [2025-06-03T01:37:25.163Z] [2025-06-03T01:37:25.163Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:25.163Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:25.163Z] #5 DONE 0.0s [2025-06-03T01:37:25.163Z] [2025-06-03T01:37:25.163Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:25.423Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:25.423Z] #6 CACHED [2025-06-03T01:37:25.423Z] [2025-06-03T01:37:25.423Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:25.423Z] #5 CACHED [2025-06-03T01:37:25.423Z] [2025-06-03T01:37:25.423Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:25.423Z] #7 DONE 0.0s [2025-06-03T01:37:25.423Z] [2025-06-03T01:37:25.423Z] #8 exporting to image [2025-06-03T01:37:25.423Z] #8 exporting layers done [2025-06-03T01:37:25.423Z] #8 exporting manifest sha256:8f9ef0fae103cecc6228a41eaeb897a0885d2bacacaa59418e249eec3467fbac done [2025-06-03T01:37:25.423Z] #8 exporting config sha256:a7b1ab7319d412a84bf3b5f819e91f38676304aee795d6cf32591a1bf711347f done [2025-06-03T01:37:25.423Z] #8 exporting manifest sha256:d22c134e3b2a80b21306ec47bc0c21ae685519a2926c7105bdd3875d093c82ac done [2025-06-03T01:37:25.423Z] #8 exporting config sha256:b79bfdde43d5fecb4b3871060d4b61bdc238a47d2ae78d6c90fdc359ff336e87 done [2025-06-03T01:37:25.423Z] #8 exporting manifest list sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b done [2025-06-03T01:37:25.423Z] #8 pushing layers 0.0s done [2025-06-03T01:37:25.423Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b 0.1s done [2025-06-03T01:37:25.423Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:25.423Z] #8 DONE 0.1s [2025-06-03T01:37:25.423Z] [2025-06-03T01:37:25.423Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:25.423Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:25.708Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-03T01:37:25.708Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-03T01:37:25.972Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:25.972Z] #1 transferring dockerfile: 179B done [2025-06-03T01:37:25.972Z] #1 DONE 0.0s [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-03T01:37:25.972Z] #2 DONE 0.0s [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-03T01:37:25.972Z] #3 DONE 0.0s [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] #4 [internal] load .dockerignore [2025-06-03T01:37:25.972Z] #4 transferring context: 2B done [2025-06-03T01:37:25.972Z] #4 DONE 0.0s [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:25.972Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:25.972Z] #5 CACHED [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc [2025-06-03T01:37:25.972Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:78d5a740569c57495bd612af0ea4b0aee92c6f0320bee6a04c004f828e9fddfc 0.0s done [2025-06-03T01:37:25.972Z] #6 CACHED [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:25.972Z] #7 DONE 0.0s [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] #8 exporting to image [2025-06-03T01:37:25.972Z] #8 exporting layers done [2025-06-03T01:37:25.972Z] #8 exporting manifest sha256:8f9ef0fae103cecc6228a41eaeb897a0885d2bacacaa59418e249eec3467fbac done [2025-06-03T01:37:25.972Z] #8 exporting config sha256:a7b1ab7319d412a84bf3b5f819e91f38676304aee795d6cf32591a1bf711347f done [2025-06-03T01:37:25.972Z] #8 exporting manifest sha256:d22c134e3b2a80b21306ec47bc0c21ae685519a2926c7105bdd3875d093c82ac done [2025-06-03T01:37:25.972Z] #8 exporting config sha256:b79bfdde43d5fecb4b3871060d4b61bdc238a47d2ae78d6c90fdc359ff336e87 done [2025-06-03T01:37:25.972Z] #8 exporting manifest list sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b done [2025-06-03T01:37:25.972Z] #8 pushing layers 0.0s done [2025-06-03T01:37:25.972Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:11f477119b758a8d94056418d8f4cb447b710616ddde50ef997792fb6ebbcb7b 0.1s done [2025-06-03T01:37:25.972Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:25.972Z] #8 DONE 0.1s [2025-06-03T01:37:25.972Z] [2025-06-03T01:37:25.972Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:25.972Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:26.268Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:26.268Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:26.268Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:26.268Z] #1 transferring dockerfile: 205B done [2025-06-03T01:37:26.268Z] #1 DONE 0.0s [2025-06-03T01:37:26.268Z] [2025-06-03T01:37:26.268Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:26.268Z] #2 DONE 0.0s [2025-06-03T01:37:26.268Z] [2025-06-03T01:37:26.268Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:26.268Z] #3 DONE 0.0s [2025-06-03T01:37:26.268Z] [2025-06-03T01:37:26.268Z] #4 [internal] load .dockerignore [2025-06-03T01:37:26.268Z] #4 transferring context: 2B done [2025-06-03T01:37:26.268Z] #4 DONE 0.0s [2025-06-03T01:37:26.268Z] [2025-06-03T01:37:26.268Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:26.268Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:26.535Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:26.535Z] #5 DONE 0.1s [2025-06-03T01:37:26.535Z] [2025-06-03T01:37:26.535Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:26.535Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:26.535Z] #6 DONE 0.0s [2025-06-03T01:37:26.535Z] [2025-06-03T01:37:26.535Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:26.535Z] #7 DONE 0.0s [2025-06-03T01:37:26.535Z] [2025-06-03T01:37:26.535Z] #8 exporting to image [2025-06-03T01:37:26.535Z] #8 exporting layers done [2025-06-03T01:37:26.535Z] #8 exporting manifest sha256:23f66fb8f01de9fef7515c07ef9d11a167fd4ead4c40a2977a5ff34e736ed43e done [2025-06-03T01:37:26.535Z] #8 exporting config sha256:0876be726c2ce2c288ab5d32e404ac9334e72c075c0997536725277b0ecaade9 done [2025-06-03T01:37:26.535Z] #8 exporting manifest sha256:fdadd0a106ab0e399d45cf8100b0126be3539546fe0511e00f5829a586652d7f done [2025-06-03T01:37:26.535Z] #8 exporting config sha256:b607c47797e1234a3d7ac853d090e92b4aa6b6ffd497fad4b1fa7985c4b71494 done [2025-06-03T01:37:26.535Z] #8 exporting manifest list sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece done [2025-06-03T01:37:26.535Z] #8 pushing layers 0.1s done [2025-06-03T01:37:26.535Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece [2025-06-03T01:37:26.535Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:26.796Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece 0.1s done [2025-06-03T01:37:26.796Z] #8 DONE 0.2s [2025-06-03T01:37:26.796Z] [2025-06-03T01:37:26.796Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:26.796Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:27.082Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-03T01:37:27.082Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-03T01:37:27.082Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:27.082Z] #1 transferring dockerfile: 171B done [2025-06-03T01:37:27.082Z] #1 DONE 0.0s [2025-06-03T01:37:27.082Z] [2025-06-03T01:37:27.082Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-03T01:37:27.082Z] #2 DONE 0.0s [2025-06-03T01:37:27.082Z] [2025-06-03T01:37:27.082Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-03T01:37:27.082Z] #3 DONE 0.0s [2025-06-03T01:37:27.082Z] [2025-06-03T01:37:27.082Z] #4 [internal] load .dockerignore [2025-06-03T01:37:27.082Z] #4 transferring context: 2B done [2025-06-03T01:37:27.082Z] #4 DONE 0.0s [2025-06-03T01:37:27.082Z] [2025-06-03T01:37:27.082Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:27.082Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:27.082Z] #5 CACHED [2025-06-03T01:37:27.082Z] [2025-06-03T01:37:27.082Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:27.082Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:27.082Z] #6 CACHED [2025-06-03T01:37:27.082Z] [2025-06-03T01:37:27.082Z] #7 exporting to image [2025-06-03T01:37:27.082Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:27.344Z] #7 exporting layers done [2025-06-03T01:37:27.344Z] #7 exporting manifest sha256:23f66fb8f01de9fef7515c07ef9d11a167fd4ead4c40a2977a5ff34e736ed43e done [2025-06-03T01:37:27.344Z] #7 exporting config sha256:0876be726c2ce2c288ab5d32e404ac9334e72c075c0997536725277b0ecaade9 done [2025-06-03T01:37:27.344Z] #7 exporting manifest sha256:fdadd0a106ab0e399d45cf8100b0126be3539546fe0511e00f5829a586652d7f done [2025-06-03T01:37:27.344Z] #7 exporting config sha256:b607c47797e1234a3d7ac853d090e92b4aa6b6ffd497fad4b1fa7985c4b71494 done [2025-06-03T01:37:27.344Z] #7 exporting manifest list sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece done [2025-06-03T01:37:27.344Z] #7 pushing layers 0.0s done [2025-06-03T01:37:27.344Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece 0.1s done [2025-06-03T01:37:27.344Z] #7 DONE 0.1s [2025-06-03T01:37:27.344Z] [2025-06-03T01:37:27.344Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:27.344Z] #8 DONE 0.0s [2025-06-03T01:37:27.344Z] [2025-06-03T01:37:27.344Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:27.344Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:27.633Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18' [2025-06-03T01:37:27.633Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18 --push - [2025-06-03T01:37:27.892Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:27.892Z] #1 transferring dockerfile: 177B done [2025-06-03T01:37:27.892Z] #1 DONE 0.0s [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18 [2025-06-03T01:37:27.892Z] #2 DONE 0.0s [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18 [2025-06-03T01:37:27.892Z] #3 DONE 0.0s [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] #4 [internal] load .dockerignore [2025-06-03T01:37:27.892Z] #4 transferring context: 2B done [2025-06-03T01:37:27.892Z] #4 DONE 0.0s [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:27.892Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:27.892Z] #5 CACHED [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:27.892Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:27.892Z] #6 CACHED [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:27.892Z] #7 DONE 0.0s [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] #8 exporting to image [2025-06-03T01:37:27.892Z] #8 exporting layers done [2025-06-03T01:37:27.892Z] #8 exporting manifest sha256:23f66fb8f01de9fef7515c07ef9d11a167fd4ead4c40a2977a5ff34e736ed43e done [2025-06-03T01:37:27.892Z] #8 exporting config sha256:0876be726c2ce2c288ab5d32e404ac9334e72c075c0997536725277b0ecaade9 done [2025-06-03T01:37:27.892Z] #8 exporting manifest sha256:fdadd0a106ab0e399d45cf8100b0126be3539546fe0511e00f5829a586652d7f done [2025-06-03T01:37:27.892Z] #8 exporting config sha256:b607c47797e1234a3d7ac853d090e92b4aa6b6ffd497fad4b1fa7985c4b71494 done [2025-06-03T01:37:27.892Z] #8 exporting manifest list sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece done [2025-06-03T01:37:27.892Z] #8 pushing layers 0.0s done [2025-06-03T01:37:27.892Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.18@sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece 0.1s done [2025-06-03T01:37:27.892Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:27.892Z] #8 DONE 0.1s [2025-06-03T01:37:27.892Z] [2025-06-03T01:37:27.892Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:27.892Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:28.184Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:28.185Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:28.444Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:28.444Z] #1 transferring dockerfile: 218B done [2025-06-03T01:37:28.444Z] #1 DONE 0.0s [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:28.444Z] #2 DONE 0.0s [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:28.444Z] #3 DONE 0.0s [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] #4 [internal] load .dockerignore [2025-06-03T01:37:28.444Z] #4 transferring context: 2B done [2025-06-03T01:37:28.444Z] #4 DONE 0.0s [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:28.444Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:28.444Z] #5 CACHED [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:28.444Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:28.444Z] #6 CACHED [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] #7 exporting to image [2025-06-03T01:37:28.444Z] #7 exporting layers [2025-06-03T01:37:28.444Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:28.444Z] #7 exporting layers done [2025-06-03T01:37:28.444Z] #7 exporting manifest sha256:23f66fb8f01de9fef7515c07ef9d11a167fd4ead4c40a2977a5ff34e736ed43e done [2025-06-03T01:37:28.444Z] #7 exporting config sha256:0876be726c2ce2c288ab5d32e404ac9334e72c075c0997536725277b0ecaade9 done [2025-06-03T01:37:28.444Z] #7 exporting manifest sha256:fdadd0a106ab0e399d45cf8100b0126be3539546fe0511e00f5829a586652d7f done [2025-06-03T01:37:28.444Z] #7 exporting config sha256:b607c47797e1234a3d7ac853d090e92b4aa6b6ffd497fad4b1fa7985c4b71494 done [2025-06-03T01:37:28.444Z] #7 exporting manifest list sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece done [2025-06-03T01:37:28.444Z] #7 pushing layers 0.0s done [2025-06-03T01:37:28.444Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece 0.1s done [2025-06-03T01:37:28.444Z] #7 DONE 0.1s [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:28.444Z] #8 DONE 0.0s [2025-06-03T01:37:28.444Z] [2025-06-03T01:37:28.444Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:28.444Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:28.742Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-03T01:37:28.742Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-03T01:37:28.742Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:28.742Z] #1 transferring dockerfile: 169B done [2025-06-03T01:37:28.742Z] #1 DONE 0.0s [2025-06-03T01:37:28.742Z] [2025-06-03T01:37:28.742Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-03T01:37:28.742Z] #2 DONE 0.0s [2025-06-03T01:37:28.742Z] [2025-06-03T01:37:28.742Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-03T01:37:28.742Z] #3 DONE 0.0s [2025-06-03T01:37:28.742Z] [2025-06-03T01:37:28.742Z] #4 [internal] load .dockerignore [2025-06-03T01:37:28.742Z] #4 transferring context: 2B done [2025-06-03T01:37:28.742Z] #4 DONE 0.0s [2025-06-03T01:37:28.742Z] [2025-06-03T01:37:28.742Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:28.742Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:28.742Z] #5 CACHED [2025-06-03T01:37:28.742Z] [2025-06-03T01:37:28.742Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 [2025-06-03T01:37:28.742Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:adc9276a72bfec6515cf44a94dada8c73de784008bcb42d8e3572304a20c3ee7 0.0s done [2025-06-03T01:37:28.742Z] #6 CACHED [2025-06-03T01:37:28.742Z] [2025-06-03T01:37:28.742Z] #7 exporting to image [2025-06-03T01:37:28.742Z] #7 exporting layers done [2025-06-03T01:37:28.742Z] #7 exporting manifest sha256:23f66fb8f01de9fef7515c07ef9d11a167fd4ead4c40a2977a5ff34e736ed43e [2025-06-03T01:37:28.742Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:29.002Z] #7 exporting manifest sha256:23f66fb8f01de9fef7515c07ef9d11a167fd4ead4c40a2977a5ff34e736ed43e done [2025-06-03T01:37:29.002Z] #7 exporting config sha256:0876be726c2ce2c288ab5d32e404ac9334e72c075c0997536725277b0ecaade9 done [2025-06-03T01:37:29.002Z] #7 exporting manifest sha256:fdadd0a106ab0e399d45cf8100b0126be3539546fe0511e00f5829a586652d7f done [2025-06-03T01:37:29.002Z] #7 exporting config sha256:b607c47797e1234a3d7ac853d090e92b4aa6b6ffd497fad4b1fa7985c4b71494 done [2025-06-03T01:37:29.002Z] #7 exporting manifest list sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece done [2025-06-03T01:37:29.002Z] #7 pushing layers 0.0s done [2025-06-03T01:37:29.002Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:f32185c0ad51bd4212e3c95f6c9c699bcf0cf3331d877869bbb659e958b97ece 0.1s done [2025-06-03T01:37:29.002Z] #7 DONE 0.1s [2025-06-03T01:37:29.002Z] [2025-06-03T01:37:29.002Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:29.002Z] #8 DONE 0.0s [2025-06-03T01:37:29.003Z] [2025-06-03T01:37:29.003Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:29.003Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:29.295Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:29.295Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:29.295Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:29.295Z] #1 transferring dockerfile: 206B done [2025-06-03T01:37:29.295Z] #1 DONE 0.0s [2025-06-03T01:37:29.295Z] [2025-06-03T01:37:29.295Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:29.295Z] #2 DONE 0.0s [2025-06-03T01:37:29.295Z] [2025-06-03T01:37:29.295Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:29.295Z] #3 DONE 0.0s [2025-06-03T01:37:29.295Z] [2025-06-03T01:37:29.295Z] #4 [internal] load .dockerignore [2025-06-03T01:37:29.295Z] #4 transferring context: 2B done [2025-06-03T01:37:29.295Z] #4 DONE 0.0s [2025-06-03T01:37:29.295Z] [2025-06-03T01:37:29.295Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:29.554Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb done [2025-06-03T01:37:29.554Z] #5 DONE 0.0s [2025-06-03T01:37:29.554Z] [2025-06-03T01:37:29.554Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:29.554Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb done [2025-06-03T01:37:29.554Z] #6 DONE 0.1s [2025-06-03T01:37:29.554Z] [2025-06-03T01:37:29.554Z] #7 exporting to image [2025-06-03T01:37:29.554Z] #7 exporting layers [2025-06-03T01:37:29.554Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:29.554Z] #7 ... [2025-06-03T01:37:29.554Z] [2025-06-03T01:37:29.554Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:29.554Z] #8 DONE 0.0s [2025-06-03T01:37:29.554Z] [2025-06-03T01:37:29.554Z] #7 exporting to image [2025-06-03T01:37:29.554Z] #7 exporting layers done [2025-06-03T01:37:29.554Z] #7 exporting manifest sha256:bbb04a8544c899602b85287297e3aff6fca8209f79e2cde8a0042529cdfd77d3 done [2025-06-03T01:37:29.554Z] #7 exporting config sha256:46c61dd9912977af62526c18924ea71eb3d528ffb8cdeaf8b1149687a71f7616 done [2025-06-03T01:37:29.554Z] #7 exporting manifest sha256:d648ffd01134374a12fe7d2ae3cac952260f95eba956c48f7d1d6e9f3f17f715 done [2025-06-03T01:37:29.554Z] #7 exporting config sha256:1254dbc5341d91ec6a3166c76230a4e13edd993e387a2806811438462e42e8ee done [2025-06-03T01:37:29.554Z] #7 exporting manifest list sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 done [2025-06-03T01:37:29.554Z] #7 pushing layers 0.1s done [2025-06-03T01:37:29.554Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 [2025-06-03T01:37:29.815Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 0.1s done [2025-06-03T01:37:29.815Z] #7 DONE 0.2s [2025-06-03T01:37:29.815Z] [2025-06-03T01:37:29.815Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:29.815Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:30.107Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-03T01:37:30.107Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-03T01:37:30.107Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:30.107Z] #1 transferring dockerfile: 172B done [2025-06-03T01:37:30.107Z] #1 DONE 0.0s [2025-06-03T01:37:30.107Z] [2025-06-03T01:37:30.107Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-03T01:37:30.107Z] #2 DONE 0.0s [2025-06-03T01:37:30.108Z] [2025-06-03T01:37:30.108Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-03T01:37:30.108Z] #3 DONE 0.0s [2025-06-03T01:37:30.108Z] [2025-06-03T01:37:30.108Z] #4 [internal] load .dockerignore [2025-06-03T01:37:30.108Z] #4 transferring context: 2B done [2025-06-03T01:37:30.108Z] #4 DONE 0.0s [2025-06-03T01:37:30.108Z] [2025-06-03T01:37:30.108Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:30.108Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:30.108Z] #5 DONE 0.0s [2025-06-03T01:37:30.108Z] [2025-06-03T01:37:30.108Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:30.108Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:30.108Z] #6 CACHED [2025-06-03T01:37:30.369Z] [2025-06-03T01:37:30.369Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:30.369Z] #5 CACHED [2025-06-03T01:37:30.369Z] [2025-06-03T01:37:30.369Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:30.369Z] #7 DONE 0.0s [2025-06-03T01:37:30.369Z] [2025-06-03T01:37:30.369Z] #8 exporting to image [2025-06-03T01:37:30.369Z] #8 exporting layers done [2025-06-03T01:37:30.369Z] #8 exporting manifest sha256:bbb04a8544c899602b85287297e3aff6fca8209f79e2cde8a0042529cdfd77d3 done [2025-06-03T01:37:30.369Z] #8 exporting config sha256:46c61dd9912977af62526c18924ea71eb3d528ffb8cdeaf8b1149687a71f7616 done [2025-06-03T01:37:30.369Z] #8 exporting manifest sha256:d648ffd01134374a12fe7d2ae3cac952260f95eba956c48f7d1d6e9f3f17f715 done [2025-06-03T01:37:30.369Z] #8 exporting config sha256:1254dbc5341d91ec6a3166c76230a4e13edd993e387a2806811438462e42e8ee done [2025-06-03T01:37:30.369Z] #8 exporting manifest list sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 done [2025-06-03T01:37:30.369Z] #8 pushing layers 0.0s done [2025-06-03T01:37:30.369Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 0.1s done [2025-06-03T01:37:30.369Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:30.369Z] #8 DONE 0.1s [2025-06-03T01:37:30.369Z] [2025-06-03T01:37:30.369Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:30.369Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:30.662Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18' [2025-06-03T01:37:30.662Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18 --push - [2025-06-03T01:37:30.662Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:30.662Z] #1 transferring dockerfile: 178B done [2025-06-03T01:37:30.662Z] #1 DONE 0.0s [2025-06-03T01:37:30.662Z] [2025-06-03T01:37:30.662Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18 [2025-06-03T01:37:30.662Z] #2 DONE 0.0s [2025-06-03T01:37:30.662Z] [2025-06-03T01:37:30.662Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18 [2025-06-03T01:37:30.662Z] #3 DONE 0.0s [2025-06-03T01:37:30.662Z] [2025-06-03T01:37:30.662Z] #4 [internal] load .dockerignore [2025-06-03T01:37:30.662Z] #4 transferring context: 2B done [2025-06-03T01:37:30.662Z] #4 DONE 0.0s [2025-06-03T01:37:30.662Z] [2025-06-03T01:37:30.662Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:30.662Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:30.662Z] #5 CACHED [2025-06-03T01:37:30.662Z] [2025-06-03T01:37:30.662Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:30.922Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:30.922Z] #6 CACHED [2025-06-03T01:37:30.922Z] [2025-06-03T01:37:30.922Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:30.922Z] #7 DONE 0.0s [2025-06-03T01:37:30.922Z] [2025-06-03T01:37:30.922Z] #8 exporting to image [2025-06-03T01:37:30.922Z] #8 exporting layers done [2025-06-03T01:37:30.922Z] #8 exporting manifest sha256:bbb04a8544c899602b85287297e3aff6fca8209f79e2cde8a0042529cdfd77d3 done [2025-06-03T01:37:30.922Z] #8 exporting config sha256:46c61dd9912977af62526c18924ea71eb3d528ffb8cdeaf8b1149687a71f7616 done [2025-06-03T01:37:30.922Z] #8 exporting manifest sha256:d648ffd01134374a12fe7d2ae3cac952260f95eba956c48f7d1d6e9f3f17f715 done [2025-06-03T01:37:30.922Z] #8 exporting config sha256:1254dbc5341d91ec6a3166c76230a4e13edd993e387a2806811438462e42e8ee done [2025-06-03T01:37:30.922Z] #8 exporting manifest list sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 done [2025-06-03T01:37:30.922Z] #8 pushing layers 0.0s done [2025-06-03T01:37:30.922Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.18@sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 0.1s done [2025-06-03T01:37:30.922Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:30.922Z] #8 DONE 0.1s [2025-06-03T01:37:30.922Z] [2025-06-03T01:37:30.922Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:30.922Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:31.225Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:31.225Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:31.485Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:31.485Z] #1 transferring dockerfile: 219B done [2025-06-03T01:37:31.485Z] #1 DONE 0.0s [2025-06-03T01:37:31.485Z] [2025-06-03T01:37:31.485Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:31.485Z] #2 DONE 0.0s [2025-06-03T01:37:31.485Z] [2025-06-03T01:37:31.485Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:31.485Z] #3 DONE 0.0s [2025-06-03T01:37:31.485Z] [2025-06-03T01:37:31.485Z] #4 [internal] load .dockerignore [2025-06-03T01:37:31.485Z] #4 transferring context: 2B done [2025-06-03T01:37:31.485Z] #4 DONE 0.0s [2025-06-03T01:37:31.485Z] [2025-06-03T01:37:31.485Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:31.485Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:31.485Z] #5 CACHED [2025-06-03T01:37:31.485Z] [2025-06-03T01:37:31.485Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:31.485Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:31.485Z] #6 CACHED [2025-06-03T01:37:31.485Z] [2025-06-03T01:37:31.485Z] #7 exporting to image [2025-06-03T01:37:31.485Z] #7 exporting layers done [2025-06-03T01:37:31.485Z] #7 exporting manifest sha256:bbb04a8544c899602b85287297e3aff6fca8209f79e2cde8a0042529cdfd77d3 done [2025-06-03T01:37:31.485Z] #7 exporting config sha256:46c61dd9912977af62526c18924ea71eb3d528ffb8cdeaf8b1149687a71f7616 done [2025-06-03T01:37:31.485Z] #7 exporting manifest sha256:d648ffd01134374a12fe7d2ae3cac952260f95eba956c48f7d1d6e9f3f17f715 done [2025-06-03T01:37:31.485Z] #7 exporting config sha256:1254dbc5341d91ec6a3166c76230a4e13edd993e387a2806811438462e42e8ee [2025-06-03T01:37:31.485Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:31.485Z] #7 exporting config sha256:1254dbc5341d91ec6a3166c76230a4e13edd993e387a2806811438462e42e8ee done [2025-06-03T01:37:31.486Z] #7 exporting manifest list sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 done [2025-06-03T01:37:31.486Z] #7 pushing layers 0.0s done [2025-06-03T01:37:31.486Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 0.1s done [2025-06-03T01:37:31.486Z] #7 DONE 0.1s [2025-06-03T01:37:31.486Z] [2025-06-03T01:37:31.486Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:31.486Z] #8 DONE 0.0s [2025-06-03T01:37:31.486Z] [2025-06-03T01:37:31.486Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:31.486Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:31.770Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-03T01:37:31.770Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-03T01:37:31.770Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:31.770Z] #1 transferring dockerfile: 170B done [2025-06-03T01:37:31.770Z] #1 DONE 0.0s [2025-06-03T01:37:31.770Z] [2025-06-03T01:37:31.770Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-03T01:37:31.770Z] #2 DONE 0.0s [2025-06-03T01:37:31.770Z] [2025-06-03T01:37:31.770Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-03T01:37:31.770Z] #3 DONE 0.0s [2025-06-03T01:37:31.770Z] [2025-06-03T01:37:31.770Z] #4 [internal] load .dockerignore [2025-06-03T01:37:31.770Z] #4 transferring context: 2B done [2025-06-03T01:37:31.770Z] #4 DONE 0.0s [2025-06-03T01:37:31.770Z] [2025-06-03T01:37:31.770Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:31.770Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:31.770Z] #5 CACHED [2025-06-03T01:37:31.770Z] [2025-06-03T01:37:31.770Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb [2025-06-03T01:37:31.770Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:fb4eee4a68488649349acd3bd52d604356cd1a0fe46eedf9011dee945892a5cb 0.0s done [2025-06-03T01:37:31.770Z] #6 CACHED [2025-06-03T01:37:31.770Z] [2025-06-03T01:37:31.770Z] #7 exporting to image [2025-06-03T01:37:31.770Z] #7 exporting layers done [2025-06-03T01:37:31.770Z] #7 exporting manifest sha256:bbb04a8544c899602b85287297e3aff6fca8209f79e2cde8a0042529cdfd77d3 done [2025-06-03T01:37:31.770Z] #7 exporting config sha256:46c61dd9912977af62526c18924ea71eb3d528ffb8cdeaf8b1149687a71f7616 done [2025-06-03T01:37:31.770Z] #7 exporting manifest sha256:d648ffd01134374a12fe7d2ae3cac952260f95eba956c48f7d1d6e9f3f17f715 done [2025-06-03T01:37:31.770Z] #7 exporting config sha256:1254dbc5341d91ec6a3166c76230a4e13edd993e387a2806811438462e42e8ee done [2025-06-03T01:37:31.770Z] #7 exporting manifest list sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 done [2025-06-03T01:37:31.770Z] #7 pushing layers 0.0s done [2025-06-03T01:37:31.770Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 [2025-06-03T01:37:31.770Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:32.029Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:310e8e43d313e2fdbb3027e6e863318b27b915f0e388058e7086fed5d253cda0 0.1s done [2025-06-03T01:37:32.029Z] #7 DONE 0.1s [2025-06-03T01:37:32.029Z] [2025-06-03T01:37:32.029Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:32.029Z] #8 DONE 0.0s [2025-06-03T01:37:32.029Z] [2025-06-03T01:37:32.029Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:32.029Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:32.315Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:32.315Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:32.315Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:32.315Z] #1 transferring dockerfile: 206B done [2025-06-03T01:37:32.315Z] #1 DONE 0.0s [2025-06-03T01:37:32.315Z] [2025-06-03T01:37:32.315Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:32.315Z] #2 DONE 0.1s [2025-06-03T01:37:32.315Z] [2025-06-03T01:37:32.315Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:32.574Z] #3 DONE 0.1s [2025-06-03T01:37:32.574Z] [2025-06-03T01:37:32.574Z] #4 [internal] load .dockerignore [2025-06-03T01:37:32.574Z] #4 transferring context: 2B done [2025-06-03T01:37:32.574Z] #4 DONE 0.0s [2025-06-03T01:37:32.574Z] [2025-06-03T01:37:32.574Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:32.574Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:32.574Z] #5 ... [2025-06-03T01:37:32.574Z] [2025-06-03T01:37:32.574Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:32.574Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:32.574Z] #6 DONE 0.1s [2025-06-03T01:37:32.574Z] [2025-06-03T01:37:32.574Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:32.574Z] #7 DONE 0.0s [2025-06-03T01:37:32.574Z] [2025-06-03T01:37:32.574Z] #8 exporting to image [2025-06-03T01:37:32.574Z] #8 exporting layers done [2025-06-03T01:37:32.574Z] #8 exporting manifest sha256:f4df408f8cfb4300e93ff56010022a077a9872f98f97dfb10c4c560c8ea6cd94 0.0s done [2025-06-03T01:37:32.574Z] #8 exporting config sha256:bcca78f2c0e7fa88e32259eeb5491ad523976ee7df577740a60275e27f4b287a done [2025-06-03T01:37:32.574Z] #8 exporting manifest sha256:ac028f92585ef92de3fa7b75fadec2b64a94704edc64fd06b88c43c1db297957 done [2025-06-03T01:37:32.574Z] #8 exporting config sha256:59050e31affc0c56f45ec378927bf4b270d4905e133b5154b691dc8ea922e5f4 done [2025-06-03T01:37:32.574Z] #8 exporting manifest list sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 done [2025-06-03T01:37:32.574Z] #8 pushing layers [2025-06-03T01:37:32.574Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:32.833Z] #8 pushing layers 0.1s done [2025-06-03T01:37:32.833Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 0.1s done [2025-06-03T01:37:32.833Z] #8 DONE 0.2s [2025-06-03T01:37:32.833Z] [2025-06-03T01:37:32.833Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:32.833Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:33.121Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-03T01:37:33.121Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-03T01:37:33.380Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:33.380Z] #1 transferring dockerfile: 172B done [2025-06-03T01:37:33.380Z] #1 DONE 0.0s [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-03T01:37:33.381Z] #2 DONE 0.0s [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-03T01:37:33.381Z] #3 DONE 0.0s [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] #4 [internal] load .dockerignore [2025-06-03T01:37:33.381Z] #4 transferring context: 2B done [2025-06-03T01:37:33.381Z] #4 DONE 0.0s [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:33.381Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 done [2025-06-03T01:37:33.381Z] #5 CACHED [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:33.381Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:33.381Z] #6 CACHED [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] #7 exporting to image [2025-06-03T01:37:33.381Z] #7 exporting layers [2025-06-03T01:37:33.381Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:33.381Z] #7 exporting layers done [2025-06-03T01:37:33.381Z] #7 exporting manifest sha256:f4df408f8cfb4300e93ff56010022a077a9872f98f97dfb10c4c560c8ea6cd94 done [2025-06-03T01:37:33.381Z] #7 exporting config sha256:bcca78f2c0e7fa88e32259eeb5491ad523976ee7df577740a60275e27f4b287a done [2025-06-03T01:37:33.381Z] #7 exporting manifest sha256:ac028f92585ef92de3fa7b75fadec2b64a94704edc64fd06b88c43c1db297957 done [2025-06-03T01:37:33.381Z] #7 exporting config sha256:59050e31affc0c56f45ec378927bf4b270d4905e133b5154b691dc8ea922e5f4 done [2025-06-03T01:37:33.381Z] #7 exporting manifest list sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 done [2025-06-03T01:37:33.381Z] #7 pushing layers 0.0s done [2025-06-03T01:37:33.381Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 0.1s done [2025-06-03T01:37:33.381Z] #7 DONE 0.1s [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:33.381Z] #8 DONE 0.0s [2025-06-03T01:37:33.381Z] [2025-06-03T01:37:33.381Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:33.381Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:33.668Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18' [2025-06-03T01:37:33.668Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18 --push - [2025-06-03T01:37:33.668Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:33.668Z] #1 transferring dockerfile: 178B done [2025-06-03T01:37:33.668Z] #1 DONE 0.0s [2025-06-03T01:37:33.668Z] [2025-06-03T01:37:33.668Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18 [2025-06-03T01:37:33.668Z] #2 DONE 0.0s [2025-06-03T01:37:33.668Z] [2025-06-03T01:37:33.668Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18 [2025-06-03T01:37:33.668Z] #3 DONE 0.0s [2025-06-03T01:37:33.668Z] [2025-06-03T01:37:33.668Z] #4 [internal] load .dockerignore [2025-06-03T01:37:33.668Z] #4 transferring context: 2B done [2025-06-03T01:37:33.668Z] #4 DONE 0.0s [2025-06-03T01:37:33.668Z] [2025-06-03T01:37:33.668Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:33.668Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:33.668Z] #5 CACHED [2025-06-03T01:37:33.668Z] [2025-06-03T01:37:33.668Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:33.668Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:33.668Z] #6 CACHED [2025-06-03T01:37:33.668Z] [2025-06-03T01:37:33.668Z] #7 exporting to image [2025-06-03T01:37:33.668Z] #7 exporting layers [2025-06-03T01:37:33.668Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:33.928Z] #7 exporting layers done [2025-06-03T01:37:33.928Z] #7 exporting manifest sha256:f4df408f8cfb4300e93ff56010022a077a9872f98f97dfb10c4c560c8ea6cd94 done [2025-06-03T01:37:33.928Z] #7 exporting config sha256:bcca78f2c0e7fa88e32259eeb5491ad523976ee7df577740a60275e27f4b287a done [2025-06-03T01:37:33.928Z] #7 exporting manifest sha256:ac028f92585ef92de3fa7b75fadec2b64a94704edc64fd06b88c43c1db297957 done [2025-06-03T01:37:33.928Z] #7 exporting config sha256:59050e31affc0c56f45ec378927bf4b270d4905e133b5154b691dc8ea922e5f4 done [2025-06-03T01:37:33.928Z] #7 exporting manifest list sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 done [2025-06-03T01:37:33.928Z] #7 pushing layers 0.0s done [2025-06-03T01:37:33.928Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.18@sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 0.1s done [2025-06-03T01:37:33.928Z] #7 DONE 0.1s [2025-06-03T01:37:33.928Z] [2025-06-03T01:37:33.928Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:33.928Z] #8 DONE 0.0s [2025-06-03T01:37:33.928Z] [2025-06-03T01:37:33.928Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:33.928Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:34.222Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:34.223Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:34.223Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:34.223Z] #1 transferring dockerfile: 219B done [2025-06-03T01:37:34.223Z] #1 DONE 0.0s [2025-06-03T01:37:34.223Z] [2025-06-03T01:37:34.223Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:34.223Z] #2 DONE 0.0s [2025-06-03T01:37:34.223Z] [2025-06-03T01:37:34.223Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:34.223Z] #3 DONE 0.0s [2025-06-03T01:37:34.223Z] [2025-06-03T01:37:34.223Z] #4 [internal] load .dockerignore [2025-06-03T01:37:34.223Z] #4 transferring context: 2B done [2025-06-03T01:37:34.223Z] #4 DONE 0.0s [2025-06-03T01:37:34.223Z] [2025-06-03T01:37:34.223Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:34.223Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:34.223Z] #5 DONE 0.0s [2025-06-03T01:37:34.223Z] [2025-06-03T01:37:34.223Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:34.482Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:34.482Z] #6 CACHED [2025-06-03T01:37:34.482Z] [2025-06-03T01:37:34.482Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:34.482Z] #5 CACHED [2025-06-03T01:37:34.482Z] [2025-06-03T01:37:34.482Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:34.482Z] #7 DONE 0.0s [2025-06-03T01:37:34.482Z] [2025-06-03T01:37:34.482Z] #8 exporting to image [2025-06-03T01:37:34.482Z] #8 exporting layers done [2025-06-03T01:37:34.482Z] #8 exporting manifest sha256:f4df408f8cfb4300e93ff56010022a077a9872f98f97dfb10c4c560c8ea6cd94 done [2025-06-03T01:37:34.482Z] #8 exporting config sha256:bcca78f2c0e7fa88e32259eeb5491ad523976ee7df577740a60275e27f4b287a done [2025-06-03T01:37:34.482Z] #8 exporting manifest sha256:ac028f92585ef92de3fa7b75fadec2b64a94704edc64fd06b88c43c1db297957 done [2025-06-03T01:37:34.482Z] #8 exporting config sha256:59050e31affc0c56f45ec378927bf4b270d4905e133b5154b691dc8ea922e5f4 done [2025-06-03T01:37:34.482Z] #8 exporting manifest list sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 done [2025-06-03T01:37:34.482Z] #8 pushing layers 0.0s done [2025-06-03T01:37:34.482Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 0.1s done [2025-06-03T01:37:34.482Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:34.482Z] #8 DONE 0.1s [2025-06-03T01:37:34.482Z] [2025-06-03T01:37:34.482Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:34.482Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:34.891Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-03T01:37:34.891Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-03T01:37:34.891Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:34.891Z] #1 transferring dockerfile: 170B done [2025-06-03T01:37:34.891Z] #1 DONE 0.0s [2025-06-03T01:37:34.891Z] [2025-06-03T01:37:34.891Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-03T01:37:34.891Z] #2 DONE 0.0s [2025-06-03T01:37:34.891Z] [2025-06-03T01:37:34.891Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-03T01:37:34.891Z] #3 DONE 0.0s [2025-06-03T01:37:34.891Z] [2025-06-03T01:37:34.891Z] #4 [internal] load .dockerignore [2025-06-03T01:37:34.891Z] #4 transferring context: 2B done [2025-06-03T01:37:34.891Z] #4 DONE 0.0s [2025-06-03T01:37:34.891Z] [2025-06-03T01:37:34.891Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:34.891Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:34.891Z] #5 CACHED [2025-06-03T01:37:34.891Z] [2025-06-03T01:37:34.891Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 [2025-06-03T01:37:34.891Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:03d6f5be8d556b151494a4e5748834866ba70cdf5c57c16f7d73643f7fb4df42 0.0s done [2025-06-03T01:37:34.891Z] #6 CACHED [2025-06-03T01:37:34.891Z] [2025-06-03T01:37:34.891Z] #7 exporting to image [2025-06-03T01:37:34.891Z] #7 exporting layers done [2025-06-03T01:37:34.891Z] #7 exporting manifest sha256:f4df408f8cfb4300e93ff56010022a077a9872f98f97dfb10c4c560c8ea6cd94 done [2025-06-03T01:37:34.891Z] #7 exporting config sha256:bcca78f2c0e7fa88e32259eeb5491ad523976ee7df577740a60275e27f4b287a done [2025-06-03T01:37:34.891Z] #7 exporting manifest sha256:ac028f92585ef92de3fa7b75fadec2b64a94704edc64fd06b88c43c1db297957 done [2025-06-03T01:37:34.891Z] #7 exporting config sha256:59050e31affc0c56f45ec378927bf4b270d4905e133b5154b691dc8ea922e5f4 [2025-06-03T01:37:34.891Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:35.170Z] #7 exporting config sha256:59050e31affc0c56f45ec378927bf4b270d4905e133b5154b691dc8ea922e5f4 done [2025-06-03T01:37:35.170Z] #7 exporting manifest list sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 done [2025-06-03T01:37:35.170Z] #7 pushing layers 0.0s done [2025-06-03T01:37:35.170Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:de1a46f4b3e7b4c8263c83a528ff8f805a8bb2a5ced704f8df11dfd4b0b3d907 0.1s done [2025-06-03T01:37:35.170Z] #7 DONE 0.1s [2025-06-03T01:37:35.170Z] [2025-06-03T01:37:35.170Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:35.170Z] #8 DONE 0.0s [2025-06-03T01:37:35.170Z] [2025-06-03T01:37:35.170Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:35.170Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:35.460Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:35.460Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:35.460Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:35.460Z] #1 transferring dockerfile: 206B done [2025-06-03T01:37:35.460Z] #1 DONE 0.0s [2025-06-03T01:37:35.460Z] [2025-06-03T01:37:35.460Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:35.460Z] #2 DONE 0.0s [2025-06-03T01:37:35.460Z] [2025-06-03T01:37:35.460Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:35.460Z] #3 DONE 0.1s [2025-06-03T01:37:35.460Z] [2025-06-03T01:37:35.460Z] #4 [internal] load .dockerignore [2025-06-03T01:37:35.460Z] #4 transferring context: 2B done [2025-06-03T01:37:35.460Z] #4 DONE 0.0s [2025-06-03T01:37:35.718Z] [2025-06-03T01:37:35.718Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:35.718Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:35.718Z] #5 ... [2025-06-03T01:37:35.718Z] [2025-06-03T01:37:35.718Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:35.718Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:35.718Z] #6 DONE 0.1s [2025-06-03T01:37:35.718Z] [2025-06-03T01:37:35.718Z] #7 exporting to image [2025-06-03T01:37:35.718Z] #7 exporting layers done [2025-06-03T01:37:35.718Z] #7 exporting manifest sha256:f612b89a2cd92abd2a5698205d42800436a6a0d839998aa61f6088dd276b56a5 done [2025-06-03T01:37:35.718Z] #7 exporting config sha256:1dd2d097b030f3aa6bd1eccbff61568b6cf3059d022e6072b83d55c605fe9767 [2025-06-03T01:37:35.718Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:35.718Z] #7 ... [2025-06-03T01:37:35.718Z] [2025-06-03T01:37:35.718Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:35.718Z] #8 DONE 0.0s [2025-06-03T01:37:35.718Z] [2025-06-03T01:37:35.718Z] #7 exporting to image [2025-06-03T01:37:35.718Z] #7 exporting config sha256:1dd2d097b030f3aa6bd1eccbff61568b6cf3059d022e6072b83d55c605fe9767 done [2025-06-03T01:37:35.718Z] #7 exporting manifest sha256:d7f7df5b433e529436f7894709001c4ca6cd2428b7ccf824de7c514fb83ff15e done [2025-06-03T01:37:35.718Z] #7 exporting config sha256:1200c962e774eb5b4aede6c8d3b5a0d8c214b7c02fe9afa2171a5f3f2dcc2d32 done [2025-06-03T01:37:35.718Z] #7 exporting manifest list sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 done [2025-06-03T01:37:35.718Z] #7 pushing layers 0.1s done [2025-06-03T01:37:35.718Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 [2025-06-03T01:37:35.977Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 0.1s done [2025-06-03T01:37:35.977Z] #7 DONE 0.2s [2025-06-03T01:37:35.977Z] [2025-06-03T01:37:35.977Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:35.977Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:36.258Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-03T01:37:36.259Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-03T01:37:36.259Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:36.259Z] #1 transferring dockerfile: 172B done [2025-06-03T01:37:36.259Z] #1 DONE 0.0s [2025-06-03T01:37:36.259Z] [2025-06-03T01:37:36.259Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-03T01:37:36.259Z] #2 DONE 0.0s [2025-06-03T01:37:36.259Z] [2025-06-03T01:37:36.259Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-03T01:37:36.259Z] #3 DONE 0.0s [2025-06-03T01:37:36.259Z] [2025-06-03T01:37:36.259Z] #4 [internal] load .dockerignore [2025-06-03T01:37:36.259Z] #4 transferring context: 2B done [2025-06-03T01:37:36.259Z] #4 DONE 0.0s [2025-06-03T01:37:36.259Z] [2025-06-03T01:37:36.259Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:36.259Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:36.259Z] #5 CACHED [2025-06-03T01:37:36.259Z] [2025-06-03T01:37:36.259Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:36.518Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:36.518Z] #6 CACHED [2025-06-03T01:37:36.518Z] [2025-06-03T01:37:36.518Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:36.518Z] #7 DONE 0.0s [2025-06-03T01:37:36.518Z] [2025-06-03T01:37:36.518Z] #8 exporting to image [2025-06-03T01:37:36.518Z] #8 exporting layers done [2025-06-03T01:37:36.518Z] #8 exporting manifest sha256:f612b89a2cd92abd2a5698205d42800436a6a0d839998aa61f6088dd276b56a5 done [2025-06-03T01:37:36.518Z] #8 exporting config sha256:1dd2d097b030f3aa6bd1eccbff61568b6cf3059d022e6072b83d55c605fe9767 done [2025-06-03T01:37:36.518Z] #8 exporting manifest sha256:d7f7df5b433e529436f7894709001c4ca6cd2428b7ccf824de7c514fb83ff15e done [2025-06-03T01:37:36.518Z] #8 exporting config sha256:1200c962e774eb5b4aede6c8d3b5a0d8c214b7c02fe9afa2171a5f3f2dcc2d32 done [2025-06-03T01:37:36.518Z] #8 exporting manifest list sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 done [2025-06-03T01:37:36.518Z] #8 pushing layers 0.0s done [2025-06-03T01:37:36.518Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 0.1s done [2025-06-03T01:37:36.518Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:36.518Z] #8 DONE 0.1s [2025-06-03T01:37:36.518Z] [2025-06-03T01:37:36.518Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:36.518Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:36.810Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18' [2025-06-03T01:37:36.811Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18 --push - [2025-06-03T01:37:36.811Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:36.811Z] #1 transferring dockerfile: 178B done [2025-06-03T01:37:36.811Z] #1 DONE 0.0s [2025-06-03T01:37:36.811Z] [2025-06-03T01:37:36.811Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18 [2025-06-03T01:37:36.811Z] #2 DONE 0.0s [2025-06-03T01:37:36.811Z] [2025-06-03T01:37:36.811Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18 [2025-06-03T01:37:36.811Z] #3 DONE 0.0s [2025-06-03T01:37:36.811Z] [2025-06-03T01:37:36.811Z] #4 [internal] load .dockerignore [2025-06-03T01:37:36.811Z] #4 transferring context: 2B done [2025-06-03T01:37:36.811Z] #4 DONE 0.0s [2025-06-03T01:37:36.811Z] [2025-06-03T01:37:36.811Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:36.811Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd done [2025-06-03T01:37:36.811Z] #5 CACHED [2025-06-03T01:37:36.811Z] [2025-06-03T01:37:36.811Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:36.811Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:36.811Z] #6 CACHED [2025-06-03T01:37:36.811Z] [2025-06-03T01:37:36.811Z] #7 exporting to image [2025-06-03T01:37:36.811Z] #7 exporting layers done [2025-06-03T01:37:36.811Z] #7 exporting manifest sha256:f612b89a2cd92abd2a5698205d42800436a6a0d839998aa61f6088dd276b56a5 done [2025-06-03T01:37:36.811Z] #7 exporting config sha256:1dd2d097b030f3aa6bd1eccbff61568b6cf3059d022e6072b83d55c605fe9767 [2025-06-03T01:37:36.811Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:37.074Z] #7 exporting config sha256:1dd2d097b030f3aa6bd1eccbff61568b6cf3059d022e6072b83d55c605fe9767 done [2025-06-03T01:37:37.074Z] #7 exporting manifest sha256:d7f7df5b433e529436f7894709001c4ca6cd2428b7ccf824de7c514fb83ff15e done [2025-06-03T01:37:37.074Z] #7 exporting config sha256:1200c962e774eb5b4aede6c8d3b5a0d8c214b7c02fe9afa2171a5f3f2dcc2d32 done [2025-06-03T01:37:37.074Z] #7 exporting manifest list sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 done [2025-06-03T01:37:37.074Z] #7 pushing layers 0.0s done [2025-06-03T01:37:37.074Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.18@sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 0.1s done [2025-06-03T01:37:37.074Z] #7 DONE 0.1s [2025-06-03T01:37:37.074Z] [2025-06-03T01:37:37.074Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:37.074Z] #8 DONE 0.0s [2025-06-03T01:37:37.074Z] [2025-06-03T01:37:37.074Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:37.074Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:37.365Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:37.365Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:37.365Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:37.365Z] #1 transferring dockerfile: 219B done [2025-06-03T01:37:37.365Z] #1 DONE 0.0s [2025-06-03T01:37:37.365Z] [2025-06-03T01:37:37.365Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:37.365Z] #2 DONE 0.0s [2025-06-03T01:37:37.365Z] [2025-06-03T01:37:37.365Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:37.365Z] #3 DONE 0.0s [2025-06-03T01:37:37.365Z] [2025-06-03T01:37:37.365Z] #4 [internal] load .dockerignore [2025-06-03T01:37:37.365Z] #4 transferring context: 2B done [2025-06-03T01:37:37.365Z] #4 DONE 0.0s [2025-06-03T01:37:37.365Z] [2025-06-03T01:37:37.365Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:37.365Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:37.365Z] #5 CACHED [2025-06-03T01:37:37.365Z] [2025-06-03T01:37:37.365Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:37.365Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:37.365Z] #6 CACHED [2025-06-03T01:37:37.365Z] [2025-06-03T01:37:37.365Z] #7 exporting to image [2025-06-03T01:37:37.365Z] #7 exporting layers done [2025-06-03T01:37:37.365Z] #7 exporting manifest sha256:f612b89a2cd92abd2a5698205d42800436a6a0d839998aa61f6088dd276b56a5 done [2025-06-03T01:37:37.365Z] #7 exporting config sha256:1dd2d097b030f3aa6bd1eccbff61568b6cf3059d022e6072b83d55c605fe9767 done [2025-06-03T01:37:37.365Z] #7 exporting manifest sha256:d7f7df5b433e529436f7894709001c4ca6cd2428b7ccf824de7c514fb83ff15e done [2025-06-03T01:37:37.365Z] #7 exporting config sha256:1200c962e774eb5b4aede6c8d3b5a0d8c214b7c02fe9afa2171a5f3f2dcc2d32 done [2025-06-03T01:37:37.365Z] #7 exporting manifest list sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 done [2025-06-03T01:37:37.365Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:37.623Z] #7 pushing layers 0.0s done [2025-06-03T01:37:37.623Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 0.1s done [2025-06-03T01:37:37.623Z] #7 DONE 0.1s [2025-06-03T01:37:37.623Z] [2025-06-03T01:37:37.623Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:37.623Z] #8 DONE 0.0s [2025-06-03T01:37:37.623Z] [2025-06-03T01:37:37.623Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:37.623Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:37.912Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-03T01:37:37.912Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-03T01:37:37.912Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:37.912Z] #1 transferring dockerfile: 170B done [2025-06-03T01:37:37.912Z] #1 DONE 0.0s [2025-06-03T01:37:37.912Z] [2025-06-03T01:37:37.912Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-03T01:37:37.912Z] #2 DONE 0.0s [2025-06-03T01:37:37.912Z] [2025-06-03T01:37:37.912Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-03T01:37:37.912Z] #3 DONE 0.0s [2025-06-03T01:37:37.912Z] [2025-06-03T01:37:37.912Z] #4 [internal] load .dockerignore [2025-06-03T01:37:37.912Z] #4 transferring context: 2B done [2025-06-03T01:37:37.912Z] #4 DONE 0.0s [2025-06-03T01:37:37.912Z] [2025-06-03T01:37:37.912Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:37.912Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:37.912Z] #5 CACHED [2025-06-03T01:37:37.912Z] [2025-06-03T01:37:37.912Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd [2025-06-03T01:37:37.912Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ccbf375a000e2c331941573fdd5a58e3813886bc3afd395304bc7ad0edca80dd 0.0s done [2025-06-03T01:37:37.912Z] #6 CACHED [2025-06-03T01:37:37.912Z] [2025-06-03T01:37:37.912Z] #7 exporting to image [2025-06-03T01:37:37.912Z] #7 exporting layers [2025-06-03T01:37:37.912Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:38.170Z] #7 exporting layers done [2025-06-03T01:37:38.170Z] #7 exporting manifest sha256:f612b89a2cd92abd2a5698205d42800436a6a0d839998aa61f6088dd276b56a5 done [2025-06-03T01:37:38.170Z] #7 exporting config sha256:1dd2d097b030f3aa6bd1eccbff61568b6cf3059d022e6072b83d55c605fe9767 done [2025-06-03T01:37:38.170Z] #7 exporting manifest sha256:d7f7df5b433e529436f7894709001c4ca6cd2428b7ccf824de7c514fb83ff15e done [2025-06-03T01:37:38.170Z] #7 exporting config sha256:1200c962e774eb5b4aede6c8d3b5a0d8c214b7c02fe9afa2171a5f3f2dcc2d32 done [2025-06-03T01:37:38.170Z] #7 exporting manifest list sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 done [2025-06-03T01:37:38.170Z] #7 pushing layers 0.0s done [2025-06-03T01:37:38.170Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:053ebb8354acbb0a6e9ce7e96f3e967a71e5fad80ed148f9771f309ab570a087 0.1s done [2025-06-03T01:37:38.170Z] #7 DONE 0.1s [2025-06-03T01:37:38.170Z] [2025-06-03T01:37:38.170Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:38.170Z] #8 DONE 0.0s [2025-06-03T01:37:38.170Z] [2025-06-03T01:37:38.170Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:38.170Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:38.454Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d --push - [2025-06-03T01:37:38.454Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d' [2025-06-03T01:37:38.454Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:38.454Z] #1 transferring dockerfile: 202B done [2025-06-03T01:37:38.454Z] #1 DONE 0.0s [2025-06-03T01:37:38.454Z] [2025-06-03T01:37:38.454Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:38.454Z] #2 DONE 0.0s [2025-06-03T01:37:38.454Z] [2025-06-03T01:37:38.454Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T01:37:38.454Z] #3 DONE 0.1s [2025-06-03T01:37:38.454Z] [2025-06-03T01:37:38.454Z] #4 [internal] load .dockerignore [2025-06-03T01:37:38.454Z] #4 transferring context: 2B done [2025-06-03T01:37:38.454Z] #4 DONE 0.0s [2025-06-03T01:37:38.712Z] [2025-06-03T01:37:38.712Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:38.712Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 0.0s done [2025-06-03T01:37:38.712Z] #5 DONE 0.0s [2025-06-03T01:37:38.712Z] [2025-06-03T01:37:38.712Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:38.712Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 0.0s done [2025-06-03T01:37:38.712Z] #6 DONE 0.1s [2025-06-03T01:37:38.712Z] [2025-06-03T01:37:38.712Z] #7 exporting to image [2025-06-03T01:37:38.712Z] #7 exporting layers done [2025-06-03T01:37:38.712Z] #7 exporting manifest sha256:8248035602bd4d80721ed1cc70a37533a5232881cf6dfca65a03f56e26c5dd4a done [2025-06-03T01:37:38.712Z] #7 exporting config sha256:93f4aeef7a12375147b27436fd48e136ba9ae91380c5e79457eb3d5eaa26faef done [2025-06-03T01:37:38.712Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:38.712Z] #7 ... [2025-06-03T01:37:38.712Z] [2025-06-03T01:37:38.712Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:38.712Z] #8 DONE 0.0s [2025-06-03T01:37:38.712Z] [2025-06-03T01:37:38.712Z] #7 exporting to image [2025-06-03T01:37:38.712Z] #7 exporting manifest sha256:ec6ec1e91c3fc481fe5ff815d0447fb2f6be97f2d4003dacafe2e4daee79c833 done [2025-06-03T01:37:38.712Z] #7 exporting config sha256:df8236a368e9868060f30cbb9f522a69a4cf4af60f98100f088cdeb694d2111a done [2025-06-03T01:37:38.712Z] #7 exporting manifest list sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de done [2025-06-03T01:37:38.712Z] #7 pushing layers 0.1s done [2025-06-03T01:37:38.712Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de [2025-06-03T01:37:38.972Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d@sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de 0.1s done [2025-06-03T01:37:38.972Z] #7 DONE 0.3s [2025-06-03T01:37:38.972Z] [2025-06-03T01:37:38.972Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:38.972Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:39.256Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-03T01:37:39.256Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-03T01:37:39.256Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:39.256Z] #1 transferring dockerfile: 168B done [2025-06-03T01:37:39.256Z] #1 DONE 0.0s [2025-06-03T01:37:39.256Z] [2025-06-03T01:37:39.256Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-03T01:37:39.256Z] #2 DONE 0.0s [2025-06-03T01:37:39.256Z] [2025-06-03T01:37:39.256Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-03T01:37:39.256Z] #3 DONE 0.0s [2025-06-03T01:37:39.256Z] [2025-06-03T01:37:39.256Z] #4 [internal] load .dockerignore [2025-06-03T01:37:39.256Z] #4 transferring context: 2B done [2025-06-03T01:37:39.256Z] #4 DONE 0.0s [2025-06-03T01:37:39.256Z] [2025-06-03T01:37:39.256Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:39.256Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 done [2025-06-03T01:37:39.256Z] #5 DONE 0.0s [2025-06-03T01:37:39.256Z] [2025-06-03T01:37:39.256Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:39.515Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 0.0s done [2025-06-03T01:37:39.515Z] #6 CACHED [2025-06-03T01:37:39.515Z] [2025-06-03T01:37:39.515Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:39.515Z] #5 CACHED [2025-06-03T01:37:39.515Z] [2025-06-03T01:37:39.515Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:39.515Z] #7 DONE 0.0s [2025-06-03T01:37:39.515Z] [2025-06-03T01:37:39.515Z] #8 exporting to image [2025-06-03T01:37:39.515Z] #8 exporting layers done [2025-06-03T01:37:39.515Z] #8 exporting manifest sha256:8248035602bd4d80721ed1cc70a37533a5232881cf6dfca65a03f56e26c5dd4a done [2025-06-03T01:37:39.515Z] #8 exporting config sha256:93f4aeef7a12375147b27436fd48e136ba9ae91380c5e79457eb3d5eaa26faef done [2025-06-03T01:37:39.515Z] #8 exporting manifest sha256:ec6ec1e91c3fc481fe5ff815d0447fb2f6be97f2d4003dacafe2e4daee79c833 done [2025-06-03T01:37:39.515Z] #8 exporting config sha256:df8236a368e9868060f30cbb9f522a69a4cf4af60f98100f088cdeb694d2111a done [2025-06-03T01:37:39.515Z] #8 exporting manifest list sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de done [2025-06-03T01:37:39.515Z] #8 pushing layers 0.0s done [2025-06-03T01:37:39.515Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de 0.1s done [2025-06-03T01:37:39.515Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:39.515Z] #8 DONE 0.1s [2025-06-03T01:37:39.515Z] [2025-06-03T01:37:39.515Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:39.515Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:39.799Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18' [2025-06-03T01:37:39.799Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18 --push - [2025-06-03T01:37:39.799Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:39.799Z] #1 transferring dockerfile: 174B done [2025-06-03T01:37:39.799Z] #1 DONE 0.0s [2025-06-03T01:37:39.799Z] [2025-06-03T01:37:39.799Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18 [2025-06-03T01:37:39.799Z] #2 DONE 0.0s [2025-06-03T01:37:39.799Z] [2025-06-03T01:37:39.799Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18 [2025-06-03T01:37:39.799Z] #3 DONE 0.0s [2025-06-03T01:37:39.799Z] [2025-06-03T01:37:39.799Z] #4 [internal] load .dockerignore [2025-06-03T01:37:39.799Z] #4 transferring context: 2B done [2025-06-03T01:37:39.799Z] #4 DONE 0.0s [2025-06-03T01:37:39.799Z] [2025-06-03T01:37:39.799Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:39.799Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 0.0s done [2025-06-03T01:37:39.799Z] #5 CACHED [2025-06-03T01:37:39.799Z] [2025-06-03T01:37:39.799Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:39.799Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 0.0s done [2025-06-03T01:37:39.799Z] #6 CACHED [2025-06-03T01:37:39.799Z] [2025-06-03T01:37:39.799Z] #7 exporting to image [2025-06-03T01:37:39.799Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:40.058Z] #7 exporting layers done [2025-06-03T01:37:40.058Z] #7 exporting manifest sha256:8248035602bd4d80721ed1cc70a37533a5232881cf6dfca65a03f56e26c5dd4a done [2025-06-03T01:37:40.058Z] #7 exporting config sha256:93f4aeef7a12375147b27436fd48e136ba9ae91380c5e79457eb3d5eaa26faef done [2025-06-03T01:37:40.058Z] #7 exporting manifest sha256:ec6ec1e91c3fc481fe5ff815d0447fb2f6be97f2d4003dacafe2e4daee79c833 done [2025-06-03T01:37:40.058Z] #7 exporting config sha256:df8236a368e9868060f30cbb9f522a69a4cf4af60f98100f088cdeb694d2111a done [2025-06-03T01:37:40.058Z] #7 exporting manifest list sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de done [2025-06-03T01:37:40.058Z] #7 pushing layers 0.0s done [2025-06-03T01:37:40.058Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.18@sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de 0.1s done [2025-06-03T01:37:40.058Z] #7 DONE 0.1s [2025-06-03T01:37:40.058Z] [2025-06-03T01:37:40.058Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:40.058Z] #8 DONE 0.0s [2025-06-03T01:37:40.058Z] [2025-06-03T01:37:40.058Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:40.058Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:40.352Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18' [2025-06-03T01:37:40.352Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 --push - [2025-06-03T01:37:40.352Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:40.352Z] #1 transferring dockerfile: 215B done [2025-06-03T01:37:40.352Z] #1 DONE 0.0s [2025-06-03T01:37:40.352Z] [2025-06-03T01:37:40.352Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:40.352Z] #2 DONE 0.0s [2025-06-03T01:37:40.352Z] [2025-06-03T01:37:40.352Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T01:37:40.352Z] #3 DONE 0.0s [2025-06-03T01:37:40.352Z] [2025-06-03T01:37:40.352Z] #4 [internal] load .dockerignore [2025-06-03T01:37:40.352Z] #4 transferring context: 2B done [2025-06-03T01:37:40.352Z] #4 DONE 0.0s [2025-06-03T01:37:40.352Z] [2025-06-03T01:37:40.352Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:40.352Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 done [2025-06-03T01:37:40.352Z] #5 CACHED [2025-06-03T01:37:40.352Z] [2025-06-03T01:37:40.352Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:40.352Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 done [2025-06-03T01:37:40.352Z] #6 CACHED [2025-06-03T01:37:40.352Z] [2025-06-03T01:37:40.352Z] #7 exporting to image [2025-06-03T01:37:40.352Z] #7 exporting layers [2025-06-03T01:37:40.352Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:40.610Z] #7 exporting layers done [2025-06-03T01:37:40.610Z] #7 exporting manifest sha256:8248035602bd4d80721ed1cc70a37533a5232881cf6dfca65a03f56e26c5dd4a done [2025-06-03T01:37:40.610Z] #7 exporting config sha256:93f4aeef7a12375147b27436fd48e136ba9ae91380c5e79457eb3d5eaa26faef done [2025-06-03T01:37:40.610Z] #7 exporting manifest sha256:ec6ec1e91c3fc481fe5ff815d0447fb2f6be97f2d4003dacafe2e4daee79c833 done [2025-06-03T01:37:40.610Z] #7 exporting config sha256:df8236a368e9868060f30cbb9f522a69a4cf4af60f98100f088cdeb694d2111a done [2025-06-03T01:37:40.610Z] #7 exporting manifest list sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de done [2025-06-03T01:37:40.610Z] #7 pushing layers 0.0s done [2025-06-03T01:37:40.610Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18@sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de 0.1s done [2025-06-03T01:37:40.610Z] #7 DONE 0.1s [2025-06-03T01:37:40.610Z] [2025-06-03T01:37:40.610Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:40.610Z] #8 DONE 0.0s [2025-06-03T01:37:40.610Z] [2025-06-03T01:37:40.610Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:40.610Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-03T01:37:40.898Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-03T01:37:40.898Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-03T01:37:40.898Z] #1 [internal] load build definition from Dockerfile [2025-06-03T01:37:40.898Z] #1 transferring dockerfile: 166B done [2025-06-03T01:37:40.898Z] #1 DONE 0.0s [2025-06-03T01:37:40.898Z] [2025-06-03T01:37:40.898Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-03T01:37:40.898Z] #2 DONE 0.0s [2025-06-03T01:37:40.898Z] [2025-06-03T01:37:40.898Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-03T01:37:40.898Z] #3 DONE 0.0s [2025-06-03T01:37:40.898Z] [2025-06-03T01:37:40.898Z] #4 [internal] load .dockerignore [2025-06-03T01:37:40.898Z] #4 transferring context: 2B done [2025-06-03T01:37:40.898Z] #4 DONE 0.0s [2025-06-03T01:37:40.898Z] [2025-06-03T01:37:40.898Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:40.899Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 done [2025-06-03T01:37:40.899Z] #5 CACHED [2025-06-03T01:37:40.899Z] [2025-06-03T01:37:40.899Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 [2025-06-03T01:37:40.899Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b4b5086eab5a3c3aa9071825980e54de6091393d64e7398ec3a812f213ef8a45 0.0s done [2025-06-03T01:37:40.899Z] #6 CACHED [2025-06-03T01:37:40.899Z] [2025-06-03T01:37:40.899Z] #7 exporting to image [2025-06-03T01:37:40.899Z] #7 exporting layers done [2025-06-03T01:37:40.899Z] #7 exporting manifest sha256:8248035602bd4d80721ed1cc70a37533a5232881cf6dfca65a03f56e26c5dd4a done [2025-06-03T01:37:40.899Z] #7 exporting config sha256:93f4aeef7a12375147b27436fd48e136ba9ae91380c5e79457eb3d5eaa26faef done [2025-06-03T01:37:40.899Z] #7 exporting manifest sha256:ec6ec1e91c3fc481fe5ff815d0447fb2f6be97f2d4003dacafe2e4daee79c833 done [2025-06-03T01:37:40.899Z] #7 exporting config sha256:df8236a368e9868060f30cbb9f522a69a4cf4af60f98100f088cdeb694d2111a [2025-06-03T01:37:40.899Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-03T01:37:41.159Z] #7 exporting config sha256:df8236a368e9868060f30cbb9f522a69a4cf4af60f98100f088cdeb694d2111a done [2025-06-03T01:37:41.159Z] #7 exporting manifest list sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de done [2025-06-03T01:37:41.159Z] #7 pushing layers 0.0s done [2025-06-03T01:37:41.159Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:be65508812d20126523ddf14f5bb87afb06b6574beb4a9e96cfa2de9fef191de 0.1s done [2025-06-03T01:37:41.159Z] #7 DONE 0.1s [2025-06-03T01:37:41.159Z] [2025-06-03T01:37:41.159Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-03T01:37:41.159Z] #8 DONE 0.0s [2025-06-03T01:37:41.159Z] [2025-06-03T01:37:41.159Z] 1 warning found (use --debug to expand): [2025-06-03T01:37:41.159Z]  - 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-03T01:37:41.522Z] + '[' -d /w/workspace/edgex-go/845/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:37:41.815Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:37:42.365Z] ---> package-listing.sh [2025-06-03T01:37:42.366Z] ++ facter osfamily [2025-06-03T01:37:42.366Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-03T01:37:42.626Z] + OS_FAMILY=redhat [2025-06-03T01:37:42.626Z] + workspace=/w/workspace/edgex-go/845 [2025-06-03T01:37:42.626Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-03T01:37:42.626Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-03T01:37:42.626Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-03T01:37:42.626Z] + PACKAGES=/tmp/packages_start.txt [2025-06-03T01:37:42.626Z] + '[' /w/workspace/edgex-go/845 ']' [2025-06-03T01:37:42.626Z] + PACKAGES=/tmp/packages_end.txt [2025-06-03T01:37:42.626Z] + case "${OS_FAMILY}" in [2025-06-03T01:37:42.626Z] + rpm -qa [2025-06-03T01:37:42.626Z] + sort [2025-06-03T01:37:43.193Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-03T01:37:43.193Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-03T01:37:43.193Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-03T01:37:43.193Z] + '[' /w/workspace/edgex-go/845 ']' [2025-06-03T01:37:43.193Z] + mkdir -p /w/workspace/edgex-go/845/archives/ [2025-06-03T01:37:43.193Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/845/archives/ [Pipeline] echo [2025-06-03T01:37:43.204Z] 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/845/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-03T01:37:43.480Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:37:44.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T01:37:44.039Z] [2025-06-03T01:37:44.039Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T01:37:44.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T01:37:44.353Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-03T01:37:44.353Z] 5eb5b503b376: Pulling fs layer [2025-06-03T01:37:44.353Z] 5c69ac0246d0: Pulling fs layer [2025-06-03T01:37:44.353Z] ec43610c2a17: Pulling fs layer [2025-06-03T01:37:44.353Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-03T01:37:44.353Z] 33b1e0a273af: Pulling fs layer [2025-06-03T01:37:44.353Z] 5d3b04190fa2: Pulling fs layer [2025-06-03T01:37:44.353Z] 2f39f015ded8: Pulling fs layer [2025-06-03T01:37:44.353Z] 3a2ae6a8a46f: Waiting [2025-06-03T01:37:44.353Z] 33b1e0a273af: Waiting [2025-06-03T01:37:44.353Z] 5d3b04190fa2: Waiting [2025-06-03T01:37:44.353Z] 2f39f015ded8: Waiting [2025-06-03T01:37:44.353Z] 5c69ac0246d0: Verifying Checksum [2025-06-03T01:37:44.353Z] 5c69ac0246d0: Download complete [2025-06-03T01:37:44.353Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-03T01:37:44.353Z] 3a2ae6a8a46f: Download complete [2025-06-03T01:37:44.353Z] 33b1e0a273af: Verifying Checksum [2025-06-03T01:37:44.353Z] 33b1e0a273af: Download complete [2025-06-03T01:37:44.353Z] ec43610c2a17: Verifying Checksum [2025-06-03T01:37:44.353Z] ec43610c2a17: Download complete [2025-06-03T01:37:44.353Z] 5d3b04190fa2: Verifying Checksum [2025-06-03T01:37:44.353Z] 5d3b04190fa2: Download complete [2025-06-03T01:37:44.614Z] 5eb5b503b376: Verifying Checksum [2025-06-03T01:37:44.614Z] 5eb5b503b376: Download complete [2025-06-03T01:37:45.187Z] 2f39f015ded8: Verifying Checksum [2025-06-03T01:37:45.187Z] 2f39f015ded8: Download complete [2025-06-03T01:37:45.764Z] 5eb5b503b376: Pull complete [2025-06-03T01:37:46.027Z] 5c69ac0246d0: Pull complete [2025-06-03T01:37:46.290Z] ec43610c2a17: Pull complete [2025-06-03T01:37:46.290Z] 3a2ae6a8a46f: Pull complete [2025-06-03T01:37:46.548Z] 33b1e0a273af: Pull complete [2025-06-03T01:37:46.548Z] 5d3b04190fa2: Pull complete [2025-06-03T01:37:50.760Z] 2f39f015ded8: Pull complete [2025-06-03T01:37:50.760Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-03T01:37:50.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T01:37:50.760Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T01:37:50.916Z] prd-centos7-docker-4c-2g-2677 does not seem to be running inside a container [2025-06-03T01:37:50.944Z] $ 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/845/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-03T01:37:54.195Z] $ docker top 8db6874f97799d9ff2e503dacf1474d3c1c250b2b6cc2295e14c1fec97fb65b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T01:37:54.560Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-03T01:37:54.845Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-03T01:37:55.144Z] + ls /var/log/sa-host [2025-06-03T01:37:55.144Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T01:37:55.218Z] provisioning config files... [2025-06-03T01:37:55.230Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6965648949480214900tmp [Pipeline] { [Pipeline] echo [2025-06-03T01:37:55.251Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:37:55.535Z] ---> create-netrc.sh [Pipeline] } [2025-06-03T01:37:55.543Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:37:55.926Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-03T01:37:55.950Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T01:37:56.234Z] ---> sudo-logs.sh [2025-06-03T01:37:56.234Z] Archiving 'sudo' log.. [2025-06-03T01:37:56.234Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T01:37:56.269Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-03T01:37:56.268Z] $ docker stop --time=1 8db6874f97799d9ff2e503dacf1474d3c1c250b2b6cc2295e14c1fec97fb65b6 [2025-06-03T01:37:57.399Z] $ docker rm -f --volumes 8db6874f97799d9ff2e503dacf1474d3c1c250b2b6cc2295e14c1fec97fb65b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-03T01:37:57.505Z] [WS-CLEANUP] Deleting project workspace... [2025-06-03T01:37:57.505Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-03T01:37:57.523Z] [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-03T01:51:27.961Z] #144 ... [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #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-03T01:51:27.961Z] #152 DONE 1099.3s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-03T01:51:27.961Z] #147 ... [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:51:27.961Z] #155 DONE 0.4s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:51:27.961Z] #156 DONE 0.1s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #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-03T01:51:27.961Z] #157 DONE 0.2s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-03T01:51:27.961Z] #37 ... [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #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-03T01:51:27.961Z] #158 DONE 0.2s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #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-03T01:51:27.961Z] #159 DONE 0.1s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #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-03T01:51:27.961Z] #160 DONE 2.3s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #117 [core-common-config-bootstrapper] exporting to image [2025-06-03T01:51:27.961Z] #117 exporting layers [2025-06-03T01:51:27.961Z] #117 exporting layers 1.0s done [2025-06-03T01:51:27.961Z] #117 writing image sha256:92c4b1c6eff29b52ea53ea07478fa00060971f332075861627c2a98d89a7e285 done [2025-06-03T01:51:27.961Z] #117 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-03T01:51:27.961Z] #117 DONE 5.2s [2025-06-03T01:51:27.961Z] [2025-06-03T01:51:27.961Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T01:51:34.583Z] #154 ... [2025-06-03T01:51:34.583Z] [2025-06-03T01:51:34.583Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-03T01:51:34.583Z] #150 DONE 1110.7s [2025-06-03T01:51:34.583Z] [2025-06-03T01:51:34.583Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-03T01:51:34.583Z] #161 DONE 0.3s [2025-06-03T01:51:34.583Z] [2025-06-03T01:51:34.583Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-03T01:51:37.159Z] #162 DONE 2.2s [2025-06-03T01:51:37.159Z] [2025-06-03T01:51:37.159Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T01:51:37.159Z] #163 DONE 0.4s [2025-06-03T01:51:37.159Z] [2025-06-03T01:51:37.159Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T01:51:37.159Z] #153 ... [2025-06-03T01:51:37.159Z] [2025-06-03T01:51:37.159Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-03T01:51:37.159Z] #164 DONE 0.1s [2025-06-03T01:51:37.159Z] [2025-06-03T01:51:37.159Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-03T01:51:37.433Z] #165 DONE 0.3s [2025-06-03T01:51:37.433Z] [2025-06-03T01:51:37.433Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-03T01:51:37.433Z] #166 DONE 0.1s [2025-06-03T01:51:37.433Z] [2025-06-03T01:51:37.433Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T01:51:37.703Z] #130 ... [2025-06-03T01:51:37.703Z] [2025-06-03T01:51:37.703Z] #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-03T01:51:37.703Z] #167 DONE 0.1s [2025-06-03T01:51:37.703Z] [2025-06-03T01:51:37.703Z] #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-03T01:51:37.703Z] #168 DONE 0.1s [2025-06-03T01:51:37.703Z] [2025-06-03T01:51:37.703Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T01:51:37.973Z] #153 ... [2025-06-03T01:51:37.973Z] [2025-06-03T01:51:37.973Z] #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-03T01:51:37.973Z] #169 DONE 0.1s [2025-06-03T01:51:37.973Z] [2025-06-03T01:51:37.974Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-03T01:51:37.974Z] #170 DONE 0.1s [2025-06-03T01:51:37.974Z] [2025-06-03T01:51:37.974Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-03T01:51:38.242Z] #147 ... [2025-06-03T01:51:38.242Z] [2025-06-03T01:51:38.242Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-03T01:51:40.180Z] #171 DONE 1.9s [2025-06-03T01:51:40.180Z] [2025-06-03T01:51:40.180Z] #117 [security-bootstrapper] exporting to image [2025-06-03T01:51:40.180Z] #117 exporting layers [2025-06-03T01:51:40.759Z] #117 exporting layers 0.8s done [2025-06-03T01:51:40.759Z] #117 writing image sha256:b8f3d8a661a458b291373119619530c1dcaa1673a31fb5f4a81e9379ebfdcace done [2025-06-03T01:51:40.759Z] #117 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-03T01:51:40.759Z] #117 DONE 6.0s [2025-06-03T01:51:40.759Z] [2025-06-03T01:51:40.759Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T02:06:48.302Z] #144 ... [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-03T02:06:48.302Z] #147 DONE 2022.6s [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T02:06:48.302Z] #153 ... [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:06:48.302Z] #172 DONE 0.1s [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:06:48.302Z] #173 DONE 0.1s [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-03T02:06:48.302Z] #174 DONE 0.4s [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:06:48.302Z] #8 ... [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-03T02:06:48.302Z] #175 DONE 0.1s [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #117 [core-command] exporting to image [2025-06-03T02:06:48.302Z] #117 exporting layers [2025-06-03T02:06:48.302Z] #117 exporting layers 0.4s done [2025-06-03T02:06:48.302Z] #117 writing image sha256:bc1ab16ee4135228ea3316dbdb1d26dd0b221e4f65cf101af7cb8154e34efffe done [2025-06-03T02:06:48.302Z] #117 naming to docker.io/library/core-command-arm64 done [2025-06-03T02:06:48.302Z] #117 DONE 6.4s [2025-06-03T02:06:48.302Z] [2025-06-03T02:06:48.302Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T02:07:20.543Z] #153 ... [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-03T02:07:20.543Z] #146 DONE 2053.3s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T02:07:20.543Z] #148 ... [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:07:20.543Z] #176 DONE 0.1s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:07:20.543Z] #177 DONE 0.1s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-03T02:07:20.543Z] #145 ... [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #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-03T02:07:20.543Z] #178 DONE 0.2s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-03T02:07:20.543Z] #179 DONE 0.1s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-03T02:07:20.543Z] #180 DONE 0.4s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T02:07:20.543Z] #130 ... [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-03T02:07:20.543Z] #181 DONE 0.2s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #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-03T02:07:20.543Z] #182 DONE 1.9s [2025-06-03T02:07:20.543Z] [2025-06-03T02:07:20.543Z] #117 [security-proxy-setup] exporting to image [2025-06-03T02:07:20.543Z] #117 exporting layers [2025-06-03T02:07:21.128Z] #117 exporting layers 0.9s done [2025-06-03T02:07:21.128Z] #117 writing image sha256:097d617311b0782988797ce22199412eb33252af368a88417659eae95b2f60d0 done [2025-06-03T02:07:21.128Z] #117 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-03T02:07:21.128Z] #117 DONE 7.3s [2025-06-03T02:07:21.128Z] [2025-06-03T02:07:21.128Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T02:07:27.785Z] #153 ... [2025-06-03T02:07:27.785Z] [2025-06-03T02:07:27.785Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-03T02:07:27.785Z] #145 2064.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-03T02:08:00.045Z] #145 DONE 2095.1s [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T02:08:00.045Z] #144 ... [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:08:00.045Z] #183 DONE 0.1s [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:08:00.045Z] #184 DONE 0.1s [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #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-03T02:08:00.045Z] #185 DONE 0.1s [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #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-03T02:08:00.045Z] #186 DONE 0.2s [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #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-03T02:08:00.045Z] #187 DONE 0.1s [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T02:08:00.045Z] #148 ... [2025-06-03T02:08:00.045Z] [2025-06-03T02:08:00.045Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-03T02:08:00.312Z] #188 DONE 0.3s [2025-06-03T02:08:00.312Z] [2025-06-03T02:08:00.312Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-03T02:08:00.585Z] #189 DONE 0.4s [2025-06-03T02:08:00.585Z] [2025-06-03T02:08:00.585Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:08:00.870Z] #8 ... [2025-06-03T02:08:00.870Z] [2025-06-03T02:08:00.870Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-03T02:08:00.870Z] #190 DONE 0.1s [2025-06-03T02:08:00.870Z] [2025-06-03T02:08:00.870Z] #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-03T02:08:02.827Z] #191 DONE 1.9s [2025-06-03T02:08:02.827Z] [2025-06-03T02:08:02.827Z] #117 [security-secretstore-setup] exporting to image [2025-06-03T02:08:02.827Z] #117 exporting layers [2025-06-03T02:08:04.237Z] #117 exporting layers 1.7s done [2025-06-03T02:08:04.237Z] #117 writing image sha256:aa60abd0b11640a9d49ae6da1ea97641f8edc441804153140164d7d9c28fe65a done [2025-06-03T02:08:04.237Z] #117 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-03T02:08:04.237Z] #117 DONE 9.0s [2025-06-03T02:08:04.237Z] [2025-06-03T02:08:04.237Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T02:09:12.172Z] #144 ... [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-03T02:09:12.172Z] #153 DONE 2163.9s [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T02:09:12.172Z] #148 ... [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:09:12.172Z] #192 DONE 0.3s [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:09:12.172Z] #193 DONE 0.2s [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:09:12.172Z] #8 ... [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #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-03T02:09:12.172Z] #194 DONE 0.4s [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T02:09:12.172Z] #154 ... [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #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-03T02:09:12.172Z] #195 DONE 0.1s [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #117 [security-spiffe-token-provider] exporting to image [2025-06-03T02:09:12.172Z] #117 exporting layers [2025-06-03T02:09:12.172Z] #117 exporting layers 1.1s done [2025-06-03T02:09:12.172Z] #117 writing image sha256:bd3f1a6dc057e42f142970595e943ab16b84deb4415353edb77634132c0b504a done [2025-06-03T02:09:12.172Z] #117 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-03T02:09:12.172Z] #117 DONE 10.1s [2025-06-03T02:09:12.172Z] [2025-06-03T02:09:12.172Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T02:09:30.381Z] #144 ... [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-03T02:09:30.381Z] #151 DONE 2185.1s [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:09:30.381Z] #8 ... [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:09:30.381Z] #196 DONE 0.2s [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T02:09:30.381Z] #148 ... [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:09:30.381Z] #197 DONE 0.2s [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-03T02:09:30.381Z] #198 DONE 0.5s [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T02:09:30.381Z] #144 ... [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-03T02:09:30.381Z] #199 DONE 0.1s [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-03T02:09:30.381Z] #200 DONE 0.1s [2025-06-03T02:09:30.381Z] [2025-06-03T02:09:30.381Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-03T02:09:32.316Z] #201 DONE 1.8s [2025-06-03T02:09:32.316Z] [2025-06-03T02:09:32.316Z] #117 [security-proxy-auth] exporting to image [2025-06-03T02:09:32.316Z] #117 exporting layers [2025-06-03T02:09:32.897Z] #117 exporting layers 0.6s done [2025-06-03T02:09:32.897Z] #117 writing image sha256:b7928627356eb5ebf1360467a9eecbb15313b0d60ce88e09522ccf5207a4c230 done [2025-06-03T02:09:32.897Z] #117 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-03T02:09:32.897Z] #117 DONE 10.7s [2025-06-03T02:09:32.897Z] [2025-06-03T02:09:32.897Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:09:41.073Z] #8 ... [2025-06-03T02:09:41.073Z] [2025-06-03T02:09:41.073Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-03T02:09:41.073Z] #148 DONE 2196.3s [2025-06-03T02:09:41.073Z] [2025-06-03T02:09:41.073Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:09:41.073Z] #8 ... [2025-06-03T02:09:41.073Z] [2025-06-03T02:09:41.073Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-03T02:09:41.073Z] #144 DONE 2197.3s [2025-06-03T02:09:41.073Z] [2025-06-03T02:09:41.073Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:09:41.073Z] #202 DONE 0.4s [2025-06-03T02:09:41.073Z] [2025-06-03T02:09:41.073Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T02:09:41.349Z] #154 ... [2025-06-03T02:09:41.349Z] [2025-06-03T02:09:41.349Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-03T02:09:41.615Z] #203 DONE 0.6s [2025-06-03T02:09:41.615Z] [2025-06-03T02:09:41.615Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:09:41.881Z] #8 ... [2025-06-03T02:09:41.881Z] [2025-06-03T02:09:41.881Z] #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:09:41.881Z] #204 DONE 0.3s [2025-06-03T02:09:41.881Z] [2025-06-03T02:09:41.881Z] #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-03T02:09:42.146Z] #205 DONE 0.3s [2025-06-03T02:09:42.146Z] [2025-06-03T02:09:42.146Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-03T02:09:42.146Z] #149 DONE 2198.7s [2025-06-03T02:09:42.146Z] [2025-06-03T02:09:42.146Z] #117 [core-keeper] exporting to image [2025-06-03T02:09:42.146Z] #117 exporting layers [2025-06-03T02:09:42.729Z] #117 ... [2025-06-03T02:09:42.729Z] [2025-06-03T02:09:42.729Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:09:42.729Z] #206 DONE 0.5s [2025-06-03T02:09:42.729Z] [2025-06-03T02:09:42.729Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-03T02:09:43.307Z] #207 ... [2025-06-03T02:09:43.307Z] [2025-06-03T02:09:43.307Z] #208 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:09:43.307Z] #208 DONE 0.3s [2025-06-03T02:09:43.307Z] [2025-06-03T02:09:43.307Z] #117 [core-keeper] exporting to image [2025-06-03T02:09:43.307Z] #117 exporting layers 1.2s done [2025-06-03T02:09:43.307Z] #117 writing image sha256:3ff89c89ac9308cc7421e1558c0bcdf14cadec8df7d3f8520b9f3d823638cfdf done [2025-06-03T02:09:43.307Z] #117 naming to docker.io/library/core-keeper-arm64 0.1s done [2025-06-03T02:09:43.307Z] #117 DONE 11.9s [2025-06-03T02:09:43.307Z] [2025-06-03T02:09:43.307Z] #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:09:43.573Z] #209 DONE 0.4s [2025-06-03T02:09:43.573Z] [2025-06-03T02:09:43.573Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-03T02:09:43.573Z] #207 DONE 0.9s [2025-06-03T02:09:43.573Z] [2025-06-03T02:09:43.573Z] #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-03T02:09:43.837Z] #210 DONE 0.2s [2025-06-03T02:09:43.837Z] [2025-06-03T02:09:43.837Z] #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-03T02:09:44.102Z] #211 DONE 0.3s [2025-06-03T02:09:44.102Z] [2025-06-03T02:09:44.102Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-03T02:09:44.102Z] #212 DONE 0.5s [2025-06-03T02:09:44.102Z] [2025-06-03T02:09:44.102Z] #117 [core-metadata] exporting to image [2025-06-03T02:09:44.368Z] #117 ... [2025-06-03T02:09:44.368Z] [2025-06-03T02:09:44.368Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-03T02:09:44.368Z] #213 DONE 0.3s [2025-06-03T02:09:44.368Z] [2025-06-03T02:09:44.368Z] #117 [core-data] exporting to image [2025-06-03T02:09:44.632Z] #117 exporting layers 0.7s done [2025-06-03T02:09:44.896Z] #117 exporting layers 0.5s done [2025-06-03T02:09:44.896Z] #117 writing image sha256:cd6dfdea0085641d0aba3541d7b1d1146492e47061a5a13b5f21a2280cbea594 0.0s done [2025-06-03T02:09:44.896Z] #117 naming to docker.io/library/core-metadata-arm64 done [2025-06-03T02:09:44.896Z] #117 writing image sha256:3df1047ed22d9824cab09c026319b89561d8b451056e93743c48af0e81d53ee0 done [2025-06-03T02:09:44.897Z] #117 naming to docker.io/library/core-data-arm64 done [2025-06-03T02:09:44.897Z] #117 DONE 13.2s [2025-06-03T02:09:44.897Z] [2025-06-03T02:09:44.897Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T02:10:17.072Z] #154 ... [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-03T02:10:17.072Z] #130 DONE 2232.3s [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:10:17.072Z] #8 ... [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:10:17.072Z] #214 DONE 0.1s [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:10:17.072Z] #215 DONE 0.1s [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:10:17.072Z] #8 ... [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-03T02:10:17.072Z] #216 DONE 0.7s [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-03T02:10:17.072Z] #217 DONE 0.1s [2025-06-03T02:10:17.072Z] [2025-06-03T02:10:17.072Z] #117 [support-scheduler] exporting to image [2025-06-03T02:10:17.072Z] #117 exporting layers [2025-06-03T02:10:18.473Z] #117 exporting layers 1.1s done [2025-06-03T02:10:18.473Z] #117 writing image sha256:0080494d1d6f579ad57d057c699fe85b1752b7e90acc84ee882cdd2e6f345366 done [2025-06-03T02:10:18.473Z] #117 naming to docker.io/library/support-scheduler-arm64 done [2025-06-03T02:10:18.473Z] #117 DONE 14.3s [2025-06-03T02:10:18.473Z] [2025-06-03T02:10:18.473Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:10:21.799Z] #8 ... [2025-06-03T02:10:21.799Z] [2025-06-03T02:10:21.799Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-03T02:10:21.799Z] #154 DONE 2237.9s [2025-06-03T02:10:21.799Z] [2025-06-03T02:10:21.799Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-03T02:10:21.799Z] #218 DONE 0.1s [2025-06-03T02:10:21.799Z] [2025-06-03T02:10:21.799Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:10:21.799Z] #8 ... [2025-06-03T02:10:21.799Z] [2025-06-03T02:10:21.799Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-03T02:10:21.799Z] #219 DONE 0.1s [2025-06-03T02:10:21.799Z] [2025-06-03T02:10:21.799Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-03T02:10:22.380Z] #220 DONE 0.4s [2025-06-03T02:10:22.380Z] [2025-06-03T02:10:22.380Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-03T02:10:22.380Z] #221 DONE 0.1s [2025-06-03T02:10:22.380Z] [2025-06-03T02:10:22.380Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:10:22.380Z] #8 ... [2025-06-03T02:10:22.380Z] [2025-06-03T02:10:22.380Z] #117 [support-notifications] exporting to image [2025-06-03T02:10:22.960Z] #117 exporting layers 0.5s done [2025-06-03T02:10:22.960Z] #117 writing image sha256:b5900d0eb8dd82a1f8406175d572d13dc437d78d46684cb7dad74109c29947df done [2025-06-03T02:10:22.960Z] #117 naming to docker.io/library/support-notifications-arm64 done [2025-06-03T02:10:22.960Z] #117 DONE 14.8s [2025-06-03T02:10:22.960Z] [2025-06-03T02:10:22.960Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-03T02:10:22.960Z] time="2025-06-03T01:30:25Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-03T02:10:22.973Z] $ docker stop --time=1 9440ddadf40754c5e0a993f0aec1fb845f2b2e31ee7bfd8718ee1384bc020005 [2025-06-03T02:10:24.623Z] $ docker rm -f --volumes 9440ddadf40754c5e0a993f0aec1fb845f2b2e31ee7bfd8718ee1384bc020005 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T02:10:25.207Z] + docker images [2025-06-03T02:10:25.207Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-03T02:10:25.207Z] support-notifications-arm64 latest b5900d0eb8dd 3 seconds ago 52.8MB [2025-06-03T02:10:25.207Z] support-scheduler-arm64 latest 0080494d1d6f 9 seconds ago 48.9MB [2025-06-03T02:10:25.207Z] core-data-arm64 latest 3df1047ed22d 41 seconds ago 33.3MB [2025-06-03T02:10:25.207Z] core-metadata-arm64 latest cd6dfdea0085 42 seconds ago 33.4MB [2025-06-03T02:10:25.207Z] core-keeper-arm64 latest 3ff89c89ac93 44 seconds ago 33MB [2025-06-03T02:10:25.207Z] security-proxy-auth-arm64 latest b7928627356e 54 seconds ago 32.2MB [2025-06-03T02:10:25.207Z] security-spiffe-token-provider-arm64 latest bd3f1a6dc057 About a minute ago 48.6MB [2025-06-03T02:10:25.207Z] security-secretstore-setup-arm64 latest aa60abd0b116 2 minutes ago 68.2MB [2025-06-03T02:10:25.207Z] security-proxy-setup-arm64 latest 097d617311b0 3 minutes ago 38.9MB [2025-06-03T02:10:25.207Z] core-command-arm64 latest bc1ab16ee413 3 minutes ago 28.9MB [2025-06-03T02:10:25.207Z] security-bootstrapper-arm64 latest b8f3d8a661a4 18 minutes ago 21.1MB [2025-06-03T02:10:25.207Z] core-common-config-bootstrapper-arm64 latest 92c4b1c6eff2 18 minutes ago 18MB [2025-06-03T02:10:25.207Z] security-spire-agent-arm64 latest 14cf21d5468c 38 minutes ago 187MB [2025-06-03T02:10:25.207Z] security-spire-config-arm64 latest 99306575c960 38 minutes ago 143MB [2025-06-03T02:10:25.207Z] security-spire-server-arm64 latest d942308114d7 38 minutes ago 144MB [2025-06-03T02:10:25.207Z] ci-base-image-arm64 latest 36c600c8eaa9 40 minutes ago 910MB [2025-06-03T02:10:25.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 7 weeks ago 560MB [2025-06-03T02:10:25.207Z] 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-03T02:10:25.361Z] provisioning config files... [2025-06-03T02:10:25.382Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/845@tmp/config10345181592878181205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:10:25.745Z] ---> ****-login.sh [2025-06-03T02:10:25.745Z] nexus3.edgexfoundry.org:10001 [2025-06-03T02:10:26.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T02:10:26.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T02:10:26.019Z] Configure a credential helper to remove this warning. See [2025-06-03T02:10:26.019Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T02:10:26.019Z] [2025-06-03T02:10:26.019Z] Login Succeeded [2025-06-03T02:10:26.019Z] nexus3.edgexfoundry.org:10002 [2025-06-03T02:10:26.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T02:10:26.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T02:10:26.567Z] Configure a credential helper to remove this warning. See [2025-06-03T02:10:26.567Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T02:10:26.567Z] [2025-06-03T02:10:26.567Z] Login Succeeded [2025-06-03T02:10:26.567Z] nexus3.edgexfoundry.org:10003 [2025-06-03T02:10:26.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T02:10:26.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T02:10:26.836Z] Configure a credential helper to remove this warning. See [2025-06-03T02:10:26.836Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T02:10:26.836Z] [2025-06-03T02:10:26.836Z] Login Succeeded [2025-06-03T02:10:26.836Z] nexus3.edgexfoundry.org:10004 [2025-06-03T02:10:27.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T02:10:27.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T02:10:27.115Z] Configure a credential helper to remove this warning. See [2025-06-03T02:10:27.115Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T02:10:27.115Z] [2025-06-03T02:10:27.115Z] Login Succeeded [2025-06-03T02:10:27.115Z] ****.io [2025-06-03T02:10:27.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-03T02:10:27.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-03T02:10:27.969Z] Configure a credential helper to remove this warning. See [2025-06-03T02:10:27.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-03T02:10:27.970Z] [2025-06-03T02:10:27.970Z] Login Succeeded [2025-06-03T02:10:27.970Z] ---> ****-login.sh ends [Pipeline] } [2025-06-03T02:10:27.981Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:10:28.033Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T02:10:28.060Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-03T02:10:28.060Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:28.060Z] latest [2025-06-03T02:10:28.060Z] 4.1.0-dev.18 [2025-06-03T02:10:28.060Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:28.060Z] main [2025-06-03T02:10:28.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:28.442Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:28.815Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:28.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-03T02:10:28.815Z] 95a59407f271: Preparing [2025-06-03T02:10:28.815Z] 402b935ed2ad: Preparing [2025-06-03T02:10:28.815Z] cbe0e31ad701: Preparing [2025-06-03T02:10:28.815Z] b58452d5dd55: Preparing [2025-06-03T02:10:28.815Z] e71123f89740: Preparing [2025-06-03T02:10:28.815Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:28.815Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:28.815Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:29.083Z] b58452d5dd55: Pushed [2025-06-03T02:10:29.083Z] cbe0e31ad701: Pushed [2025-06-03T02:10:29.083Z] e71123f89740: Pushed [2025-06-03T02:10:29.083Z] 95a59407f271: Pushed [2025-06-03T02:10:29.083Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:29.357Z] 2be0cbb61e1d: Pushed [2025-06-03T02:10:33.613Z] 402b935ed2ad: Pushed [2025-06-03T02:10:33.881Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:9e42068e4ec37e1a187bfa166a7cdc30d22807a24eab4cafcf6455a053109cc2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:34.268Z] + 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-03T02:10:34.633Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-03T02:10:34.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-03T02:10:34.633Z] 95a59407f271: Preparing [2025-06-03T02:10:34.633Z] 402b935ed2ad: Preparing [2025-06-03T02:10:34.633Z] cbe0e31ad701: Preparing [2025-06-03T02:10:34.633Z] b58452d5dd55: Preparing [2025-06-03T02:10:34.633Z] e71123f89740: Preparing [2025-06-03T02:10:34.633Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:34.633Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:34.633Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:34.633Z] 402b935ed2ad: Layer already exists [2025-06-03T02:10:34.633Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:34.633Z] 95a59407f271: Layer already exists [2025-06-03T02:10:34.633Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:34.633Z] e71123f89740: Layer already exists [2025-06-03T02:10:34.633Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:34.633Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:34.900Z] latest: digest: sha256:9e42068e4ec37e1a187bfa166a7cdc30d22807a24eab4cafcf6455a053109cc2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:35.269Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:35.643Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.18 [2025-06-03T02:10:35.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-03T02:10:35.644Z] 95a59407f271: Preparing [2025-06-03T02:10:35.644Z] 402b935ed2ad: Preparing [2025-06-03T02:10:35.644Z] cbe0e31ad701: Preparing [2025-06-03T02:10:35.644Z] b58452d5dd55: Preparing [2025-06-03T02:10:35.644Z] e71123f89740: Preparing [2025-06-03T02:10:35.644Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:35.644Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:35.644Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:35.644Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:35.644Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:35.644Z] 402b935ed2ad: Layer already exists [2025-06-03T02:10:35.644Z] 95a59407f271: Layer already exists [2025-06-03T02:10:35.644Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:35.644Z] e71123f89740: Layer already exists [2025-06-03T02:10:35.644Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:35.644Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:35.911Z] 4.1.0-dev.18: digest: sha256:9e42068e4ec37e1a187bfa166a7cdc30d22807a24eab4cafcf6455a053109cc2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:36.282Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:36.647Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:36.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-03T02:10:36.647Z] 95a59407f271: Preparing [2025-06-03T02:10:36.647Z] 402b935ed2ad: Preparing [2025-06-03T02:10:36.647Z] cbe0e31ad701: Preparing [2025-06-03T02:10:36.647Z] b58452d5dd55: Preparing [2025-06-03T02:10:36.647Z] e71123f89740: Preparing [2025-06-03T02:10:36.647Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:36.647Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:36.647Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:36.647Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:36.647Z] 402b935ed2ad: Layer already exists [2025-06-03T02:10:36.647Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:36.647Z] e71123f89740: Layer already exists [2025-06-03T02:10:36.647Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:36.647Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:36.647Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:37.229Z] 95a59407f271: Layer already exists [2025-06-03T02:10:37.229Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:9e42068e4ec37e1a187bfa166a7cdc30d22807a24eab4cafcf6455a053109cc2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:37.583Z] + 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-03T02:10:37.939Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-03T02:10:37.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-03T02:10:37.939Z] 95a59407f271: Preparing [2025-06-03T02:10:37.939Z] 402b935ed2ad: Preparing [2025-06-03T02:10:37.939Z] cbe0e31ad701: Preparing [2025-06-03T02:10:37.939Z] b58452d5dd55: Preparing [2025-06-03T02:10:37.939Z] e71123f89740: Preparing [2025-06-03T02:10:37.939Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:37.939Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:37.939Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:37.939Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:37.939Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:37.939Z] 95a59407f271: Layer already exists [2025-06-03T02:10:37.939Z] e71123f89740: Layer already exists [2025-06-03T02:10:37.939Z] 402b935ed2ad: Layer already exists [2025-06-03T02:10:37.939Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:37.939Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:37.939Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:37.939Z] main: digest: sha256:9e42068e4ec37e1a187bfa166a7cdc30d22807a24eab4cafcf6455a053109cc2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:10:38.284Z] ===================================================== [Pipeline] echo [2025-06-03T02:10:38.298Z] taggedImages: [2025-06-03T02:10:38.298Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:38.298Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-03T02:10:38.298Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.18 [2025-06-03T02:10:38.298Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:38.298Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-03T02:10:38.326Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-03T02:10:38.326Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:38.326Z] latest [2025-06-03T02:10:38.326Z] 4.1.0-dev.18 [2025-06-03T02:10:38.326Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:38.326Z] main [2025-06-03T02:10:38.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:38.694Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:39.050Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:39.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-03T02:10:39.314Z] d8598b8c1b59: Preparing [2025-06-03T02:10:39.314Z] a88bda16650c: Preparing [2025-06-03T02:10:39.314Z] 311cd3412a98: Preparing [2025-06-03T02:10:39.314Z] 3d95965f1aa4: Preparing [2025-06-03T02:10:39.314Z] cbe0e31ad701: Preparing [2025-06-03T02:10:39.314Z] b58452d5dd55: Preparing [2025-06-03T02:10:39.314Z] e71123f89740: Preparing [2025-06-03T02:10:39.314Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:39.314Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:39.314Z] b58452d5dd55: Waiting [2025-06-03T02:10:39.314Z] e71123f89740: Waiting [2025-06-03T02:10:39.314Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:39.314Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:39.314Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:39.314Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:39.579Z] e71123f89740: Layer already exists [2025-06-03T02:10:39.579Z] 311cd3412a98: Pushed [2025-06-03T02:10:39.579Z] a88bda16650c: Pushed [2025-06-03T02:10:39.579Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:39.579Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:39.579Z] d8598b8c1b59: Pushed [2025-06-03T02:10:41.518Z] 3d95965f1aa4: Pushed [2025-06-03T02:10:41.783Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:7792343cd0e4a24657cc0139b3b4c9691ae997288cc08aea3e5605b8de0a0bdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:42.141Z] + 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-03T02:10:42.494Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-03T02:10:42.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-03T02:10:42.494Z] d8598b8c1b59: Preparing [2025-06-03T02:10:42.494Z] a88bda16650c: Preparing [2025-06-03T02:10:42.494Z] 311cd3412a98: Preparing [2025-06-03T02:10:42.494Z] 3d95965f1aa4: Preparing [2025-06-03T02:10:42.494Z] cbe0e31ad701: Preparing [2025-06-03T02:10:42.494Z] b58452d5dd55: Preparing [2025-06-03T02:10:42.494Z] e71123f89740: Preparing [2025-06-03T02:10:42.494Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:42.494Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:42.494Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:42.494Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:42.494Z] b58452d5dd55: Waiting [2025-06-03T02:10:42.494Z] e71123f89740: Waiting [2025-06-03T02:10:42.494Z] 311cd3412a98: Layer already exists [2025-06-03T02:10:42.494Z] d8598b8c1b59: Layer already exists [2025-06-03T02:10:42.494Z] 3d95965f1aa4: Layer already exists [2025-06-03T02:10:42.494Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:42.494Z] a88bda16650c: Layer already exists [2025-06-03T02:10:42.494Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:42.494Z] e71123f89740: Layer already exists [2025-06-03T02:10:42.494Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:42.494Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:42.759Z] latest: digest: sha256:7792343cd0e4a24657cc0139b3b4c9691ae997288cc08aea3e5605b8de0a0bdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:43.110Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:43.465Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.18 [2025-06-03T02:10:43.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-03T02:10:43.465Z] d8598b8c1b59: Preparing [2025-06-03T02:10:43.465Z] a88bda16650c: Preparing [2025-06-03T02:10:43.465Z] 311cd3412a98: Preparing [2025-06-03T02:10:43.465Z] 3d95965f1aa4: Preparing [2025-06-03T02:10:43.465Z] cbe0e31ad701: Preparing [2025-06-03T02:10:43.465Z] b58452d5dd55: Preparing [2025-06-03T02:10:43.465Z] e71123f89740: Preparing [2025-06-03T02:10:43.465Z] b58452d5dd55: Waiting [2025-06-03T02:10:43.465Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:43.465Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:43.465Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:43.465Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:43.465Z] d8598b8c1b59: Layer already exists [2025-06-03T02:10:43.465Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:43.465Z] 311cd3412a98: Layer already exists [2025-06-03T02:10:43.465Z] 3d95965f1aa4: Layer already exists [2025-06-03T02:10:43.465Z] a88bda16650c: Layer already exists [2025-06-03T02:10:43.465Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:43.465Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:43.465Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:43.465Z] e71123f89740: Layer already exists [2025-06-03T02:10:43.729Z] 4.1.0-dev.18: digest: sha256:7792343cd0e4a24657cc0139b3b4c9691ae997288cc08aea3e5605b8de0a0bdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:44.096Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:44.451Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:44.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-03T02:10:44.452Z] d8598b8c1b59: Preparing [2025-06-03T02:10:44.452Z] a88bda16650c: Preparing [2025-06-03T02:10:44.452Z] 311cd3412a98: Preparing [2025-06-03T02:10:44.452Z] 3d95965f1aa4: Preparing [2025-06-03T02:10:44.452Z] cbe0e31ad701: Preparing [2025-06-03T02:10:44.452Z] b58452d5dd55: Preparing [2025-06-03T02:10:44.452Z] e71123f89740: Preparing [2025-06-03T02:10:44.452Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:44.452Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:44.452Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:44.452Z] b58452d5dd55: Waiting [2025-06-03T02:10:44.452Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:44.452Z] e71123f89740: Waiting [2025-06-03T02:10:44.452Z] 3d95965f1aa4: Layer already exists [2025-06-03T02:10:44.452Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:44.452Z] 311cd3412a98: Layer already exists [2025-06-03T02:10:44.452Z] a88bda16650c: Layer already exists [2025-06-03T02:10:44.452Z] d8598b8c1b59: Layer already exists [2025-06-03T02:10:44.452Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:44.452Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:44.452Z] e71123f89740: Layer already exists [2025-06-03T02:10:44.452Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:44.717Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:7792343cd0e4a24657cc0139b3b4c9691ae997288cc08aea3e5605b8de0a0bdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:45.075Z] + 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-03T02:10:45.422Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-03T02:10:45.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-03T02:10:45.422Z] d8598b8c1b59: Preparing [2025-06-03T02:10:45.422Z] a88bda16650c: Preparing [2025-06-03T02:10:45.422Z] 311cd3412a98: Preparing [2025-06-03T02:10:45.422Z] 3d95965f1aa4: Preparing [2025-06-03T02:10:45.422Z] cbe0e31ad701: Preparing [2025-06-03T02:10:45.422Z] b58452d5dd55: Preparing [2025-06-03T02:10:45.422Z] e71123f89740: Preparing [2025-06-03T02:10:45.422Z] 2be0cbb61e1d: Preparing [2025-06-03T02:10:45.422Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:45.422Z] e71123f89740: Waiting [2025-06-03T02:10:45.422Z] 2be0cbb61e1d: Waiting [2025-06-03T02:10:45.422Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:45.422Z] b58452d5dd55: Waiting [2025-06-03T02:10:45.422Z] a88bda16650c: Layer already exists [2025-06-03T02:10:45.422Z] 311cd3412a98: Layer already exists [2025-06-03T02:10:45.422Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:45.422Z] 3d95965f1aa4: Layer already exists [2025-06-03T02:10:45.422Z] d8598b8c1b59: Layer already exists [2025-06-03T02:10:45.422Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:45.422Z] e71123f89740: Layer already exists [2025-06-03T02:10:45.422Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:45.422Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:10:45.686Z] main: digest: sha256:7792343cd0e4a24657cc0139b3b4c9691ae997288cc08aea3e5605b8de0a0bdf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:10:45.765Z] ===================================================== [Pipeline] echo [2025-06-03T02:10:45.778Z] taggedImages: [2025-06-03T02:10:45.778Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:45.778Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-03T02:10:45.778Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.18 [2025-06-03T02:10:45.778Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:45.778Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-03T02:10:45.804Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-03T02:10:45.804Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:45.804Z] latest [2025-06-03T02:10:45.804Z] 4.1.0-dev.18 [2025-06-03T02:10:45.804Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:45.804Z] main [2025-06-03T02:10:45.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:46.174Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:46.536Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:46.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-03T02:10:46.537Z] 965308b2a13f: Preparing [2025-06-03T02:10:46.537Z] eb011939fb8e: Preparing [2025-06-03T02:10:46.537Z] cbe0e31ad701: Preparing [2025-06-03T02:10:46.537Z] b58452d5dd55: Preparing [2025-06-03T02:10:46.537Z] e71123f89740: Preparing [2025-06-03T02:10:46.537Z] cbea733604b8: Preparing [2025-06-03T02:10:46.537Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:46.537Z] cbea733604b8: Waiting [2025-06-03T02:10:46.537Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:46.537Z] e71123f89740: Layer already exists [2025-06-03T02:10:46.537Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:46.537Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:46.803Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:46.803Z] 965308b2a13f: Pushed [2025-06-03T02:10:46.803Z] cbea733604b8: Pushed [2025-06-03T02:10:52.121Z] eb011939fb8e: Pushed [2025-06-03T02:10:52.121Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:4cc782647d4bf445766dc9dfae41d52f08dce1b5b1a056643d0402e5ab0089d4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:52.473Z] + 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-03T02:10:52.816Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-03T02:10:52.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-03T02:10:52.816Z] 965308b2a13f: Preparing [2025-06-03T02:10:52.816Z] eb011939fb8e: Preparing [2025-06-03T02:10:52.816Z] cbe0e31ad701: Preparing [2025-06-03T02:10:52.816Z] b58452d5dd55: Preparing [2025-06-03T02:10:52.816Z] e71123f89740: Preparing [2025-06-03T02:10:52.816Z] cbea733604b8: Preparing [2025-06-03T02:10:52.816Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:52.816Z] cbea733604b8: Waiting [2025-06-03T02:10:52.816Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:52.816Z] 965308b2a13f: Layer already exists [2025-06-03T02:10:52.816Z] eb011939fb8e: Layer already exists [2025-06-03T02:10:52.816Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:52.816Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:52.816Z] e71123f89740: Layer already exists [2025-06-03T02:10:52.816Z] cbea733604b8: Layer already exists [2025-06-03T02:10:52.816Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:52.816Z] latest: digest: sha256:4cc782647d4bf445766dc9dfae41d52f08dce1b5b1a056643d0402e5ab0089d4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:53.435Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:53.787Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.18 [2025-06-03T02:10:53.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-03T02:10:53.787Z] 965308b2a13f: Preparing [2025-06-03T02:10:53.787Z] eb011939fb8e: Preparing [2025-06-03T02:10:53.787Z] cbe0e31ad701: Preparing [2025-06-03T02:10:53.787Z] b58452d5dd55: Preparing [2025-06-03T02:10:53.787Z] e71123f89740: Preparing [2025-06-03T02:10:53.787Z] cbea733604b8: Preparing [2025-06-03T02:10:53.787Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:53.787Z] cbea733604b8: Waiting [2025-06-03T02:10:53.787Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:53.787Z] 965308b2a13f: Layer already exists [2025-06-03T02:10:53.787Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:53.787Z] e71123f89740: Layer already exists [2025-06-03T02:10:53.787Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:53.787Z] eb011939fb8e: Layer already exists [2025-06-03T02:10:53.787Z] cbea733604b8: Layer already exists [2025-06-03T02:10:53.787Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:53.787Z] 4.1.0-dev.18: digest: sha256:4cc782647d4bf445766dc9dfae41d52f08dce1b5b1a056643d0402e5ab0089d4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:54.143Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:54.489Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:54.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-03T02:10:54.489Z] 965308b2a13f: Preparing [2025-06-03T02:10:54.489Z] eb011939fb8e: Preparing [2025-06-03T02:10:54.489Z] cbe0e31ad701: Preparing [2025-06-03T02:10:54.489Z] b58452d5dd55: Preparing [2025-06-03T02:10:54.489Z] e71123f89740: Preparing [2025-06-03T02:10:54.489Z] cbea733604b8: Preparing [2025-06-03T02:10:54.489Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:54.489Z] cbea733604b8: Waiting [2025-06-03T02:10:54.489Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:54.489Z] 965308b2a13f: Layer already exists [2025-06-03T02:10:54.489Z] eb011939fb8e: Layer already exists [2025-06-03T02:10:54.489Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:54.489Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:54.489Z] e71123f89740: Layer already exists [2025-06-03T02:10:54.489Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:54.489Z] cbea733604b8: Layer already exists [2025-06-03T02:10:54.489Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:4cc782647d4bf445766dc9dfae41d52f08dce1b5b1a056643d0402e5ab0089d4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:55.206Z] + 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-03T02:10:55.569Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-03T02:10:55.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-03T02:10:55.569Z] 965308b2a13f: Preparing [2025-06-03T02:10:55.569Z] eb011939fb8e: Preparing [2025-06-03T02:10:55.569Z] cbe0e31ad701: Preparing [2025-06-03T02:10:55.569Z] b58452d5dd55: Preparing [2025-06-03T02:10:55.569Z] e71123f89740: Preparing [2025-06-03T02:10:55.569Z] cbea733604b8: Preparing [2025-06-03T02:10:55.569Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:55.569Z] cbea733604b8: Waiting [2025-06-03T02:10:55.569Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:55.569Z] cbe0e31ad701: Layer already exists [2025-06-03T02:10:55.569Z] e71123f89740: Layer already exists [2025-06-03T02:10:55.569Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:55.569Z] eb011939fb8e: Layer already exists [2025-06-03T02:10:55.569Z] 965308b2a13f: Layer already exists [2025-06-03T02:10:55.569Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:55.569Z] cbea733604b8: Layer already exists [2025-06-03T02:10:55.834Z] main: digest: sha256:4cc782647d4bf445766dc9dfae41d52f08dce1b5b1a056643d0402e5ab0089d4 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:10:55.911Z] ===================================================== [Pipeline] echo [2025-06-03T02:10:55.931Z] taggedImages: [2025-06-03T02:10:55.931Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:55.931Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-03T02:10:55.931Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.18 [2025-06-03T02:10:55.931Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:55.931Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-03T02:10:55.956Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-03T02:10:55.956Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:55.956Z] latest [2025-06-03T02:10:55.956Z] 4.1.0-dev.18 [2025-06-03T02:10:55.956Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:10:55.956Z] main [2025-06-03T02:10:55.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:56.317Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:10:56.663Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:10:56.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-03T02:10:56.664Z] 56dfd9ea4ebe: Preparing [2025-06-03T02:10:56.664Z] e4bd879f48b6: Preparing [2025-06-03T02:10:56.664Z] b58452d5dd55: Preparing [2025-06-03T02:10:56.664Z] 6e20176d08b7: Preparing [2025-06-03T02:10:56.664Z] 7fc73ea659aa: Preparing [2025-06-03T02:10:56.664Z] dd9c8f8612c8: Preparing [2025-06-03T02:10:56.664Z] dd9c8f8612c8: Waiting [2025-06-03T02:10:56.664Z] b58452d5dd55: Layer already exists [2025-06-03T02:10:56.928Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:10:56.928Z] 7fc73ea659aa: Pushed [2025-06-03T02:10:56.928Z] 56dfd9ea4ebe: Pushed [2025-06-03T02:10:56.928Z] 6e20176d08b7: Pushed [2025-06-03T02:11:02.240Z] e4bd879f48b6: Pushed [2025-06-03T02:11:02.504Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:aaa2eb2c81f4c57202488ce86c234c588984b81cdc218555cbc33cc6648dc561 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:02.890Z] + 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-03T02:11:03.246Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-03T02:11:03.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-03T02:11:03.246Z] 56dfd9ea4ebe: Preparing [2025-06-03T02:11:03.246Z] e4bd879f48b6: Preparing [2025-06-03T02:11:03.246Z] b58452d5dd55: Preparing [2025-06-03T02:11:03.246Z] 6e20176d08b7: Preparing [2025-06-03T02:11:03.246Z] 7fc73ea659aa: Preparing [2025-06-03T02:11:03.246Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:03.246Z] 6e20176d08b7: Layer already exists [2025-06-03T02:11:03.246Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:03.247Z] 7fc73ea659aa: Layer already exists [2025-06-03T02:11:03.247Z] 56dfd9ea4ebe: Layer already exists [2025-06-03T02:11:03.247Z] e4bd879f48b6: Layer already exists [2025-06-03T02:11:03.247Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:03.247Z] latest: digest: sha256:aaa2eb2c81f4c57202488ce86c234c588984b81cdc218555cbc33cc6648dc561 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:03.867Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:04.229Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.18 [2025-06-03T02:11:04.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-03T02:11:04.229Z] 56dfd9ea4ebe: Preparing [2025-06-03T02:11:04.229Z] e4bd879f48b6: Preparing [2025-06-03T02:11:04.229Z] b58452d5dd55: Preparing [2025-06-03T02:11:04.229Z] 6e20176d08b7: Preparing [2025-06-03T02:11:04.229Z] 7fc73ea659aa: Preparing [2025-06-03T02:11:04.229Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:04.229Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:04.229Z] e4bd879f48b6: Layer already exists [2025-06-03T02:11:04.229Z] 7fc73ea659aa: Layer already exists [2025-06-03T02:11:04.229Z] 6e20176d08b7: Layer already exists [2025-06-03T02:11:04.229Z] 56dfd9ea4ebe: Layer already exists [2025-06-03T02:11:04.229Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:04.229Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:04.229Z] 4.1.0-dev.18: digest: sha256:aaa2eb2c81f4c57202488ce86c234c588984b81cdc218555cbc33cc6648dc561 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:04.868Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:05.223Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:05.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-03T02:11:05.223Z] 56dfd9ea4ebe: Preparing [2025-06-03T02:11:05.223Z] e4bd879f48b6: Preparing [2025-06-03T02:11:05.223Z] b58452d5dd55: Preparing [2025-06-03T02:11:05.223Z] 6e20176d08b7: Preparing [2025-06-03T02:11:05.223Z] 7fc73ea659aa: Preparing [2025-06-03T02:11:05.223Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:05.223Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:05.223Z] 6e20176d08b7: Layer already exists [2025-06-03T02:11:05.223Z] 56dfd9ea4ebe: Layer already exists [2025-06-03T02:11:05.223Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:05.223Z] e4bd879f48b6: Layer already exists [2025-06-03T02:11:05.223Z] 7fc73ea659aa: Layer already exists [2025-06-03T02:11:05.223Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:05.495Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:aaa2eb2c81f4c57202488ce86c234c588984b81cdc218555cbc33cc6648dc561 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:05.849Z] + 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-03T02:11:06.207Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-03T02:11:06.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-03T02:11:06.207Z] 56dfd9ea4ebe: Preparing [2025-06-03T02:11:06.207Z] e4bd879f48b6: Preparing [2025-06-03T02:11:06.207Z] b58452d5dd55: Preparing [2025-06-03T02:11:06.207Z] 6e20176d08b7: Preparing [2025-06-03T02:11:06.207Z] 7fc73ea659aa: Preparing [2025-06-03T02:11:06.207Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:06.207Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:06.207Z] e4bd879f48b6: Layer already exists [2025-06-03T02:11:06.207Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:06.207Z] 6e20176d08b7: Layer already exists [2025-06-03T02:11:06.207Z] 56dfd9ea4ebe: Layer already exists [2025-06-03T02:11:06.207Z] 7fc73ea659aa: Layer already exists [2025-06-03T02:11:06.207Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:06.473Z] main: digest: sha256:aaa2eb2c81f4c57202488ce86c234c588984b81cdc218555cbc33cc6648dc561 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:11:06.561Z] ===================================================== [Pipeline] echo [2025-06-03T02:11:06.574Z] taggedImages: [2025-06-03T02:11:06.574Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:06.574Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-03T02:11:06.574Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.18 [2025-06-03T02:11:06.574Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:06.574Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-03T02:11:06.606Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-03T02:11:06.606Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:06.606Z] latest [2025-06-03T02:11:06.606Z] 4.1.0-dev.18 [2025-06-03T02:11:06.606Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:06.606Z] main [2025-06-03T02:11:06.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:06.981Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:07.338Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:07.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-03T02:11:07.339Z] 366c70742ce4: Preparing [2025-06-03T02:11:07.339Z] 61bf80428a90: Preparing [2025-06-03T02:11:07.339Z] 353221a852ef: Preparing [2025-06-03T02:11:07.339Z] cbe0e31ad701: Preparing [2025-06-03T02:11:07.339Z] b58452d5dd55: Preparing [2025-06-03T02:11:07.339Z] e71123f89740: Preparing [2025-06-03T02:11:07.339Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:07.339Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:07.339Z] e71123f89740: Waiting [2025-06-03T02:11:07.339Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:07.339Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:07.339Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:07.604Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:07.604Z] e71123f89740: Layer already exists [2025-06-03T02:11:07.604Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:07.604Z] 61bf80428a90: Pushed [2025-06-03T02:11:07.604Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:07.604Z] 366c70742ce4: Pushed [2025-06-03T02:11:13.062Z] 353221a852ef: Pushed [2025-06-03T02:11:13.334Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:621bd60619baeb1f24496e98c4a9b996ca738aa1d2156822bbc940587019ebd5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:13.709Z] + 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-03T02:11:14.074Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-03T02:11:14.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-03T02:11:14.074Z] 366c70742ce4: Preparing [2025-06-03T02:11:14.074Z] 61bf80428a90: Preparing [2025-06-03T02:11:14.074Z] 353221a852ef: Preparing [2025-06-03T02:11:14.074Z] cbe0e31ad701: Preparing [2025-06-03T02:11:14.074Z] b58452d5dd55: Preparing [2025-06-03T02:11:14.074Z] e71123f89740: Preparing [2025-06-03T02:11:14.074Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:14.074Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:14.074Z] e71123f89740: Waiting [2025-06-03T02:11:14.074Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:14.074Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:14.074Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:14.074Z] 61bf80428a90: Layer already exists [2025-06-03T02:11:14.074Z] 366c70742ce4: Layer already exists [2025-06-03T02:11:14.074Z] 353221a852ef: Layer already exists [2025-06-03T02:11:14.074Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:14.074Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:14.074Z] e71123f89740: Layer already exists [2025-06-03T02:11:14.074Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:14.339Z] latest: digest: sha256:621bd60619baeb1f24496e98c4a9b996ca738aa1d2156822bbc940587019ebd5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:14.690Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:15.044Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.18 [2025-06-03T02:11:15.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-03T02:11:15.044Z] 366c70742ce4: Preparing [2025-06-03T02:11:15.044Z] 61bf80428a90: Preparing [2025-06-03T02:11:15.044Z] 353221a852ef: Preparing [2025-06-03T02:11:15.044Z] cbe0e31ad701: Preparing [2025-06-03T02:11:15.044Z] b58452d5dd55: Preparing [2025-06-03T02:11:15.044Z] e71123f89740: Preparing [2025-06-03T02:11:15.044Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:15.044Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:15.044Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:15.044Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:15.044Z] e71123f89740: Waiting [2025-06-03T02:11:15.044Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:15.044Z] 353221a852ef: Layer already exists [2025-06-03T02:11:15.044Z] 61bf80428a90: Layer already exists [2025-06-03T02:11:15.044Z] 366c70742ce4: Layer already exists [2025-06-03T02:11:15.044Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:15.044Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:15.044Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:15.044Z] e71123f89740: Layer already exists [2025-06-03T02:11:15.308Z] 4.1.0-dev.18: digest: sha256:621bd60619baeb1f24496e98c4a9b996ca738aa1d2156822bbc940587019ebd5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:15.673Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:16.033Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:16.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-03T02:11:16.034Z] 366c70742ce4: Preparing [2025-06-03T02:11:16.034Z] 61bf80428a90: Preparing [2025-06-03T02:11:16.034Z] 353221a852ef: Preparing [2025-06-03T02:11:16.034Z] cbe0e31ad701: Preparing [2025-06-03T02:11:16.034Z] b58452d5dd55: Preparing [2025-06-03T02:11:16.034Z] e71123f89740: Preparing [2025-06-03T02:11:16.034Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:16.034Z] e71123f89740: Waiting [2025-06-03T02:11:16.034Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:16.034Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:16.034Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:16.034Z] 61bf80428a90: Layer already exists [2025-06-03T02:11:16.034Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:16.034Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:16.034Z] 353221a852ef: Layer already exists [2025-06-03T02:11:16.034Z] 366c70742ce4: Layer already exists [2025-06-03T02:11:16.034Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:16.034Z] e71123f89740: Layer already exists [2025-06-03T02:11:16.034Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:16.034Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:621bd60619baeb1f24496e98c4a9b996ca738aa1d2156822bbc940587019ebd5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:16.660Z] + 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-03T02:11:17.027Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-03T02:11:17.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-03T02:11:17.027Z] 366c70742ce4: Preparing [2025-06-03T02:11:17.027Z] 61bf80428a90: Preparing [2025-06-03T02:11:17.027Z] 353221a852ef: Preparing [2025-06-03T02:11:17.027Z] cbe0e31ad701: Preparing [2025-06-03T02:11:17.027Z] b58452d5dd55: Preparing [2025-06-03T02:11:17.027Z] e71123f89740: Preparing [2025-06-03T02:11:17.027Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:17.027Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:17.027Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:17.027Z] e71123f89740: Waiting [2025-06-03T02:11:17.027Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:17.027Z] 353221a852ef: Layer already exists [2025-06-03T02:11:17.027Z] 61bf80428a90: Layer already exists [2025-06-03T02:11:17.027Z] 366c70742ce4: Layer already exists [2025-06-03T02:11:17.027Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:17.027Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:17.027Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:17.027Z] e71123f89740: Layer already exists [2025-06-03T02:11:17.027Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:17.293Z] main: digest: sha256:621bd60619baeb1f24496e98c4a9b996ca738aa1d2156822bbc940587019ebd5 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:11:17.373Z] ===================================================== [Pipeline] echo [2025-06-03T02:11:17.389Z] taggedImages: [2025-06-03T02:11:17.389Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:17.389Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-03T02:11:17.389Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.18 [2025-06-03T02:11:17.389Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:17.389Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-03T02:11:17.413Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-03T02:11:17.413Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:17.413Z] latest [2025-06-03T02:11:17.413Z] 4.1.0-dev.18 [2025-06-03T02:11:17.413Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:17.413Z] main [2025-06-03T02:11:17.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:17.793Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:18.278Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:18.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-03T02:11:18.278Z] 7b4e1cd4395e: Preparing [2025-06-03T02:11:18.278Z] 11b8d182d897: Preparing [2025-06-03T02:11:18.278Z] 7c5bc6b53dfe: Preparing [2025-06-03T02:11:18.278Z] df7ece6b64c1: Preparing [2025-06-03T02:11:18.278Z] 0f6493a05da7: Preparing [2025-06-03T02:11:18.278Z] 1b3e7f4e07d4: Preparing [2025-06-03T02:11:18.278Z] 444b6f4eb638: Preparing [2025-06-03T02:11:18.278Z] 1b3e7f4e07d4: Waiting [2025-06-03T02:11:18.278Z] cbe0e31ad701: Preparing [2025-06-03T02:11:18.278Z] 444b6f4eb638: Waiting [2025-06-03T02:11:18.278Z] b58452d5dd55: Preparing [2025-06-03T02:11:18.278Z] cbe0e31ad701: Waiting [2025-06-03T02:11:18.278Z] b58452d5dd55: Waiting [2025-06-03T02:11:18.278Z] d8add4c1967d: Preparing [2025-06-03T02:11:18.278Z] d8add4c1967d: Waiting [2025-06-03T02:11:18.278Z] 07acf04f8421: Preparing [2025-06-03T02:11:18.278Z] 5f70bf18a086: Preparing [2025-06-03T02:11:18.278Z] 07acf04f8421: Waiting [2025-06-03T02:11:18.278Z] 5f70bf18a086: Waiting [2025-06-03T02:11:18.278Z] c98a7f34a695: Preparing [2025-06-03T02:11:18.278Z] cf7d3aa68ab9: Preparing [2025-06-03T02:11:18.278Z] c98a7f34a695: Waiting [2025-06-03T02:11:18.278Z] cf7d3aa68ab9: Waiting [2025-06-03T02:11:18.278Z] d05ad5b09268: Preparing [2025-06-03T02:11:18.278Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:18.278Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:18.278Z] df7ece6b64c1: Pushed [2025-06-03T02:11:18.278Z] 7c5bc6b53dfe: Pushed [2025-06-03T02:11:18.278Z] 0f6493a05da7: Pushed [2025-06-03T02:11:18.544Z] 7b4e1cd4395e: Pushed [2025-06-03T02:11:18.544Z] 11b8d182d897: Pushed [2025-06-03T02:11:18.545Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:18.545Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:18.545Z] 1b3e7f4e07d4: Pushed [2025-06-03T02:11:18.545Z] 5f70bf18a086: Layer already exists [2025-06-03T02:11:18.545Z] d8add4c1967d: Pushed [2025-06-03T02:11:18.545Z] 07acf04f8421: Pushed [2025-06-03T02:11:18.810Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:18.810Z] c98a7f34a695: Pushed [2025-06-03T02:11:18.810Z] cf7d3aa68ab9: Pushed [2025-06-03T02:11:18.810Z] d05ad5b09268: Pushed [2025-06-03T02:11:21.380Z] 444b6f4eb638: Pushed [2025-06-03T02:11:21.381Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:e0328114b23ab74b9c2a9b0dd25123e2a44434fc2c8fde9532ecb77d2a20137e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:21.738Z] + 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-03T02:11:22.091Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-03T02:11:22.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-03T02:11:22.091Z] 7b4e1cd4395e: Preparing [2025-06-03T02:11:22.091Z] 11b8d182d897: Preparing [2025-06-03T02:11:22.091Z] 7c5bc6b53dfe: Preparing [2025-06-03T02:11:22.091Z] df7ece6b64c1: Preparing [2025-06-03T02:11:22.091Z] 0f6493a05da7: Preparing [2025-06-03T02:11:22.091Z] 1b3e7f4e07d4: Preparing [2025-06-03T02:11:22.091Z] 444b6f4eb638: Preparing [2025-06-03T02:11:22.091Z] cbe0e31ad701: Preparing [2025-06-03T02:11:22.091Z] b58452d5dd55: Preparing [2025-06-03T02:11:22.091Z] d8add4c1967d: Preparing [2025-06-03T02:11:22.091Z] 07acf04f8421: Preparing [2025-06-03T02:11:22.091Z] 5f70bf18a086: Preparing [2025-06-03T02:11:22.091Z] c98a7f34a695: Preparing [2025-06-03T02:11:22.091Z] cf7d3aa68ab9: Preparing [2025-06-03T02:11:22.091Z] d05ad5b09268: Preparing [2025-06-03T02:11:22.091Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:22.091Z] cbe0e31ad701: Waiting [2025-06-03T02:11:22.091Z] b58452d5dd55: Waiting [2025-06-03T02:11:22.091Z] d8add4c1967d: Waiting [2025-06-03T02:11:22.091Z] 07acf04f8421: Waiting [2025-06-03T02:11:22.091Z] 5f70bf18a086: Waiting [2025-06-03T02:11:22.091Z] c98a7f34a695: Waiting [2025-06-03T02:11:22.091Z] cf7d3aa68ab9: Waiting [2025-06-03T02:11:22.091Z] d05ad5b09268: Waiting [2025-06-03T02:11:22.091Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:22.091Z] 444b6f4eb638: Waiting [2025-06-03T02:11:22.091Z] 1b3e7f4e07d4: Waiting [2025-06-03T02:11:22.091Z] 7b4e1cd4395e: Layer already exists [2025-06-03T02:11:22.091Z] 11b8d182d897: Layer already exists [2025-06-03T02:11:22.091Z] 7c5bc6b53dfe: Layer already exists [2025-06-03T02:11:22.091Z] df7ece6b64c1: Layer already exists [2025-06-03T02:11:22.091Z] 0f6493a05da7: Layer already exists [2025-06-03T02:11:22.091Z] 444b6f4eb638: Layer already exists [2025-06-03T02:11:22.091Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:22.091Z] 1b3e7f4e07d4: Layer already exists [2025-06-03T02:11:22.091Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:22.091Z] d8add4c1967d: Layer already exists [2025-06-03T02:11:22.091Z] 07acf04f8421: Layer already exists [2025-06-03T02:11:22.091Z] 5f70bf18a086: Layer already exists [2025-06-03T02:11:22.091Z] c98a7f34a695: Layer already exists [2025-06-03T02:11:22.359Z] cf7d3aa68ab9: Layer already exists [2025-06-03T02:11:22.359Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:22.359Z] d05ad5b09268: Layer already exists [2025-06-03T02:11:22.359Z] latest: digest: sha256:e0328114b23ab74b9c2a9b0dd25123e2a44434fc2c8fde9532ecb77d2a20137e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:22.772Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:23.150Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.18 [2025-06-03T02:11:23.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-03T02:11:23.151Z] 7b4e1cd4395e: Preparing [2025-06-03T02:11:23.151Z] 11b8d182d897: Preparing [2025-06-03T02:11:23.151Z] 7c5bc6b53dfe: Preparing [2025-06-03T02:11:23.151Z] df7ece6b64c1: Preparing [2025-06-03T02:11:23.151Z] 0f6493a05da7: Preparing [2025-06-03T02:11:23.151Z] 1b3e7f4e07d4: Preparing [2025-06-03T02:11:23.151Z] 444b6f4eb638: Preparing [2025-06-03T02:11:23.151Z] cbe0e31ad701: Preparing [2025-06-03T02:11:23.151Z] b58452d5dd55: Preparing [2025-06-03T02:11:23.151Z] d8add4c1967d: Preparing [2025-06-03T02:11:23.151Z] 07acf04f8421: Preparing [2025-06-03T02:11:23.151Z] 5f70bf18a086: Preparing [2025-06-03T02:11:23.151Z] c98a7f34a695: Preparing [2025-06-03T02:11:23.151Z] cf7d3aa68ab9: Preparing [2025-06-03T02:11:23.151Z] d05ad5b09268: Preparing [2025-06-03T02:11:23.151Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:23.151Z] cbe0e31ad701: Waiting [2025-06-03T02:11:23.151Z] b58452d5dd55: Waiting [2025-06-03T02:11:23.151Z] d8add4c1967d: Waiting [2025-06-03T02:11:23.151Z] 07acf04f8421: Waiting [2025-06-03T02:11:23.151Z] 5f70bf18a086: Waiting [2025-06-03T02:11:23.151Z] c98a7f34a695: Waiting [2025-06-03T02:11:23.151Z] cf7d3aa68ab9: Waiting [2025-06-03T02:11:23.151Z] d05ad5b09268: Waiting [2025-06-03T02:11:23.151Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:23.151Z] 1b3e7f4e07d4: Waiting [2025-06-03T02:11:23.151Z] 444b6f4eb638: Waiting [2025-06-03T02:11:23.151Z] 7b4e1cd4395e: Layer already exists [2025-06-03T02:11:23.151Z] 0f6493a05da7: Layer already exists [2025-06-03T02:11:23.151Z] 11b8d182d897: Layer already exists [2025-06-03T02:11:23.151Z] 7c5bc6b53dfe: Layer already exists [2025-06-03T02:11:23.151Z] df7ece6b64c1: Layer already exists [2025-06-03T02:11:23.151Z] 444b6f4eb638: Layer already exists [2025-06-03T02:11:23.151Z] d8add4c1967d: Layer already exists [2025-06-03T02:11:23.151Z] 1b3e7f4e07d4: Layer already exists [2025-06-03T02:11:23.151Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:23.151Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:23.151Z] 07acf04f8421: Layer already exists [2025-06-03T02:11:23.151Z] c98a7f34a695: Layer already exists [2025-06-03T02:11:23.151Z] d05ad5b09268: Layer already exists [2025-06-03T02:11:23.151Z] cf7d3aa68ab9: Layer already exists [2025-06-03T02:11:23.151Z] 5f70bf18a086: Layer already exists [2025-06-03T02:11:23.151Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:23.418Z] 4.1.0-dev.18: digest: sha256:e0328114b23ab74b9c2a9b0dd25123e2a44434fc2c8fde9532ecb77d2a20137e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:23.777Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:24.135Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:24.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-03T02:11:24.136Z] 7b4e1cd4395e: Preparing [2025-06-03T02:11:24.136Z] 11b8d182d897: Preparing [2025-06-03T02:11:24.136Z] 7c5bc6b53dfe: Preparing [2025-06-03T02:11:24.136Z] df7ece6b64c1: Preparing [2025-06-03T02:11:24.136Z] 0f6493a05da7: Preparing [2025-06-03T02:11:24.136Z] 1b3e7f4e07d4: Preparing [2025-06-03T02:11:24.136Z] 444b6f4eb638: Preparing [2025-06-03T02:11:24.136Z] cbe0e31ad701: Preparing [2025-06-03T02:11:24.136Z] b58452d5dd55: Preparing [2025-06-03T02:11:24.136Z] d8add4c1967d: Preparing [2025-06-03T02:11:24.136Z] 07acf04f8421: Preparing [2025-06-03T02:11:24.136Z] 5f70bf18a086: Preparing [2025-06-03T02:11:24.136Z] c98a7f34a695: Preparing [2025-06-03T02:11:24.136Z] cf7d3aa68ab9: Preparing [2025-06-03T02:11:24.136Z] d05ad5b09268: Preparing [2025-06-03T02:11:24.136Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:24.136Z] 07acf04f8421: Waiting [2025-06-03T02:11:24.136Z] 5f70bf18a086: Waiting [2025-06-03T02:11:24.136Z] c98a7f34a695: Waiting [2025-06-03T02:11:24.136Z] 1b3e7f4e07d4: Waiting [2025-06-03T02:11:24.136Z] 444b6f4eb638: Waiting [2025-06-03T02:11:24.136Z] cbe0e31ad701: Waiting [2025-06-03T02:11:24.136Z] b58452d5dd55: Waiting [2025-06-03T02:11:24.136Z] d8add4c1967d: Waiting [2025-06-03T02:11:24.136Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:24.136Z] cf7d3aa68ab9: Waiting [2025-06-03T02:11:24.136Z] d05ad5b09268: Waiting [2025-06-03T02:11:24.136Z] 0f6493a05da7: Layer already exists [2025-06-03T02:11:24.136Z] df7ece6b64c1: Layer already exists [2025-06-03T02:11:24.136Z] 7c5bc6b53dfe: Layer already exists [2025-06-03T02:11:24.136Z] 7b4e1cd4395e: Layer already exists [2025-06-03T02:11:24.136Z] 11b8d182d897: Layer already exists [2025-06-03T02:11:24.136Z] 444b6f4eb638: Layer already exists [2025-06-03T02:11:24.136Z] 1b3e7f4e07d4: Layer already exists [2025-06-03T02:11:24.136Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:24.136Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:24.136Z] 07acf04f8421: Layer already exists [2025-06-03T02:11:24.136Z] 5f70bf18a086: Layer already exists [2025-06-03T02:11:24.136Z] c98a7f34a695: Layer already exists [2025-06-03T02:11:24.136Z] cf7d3aa68ab9: Layer already exists [2025-06-03T02:11:24.136Z] d8add4c1967d: Layer already exists [2025-06-03T02:11:24.136Z] d05ad5b09268: Layer already exists [2025-06-03T02:11:24.136Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:24.402Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:e0328114b23ab74b9c2a9b0dd25123e2a44434fc2c8fde9532ecb77d2a20137e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:24.815Z] + 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-03T02:11:25.199Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-03T02:11:25.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-03T02:11:25.199Z] 7b4e1cd4395e: Preparing [2025-06-03T02:11:25.199Z] 11b8d182d897: Preparing [2025-06-03T02:11:25.199Z] 7c5bc6b53dfe: Preparing [2025-06-03T02:11:25.199Z] df7ece6b64c1: Preparing [2025-06-03T02:11:25.199Z] 0f6493a05da7: Preparing [2025-06-03T02:11:25.199Z] 1b3e7f4e07d4: Preparing [2025-06-03T02:11:25.199Z] 444b6f4eb638: Preparing [2025-06-03T02:11:25.199Z] cbe0e31ad701: Preparing [2025-06-03T02:11:25.199Z] b58452d5dd55: Preparing [2025-06-03T02:11:25.199Z] d8add4c1967d: Preparing [2025-06-03T02:11:25.199Z] 07acf04f8421: Preparing [2025-06-03T02:11:25.199Z] 5f70bf18a086: Preparing [2025-06-03T02:11:25.199Z] c98a7f34a695: Preparing [2025-06-03T02:11:25.199Z] cf7d3aa68ab9: Preparing [2025-06-03T02:11:25.199Z] d05ad5b09268: Preparing [2025-06-03T02:11:25.199Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:25.199Z] b58452d5dd55: Waiting [2025-06-03T02:11:25.199Z] d8add4c1967d: Waiting [2025-06-03T02:11:25.199Z] 07acf04f8421: Waiting [2025-06-03T02:11:25.199Z] 5f70bf18a086: Waiting [2025-06-03T02:11:25.199Z] c98a7f34a695: Waiting [2025-06-03T02:11:25.199Z] cf7d3aa68ab9: Waiting [2025-06-03T02:11:25.199Z] d05ad5b09268: Waiting [2025-06-03T02:11:25.199Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:25.199Z] 444b6f4eb638: Waiting [2025-06-03T02:11:25.199Z] cbe0e31ad701: Waiting [2025-06-03T02:11:25.199Z] 11b8d182d897: Layer already exists [2025-06-03T02:11:25.199Z] df7ece6b64c1: Layer already exists [2025-06-03T02:11:25.199Z] 7c5bc6b53dfe: Layer already exists [2025-06-03T02:11:25.199Z] 0f6493a05da7: Layer already exists [2025-06-03T02:11:25.199Z] 7b4e1cd4395e: Layer already exists [2025-06-03T02:11:25.199Z] 444b6f4eb638: Layer already exists [2025-06-03T02:11:25.199Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:25.199Z] 1b3e7f4e07d4: Layer already exists [2025-06-03T02:11:25.199Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:25.199Z] d8add4c1967d: Layer already exists [2025-06-03T02:11:25.199Z] 07acf04f8421: Layer already exists [2025-06-03T02:11:25.199Z] c98a7f34a695: Layer already exists [2025-06-03T02:11:25.199Z] 5f70bf18a086: Layer already exists [2025-06-03T02:11:25.199Z] cf7d3aa68ab9: Layer already exists [2025-06-03T02:11:25.199Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:25.199Z] d05ad5b09268: Layer already exists [2025-06-03T02:11:25.465Z] main: digest: sha256:e0328114b23ab74b9c2a9b0dd25123e2a44434fc2c8fde9532ecb77d2a20137e size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:11:25.540Z] ===================================================== [Pipeline] echo [2025-06-03T02:11:25.556Z] taggedImages: [2025-06-03T02:11:25.556Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:25.556Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-03T02:11:25.556Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.18 [2025-06-03T02:11:25.556Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:25.556Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-03T02:11:25.707Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-03T02:11:25.707Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:25.707Z] latest [2025-06-03T02:11:25.707Z] 4.1.0-dev.18 [2025-06-03T02:11:25.707Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:25.707Z] main [2025-06-03T02:11:25.707Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:26.076Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:26.431Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:26.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-03T02:11:26.431Z] 5000cdde5ea3: Preparing [2025-06-03T02:11:26.431Z] 72147440bda5: Preparing [2025-06-03T02:11:26.431Z] 1519c969f087: Preparing [2025-06-03T02:11:26.431Z] 2e3ebb0c312e: Preparing [2025-06-03T02:11:26.431Z] cbe0e31ad701: Preparing [2025-06-03T02:11:26.431Z] b58452d5dd55: Preparing [2025-06-03T02:11:26.431Z] e71123f89740: Preparing [2025-06-03T02:11:26.431Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:26.431Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:26.431Z] e71123f89740: Waiting [2025-06-03T02:11:26.431Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:26.431Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:26.431Z] b58452d5dd55: Waiting [2025-06-03T02:11:26.431Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:26.697Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:26.697Z] 1519c969f087: Pushed [2025-06-03T02:11:26.697Z] e71123f89740: Layer already exists [2025-06-03T02:11:26.697Z] 72147440bda5: Pushed [2025-06-03T02:11:26.697Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:26.697Z] 5000cdde5ea3: Pushed [2025-06-03T02:11:26.697Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:32.029Z] 2e3ebb0c312e: Pushed [2025-06-03T02:11:32.029Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:8fdabe32475daea9d255aca7063d939d3f2b8df9fa86b39104888725678069ed size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:32.395Z] + 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-03T02:11:32.750Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-03T02:11:32.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-03T02:11:32.750Z] 5000cdde5ea3: Preparing [2025-06-03T02:11:32.750Z] 72147440bda5: Preparing [2025-06-03T02:11:32.750Z] 1519c969f087: Preparing [2025-06-03T02:11:32.750Z] 2e3ebb0c312e: Preparing [2025-06-03T02:11:32.750Z] cbe0e31ad701: Preparing [2025-06-03T02:11:32.750Z] b58452d5dd55: Preparing [2025-06-03T02:11:32.750Z] e71123f89740: Preparing [2025-06-03T02:11:32.750Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:32.750Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:32.750Z] b58452d5dd55: Waiting [2025-06-03T02:11:32.750Z] e71123f89740: Waiting [2025-06-03T02:11:32.750Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:32.750Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:32.750Z] 1519c969f087: Layer already exists [2025-06-03T02:11:32.750Z] 2e3ebb0c312e: Layer already exists [2025-06-03T02:11:32.750Z] 72147440bda5: Layer already exists [2025-06-03T02:11:32.750Z] 5000cdde5ea3: Layer already exists [2025-06-03T02:11:32.750Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:32.750Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:32.750Z] e71123f89740: Layer already exists [2025-06-03T02:11:32.750Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:32.750Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:34.152Z] latest: digest: sha256:8fdabe32475daea9d255aca7063d939d3f2b8df9fa86b39104888725678069ed size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:34.504Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:34.892Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.18 [2025-06-03T02:11:34.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-03T02:11:34.892Z] 5000cdde5ea3: Preparing [2025-06-03T02:11:34.892Z] 72147440bda5: Preparing [2025-06-03T02:11:34.892Z] 1519c969f087: Preparing [2025-06-03T02:11:34.892Z] 2e3ebb0c312e: Preparing [2025-06-03T02:11:34.892Z] cbe0e31ad701: Preparing [2025-06-03T02:11:34.892Z] b58452d5dd55: Preparing [2025-06-03T02:11:34.892Z] e71123f89740: Preparing [2025-06-03T02:11:34.892Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:34.892Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:34.892Z] e71123f89740: Waiting [2025-06-03T02:11:34.892Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:34.892Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:34.892Z] b58452d5dd55: Waiting [2025-06-03T02:11:34.892Z] 72147440bda5: Layer already exists [2025-06-03T02:11:34.892Z] 1519c969f087: Layer already exists [2025-06-03T02:11:34.892Z] 2e3ebb0c312e: Layer already exists [2025-06-03T02:11:34.892Z] 5000cdde5ea3: Layer already exists [2025-06-03T02:11:34.892Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:34.892Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:34.892Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:34.892Z] e71123f89740: Layer already exists [2025-06-03T02:11:34.892Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:35.157Z] 4.1.0-dev.18: digest: sha256:8fdabe32475daea9d255aca7063d939d3f2b8df9fa86b39104888725678069ed size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:35.509Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:35.858Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:35.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-03T02:11:35.858Z] 5000cdde5ea3: Preparing [2025-06-03T02:11:35.858Z] 72147440bda5: Preparing [2025-06-03T02:11:35.858Z] 1519c969f087: Preparing [2025-06-03T02:11:35.858Z] 2e3ebb0c312e: Preparing [2025-06-03T02:11:35.858Z] cbe0e31ad701: Preparing [2025-06-03T02:11:35.858Z] b58452d5dd55: Preparing [2025-06-03T02:11:35.858Z] e71123f89740: Preparing [2025-06-03T02:11:35.858Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:35.858Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:35.858Z] b58452d5dd55: Waiting [2025-06-03T02:11:35.858Z] e71123f89740: Waiting [2025-06-03T02:11:35.858Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:35.858Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:35.858Z] 2e3ebb0c312e: Layer already exists [2025-06-03T02:11:35.858Z] 1519c969f087: Layer already exists [2025-06-03T02:11:35.858Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:35.858Z] 5000cdde5ea3: Layer already exists [2025-06-03T02:11:35.858Z] 72147440bda5: Layer already exists [2025-06-03T02:11:35.858Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:35.858Z] e71123f89740: Layer already exists [2025-06-03T02:11:35.858Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:35.858Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:36.123Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:8fdabe32475daea9d255aca7063d939d3f2b8df9fa86b39104888725678069ed size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:36.478Z] + 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-03T02:11:36.833Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-03T02:11:36.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-03T02:11:36.833Z] 5000cdde5ea3: Preparing [2025-06-03T02:11:36.833Z] 72147440bda5: Preparing [2025-06-03T02:11:36.833Z] 1519c969f087: Preparing [2025-06-03T02:11:36.833Z] 2e3ebb0c312e: Preparing [2025-06-03T02:11:36.833Z] cbe0e31ad701: Preparing [2025-06-03T02:11:36.833Z] b58452d5dd55: Preparing [2025-06-03T02:11:36.833Z] e71123f89740: Preparing [2025-06-03T02:11:36.833Z] 2be0cbb61e1d: Preparing [2025-06-03T02:11:36.833Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:36.833Z] b58452d5dd55: Waiting [2025-06-03T02:11:36.833Z] e71123f89740: Waiting [2025-06-03T02:11:36.833Z] 2be0cbb61e1d: Waiting [2025-06-03T02:11:36.833Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:36.833Z] 5000cdde5ea3: Layer already exists [2025-06-03T02:11:36.833Z] 1519c969f087: Layer already exists [2025-06-03T02:11:36.833Z] 2e3ebb0c312e: Layer already exists [2025-06-03T02:11:36.833Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:36.833Z] 72147440bda5: Layer already exists [2025-06-03T02:11:36.833Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:36.833Z] 2be0cbb61e1d: Layer already exists [2025-06-03T02:11:36.833Z] e71123f89740: Layer already exists [2025-06-03T02:11:36.833Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:37.099Z] main: digest: sha256:8fdabe32475daea9d255aca7063d939d3f2b8df9fa86b39104888725678069ed size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:11:37.185Z] ===================================================== [Pipeline] echo [2025-06-03T02:11:37.205Z] taggedImages: [2025-06-03T02:11:37.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:37.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-03T02:11:37.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.18 [2025-06-03T02:11:37.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:37.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-03T02:11:37.240Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-03T02:11:37.240Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:37.240Z] latest [2025-06-03T02:11:37.240Z] 4.1.0-dev.18 [2025-06-03T02:11:37.240Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:37.240Z] main [2025-06-03T02:11:37.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:37.630Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:37.991Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:37.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-03T02:11:37.991Z] 25e81c2b6cc7: Preparing [2025-06-03T02:11:37.991Z] 80472ffd8286: Preparing [2025-06-03T02:11:37.991Z] ac49f282ac95: Preparing [2025-06-03T02:11:37.991Z] 5c519a3b0f0c: Preparing [2025-06-03T02:11:37.991Z] e6020d23ef44: Preparing [2025-06-03T02:11:37.991Z] cbe0e31ad701: Preparing [2025-06-03T02:11:37.991Z] b58452d5dd55: Preparing [2025-06-03T02:11:37.991Z] cbe0e31ad701: Waiting [2025-06-03T02:11:37.991Z] 4a9145948e68: Preparing [2025-06-03T02:11:37.991Z] d72910f9681b: Preparing [2025-06-03T02:11:37.991Z] b58452d5dd55: Waiting [2025-06-03T02:11:37.992Z] 4a9145948e68: Waiting [2025-06-03T02:11:37.992Z] d72910f9681b: Waiting [2025-06-03T02:11:37.992Z] 1cfb0a5dd21d: Preparing [2025-06-03T02:11:37.992Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:37.992Z] 1cfb0a5dd21d: Waiting [2025-06-03T02:11:37.992Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:38.256Z] 5c519a3b0f0c: Pushed [2025-06-03T02:11:38.256Z] 25e81c2b6cc7: Pushed [2025-06-03T02:11:38.256Z] e6020d23ef44: Pushed [2025-06-03T02:11:38.256Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:38.256Z] 80472ffd8286: Pushed [2025-06-03T02:11:38.256Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:38.256Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:38.256Z] d72910f9681b: Pushed [2025-06-03T02:11:38.256Z] 4a9145948e68: Pushed [2025-06-03T02:11:40.832Z] 1cfb0a5dd21d: Pushed [2025-06-03T02:11:42.232Z] ac49f282ac95: Pushed [2025-06-03T02:11:42.232Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:c0bd96ad811bee32127f6ba361181d0b35ea083d0f728eb2096b3b65e9d7526a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:42.631Z] + 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-03T02:11:42.981Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-03T02:11:42.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-03T02:11:42.981Z] 25e81c2b6cc7: Preparing [2025-06-03T02:11:42.981Z] 80472ffd8286: Preparing [2025-06-03T02:11:42.981Z] ac49f282ac95: Preparing [2025-06-03T02:11:42.981Z] 5c519a3b0f0c: Preparing [2025-06-03T02:11:42.981Z] e6020d23ef44: Preparing [2025-06-03T02:11:42.981Z] cbe0e31ad701: Preparing [2025-06-03T02:11:42.981Z] b58452d5dd55: Preparing [2025-06-03T02:11:42.981Z] 4a9145948e68: Preparing [2025-06-03T02:11:42.981Z] d72910f9681b: Preparing [2025-06-03T02:11:42.981Z] 1cfb0a5dd21d: Preparing [2025-06-03T02:11:42.981Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:42.981Z] cbe0e31ad701: Waiting [2025-06-03T02:11:42.981Z] d72910f9681b: Waiting [2025-06-03T02:11:42.981Z] b58452d5dd55: Waiting [2025-06-03T02:11:42.981Z] 4a9145948e68: Waiting [2025-06-03T02:11:42.981Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:42.981Z] 1cfb0a5dd21d: Waiting [2025-06-03T02:11:42.981Z] 80472ffd8286: Layer already exists [2025-06-03T02:11:42.981Z] 25e81c2b6cc7: Layer already exists [2025-06-03T02:11:42.981Z] 5c519a3b0f0c: Layer already exists [2025-06-03T02:11:42.981Z] e6020d23ef44: Layer already exists [2025-06-03T02:11:42.981Z] ac49f282ac95: Layer already exists [2025-06-03T02:11:42.981Z] 1cfb0a5dd21d: Layer already exists [2025-06-03T02:11:42.981Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:42.981Z] 4a9145948e68: Layer already exists [2025-06-03T02:11:42.981Z] d72910f9681b: Layer already exists [2025-06-03T02:11:42.981Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:42.981Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:43.246Z] latest: digest: sha256:c0bd96ad811bee32127f6ba361181d0b35ea083d0f728eb2096b3b65e9d7526a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:43.592Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:43.965Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.18 [2025-06-03T02:11:43.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-03T02:11:43.965Z] 25e81c2b6cc7: Preparing [2025-06-03T02:11:43.965Z] 80472ffd8286: Preparing [2025-06-03T02:11:43.965Z] ac49f282ac95: Preparing [2025-06-03T02:11:43.965Z] 5c519a3b0f0c: Preparing [2025-06-03T02:11:43.965Z] e6020d23ef44: Preparing [2025-06-03T02:11:43.965Z] cbe0e31ad701: Preparing [2025-06-03T02:11:43.965Z] b58452d5dd55: Preparing [2025-06-03T02:11:43.965Z] 4a9145948e68: Preparing [2025-06-03T02:11:43.965Z] d72910f9681b: Preparing [2025-06-03T02:11:43.965Z] 1cfb0a5dd21d: Preparing [2025-06-03T02:11:43.965Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:43.965Z] b58452d5dd55: Waiting [2025-06-03T02:11:43.965Z] 4a9145948e68: Waiting [2025-06-03T02:11:43.965Z] d72910f9681b: Waiting [2025-06-03T02:11:43.965Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:43.965Z] 1cfb0a5dd21d: Waiting [2025-06-03T02:11:43.965Z] cbe0e31ad701: Waiting [2025-06-03T02:11:43.965Z] 25e81c2b6cc7: Layer already exists [2025-06-03T02:11:43.965Z] ac49f282ac95: Layer already exists [2025-06-03T02:11:43.965Z] e6020d23ef44: Layer already exists [2025-06-03T02:11:43.965Z] 80472ffd8286: Layer already exists [2025-06-03T02:11:43.965Z] 5c519a3b0f0c: Layer already exists [2025-06-03T02:11:43.965Z] d72910f9681b: Layer already exists [2025-06-03T02:11:43.965Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:43.965Z] 1cfb0a5dd21d: Layer already exists [2025-06-03T02:11:43.965Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:43.965Z] 4a9145948e68: Layer already exists [2025-06-03T02:11:44.233Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:44.233Z] 4.1.0-dev.18: digest: sha256:c0bd96ad811bee32127f6ba361181d0b35ea083d0f728eb2096b3b65e9d7526a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:44.599Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:44.963Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:44.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-03T02:11:44.963Z] 25e81c2b6cc7: Preparing [2025-06-03T02:11:44.963Z] 80472ffd8286: Preparing [2025-06-03T02:11:44.963Z] ac49f282ac95: Preparing [2025-06-03T02:11:44.963Z] 5c519a3b0f0c: Preparing [2025-06-03T02:11:44.963Z] e6020d23ef44: Preparing [2025-06-03T02:11:44.963Z] cbe0e31ad701: Preparing [2025-06-03T02:11:44.963Z] b58452d5dd55: Preparing [2025-06-03T02:11:44.963Z] 4a9145948e68: Preparing [2025-06-03T02:11:44.963Z] d72910f9681b: Preparing [2025-06-03T02:11:44.963Z] 1cfb0a5dd21d: Preparing [2025-06-03T02:11:44.963Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:44.963Z] 4a9145948e68: Waiting [2025-06-03T02:11:44.963Z] d72910f9681b: Waiting [2025-06-03T02:11:44.963Z] 1cfb0a5dd21d: Waiting [2025-06-03T02:11:44.963Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:44.963Z] cbe0e31ad701: Waiting [2025-06-03T02:11:44.963Z] b58452d5dd55: Waiting [2025-06-03T02:11:44.963Z] ac49f282ac95: Layer already exists [2025-06-03T02:11:44.963Z] 25e81c2b6cc7: Layer already exists [2025-06-03T02:11:44.963Z] 80472ffd8286: Layer already exists [2025-06-03T02:11:44.963Z] e6020d23ef44: Layer already exists [2025-06-03T02:11:44.963Z] 5c519a3b0f0c: Layer already exists [2025-06-03T02:11:44.963Z] d72910f9681b: Layer already exists [2025-06-03T02:11:44.963Z] 4a9145948e68: Layer already exists [2025-06-03T02:11:44.963Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:44.963Z] 1cfb0a5dd21d: Layer already exists [2025-06-03T02:11:44.963Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:44.963Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:45.230Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:c0bd96ad811bee32127f6ba361181d0b35ea083d0f728eb2096b3b65e9d7526a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:45.597Z] + 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-03T02:11:45.951Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-03T02:11:45.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-03T02:11:45.951Z] 25e81c2b6cc7: Preparing [2025-06-03T02:11:45.951Z] 80472ffd8286: Preparing [2025-06-03T02:11:45.951Z] ac49f282ac95: Preparing [2025-06-03T02:11:45.951Z] 5c519a3b0f0c: Preparing [2025-06-03T02:11:45.951Z] e6020d23ef44: Preparing [2025-06-03T02:11:45.951Z] cbe0e31ad701: Preparing [2025-06-03T02:11:45.951Z] b58452d5dd55: Preparing [2025-06-03T02:11:45.951Z] 4a9145948e68: Preparing [2025-06-03T02:11:45.951Z] d72910f9681b: Preparing [2025-06-03T02:11:45.951Z] 1cfb0a5dd21d: Preparing [2025-06-03T02:11:45.951Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:45.951Z] cbe0e31ad701: Waiting [2025-06-03T02:11:45.951Z] b58452d5dd55: Waiting [2025-06-03T02:11:45.951Z] 1cfb0a5dd21d: Waiting [2025-06-03T02:11:45.951Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:45.952Z] 4a9145948e68: Waiting [2025-06-03T02:11:45.952Z] d72910f9681b: Waiting [2025-06-03T02:11:45.952Z] ac49f282ac95: Layer already exists [2025-06-03T02:11:45.952Z] e6020d23ef44: Layer already exists [2025-06-03T02:11:45.952Z] 25e81c2b6cc7: Layer already exists [2025-06-03T02:11:45.952Z] 80472ffd8286: Layer already exists [2025-06-03T02:11:45.952Z] 5c519a3b0f0c: Layer already exists [2025-06-03T02:11:45.952Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:45.952Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:45.952Z] 4a9145948e68: Layer already exists [2025-06-03T02:11:45.952Z] d72910f9681b: Layer already exists [2025-06-03T02:11:45.952Z] 1cfb0a5dd21d: Layer already exists [2025-06-03T02:11:45.952Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:46.216Z] main: digest: sha256:c0bd96ad811bee32127f6ba361181d0b35ea083d0f728eb2096b3b65e9d7526a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:11:46.310Z] ===================================================== [Pipeline] echo [2025-06-03T02:11:46.323Z] taggedImages: [2025-06-03T02:11:46.323Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:46.323Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-03T02:11:46.323Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.18 [2025-06-03T02:11:46.323Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:46.323Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-03T02:11:46.350Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-03T02:11:46.350Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:46.350Z] latest [2025-06-03T02:11:46.350Z] 4.1.0-dev.18 [2025-06-03T02:11:46.350Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:46.350Z] main [2025-06-03T02:11:46.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:46.725Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:47.088Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:47.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-03T02:11:47.088Z] 25da4d82ed7a: Preparing [2025-06-03T02:11:47.088Z] d0e0b9c916d7: Preparing [2025-06-03T02:11:47.088Z] b0539b7e95ba: Preparing [2025-06-03T02:11:47.088Z] 474d721b4e3d: Preparing [2025-06-03T02:11:47.088Z] cbacfa114eee: Preparing [2025-06-03T02:11:47.088Z] c74ed86e4dc0: Preparing [2025-06-03T02:11:47.088Z] 3aa71931e169: Preparing [2025-06-03T02:11:47.088Z] cbe0e31ad701: Preparing [2025-06-03T02:11:47.088Z] b58452d5dd55: Preparing [2025-06-03T02:11:47.088Z] 199d9df84c09: Preparing [2025-06-03T02:11:47.088Z] 4442103c87e7: Preparing [2025-06-03T02:11:47.088Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:47.088Z] 3aa71931e169: Waiting [2025-06-03T02:11:47.088Z] cbe0e31ad701: Waiting [2025-06-03T02:11:47.088Z] b58452d5dd55: Waiting [2025-06-03T02:11:47.088Z] 199d9df84c09: Waiting [2025-06-03T02:11:47.088Z] 4442103c87e7: Waiting [2025-06-03T02:11:47.088Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:47.088Z] c74ed86e4dc0: Waiting [2025-06-03T02:11:47.361Z] cbacfa114eee: Pushed [2025-06-03T02:11:47.361Z] d0e0b9c916d7: Pushed [2025-06-03T02:11:47.361Z] 25da4d82ed7a: Pushed [2025-06-03T02:11:47.361Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:47.361Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:47.361Z] 3aa71931e169: Pushed [2025-06-03T02:11:47.631Z] c74ed86e4dc0: Pushed [2025-06-03T02:11:47.631Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:47.631Z] 199d9df84c09: Pushed [2025-06-03T02:11:50.205Z] 4442103c87e7: Pushed [2025-06-03T02:11:51.609Z] 474d721b4e3d: Pushed [2025-06-03T02:11:53.542Z] b0539b7e95ba: Pushed [2025-06-03T02:11:53.808Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:770c0cf07798fc690543c5e78acc0536bca6750967b66dc18c7c88edc145be3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:54.164Z] + 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-03T02:11:54.518Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-03T02:11:54.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-03T02:11:54.518Z] 25da4d82ed7a: Preparing [2025-06-03T02:11:54.518Z] d0e0b9c916d7: Preparing [2025-06-03T02:11:54.518Z] b0539b7e95ba: Preparing [2025-06-03T02:11:54.518Z] 474d721b4e3d: Preparing [2025-06-03T02:11:54.518Z] cbacfa114eee: Preparing [2025-06-03T02:11:54.518Z] c74ed86e4dc0: Preparing [2025-06-03T02:11:54.518Z] 3aa71931e169: Preparing [2025-06-03T02:11:54.518Z] c74ed86e4dc0: Waiting [2025-06-03T02:11:54.518Z] cbe0e31ad701: Preparing [2025-06-03T02:11:54.518Z] 3aa71931e169: Waiting [2025-06-03T02:11:54.518Z] b58452d5dd55: Preparing [2025-06-03T02:11:54.518Z] cbe0e31ad701: Waiting [2025-06-03T02:11:54.518Z] 199d9df84c09: Preparing [2025-06-03T02:11:54.518Z] b58452d5dd55: Waiting [2025-06-03T02:11:54.518Z] 4442103c87e7: Preparing [2025-06-03T02:11:54.518Z] 199d9df84c09: Waiting [2025-06-03T02:11:54.518Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:54.518Z] 4442103c87e7: Waiting [2025-06-03T02:11:54.518Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:54.518Z] b0539b7e95ba: Layer already exists [2025-06-03T02:11:54.518Z] cbacfa114eee: Layer already exists [2025-06-03T02:11:54.518Z] 25da4d82ed7a: Layer already exists [2025-06-03T02:11:54.518Z] d0e0b9c916d7: Layer already exists [2025-06-03T02:11:54.518Z] 474d721b4e3d: Layer already exists [2025-06-03T02:11:54.518Z] c74ed86e4dc0: Layer already exists [2025-06-03T02:11:54.518Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:54.518Z] 3aa71931e169: Layer already exists [2025-06-03T02:11:54.518Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:54.518Z] 199d9df84c09: Layer already exists [2025-06-03T02:11:54.518Z] 4442103c87e7: Layer already exists [2025-06-03T02:11:54.518Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:54.783Z] latest: digest: sha256:770c0cf07798fc690543c5e78acc0536bca6750967b66dc18c7c88edc145be3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:55.148Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:55.499Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.18 [2025-06-03T02:11:55.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-03T02:11:55.499Z] 25da4d82ed7a: Preparing [2025-06-03T02:11:55.499Z] d0e0b9c916d7: Preparing [2025-06-03T02:11:55.499Z] b0539b7e95ba: Preparing [2025-06-03T02:11:55.499Z] 474d721b4e3d: Preparing [2025-06-03T02:11:55.499Z] cbacfa114eee: Preparing [2025-06-03T02:11:55.499Z] c74ed86e4dc0: Preparing [2025-06-03T02:11:55.499Z] 3aa71931e169: Preparing [2025-06-03T02:11:55.499Z] cbe0e31ad701: Preparing [2025-06-03T02:11:55.499Z] b58452d5dd55: Preparing [2025-06-03T02:11:55.499Z] 199d9df84c09: Preparing [2025-06-03T02:11:55.499Z] 4442103c87e7: Preparing [2025-06-03T02:11:55.499Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:55.499Z] b58452d5dd55: Waiting [2025-06-03T02:11:55.499Z] 199d9df84c09: Waiting [2025-06-03T02:11:55.499Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:55.499Z] 4442103c87e7: Waiting [2025-06-03T02:11:55.499Z] c74ed86e4dc0: Waiting [2025-06-03T02:11:55.499Z] 3aa71931e169: Waiting [2025-06-03T02:11:55.499Z] cbe0e31ad701: Waiting [2025-06-03T02:11:55.499Z] b0539b7e95ba: Layer already exists [2025-06-03T02:11:55.499Z] d0e0b9c916d7: Layer already exists [2025-06-03T02:11:55.499Z] 474d721b4e3d: Layer already exists [2025-06-03T02:11:55.499Z] cbacfa114eee: Layer already exists [2025-06-03T02:11:55.499Z] 25da4d82ed7a: Layer already exists [2025-06-03T02:11:55.499Z] c74ed86e4dc0: Layer already exists [2025-06-03T02:11:55.499Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:55.499Z] 199d9df84c09: Layer already exists [2025-06-03T02:11:55.499Z] 3aa71931e169: Layer already exists [2025-06-03T02:11:55.499Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:55.499Z] 4442103c87e7: Layer already exists [2025-06-03T02:11:55.499Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:55.764Z] 4.1.0-dev.18: digest: sha256:770c0cf07798fc690543c5e78acc0536bca6750967b66dc18c7c88edc145be3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:56.124Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:56.479Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:56.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-03T02:11:56.480Z] 25da4d82ed7a: Preparing [2025-06-03T02:11:56.480Z] d0e0b9c916d7: Preparing [2025-06-03T02:11:56.480Z] b0539b7e95ba: Preparing [2025-06-03T02:11:56.480Z] 474d721b4e3d: Preparing [2025-06-03T02:11:56.480Z] cbacfa114eee: Preparing [2025-06-03T02:11:56.480Z] c74ed86e4dc0: Preparing [2025-06-03T02:11:56.480Z] 3aa71931e169: Preparing [2025-06-03T02:11:56.480Z] cbe0e31ad701: Preparing [2025-06-03T02:11:56.480Z] b58452d5dd55: Preparing [2025-06-03T02:11:56.480Z] 199d9df84c09: Preparing [2025-06-03T02:11:56.480Z] 4442103c87e7: Preparing [2025-06-03T02:11:56.480Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:56.480Z] c74ed86e4dc0: Waiting [2025-06-03T02:11:56.480Z] 3aa71931e169: Waiting [2025-06-03T02:11:56.480Z] cbe0e31ad701: Waiting [2025-06-03T02:11:56.480Z] b58452d5dd55: Waiting [2025-06-03T02:11:56.480Z] 199d9df84c09: Waiting [2025-06-03T02:11:56.480Z] 4442103c87e7: Waiting [2025-06-03T02:11:56.480Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:56.480Z] cbacfa114eee: Layer already exists [2025-06-03T02:11:56.480Z] d0e0b9c916d7: Layer already exists [2025-06-03T02:11:56.480Z] 25da4d82ed7a: Layer already exists [2025-06-03T02:11:56.480Z] 474d721b4e3d: Layer already exists [2025-06-03T02:11:56.480Z] b0539b7e95ba: Layer already exists [2025-06-03T02:11:56.480Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:56.480Z] c74ed86e4dc0: Layer already exists [2025-06-03T02:11:56.480Z] 199d9df84c09: Layer already exists [2025-06-03T02:11:56.480Z] 3aa71931e169: Layer already exists [2025-06-03T02:11:56.480Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:56.480Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:56.480Z] 4442103c87e7: Layer already exists [2025-06-03T02:11:56.745Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:770c0cf07798fc690543c5e78acc0536bca6750967b66dc18c7c88edc145be3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:57.093Z] + 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-03T02:11:57.446Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-03T02:11:57.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-03T02:11:57.446Z] 25da4d82ed7a: Preparing [2025-06-03T02:11:57.446Z] d0e0b9c916d7: Preparing [2025-06-03T02:11:57.446Z] b0539b7e95ba: Preparing [2025-06-03T02:11:57.446Z] 474d721b4e3d: Preparing [2025-06-03T02:11:57.446Z] cbacfa114eee: Preparing [2025-06-03T02:11:57.446Z] c74ed86e4dc0: Preparing [2025-06-03T02:11:57.446Z] 3aa71931e169: Preparing [2025-06-03T02:11:57.446Z] cbe0e31ad701: Preparing [2025-06-03T02:11:57.446Z] b58452d5dd55: Preparing [2025-06-03T02:11:57.446Z] 199d9df84c09: Preparing [2025-06-03T02:11:57.446Z] 4442103c87e7: Preparing [2025-06-03T02:11:57.446Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:57.446Z] c74ed86e4dc0: Waiting [2025-06-03T02:11:57.446Z] 3aa71931e169: Waiting [2025-06-03T02:11:57.446Z] cbe0e31ad701: Waiting [2025-06-03T02:11:57.446Z] b58452d5dd55: Waiting [2025-06-03T02:11:57.446Z] 199d9df84c09: Waiting [2025-06-03T02:11:57.446Z] 4442103c87e7: Waiting [2025-06-03T02:11:57.446Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:57.446Z] b0539b7e95ba: Layer already exists [2025-06-03T02:11:57.446Z] 474d721b4e3d: Layer already exists [2025-06-03T02:11:57.446Z] cbacfa114eee: Layer already exists [2025-06-03T02:11:57.446Z] d0e0b9c916d7: Layer already exists [2025-06-03T02:11:57.446Z] 25da4d82ed7a: Layer already exists [2025-06-03T02:11:57.446Z] 3aa71931e169: Layer already exists [2025-06-03T02:11:57.446Z] c74ed86e4dc0: Layer already exists [2025-06-03T02:11:57.446Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:57.446Z] 199d9df84c09: Layer already exists [2025-06-03T02:11:57.446Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:57.446Z] 4442103c87e7: Layer already exists [2025-06-03T02:11:57.446Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:57.710Z] main: digest: sha256:770c0cf07798fc690543c5e78acc0536bca6750967b66dc18c7c88edc145be3a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:11:57.792Z] ===================================================== [Pipeline] echo [2025-06-03T02:11:57.806Z] taggedImages: [2025-06-03T02:11:57.806Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:57.806Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-03T02:11:57.806Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.18 [2025-06-03T02:11:57.806Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:57.806Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-03T02:11:57.835Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-03T02:11:57.835Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:57.835Z] latest [2025-06-03T02:11:57.835Z] 4.1.0-dev.18 [2025-06-03T02:11:57.835Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:11:57.835Z] main [2025-06-03T02:11:57.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:58.247Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:11:58.605Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:11:58.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-03T02:11:58.605Z] 61c6ba0c2738: Preparing [2025-06-03T02:11:58.605Z] 8441c9a41d1b: Preparing [2025-06-03T02:11:58.605Z] cbe0e31ad701: Preparing [2025-06-03T02:11:58.605Z] b58452d5dd55: Preparing [2025-06-03T02:11:58.605Z] 489932e552f7: Preparing [2025-06-03T02:11:58.605Z] 6773df00ec55: Preparing [2025-06-03T02:11:58.605Z] dd9c8f8612c8: Preparing [2025-06-03T02:11:58.605Z] 6773df00ec55: Waiting [2025-06-03T02:11:58.605Z] dd9c8f8612c8: Waiting [2025-06-03T02:11:58.886Z] cbe0e31ad701: Layer already exists [2025-06-03T02:11:58.886Z] b58452d5dd55: Layer already exists [2025-06-03T02:11:58.886Z] 489932e552f7: Pushed [2025-06-03T02:11:58.886Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:11:58.886Z] 61c6ba0c2738: Pushed [2025-06-03T02:12:00.886Z] 6773df00ec55: Pushed [2025-06-03T02:12:06.221Z] 8441c9a41d1b: Pushed [2025-06-03T02:12:06.221Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:eb77d5713e359963ffcad5e45d6d1aaea0bc7d56c64a1075606b8636615cd3b2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:06.576Z] + 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-03T02:12:06.924Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-03T02:12:06.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-03T02:12:06.924Z] 61c6ba0c2738: Preparing [2025-06-03T02:12:06.924Z] 8441c9a41d1b: Preparing [2025-06-03T02:12:06.924Z] cbe0e31ad701: Preparing [2025-06-03T02:12:06.924Z] b58452d5dd55: Preparing [2025-06-03T02:12:06.924Z] 489932e552f7: Preparing [2025-06-03T02:12:06.924Z] 6773df00ec55: Preparing [2025-06-03T02:12:06.924Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:06.924Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:06.924Z] 6773df00ec55: Waiting [2025-06-03T02:12:06.924Z] 489932e552f7: Layer already exists [2025-06-03T02:12:06.924Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:06.924Z] 8441c9a41d1b: Layer already exists [2025-06-03T02:12:06.924Z] 61c6ba0c2738: Layer already exists [2025-06-03T02:12:06.924Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:06.924Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:06.924Z] 6773df00ec55: Layer already exists [2025-06-03T02:12:07.188Z] latest: digest: sha256:eb77d5713e359963ffcad5e45d6d1aaea0bc7d56c64a1075606b8636615cd3b2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:07.531Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:07.881Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.18 [2025-06-03T02:12:07.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-03T02:12:07.881Z] 61c6ba0c2738: Preparing [2025-06-03T02:12:07.881Z] 8441c9a41d1b: Preparing [2025-06-03T02:12:07.881Z] cbe0e31ad701: Preparing [2025-06-03T02:12:07.882Z] b58452d5dd55: Preparing [2025-06-03T02:12:07.882Z] 489932e552f7: Preparing [2025-06-03T02:12:07.882Z] 6773df00ec55: Preparing [2025-06-03T02:12:07.882Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:07.882Z] 6773df00ec55: Waiting [2025-06-03T02:12:07.882Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:07.882Z] 61c6ba0c2738: Layer already exists [2025-06-03T02:12:07.882Z] 489932e552f7: Layer already exists [2025-06-03T02:12:07.882Z] 8441c9a41d1b: Layer already exists [2025-06-03T02:12:07.882Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:07.882Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:07.882Z] 6773df00ec55: Layer already exists [2025-06-03T02:12:07.882Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:07.882Z] 4.1.0-dev.18: digest: sha256:eb77d5713e359963ffcad5e45d6d1aaea0bc7d56c64a1075606b8636615cd3b2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:08.503Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:08.854Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:12:08.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-03T02:12:08.854Z] 61c6ba0c2738: Preparing [2025-06-03T02:12:08.854Z] 8441c9a41d1b: Preparing [2025-06-03T02:12:08.854Z] cbe0e31ad701: Preparing [2025-06-03T02:12:08.854Z] b58452d5dd55: Preparing [2025-06-03T02:12:08.854Z] 489932e552f7: Preparing [2025-06-03T02:12:08.854Z] 6773df00ec55: Preparing [2025-06-03T02:12:08.854Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:08.854Z] 6773df00ec55: Waiting [2025-06-03T02:12:08.854Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:08.854Z] 8441c9a41d1b: Layer already exists [2025-06-03T02:12:08.854Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:08.854Z] 61c6ba0c2738: Layer already exists [2025-06-03T02:12:08.854Z] 489932e552f7: Layer already exists [2025-06-03T02:12:08.854Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:08.854Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:08.854Z] 6773df00ec55: Layer already exists [2025-06-03T02:12:09.119Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:eb77d5713e359963ffcad5e45d6d1aaea0bc7d56c64a1075606b8636615cd3b2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:09.482Z] + 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-03T02:12:09.834Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-03T02:12:09.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-03T02:12:09.834Z] 61c6ba0c2738: Preparing [2025-06-03T02:12:09.834Z] 8441c9a41d1b: Preparing [2025-06-03T02:12:09.834Z] cbe0e31ad701: Preparing [2025-06-03T02:12:09.834Z] b58452d5dd55: Preparing [2025-06-03T02:12:09.834Z] 489932e552f7: Preparing [2025-06-03T02:12:09.834Z] 6773df00ec55: Preparing [2025-06-03T02:12:09.834Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:09.834Z] 6773df00ec55: Waiting [2025-06-03T02:12:09.834Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:09.834Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:09.834Z] 8441c9a41d1b: Layer already exists [2025-06-03T02:12:09.834Z] 489932e552f7: Layer already exists [2025-06-03T02:12:09.834Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:09.834Z] 61c6ba0c2738: Layer already exists [2025-06-03T02:12:09.834Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:09.834Z] 6773df00ec55: Layer already exists [2025-06-03T02:12:10.097Z] main: digest: sha256:eb77d5713e359963ffcad5e45d6d1aaea0bc7d56c64a1075606b8636615cd3b2 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:12:10.188Z] ===================================================== [Pipeline] echo [2025-06-03T02:12:10.204Z] taggedImages: [2025-06-03T02:12:10.204Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:12:10.204Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-03T02:12:10.204Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.18 [2025-06-03T02:12:10.204Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:12:10.204Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-03T02:12:10.235Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-03T02:12:10.235Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:12:10.235Z] latest [2025-06-03T02:12:10.235Z] 4.1.0-dev.18 [2025-06-03T02:12:10.235Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:12:10.235Z] main [2025-06-03T02:12:10.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:10.610Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:10.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:12:10.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-03T02:12:10.963Z] f1104eaad3c9: Preparing [2025-06-03T02:12:10.963Z] 2044caf7d097: Preparing [2025-06-03T02:12:10.963Z] 7a3f82674db7: Preparing [2025-06-03T02:12:10.963Z] cbe0e31ad701: Preparing [2025-06-03T02:12:10.963Z] b58452d5dd55: Preparing [2025-06-03T02:12:10.963Z] f5a21151a9a5: Preparing [2025-06-03T02:12:10.963Z] 6925589c679e: Preparing [2025-06-03T02:12:10.963Z] a275e6f117fa: Preparing [2025-06-03T02:12:10.963Z] fb9e9eb31f49: Preparing [2025-06-03T02:12:10.963Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:10.963Z] f5a21151a9a5: Waiting [2025-06-03T02:12:10.963Z] 6925589c679e: Waiting [2025-06-03T02:12:10.963Z] a275e6f117fa: Waiting [2025-06-03T02:12:10.963Z] fb9e9eb31f49: Waiting [2025-06-03T02:12:10.963Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:10.963Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:11.228Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:11.228Z] 7a3f82674db7: Pushed [2025-06-03T02:12:11.228Z] 2044caf7d097: Pushed [2025-06-03T02:12:11.228Z] f1104eaad3c9: Pushed [2025-06-03T02:12:11.228Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:11.228Z] a275e6f117fa: Pushed [2025-06-03T02:12:12.185Z] fb9e9eb31f49: Pushed [2025-06-03T02:12:22.222Z] 6925589c679e: Pushed [2025-06-03T02:12:37.169Z] f5a21151a9a5: Pushed [2025-06-03T02:12:37.169Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:34df10dac98d8aa92a7e894a8484bff136829a0bfb87fd4a91b69bc5bfc899e1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:37.528Z] + 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-03T02:12:37.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-03T02:12:37.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-03T02:12:37.875Z] f1104eaad3c9: Preparing [2025-06-03T02:12:37.875Z] 2044caf7d097: Preparing [2025-06-03T02:12:37.875Z] 7a3f82674db7: Preparing [2025-06-03T02:12:37.875Z] cbe0e31ad701: Preparing [2025-06-03T02:12:37.875Z] b58452d5dd55: Preparing [2025-06-03T02:12:37.875Z] f5a21151a9a5: Preparing [2025-06-03T02:12:37.875Z] 6925589c679e: Preparing [2025-06-03T02:12:37.875Z] a275e6f117fa: Preparing [2025-06-03T02:12:37.875Z] fb9e9eb31f49: Preparing [2025-06-03T02:12:37.875Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:37.875Z] a275e6f117fa: Waiting [2025-06-03T02:12:37.875Z] fb9e9eb31f49: Waiting [2025-06-03T02:12:37.875Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:37.875Z] f5a21151a9a5: Waiting [2025-06-03T02:12:37.875Z] 6925589c679e: Waiting [2025-06-03T02:12:37.875Z] 7a3f82674db7: Layer already exists [2025-06-03T02:12:37.875Z] f1104eaad3c9: Layer already exists [2025-06-03T02:12:37.875Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:37.875Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:37.875Z] 2044caf7d097: Layer already exists [2025-06-03T02:12:37.875Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:12:37.875Z] f5a21151a9a5: Layer already exists [2025-06-03T02:12:37.875Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:37.875Z] 6925589c679e: Layer already exists [2025-06-03T02:12:37.875Z] a275e6f117fa: Layer already exists [2025-06-03T02:12:38.140Z] latest: digest: sha256:34df10dac98d8aa92a7e894a8484bff136829a0bfb87fd4a91b69bc5bfc899e1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:38.499Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:38.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.18 [2025-06-03T02:12:38.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-03T02:12:38.849Z] f1104eaad3c9: Preparing [2025-06-03T02:12:38.849Z] 2044caf7d097: Preparing [2025-06-03T02:12:38.849Z] 7a3f82674db7: Preparing [2025-06-03T02:12:38.849Z] cbe0e31ad701: Preparing [2025-06-03T02:12:38.849Z] b58452d5dd55: Preparing [2025-06-03T02:12:38.849Z] f5a21151a9a5: Preparing [2025-06-03T02:12:38.849Z] 6925589c679e: Preparing [2025-06-03T02:12:38.849Z] a275e6f117fa: Preparing [2025-06-03T02:12:38.849Z] fb9e9eb31f49: Preparing [2025-06-03T02:12:38.849Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:38.849Z] 6925589c679e: Waiting [2025-06-03T02:12:38.849Z] a275e6f117fa: Waiting [2025-06-03T02:12:38.849Z] fb9e9eb31f49: Waiting [2025-06-03T02:12:38.849Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:38.849Z] f5a21151a9a5: Waiting [2025-06-03T02:12:38.849Z] f1104eaad3c9: Layer already exists [2025-06-03T02:12:38.849Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:38.849Z] 2044caf7d097: Layer already exists [2025-06-03T02:12:38.849Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:38.849Z] 7a3f82674db7: Layer already exists [2025-06-03T02:12:38.849Z] a275e6f117fa: Layer already exists [2025-06-03T02:12:38.849Z] f5a21151a9a5: Layer already exists [2025-06-03T02:12:38.849Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:38.849Z] 6925589c679e: Layer already exists [2025-06-03T02:12:38.849Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:12:39.113Z] 4.1.0-dev.18: digest: sha256:34df10dac98d8aa92a7e894a8484bff136829a0bfb87fd4a91b69bc5bfc899e1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:39.466Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:40.382Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:12:40.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-03T02:12:40.382Z] f1104eaad3c9: Preparing [2025-06-03T02:12:40.382Z] 2044caf7d097: Preparing [2025-06-03T02:12:40.382Z] 7a3f82674db7: Preparing [2025-06-03T02:12:40.382Z] cbe0e31ad701: Preparing [2025-06-03T02:12:40.382Z] b58452d5dd55: Preparing [2025-06-03T02:12:40.382Z] f5a21151a9a5: Preparing [2025-06-03T02:12:40.382Z] 6925589c679e: Preparing [2025-06-03T02:12:40.382Z] a275e6f117fa: Preparing [2025-06-03T02:12:40.382Z] fb9e9eb31f49: Preparing [2025-06-03T02:12:40.382Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:40.382Z] f5a21151a9a5: Waiting [2025-06-03T02:12:40.382Z] 6925589c679e: Waiting [2025-06-03T02:12:40.382Z] a275e6f117fa: Waiting [2025-06-03T02:12:40.382Z] fb9e9eb31f49: Waiting [2025-06-03T02:12:40.382Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:40.382Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:40.382Z] f1104eaad3c9: Layer already exists [2025-06-03T02:12:40.382Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:40.382Z] 7a3f82674db7: Layer already exists [2025-06-03T02:12:40.382Z] 2044caf7d097: Layer already exists [2025-06-03T02:12:40.382Z] a275e6f117fa: Layer already exists [2025-06-03T02:12:40.382Z] 6925589c679e: Layer already exists [2025-06-03T02:12:40.382Z] f5a21151a9a5: Layer already exists [2025-06-03T02:12:40.382Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:40.382Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:12:40.382Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:34df10dac98d8aa92a7e894a8484bff136829a0bfb87fd4a91b69bc5bfc899e1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:40.990Z] + 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-03T02:12:41.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-03T02:12:41.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-03T02:12:41.339Z] f1104eaad3c9: Preparing [2025-06-03T02:12:41.339Z] 2044caf7d097: Preparing [2025-06-03T02:12:41.339Z] 7a3f82674db7: Preparing [2025-06-03T02:12:41.339Z] cbe0e31ad701: Preparing [2025-06-03T02:12:41.339Z] b58452d5dd55: Preparing [2025-06-03T02:12:41.339Z] f5a21151a9a5: Preparing [2025-06-03T02:12:41.339Z] 6925589c679e: Preparing [2025-06-03T02:12:41.339Z] a275e6f117fa: Preparing [2025-06-03T02:12:41.339Z] fb9e9eb31f49: Preparing [2025-06-03T02:12:41.339Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:41.339Z] 6925589c679e: Waiting [2025-06-03T02:12:41.339Z] a275e6f117fa: Waiting [2025-06-03T02:12:41.339Z] fb9e9eb31f49: Waiting [2025-06-03T02:12:41.339Z] dd9c8f8612c8: Waiting [2025-06-03T02:12:41.339Z] f5a21151a9a5: Waiting [2025-06-03T02:12:41.339Z] 7a3f82674db7: Layer already exists [2025-06-03T02:12:41.339Z] 2044caf7d097: Layer already exists [2025-06-03T02:12:41.339Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:41.339Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:41.339Z] f1104eaad3c9: Layer already exists [2025-06-03T02:12:41.339Z] a275e6f117fa: Layer already exists [2025-06-03T02:12:41.339Z] f5a21151a9a5: Layer already exists [2025-06-03T02:12:41.339Z] 6925589c679e: Layer already exists [2025-06-03T02:12:41.339Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:12:41.339Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:41.604Z] main: digest: sha256:34df10dac98d8aa92a7e894a8484bff136829a0bfb87fd4a91b69bc5bfc899e1 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:12:41.697Z] ===================================================== [Pipeline] echo [2025-06-03T02:12:41.708Z] taggedImages: [2025-06-03T02:12:41.708Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:12:41.708Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-03T02:12:41.708Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.18 [2025-06-03T02:12:41.708Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:12:41.708Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-03T02:12:41.730Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-03T02:12:41.730Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:12:41.730Z] latest [2025-06-03T02:12:41.730Z] 4.1.0-dev.18 [2025-06-03T02:12:41.730Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:12:41.730Z] main [2025-06-03T02:12:41.730Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:42.106Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:12:42.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:12:42.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-03T02:12:42.528Z] dc269590aeb4: Preparing [2025-06-03T02:12:42.528Z] 46811ea6cbb8: Preparing [2025-06-03T02:12:42.528Z] 60ca6d5805ed: Preparing [2025-06-03T02:12:42.528Z] cbe0e31ad701: Preparing [2025-06-03T02:12:42.528Z] b58452d5dd55: Preparing [2025-06-03T02:12:42.528Z] 7e2402bb5f6f: Preparing [2025-06-03T02:12:42.528Z] 2c83bd9289ed: Preparing [2025-06-03T02:12:42.528Z] 9bfe7bc424fc: Preparing [2025-06-03T02:12:42.528Z] dd9c8f8612c8: Preparing [2025-06-03T02:12:42.528Z] 7e2402bb5f6f: Waiting [2025-06-03T02:12:42.528Z] 2c83bd9289ed: Waiting [2025-06-03T02:12:42.528Z] b58452d5dd55: Layer already exists [2025-06-03T02:12:42.528Z] cbe0e31ad701: Layer already exists [2025-06-03T02:12:42.797Z] 46811ea6cbb8: Pushed [2025-06-03T02:12:42.797Z] dc269590aeb4: Pushed [2025-06-03T02:12:42.797Z] 60ca6d5805ed: Pushed [2025-06-03T02:12:42.797Z] 2c83bd9289ed: Pushed [2025-06-03T02:12:42.797Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:12:43.378Z] 9bfe7bc424fc: Pushed [2025-06-03T02:13:10.049Z] 7e2402bb5f6f: Pushed [2025-06-03T02:13:10.049Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:f92b3ef3c16850b9315f931542447fbae03d3a633d77b1f23714f76c1cfb4eaf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:10.403Z] + 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-03T02:13:10.744Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-03T02:13:10.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-03T02:13:10.744Z] dc269590aeb4: Preparing [2025-06-03T02:13:10.744Z] 46811ea6cbb8: Preparing [2025-06-03T02:13:10.744Z] 60ca6d5805ed: Preparing [2025-06-03T02:13:10.744Z] cbe0e31ad701: Preparing [2025-06-03T02:13:10.744Z] b58452d5dd55: Preparing [2025-06-03T02:13:10.744Z] 7e2402bb5f6f: Preparing [2025-06-03T02:13:10.744Z] 2c83bd9289ed: Preparing [2025-06-03T02:13:10.744Z] 9bfe7bc424fc: Preparing [2025-06-03T02:13:10.744Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:10.744Z] 7e2402bb5f6f: Waiting [2025-06-03T02:13:10.744Z] 2c83bd9289ed: Waiting [2025-06-03T02:13:10.744Z] 9bfe7bc424fc: Waiting [2025-06-03T02:13:10.744Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:10.744Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:10.744Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:10.744Z] dc269590aeb4: Layer already exists [2025-06-03T02:13:10.744Z] 46811ea6cbb8: Layer already exists [2025-06-03T02:13:10.744Z] 60ca6d5805ed: Layer already exists [2025-06-03T02:13:10.744Z] 2c83bd9289ed: Layer already exists [2025-06-03T02:13:10.744Z] 9bfe7bc424fc: Layer already exists [2025-06-03T02:13:10.744Z] 7e2402bb5f6f: Layer already exists [2025-06-03T02:13:10.744Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:11.008Z] latest: digest: sha256:f92b3ef3c16850b9315f931542447fbae03d3a633d77b1f23714f76c1cfb4eaf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:11.347Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:11.697Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.18 [2025-06-03T02:13:11.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-03T02:13:11.697Z] dc269590aeb4: Preparing [2025-06-03T02:13:11.697Z] 46811ea6cbb8: Preparing [2025-06-03T02:13:11.697Z] 60ca6d5805ed: Preparing [2025-06-03T02:13:11.697Z] cbe0e31ad701: Preparing [2025-06-03T02:13:11.697Z] b58452d5dd55: Preparing [2025-06-03T02:13:11.697Z] 7e2402bb5f6f: Preparing [2025-06-03T02:13:11.697Z] 2c83bd9289ed: Preparing [2025-06-03T02:13:11.697Z] 9bfe7bc424fc: Preparing [2025-06-03T02:13:11.697Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:11.697Z] 7e2402bb5f6f: Waiting [2025-06-03T02:13:11.697Z] 2c83bd9289ed: Waiting [2025-06-03T02:13:11.697Z] 9bfe7bc424fc: Waiting [2025-06-03T02:13:11.697Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:11.697Z] dc269590aeb4: Layer already exists [2025-06-03T02:13:11.697Z] 60ca6d5805ed: Layer already exists [2025-06-03T02:13:11.697Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:11.697Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:11.697Z] 46811ea6cbb8: Layer already exists [2025-06-03T02:13:11.697Z] 7e2402bb5f6f: Layer already exists [2025-06-03T02:13:11.697Z] 2c83bd9289ed: Layer already exists [2025-06-03T02:13:11.697Z] 9bfe7bc424fc: Layer already exists [2025-06-03T02:13:11.697Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:11.960Z] 4.1.0-dev.18: digest: sha256:f92b3ef3c16850b9315f931542447fbae03d3a633d77b1f23714f76c1cfb4eaf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:12.314Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:12.664Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:12.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-03T02:13:12.664Z] dc269590aeb4: Preparing [2025-06-03T02:13:12.664Z] 46811ea6cbb8: Preparing [2025-06-03T02:13:12.664Z] 60ca6d5805ed: Preparing [2025-06-03T02:13:12.664Z] cbe0e31ad701: Preparing [2025-06-03T02:13:12.664Z] b58452d5dd55: Preparing [2025-06-03T02:13:12.664Z] 7e2402bb5f6f: Preparing [2025-06-03T02:13:12.664Z] 2c83bd9289ed: Preparing [2025-06-03T02:13:12.664Z] 7e2402bb5f6f: Waiting [2025-06-03T02:13:12.664Z] 9bfe7bc424fc: Preparing [2025-06-03T02:13:12.664Z] 2c83bd9289ed: Waiting [2025-06-03T02:13:12.664Z] 9bfe7bc424fc: Waiting [2025-06-03T02:13:12.664Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:12.664Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:12.664Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:12.664Z] 46811ea6cbb8: Layer already exists [2025-06-03T02:13:12.664Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:12.664Z] dc269590aeb4: Layer already exists [2025-06-03T02:13:12.664Z] 60ca6d5805ed: Layer already exists [2025-06-03T02:13:12.664Z] 2c83bd9289ed: Layer already exists [2025-06-03T02:13:12.664Z] 9bfe7bc424fc: Layer already exists [2025-06-03T02:13:12.664Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:12.664Z] 7e2402bb5f6f: Layer already exists [2025-06-03T02:13:12.929Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:f92b3ef3c16850b9315f931542447fbae03d3a633d77b1f23714f76c1cfb4eaf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:13.279Z] + 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-03T02:13:13.633Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-03T02:13:13.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-03T02:13:13.633Z] dc269590aeb4: Preparing [2025-06-03T02:13:13.633Z] 46811ea6cbb8: Preparing [2025-06-03T02:13:13.633Z] 60ca6d5805ed: Preparing [2025-06-03T02:13:13.633Z] cbe0e31ad701: Preparing [2025-06-03T02:13:13.633Z] b58452d5dd55: Preparing [2025-06-03T02:13:13.633Z] 7e2402bb5f6f: Preparing [2025-06-03T02:13:13.633Z] 2c83bd9289ed: Preparing [2025-06-03T02:13:13.633Z] 9bfe7bc424fc: Preparing [2025-06-03T02:13:13.633Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:13.633Z] 7e2402bb5f6f: Waiting [2025-06-03T02:13:13.633Z] 2c83bd9289ed: Waiting [2025-06-03T02:13:13.633Z] 9bfe7bc424fc: Waiting [2025-06-03T02:13:13.633Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:13.633Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:13.633Z] dc269590aeb4: Layer already exists [2025-06-03T02:13:13.633Z] 60ca6d5805ed: Layer already exists [2025-06-03T02:13:13.633Z] 46811ea6cbb8: Layer already exists [2025-06-03T02:13:13.633Z] 2c83bd9289ed: Layer already exists [2025-06-03T02:13:13.633Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:13.633Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:13.633Z] 9bfe7bc424fc: Layer already exists [2025-06-03T02:13:13.633Z] 7e2402bb5f6f: Layer already exists [2025-06-03T02:13:13.897Z] main: digest: sha256:f92b3ef3c16850b9315f931542447fbae03d3a633d77b1f23714f76c1cfb4eaf size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:13:13.977Z] ===================================================== [Pipeline] echo [2025-06-03T02:13:13.995Z] taggedImages: [2025-06-03T02:13:13.995Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:13.995Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-03T02:13:13.995Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.18 [2025-06-03T02:13:13.995Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:13.995Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-03T02:13:14.037Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-03T02:13:14.037Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:14.037Z] latest [2025-06-03T02:13:14.037Z] 4.1.0-dev.18 [2025-06-03T02:13:14.037Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:14.037Z] main [2025-06-03T02:13:14.037Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:14.399Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:14.747Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:14.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-03T02:13:14.747Z] f1104eaad3c9: Preparing [2025-06-03T02:13:14.747Z] 2f27e15969bb: Preparing [2025-06-03T02:13:14.747Z] 403c000874a4: Preparing [2025-06-03T02:13:14.747Z] cbe0e31ad701: Preparing [2025-06-03T02:13:14.747Z] b58452d5dd55: Preparing [2025-06-03T02:13:14.747Z] 0eada29b64e6: Preparing [2025-06-03T02:13:14.747Z] a275e6f117fa: Preparing [2025-06-03T02:13:14.747Z] fb9e9eb31f49: Preparing [2025-06-03T02:13:14.747Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:14.747Z] fb9e9eb31f49: Waiting [2025-06-03T02:13:14.747Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:14.747Z] 0eada29b64e6: Waiting [2025-06-03T02:13:14.747Z] a275e6f117fa: Waiting [2025-06-03T02:13:14.747Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:14.747Z] f1104eaad3c9: Layer already exists [2025-06-03T02:13:14.747Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:14.747Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:13:15.010Z] a275e6f117fa: Layer already exists [2025-06-03T02:13:15.011Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:15.011Z] 2f27e15969bb: Pushed [2025-06-03T02:13:15.011Z] 403c000874a4: Pushed [2025-06-03T02:13:41.640Z] 0eada29b64e6: Pushed [2025-06-03T02:13:41.640Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:69b2d599d232b3665c9bf704691e00144cf9a998600515c10e426c49c9b33482 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:41.991Z] + 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-03T02:13:42.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-03T02:13:42.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-03T02:13:42.339Z] f1104eaad3c9: Preparing [2025-06-03T02:13:42.339Z] 2f27e15969bb: Preparing [2025-06-03T02:13:42.339Z] 403c000874a4: Preparing [2025-06-03T02:13:42.339Z] cbe0e31ad701: Preparing [2025-06-03T02:13:42.339Z] b58452d5dd55: Preparing [2025-06-03T02:13:42.339Z] 0eada29b64e6: Preparing [2025-06-03T02:13:42.339Z] a275e6f117fa: Preparing [2025-06-03T02:13:42.339Z] fb9e9eb31f49: Preparing [2025-06-03T02:13:42.339Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:42.339Z] a275e6f117fa: Waiting [2025-06-03T02:13:42.339Z] fb9e9eb31f49: Waiting [2025-06-03T02:13:42.339Z] 0eada29b64e6: Waiting [2025-06-03T02:13:42.339Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:42.339Z] 403c000874a4: Layer already exists [2025-06-03T02:13:42.339Z] f1104eaad3c9: Layer already exists [2025-06-03T02:13:42.339Z] 2f27e15969bb: Layer already exists [2025-06-03T02:13:42.339Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:42.339Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:13:42.339Z] a275e6f117fa: Layer already exists [2025-06-03T02:13:42.339Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:42.339Z] 0eada29b64e6: Layer already exists [2025-06-03T02:13:42.603Z] latest: digest: sha256:69b2d599d232b3665c9bf704691e00144cf9a998600515c10e426c49c9b33482 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:42.947Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:43.307Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.18 [2025-06-03T02:13:43.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-03T02:13:43.307Z] f1104eaad3c9: Preparing [2025-06-03T02:13:43.307Z] 2f27e15969bb: Preparing [2025-06-03T02:13:43.307Z] 403c000874a4: Preparing [2025-06-03T02:13:43.307Z] cbe0e31ad701: Preparing [2025-06-03T02:13:43.307Z] b58452d5dd55: Preparing [2025-06-03T02:13:43.307Z] 0eada29b64e6: Preparing [2025-06-03T02:13:43.307Z] a275e6f117fa: Preparing [2025-06-03T02:13:43.307Z] 0eada29b64e6: Waiting [2025-06-03T02:13:43.307Z] fb9e9eb31f49: Preparing [2025-06-03T02:13:43.307Z] a275e6f117fa: Waiting [2025-06-03T02:13:43.307Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:43.307Z] fb9e9eb31f49: Waiting [2025-06-03T02:13:43.307Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:43.307Z] 403c000874a4: Layer already exists [2025-06-03T02:13:43.307Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:43.307Z] f1104eaad3c9: Layer already exists [2025-06-03T02:13:43.307Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:43.307Z] 2f27e15969bb: Layer already exists [2025-06-03T02:13:43.307Z] a275e6f117fa: Layer already exists [2025-06-03T02:13:43.307Z] 0eada29b64e6: Layer already exists [2025-06-03T02:13:43.307Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:13:43.307Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:43.307Z] 4.1.0-dev.18: digest: sha256:69b2d599d232b3665c9bf704691e00144cf9a998600515c10e426c49c9b33482 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:43.927Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:44.273Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:44.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-03T02:13:44.273Z] f1104eaad3c9: Preparing [2025-06-03T02:13:44.273Z] 2f27e15969bb: Preparing [2025-06-03T02:13:44.273Z] 403c000874a4: Preparing [2025-06-03T02:13:44.273Z] cbe0e31ad701: Preparing [2025-06-03T02:13:44.273Z] b58452d5dd55: Preparing [2025-06-03T02:13:44.273Z] 0eada29b64e6: Preparing [2025-06-03T02:13:44.273Z] a275e6f117fa: Preparing [2025-06-03T02:13:44.273Z] fb9e9eb31f49: Preparing [2025-06-03T02:13:44.273Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:44.273Z] a275e6f117fa: Waiting [2025-06-03T02:13:44.273Z] fb9e9eb31f49: Waiting [2025-06-03T02:13:44.273Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:44.274Z] 0eada29b64e6: Waiting [2025-06-03T02:13:44.274Z] 2f27e15969bb: Layer already exists [2025-06-03T02:13:44.274Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:44.274Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:44.274Z] f1104eaad3c9: Layer already exists [2025-06-03T02:13:44.274Z] 403c000874a4: Layer already exists [2025-06-03T02:13:44.274Z] a275e6f117fa: Layer already exists [2025-06-03T02:13:44.274Z] 0eada29b64e6: Layer already exists [2025-06-03T02:13:44.274Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:13:44.274Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:44.538Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:69b2d599d232b3665c9bf704691e00144cf9a998600515c10e426c49c9b33482 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:44.887Z] + 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-03T02:13:45.228Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-03T02:13:45.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-03T02:13:45.228Z] f1104eaad3c9: Preparing [2025-06-03T02:13:45.228Z] 2f27e15969bb: Preparing [2025-06-03T02:13:45.228Z] 403c000874a4: Preparing [2025-06-03T02:13:45.228Z] cbe0e31ad701: Preparing [2025-06-03T02:13:45.228Z] b58452d5dd55: Preparing [2025-06-03T02:13:45.228Z] 0eada29b64e6: Preparing [2025-06-03T02:13:45.228Z] a275e6f117fa: Preparing [2025-06-03T02:13:45.228Z] fb9e9eb31f49: Preparing [2025-06-03T02:13:45.228Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:45.228Z] a275e6f117fa: Waiting [2025-06-03T02:13:45.228Z] fb9e9eb31f49: Waiting [2025-06-03T02:13:45.228Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:45.228Z] 0eada29b64e6: Waiting [2025-06-03T02:13:45.228Z] 403c000874a4: Layer already exists [2025-06-03T02:13:45.228Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:45.228Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:45.228Z] 2f27e15969bb: Layer already exists [2025-06-03T02:13:45.228Z] f1104eaad3c9: Layer already exists [2025-06-03T02:13:45.228Z] 0eada29b64e6: Layer already exists [2025-06-03T02:13:45.228Z] a275e6f117fa: Layer already exists [2025-06-03T02:13:45.228Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:45.228Z] fb9e9eb31f49: Layer already exists [2025-06-03T02:13:45.492Z] main: digest: sha256:69b2d599d232b3665c9bf704691e00144cf9a998600515c10e426c49c9b33482 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:13:45.570Z] ===================================================== [Pipeline] echo [2025-06-03T02:13:45.585Z] taggedImages: [2025-06-03T02:13:45.585Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:45.585Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-03T02:13:45.585Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.18 [2025-06-03T02:13:45.585Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:45.585Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-03T02:13:45.615Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-03T02:13:45.615Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:45.615Z] latest [2025-06-03T02:13:45.615Z] 4.1.0-dev.18 [2025-06-03T02:13:45.615Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:45.615Z] main [2025-06-03T02:13:45.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:45.991Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:46.338Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:46.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-03T02:13:46.338Z] 4fcae4c1c371: Preparing [2025-06-03T02:13:46.338Z] ccf017c7d053: Preparing [2025-06-03T02:13:46.338Z] cbe0e31ad701: Preparing [2025-06-03T02:13:46.338Z] b58452d5dd55: Preparing [2025-06-03T02:13:46.338Z] c4b269a0e204: Preparing [2025-06-03T02:13:46.338Z] ae463b1e875b: Preparing [2025-06-03T02:13:46.338Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:46.338Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:46.338Z] ae463b1e875b: Waiting [2025-06-03T02:13:46.338Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:46.338Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:46.603Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:46.603Z] c4b269a0e204: Pushed [2025-06-03T02:13:46.603Z] 4fcae4c1c371: Pushed [2025-06-03T02:13:48.008Z] ae463b1e875b: Pushed [2025-06-03T02:13:54.763Z] ccf017c7d053: Pushed [2025-06-03T02:13:54.763Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:fa913556f345962857bb8c8d788e492736df94b6eff9255f20e0f11809046a82 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:55.139Z] + 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-03T02:13:55.485Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-03T02:13:55.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-03T02:13:55.485Z] 4fcae4c1c371: Preparing [2025-06-03T02:13:55.485Z] ccf017c7d053: Preparing [2025-06-03T02:13:55.485Z] cbe0e31ad701: Preparing [2025-06-03T02:13:55.485Z] b58452d5dd55: Preparing [2025-06-03T02:13:55.485Z] c4b269a0e204: Preparing [2025-06-03T02:13:55.485Z] ae463b1e875b: Preparing [2025-06-03T02:13:55.485Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:55.485Z] ae463b1e875b: Waiting [2025-06-03T02:13:55.485Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:55.485Z] ccf017c7d053: Layer already exists [2025-06-03T02:13:55.485Z] c4b269a0e204: Layer already exists [2025-06-03T02:13:55.485Z] 4fcae4c1c371: Layer already exists [2025-06-03T02:13:55.485Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:55.485Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:55.485Z] ae463b1e875b: Layer already exists [2025-06-03T02:13:55.749Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:55.749Z] latest: digest: sha256:fa913556f345962857bb8c8d788e492736df94b6eff9255f20e0f11809046a82 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:56.103Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:56.444Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.18 [2025-06-03T02:13:56.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-03T02:13:56.444Z] 4fcae4c1c371: Preparing [2025-06-03T02:13:56.444Z] ccf017c7d053: Preparing [2025-06-03T02:13:56.444Z] cbe0e31ad701: Preparing [2025-06-03T02:13:56.446Z] b58452d5dd55: Preparing [2025-06-03T02:13:56.446Z] c4b269a0e204: Preparing [2025-06-03T02:13:56.447Z] ae463b1e875b: Preparing [2025-06-03T02:13:56.447Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:56.447Z] ae463b1e875b: Waiting [2025-06-03T02:13:56.447Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:56.447Z] 4fcae4c1c371: Layer already exists [2025-06-03T02:13:56.447Z] c4b269a0e204: Layer already exists [2025-06-03T02:13:56.447Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:56.447Z] ae463b1e875b: Layer already exists [2025-06-03T02:13:56.447Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:56.447Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:56.447Z] ccf017c7d053: Layer already exists [2025-06-03T02:13:56.712Z] 4.1.0-dev.18: digest: sha256:fa913556f345962857bb8c8d788e492736df94b6eff9255f20e0f11809046a82 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:57.092Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:57.438Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:57.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-03T02:13:57.438Z] 4fcae4c1c371: Preparing [2025-06-03T02:13:57.438Z] ccf017c7d053: Preparing [2025-06-03T02:13:57.438Z] cbe0e31ad701: Preparing [2025-06-03T02:13:57.438Z] b58452d5dd55: Preparing [2025-06-03T02:13:57.438Z] c4b269a0e204: Preparing [2025-06-03T02:13:57.438Z] ae463b1e875b: Preparing [2025-06-03T02:13:57.438Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:57.438Z] ae463b1e875b: Waiting [2025-06-03T02:13:57.438Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:57.438Z] c4b269a0e204: Layer already exists [2025-06-03T02:13:57.438Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:57.438Z] ccf017c7d053: Layer already exists [2025-06-03T02:13:57.438Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:57.438Z] 4fcae4c1c371: Layer already exists [2025-06-03T02:13:57.438Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:57.438Z] ae463b1e875b: Layer already exists [2025-06-03T02:13:57.704Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:fa913556f345962857bb8c8d788e492736df94b6eff9255f20e0f11809046a82 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:58.061Z] + 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-03T02:13:58.417Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-03T02:13:58.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-03T02:13:58.417Z] 4fcae4c1c371: Preparing [2025-06-03T02:13:58.417Z] ccf017c7d053: Preparing [2025-06-03T02:13:58.417Z] cbe0e31ad701: Preparing [2025-06-03T02:13:58.417Z] b58452d5dd55: Preparing [2025-06-03T02:13:58.417Z] c4b269a0e204: Preparing [2025-06-03T02:13:58.417Z] ae463b1e875b: Preparing [2025-06-03T02:13:58.417Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:58.417Z] ae463b1e875b: Waiting [2025-06-03T02:13:58.417Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:58.417Z] 4fcae4c1c371: Layer already exists [2025-06-03T02:13:58.417Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:58.417Z] ccf017c7d053: Layer already exists [2025-06-03T02:13:58.417Z] c4b269a0e204: Layer already exists [2025-06-03T02:13:58.417Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:58.417Z] ae463b1e875b: Layer already exists [2025-06-03T02:13:58.417Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:58.681Z] main: digest: sha256:fa913556f345962857bb8c8d788e492736df94b6eff9255f20e0f11809046a82 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:13:58.771Z] ===================================================== [Pipeline] echo [2025-06-03T02:13:58.787Z] taggedImages: [2025-06-03T02:13:58.787Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:58.787Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-03T02:13:58.787Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.18 [2025-06-03T02:13:58.787Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:58.787Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-03T02:13:58.818Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-03T02:13:58.818Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:58.818Z] latest [2025-06-03T02:13:58.818Z] 4.1.0-dev.18 [2025-06-03T02:13:58.818Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:13:58.818Z] main [2025-06-03T02:13:58.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:59.189Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:13:59.542Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:13:59.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-03T02:13:59.542Z] 647bfe77b323: Preparing [2025-06-03T02:13:59.542Z] 840635ba1041: Preparing [2025-06-03T02:13:59.542Z] cbe0e31ad701: Preparing [2025-06-03T02:13:59.542Z] b58452d5dd55: Preparing [2025-06-03T02:13:59.542Z] 9985fa6f52b1: Preparing [2025-06-03T02:13:59.542Z] a30123c23683: Preparing [2025-06-03T02:13:59.542Z] dd9c8f8612c8: Preparing [2025-06-03T02:13:59.542Z] dd9c8f8612c8: Waiting [2025-06-03T02:13:59.542Z] a30123c23683: Waiting [2025-06-03T02:13:59.542Z] cbe0e31ad701: Layer already exists [2025-06-03T02:13:59.542Z] b58452d5dd55: Layer already exists [2025-06-03T02:13:59.814Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:13:59.814Z] 647bfe77b323: Pushed [2025-06-03T02:13:59.814Z] 9985fa6f52b1: Pushed [2025-06-03T02:14:00.391Z] a30123c23683: Pushed [2025-06-03T02:14:08.560Z] 840635ba1041: Pushed [2025-06-03T02:14:08.560Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d: digest: sha256:3e7b9dd19fe127c9d99d81165d64bdf0f35f027a20be81da47ef0c7ccc221a09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:08.918Z] + 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-03T02:14:09.261Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-03T02:14:09.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-03T02:14:09.261Z] 647bfe77b323: Preparing [2025-06-03T02:14:09.261Z] 840635ba1041: Preparing [2025-06-03T02:14:09.261Z] cbe0e31ad701: Preparing [2025-06-03T02:14:09.261Z] b58452d5dd55: Preparing [2025-06-03T02:14:09.261Z] 9985fa6f52b1: Preparing [2025-06-03T02:14:09.261Z] a30123c23683: Preparing [2025-06-03T02:14:09.261Z] dd9c8f8612c8: Preparing [2025-06-03T02:14:09.261Z] a30123c23683: Waiting [2025-06-03T02:14:09.261Z] dd9c8f8612c8: Waiting [2025-06-03T02:14:09.261Z] cbe0e31ad701: Layer already exists [2025-06-03T02:14:09.261Z] b58452d5dd55: Layer already exists [2025-06-03T02:14:09.261Z] 647bfe77b323: Layer already exists [2025-06-03T02:14:09.261Z] 840635ba1041: Layer already exists [2025-06-03T02:14:09.261Z] 9985fa6f52b1: Layer already exists [2025-06-03T02:14:09.261Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:14:09.261Z] a30123c23683: Layer already exists [2025-06-03T02:14:09.261Z] latest: digest: sha256:3e7b9dd19fe127c9d99d81165d64bdf0f35f027a20be81da47ef0c7ccc221a09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:09.879Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:10.231Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.18 [2025-06-03T02:14:10.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-03T02:14:10.231Z] 647bfe77b323: Preparing [2025-06-03T02:14:10.231Z] 840635ba1041: Preparing [2025-06-03T02:14:10.231Z] cbe0e31ad701: Preparing [2025-06-03T02:14:10.231Z] b58452d5dd55: Preparing [2025-06-03T02:14:10.231Z] 9985fa6f52b1: Preparing [2025-06-03T02:14:10.231Z] a30123c23683: Preparing [2025-06-03T02:14:10.231Z] dd9c8f8612c8: Preparing [2025-06-03T02:14:10.231Z] a30123c23683: Waiting [2025-06-03T02:14:10.231Z] dd9c8f8612c8: Waiting [2025-06-03T02:14:10.231Z] cbe0e31ad701: Layer already exists [2025-06-03T02:14:10.231Z] 840635ba1041: Layer already exists [2025-06-03T02:14:10.231Z] b58452d5dd55: Layer already exists [2025-06-03T02:14:10.231Z] 647bfe77b323: Layer already exists [2025-06-03T02:14:10.231Z] 9985fa6f52b1: Layer already exists [2025-06-03T02:14:10.231Z] a30123c23683: Layer already exists [2025-06-03T02:14:10.231Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:14:10.496Z] 4.1.0-dev.18: digest: sha256:3e7b9dd19fe127c9d99d81165d64bdf0f35f027a20be81da47ef0c7ccc221a09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:10.865Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:11.214Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:14:11.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-03T02:14:11.214Z] 647bfe77b323: Preparing [2025-06-03T02:14:11.214Z] 840635ba1041: Preparing [2025-06-03T02:14:11.214Z] cbe0e31ad701: Preparing [2025-06-03T02:14:11.214Z] b58452d5dd55: Preparing [2025-06-03T02:14:11.214Z] 9985fa6f52b1: Preparing [2025-06-03T02:14:11.214Z] a30123c23683: Preparing [2025-06-03T02:14:11.214Z] dd9c8f8612c8: Preparing [2025-06-03T02:14:11.214Z] a30123c23683: Waiting [2025-06-03T02:14:11.214Z] dd9c8f8612c8: Waiting [2025-06-03T02:14:11.214Z] b58452d5dd55: Layer already exists [2025-06-03T02:14:11.214Z] cbe0e31ad701: Layer already exists [2025-06-03T02:14:11.214Z] 9985fa6f52b1: Layer already exists [2025-06-03T02:14:11.214Z] 647bfe77b323: Layer already exists [2025-06-03T02:14:11.214Z] 840635ba1041: Layer already exists [2025-06-03T02:14:11.214Z] a30123c23683: Layer already exists [2025-06-03T02:14:11.214Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:14:11.478Z] 6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18: digest: sha256:3e7b9dd19fe127c9d99d81165d64bdf0f35f027a20be81da47ef0c7ccc221a09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:11.831Z] + 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-03T02:14:12.189Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-03T02:14:12.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-03T02:14:12.190Z] 647bfe77b323: Preparing [2025-06-03T02:14:12.190Z] 840635ba1041: Preparing [2025-06-03T02:14:12.190Z] cbe0e31ad701: Preparing [2025-06-03T02:14:12.190Z] b58452d5dd55: Preparing [2025-06-03T02:14:12.190Z] 9985fa6f52b1: Preparing [2025-06-03T02:14:12.190Z] a30123c23683: Preparing [2025-06-03T02:14:12.190Z] dd9c8f8612c8: Preparing [2025-06-03T02:14:12.190Z] a30123c23683: Waiting [2025-06-03T02:14:12.190Z] dd9c8f8612c8: Waiting [2025-06-03T02:14:12.190Z] cbe0e31ad701: Layer already exists [2025-06-03T02:14:12.190Z] 840635ba1041: Layer already exists [2025-06-03T02:14:12.190Z] 9985fa6f52b1: Layer already exists [2025-06-03T02:14:12.190Z] dd9c8f8612c8: Layer already exists [2025-06-03T02:14:12.190Z] a30123c23683: Layer already exists [2025-06-03T02:14:12.453Z] b58452d5dd55: Layer already exists [2025-06-03T02:14:12.453Z] 647bfe77b323: Layer already exists [2025-06-03T02:14:12.453Z] main: digest: sha256:3e7b9dd19fe127c9d99d81165d64bdf0f35f027a20be81da47ef0c7ccc221a09 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-03T02:14:12.532Z] ===================================================== [Pipeline] echo [2025-06-03T02:14:12.545Z] taggedImages: [2025-06-03T02:14:12.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [2025-06-03T02:14:12.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-03T02:14:12.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.18 [2025-06-03T02:14:12.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [2025-06-03T02:14:12.545Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-03T02:14:12.558Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:12.573Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-03T02:14:12.589Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.606Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.615Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-03T02:14:12.634Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:12.648Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-03T02:14:12.661Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.673Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.686Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-03T02:14:12.702Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:12.717Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-03T02:14:12.732Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.743Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.754Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-03T02:14:12.766Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:12.781Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-03T02:14:12.792Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.808Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.818Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-03T02:14:12.831Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:12.846Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-03T02:14:12.859Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.870Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.880Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-03T02:14:12.893Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:12.908Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-03T02:14:12.924Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.940Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:12.955Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-03T02:14:12.970Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:12.984Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-03T02:14:12.997Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.010Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.025Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-03T02:14:13.037Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.051Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.066Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.081Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-03T02:14:13.111Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.126Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.141Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.157Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.169Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-03T02:14:13.183Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.196Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.210Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.223Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.237Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-03T02:14:13.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.262Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.272Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.284Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.294Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-03T02:14:13.303Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.318Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.329Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.339Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.352Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-03T02:14:13.362Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.376Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.386Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.401Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.412Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-03T02:14:13.422Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.433Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.446Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.457Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.472Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-03T02:14:13.487Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] echo [2025-06-03T02:14:13.502Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-03T02:14:13.515Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.529Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6e9c628d7bcccb7b91dbc9eb13f57aeca304434d-4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:14:13.541Z] 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-03T02:14:13.927Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-03T02:14:13.928Z] [2025-06-03T02:14:13.928Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:14.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-03T02:14:14.250Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-03T02:14:14.250Z] 8998bd30e6a1: Pulling fs layer [2025-06-03T02:14:14.250Z] 04944245beec: Pulling fs layer [2025-06-03T02:14:14.250Z] 699f458cf7ca: Pulling fs layer [2025-06-03T02:14:14.250Z] 765212b225bb: Pulling fs layer [2025-06-03T02:14:14.250Z] f23df028b6ca: Pulling fs layer [2025-06-03T02:14:14.250Z] d65c8cfc05b1: Pulling fs layer [2025-06-03T02:14:14.250Z] 2437ff75d9bd: Pulling fs layer [2025-06-03T02:14:14.250Z] 765212b225bb: Waiting [2025-06-03T02:14:14.250Z] f23df028b6ca: Waiting [2025-06-03T02:14:14.250Z] d65c8cfc05b1: Waiting [2025-06-03T02:14:14.250Z] 2437ff75d9bd: Waiting [2025-06-03T02:14:14.515Z] 04944245beec: Verifying Checksum [2025-06-03T02:14:14.515Z] 04944245beec: Download complete [2025-06-03T02:14:14.515Z] 765212b225bb: Verifying Checksum [2025-06-03T02:14:14.515Z] 765212b225bb: Download complete [2025-06-03T02:14:14.515Z] f23df028b6ca: Verifying Checksum [2025-06-03T02:14:14.515Z] f23df028b6ca: Download complete [2025-06-03T02:14:14.515Z] d65c8cfc05b1: Verifying Checksum [2025-06-03T02:14:14.515Z] d65c8cfc05b1: Download complete [2025-06-03T02:14:14.515Z] 699f458cf7ca: Verifying Checksum [2025-06-03T02:14:14.515Z] 699f458cf7ca: Download complete [2025-06-03T02:14:15.094Z] 8998bd30e6a1: Verifying Checksum [2025-06-03T02:14:15.094Z] 8998bd30e6a1: Download complete [2025-06-03T02:14:17.660Z] 2437ff75d9bd: Download complete [2025-06-03T02:14:19.616Z] 8998bd30e6a1: Pull complete [2025-06-03T02:14:19.883Z] 04944245beec: Pull complete [2025-06-03T02:14:21.821Z] 699f458cf7ca: Pull complete [2025-06-03T02:14:21.821Z] 765212b225bb: Pull complete [2025-06-03T02:14:22.398Z] f23df028b6ca: Pull complete [2025-06-03T02:14:22.663Z] d65c8cfc05b1: Pull complete [2025-06-03T02:14:40.866Z] 2437ff75d9bd: Pull complete [2025-06-03T02:14:40.866Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-03T02:14:40.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-03T02:14:40.866Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T02:14:41.075Z] prd-ubuntu20.04-docker-arm64-4c-16g-2673 does not seem to be running inside a container [2025-06-03T02:14:41.126Z] $ 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/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@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-03T02:14:44.300Z] $ docker top f3dfac593c523e7654b88db79d117bd15835bee10fa39e42ef9a09bd7cbcc76d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:14:45.247Z] ---> job-cost.sh [2025-06-03T02:14:45.247Z] lf-activate-venv: SKIPPING [2025-06-03T02:14:45.247Z] INFO: No Stack... [2025-06-03T02:14:45.827Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-03T02:14:46.408Z] INFO: Archiving Costs [Pipeline] sh [2025-06-03T02:14:47.053Z] + + cat /w/workspace/edgex-go/845/archives/cost.csv [2025-06-03T02:14:47.053Z] cut -d, -f6 [Pipeline] lock [2025-06-03T02:14:47.119Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-845-stack-cost] [2025-06-03T02:14:47.127Z] Resource [jenkins-edgexfoundry-edgex-go-main-845-stack-cost] did not exist. Created. [2025-06-03T02:14:47.133Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-845-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-03T02:14:47.787Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-03T02:14:48.501Z] Stashed 1 file(s) [Pipeline] } [2025-06-03T02:14:48.515Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-845-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-03T02:14:48.544Z] $ docker stop --time=1 f3dfac593c523e7654b88db79d117bd15835bee10fa39e42ef9a09bd7cbcc76d [2025-06-03T02:14:50.117Z] $ docker rm -f --volumes f3dfac593c523e7654b88db79d117bd15835bee10fa39e42ef9a09bd7cbcc76d [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-03T02:14:50.743Z] provisioning config files... [2025-06-03T02:14:50.750Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/845@tmp/config10499010786862743209tmp [Pipeline] { [Pipeline] sh [2025-06-03T02:14:51.055Z] + set +x [2025-06-03T02:14:51.055Z] + + curl -s https://codecov.io/bash [2025-06-03T02:14:51.055Z] bash -s -- [2025-06-03T02:14:51.315Z] [2025-06-03T02:14:51.315Z] _____ _ [2025-06-03T02:14:51.315Z] / ____| | | [2025-06-03T02:14:51.315Z] | | ___ __| | ___ ___ _____ __ [2025-06-03T02:14:51.315Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-03T02:14:51.315Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-03T02:14:51.315Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-03T02:14:51.315Z] Bash-1.0.6 [2025-06-03T02:14:51.315Z] [2025-06-03T02:14:51.315Z] [2025-06-03T02:14:51.315Z] ==> git version 2.25.1 found [2025-06-03T02:14:51.315Z] ==> 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-03T02:14:51.315Z] Release-Date: 2020-01-08 [2025-06-03T02:14:51.315Z] 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-03T02:14:51.315Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-03T02:14:51.315Z] ==> Jenkins CI detected. [2025-06-03T02:14:51.315Z] current dir:  /w/workspace/edgex-go/845 [2025-06-03T02:14:51.315Z] project root: . [2025-06-03T02:14:51.315Z] --> token set from env [2025-06-03T02:14:51.315Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-03T02:14:51.315Z] ==> Running gcov in . (disable via -X gcov) [2025-06-03T02:14:51.315Z] ==> Python coveragepy not found [2025-06-03T02:14:51.315Z] ==> Searching for coverage reports in: [2025-06-03T02:14:51.315Z] + . [2025-06-03T02:14:51.315Z] -> Found 1 reports [2025-06-03T02:14:51.315Z] ==> Detecting git/mercurial file structure [2025-06-03T02:14:51.315Z] ==> Reading reports [2025-06-03T02:14:51.315Z] + ./coverage.out bytes=1661236 [2025-06-03T02:14:51.315Z] ==> Appending adjustments [2025-06-03T02:14:51.315Z] https://docs.codecov.io/docs/fixing-reports [2025-06-03T02:14:52.696Z] + Found adjustments [2025-06-03T02:14:52.697Z] ==> Gzipping contents [2025-06-03T02:14:52.955Z] 140K /tmp/codecov.iT5ctY.gz [2025-06-03T02:14:52.955Z] ==> Uploading reports [2025-06-03T02:14:52.955Z] url: https://codecov.io [2025-06-03T02:14:52.955Z] query: branch=main&commit=6e9c628d7bcccb7b91dbc9eb13f57aeca304434d&build=845&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F845%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-03T02:14:52.955Z] -> Pinging Codecov [2025-06-03T02:14:52.956Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=6e9c628d7bcccb7b91dbc9eb13f57aeca304434d&build=845&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F845%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-03T02:14:53.216Z] -> Uploading to [2025-06-03T02:14:53.216Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/6e9c628d7bcccb7b91dbc9eb13f57aeca304434d/a9954986-8d8d-49a2-924d-e467d916c490.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250603%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250603T021453Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=b25ff221e28e3b15654f15b827ebecfbc148c8b34fc4abf45ceed31b5b2c16a8 [2025-06-03T02:14:53.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:14:53.216Z] Dload Upload Total Spent Left Speed [2025-06-03T02:14:53.477Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 464k --:--:-- --:--:-- --:--:-- 463k [2025-06-03T02:14:53.477Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6e9c628d7bcccb7b91dbc9eb13f57aeca304434d [Pipeline] } [2025-06-03T02:14:53.484Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-06-03T02:14:53.780Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-03T02:14:53.808Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:54.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T02:14:54.112Z] [2025-06-03T02:14:54.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:14:54.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T02:14:54.984Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-03T02:14:54.984Z] 43c4264eed91: Pulling fs layer [2025-06-03T02:14:54.984Z] 4cc291be95ef: Pulling fs layer [2025-06-03T02:14:54.984Z] 2ac1f1163629: Pulling fs layer [2025-06-03T02:14:54.984Z] 5c3c966382ef: Pulling fs layer [2025-06-03T02:14:54.984Z] 4f4fb700ef54: Pulling fs layer [2025-06-03T02:14:54.984Z] d9c7d2e4e75e: Pulling fs layer [2025-06-03T02:14:54.984Z] 9c3e1370e548: Pulling fs layer [2025-06-03T02:14:54.984Z] 4f4fb700ef54: Waiting [2025-06-03T02:14:54.984Z] d9c7d2e4e75e: Waiting [2025-06-03T02:14:54.984Z] 9c3e1370e548: Waiting [2025-06-03T02:14:54.984Z] 5c3c966382ef: Waiting [2025-06-03T02:14:54.984Z] 4cc291be95ef: Verifying Checksum [2025-06-03T02:14:54.984Z] 4cc291be95ef: Download complete [2025-06-03T02:14:54.984Z] 5c3c966382ef: Download complete [2025-06-03T02:14:54.984Z] 4f4fb700ef54: Verifying Checksum [2025-06-03T02:14:54.984Z] 4f4fb700ef54: Download complete [2025-06-03T02:14:55.242Z] 43c4264eed91: Download complete [2025-06-03T02:14:55.243Z] d9c7d2e4e75e: Verifying Checksum [2025-06-03T02:14:55.243Z] d9c7d2e4e75e: Download complete [2025-06-03T02:14:55.502Z] 43c4264eed91: Pull complete [2025-06-03T02:14:55.502Z] 2ac1f1163629: Verifying Checksum [2025-06-03T02:14:56.071Z] 4cc291be95ef: Pull complete [2025-06-03T02:14:56.330Z] 9c3e1370e548: Verifying Checksum [2025-06-03T02:14:56.330Z] 9c3e1370e548: Download complete [2025-06-03T02:14:59.618Z] 2ac1f1163629: Pull complete [2025-06-03T02:14:59.618Z] 5c3c966382ef: Pull complete [2025-06-03T02:14:59.618Z] 4f4fb700ef54: Pull complete [2025-06-03T02:14:59.618Z] d9c7d2e4e75e: Pull complete [2025-06-03T02:15:02.176Z] 9c3e1370e548: Pull complete [2025-06-03T02:15:02.176Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-03T02:15:02.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T02:15:02.176Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T02:15:02.375Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T02:15:02.444Z] $ 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/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-03T02:15:07.099Z] $ docker top 76b15d88bace2aae012d6571795e04dcbcac3afb423d74c23795fe50a43afcba -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T02:15:07.459Z] + git config --global --add safe.directory /w/workspace/edgex-go/845 [Pipeline] echo [2025-06-03T02:15:07.469Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-06-03T02:15:07.746Z] + set -o pipefail [2025-06-03T02:15:07.746Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-06-03T02:15:19.974Z] [2025-06-03T02:15:19.974Z] Monitoring /w/workspace/edgex-go/845 (github.com/edgexfoundry/edgex-go)... [2025-06-03T02:15:19.974Z] [2025-06-03T02:15:19.974Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/86af6cb0-22e7-4c33-9728-584276e4b454 [2025-06-03T02:15:19.974Z] [2025-06-03T02:15:19.974Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-03T02:15:19.974Z] [2025-06-03T02:15:19.974Z] [2025-06-03T02:15:19.974Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-03T02:15:19.974Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-03T02:15:19.976Z] $ docker stop --time=1 76b15d88bace2aae012d6571795e04dcbcac3afb423d74c23795fe50a43afcba [2025-06-03T02:15:25.321Z] $ docker rm -f --volumes 76b15d88bace2aae012d6571795e04dcbcac3afb423d74c23795fe50a43afcba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-03T02:15:25.890Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T02:15:25.911Z] provisioning config files... [2025-06-03T02:15:25.918Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/845@tmp/config14784551622083768383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:15:26.224Z] --> edgex-publish-swagger.sh [2025-06-03T02:15:26.225Z] === Publish openapi API === [2025-06-03T02:15:26.225Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-03T02:15:26.225Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/845/openapi/core-command.yaml] [2025-06-03T02:15:26.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:26.225Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:26.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 128k --:--:-- --:--:-- --:--:-- 127k 100 32848 100 66 100 32782 167 83414 --:--:-- --:--:-- --:--:-- 83370 [2025-06-03T02:15:26.484Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:26.484Z] [2025-06-03T02:15:26.484Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/845/openapi/core-data.yaml] [2025-06-03T02:15:26.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:26.484Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:26.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 233 244k --:--:-- --:--:-- --:--:-- 245k [2025-06-03T02:15:26.743Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:26.743Z] [2025-06-03T02:15:26.743Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/845/openapi/core-keeper.yaml] [2025-06-03T02:15:26.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:26.743Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:27.002Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 250 121k --:--:-- --:--:-- --:--:-- 122k [2025-06-03T02:15:27.002Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:27.002Z] [2025-06-03T02:15:27.002Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/845/openapi/core-metadata.yaml] [2025-06-03T02:15:27.002Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:27.002Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:27.263Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 428 1018k --:--:-- --:--:-- --:--:-- 1018k [2025-06-03T02:15:27.263Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:27.263Z] [2025-06-03T02:15:27.263Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/845/openapi/security-proxy-auth.yaml] [2025-06-03T02:15:27.263Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:27.263Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:27.523Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 298 108k --:--:-- --:--:-- --:--:-- 108k [2025-06-03T02:15:27.523Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:27.523Z] [2025-06-03T02:15:27.523Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/845/openapi/security-secretstore-setup.yaml] [2025-06-03T02:15:27.523Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:27.523Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:27.523Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 622 36915 --:--:-- --:--:-- --:--:-- 37537 [2025-06-03T02:15:27.523Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:27.523Z] [2025-06-03T02:15:27.523Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/845/openapi/support-notifications.yaml] [2025-06-03T02:15:27.523Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:27.523Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:27.783Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 392 581k --:--:-- --:--:-- --:--:-- 581k [2025-06-03T02:15:27.783Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:27.783Z] [2025-06-03T02:15:27.783Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/845/openapi/support-scheduler.yaml] [2025-06-03T02:15:27.783Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T02:15:27.783Z] Dload Upload Total Spent Left Speed [2025-06-03T02:15:28.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 294 221k --:--:-- --:--:-- --:--:-- 221k [2025-06-03T02:15:28.043Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-03T02:15:28.043Z] [Pipeline] } [2025-06-03T02:15:28.049Z] 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-03T02:15:28.481Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T02:15:28.481Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:15:28.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T02:15:28.788Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T02:15:28.868Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T02:15:28.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T02:15:30.302Z] $ docker top df8678b9c39913673c27804e5e14e9d1478aca1e89ac48ad49f76f44aada008e -eo pid,comm [2025-06-03T02:15:30.354Z] 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-03T02:15:30.354Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T02:15:30.410Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T02:15:30.410Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T02:15:30.511Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T02:15:30.505Z] $ docker exec df8678b9c39913673c27804e5e14e9d1478aca1e89ac48ad49f76f44aada008e ssh-agent [2025-06-03T02:15:30.623Z] SSH_AUTH_SOCK=/tmp/ssh-9cqESKUlm2T8/agent.14 [2025-06-03T02:15:30.623Z] SSH_AGENT_PID=20 [2025-06-03T02:15:30.627Z] Running ssh-add (command line suppressed) [2025-06-03T02:15:30.728Z] Identity added: /w/workspace/edgex-go/845@tmp/private_key_16344777051177447917.key (/w/workspace/edgex-go/845@tmp/private_key_16344777051177447917.key) [2025-06-03T02:15:30.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T02:15:31.045Z] + git semver tag [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,256 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,270 [run_tag] DEBUG tag force:False [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,270 [check_head_tag] DEBUG check head tag [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,271 [execute] INFO git cat-file --batch-check [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,271 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/845, stdin=, shell=False, universal_newlines=False) [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,273 [execute] INFO git cat-file --batch [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,273 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/845, stdin=, shell=False, universal_newlines=False) [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,286 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,286 [execute] INFO git tag -a v4.1.0-dev.18 -m v4.1.0-dev.18 [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,287 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.18', '-m', 'v4.1.0-dev.18'], cwd=/w/workspace/edgex-go/845, stdin=None, shell=False, universal_newlines=False) [2025-06-03T02:15:31.304Z] 2025-06-03 02:15:31,289 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T02:15:31.304Z] 4.1.0-dev.18 [Pipeline] } [2025-06-03T02:15:31.562Z] $ docker exec --env ******** --env ******** df8678b9c39913673c27804e5e14e9d1478aca1e89ac48ad49f76f44aada008e ssh-agent -k [2025-06-03T02:15:31.654Z] unset SSH_AUTH_SOCK; [2025-06-03T02:15:31.654Z] unset SSH_AGENT_PID; [2025-06-03T02:15:31.654Z] echo Agent pid 20 killed; [2025-06-03T02:15:31.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T02:15:31.999Z] + git semver [Pipeline] } [2025-06-03T02:15:32.572Z] $ docker stop --time=1 df8678b9c39913673c27804e5e14e9d1478aca1e89ac48ad49f76f44aada008e [2025-06-03T02:15:34.127Z] $ docker rm -f --volumes df8678b9c39913673c27804e5e14e9d1478aca1e89ac48ad49f76f44aada008e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:15:34.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T02:15:34.542Z] [2025-06-03T02:15:34.542Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:15:34.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T02:15:34.843Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-03T02:15:34.843Z] ab5ef0e58194: Pulling fs layer [2025-06-03T02:15:34.843Z] 9712f1f96733: Pulling fs layer [2025-06-03T02:15:34.843Z] 63f879dbbcfc: Pulling fs layer [2025-06-03T02:15:34.843Z] 0d9ebad4ef96: Pulling fs layer [2025-06-03T02:15:34.843Z] e9a5061849ea: Pulling fs layer [2025-06-03T02:15:34.843Z] d747dcd14b5f: Pulling fs layer [2025-06-03T02:15:34.843Z] 2de7ff778b66: Pulling fs layer [2025-06-03T02:15:34.843Z] 0d9ebad4ef96: Waiting [2025-06-03T02:15:34.843Z] e9a5061849ea: Waiting [2025-06-03T02:15:34.843Z] d747dcd14b5f: Waiting [2025-06-03T02:15:34.843Z] 2de7ff778b66: Waiting [2025-06-03T02:15:34.843Z] 9712f1f96733: Verifying Checksum [2025-06-03T02:15:34.843Z] 9712f1f96733: Download complete [2025-06-03T02:15:35.411Z] 63f879dbbcfc: Verifying Checksum [2025-06-03T02:15:35.412Z] 63f879dbbcfc: Download complete [2025-06-03T02:15:35.412Z] e9a5061849ea: Verifying Checksum [2025-06-03T02:15:35.412Z] e9a5061849ea: Download complete [2025-06-03T02:15:35.412Z] d747dcd14b5f: Download complete [2025-06-03T02:15:35.412Z] 0d9ebad4ef96: Verifying Checksum [2025-06-03T02:15:35.412Z] 0d9ebad4ef96: Download complete [2025-06-03T02:15:35.671Z] 2de7ff778b66: Verifying Checksum [2025-06-03T02:15:35.671Z] 2de7ff778b66: Download complete [2025-06-03T02:15:35.671Z] ab5ef0e58194: Verifying Checksum [2025-06-03T02:15:35.671Z] ab5ef0e58194: Download complete [2025-06-03T02:15:38.951Z] ab5ef0e58194: Pull complete [2025-06-03T02:15:38.951Z] 9712f1f96733: Pull complete [2025-06-03T02:15:39.209Z] 63f879dbbcfc: Pull complete [2025-06-03T02:15:42.495Z] 0d9ebad4ef96: Pull complete [2025-06-03T02:15:42.754Z] e9a5061849ea: Pull complete [2025-06-03T02:15:43.012Z] d747dcd14b5f: Pull complete [2025-06-03T02:15:43.946Z] 2de7ff778b66: Pull complete [2025-06-03T02:15:43.946Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-03T02:15:43.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T02:15:43.946Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T02:15:44.040Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T02:15:44.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-03T02:15:47.989Z] $ docker top beebf2c05de9b0117a206e65c9c6fc1d6592b3cab0787a865a4433b604cff34f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-03T02:15:48.078Z] provisioning config files... [2025-06-03T02:15:48.097Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/845@tmp/config1488968769096817321tmp [2025-06-03T02:15:48.106Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/845@tmp/config1388032234005066190tmp [2025-06-03T02:15:48.115Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/845@tmp/config8304123333750197041tmp [Pipeline] { [Pipeline] echo [2025-06-03T02:15:48.145Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:15:48.438Z] ---> sigul-configuration.sh [2025-06-03T02:15:48.438Z] gpg: directory `/root/.gnupg' created [2025-06-03T02:15:48.438Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-03T02:15:48.438Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-03T02:15:48.438Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-03T02:15:48.438Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-03T02:15:48.438Z] gpg: CAST5 encrypted data [2025-06-03T02:15:48.438Z] gpg: encrypted with 1 passphrase [2025-06-03T02:15:48.438Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-03T02:15:48.730Z] + mkdir /home/jenkins [2025-06-03T02:15:48.730Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-03T02:15:49.027Z] + 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-03T02:15:49.041Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:15:49.340Z] ---> sigul-install.sh [2025-06-03T02:15:49.340Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-03T02:15:49.634Z] + git tag --list [2025-06-03T02:15:49.634Z] 0.6.0 [2025-06-03T02:15:49.634Z] 0.6.1 [2025-06-03T02:15:49.634Z] 0.7.0 [2025-06-03T02:15:49.634Z] 0.7.1 [2025-06-03T02:15:49.634Z] v1.0.0 [2025-06-03T02:15:49.634Z] v1.0.1 [2025-06-03T02:15:49.634Z] v1.1.0 [2025-06-03T02:15:49.634Z] v1.2.0 [2025-06-03T02:15:49.634Z] v1.2.1 [2025-06-03T02:15:49.634Z] v1.3.0 [2025-06-03T02:15:49.634Z] v1.3.1 [2025-06-03T02:15:49.634Z] v2.0.0 [2025-06-03T02:15:49.634Z] v2.1.0 [2025-06-03T02:15:49.634Z] v2.1.1 [2025-06-03T02:15:49.634Z] v2.2.0 [2025-06-03T02:15:49.634Z] v2.3.0 [2025-06-03T02:15:49.634Z] v3.0 [2025-06-03T02:15:49.634Z] v3.0.0 [2025-06-03T02:15:49.634Z] v3.1 [2025-06-03T02:15:49.634Z] v3.1.0 [2025-06-03T02:15:49.634Z] v3.1.1 [2025-06-03T02:15:49.634Z] v4.0 [2025-06-03T02:15:49.634Z] v4.0.0 [2025-06-03T02:15:49.634Z] v4.0.1 [2025-06-03T02:15:49.634Z] v4.1.0-dev.1 [2025-06-03T02:15:49.634Z] v4.1.0-dev.10 [2025-06-03T02:15:49.634Z] v4.1.0-dev.11 [2025-06-03T02:15:49.634Z] v4.1.0-dev.12 [2025-06-03T02:15:49.634Z] v4.1.0-dev.13 [2025-06-03T02:15:49.634Z] v4.1.0-dev.14 [2025-06-03T02:15:49.634Z] v4.1.0-dev.15 [2025-06-03T02:15:49.634Z] v4.1.0-dev.16 [2025-06-03T02:15:49.634Z] v4.1.0-dev.17 [2025-06-03T02:15:49.634Z] v4.1.0-dev.18 [2025-06-03T02:15:49.634Z] v4.1.0-dev.2 [2025-06-03T02:15:49.634Z] v4.1.0-dev.3 [2025-06-03T02:15:49.634Z] v4.1.0-dev.4 [2025-06-03T02:15:49.634Z] v4.1.0-dev.5 [2025-06-03T02:15:49.634Z] v4.1.0-dev.6 [2025-06-03T02:15:49.634Z] v4.1.0-dev.7 [2025-06-03T02:15:49.634Z] v4.1.0-dev.8 [2025-06-03T02:15:49.634Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-03T02:15:49.935Z] + lftools sign git-tag v4.1.0-dev.18 [2025-06-03T02:15:50.503Z] Signing Git tag with Sigul... [2025-06-03T02:15:50.503Z] Signing v4.1.0-dev.18 [Pipeline] echo [2025-06-03T02:15:50.779Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:15:51.071Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-03T02:15:51.079Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-03T02:15:51.094Z] $ docker stop --time=1 beebf2c05de9b0117a206e65c9c6fc1d6592b3cab0787a865a4433b604cff34f [2025-06-03T02:15:52.577Z] $ docker rm -f --volumes beebf2c05de9b0117a206e65c9c6fc1d6592b3cab0787a865a4433b604cff34f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-03T02:15:53.039Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T02:15:53.039Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:15:53.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T02:15:53.337Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T02:15:53.419Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T02:15:53.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T02:15:53.895Z] $ docker top 16ce2b34ff8a2b9eb7a774b12c5c03e9e751383e55122f28ebd374c52ae44d1f -eo pid,comm [2025-06-03T02:15:53.948Z] 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-03T02:15:53.948Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T02:15:54.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T02:15:54.084Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T02:15:54.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T02:15:54.187Z] $ docker exec 16ce2b34ff8a2b9eb7a774b12c5c03e9e751383e55122f28ebd374c52ae44d1f ssh-agent [2025-06-03T02:15:54.318Z] SSH_AUTH_SOCK=/tmp/ssh-ysTkaafx3JyP/agent.14 [2025-06-03T02:15:54.319Z] SSH_AGENT_PID=20 [2025-06-03T02:15:54.327Z] Running ssh-add (command line suppressed) [2025-06-03T02:15:54.439Z] Identity added: /w/workspace/edgex-go/845@tmp/private_key_13426216126083662757.key (/w/workspace/edgex-go/845@tmp/private_key_13426216126083662757.key) [2025-06-03T02:15:54.462Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T02:15:54.753Z] + git semver bump pre [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,979 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,991 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,992 [bump_version] DEBUG bumping version:4.1.0-dev.18 on axis:pre with prefix:dev [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,992 [bump_version] DEBUG bumped version:4.1.0-dev.19 [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,992 [write_version] DEBUG write version:4.1.0-dev.19 to path:/w/workspace/edgex-go/845/.semver/main with force:True [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,992 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,992 [write_file] DEBUG write to file:/w/workspace/edgex-go/845/.semver/main [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,995 [execute] INFO git cat-file --batch-check [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:54,996 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/845/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:55,001 [execute] INFO git cat-file --batch [2025-06-03T02:15:55.012Z] 2025-06-03 02:15:55,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/845/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T02:15:55.271Z] 2025-06-03 02:15:55,004 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T02:15:55.271Z] 4.1.0-dev.19 [Pipeline] } [2025-06-03T02:15:55.272Z] $ docker exec --env ******** --env ******** 16ce2b34ff8a2b9eb7a774b12c5c03e9e751383e55122f28ebd374c52ae44d1f ssh-agent -k [2025-06-03T02:15:55.377Z] unset SSH_AUTH_SOCK; [2025-06-03T02:15:55.378Z] unset SSH_AGENT_PID; [2025-06-03T02:15:55.378Z] echo Agent pid 20 killed; [2025-06-03T02:15:55.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T02:15:55.722Z] + git semver [Pipeline] } [2025-06-03T02:15:55.984Z] $ docker stop --time=1 16ce2b34ff8a2b9eb7a774b12c5c03e9e751383e55122f28ebd374c52ae44d1f [2025-06-03T02:15:57.810Z] $ docker rm -f --volumes 16ce2b34ff8a2b9eb7a774b12c5c03e9e751383e55122f28ebd374c52ae44d1f [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T02:15:58.274Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T02:15:58.274Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:15:58.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T02:15:58.575Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T02:15:58.657Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T02:15:58.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-03T02:15:59.888Z] $ docker top 02bfda5617eedb8f282f0e3daf3b2430c1d43b6758a4aeb5e05fbdb945207a37 -eo pid,comm [2025-06-03T02:15:59.940Z] 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-03T02:15:59.940Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T02:15:59.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T02:15:59.992Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T02:16:00.109Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T02:16:00.103Z] $ docker exec 02bfda5617eedb8f282f0e3daf3b2430c1d43b6758a4aeb5e05fbdb945207a37 ssh-agent [2025-06-03T02:16:00.219Z] SSH_AUTH_SOCK=/tmp/ssh-wlfrAw4kL8Az/agent.14 [2025-06-03T02:16:00.219Z] SSH_AGENT_PID=20 [2025-06-03T02:16:00.223Z] Running ssh-add (command line suppressed) [2025-06-03T02:16:00.325Z] Identity added: /w/workspace/edgex-go/845@tmp/private_key_9938873016421977232.key (/w/workspace/edgex-go/845@tmp/private_key_9938873016421977232.key) [2025-06-03T02:16:00.347Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T02:16:00.639Z] + git semver push [2025-06-03T02:16:00.897Z] 2025-06-03 02:16:00,870 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T02:16:00.897Z] 2025-06-03 02:16:00,873 [run_push] DEBUG push [2025-06-03T02:16:00.897Z] 2025-06-03 02:16:00,874 [execute] INFO git cat-file --batch-check [2025-06-03T02:16:00.897Z] 2025-06-03 02:16:00,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/845/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T02:16:00.897Z] 2025-06-03 02:16:00,876 [execute] INFO git rev-list 75b943723d7759fb30b73f1731263e5667098667 -- [2025-06-03T02:16:00.897Z] 2025-06-03 02:16:00,876 [execute] DEBUG Popen(['git', 'rev-list', '75b943723d7759fb30b73f1731263e5667098667', '--'], cwd=/w/workspace/edgex-go/845/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-03T02:16:01.158Z] 2025-06-03 02:16:00,895 [execute] INFO git fetch -v -- origin [2025-06-03T02:16:01.158Z] 2025-06-03 02:16:00,895 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/845/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-03T02:16:01.418Z] 2025-06-03 02:16:01,363 [run_push] DEBUG no remote changes detected [2025-06-03T02:16:01.418Z] 2025-06-03 02:16:01,363 [execute] INFO git push origin semver [2025-06-03T02:16:01.418Z] 2025-06-03 02:16:01,363 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/845/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-03T02:16:02.797Z] 2025-06-03 02:16:02,523 [run_push] DEBUG push all version tags [2025-06-03T02:16:02.797Z] 2025-06-03 02:16:02,523 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-03T02:16:02.797Z] 2025-06-03 02:16:02,523 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/845, stdin=None, shell=False, universal_newlines=False) [2025-06-03T02:16:03.366Z] 2025-06-03 02:16:03,294 [read_version] DEBUG read version from /w/workspace/edgex-go/845/.semver/main [2025-06-03T02:16:03.366Z] 4.1.0-dev.19 [Pipeline] } [2025-06-03T02:16:03.366Z] $ docker exec --env ******** --env ******** 02bfda5617eedb8f282f0e3daf3b2430c1d43b6758a4aeb5e05fbdb945207a37 ssh-agent -k [2025-06-03T02:16:03.455Z] unset SSH_AUTH_SOCK; [2025-06-03T02:16:03.455Z] unset SSH_AGENT_PID; [2025-06-03T02:16:03.455Z] echo Agent pid 20 killed; [2025-06-03T02:16:03.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T02:16:03.801Z] + git semver [Pipeline] } [2025-06-03T02:16:04.063Z] $ docker stop --time=1 02bfda5617eedb8f282f0e3daf3b2430c1d43b6758a4aeb5e05fbdb945207a37 [2025-06-03T02:16:06.232Z] $ docker rm -f --volumes 02bfda5617eedb8f282f0e3daf3b2430c1d43b6758a4aeb5e05fbdb945207a37 [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-03T02:16:06.773Z] + [ -d /w/workspace/edgex-go/845/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:16:07.068Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:16:07.925Z] ---> package-listing.sh [2025-06-03T02:16:07.925Z] ++ facter osfamily [2025-06-03T02:16:07.925Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-03T02:16:08.185Z] + OS_FAMILY=debian [2025-06-03T02:16:08.185Z] + workspace=/w/workspace/edgex-go/845 [2025-06-03T02:16:08.185Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-03T02:16:08.185Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-03T02:16:08.185Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-03T02:16:08.185Z] + PACKAGES=/tmp/packages_start.txt [2025-06-03T02:16:08.185Z] + '[' /w/workspace/edgex-go/845 ']' [2025-06-03T02:16:08.185Z] + PACKAGES=/tmp/packages_end.txt [2025-06-03T02:16:08.185Z] + case "${OS_FAMILY}" in [2025-06-03T02:16:08.185Z] + dpkg -l [2025-06-03T02:16:08.185Z] + grep '^ii' [2025-06-03T02:16:08.185Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-03T02:16:08.185Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-03T02:16:08.185Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-03T02:16:08.185Z] + '[' /w/workspace/edgex-go/845 ']' [2025-06-03T02:16:08.185Z] + mkdir -p /w/workspace/edgex-go/845/archives/ [2025-06-03T02:16:08.185Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/845/archives/ [Pipeline] echo [2025-06-03T02:16:08.196Z] 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/845/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-03T02:16:08.476Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:16:09.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T02:16:09.038Z] [2025-06-03T02:16:09.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T02:16:09.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T02:16:09.342Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-03T02:16:09.342Z] 5eb5b503b376: Pulling fs layer [2025-06-03T02:16:09.342Z] 5c69ac0246d0: Pulling fs layer [2025-06-03T02:16:09.342Z] ec43610c2a17: Pulling fs layer [2025-06-03T02:16:09.342Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-03T02:16:09.342Z] 33b1e0a273af: Pulling fs layer [2025-06-03T02:16:09.342Z] 5d3b04190fa2: Pulling fs layer [2025-06-03T02:16:09.342Z] 2f39f015ded8: Pulling fs layer [2025-06-03T02:16:09.342Z] 3a2ae6a8a46f: Waiting [2025-06-03T02:16:09.342Z] 5d3b04190fa2: Waiting [2025-06-03T02:16:09.342Z] 33b1e0a273af: Waiting [2025-06-03T02:16:09.342Z] 2f39f015ded8: Waiting [2025-06-03T02:16:09.342Z] 5c69ac0246d0: Verifying Checksum [2025-06-03T02:16:09.342Z] 5c69ac0246d0: Download complete [2025-06-03T02:16:09.342Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-03T02:16:09.342Z] 3a2ae6a8a46f: Download complete [2025-06-03T02:16:09.599Z] 33b1e0a273af: Verifying Checksum [2025-06-03T02:16:09.599Z] 33b1e0a273af: Download complete [2025-06-03T02:16:09.599Z] ec43610c2a17: Verifying Checksum [2025-06-03T02:16:09.599Z] ec43610c2a17: Download complete [2025-06-03T02:16:09.599Z] 5d3b04190fa2: Verifying Checksum [2025-06-03T02:16:09.599Z] 5d3b04190fa2: Download complete [2025-06-03T02:16:09.599Z] 5eb5b503b376: Verifying Checksum [2025-06-03T02:16:09.599Z] 5eb5b503b376: Download complete [2025-06-03T02:16:10.165Z] 2f39f015ded8: Download complete [2025-06-03T02:16:10.731Z] 5eb5b503b376: Pull complete [2025-06-03T02:16:10.731Z] 5c69ac0246d0: Pull complete [2025-06-03T02:16:11.297Z] ec43610c2a17: Pull complete [2025-06-03T02:16:11.556Z] 3a2ae6a8a46f: Pull complete [2025-06-03T02:16:11.815Z] 33b1e0a273af: Pull complete [2025-06-03T02:16:12.073Z] 5d3b04190fa2: Pull complete [2025-06-03T02:16:16.267Z] 2f39f015ded8: Pull complete [2025-06-03T02:16:16.267Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-03T02:16:16.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T02:16:16.267Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T02:16:16.367Z] prd-ubuntu20.04-docker-8c-8g-2670 does not seem to be running inside a container [2025-06-03T02:16:16.387Z] $ 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/845/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/845 -v /w/workspace/edgex-go/845:/w/workspace/edgex-go/845:rw,z -v /w/workspace/edgex-go/845@tmp:/w/workspace/edgex-go/845@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-03T02:16:19.866Z] $ docker top 9bf21e6036f19f9563dba4be0a74a690ebc25a885328487ed4ecac56505394fe -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T02:16:20.212Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-03T02:16:20.496Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-03T02:16:20.782Z] + ls /var/log/sa-host [2025-06-03T02:16:20.783Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T02:16:20.817Z] provisioning config files... [2025-06-03T02:16:20.824Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/845@tmp/config18438255976597622994tmp [Pipeline] { [Pipeline] echo [2025-06-03T02:16:20.844Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:16:21.125Z] ---> create-netrc.sh [Pipeline] } [2025-06-03T02:16:21.132Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:16:21.448Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-03T02:16:21.458Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:16:21.741Z] ---> sudo-logs.sh [2025-06-03T02:16:21.741Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-03T02:16:21.773Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:16:22.057Z] ---> job-cost.sh [2025-06-03T02:16:22.057Z] lf-activate-venv: SKIPPING [2025-06-03T02:16:22.057Z] DEBUG: total: 0.10999999940395355 [2025-06-03T02:16:22.057Z] INFO: Retrieving Stack Cost... [2025-06-03T02:16:22.317Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-03T02:16:22.883Z] INFO: Archiving Costs [Pipeline] echo [2025-06-03T02:16:22.894Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T02:16:23.177Z] ---> logs-deploy.sh [2025-06-03T02:16:23.177Z] lf-activate-venv: SKIPPING [2025-06-03T02:16:23.177Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/845 [2025-06-03T02:16:23.177Z] INFO: archiving workspace using pattern(s): [2025-06-03T02:16:24.115Z] Archives upload complete. [2025-06-03T02:16:24.375Z] INFO: archiving logs to Nexus [2025-06-03T02:16:24.945Z] ---> uname -a: [2025-06-03T02:16:24.945Z] Linux prd-ubuntu20-04-docker-8c-8g-2670 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-03T02:16:24.945Z] [2025-06-03T02:16:24.945Z] [2025-06-03T02:16:24.945Z] ---> lscpu: [2025-06-03T02:16:24.945Z] Architecture: x86_64 [2025-06-03T02:16:24.945Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-03T02:16:24.946Z] Byte Order: Little Endian [2025-06-03T02:16:24.946Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-03T02:16:24.946Z] CPU(s): 8 [2025-06-03T02:16:24.946Z] On-line CPU(s) list: 0-7 [2025-06-03T02:16:24.946Z] Thread(s) per core: 1 [2025-06-03T02:16:24.946Z] Core(s) per socket: 1 [2025-06-03T02:16:24.946Z] Socket(s): 8 [2025-06-03T02:16:24.946Z] NUMA node(s): 1 [2025-06-03T02:16:24.946Z] Vendor ID: AuthenticAMD [2025-06-03T02:16:24.946Z] CPU family: 23 [2025-06-03T02:16:24.946Z] Model: 49 [2025-06-03T02:16:24.946Z] Model name: AMD EPYC-Rome Processor [2025-06-03T02:16:24.946Z] Stepping: 0 [2025-06-03T02:16:24.946Z] CPU MHz: 2800.000 [2025-06-03T02:16:24.946Z] BogoMIPS: 5600.00 [2025-06-03T02:16:24.946Z] Virtualization: AMD-V [2025-06-03T02:16:24.946Z] Hypervisor vendor: KVM [2025-06-03T02:16:24.946Z] Virtualization type: full [2025-06-03T02:16:24.946Z] L1d cache: 256 KiB [2025-06-03T02:16:24.946Z] L1i cache: 256 KiB [2025-06-03T02:16:24.946Z] L2 cache: 4 MiB [2025-06-03T02:16:24.946Z] L3 cache: 128 MiB [2025-06-03T02:16:24.946Z] NUMA node0 CPU(s): 0-7 [2025-06-03T02:16:24.946Z] Vulnerability Itlb multihit: Not affected [2025-06-03T02:16:24.946Z] Vulnerability L1tf: Not affected [2025-06-03T02:16:24.946Z] Vulnerability Mds: Not affected [2025-06-03T02:16:24.946Z] Vulnerability Meltdown: Not affected [2025-06-03T02:16:24.946Z] Vulnerability Mmio stale data: Not affected [2025-06-03T02:16:24.946Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-03T02:16:24.946Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-03T02:16:24.946Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-03T02:16:24.946Z] Vulnerability Srbds: Not affected [2025-06-03T02:16:24.946Z] Vulnerability Tsx async abort: Not affected [2025-06-03T02:16:24.946Z] 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-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] ---> nproc: [2025-06-03T02:16:24.946Z] 8 [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] ---> df -h: [2025-06-03T02:16:24.946Z] Filesystem Size Used Avail Use% Mounted on [2025-06-03T02:16:24.946Z] overlay 155G 31G 125G 20% / [2025-06-03T02:16:24.946Z] tmpfs 64M 0 64M 0% /dev [2025-06-03T02:16:24.946Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-03T02:16:24.946Z] shm 64M 0 64M 0% /dev/shm [2025-06-03T02:16:24.946Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] ---> sar -b -r -n DEV: [2025-06-03T02:16:24.946Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2670) 06/03/25 _x86_64_ (8 CPU) [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] 01:24:29 LINUX RESTART (8 CPU) [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] 01:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-03T02:16:24.946Z] 01:26:01 368.39 15.20 353.19 0.00 1940.88 63950.14 0.00 [2025-06-03T02:16:24.946Z] 01:27:01 114.68 1.00 113.68 0.00 12.26 40162.11 0.00 [2025-06-03T02:16:24.946Z] 01:28:01 44.15 0.12 44.04 0.00 0.93 28985.69 0.00 [2025-06-03T02:16:24.946Z] 01:29:01 56.62 0.12 56.51 0.00 2.13 45154.61 0.00 [2025-06-03T02:16:24.946Z] 01:30:01 635.38 5.90 629.48 0.00 2449.59 250821.93 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 713.23 16.64 696.58 0.00 371.74 228195.40 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 259.81 0.03 259.78 0.00 0.27 101798.87 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 351.14 0.08 351.06 0.00 0.95 74717.26 0.00 [2025-06-03T02:16:24.946Z] 01:34:01 543.46 0.08 543.38 0.00 8.40 102345.88 0.00 [2025-06-03T02:16:24.946Z] 01:35:01 26.75 0.03 26.71 0.00 6.40 674.82 0.00 [2025-06-03T02:16:24.946Z] 01:36:01 12.50 0.03 12.46 0.00 6.93 278.75 0.00 [2025-06-03T02:16:24.946Z] 01:37:01 2.20 0.00 2.20 0.00 0.00 28.93 0.00 [2025-06-03T02:16:24.946Z] 01:38:01 1.05 0.00 1.05 0.00 0.00 11.46 0.00 [2025-06-03T02:16:24.946Z] 01:39:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 [2025-06-03T02:16:24.946Z] 01:40:01 2.30 0.02 2.28 0.00 0.13 29.06 0.00 [2025-06-03T02:16:24.946Z] 01:41:01 1.73 0.00 1.73 0.00 0.00 19.33 0.00 [2025-06-03T02:16:24.946Z] 01:42:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 [2025-06-03T02:16:24.946Z] 01:43:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 [2025-06-03T02:16:24.946Z] 01:44:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2025-06-03T02:16:24.946Z] 01:45:01 1.58 0.00 1.58 0.00 0.00 19.46 0.00 [2025-06-03T02:16:24.946Z] 01:46:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 [2025-06-03T02:16:24.946Z] 01:47:01 1.48 0.00 1.48 0.00 0.00 17.73 0.00 [2025-06-03T02:16:24.946Z] 01:48:01 0.80 0.00 0.80 0.00 0.00 9.20 0.00 [2025-06-03T02:16:24.946Z] 01:49:01 1.32 0.00 1.32 0.00 0.00 15.60 0.00 [2025-06-03T02:16:24.946Z] 01:50:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-06-03T02:16:24.946Z] 01:51:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 [2025-06-03T02:16:24.946Z] 01:52:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2025-06-03T02:16:24.946Z] 01:53:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 [2025-06-03T02:16:24.946Z] 01:54:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2025-06-03T02:16:24.946Z] 01:55:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 [2025-06-03T02:16:24.946Z] 01:56:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 [2025-06-03T02:16:24.946Z] 01:57:01 2.00 0.00 2.00 0.00 0.00 22.93 0.00 [2025-06-03T02:16:24.946Z] 01:58:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 [2025-06-03T02:16:24.946Z] 01:59:01 2.00 0.00 2.00 0.00 0.00 22.93 0.00 [2025-06-03T02:16:24.946Z] 02:00:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 [2025-06-03T02:16:24.946Z] 02:01:01 2.05 0.00 2.05 0.00 0.00 22.80 0.00 [2025-06-03T02:16:24.946Z] 02:02:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 [2025-06-03T02:16:24.946Z] 02:03:01 1.98 0.00 1.98 0.00 0.00 22.80 0.00 [2025-06-03T02:16:24.946Z] 02:04:01 1.30 0.00 1.30 0.00 0.00 15.60 0.00 [2025-06-03T02:16:24.946Z] 02:05:01 2.08 0.00 2.08 0.00 0.00 23.73 0.00 [2025-06-03T02:16:24.946Z] 02:06:01 1.47 0.00 1.47 0.00 0.00 16.26 0.00 [2025-06-03T02:16:24.946Z] 02:07:01 2.00 0.00 2.00 0.00 0.00 22.53 0.00 [2025-06-03T02:16:24.946Z] 02:08:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 [2025-06-03T02:16:24.946Z] 02:09:01 2.05 0.00 2.05 0.00 0.00 22.66 0.00 [2025-06-03T02:16:24.946Z] 02:10:01 1.57 0.00 1.57 0.00 0.00 17.33 0.00 [2025-06-03T02:16:24.946Z] 02:11:01 2.03 0.00 2.03 0.00 0.00 22.26 0.00 [2025-06-03T02:16:24.946Z] 02:12:01 1.36 0.00 1.36 0.00 0.00 15.42 0.00 [2025-06-03T02:16:24.946Z] 02:13:01 1.73 0.00 1.73 0.00 0.00 20.26 0.00 [2025-06-03T02:16:24.946Z] 02:14:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 [2025-06-03T02:16:24.946Z] 02:15:01 4.72 0.10 4.62 0.00 10.26 734.14 0.00 [2025-06-03T02:16:24.946Z] 02:16:01 204.80 0.20 204.60 0.00 5.73 60861.06 0.00 [2025-06-03T02:16:24.946Z] Average: 66.42 0.78 65.64 0.00 94.47 19576.75 0.00 [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] 01:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-03T02:16:24.946Z] 01:26:01 28217484 31519392 790376 2.40 87488 3442908 2018964 5.95 1128060 3094304 81796 [2025-06-03T02:16:24.946Z] 01:27:01 26662980 31328448 972540 2.96 128660 4649212 2224172 6.55 2004596 3648404 831420 [2025-06-03T02:16:24.946Z] 01:28:01 25690028 30394556 1905168 5.79 133472 4657764 2954108 8.71 2450136 4151788 530008 [2025-06-03T02:16:24.946Z] 01:29:01 27455624 31517764 788920 2.40 136524 4076948 2031408 5.99 1330088 3574600 203220 [2025-06-03T02:16:24.946Z] 01:30:01 19451408 31084580 1151084 3.50 198464 11296704 3652928 10.77 2586692 9944424 133808 [2025-06-03T02:16:24.946Z] 01:31:01 9695944 29166140 3010380 9.15 402432 18216988 9725460 28.66 5506968 15984960 932024 [2025-06-03T02:16:24.946Z] 01:32:02 5906912 28121928 4051528 12.32 418176 20822440 10022736 29.54 7775092 17380524 728740 [2025-06-03T02:16:24.946Z] 01:33:01 3541104 29310316 2867144 8.72 432900 24230868 7836304 23.09 8225252 19180264 2256020 [2025-06-03T02:16:24.946Z] 01:34:01 8176624 31431564 810148 2.46 439460 21991196 2278292 6.71 3499864 19640876 124 [2025-06-03T02:16:24.946Z] 01:35:01 8170852 31427468 814088 2.48 440656 21991852 2272404 6.70 4014256 19132232 568 [2025-06-03T02:16:24.946Z] 01:36:01 8181492 31438852 802684 2.44 441012 21992132 2169380 6.39 4127720 19008880 4 [2025-06-03T02:16:24.946Z] 01:37:01 8183228 31440676 801336 2.44 441056 21992140 2169380 6.39 4125872 19008888 8 [2025-06-03T02:16:24.946Z] 01:38:01 8196284 31453816 788140 2.40 441076 21992140 2169380 6.39 4112048 19008888 8 [2025-06-03T02:16:24.946Z] 01:39:01 8196888 31454428 787836 2.40 441080 21992144 2169380 6.39 4112036 19008892 44 [2025-06-03T02:16:24.946Z] 01:40:01 8201500 31458984 783216 2.38 441116 21992116 2180876 6.43 4106976 19008872 12 [2025-06-03T02:16:24.946Z] 01:41:01 8201420 31458948 783232 2.38 441156 21992124 2180876 6.43 4106940 19008872 12 [2025-06-03T02:16:24.946Z] 01:42:01 8201584 31459136 782944 2.38 441172 21992128 2180876 6.43 4106876 19008876 8 [2025-06-03T02:16:24.946Z] 01:43:01 8201212 31458764 783184 2.38 441184 21992128 2180876 6.43 4107240 19008876 212 [2025-06-03T02:16:24.946Z] 01:44:01 8201236 31458792 783148 2.38 441192 21992132 2180876 6.43 4106868 19008880 8 [2025-06-03T02:16:24.946Z] 01:45:01 8202444 31460004 782068 2.38 441212 21992140 2180876 6.43 4106048 19008884 20 [2025-06-03T02:16:24.946Z] 01:46:01 8202428 31460044 782044 2.38 441220 21992140 2180876 6.43 4106412 19008888 20 [2025-06-03T02:16:24.946Z] 01:47:01 8202380 31460012 782060 2.38 441232 21992144 2180876 6.43 4106120 19008892 16 [2025-06-03T02:16:24.946Z] 01:48:01 8201692 31459360 782548 2.38 441244 21992144 2180876 6.43 4106568 19008892 164 [2025-06-03T02:16:24.946Z] 01:49:01 8202220 31459896 782000 2.38 441256 21992148 2180876 6.43 4106136 19008896 44 [2025-06-03T02:16:24.946Z] 01:50:01 8202164 31459844 781992 2.38 441268 21992140 2180876 6.43 4106272 19008900 12 [2025-06-03T02:16:24.946Z] 01:51:01 8201872 31459580 782184 2.38 441292 21992156 2180876 6.43 4106172 19008900 16 [2025-06-03T02:16:24.946Z] 01:52:01 8202108 31459824 781916 2.38 441304 21992160 2180876 6.43 4106200 19008908 4 [2025-06-03T02:16:24.946Z] 01:53:01 8202060 31459828 781884 2.38 441324 21992160 2180876 6.43 4106236 19008912 8 [2025-06-03T02:16:24.946Z] 01:54:01 8202480 31460252 781600 2.38 441340 21992164 2180876 6.43 4106236 19008916 4 [2025-06-03T02:16:24.946Z] 01:55:01 8202200 31459972 782044 2.38 441352 21992168 2180876 6.43 4106296 19008916 184 [2025-06-03T02:16:24.946Z] 01:56:01 8202476 31460304 781704 2.38 441396 21992168 2180876 6.43 4106488 19008928 12 [2025-06-03T02:16:24.946Z] 01:57:01 8202112 31460004 781964 2.38 441428 21992176 2180876 6.43 4106452 19008936 12 [2025-06-03T02:16:24.946Z] 01:58:01 8202096 31460048 781908 2.38 441480 21992176 2180876 6.43 4106392 19008940 16 [2025-06-03T02:16:24.946Z] 01:59:01 8202048 31460064 781812 2.38 441556 21992180 2180876 6.43 4106468 19008948 8 [2025-06-03T02:16:24.946Z] 02:00:01 8202032 31460108 781700 2.38 441624 21992176 2180876 6.43 4106568 19008952 16 [2025-06-03T02:16:24.946Z] 02:01:01 8201920 31460100 781588 2.38 441684 21992184 2180876 6.43 4106696 19008936 8 [2025-06-03T02:16:24.946Z] 02:02:01 8201612 31459796 781784 2.38 441732 21992188 2180876 6.43 4106892 19008940 8 [2025-06-03T02:16:24.946Z] 02:03:01 8201832 31460224 781328 2.38 441780 21992320 2180876 6.43 4106724 19009064 8 [2025-06-03T02:16:24.946Z] 02:04:01 8202000 31460444 781292 2.38 441804 21992324 2180876 6.43 4107260 19009068 8 [2025-06-03T02:16:24.946Z] 02:05:01 8202000 31460516 781180 2.38 441872 21992324 2180876 6.43 4107216 19009068 40 [2025-06-03T02:16:24.946Z] 02:06:01 8201932 31460460 781372 2.38 441912 21992328 2180876 6.43 4107108 19009076 12 [2025-06-03T02:16:24.946Z] 02:07:01 8201836 31460448 781348 2.38 441980 21992332 2180876 6.43 4107168 19009080 8 [2025-06-03T02:16:24.946Z] 02:08:01 8202080 31460760 781052 2.38 442008 21992336 2180876 6.43 4107004 19009088 8 [2025-06-03T02:16:24.946Z] 02:09:01 8201780 31460504 781220 2.38 442072 21992340 2180876 6.43 4107028 19009088 192 [2025-06-03T02:16:24.946Z] 02:10:01 8201740 31460524 781168 2.38 442136 21992332 2197148 6.48 4107148 19009092 4 [2025-06-03T02:16:24.946Z] 02:11:01 8202032 31460892 780764 2.37 442192 21992344 2197148 6.48 4107164 19009092 180 [2025-06-03T02:16:24.946Z] 02:12:01 8201936 31460852 780688 2.37 442248 21992348 2197148 6.48 4107488 19009100 8 [2025-06-03T02:16:24.946Z] 02:13:01 8201448 31460408 781116 2.38 442284 21992352 2213248 6.52 4107260 19009096 4 [2025-06-03T02:16:24.946Z] 02:14:01 8201408 31460428 781128 2.38 442356 21992356 2213248 6.52 4107312 19009104 180 [2025-06-03T02:16:24.946Z] 02:15:01 7309616 31394564 846284 2.57 445344 22766036 2474028 7.29 4171264 19783880 788228 [2025-06-03T02:16:24.946Z] 02:16:01 6680368 31377292 859232 2.61 465452 23275388 2289516 6.75 4257652 20237264 932 [2025-06-03T02:16:24.946Z] Average: 9740866 31273763 968844 2.95 410758 20374793 2645138 7.80 4062020 17590254 127224 [2025-06-03T02:16:24.946Z] [2025-06-03T02:16:24.946Z] 01:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-03T02:16:24.946Z] 01:26:01 docker0 685.22 707.48 50.48 3450.20 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:26:01 veth74faedd 148.64 175.62 14.72 470.09 0.00 0.00 0.00 0.04 [2025-06-03T02:16:24.946Z] 01:26:01 lo 4.87 4.87 0.48 0.48 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:26:01 ens3 1662.04 1494.47 13656.53 179.26 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:27:01 docker0 58.82 130.18 4.95 1186.93 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:27:01 ens3 170.14 83.59 1227.28 19.33 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:27:01 vethbc465c3 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:28:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:28:01 ens3 30.91 18.78 23.56 13.12 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:28:01 vethbc465c3 1.23 1.25 0.11 0.11 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:29:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:29:01 ens3 97.95 60.79 2217.94 18.86 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:30:01 docker0 242.43 358.32 18.46 1823.81 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:30:01 veth4ca9cc3 0.60 1.52 0.05 0.28 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:30:01 vethbc386ca 29.15 39.83 2.82 74.43 0.00 0.00 0.00 0.01 [2025-06-03T02:16:24.946Z] 01:30:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:30:01 veth5819fcc 29.35 38.79 2.80 62.65 0.00 0.00 0.00 0.01 [2025-06-03T02:16:24.946Z] 01:30:01 ens3 569.36 376.74 4995.20 194.93 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:30:01 vethd91a44e 29.43 39.23 2.81 64.86 0.00 0.00 0.00 0.01 [2025-06-03T02:16:24.946Z] 01:30:01 vethde28159 29.81 39.91 2.84 68.21 0.00 0.00 0.00 0.01 [2025-06-03T02:16:24.946Z] 01:30:01 vethee11da7 29.96 40.01 2.87 73.87 0.00 0.00 0.00 0.01 [2025-06-03T02:16:24.946Z] 01:30:01 veth60110b9 29.81 40.31 2.84 66.70 0.00 0.00 0.00 0.01 [2025-06-03T02:16:24.946Z] 01:31:01 veth5817121 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth9bb06a5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 docker0 336.67 601.50 29.57 6956.54 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth4ca9cc3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth9cb7525 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 ens3 616.71 347.70 6969.10 41.30 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 vethd6d191c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth33856d9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 vethf6edc8c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth8441ce8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth18f7dc7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth5328b0e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 veth1080942 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 vethf2a7bd7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:31:01 vethd6dfe4f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth5817121 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth9bb06a5 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth4ca9cc3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth9cb7525 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 ens3 2.77 2.03 2.27 1.30 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 vethd6d191c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth33856d9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 vethf6edc8c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth8441ce8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth18f7dc7 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth5328b0e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 veth1080942 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 vethf2a7bd7 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:32:02 vethd6dfe4f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 veth5817121 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 veth4ca9cc3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 veth9cb7525 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 ens3 7.79 6.13 6.26 3.69 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 vethd6d191c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 veth33856d9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 vethf6edc8c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 veth8441ce8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 veth18f7dc7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 veth1080942 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 vethf2a7bd7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:33:01 vethd6dfe4f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:34:01 lo 33.73 33.73 3.33 3.33 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:34:01 ens3 241.86 229.15 156.30 814.52 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:35:01 lo 32.86 32.86 3.23 3.23 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:35:01 ens3 447.63 479.22 162.45 2974.42 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:36:01 lo 13.00 13.00 1.28 1.28 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:36:01 ens3 122.35 117.88 67.31 630.25 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.946Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:37:01 ens3 1.20 0.47 0.52 0.22 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:39:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:40:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:41:01 ens3 0.27 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:42:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:45:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:46:01 ens3 0.78 0.37 0.30 0.21 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:47:01 ens3 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:50:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:51:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:53:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:55:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:56:01 ens3 0.75 0.10 0.12 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:57:01 ens3 0.72 0.63 0.36 0.30 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:58:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 01:59:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:00:01 ens3 0.20 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:01:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:02:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:03:01 ens3 0.22 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:04:01 ens3 0.73 0.27 0.30 0.21 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:05:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:06:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:07:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:10:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:11:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:13:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:15:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:15:01 ens3 128.33 72.37 3918.51 25.28 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:16:01 docker0 63.77 110.73 6.00 871.41 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:16:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:16:01 ens3 325.81 224.08 4149.16 155.21 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] 02:16:01 veth8fb062b 1.03 0.88 0.17 0.26 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] Average: docker0 27.23 37.45 2.15 280.27 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] Average: lo 1.83 1.83 0.18 0.18 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] Average: ens3 86.93 68.99 736.56 99.49 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] Average: veth8fb062b 0.02 0.02 0.00 0.01 0.00 0.00 0.00 0.00 [2025-06-03T02:16:24.947Z] [2025-06-03T02:16:24.947Z] [2025-06-03T02:16:24.947Z] ---> sar -P ALL: [2025-06-03T02:16:24.947Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2670) 06/03/25 _x86_64_ (8 CPU) [2025-06-03T02:16:24.947Z] [2025-06-03T02:16:24.947Z] 01:24:29 LINUX RESTART (8 CPU) [2025-06-03T02:16:24.947Z] [2025-06-03T02:16:24.947Z] 01:25:01 CPU %user %nice %system %iowait %steal %idle [2025-06-03T02:16:24.947Z] 01:26:01 all 11.13 0.00 4.13 2.51 0.06 82.17 [2025-06-03T02:16:24.947Z] 01:26:01 0 12.33 0.00 4.69 4.42 0.05 78.52 [2025-06-03T02:16:24.947Z] 01:26:01 1 9.57 0.00 4.08 0.22 0.05 86.07 [2025-06-03T02:16:24.947Z] 01:26:01 2 13.31 0.00 4.04 2.11 0.05 80.49 [2025-06-03T02:16:24.947Z] 01:26:01 3 15.08 0.00 3.94 7.20 0.05 73.73 [2025-06-03T02:16:24.947Z] 01:26:01 4 9.92 0.00 3.84 0.95 0.07 85.23 [2025-06-03T02:16:24.947Z] 01:26:01 5 9.88 0.00 3.67 0.03 0.07 86.35 [2025-06-03T02:16:24.947Z] 01:26:01 6 9.94 0.00 2.98 0.24 0.05 86.79 [2025-06-03T02:16:24.947Z] 01:26:01 7 9.00 0.00 5.82 4.89 0.07 80.23 [2025-06-03T02:16:24.947Z] 01:27:01 all 39.87 0.00 6.88 1.37 0.08 51.80 [2025-06-03T02:16:24.947Z] 01:27:01 0 37.89 0.00 5.78 0.07 0.08 56.18 [2025-06-03T02:16:24.947Z] 01:27:01 1 38.73 0.00 7.40 0.57 0.08 53.21 [2025-06-03T02:16:24.947Z] 01:27:01 2 40.70 0.00 7.01 1.93 0.08 50.28 [2025-06-03T02:16:24.947Z] 01:27:01 3 38.73 0.00 7.85 6.32 0.08 47.02 [2025-06-03T02:16:24.947Z] 01:27:01 4 45.14 0.00 6.18 0.08 0.08 48.51 [2025-06-03T02:16:24.947Z] 01:27:01 5 40.21 0.00 6.79 0.12 0.07 52.81 [2025-06-03T02:16:24.947Z] 01:27:01 6 39.27 0.00 6.69 1.80 0.08 52.16 [2025-06-03T02:16:24.947Z] 01:27:01 7 38.30 0.00 7.30 0.12 0.07 54.21 [2025-06-03T02:16:24.947Z] 01:28:01 all 48.18 0.00 5.94 0.70 0.10 45.09 [2025-06-03T02:16:24.947Z] 01:28:01 0 46.51 0.00 5.96 0.02 0.10 47.41 [2025-06-03T02:16:24.947Z] 01:28:01 1 46.75 0.00 5.39 0.00 0.08 47.78 [2025-06-03T02:16:24.947Z] 01:28:01 2 50.28 0.00 5.87 0.15 0.10 43.60 [2025-06-03T02:16:24.947Z] 01:28:01 3 48.72 0.00 5.93 0.00 0.10 45.25 [2025-06-03T02:16:24.947Z] 01:28:01 4 49.55 0.00 5.98 0.00 0.08 44.39 [2025-06-03T02:16:24.947Z] 01:28:01 5 47.62 0.00 6.17 0.07 0.10 46.03 [2025-06-03T02:16:24.947Z] 01:28:01 6 48.45 0.00 5.76 0.95 0.10 44.75 [2025-06-03T02:16:24.947Z] 01:28:01 7 47.57 0.00 6.43 4.37 0.10 41.53 [2025-06-03T02:16:24.947Z] 01:29:01 all 39.01 0.00 6.59 1.08 0.09 53.23 [2025-06-03T02:16:24.947Z] 01:29:01 0 38.85 0.00 6.31 0.05 0.10 54.69 [2025-06-03T02:16:24.947Z] 01:29:01 1 39.85 0.00 6.65 0.02 0.10 53.38 [2025-06-03T02:16:24.947Z] 01:29:01 2 39.53 0.00 6.85 0.81 0.10 52.71 [2025-06-03T02:16:24.947Z] 01:29:01 3 37.95 0.00 6.62 0.24 0.08 55.11 [2025-06-03T02:16:24.947Z] 01:29:01 4 38.32 0.00 6.88 0.08 0.08 54.63 [2025-06-03T02:16:24.947Z] 01:29:01 5 41.79 0.00 6.42 5.21 0.10 46.47 [2025-06-03T02:16:24.947Z] 01:29:01 6 37.98 0.00 6.31 0.98 0.08 54.64 [2025-06-03T02:16:24.947Z] 01:29:01 7 37.76 0.00 6.68 1.26 0.10 54.20 [2025-06-03T02:16:24.947Z] 01:30:01 all 21.50 0.00 8.12 19.21 0.08 51.08 [2025-06-03T02:16:24.947Z] 01:30:01 0 21.44 0.00 8.29 18.44 0.08 51.74 [2025-06-03T02:16:24.947Z] 01:30:01 1 23.21 0.00 7.62 14.31 0.08 54.77 [2025-06-03T02:16:24.947Z] 01:30:01 2 20.29 0.00 7.69 13.84 0.09 58.10 [2025-06-03T02:16:24.947Z] 01:30:01 3 21.40 0.00 8.14 36.78 0.10 33.59 [2025-06-03T02:16:24.947Z] 01:30:01 4 20.46 0.00 7.30 6.59 0.07 65.59 [2025-06-03T02:16:24.947Z] 01:30:01 5 21.50 0.00 7.96 14.25 0.08 56.21 [2025-06-03T02:16:24.947Z] 01:30:01 6 21.75 0.00 8.53 28.54 0.09 41.10 [2025-06-03T02:16:24.947Z] 01:30:01 7 21.95 0.00 9.48 21.03 0.09 47.47 [2025-06-03T02:16:24.947Z] 01:31:01 all 38.27 0.00 8.77 11.00 0.08 41.88 [2025-06-03T02:16:24.947Z] 01:31:01 0 38.98 0.00 9.20 16.03 0.08 35.70 [2025-06-03T02:16:24.947Z] 01:31:01 1 38.55 0.00 9.07 10.14 0.08 42.16 [2025-06-03T02:16:24.947Z] 01:31:01 2 37.65 0.00 9.43 7.50 0.07 45.35 [2025-06-03T02:16:24.947Z] 01:31:01 3 37.91 0.00 8.82 11.37 0.07 41.83 [2025-06-03T02:16:24.947Z] 01:31:01 4 37.44 0.00 7.20 5.27 0.07 50.03 [2025-06-03T02:16:24.947Z] 01:31:01 5 38.41 0.00 9.54 25.03 0.10 26.91 [2025-06-03T02:16:24.947Z] 01:31:01 6 38.43 0.00 8.90 9.17 0.08 43.42 [2025-06-03T02:16:24.947Z] 01:31:01 7 38.81 0.00 8.01 3.60 0.07 49.51 [2025-06-03T02:16:24.947Z] 01:32:02 all 89.86 0.00 10.02 0.00 0.12 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 0 90.49 0.00 9.38 0.00 0.13 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 1 90.24 0.00 9.65 0.00 0.12 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 2 89.29 0.00 10.58 0.00 0.13 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 3 90.48 0.00 9.42 0.00 0.10 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 4 90.47 0.00 9.41 0.00 0.12 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 5 87.60 0.00 12.26 0.00 0.13 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 6 89.60 0.00 10.27 0.00 0.13 0.00 [2025-06-03T02:16:24.947Z] 01:32:02 7 90.69 0.00 9.18 0.00 0.13 0.00 [2025-06-03T02:16:24.947Z] 01:33:01 all 91.08 0.00 8.79 0.00 0.12 0.00 [2025-06-03T02:16:24.947Z] 01:33:01 0 91.70 0.00 8.18 0.00 0.12 0.00 [2025-06-03T02:16:24.947Z] 01:33:01 1 91.90 0.00 8.00 0.00 0.10 0.00 [2025-06-03T02:16:24.947Z] 01:33:01 2 90.78 0.00 9.08 0.00 0.14 0.00 [2025-06-03T02:16:24.947Z] 01:33:01 3 90.84 0.00 9.03 0.00 0.12 0.02 [2025-06-03T02:16:24.947Z] 01:33:01 4 90.82 0.00 9.05 0.00 0.12 0.02 [2025-06-03T02:16:24.947Z] 01:33:01 5 90.00 0.00 9.86 0.00 0.14 0.00 [2025-06-03T02:16:24.947Z] 01:33:01 6 91.12 0.00 8.76 0.00 0.12 0.00 [2025-06-03T02:16:24.947Z] 01:33:01 7 91.51 0.00 8.36 0.00 0.14 0.00 [2025-06-03T02:16:24.947Z] 01:34:01 all 21.53 0.00 3.81 3.16 0.08 71.42 [2025-06-03T02:16:24.947Z] 01:34:01 0 21.34 0.00 3.68 2.34 0.07 72.58 [2025-06-03T02:16:24.947Z] 01:34:01 1 25.08 0.00 4.05 4.68 0.08 66.12 [2025-06-03T02:16:24.947Z] 01:34:01 2 21.41 0.00 3.80 2.08 0.10 72.61 [2025-06-03T02:16:24.947Z] 01:34:01 3 20.55 0.00 3.31 0.57 0.07 75.51 [2025-06-03T02:16:24.947Z] 01:34:01 4 21.53 0.00 3.62 0.60 0.08 74.16 [2025-06-03T02:16:24.947Z] 01:34:01 5 20.61 0.00 4.62 10.87 0.08 63.82 [2025-06-03T02:16:24.947Z] 01:34:01 6 19.33 0.00 3.47 1.64 0.08 75.48 [2025-06-03T02:16:24.947Z] 01:34:01 7 22.44 0.00 3.92 2.58 0.07 71.01 [2025-06-03T02:16:24.947Z] 01:35:01 all 10.65 0.00 0.86 0.08 0.06 88.35 [2025-06-03T02:16:24.947Z] 01:35:01 0 12.05 0.00 0.97 0.28 0.07 86.63 [2025-06-03T02:16:24.947Z] 01:35:01 1 9.42 0.00 0.90 0.12 0.07 89.49 [2025-06-03T02:16:24.947Z] 01:35:01 2 9.95 0.00 0.91 0.03 0.03 89.07 [2025-06-03T02:16:24.947Z] 01:35:01 3 11.66 0.00 0.85 0.02 0.07 87.41 [2025-06-03T02:16:24.947Z] 01:35:01 4 7.64 0.00 0.70 0.00 0.05 91.61 [2025-06-03T02:16:24.947Z] 01:35:01 5 15.06 0.00 0.89 0.02 0.08 83.95 [2025-06-03T02:16:24.947Z] 01:35:01 6 11.58 0.00 0.85 0.15 0.07 87.35 [2025-06-03T02:16:24.947Z] 01:35:01 7 7.83 0.00 0.79 0.02 0.07 91.30 [2025-06-03T02:16:24.947Z] 01:36:01 all 2.70 0.00 0.33 0.05 0.02 96.90 [2025-06-03T02:16:24.947Z] 01:36:01 0 3.01 0.00 0.33 0.02 0.02 96.63 [2025-06-03T02:16:24.947Z] 01:36:01 1 4.91 0.00 0.35 0.32 0.03 94.38 [2025-06-03T02:16:24.947Z] 01:36:01 2 2.80 0.00 0.27 0.00 0.02 96.91 [2025-06-03T02:16:24.947Z] 01:36:01 3 1.85 0.00 0.28 0.02 0.02 97.83 [2025-06-03T02:16:24.947Z] 01:36:01 4 1.29 0.00 0.35 0.02 0.02 98.32 [2025-06-03T02:16:24.947Z] 01:36:01 5 3.20 0.00 0.30 0.00 0.03 96.46 [2025-06-03T02:16:24.947Z] 01:36:01 6 3.20 0.00 0.27 0.00 0.03 96.49 [2025-06-03T02:16:24.947Z] 01:36:01 7 1.34 0.00 0.45 0.00 0.02 98.20 [2025-06-03T02:16:24.947Z] [2025-06-03T02:16:24.947Z] 01:36:01 CPU %user %nice %system %iowait %steal %idle [2025-06-03T02:16:24.947Z] 01:37:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2025-06-03T02:16:24.947Z] 01:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.947Z] 01:37:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2025-06-03T02:16:24.947Z] 01:37:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:37:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:37:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:37:01 5 0.05 0.00 0.08 0.00 0.02 99.85 [2025-06-03T02:16:24.948Z] 01:37:01 6 0.02 0.00 0.03 0.02 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:38:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:38:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:38:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:38:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:38:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:38:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-06-03T02:16:24.948Z] 01:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:39:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:39:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:39:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-03T02:16:24.948Z] 01:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:39:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2025-06-03T02:16:24.948Z] 01:39:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:40:01 all 0.04 0.00 0.03 0.01 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:40:01 1 0.05 0.00 0.03 0.05 0.00 99.87 [2025-06-03T02:16:24.948Z] 01:40:01 2 0.07 0.00 0.03 0.02 0.02 99.87 [2025-06-03T02:16:24.948Z] 01:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:40:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:40:01 5 0.05 0.00 0.05 0.02 0.02 99.87 [2025-06-03T02:16:24.948Z] 01:40:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:40:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-06-03T02:16:24.948Z] 01:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:41:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:41:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:41:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:41:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:42:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2025-06-03T02:16:24.948Z] 01:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:42:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2025-06-03T02:16:24.948Z] 01:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:42:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:42:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:43:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2025-06-03T02:16:24.948Z] 01:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:43:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:43:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:43:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:43:01 6 0.03 0.00 0.02 0.02 0.02 99.92 [2025-06-03T02:16:24.948Z] 01:43:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-03T02:16:24.948Z] 01:44:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:44:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-03T02:16:24.948Z] 01:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:44:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:44:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2025-06-03T02:16:24.948Z] 01:45:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-06-03T02:16:24.948Z] 01:45:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:45:01 1 0.02 0.00 0.03 0.02 0.02 99.92 [2025-06-03T02:16:24.948Z] 01:45:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:45:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:45:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:45:01 7 0.13 0.00 0.05 0.00 0.02 99.80 [2025-06-03T02:16:24.948Z] 01:46:01 all 0.28 0.00 0.01 0.00 0.00 99.70 [2025-06-03T02:16:24.948Z] 01:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:46:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:46:01 4 1.92 0.00 0.02 0.00 0.00 98.06 [2025-06-03T02:16:24.948Z] 01:46:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2025-06-03T02:16:24.948Z] 01:46:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:46:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-03T02:16:24.948Z] 01:47:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-06-03T02:16:24.948Z] 01:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:47:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:47:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:47:01 4 1.99 0.00 0.00 0.00 0.02 98.00 [2025-06-03T02:16:24.948Z] 01:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:47:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:47:01 7 0.10 0.00 0.03 0.00 0.02 99.85 [2025-06-03T02:16:24.948Z] [2025-06-03T02:16:24.948Z] 01:47:01 CPU %user %nice %system %iowait %steal %idle [2025-06-03T02:16:24.948Z] 01:48:01 all 0.28 0.00 0.01 0.00 0.00 99.70 [2025-06-03T02:16:24.948Z] 01:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:48:01 1 0.05 0.00 0.02 0.02 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:48:01 4 1.99 0.00 0.00 0.00 0.00 98.01 [2025-06-03T02:16:24.948Z] 01:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:48:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:48:01 7 0.12 0.00 0.03 0.00 0.02 99.83 [2025-06-03T02:16:24.948Z] 01:49:01 all 0.29 0.00 0.01 0.00 0.01 99.69 [2025-06-03T02:16:24.948Z] 01:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:49:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:49:01 3 2.02 0.00 0.02 0.00 0.02 97.95 [2025-06-03T02:16:24.948Z] 01:49:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:49:01 5 0.08 0.00 0.02 0.00 0.00 99.90 [2025-06-03T02:16:24.948Z] 01:49:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:49:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2025-06-03T02:16:24.948Z] 01:50:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2025-06-03T02:16:24.948Z] 01:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:50:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:50:01 3 0.63 0.00 0.02 0.00 0.02 99.33 [2025-06-03T02:16:24.948Z] 01:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:50:01 6 0.00 0.00 0.03 0.02 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-03T02:16:24.948Z] 01:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:51:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:51:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:51:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:51:01 7 0.08 0.00 0.05 0.00 0.03 99.83 [2025-06-03T02:16:24.948Z] 01:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-06-03T02:16:24.948Z] 01:52:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.948Z] 01:52:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:52:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:52:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:52:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:53:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:53:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:53:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:53:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:53:01 7 0.07 0.00 0.07 0.00 0.02 99.85 [2025-06-03T02:16:24.948Z] 01:54:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-06-03T02:16:24.948Z] 01:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:54:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:54:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:54:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:54:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:54:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:54:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2025-06-03T02:16:24.948Z] 01:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-03T02:16:24.948Z] 01:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:55:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:55:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:55:01 7 0.08 0.00 0.07 0.00 0.02 99.83 [2025-06-03T02:16:24.948Z] 01:56:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2025-06-03T02:16:24.948Z] 01:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:56:01 1 0.05 0.00 0.00 0.03 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-03T02:16:24.948Z] 01:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:56:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:56:01 7 0.08 0.00 0.03 0.02 0.02 99.85 [2025-06-03T02:16:24.948Z] 01:57:01 all 0.04 0.00 0.01 0.01 0.00 99.94 [2025-06-03T02:16:24.948Z] 01:57:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:57:01 1 0.10 0.00 0.03 0.02 0.02 99.83 [2025-06-03T02:16:24.948Z] 01:57:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:57:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.948Z] 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 01:57:01 6 0.02 0.00 0.00 0.03 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:57:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:58:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-06-03T02:16:24.948Z] 01:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:58:01 1 0.07 0.00 0.03 0.05 0.02 99.83 [2025-06-03T02:16:24.948Z] 01:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.948Z] 01:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:58:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 01:58:01 6 0.00 0.00 0.00 0.03 0.02 99.95 [2025-06-03T02:16:24.948Z] 01:58:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.948Z] [2025-06-03T02:16:24.948Z] 01:58:01 CPU %user %nice %system %iowait %steal %idle [2025-06-03T02:16:24.948Z] 01:59:01 all 0.04 0.00 0.01 0.01 0.00 99.94 [2025-06-03T02:16:24.948Z] 01:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:59:01 1 0.05 0.00 0.05 0.03 0.02 99.85 [2025-06-03T02:16:24.948Z] 01:59:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-06-03T02:16:24.948Z] 01:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-03T02:16:24.948Z] 01:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 01:59:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:59:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2025-06-03T02:16:24.948Z] 01:59:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-03T02:16:24.948Z] 02:00:01 all 0.10 0.00 0.01 0.00 0.00 99.89 [2025-06-03T02:16:24.948Z] 02:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.948Z] 02:00:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-06-03T02:16:24.948Z] 02:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 02:00:01 3 0.65 0.00 0.03 0.00 0.00 99.32 [2025-06-03T02:16:24.948Z] 02:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 02:00:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.948Z] 02:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.948Z] 02:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 02:01:01 all 0.28 0.00 0.00 0.01 0.01 99.70 [2025-06-03T02:16:24.948Z] 02:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.948Z] 02:01:01 1 0.05 0.00 0.02 0.03 0.00 99.90 [2025-06-03T02:16:24.948Z] 02:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:01:01 3 2.02 0.00 0.02 0.00 0.02 97.95 [2025-06-03T02:16:24.949Z] 02:01:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-03T02:16:24.949Z] 02:01:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2025-06-03T02:16:24.949Z] 02:01:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:01:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.949Z] 02:02:01 all 0.23 0.00 0.01 0.03 0.01 99.71 [2025-06-03T02:16:24.949Z] 02:02:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-03T02:16:24.949Z] 02:02:01 1 0.03 0.00 0.03 0.23 0.03 99.67 [2025-06-03T02:16:24.949Z] 02:02:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-03T02:16:24.949Z] 02:02:01 3 1.70 0.00 0.00 0.00 0.02 98.29 [2025-06-03T02:16:24.949Z] 02:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.949Z] 02:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:03:01 all 0.27 0.00 0.02 0.01 0.00 99.70 [2025-06-03T02:16:24.949Z] 02:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:03:01 1 0.07 0.00 0.05 0.05 0.00 99.83 [2025-06-03T02:16:24.949Z] 02:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-03T02:16:24.949Z] 02:03:01 3 2.00 0.00 0.03 0.00 0.02 97.95 [2025-06-03T02:16:24.949Z] 02:03:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:03:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:03:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:03:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:04:01 all 0.17 0.00 0.02 0.01 0.01 99.79 [2025-06-03T02:16:24.949Z] 02:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:04:01 1 0.07 0.00 0.03 0.08 0.02 99.80 [2025-06-03T02:16:24.949Z] 02:04:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-03T02:16:24.949Z] 02:04:01 3 1.06 0.00 0.05 0.00 0.00 98.89 [2025-06-03T02:16:24.949Z] 02:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:04:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2025-06-03T02:16:24.949Z] 02:04:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-03T02:16:24.949Z] 02:04:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-06-03T02:16:24.949Z] 02:05:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-06-03T02:16:24.949Z] 02:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:05:01 1 0.00 0.00 0.02 0.03 0.02 99.93 [2025-06-03T02:16:24.949Z] 02:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.949Z] 02:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-03T02:16:24.949Z] 02:05:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:05:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:05:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-03T02:16:24.949Z] 02:06:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-06-03T02:16:24.949Z] 02:06:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:06:01 1 0.08 0.00 0.03 0.02 0.02 99.85 [2025-06-03T02:16:24.949Z] 02:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:06:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-06-03T02:16:24.949Z] 02:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:06:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.949Z] 02:07:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2025-06-03T02:16:24.949Z] 02:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:07:01 1 0.02 0.00 0.02 0.03 0.02 99.92 [2025-06-03T02:16:24.949Z] 02:07:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-03T02:16:24.949Z] 02:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.949Z] 02:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:07:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:08:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:08:01 1 0.07 0.00 0.02 0.02 0.02 99.88 [2025-06-03T02:16:24.949Z] 02:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2025-06-03T02:16:24.949Z] 02:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:08:01 4 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:08:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-06-03T02:16:24.949Z] 02:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-06-03T02:16:24.949Z] 02:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:09:01 1 0.05 0.00 0.02 0.02 0.02 99.90 [2025-06-03T02:16:24.949Z] 02:09:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-03T02:16:24.949Z] 02:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:09:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2025-06-03T02:16:24.949Z] 02:09:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:09:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-06-03T02:16:24.949Z] [2025-06-03T02:16:24.949Z] 02:09:01 CPU %user %nice %system %iowait %steal %idle [2025-06-03T02:16:24.949Z] 02:10:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:10:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:10:01 1 0.08 0.00 0.03 0.03 0.00 99.85 [2025-06-03T02:16:24.949Z] 02:10:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-06-03T02:16:24.949Z] 02:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.949Z] 02:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:10:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:11:01 all 0.01 0.00 0.01 0.05 0.01 99.92 [2025-06-03T02:16:24.949Z] 02:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-06-03T02:16:24.949Z] 02:11:01 1 0.00 0.00 0.03 0.25 0.02 99.70 [2025-06-03T02:16:24.949Z] 02:11:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2025-06-03T02:16:24.949Z] 02:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.949Z] 02:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:11:01 6 0.00 0.00 0.00 0.17 0.02 99.82 [2025-06-03T02:16:24.949Z] 02:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:12:01 all 0.05 0.00 0.02 0.23 0.00 99.70 [2025-06-03T02:16:24.949Z] 02:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:12:01 1 0.08 0.00 0.07 1.48 0.02 98.35 [2025-06-03T02:16:24.949Z] 02:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2025-06-03T02:16:24.949Z] 02:12:01 3 0.15 0.00 0.00 0.00 0.00 99.85 [2025-06-03T02:16:24.949Z] 02:12:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:12:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2025-06-03T02:16:24.949Z] 02:12:01 6 0.00 0.00 0.00 0.35 0.00 99.65 [2025-06-03T02:16:24.949Z] 02:12:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2025-06-03T02:16:24.949Z] 02:13:01 all 0.26 0.00 0.01 0.08 0.01 99.64 [2025-06-03T02:16:24.949Z] 02:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-06-03T02:16:24.949Z] 02:13:01 1 0.07 0.00 0.00 0.30 0.00 99.63 [2025-06-03T02:16:24.949Z] 02:13:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2025-06-03T02:16:24.949Z] 02:13:01 3 1.89 0.00 0.00 0.00 0.02 98.09 [2025-06-03T02:16:24.949Z] 02:13:01 4 0.02 0.00 0.00 0.37 0.00 99.62 [2025-06-03T02:16:24.949Z] 02:13:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-06-03T02:16:24.949Z] 02:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-06-03T02:16:24.949Z] 02:14:01 all 0.12 0.00 0.01 0.19 0.00 99.68 [2025-06-03T02:16:24.949Z] 02:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:14:01 1 0.03 0.00 0.03 1.20 0.02 98.72 [2025-06-03T02:16:24.949Z] 02:14:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-06-03T02:16:24.949Z] 02:14:01 3 0.78 0.00 0.00 0.00 0.00 99.22 [2025-06-03T02:16:24.949Z] 02:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:14:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-06-03T02:16:24.949Z] 02:14:01 6 0.02 0.00 0.00 0.33 0.00 99.65 [2025-06-03T02:16:24.949Z] 02:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-06-03T02:16:24.949Z] 02:15:01 all 2.75 0.00 1.06 0.35 0.02 95.82 [2025-06-03T02:16:24.949Z] 02:15:01 0 2.42 0.00 0.65 0.02 0.02 96.89 [2025-06-03T02:16:24.949Z] 02:15:01 1 2.11 0.00 1.42 2.16 0.02 94.30 [2025-06-03T02:16:24.949Z] 02:15:01 2 2.98 0.00 0.92 0.02 0.02 96.07 [2025-06-03T02:16:24.949Z] 02:15:01 3 2.41 0.00 1.04 0.02 0.03 96.50 [2025-06-03T02:16:24.949Z] 02:15:01 4 2.86 0.00 1.22 0.08 0.02 95.82 [2025-06-03T02:16:24.949Z] 02:15:01 5 3.01 0.00 1.32 0.45 0.02 95.20 [2025-06-03T02:16:24.949Z] 02:15:01 6 3.47 0.00 0.80 0.08 0.02 95.63 [2025-06-03T02:16:24.949Z] 02:15:01 7 2.76 0.00 1.07 0.00 0.02 96.16 [2025-06-03T02:16:24.949Z] 02:16:01 all 7.18 0.00 3.07 4.14 0.06 85.56 [2025-06-03T02:16:24.949Z] 02:16:01 0 7.83 0.00 3.02 4.09 0.05 85.01 [2025-06-03T02:16:24.949Z] 02:16:01 1 5.63 0.00 2.40 6.97 0.05 84.95 [2025-06-03T02:16:24.949Z] 02:16:01 2 8.75 0.00 3.16 0.52 0.07 87.50 [2025-06-03T02:16:24.949Z] 02:16:01 3 8.45 0.00 3.04 5.65 0.05 82.81 [2025-06-03T02:16:24.949Z] 02:16:01 4 7.33 0.00 3.14 2.03 0.07 87.43 [2025-06-03T02:16:24.949Z] 02:16:01 5 6.57 0.00 3.76 11.84 0.07 77.76 [2025-06-03T02:16:24.949Z] 02:16:01 6 7.22 0.00 2.98 0.69 0.07 89.04 [2025-06-03T02:16:24.949Z] 02:16:01 7 5.62 0.00 3.05 1.33 0.07 89.94 [2025-06-03T02:16:24.949Z] Average: all 8.32 0.00 1.34 0.86 0.02 89.46 [2025-06-03T02:16:24.949Z] Average: 0 8.28 0.00 1.30 0.89 0.02 89.51 [2025-06-03T02:16:24.949Z] Average: 1 8.34 0.00 1.32 0.85 0.03 89.46 [2025-06-03T02:16:24.949Z] Average: 2 8.35 0.00 1.37 0.56 0.02 89.70 [2025-06-03T02:16:24.949Z] Average: 3 8.57 0.00 1.34 1.32 0.02 88.75 [2025-06-03T02:16:24.949Z] Average: 4 8.37 0.00 1.27 0.31 0.02 90.03 [2025-06-03T02:16:24.949Z] Average: 5 8.30 0.00 1.44 1.32 0.02 88.92 [2025-06-03T02:16:24.949Z] Average: 6 8.21 0.00 1.30 0.88 0.02 89.59 [2025-06-03T02:16:24.949Z] Average: 7 8.13 0.00 1.39 0.76 0.03 89.70 [2025-06-03T02:16:24.949Z] [2025-06-03T02:16:24.949Z] [2025-06-03T02:16:24.949Z]