Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 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-ssh9724363683536129593.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-ssh5550249341040750813.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-ssh14286445593500640549.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-ssh13577873618253929157.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-ssh13076074129415279931.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-2248 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/838 [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/838 # 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 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 (main) Commit message: "build(deps): Bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 (#5155)" > 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 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 # timeout=10 > git rev-list --no-walk 21cd7c14f5e382ba721c8756160f6132a91a8ed6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-26T02:10:01.257Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-26T02:10:01.329Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-26T02:10:01.360Z] ========================================================= [2025-05-26T02:10:01.360Z] EdgeX Global Pipelines Version Info [2025-05-26T02:10:01.360Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:10:02.463Z] ------------------- [2025-05-26T02:10:02.463Z] stable info: [2025-05-26T02:10:02.463Z] ------------------- [2025-05-26T02:10:02.463Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-26T02:10:02.463Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-26T02:10:02.463Z] Message: update stable to v1.0.274 [2025-05-26T02:10:02.723Z] ------------------- [2025-05-26T02:10:02.723Z] experimental info: [2025-05-26T02:10:02.723Z] ------------------- [2025-05-26T02:10:02.723Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-05-26T02:10:02.723Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-05-26T02:10:02.723Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-05-26T02:10:02.786Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-05-26T02:10:02.800Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-05-26T02:10:02.815Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-05-26T02:10:02.838Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-05-26T02:10:02.860Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-05-26T02:10:02.883Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-05-26T02:10:02.900Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-05-26T02:10:02.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-05-26T02:10:02.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-05-26T02:10:02.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-05-26T02:10:02.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-05-26T02:10:03.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-26T02:10:03.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-05-26T02:10:03.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-05-26T02:10:03.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-05-26T02:10:03.090Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-05-26T02:10:03.115Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-26T02:10:03.137Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-26T02:10:03.156Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-05-26T02:10:03.174Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-05-26T02:10:03.197Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-05-26T02:10:03.218Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-26T02:10:03.238Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-05-26T02:10:03.261Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-26T02:10:03.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-26T02:10:03.302Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-26T02:10:03.323Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:10:03.343Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f18bd4 [Pipeline] echo [2025-05-26T02:10:03.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T02:10:03.423Z] provisioning config files... [2025-05-26T02:10:03.443Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config10536516080249712486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:10:03.773Z] ---> ****-login.sh [2025-05-26T02:10:03.773Z] nexus3.edgexfoundry.org:10001 [2025-05-26T02:10:04.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:10:04.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:10:04.032Z] Configure a credential helper to remove this warning. See [2025-05-26T02:10:04.032Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:10:04.032Z] [2025-05-26T02:10:04.032Z] Login Succeeded [2025-05-26T02:10:04.032Z] nexus3.edgexfoundry.org:10002 [2025-05-26T02:10:04.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:10:04.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:10:04.292Z] Configure a credential helper to remove this warning. See [2025-05-26T02:10:04.292Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:10:04.292Z] [2025-05-26T02:10:04.292Z] Login Succeeded [2025-05-26T02:10:04.292Z] nexus3.edgexfoundry.org:10003 [2025-05-26T02:10:04.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:10:04.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:10:04.292Z] Configure a credential helper to remove this warning. See [2025-05-26T02:10:04.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:10:04.293Z] [2025-05-26T02:10:04.293Z] Login Succeeded [2025-05-26T02:10:04.293Z] nexus3.edgexfoundry.org:10004 [2025-05-26T02:10:04.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:10:04.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:10:04.293Z] Configure a credential helper to remove this warning. See [2025-05-26T02:10:04.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:10:04.293Z] [2025-05-26T02:10:04.293Z] Login Succeeded [2025-05-26T02:10:04.293Z] ****.io [2025-05-26T02:10:04.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:10:04.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:10:04.553Z] Configure a credential helper to remove this warning. See [2025-05-26T02:10:04.553Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:10:04.553Z] [2025-05-26T02:10:04.553Z] Login Succeeded [2025-05-26T02:10:04.553Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T02:10:04.559Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T02:10:04.882Z] + 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-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + dirname cmd/core-command/Dockerfile [2025-05-26T02:10:04.882Z] + echo core-command,cmd/core-command/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/core-data/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo core-data,cmd/core-data/Dockerfile [2025-05-26T02:10:04.882Z] + + cut -d/ -f2 [2025-05-26T02:10:04.882Z] dirname cmd/core-keeper/Dockerfile [2025-05-26T02:10:04.882Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-05-26T02:10:04.882Z] + + cut -d/ -f2 [2025-05-26T02:10:04.882Z] dirname cmd/core-metadata/Dockerfile [2025-05-26T02:10:04.882Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-spire-agent/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-spire-config/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/security-spire-server/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/support-notifications/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-05-26T02:10:04.882Z] + dirname cmd/support-scheduler/Dockerfile [2025-05-26T02:10:04.882Z] + cut -d/ -f2 [2025-05-26T02:10:04.882Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-05-26T02:10:04.909Z] 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-05-26T02:10:05.262Z] + git rev-list -1 --merges 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85~1..8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:10:05.277Z] -----------> git rev-list -1 --merges 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85~1..8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [false] [Pipeline] sh [2025-05-26T02:10:05.574Z] + git log --format=format:%s -1 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:10:05.588Z] ========================================================= [2025-05-26T02:10:05.588Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-05-26T02:10:05.588Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-05-26T02:10:05.970Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T02:10:05.970Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-05-26T02:10:05.970Z] + [ -e /tmp/ssh_known_hosts ] [2025-05-26T02:10:05.970Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-05-26T02:10:05.970Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2025-05-26T02:10:05.970Z] tee -a /etc/ssh/ssh_known_hosts [2025-05-26T02:10:05.970Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:10:06.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T02:10:06.314Z] [2025-05-26T02:10:06.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:10:06.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T02:10:06.618Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-05-26T02:10:06.618Z] 3dae71ba6b94: Pulling fs layer [2025-05-26T02:10:06.618Z] 6bf1a483ea7c: Pulling fs layer [2025-05-26T02:10:06.618Z] f5dfc541a4d3: Pulling fs layer [2025-05-26T02:10:06.618Z] 461d9e800cba: Pulling fs layer [2025-05-26T02:10:06.618Z] 80192f66455f: Pulling fs layer [2025-05-26T02:10:06.618Z] 2e8e34ca0e6c: Pulling fs layer [2025-05-26T02:10:06.618Z] a29436f7fd5d: Pulling fs layer [2025-05-26T02:10:06.618Z] 923cac83aea3: Pulling fs layer [2025-05-26T02:10:06.618Z] 25ad8b0a4227: Pulling fs layer [2025-05-26T02:10:06.618Z] db01528c6b51: Pulling fs layer [2025-05-26T02:10:06.618Z] 28988de357af: Pulling fs layer [2025-05-26T02:10:06.618Z] a29436f7fd5d: Waiting [2025-05-26T02:10:06.618Z] 923cac83aea3: Waiting [2025-05-26T02:10:06.618Z] 25ad8b0a4227: Waiting [2025-05-26T02:10:06.618Z] 80192f66455f: Waiting [2025-05-26T02:10:06.618Z] db01528c6b51: Waiting [2025-05-26T02:10:06.618Z] 2e8e34ca0e6c: Waiting [2025-05-26T02:10:06.618Z] 461d9e800cba: Waiting [2025-05-26T02:10:06.618Z] 28988de357af: Waiting [2025-05-26T02:10:06.618Z] 6bf1a483ea7c: Verifying Checksum [2025-05-26T02:10:06.618Z] 6bf1a483ea7c: Download complete [2025-05-26T02:10:06.618Z] 461d9e800cba: Verifying Checksum [2025-05-26T02:10:06.618Z] 461d9e800cba: Download complete [2025-05-26T02:10:06.618Z] 80192f66455f: Download complete [2025-05-26T02:10:06.877Z] f5dfc541a4d3: Verifying Checksum [2025-05-26T02:10:06.877Z] f5dfc541a4d3: Download complete [2025-05-26T02:10:06.877Z] 3dae71ba6b94: Verifying Checksum [2025-05-26T02:10:06.877Z] 3dae71ba6b94: Download complete [2025-05-26T02:10:06.877Z] 923cac83aea3: Download complete [2025-05-26T02:10:06.877Z] 25ad8b0a4227: Verifying Checksum [2025-05-26T02:10:06.877Z] 25ad8b0a4227: Download complete [2025-05-26T02:10:07.136Z] db01528c6b51: Verifying Checksum [2025-05-26T02:10:07.136Z] db01528c6b51: Download complete [2025-05-26T02:10:07.136Z] 28988de357af: Download complete [2025-05-26T02:10:07.136Z] a29436f7fd5d: Verifying Checksum [2025-05-26T02:10:07.136Z] a29436f7fd5d: Download complete [2025-05-26T02:10:07.703Z] 2e8e34ca0e6c: Download complete [2025-05-26T02:10:07.962Z] 3dae71ba6b94: Pull complete [2025-05-26T02:10:08.220Z] 6bf1a483ea7c: Pull complete [2025-05-26T02:10:08.795Z] f5dfc541a4d3: Pull complete [2025-05-26T02:10:08.795Z] 461d9e800cba: Pull complete [2025-05-26T02:10:08.795Z] 80192f66455f: Pull complete [2025-05-26T02:10:12.081Z] 2e8e34ca0e6c: Pull complete [2025-05-26T02:10:12.340Z] a29436f7fd5d: Pull complete [2025-05-26T02:10:12.598Z] 923cac83aea3: Pull complete [2025-05-26T02:10:12.598Z] 25ad8b0a4227: Pull complete [2025-05-26T02:10:12.598Z] db01528c6b51: Pull complete [2025-05-26T02:10:12.856Z] 28988de357af: Pull complete [2025-05-26T02:10:12.856Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-05-26T02:10:12.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T02:10:12.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:10:13.045Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T02:10:13.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T02:10:16.409Z] $ docker top 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 -eo pid,comm [2025-05-26T02:10:16.475Z] 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-05-26T02:10:16.475Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T02:10:16.531Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T02:10:16.531Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T02:10:16.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T02:10:16.634Z] $ docker exec 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent [2025-05-26T02:10:16.754Z] SSH_AUTH_SOCK=/tmp/ssh-oHcNMKmcSPGA/agent.32 [2025-05-26T02:10:16.754Z] SSH_AGENT_PID=38 [2025-05-26T02:10:16.760Z] Running ssh-add (command line suppressed) [2025-05-26T02:10:16.851Z] Identity added: /w/workspace/edgex-go/838@tmp/private_key_6978852935152575773.key (/w/workspace/edgex-go/838@tmp/private_key_6978852935152575773.key) [2025-05-26T02:10:16.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T02:10:17.159Z] + git tag --points-at HEAD [Pipeline] } [2025-05-26T02:10:17.166Z] $ docker exec --env ******** --env ******** 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent -k [2025-05-26T02:10:17.272Z] unset SSH_AUTH_SOCK; [2025-05-26T02:10:17.272Z] unset SSH_AGENT_PID; [2025-05-26T02:10:17.273Z] echo Agent pid 38 killed; [2025-05-26T02:10:17.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-05-26T02:10:17.323Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T02:10:17.323Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T02:10:17.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T02:10:17.435Z] $ docker exec 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent [2025-05-26T02:10:17.537Z] SSH_AUTH_SOCK=/tmp/ssh-w1Bmj6hyKDTW/agent.71 [2025-05-26T02:10:17.537Z] SSH_AGENT_PID=77 [2025-05-26T02:10:17.542Z] Running ssh-add (command line suppressed) [2025-05-26T02:10:17.641Z] Identity added: /w/workspace/edgex-go/838@tmp/private_key_16979341222608376467.key (/w/workspace/edgex-go/838@tmp/private_key_16979341222608376467.key) [2025-05-26T02:10:17.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T02:10:17.951Z] + git semver init [2025-05-26T02:10:18.210Z] 2025-05-26 02:10:18,168 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T02:10:18.210Z] 2025-05-26 02:10:18,172 [run_init] DEBUG init version:0.0.0 force:False [2025-05-26T02:10:18.210Z] 2025-05-26 02:10:18,173 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/838/.semver [2025-05-26T02:10:18.210Z] 2025-05-26 02:10:18,173 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/838/.semver [2025-05-26T02:10:18.210Z] 2025-05-26 02:10:18,173 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/838/.semver'], cwd=/w/workspace/edgex-go/838, stdin=None, shell=False, universal_newlines=False) [2025-05-26T02:10:24.784Z] 2025-05-26 02:10:23,658 [append_file] DEBUG append to file:/w/workspace/edgex-go/838/.git/info/exclude [2025-05-26T02:10:24.784Z] 2025-05-26 02:10:23,658 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/838/.semver/main with force:False [2025-05-26T02:10:24.784Z] 2025-05-26 02:10:23,659 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T02:10:24.784Z] 2025-05-26 02:10:23,659 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T02:10:24.784Z] 4.1.0-dev.11 [Pipeline] } [2025-05-26T02:10:24.791Z] $ docker exec --env ******** --env ******** 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 ssh-agent -k [2025-05-26T02:10:24.876Z] unset SSH_AUTH_SOCK; [2025-05-26T02:10:24.876Z] unset SSH_AGENT_PID; [2025-05-26T02:10:24.876Z] echo Agent pid 77 killed; [2025-05-26T02:10:24.887Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T02:10:25.211Z] + git semver [Pipeline] } [2025-05-26T02:10:25.479Z] $ docker stop --time=1 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 [2025-05-26T02:10:26.764Z] $ docker rm -f --volumes 95357fc133b26bfff894f0249f3088084d2605a47ca1147171393dbdd7898fe5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T02:10:27.106Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-05-26T02:10:27.325Z] Stashed 1 file(s) [Pipeline] echo [2025-05-26T02:10:27.328Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.11 [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-05-26T02:10:27.824Z] + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] echo [2025-05-26T02:10:27.838Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T02:10:27.855Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T02:10:27.873Z] ========================================================= [2025-05-26T02:10:27.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-05-26T02:10:27.873Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-26T02:10:28.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T02:10:28.171Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-05-26T02:10:28.171Z] 0a9a5dfd008f: Pulling fs layer [2025-05-26T02:10:28.171Z] dbfa0bcfca99: Pulling fs layer [2025-05-26T02:10:28.171Z] 70eabb1d9476: Pulling fs layer [2025-05-26T02:10:28.171Z] 957bedc73fa3: Pulling fs layer [2025-05-26T02:10:28.171Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T02:10:28.171Z] f40432e63723: Pulling fs layer [2025-05-26T02:10:28.171Z] 90b4343acab7: Pulling fs layer [2025-05-26T02:10:28.171Z] 9f67ea4ac784: Pulling fs layer [2025-05-26T02:10:28.171Z] 9228b9a606be: Pulling fs layer [2025-05-26T02:10:28.171Z] 957bedc73fa3: Waiting [2025-05-26T02:10:28.171Z] 4f4fb700ef54: Waiting [2025-05-26T02:10:28.171Z] 9f67ea4ac784: Waiting [2025-05-26T02:10:28.171Z] 9228b9a606be: Waiting [2025-05-26T02:10:28.171Z] 90b4343acab7: Waiting [2025-05-26T02:10:28.171Z] f40432e63723: Waiting [2025-05-26T02:10:28.171Z] dbfa0bcfca99: Verifying Checksum [2025-05-26T02:10:28.171Z] dbfa0bcfca99: Download complete [2025-05-26T02:10:28.171Z] 957bedc73fa3: Verifying Checksum [2025-05-26T02:10:28.171Z] 957bedc73fa3: Download complete [2025-05-26T02:10:28.171Z] 4f4fb700ef54: Verifying Checksum [2025-05-26T02:10:28.171Z] 4f4fb700ef54: Download complete [2025-05-26T02:10:28.171Z] f40432e63723: Verifying Checksum [2025-05-26T02:10:28.171Z] f40432e63723: Download complete [2025-05-26T02:10:28.171Z] 0a9a5dfd008f: Download complete [2025-05-26T02:10:28.171Z] 90b4343acab7: Verifying Checksum [2025-05-26T02:10:28.171Z] 90b4343acab7: Download complete [2025-05-26T02:10:28.430Z] 0a9a5dfd008f: Pull complete [2025-05-26T02:10:28.430Z] 9228b9a606be: Verifying Checksum [2025-05-26T02:10:28.430Z] 9228b9a606be: Download complete [2025-05-26T02:10:28.431Z] dbfa0bcfca99: Pull complete [2025-05-26T02:10:28.688Z] 70eabb1d9476: Download complete [2025-05-26T02:10:28.946Z] 9f67ea4ac784: Download complete [2025-05-26T02:10:32.228Z] 70eabb1d9476: Pull complete [2025-05-26T02:10:32.228Z] 957bedc73fa3: Pull complete [2025-05-26T02:10:32.228Z] 4f4fb700ef54: Pull complete [2025-05-26T02:10:32.228Z] f40432e63723: Pull complete [2025-05-26T02:10:32.228Z] 90b4343acab7: Pull complete [2025-05-26T02:10:34.757Z] 9f67ea4ac784: Pull complete [2025-05-26T02:10:34.757Z] 9228b9a606be: Pull complete [2025-05-26T02:10:34.757Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-05-26T02:10:34.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T02:10:34.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-26T02:10:35.064Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T02:10:35.064Z] WORKDIR /edgex [2025-05-26T02:10:35.064Z] COPY go.mod . [2025-05-26T02:10:35.064Z] RUN go mod download [2025-05-26T02:10:35.064Z] docker build -t ci-base-image-x86_64 -f - . [2025-05-26T02:10:35.634Z] Sending build context to Docker daemon 185.8MB [2025-05-26T02:10:35.635Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T02:10:35.635Z] ---> 69404ca5bff2 [2025-05-26T02:10:35.635Z] Step 2/4 : WORKDIR /edgex [2025-05-26T02:10:39.834Z] ---> Running in 4fd6f2d9a54f [2025-05-26T02:10:39.835Z] Removing intermediate container 4fd6f2d9a54f [2025-05-26T02:10:39.835Z] ---> e4092ab84ecb [2025-05-26T02:10:39.835Z] Step 3/4 : COPY go.mod . [2025-05-26T02:10:39.835Z] ---> 309601698600 [2025-05-26T02:10:39.835Z] Step 4/4 : RUN go mod download [2025-05-26T02:10:39.835Z] ---> Running in c96cc63832ae [2025-05-26T02:10:42.503Z] Still waiting to schedule task [2025-05-26T02:10:42.503Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2245’ [2025-05-26T02:11:01.778Z] Removing intermediate container c96cc63832ae [2025-05-26T02:11:01.778Z] ---> 2b4324a418a5 [2025-05-26T02:11:01.778Z] Successfully built 2b4324a418a5 [2025-05-26T02:11:01.778Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:11:02.085Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-26T02:11:02.085Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:11:02.173Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T02:11:02.206Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T02:11:02.623Z] $ docker top 105736a91c0aa71151a06bb6f7f7f22837b6535810ae026b7cfff5cdf8a5d984 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T02:11:02.974Z] + go version [2025-05-26T02:11:02.974Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-05-26T02:11:02.984Z] $ docker stop --time=1 105736a91c0aa71151a06bb6f7f7f22837b6535810ae026b7cfff5cdf8a5d984 [2025-05-26T02:11:04.274Z] $ docker rm -f --volumes 105736a91c0aa71151a06bb6f7f7f22837b6535810ae026b7cfff5cdf8a5d984 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:11:04.733Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-26T02:11:04.734Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:11:04.818Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T02:11:04.850Z] $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T02:11:05.214Z] $ docker top b04a1b06ba9712f004dd00917a9da74fa04048160a2c3167809de6f97cbdfd09 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-05-26T02:11:05.303Z] ========================================================= [2025-05-26T02:11:05.304Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-05-26T02:11:05.304Z] ========================================================= [Pipeline] sh [2025-05-26T02:11:05.582Z] + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] fileExists [Pipeline] sh [2025-05-26T02:11:05.902Z] + make test [2025-05-26T02:11:05.902Z] go test -race -coverprofile=coverage.out ./... [2025-05-26T02:11:14.040Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-05-26T02:11:40.621Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-05-26T02:11:40.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.021s coverage: 28.7% of statements [2025-05-26T02:11:40.880Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-05-26T02:11:40.880Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-05-26T02:11:40.880Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-05-26T02:11:40.880Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-05-26T02:11:41.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.042s coverage: 97.0% of statements [2025-05-26T02:11:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-05-26T02:11:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-05-26T02:11:42.379Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-05-26T02:11:42.379Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-05-26T02:11:42.379Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T02:11:42.379Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-05-26T02:11:42.379Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-05-26T02:11:42.379Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-05-26T02:11:42.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-05-26T02:11:42.379Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-05-26T02:11:43.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-05-26T02:11:43.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-05-26T02:11:43.757Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-05-26T02:11:43.757Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T02:11:43.757Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-05-26T02:11:43.757Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-05-26T02:11:45.134Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-05-26T02:11:45.134Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-05-26T02:11:45.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.2% of statements [2025-05-26T02:11:45.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 3.5% of statements [2025-05-26T02:11:45.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.060s coverage: 45.2% of statements [2025-05-26T02:11:45.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.002s coverage: 93.4% of statements [2025-05-26T02:11:45.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.048s coverage: 92.3% of statements [2025-05-26T02:11:45.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements [2025-05-26T02:11:46.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-05-26T02:11:46.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-05-26T02:11:46.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-05-26T02:11:46.904Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-05-26T02:11:48.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.324s coverage: 95.8% of statements [2025-05-26T02:11:48.281Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.016s coverage: 72.2% of statements [2025-05-26T02:11:48.847Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-05-26T02:11:48.847Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-05-26T02:11:48.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-05-26T02:11:48.847Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-05-26T02:11:48.847Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-05-26T02:11:48.847Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-05-26T02:11:49.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] [2025-05-26T02:11:49.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements [2025-05-26T02:11:49.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements [2025-05-26T02:11:49.780Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements [2025-05-26T02:11:50.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.024s coverage: 40.0% of statements [2025-05-26T02:11:50.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements [2025-05-26T02:11:50.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements [2025-05-26T02:11:50.345Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-05-26T02:11:50.345Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-05-26T02:11:50.345Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-05-26T02:11:50.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements [2025-05-26T02:11:51.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-05-26T02:11:51.172Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-05-26T02:11:51.172Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-05-26T02:11:51.172Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-05-26T02:11:51.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2025-05-26T02:11:52.108Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-05-26T02:11:52.108Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-05-26T02:11:52.108Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-05-26T02:11:53.043Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-05-26T02:11:53.043Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-05-26T02:11:53.043Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-05-26T02:11:53.043Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-05-26T02:11:53.613Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-05-26T02:11:53.613Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-05-26T02:11:53.884Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-05-26T02:11:55.793Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-05-26T02:11:55.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-05-26T02:11:57.166Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-05-26T02:11:58.098Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-05-26T02:11:58.098Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-05-26T02:11:58.098Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-05-26T02:12:00.623Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-05-26T02:12:01.556Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-05-26T02:12:01.556Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-05-26T02:12:01.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-05-26T02:12:01.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-05-26T02:12:01.814Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T02:12:03.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.036s coverage: 94.4% of statements [2025-05-26T02:12:03.718Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-05-26T02:12:03.718Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-05-26T02:12:03.718Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-05-26T02:12:03.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-05-26T02:12:03.718Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-05-26T02:12:03.718Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-05-26T02:12:04.283Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-05-26T02:12:04.283Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-05-26T02:12:04.283Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-05-26T02:12:04.283Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-05-26T02:12:04.283Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-05-26T02:12:04.283Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-05-26T02:12:06.184Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-05-26T02:12:06.184Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-05-26T02:12:06.184Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-05-26T02:12:06.184Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-05-26T02:12:07.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-05-26T02:12:07.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-05-26T02:12:07.123Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-05-26T02:12:07.123Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T02:12:07.123Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-05-26T02:12:07.123Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-05-26T02:12:07.123Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-05-26T02:12:08.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-05-26T02:12:08.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-05-26T02:12:08.074Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.044s coverage: 92.9% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 68.8% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.024s coverage: 62.3% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.026s coverage: 87.2% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.089s coverage: 81.8% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.066s coverage: 82.1% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.037s coverage: 6.8% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.044s coverage: 33.3% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.047s coverage: 100.0% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.177s coverage: 54.5% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.026s coverage: 89.4% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.016s coverage: 93.8% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements [2025-05-26T02:12:14.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2025-05-26T02:12:14.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.050s coverage: 17.0% of statements [2025-05-26T02:12:14.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.131s coverage: 94.9% of statements [2025-05-26T02:12:14.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements [2025-05-26T02:12:14.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.060s coverage: 97.7% of statements [2025-05-26T02:12:14.639Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.026s coverage: 43.6% of statements [2025-05-26T02:12:14.639Z] 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-05-26T02:12:14.639Z] running golangci-lint [2025-05-26T02:12:14.639Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-05-26T02:12:14.639Z] go version go1.23.8 linux/amd64 [2025-05-26T02:12:14.639Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-05-26T02:12:14.639Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-05-26T02:12:14.639Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-05-26T02:12:36.595Z] level=info msg="[loader] Go packages loading at mode 575 (files|imports|deps|exports_file|name|types_sizes|compiled_files) took 21.207630626s" [2025-05-26T02:12:36.595Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 46.475649ms" [2025-05-26T02:12:48.803Z] level=info msg="[linters_context/goanalysis] analyzers took 1m29.390582091s with top 10 stages: buildir: 53.020046345s, gosec: 3.306737831s, inspect: 2.792402109s, fact_deprecated: 2.769188861s, printf: 1.943628043s, ctrlflow: 1.724065043s, fact_purity: 1.2333105s, nilness: 1.015894794s, S1038: 867.405819ms, typedness: 714.063191ms" [2025-05-26T02:12:48.803Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-05-26T02:12:48.803Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, invalid_issue: 202/202, exclude: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, skip_files: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, nolint: 20/0, cgo: 202/202, exclude-rules: 202/20" [2025-05-26T02:12:48.803Z] level=info msg="[runner] processing took 14.04779ms with stages: nolint: 7.028259ms, identifier_marker: 3.772695ms, exclude-rules: 1.163832ms, autogenerated_exclude: 816.438µs, path_prettifier: 779.457µs, skip_dirs: 443.517µs, invalid_issue: 15.851µs, cgo: 14.281µs, filename_unadjuster: 7.21µs, exclude: 3.08µs, max_same_issues: 620ns, uniq_by_line: 490ns, fixer: 440ns, skip_files: 340ns, sort_results: 270ns, source_code: 220ns, diff: 170ns, max_from_linter: 160ns, path_prefixer: 120ns, max_per_file_from_linter: 120ns, path_shortener: 120ns, severity-rules: 100ns" [2025-05-26T02:12:48.803Z] level=info msg="[runner] linters took 11.305536551s with stages: goanalysis_metalinter: 11.291416699s" [2025-05-26T02:12:48.803Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-05-26T02:12:48.803Z] level=info msg="Memory: 327 samples, avg is 304.1MB, max is 1457.2MB" [2025-05-26T02:12:48.803Z] level=info msg="Execution took 32.569755797s" [2025-05-26T02:12:48.803Z] go vet ./... [2025-05-26T02:12:53.031Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-05-26T02:12:53.309Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-05-26T02:12:53.309Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-05-26T02:12:53.582Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-05-26T02:12:53.907Z] + ls -al . [2025-05-26T02:12:53.907Z] total 1992 [2025-05-26T02:12:53.907Z] drwxrwxr-x 11 1001 1001 4096 May 26 02:11 . [2025-05-26T02:12:53.907Z] drwxr-xr-x 4 root root 4096 May 26 02:11 .. [2025-05-26T02:12:53.907Z] drwxrwxr-x 2 1001 1001 4096 May 26 02:09 .blubracket [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 10 May 26 02:09 .dockerignore [2025-05-26T02:12:53.907Z] drwxrwxr-x 8 1001 1001 4096 May 26 02:12 .git [2025-05-26T02:12:53.907Z] drwxrwxr-x 3 1001 1001 4096 May 26 02:09 .github [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 909 May 26 02:09 .gitignore [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 218 May 26 02:09 .golangci.yml [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 100 May 26 02:09 .hadolint.yml [2025-05-26T02:12:53.907Z] drwxr-xr-x 3 1001 1001 4096 May 26 02:10 .semver [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 155 May 26 02:09 .sonarcloud.properties [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 1171 May 26 02:09 ADOPTERS.md [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 17374 May 26 02:09 Attribution.txt [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 108018 May 26 02:09 CHANGELOG.md [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 3804 May 26 02:09 CONTRIBUTING.md [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 677 May 26 02:09 GOVERNANCE.md [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 858 May 26 02:09 Jenkinsfile [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 10775 May 26 02:09 LICENSE [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 16740 May 26 02:09 Makefile [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 582 May 26 02:09 OWNERS.md [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 9932 May 26 02:09 README.md [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 789 May 26 02:09 SECURITY.md [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 12 May 26 02:10 VERSION [2025-05-26T02:12:53.907Z] drwxrwxr-x 2 1001 1001 4096 May 26 02:09 bin [2025-05-26T02:12:53.907Z] drwxrwxr-x 19 1001 1001 4096 May 26 02:09 cmd [2025-05-26T02:12:53.907Z] -rw-r--r-- 1 root root 1661048 May 26 02:12 coverage.out [2025-05-26T02:12:53.907Z] drwxrwxr-x 2 1001 1001 4096 May 26 02:09 fuzz_test [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 6492 May 26 02:09 go.mod [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 88215 May 26 02:09 go.sum [2025-05-26T02:12:53.907Z] drwxrwxr-x 7 1001 1001 4096 May 26 02:09 internal [2025-05-26T02:12:53.907Z] drwxrwxr-x 2 1001 1001 4096 May 26 02:09 openapi [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 584 May 26 02:09 security.txt [2025-05-26T02:12:53.907Z] -rw-rw-r-- 1 1001 1001 204 May 26 02:09 version.go [Pipeline] sh [2025-05-26T02:12:54.191Z] + '[' -e coverage.out ] [2025-05-26T02:12:54.191Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-05-26T02:12:54.340Z] Stashed 1 file(s) [Pipeline] sh [2025-05-26T02:12:54.620Z] + make build [2025-05-26T02:12:54.620Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T02:13:16.568Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T02:13:18.469Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T02:13:19.416Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T02:13:20.371Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T02:13:21.752Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T02:13:27.022Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T02:13:28.924Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T02:13:30.834Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T02:13:32.753Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T02:13:34.149Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T02:13:35.525Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T02:13:36.090Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-05-26T02:13:37.481Z] $ docker stop --time=1 b04a1b06ba9712f004dd00917a9da74fa04048160a2c3167809de6f97cbdfd09 [2025-05-26T02:13:42.735Z] $ docker rm -f --volumes b04a1b06ba9712f004dd00917a9da74fa04048160a2c3167809de6f97cbdfd09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:13:43.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T02:13:43.945Z] [2025-05-26T02:13:43.945Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:13:44.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T02:13:44.252Z] latest: Pulling from edgex-devops/edgex-compose [2025-05-26T02:13:44.252Z] 91d30c5bc195: Pulling fs layer [2025-05-26T02:13:44.252Z] 2e9b0aa3be6d: Pulling fs layer [2025-05-26T02:13:44.252Z] 9c61dcf015f6: Pulling fs layer [2025-05-26T02:13:44.252Z] 4698f68db338: Pulling fs layer [2025-05-26T02:13:44.252Z] 2a2f49069b9e: Pulling fs layer [2025-05-26T02:13:44.252Z] e0025b399a48: Pulling fs layer [2025-05-26T02:13:44.252Z] 4698f68db338: Waiting [2025-05-26T02:13:44.252Z] 2a2f49069b9e: Waiting [2025-05-26T02:13:44.252Z] e0025b399a48: Waiting [2025-05-26T02:13:44.510Z] 91d30c5bc195: Verifying Checksum [2025-05-26T02:13:44.510Z] 91d30c5bc195: Download complete [2025-05-26T02:13:44.510Z] 4698f68db338: Download complete [2025-05-26T02:13:44.510Z] 2e9b0aa3be6d: Verifying Checksum [2025-05-26T02:13:44.510Z] 2e9b0aa3be6d: Download complete [2025-05-26T02:13:44.510Z] e0025b399a48: Verifying Checksum [2025-05-26T02:13:44.510Z] e0025b399a48: Download complete [2025-05-26T02:13:44.510Z] 91d30c5bc195: Pull complete [2025-05-26T02:13:44.768Z] 2a2f49069b9e: Verifying Checksum [2025-05-26T02:13:44.768Z] 2a2f49069b9e: Download complete [2025-05-26T02:13:45.026Z] 2e9b0aa3be6d: Pull complete [2025-05-26T02:13:45.026Z] 9c61dcf015f6: Verifying Checksum [2025-05-26T02:13:45.026Z] 9c61dcf015f6: Download complete [2025-05-26T02:13:47.558Z] 9c61dcf015f6: Pull complete [2025-05-26T02:13:47.558Z] 4698f68db338: Pull complete [2025-05-26T02:13:48.135Z] 2a2f49069b9e: Pull complete [2025-05-26T02:13:48.135Z] e0025b399a48: Pull complete [2025-05-26T02:13:48.135Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-05-26T02:13:48.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T02:13:48.135Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:13:48.239Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T02:13:48.271Z] $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T02:13:50.436Z] $ docker top b347c501f0fe6bb17cc3958ad498c57b2512162b636f19fe3b094a9e13b72a56 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T02:13:50.794Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-26T02:13:53.358Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #1 transferring dockerfile: 2.23kB done [2025-05-26T02:13:53.358Z] #1 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #2 transferring dockerfile: 1.89kB done [2025-05-26T02:13:53.358Z] #2 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #3 [core-data internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #3 transferring dockerfile: 2.04kB done [2025-05-26T02:13:53.358Z] #3 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #4 transferring dockerfile: 2.14kB done [2025-05-26T02:13:53.358Z] #4 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #5 transferring dockerfile: 2.49kB done [2025-05-26T02:13:53.358Z] #5 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #6 [support-notifications internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #6 transferring dockerfile: 2.00kB done [2025-05-26T02:13:53.358Z] #6 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #7 [core-keeper internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #7 transferring dockerfile: 2.01kB done [2025-05-26T02:13:53.358Z] #7 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #8 transferring dockerfile: 2.50kB done [2025-05-26T02:13:53.358Z] #8 DONE 0.1s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #9 transferring dockerfile: 2.10kB done [2025-05-26T02:13:53.358Z] #9 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #10 [security-spire-server internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #10 transferring dockerfile: 1.70kB done [2025-05-26T02:13:53.358Z] #10 DONE 0.1s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #11 [support-scheduler internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #11 transferring dockerfile: 1.83kB done [2025-05-26T02:13:53.358Z] #11 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #12 [core-command internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #12 transferring dockerfile: 1.94kB done [2025-05-26T02:13:53.358Z] #12 DONE 0.1s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #13 transferring dockerfile: 1.69kB done [2025-05-26T02:13:53.358Z] #13 DONE 0.1s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #14 transferring dockerfile: 3.02kB done [2025-05-26T02:13:53.358Z] #14 DONE 0.1s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2025-05-26T02:13:53.358Z] #15 transferring dockerfile: 1.81kB done [2025-05-26T02:13:53.358Z] #15 DONE 0.0s [2025-05-26T02:13:53.358Z] [2025-05-26T02:13:53.358Z] #16 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-26T02:13:53.358Z] #16 transferring context: 50B done [2025-05-26T02:13:53.358Z] #16 DONE 0.1s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2025-05-26T02:13:53.616Z] #17 transferring context: 50B done [2025-05-26T02:13:53.616Z] #17 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #18 [core-data internal] load .dockerignore [2025-05-26T02:13:53.616Z] #18 transferring context: 50B done [2025-05-26T02:13:53.616Z] #18 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #19 [security-proxy-auth internal] load .dockerignore [2025-05-26T02:13:53.616Z] #19 transferring context: 50B done [2025-05-26T02:13:53.616Z] #19 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #20 [security-secretstore-setup internal] load .dockerignore [2025-05-26T02:13:53.616Z] #20 transferring context: 50B done [2025-05-26T02:13:53.616Z] #20 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #21 [support-notifications internal] load .dockerignore [2025-05-26T02:13:53.616Z] #21 transferring context: 50B done [2025-05-26T02:13:53.616Z] #21 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #22 [core-keeper internal] load .dockerignore [2025-05-26T02:13:53.616Z] #22 transferring context: 50B done [2025-05-26T02:13:53.616Z] #22 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #23 [security-proxy-setup internal] load .dockerignore [2025-05-26T02:13:53.616Z] #23 transferring context: 50B done [2025-05-26T02:13:53.616Z] #23 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #24 [core-metadata internal] load .dockerignore [2025-05-26T02:13:53.616Z] #24 transferring context: 50B done [2025-05-26T02:13:53.616Z] #24 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #25 [core-command internal] load .dockerignore [2025-05-26T02:13:53.616Z] #25 transferring context: 50B done [2025-05-26T02:13:53.616Z] #25 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #26 [support-scheduler internal] load .dockerignore [2025-05-26T02:13:53.616Z] #26 transferring context: 50B done [2025-05-26T02:13:53.616Z] #26 DONE 0.0s [2025-05-26T02:13:53.616Z] [2025-05-26T02:13:53.616Z] #27 [security-spire-server internal] load .dockerignore [2025-05-26T02:13:53.617Z] #27 transferring context: 50B done [2025-05-26T02:13:53.617Z] #27 DONE 0.0s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #28 [security-spire-config internal] load .dockerignore [2025-05-26T02:13:53.617Z] #28 transferring context: 50B done [2025-05-26T02:13:53.617Z] #28 DONE 0.0s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #29 [security-bootstrapper internal] load .dockerignore [2025-05-26T02:13:53.617Z] #29 transferring context: 50B done [2025-05-26T02:13:53.617Z] #29 DONE 0.0s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #30 [security-spire-agent internal] load .dockerignore [2025-05-26T02:13:53.617Z] #30 transferring context: 50B done [2025-05-26T02:13:53.617Z] #30 DONE 0.0s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T02:13:53.617Z] #31 DONE 0.0s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:13:53.617Z] #32 DONE 0.1s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #33 [core-common-config-bootstrapper internal] load build context [2025-05-26T02:13:53.617Z] #33 DONE 0.0s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T02:13:53.617Z] #34 DONE 0.0s [2025-05-26T02:13:53.617Z] [2025-05-26T02:13:53.617Z] #35 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:13:53.874Z] #35 ... [2025-05-26T02:13:53.875Z] [2025-05-26T02:13:53.875Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T02:13:53.875Z] #31 DONE 0.0s [2025-05-26T02:13:53.875Z] [2025-05-26T02:13:53.875Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:13:53.875Z] #32 DONE 0.1s [2025-05-26T02:13:53.875Z] [2025-05-26T02:13:53.875Z] #35 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:13:53.875Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:13:53.875Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:13:53.875Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T02:13:53.875Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T02:13:53.875Z] #35 ... [2025-05-26T02:13:53.875Z] [2025-05-26T02:13:53.875Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T02:13:53.875Z] #31 DONE 0.0s [2025-05-26T02:13:53.875Z] [2025-05-26T02:13:53.875Z] #35 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:13:53.875Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:13:53.875Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:13:53.875Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T02:13:53.875Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T02:13:54.133Z] #35 ... [2025-05-26T02:13:54.133Z] [2025-05-26T02:13:54.133Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T02:13:54.133Z] #31 DONE 0.0s [2025-05-26T02:13:54.133Z] [2025-05-26T02:13:54.133Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:13:54.133Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:13:54.133Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:13:54.133Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T02:13:54.133Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T02:13:54.133Z] #35 ... [2025-05-26T02:13:54.133Z] [2025-05-26T02:13:54.133Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T02:13:54.133Z] #31 DONE 0.0s [2025-05-26T02:13:54.133Z] [2025-05-26T02:13:54.133Z] #35 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:13:54.133Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:13:54.133Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:13:54.133Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T02:13:54.133Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T02:13:54.392Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:13:54.392Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:13:54.392Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T02:13:54.392Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T02:13:54.392Z] #35 ... [2025-05-26T02:13:54.392Z] [2025-05-26T02:13:54.392Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T02:13:54.392Z] #31 DONE 0.0s [2025-05-26T02:13:54.392Z] [2025-05-26T02:13:54.392Z] #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T02:13:54.392Z] #34 DONE 0.8s [2025-05-26T02:13:54.392Z] [2025-05-26T02:13:54.392Z] #35 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:13:54.392Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:13:54.392Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:13:54.392Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T02:13:54.392Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T02:13:54.650Z] #35 ... [2025-05-26T02:13:54.651Z] [2025-05-26T02:13:54.651Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:13:54.651Z] #32 DONE 0.6s [2025-05-26T02:13:54.651Z] [2025-05-26T02:13:54.651Z] #36 [core-data builder 2/7] WORKDIR /edgex-go [2025-05-26T02:14:00.191Z] #36 ... [2025-05-26T02:14:00.191Z] [2025-05-26T02:14:00.191Z] #37 [security-bootstrapper internal] load build context [2025-05-26T02:14:00.191Z] #37 transferring context: 139.96MB 5.1s [2025-05-26T02:14:04.377Z] #37 ... [2025-05-26T02:14:04.377Z] [2025-05-26T02:14:04.377Z] #33 [core-common-config-bootstrapper internal] load build context [2025-05-26T02:14:04.377Z] #33 ... [2025-05-26T02:14:04.377Z] [2025-05-26T02:14:04.377Z] #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T02:14:04.377Z] #38 ... [2025-05-26T02:14:04.377Z] [2025-05-26T02:14:04.377Z] #39 [core-keeper internal] load build context [2025-05-26T02:14:04.377Z] #39 ... [2025-05-26T02:14:04.377Z] [2025-05-26T02:14:04.377Z] #40 [support-notifications internal] load build context [2025-05-26T02:14:04.377Z] #40 ... [2025-05-26T02:14:04.377Z] [2025-05-26T02:14:04.377Z] #41 [security-secretstore-setup internal] load build context [2025-05-26T02:14:04.377Z] #41 ... [2025-05-26T02:14:04.377Z] [2025-05-26T02:14:04.377Z] #42 [security-proxy-setup internal] load build context [2025-05-26T02:14:04.377Z] #42 ... [2025-05-26T02:14:04.377Z] [2025-05-26T02:14:04.377Z] #43 [security-spiffe-token-provider internal] load build context [2025-05-26T02:14:04.638Z] #43 transferring context: 503.48MB 10.7s done [2025-05-26T02:14:04.638Z] #43 ... [2025-05-26T02:14:04.638Z] [2025-05-26T02:14:04.638Z] #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T02:14:04.638Z] #44 ... [2025-05-26T02:14:04.638Z] [2025-05-26T02:14:04.638Z] #45 [core-data internal] load build context [2025-05-26T02:14:04.897Z] #45 ... [2025-05-26T02:14:04.897Z] [2025-05-26T02:14:04.897Z] #46 [core-metadata internal] load build context [2025-05-26T02:14:04.897Z] #46 ... [2025-05-26T02:14:04.897Z] [2025-05-26T02:14:04.897Z] #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T02:14:05.155Z] #47 ... [2025-05-26T02:14:05.155Z] [2025-05-26T02:14:05.155Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T02:14:05.155Z] #48 ... [2025-05-26T02:14:05.155Z] [2025-05-26T02:14:05.155Z] #43 [security-spiffe-token-provider internal] load build context [2025-05-26T02:14:05.155Z] #43 DONE 11.3s [2025-05-26T02:14:05.155Z] [2025-05-26T02:14:05.155Z] #49 [core-command internal] load build context [2025-05-26T02:14:05.155Z] #49 transferring context: 503.48MB 10.3s done [2025-05-26T02:14:05.155Z] #49 DONE 10.9s [2025-05-26T02:14:05.155Z] [2025-05-26T02:14:05.155Z] #39 [core-keeper internal] load build context [2025-05-26T02:14:05.155Z] #39 transferring context: 503.48MB 10.7s done [2025-05-26T02:14:05.155Z] #39 DONE 11.2s [2025-05-26T02:14:05.155Z] [2025-05-26T02:14:05.155Z] #36 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-05-26T02:14:05.155Z] #36 DONE 10.9s [2025-05-26T02:14:05.155Z] [2025-05-26T02:14:05.155Z] #50 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-26T02:14:05.155Z] #50 DONE 11.0s [2025-05-26T02:14:05.155Z] [2025-05-26T02:14:05.155Z] #51 [security-spire-server internal] load build context [2025-05-26T02:14:05.770Z] #51 ... [2025-05-26T02:14:05.770Z] [2025-05-26T02:14:05.770Z] #52 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T02:14:05.770Z] #52 DONE 10.9s [2025-05-26T02:14:05.770Z] [2025-05-26T02:14:05.770Z] #51 [security-spire-server internal] load build context [2025-05-26T02:14:05.770Z] #51 transferring context: 23.80kB 0.0s done [2025-05-26T02:14:05.770Z] #51 ... [2025-05-26T02:14:05.770Z] [2025-05-26T02:14:05.770Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T02:14:05.770Z] #53 ... [2025-05-26T02:14:05.770Z] [2025-05-26T02:14:05.770Z] #54 [security-spire-config internal] load build context [2025-05-26T02:14:05.770Z] #54 transferring context: 22.05kB 0.0s done [2025-05-26T02:14:05.770Z] #54 DONE 0.1s [2025-05-26T02:14:05.770Z] [2025-05-26T02:14:05.770Z] #55 [security-spire-agent internal] load build context [2025-05-26T02:14:05.770Z] #55 transferring context: 23.33kB 0.0s done [2025-05-26T02:14:05.770Z] #55 DONE 0.1s [2025-05-26T02:14:05.770Z] [2025-05-26T02:14:05.770Z] #51 [security-spire-server internal] load build context [2025-05-26T02:14:05.770Z] #51 DONE 0.2s [2025-05-26T02:14:05.770Z] [2025-05-26T02:14:05.770Z] #56 [support-scheduler internal] load build context [2025-05-26T02:14:06.037Z] #56 ... [2025-05-26T02:14:06.037Z] [2025-05-26T02:14:06.037Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T02:14:06.037Z] #57 ... [2025-05-26T02:14:06.037Z] [2025-05-26T02:14:06.037Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T02:14:06.037Z] #58 ... [2025-05-26T02:14:06.037Z] [2025-05-26T02:14:06.037Z] #59 [security-proxy-auth internal] load build context [2025-05-26T02:14:06.037Z] #59 ... [2025-05-26T02:14:06.037Z] [2025-05-26T02:14:06.037Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T02:14:06.296Z] #60 ... [2025-05-26T02:14:06.296Z] [2025-05-26T02:14:06.296Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:14:06.296Z] #61 ... [2025-05-26T02:14:06.296Z] [2025-05-26T02:14:06.296Z] #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:14:06.296Z] #62 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-05-26T02:14:06.296Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.8s [2025-05-26T02:14:06.296Z] #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.8s [2025-05-26T02:14:06.296Z] #62 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-26T02:14:06.296Z] #62 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-05-26T02:14:06.296Z] #62 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-05-26T02:14:07.669Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.9s [2025-05-26T02:14:07.669Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.3s [2025-05-26T02:14:09.571Z] #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.7s done [2025-05-26T02:14:09.915Z] #62 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.7s done [2025-05-26T02:14:10.271Z] #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-05-26T02:14:10.530Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 4.6s done [2025-05-26T02:14:11.099Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.4s done [2025-05-26T02:14:13.853Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 8.1s [2025-05-26T02:14:13.853Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 8.2s [2025-05-26T02:14:13.853Z] #62 ... [2025-05-26T02:14:13.853Z] [2025-05-26T02:14:13.853Z] #37 [security-bootstrapper internal] load build context [2025-05-26T02:14:13.853Z] #37 transferring context: 503.48MB 13.3s done [2025-05-26T02:14:13.853Z] #37 ... [2025-05-26T02:14:13.853Z] [2025-05-26T02:14:13.853Z] #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:14:13.853Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 10.49MB / 36.47MB 8.4s [2025-05-26T02:14:14.121Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 8.6s [2025-05-26T02:14:14.121Z] #62 ... [2025-05-26T02:14:14.121Z] [2025-05-26T02:14:14.121Z] #33 [core-common-config-bootstrapper internal] load build context [2025-05-26T02:14:14.121Z] #33 transferring context: 503.48MB 13.6s done [2025-05-26T02:14:14.121Z] #33 ... [2025-05-26T02:14:14.121Z] [2025-05-26T02:14:14.121Z] #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:14:14.403Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 32.51MB / 36.47MB 8.9s [2025-05-26T02:14:14.403Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 9.0s [2025-05-26T02:14:14.776Z] #62 ... [2025-05-26T02:14:14.776Z] [2025-05-26T02:14:14.776Z] #42 [security-proxy-setup internal] load build context [2025-05-26T02:14:14.776Z] #42 transferring context: 503.48MB 13.3s done [2025-05-26T02:14:15.052Z] #42 ... [2025-05-26T02:14:15.052Z] [2025-05-26T02:14:15.052Z] #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:14:15.052Z] #62 ... [2025-05-26T02:14:15.052Z] [2025-05-26T02:14:15.052Z] #40 [support-notifications internal] load build context [2025-05-26T02:14:15.052Z] #40 transferring context: 503.48MB 12.5s done [2025-05-26T02:14:15.052Z] #40 ... [2025-05-26T02:14:15.052Z] [2025-05-26T02:14:15.053Z] #41 [security-secretstore-setup internal] load build context [2025-05-26T02:14:15.053Z] #41 transferring context: 503.48MB 13.0s done [2025-05-26T02:14:15.053Z] #41 ... [2025-05-26T02:14:15.053Z] [2025-05-26T02:14:15.053Z] #46 [core-metadata internal] load build context [2025-05-26T02:14:15.053Z] #46 transferring context: 503.48MB 14.0s done [2025-05-26T02:14:15.330Z] #46 ... [2025-05-26T02:14:15.330Z] [2025-05-26T02:14:15.330Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:14:15.594Z] #63 ... [2025-05-26T02:14:15.594Z] [2025-05-26T02:14:15.594Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T02:14:15.594Z] #64 ... [2025-05-26T02:14:15.594Z] [2025-05-26T02:14:15.594Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T02:14:15.594Z] #65 ... [2025-05-26T02:14:15.594Z] [2025-05-26T02:14:15.594Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T02:14:15.868Z] #66 ... [2025-05-26T02:14:15.868Z] [2025-05-26T02:14:15.868Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:14:15.868Z] #67 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-05-26T02:14:15.868Z] #67 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-26T02:14:15.868Z] #67 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-05-26T02:14:15.868Z] #67 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-05-26T02:14:15.868Z] #67 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 4.6s done [2025-05-26T02:14:15.868Z] #67 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 5.3s done [2025-05-26T02:14:15.868Z] #67 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-05-26T02:14:15.868Z] #67 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-05-26T02:14:15.868Z] #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 10.4s [2025-05-26T02:14:15.868Z] #67 ... [2025-05-26T02:14:15.868Z] [2025-05-26T02:14:15.868Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T02:14:16.159Z] #68 ... [2025-05-26T02:14:16.159Z] [2025-05-26T02:14:16.160Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:14:16.160Z] #69 ... [2025-05-26T02:14:16.160Z] [2025-05-26T02:14:16.160Z] #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T02:14:16.160Z] #44 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:16.160Z] #44 11.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:16.160Z] #44 12.25 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:16.160Z] #44 12.26 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:16.160Z] #44 12.27 OK: 8 MiB in 15 packages [2025-05-26T02:14:16.420Z] #44 ... [2025-05-26T02:14:16.420Z] [2025-05-26T02:14:16.420Z] #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:14:16.420Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:14:16.420Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:14:16.420Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T02:14:16.420Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T02:14:16.420Z] #35 ... [2025-05-26T02:14:16.420Z] [2025-05-26T02:14:16.420Z] #56 [support-scheduler internal] load build context [2025-05-26T02:14:16.420Z] #56 transferring context: 503.48MB 12.6s done [2025-05-26T02:14:16.680Z] #56 ... [2025-05-26T02:14:16.680Z] [2025-05-26T02:14:16.680Z] #59 [security-proxy-auth internal] load build context [2025-05-26T02:14:16.680Z] #59 transferring context: 503.48MB 13.6s done [2025-05-26T02:14:16.680Z] #59 ... [2025-05-26T02:14:16.680Z] [2025-05-26T02:14:16.680Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T02:14:16.680Z] #70 ... [2025-05-26T02:14:16.680Z] [2025-05-26T02:14:16.680Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T02:14:16.680Z] #53 12.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:16.680Z] #53 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:16.680Z] #53 12.63 (1/4) Installing ca-certificates (20241121-r1) [2025-05-26T02:14:16.680Z] #53 12.64 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:16.680Z] #53 12.65 (3/4) Installing su-exec (0.2-r3) [2025-05-26T02:14:16.680Z] #53 12.65 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T02:14:16.680Z] #53 12.72 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:16.681Z] #53 12.73 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:14:16.681Z] #53 12.78 OK: 19 MiB in 18 packages [2025-05-26T02:14:16.941Z] #53 ... [2025-05-26T02:14:16.941Z] [2025-05-26T02:14:16.941Z] #45 [core-data internal] load build context [2025-05-26T02:14:16.941Z] #45 transferring context: 503.48MB 12.9s done [2025-05-26T02:14:17.222Z] #45 ... [2025-05-26T02:14:17.222Z] [2025-05-26T02:14:17.222Z] #71 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:14:17.222Z] #71 ... [2025-05-26T02:14:17.222Z] [2025-05-26T02:14:17.222Z] #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T02:14:17.222Z] #47 13.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:17.222Z] #47 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:17.222Z] #47 13.43 (1/7) Installing ca-certificates (20241121-r1) [2025-05-26T02:14:17.222Z] #47 13.44 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:17.222Z] #47 13.44 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-26T02:14:17.222Z] #47 13.45 (4/7) Installing libsodium (1.0.19-r0) [2025-05-26T02:14:17.222Z] #47 13.46 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-26T02:14:17.222Z] #47 13.47 (6/7) Installing libzmq (4.3.5-r2) [2025-05-26T02:14:17.222Z] #47 13.48 (7/7) Installing zeromq (4.3.5-r2) [2025-05-26T02:14:17.222Z] #47 13.49 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:17.222Z] #47 13.49 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:14:17.222Z] #47 13.53 OK: 12 MiB in 21 packages [2025-05-26T02:14:17.222Z] #47 ... [2025-05-26T02:14:17.222Z] [2025-05-26T02:14:17.222Z] #62 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:14:17.222Z] #62 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 10.7s done [2025-05-26T02:14:17.222Z] #62 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-05-26T02:14:17.453Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2251 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-05-26T02:14:17.470Z] Running in /w/workspace/edgex-go/838 [Pipeline] { [Pipeline] checkout [2025-05-26T02:14:18.237Z] #62 ... [2025-05-26T02:14:18.237Z] [2025-05-26T02:14:18.237Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T02:14:18.237Z] #58 14.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:18.237Z] #58 14.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:18.237Z] #58 14.55 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:18.237Z] #58 14.75 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:18.237Z] #58 14.75 OK: 8 MiB in 15 packages [2025-05-26T02:14:18.237Z] #58 ... [2025-05-26T02:14:18.237Z] [2025-05-26T02:14:18.237Z] #40 [support-notifications internal] load build context [2025-05-26T02:14:18.237Z] #40 DONE 24.3s [2025-05-26T02:14:18.237Z] [2025-05-26T02:14:18.237Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:14:18.237Z] #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 2.10MB / 15.53MB 12.9s [2025-05-26T02:14:18.494Z] #67 ... [2025-05-26T02:14:18.494Z] [2025-05-26T02:14:18.494Z] #45 [core-data internal] load build context [2025-05-26T02:14:18.494Z] #45 DONE 24.7s [2025-05-26T02:14:18.494Z] [2025-05-26T02:14:18.494Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:14:18.494Z] #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 13.2s done [2025-05-26T02:14:18.495Z] #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 4.19MB / 15.53MB 13.2s [2025-05-26T02:14:18.495Z] #67 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-05-26T02:14:18.780Z] #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 13.3s [2025-05-26T02:14:19.733Z] #67 ... [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #41 [security-secretstore-setup internal] load build context [2025-05-26T02:14:19.733Z] #41 DONE 25.7s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:14:19.733Z] #67 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 13.5s done [2025-05-26T02:14:19.733Z] #67 ... [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #56 [support-scheduler internal] load build context [2025-05-26T02:14:19.733Z] #56 DONE 25.5s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #42 [security-proxy-setup internal] load build context [2025-05-26T02:14:19.733Z] #42 DONE 25.7s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #59 [security-proxy-auth internal] load build context [2025-05-26T02:14:19.733Z] #59 DONE 25.9s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #37 [security-bootstrapper internal] load build context [2025-05-26T02:14:19.733Z] #37 DONE 25.4s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:14:19.733Z] #61 DONE 25.8s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #46 [core-metadata internal] load build context [2025-05-26T02:14:19.733Z] #46 DONE 25.7s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #47 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T02:14:19.733Z] #47 DONE 25.8s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T02:14:19.733Z] #58 DONE 25.9s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #33 [core-common-config-bootstrapper internal] load build context [2025-05-26T02:14:19.733Z] #33 DONE 26.0s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T02:14:19.733Z] #44 DONE 26.2s [2025-05-26T02:14:19.733Z] [2025-05-26T02:14:19.733Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:14:19.733Z] #67 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c [2025-05-26T02:14:19.992Z] #67 ... [2025-05-26T02:14:19.992Z] [2025-05-26T02:14:19.992Z] #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T02:14:19.992Z] #53 DONE 25.9s [2025-05-26T02:14:19.992Z] [2025-05-26T02:14:19.992Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:14:20.253Z] #67 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done [2025-05-26T02:14:20.543Z] The recommended git tool is: git [2025-05-26T02:14:21.625Z] #67 ... [2025-05-26T02:14:21.625Z] [2025-05-26T02:14:21.625Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T02:14:21.625Z] #57 25.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:21.625Z] #57 26.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:21.625Z] #57 26.37 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:21.625Z] #57 26.37 (2/2) Installing su-exec (0.2-r3) [2025-05-26T02:14:21.625Z] #57 26.37 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:21.625Z] #57 26.38 OK: 8 MiB in 16 packages [2025-05-26T02:14:21.625Z] #57 DONE 27.1s [2025-05-26T02:14:21.625Z] [2025-05-26T02:14:21.625Z] #71 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:14:21.625Z] #71 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:21.625Z] #71 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:21.625Z] #71 15.72 OK: 248 MiB in 58 packages [2025-05-26T02:14:21.625Z] #71 DONE 16.6s [2025-05-26T02:14:21.625Z] [2025-05-26T02:14:21.625Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:14:21.625Z] #69 DONE 16.5s [2025-05-26T02:14:21.625Z] [2025-05-26T02:14:21.625Z] #62 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:14:21.625Z] #62 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-05-26T02:14:21.625Z] #62 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.2s done [2025-05-26T02:14:21.625Z] #62 DONE 16.4s [2025-05-26T02:14:21.625Z] [2025-05-26T02:14:21.625Z] #72 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:14:21.625Z] #72 DONE 0.1s [2025-05-26T02:14:21.625Z] [2025-05-26T02:14:21.625Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T02:14:22.198Z] #73 ... [2025-05-26T02:14:22.198Z] [2025-05-26T02:14:22.198Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T02:14:22.198Z] #60 27.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.198Z] #60 27.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.198Z] #60 27.74 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:22.198Z] #60 27.75 (2/4) Installing openssl (3.3.3-r0) [2025-05-26T02:14:22.198Z] #60 27.76 (3/4) Installing su-exec (0.2-r3) [2025-05-26T02:14:22.198Z] #60 27.76 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T02:14:22.198Z] #60 27.83 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:22.198Z] #60 27.84 OK: 19 MiB in 18 packages [2025-05-26T02:14:22.198Z] #60 DONE 28.0s [2025-05-26T02:14:22.198Z] [2025-05-26T02:14:22.198Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T02:14:22.198Z] #64 16.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.198Z] #64 16.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.198Z] #64 16.83 OK: 248 MiB in 58 packages [2025-05-26T02:14:22.198Z] #64 DONE 17.1s [2025-05-26T02:14:22.198Z] [2025-05-26T02:14:22.198Z] #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:14:22.198Z] #74 DONE 0.0s [2025-05-26T02:14:22.485Z] [2025-05-26T02:14:22.485Z] #48 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T02:14:22.485Z] #48 26.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.485Z] #48 27.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.485Z] #48 27.60 (1/3) Installing ca-certificates (20241121-r1) [2025-05-26T02:14:22.485Z] #48 27.63 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:22.485Z] #48 27.63 (3/3) Installing tzdata (2025b-r0) [2025-05-26T02:14:22.485Z] #48 27.66 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:22.485Z] #48 27.67 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:14:22.485Z] #48 27.86 OK: 10 MiB in 17 packages [2025-05-26T02:14:22.485Z] #48 DONE 28.0s [2025-05-26T02:14:22.485Z] [2025-05-26T02:14:22.485Z] #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:14:22.485Z] #63 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.485Z] #63 17.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #63 ... [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T02:14:22.743Z] #66 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #66 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #66 16.83 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:14:22.743Z] #66 16.83 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:14:22.743Z] #66 16.83 OK: 24171 distinct packages available [2025-05-26T02:14:22.743Z] #66 16.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #66 17.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #66 17.29 OK: 248 MiB in 58 packages [2025-05-26T02:14:22.743Z] #66 DONE 17.5s [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:14:22.743Z] #75 DONE 0.0s [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #63 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:14:22.743Z] #63 17.53 OK: 248 MiB in 58 packages [2025-05-26T02:14:22.743Z] #63 DONE 17.6s [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #76 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:14:22.743Z] #76 DONE 0.0s [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T02:14:22.743Z] #68 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #68 17.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #68 17.56 OK: 248 MiB in 58 packages [2025-05-26T02:14:22.743Z] #68 DONE 17.7s [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #38 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T02:14:22.743Z] #38 27.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #38 27.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #38 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:14:22.743Z] #38 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:14:22.743Z] #38 28.06 OK: 24171 distinct packages available [2025-05-26T02:14:22.743Z] #38 28.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #38 28.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:22.743Z] #38 28.59 (1/14) Installing ca-certificates (20241121-r1) [2025-05-26T02:14:22.743Z] #38 28.60 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-26T02:14:22.743Z] #38 28.62 (3/14) Installing c-ares (1.33.1-r0) [2025-05-26T02:14:22.743Z] #38 28.62 (4/14) Installing libunistring (1.2-r0) [2025-05-26T02:14:22.743Z] #38 28.64 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-26T02:14:22.743Z] #38 28.65 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-26T02:14:22.743Z] #38 28.65 (7/14) Installing libpsl (0.21.5-r1) [2025-05-26T02:14:22.743Z] #38 28.66 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-26T02:14:22.743Z] #38 28.67 (9/14) Installing libcurl (8.12.1-r0) [2025-05-26T02:14:22.743Z] #38 28.68 (10/14) Installing curl (8.12.1-r0) [2025-05-26T02:14:22.743Z] #38 28.69 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:22.743Z] #38 28.69 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-26T02:14:22.743Z] #38 28.69 (13/14) Installing libucontext (1.2-r3) [2025-05-26T02:14:22.743Z] #38 28.70 (14/14) Installing gcompat (1.1.0-r4) [2025-05-26T02:14:22.743Z] #38 28.70 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:22.743Z] #38 28.80 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:14:22.743Z] #38 28.85 OK: 13 MiB in 28 packages [2025-05-26T02:14:22.743Z] #38 DONE 29.0s [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:14:22.743Z] #77 DONE 0.0s [2025-05-26T02:14:22.743Z] [2025-05-26T02:14:22.743Z] #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:14:23.674Z] #78 ... [2025-05-26T02:14:23.674Z] [2025-05-26T02:14:23.674Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:14:23.674Z] #0 3.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:23.674Z] #0 3.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:23.674Z] #0 3.690 OK: 12 MiB in 21 packages [2025-05-26T02:14:23.674Z] #79 DONE 3.8s [2025-05-26T02:14:23.674Z] [2025-05-26T02:14:23.674Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T02:14:23.674Z] #65 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:23.674Z] #65 17.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:23.674Z] #65 18.10 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:14:23.674Z] #65 18.10 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:14:23.674Z] #65 18.10 OK: 24171 distinct packages available [2025-05-26T02:14:23.674Z] #65 18.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:23.674Z] #65 18.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:23.932Z] #65 18.52 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:23.932Z] #65 18.52 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-26T02:14:23.932Z] #65 18.52 (3/5) Installing libucontext (1.2-r3) [2025-05-26T02:14:23.932Z] #65 18.53 (4/5) Installing gcompat (1.1.0-r4) [2025-05-26T02:14:23.932Z] #65 18.53 (5/5) Installing openssl (3.3.3-r0) [2025-05-26T02:14:23.932Z] #65 18.54 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:23.932Z] #65 18.54 OK: 9 MiB in 19 packages [2025-05-26T02:14:24.190Z] #65 DONE 18.7s [2025-05-26T02:14:24.190Z] [2025-05-26T02:14:24.190Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T02:14:24.190Z] #70 17.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:24.190Z] #70 17.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:24.190Z] #70 18.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:14:24.190Z] #70 18.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:14:24.190Z] #70 18.08 OK: 24171 distinct packages available [2025-05-26T02:14:24.190Z] #70 18.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:24.190Z] #70 18.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:24.190Z] #70 18.49 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:24.190Z] #70 18.49 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-26T02:14:24.190Z] #70 18.49 (3/4) Installing libucontext (1.2-r3) [2025-05-26T02:14:24.190Z] #70 18.50 (4/4) Installing gcompat (1.1.0-r4) [2025-05-26T02:14:24.190Z] #70 18.50 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:24.190Z] #70 18.51 OK: 8 MiB in 18 packages [2025-05-26T02:14:24.190Z] #70 DONE 18.6s [2025-05-26T02:14:24.190Z] [2025-05-26T02:14:24.190Z] #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T02:14:24.190Z] #80 ... [2025-05-26T02:14:24.190Z] [2025-05-26T02:14:24.190Z] #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:14:24.190Z] #0 3.837 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:24.190Z] #0 3.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:24.190Z] #0 4.192 OK: 8 MiB in 15 packages [2025-05-26T02:14:24.190Z] #81 DONE 4.3s [2025-05-26T02:14:24.447Z] [2025-05-26T02:14:24.447Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T02:14:25.399Z] #82 ... [2025-05-26T02:14:25.399Z] [2025-05-26T02:14:25.399Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T02:14:25.399Z] #0 4.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.399Z] #0 4.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.399Z] #0 4.927 OK: 19 MiB in 18 packages [2025-05-26T02:14:25.399Z] #83 DONE 5.3s [2025-05-26T02:14:25.399Z] [2025-05-26T02:14:25.399Z] #84 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T02:14:25.399Z] #0 3.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.399Z] #0 3.315 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.399Z] #0 3.620 OK: 8 MiB in 16 packages [2025-05-26T02:14:25.399Z] #84 DONE 3.8s [2025-05-26T02:14:25.399Z] [2025-05-26T02:14:25.399Z] #85 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T02:14:25.399Z] #0 3.717 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.399Z] #0 4.194 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.399Z] #0 4.940 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T02:14:25.399Z] #0 5.219 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:14:25.399Z] #0 5.223 OK: 8 MiB in 15 packages [2025-05-26T02:14:25.399Z] #85 DONE 5.4s [2025-05-26T02:14:25.399Z] [2025-05-26T02:14:25.399Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T02:14:25.637Z] using credential edgex-jenkins-ssh [2025-05-26T02:14:25.664Z] Cloning the remote Git repository [2025-05-26T02:14:25.968Z] #86 ... [2025-05-26T02:14:25.968Z] [2025-05-26T02:14:25.968Z] #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T02:14:25.968Z] #0 3.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.968Z] #0 3.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:25.968Z] #0 3.492 OK: 19 MiB in 18 packages [2025-05-26T02:14:25.968Z] #87 DONE 3.9s [2025-05-26T02:14:26.228Z] [2025-05-26T02:14:26.228Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-26T02:14:26.228Z] #88 DONE 0.0s [2025-05-26T02:14:26.228Z] [2025-05-26T02:14:26.228Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T02:14:26.228Z] #73 3.229 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.228Z] #73 3.696 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.228Z] #73 4.415 OK: 248 MiB in 58 packages [2025-05-26T02:14:26.228Z] #73 DONE 4.5s [2025-05-26T02:14:26.228Z] [2025-05-26T02:14:26.228Z] #89 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T02:14:26.228Z] #89 DONE 0.1s [2025-05-26T02:14:26.228Z] [2025-05-26T02:14:26.228Z] #90 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T02:14:26.228Z] #0 4.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.228Z] #0 5.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.228Z] #0 5.883 OK: 8 MiB in 15 packages [2025-05-26T02:14:26.228Z] #90 DONE 6.4s [2025-05-26T02:14:26.228Z] [2025-05-26T02:14:26.228Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T02:14:26.228Z] #82 2.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.228Z] #82 2.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.488Z] #82 2.457 OK: 8 MiB in 18 packages [2025-05-26T02:14:25.704Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-05-26T02:14:25.795Z] > git init /w/workspace/edgex-go/838 # timeout=10 [2025-05-26T02:14:25.934Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-05-26T02:14:25.935Z] > git --version # timeout=10 [2025-05-26T02:14:25.960Z] > git --version # 'git version 2.25.1' [2025-05-26T02:14:25.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-26T02:14:26.106Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T02:14:26.746Z] #82 DONE 2.6s [2025-05-26T02:14:26.747Z] [2025-05-26T02:14:26.747Z] #78 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:14:26.747Z] #78 3.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.747Z] #78 3.332 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:26.747Z] #78 3.624 OK: 13 MiB in 28 packages [2025-05-26T02:14:26.747Z] #78 DONE 3.8s [2025-05-26T02:14:26.747Z] [2025-05-26T02:14:26.747Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:14:27.018Z] #91 ... [2025-05-26T02:14:27.018Z] [2025-05-26T02:14:27.018Z] #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T02:14:27.018Z] #86 DONE 1.6s [2025-05-26T02:14:27.018Z] [2025-05-26T02:14:27.018Z] #80 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T02:14:27.018Z] #80 2.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:27.018Z] #80 2.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:27.018Z] #80 2.843 OK: 9 MiB in 19 packages [2025-05-26T02:14:27.612Z] #80 DONE 3.5s [2025-05-26T02:14:27.612Z] [2025-05-26T02:14:27.612Z] #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-26T02:14:27.612Z] #92 DONE 0.7s [2025-05-26T02:14:27.612Z] [2025-05-26T02:14:27.612Z] #93 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:14:27.612Z] #0 3.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:27.612Z] #0 4.131 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T02:14:27.612Z] #0 4.468 OK: 10 MiB in 17 packages [2025-05-26T02:14:27.612Z] #93 DONE 5.2s [2025-05-26T02:14:27.612Z] [2025-05-26T02:14:27.612Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:14:27.612Z] #91 DONE 0.9s [2025-05-26T02:14:27.612Z] [2025-05-26T02:14:27.612Z] #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-26T02:14:28.624Z] #94 DONE 0.9s [2025-05-26T02:14:28.624Z] [2025-05-26T02:14:28.624Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-26T02:14:28.624Z] #95 DONE 0.9s [2025-05-26T02:14:28.624Z] [2025-05-26T02:14:28.624Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:14:28.624Z] #96 DONE 0.9s [2025-05-26T02:14:28.624Z] [2025-05-26T02:14:28.624Z] #97 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-26T02:14:28.624Z] #97 DONE 0.1s [2025-05-26T02:14:28.624Z] [2025-05-26T02:14:28.624Z] #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T02:14:29.194Z] #98 DONE 0.6s [2025-05-26T02:14:29.194Z] [2025-05-26T02:14:29.194Z] #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-26T02:14:29.194Z] #99 DONE 0.6s [2025-05-26T02:14:29.194Z] [2025-05-26T02:14:29.194Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:14:29.194Z] #100 DONE 0.6s [2025-05-26T02:14:29.194Z] [2025-05-26T02:14:29.194Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-26T02:14:29.194Z] #101 DONE 0.1s [2025-05-26T02:14:29.194Z] [2025-05-26T02:14:29.194Z] #102 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-26T02:14:29.194Z] #102 DONE 0.1s [2025-05-26T02:14:29.194Z] [2025-05-26T02:14:29.194Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-26T02:14:29.194Z] #103 DONE 0.1s [2025-05-26T02:14:29.194Z] [2025-05-26T02:14:29.194Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T02:14:29.194Z] #104 DONE 0.1s [2025-05-26T02:14:29.194Z] [2025-05-26T02:14:29.194Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-26T02:14:29.453Z] #105 DONE 0.1s [2025-05-26T02:14:29.453Z] [2025-05-26T02:14:29.453Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-26T02:14:29.453Z] #106 DONE 0.1s [2025-05-26T02:14:29.453Z] [2025-05-26T02:14:29.453Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-26T02:14:29.453Z] #107 DONE 0.1s [2025-05-26T02:14:29.453Z] [2025-05-26T02:14:29.453Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T02:14:29.453Z] #108 DONE 0.1s [2025-05-26T02:14:29.453Z] [2025-05-26T02:14:29.453Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-26T02:14:29.453Z] #109 DONE 0.1s [2025-05-26T02:14:29.453Z] [2025-05-26T02:14:29.453Z] #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-26T02:14:29.453Z] #110 DONE 0.1s [2025-05-26T02:14:29.453Z] [2025-05-26T02:14:29.453Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-26T02:14:29.453Z] #111 DONE 0.0s [2025-05-26T02:14:29.453Z] [2025-05-26T02:14:29.453Z] #112 [security-spire-server] exporting to image [2025-05-26T02:14:29.453Z] #112 exporting layers [2025-05-26T02:14:30.031Z] #112 exporting layers 0.8s done [2025-05-26T02:14:30.308Z] #112 exporting layers 0.8s done [2025-05-26T02:14:30.308Z] #112 writing image sha256:11fb0c944c3ba228303dd53e2be8f5099f0d30df47ea557d0cb961bc7e53d0aa done [2025-05-26T02:14:30.308Z] #112 naming to docker.io/library/security-spire-config done [2025-05-26T02:14:30.308Z] #112 writing image sha256:43cc7767799669bfd178145d9a1164bf54922633585474728d4e7d1c71f22af6 [2025-05-26T02:14:30.308Z] #112 exporting layers 0.7s done [2025-05-26T02:14:30.308Z] #112 writing image sha256:43cc7767799669bfd178145d9a1164bf54922633585474728d4e7d1c71f22af6 done [2025-05-26T02:14:30.308Z] #112 naming to docker.io/library/security-spire-server done [2025-05-26T02:14:30.308Z] #112 writing image sha256:2edc51ee79af717d8cf1cfa7d2e81878ac410444c24023b3a9e5faca9a273fe4 done [2025-05-26T02:14:30.308Z] #112 naming to docker.io/library/security-spire-agent done [2025-05-26T02:14:30.308Z] #112 DONE 1.0s [2025-05-26T02:14:30.308Z] [2025-05-26T02:14:30.308Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:14:31.729Z] #113 ... [2025-05-26T02:14:31.729Z] [2025-05-26T02:14:31.729Z] #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:14:32.031Z] #114 ... [2025-05-26T02:14:32.031Z] [2025-05-26T02:14:32.031Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:14:32.289Z] #115 ... [2025-05-26T02:14:32.289Z] [2025-05-26T02:14:32.289Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:14:32.556Z] #116 ... [2025-05-26T02:14:32.556Z] [2025-05-26T02:14:32.556Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:14:33.121Z] #117 ... [2025-05-26T02:14:33.121Z] [2025-05-26T02:14:33.121Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:14:44.290Z] Avoid second fetch [2025-05-26T02:14:44.290Z] Checking out Revision 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 (main) [2025-05-26T02:14:43.255Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-05-26T02:14:43.276Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T02:14:44.307Z] > git config core.sparsecheckout # timeout=10 [2025-05-26T02:14:44.401Z] > git checkout -f 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 # timeout=10 [2025-05-26T02:14:45.320Z] Commit message: "build(deps): Bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 (#5155)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-26T02:14:50.212Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-26T02:14:50.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T02:14:50.212Z] Dload Upload Total Spent Left Speed [2025-05-26T02:14:50.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 79677 0 --:--:-- --:--:-- --:--:-- 79185 100 12828 100 12828 0 0 78699 0 --:--:-- --:--:-- --:--:-- 78699 [Pipeline] sh [2025-05-26T02:14:50.600Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-26T02:14:50.939Z] + sudo tee /etc/docker/daemon.new [2025-05-26T02:14:50.939Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-26T02:14:50.939Z] { [2025-05-26T02:14:50.939Z] "registry-mirrors": [ [2025-05-26T02:14:50.939Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-26T02:14:50.939Z] ], [2025-05-26T02:14:50.939Z] "bip": "10.250.0.254/24", [2025-05-26T02:14:50.939Z] "hosts": [ [2025-05-26T02:14:50.939Z] "tcp://0.0.0.0:5555", [2025-05-26T02:14:50.939Z] "unix:///var/run/docker.sock" [2025-05-26T02:14:50.939Z] ], [2025-05-26T02:14:50.939Z] "mtu": 1458, [2025-05-26T02:14:50.939Z] "selinux-enabled": true, [2025-05-26T02:14:50.939Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-26T02:14:50.939Z] } [Pipeline] sh [2025-05-26T02:14:51.281Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-26T02:14:51.611Z] + sudo service docker restart [2025-05-26T02:15:05.293Z] #118 DONE 41.8s [2025-05-26T02:15:05.293Z] [2025-05-26T02:15:05.293Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:05.293Z] #116 DONE 42.3s [2025-05-26T02:15:05.293Z] [2025-05-26T02:15:05.293Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:05.293Z] #113 DONE 38.3s [2025-05-26T02:15:05.293Z] [2025-05-26T02:15:05.293Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:05.293Z] #117 DONE 41.8s [2025-05-26T02:15:05.293Z] [2025-05-26T02:15:05.293Z] #115 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:05.293Z] #115 DONE 41.7s [2025-05-26T02:15:05.293Z] [2025-05-26T02:15:05.293Z] #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:05.293Z] #114 DONE 42.9s [2025-05-26T02:15:05.293Z] [2025-05-26T02:15:05.293Z] #119 [support-notifications builder 6/7] COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T02:15:09.956Z] provisioning config files... [2025-05-26T02:15:09.985Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config12759553079448767187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:15:10.535Z] ---> ****-login.sh [2025-05-26T02:15:10.535Z] nexus3.edgexfoundry.org:10001 [2025-05-26T02:15:11.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:15:11.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:15:11.127Z] Configure a credential helper to remove this warning. See [2025-05-26T02:15:11.127Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:15:11.127Z] [2025-05-26T02:15:11.127Z] Login Succeeded [2025-05-26T02:15:11.127Z] nexus3.edgexfoundry.org:10002 [2025-05-26T02:15:11.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:15:11.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:15:11.679Z] Configure a credential helper to remove this warning. See [2025-05-26T02:15:11.679Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:15:11.679Z] [2025-05-26T02:15:11.679Z] Login Succeeded [2025-05-26T02:15:11.679Z] nexus3.edgexfoundry.org:10003 [2025-05-26T02:15:11.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:15:11.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:15:11.951Z] Configure a credential helper to remove this warning. See [2025-05-26T02:15:11.951Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:15:11.951Z] [2025-05-26T02:15:11.951Z] Login Succeeded [2025-05-26T02:15:11.951Z] nexus3.edgexfoundry.org:10004 [2025-05-26T02:15:12.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:15:12.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:15:12.493Z] Configure a credential helper to remove this warning. See [2025-05-26T02:15:12.493Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:15:12.493Z] [2025-05-26T02:15:12.493Z] Login Succeeded [2025-05-26T02:15:12.493Z] ****.io [2025-05-26T02:15:12.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:15:13.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:15:13.033Z] Configure a credential helper to remove this warning. See [2025-05-26T02:15:13.033Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:15:13.033Z] [2025-05-26T02:15:13.033Z] Login Succeeded [2025-05-26T02:15:13.033Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T02:15:13.049Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-05-26T02:15:13.702Z] + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] echo [2025-05-26T02:15:13.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T02:15:13.745Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T02:15:13.763Z] ========================================================= [2025-05-26T02:15:13.763Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-05-26T02:15:13.763Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-26T02:15:14.102Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T02:15:14.374Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-05-26T02:15:14.374Z] 94e9d8af2201: Pulling fs layer [2025-05-26T02:15:14.374Z] 634366ca850b: Pulling fs layer [2025-05-26T02:15:14.374Z] f66ade281fe9: Pulling fs layer [2025-05-26T02:15:14.374Z] 13fd4ce6e94e: Pulling fs layer [2025-05-26T02:15:14.374Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T02:15:14.374Z] 4cccf3f17d63: Pulling fs layer [2025-05-26T02:15:14.374Z] 2d8010953d95: Pulling fs layer [2025-05-26T02:15:14.374Z] ec743f232bc5: Pulling fs layer [2025-05-26T02:15:14.374Z] 13fd4ce6e94e: Waiting [2025-05-26T02:15:14.374Z] 4f4fb700ef54: Waiting [2025-05-26T02:15:14.374Z] 4cccf3f17d63: Waiting [2025-05-26T02:15:14.374Z] 2d8010953d95: Waiting [2025-05-26T02:15:14.374Z] ec743f232bc5: Waiting [2025-05-26T02:15:14.374Z] 634366ca850b: Download complete [2025-05-26T02:15:14.374Z] 13fd4ce6e94e: Download complete [2025-05-26T02:15:14.374Z] 4f4fb700ef54: Verifying Checksum [2025-05-26T02:15:14.374Z] 4f4fb700ef54: Download complete [2025-05-26T02:15:14.374Z] 4cccf3f17d63: Verifying Checksum [2025-05-26T02:15:14.374Z] 4cccf3f17d63: Download complete [2025-05-26T02:15:14.374Z] 94e9d8af2201: Verifying Checksum [2025-05-26T02:15:14.374Z] 94e9d8af2201: Download complete [2025-05-26T02:15:14.962Z] ec743f232bc5: Verifying Checksum [2025-05-26T02:15:14.962Z] ec743f232bc5: Download complete [2025-05-26T02:15:15.234Z] 94e9d8af2201: Pull complete [2025-05-26T02:15:15.322Z] #119 ... [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #120 ... [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #121 [support-scheduler builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #121 DONE 10.2s [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #122 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #122 DONE 10.2s [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #120 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #120 DONE 10.2s [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #123 [security-proxy-setup builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #123 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:15.322Z] #124 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:15:15.322Z] #125 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:15.322Z] #126 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:15:15.322Z] #127 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #128 [security-bootstrapper builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #128 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #129 [core-keeper builder 7/8] COPY . . [2025-05-26T02:15:15.322Z] #129 DONE 10.2s [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #119 [support-notifications builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #119 DONE 10.2s [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #130 [core-data builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #130 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:15.322Z] #131 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #132 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:15:15.322Z] #132 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #133 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #133 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:15:15.322Z] #134 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:15.322Z] #135 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #136 [core-command builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #136 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:15.322Z] #137 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #138 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:15:15.322Z] #138 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:15:15.322Z] #139 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #140 [core-metadata builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #140 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:15:15.322Z] #141 CACHED [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #142 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T02:15:15.322Z] #142 DONE 10.2s [2025-05-26T02:15:15.322Z] [2025-05-26T02:15:15.322Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:15:16.237Z] 634366ca850b: Pull complete [2025-05-26T02:15:16.258Z] #143 1.357 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-26T02:15:16.505Z] f66ade281fe9: Verifying Checksum [2025-05-26T02:15:16.505Z] f66ade281fe9: Download complete [2025-05-26T02:15:17.092Z] 2d8010953d95: Verifying Checksum [2025-05-26T02:15:17.092Z] 2d8010953d95: Download complete [2025-05-26T02:15:26.217Z] #143 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-26T02:15:26.217Z] #0 0.495 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T02:15:26.217Z] #144 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:15:26.217Z] #0 1.118 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T02:15:26.217Z] #145 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:15:26.217Z] #0 1.266 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T02:15:26.217Z] #146 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T02:15:26.217Z] #0 0.659 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T02:15:26.217Z] #147 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:15:26.217Z] #0 1.235 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T02:15:26.217Z] #148 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T02:15:26.217Z] #0 0.984 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T02:15:26.217Z] #149 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T02:15:26.217Z] #0 0.663 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T02:15:26.217Z] #150 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T02:15:26.217Z] #0 0.915 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T02:15:26.217Z] #151 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T02:15:26.217Z] #0 0.659 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T02:15:26.217Z] #152 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T02:15:26.217Z] #0 1.206 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T02:15:26.217Z] #153 ... [2025-05-26T02:15:26.217Z] [2025-05-26T02:15:26.217Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T02:15:26.217Z] #0 1.167 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T02:15:32.101Z] f66ade281fe9: Pull complete [2025-05-26T02:15:32.101Z] 13fd4ce6e94e: Pull complete [2025-05-26T02:15:32.101Z] 4f4fb700ef54: Pull complete [2025-05-26T02:15:32.101Z] 4cccf3f17d63: Pull complete [2025-05-26T02:15:40.319Z] 2d8010953d95: Pull complete [2025-05-26T02:15:41.737Z] ec743f232bc5: Pull complete [2025-05-26T02:15:41.737Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-05-26T02:15:41.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T02:15:41.737Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-26T02:15:42.066Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T02:15:42.066Z] WORKDIR /edgex [2025-05-26T02:15:42.066Z] COPY go.mod . [2025-05-26T02:15:42.066Z] RUN go mod download [2025-05-26T02:15:42.066Z] + docker build -t ci-base-image-arm64 -f - . [2025-05-26T02:15:42.668Z] Sending build context to Docker daemon 3.695MB [2025-05-26T02:15:42.942Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T02:15:42.942Z] ---> 12c1d4c06be1 [2025-05-26T02:15:42.942Z] Step 2/4 : WORKDIR /edgex [2025-05-26T02:15:44.885Z] ---> Running in 9897ac2e029d [2025-05-26T02:15:44.885Z] Removing intermediate container 9897ac2e029d [2025-05-26T02:15:44.885Z] ---> d7fa98331294 [2025-05-26T02:15:44.885Z] Step 3/4 : COPY go.mod . [2025-05-26T02:15:45.490Z] ---> 06db92856b69 [2025-05-26T02:15:45.490Z] Step 4/4 : RUN go mod download [2025-05-26T02:15:45.490Z] ---> Running in 5ae05b59ea2a [2025-05-26T02:16:41.911Z] Removing intermediate container 5ae05b59ea2a [2025-05-26T02:16:41.911Z] ---> e94948e4cbef [2025-05-26T02:16:41.911Z] Successfully built e94948e4cbef [2025-05-26T02:16:41.911Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:16:42.260Z] + docker inspect -f . ci-base-image-arm64 [2025-05-26T02:16:42.260Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:16:42.493Z] prd-ubuntu20.04-docker-arm64-4c-16g-2251 does not seem to be running inside a container [2025-05-26T02:16:42.577Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T02:16:43.900Z] $ docker top d0f8dbb9420978db021a6e9fa893ecdb9061a64918492ec44b144c88ae01c38e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T02:16:44.746Z] + go version [2025-05-26T02:16:44.746Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-05-26T02:16:44.762Z] $ docker stop --time=1 d0f8dbb9420978db021a6e9fa893ecdb9061a64918492ec44b144c88ae01c38e [2025-05-26T02:16:46.413Z] $ docker rm -f --volumes d0f8dbb9420978db021a6e9fa893ecdb9061a64918492ec44b144c88ae01c38e [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-05-26T02:16:47.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T02:16:47.145Z] [2025-05-26T02:16:47.145Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:16:47.487Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T02:16:47.487Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-05-26T02:16:47.487Z] 547446be3368: Pulling fs layer [2025-05-26T02:16:47.487Z] d125d8839a47: Pulling fs layer [2025-05-26T02:16:47.487Z] 3e85d5ac6304: Pulling fs layer [2025-05-26T02:16:47.487Z] c3105a71a48b: Pulling fs layer [2025-05-26T02:16:47.487Z] 0f093f025ec4: Pulling fs layer [2025-05-26T02:16:47.487Z] c3106fc0e877: Pulling fs layer [2025-05-26T02:16:47.487Z] 0f093f025ec4: Waiting [2025-05-26T02:16:47.487Z] c3106fc0e877: Waiting [2025-05-26T02:16:47.753Z] 547446be3368: Verifying Checksum [2025-05-26T02:16:47.753Z] 547446be3368: Download complete [2025-05-26T02:16:47.753Z] c3105a71a48b: Verifying Checksum [2025-05-26T02:16:47.753Z] c3105a71a48b: Download complete [2025-05-26T02:16:48.335Z] d125d8839a47: Verifying Checksum [2025-05-26T02:16:48.335Z] d125d8839a47: Download complete [2025-05-26T02:16:48.335Z] c3106fc0e877: Verifying Checksum [2025-05-26T02:16:48.335Z] c3106fc0e877: Download complete [2025-05-26T02:16:48.335Z] 0f093f025ec4: Verifying Checksum [2025-05-26T02:16:48.335Z] 0f093f025ec4: Download complete [2025-05-26T02:16:48.601Z] 547446be3368: Pull complete [2025-05-26T02:16:49.559Z] d125d8839a47: Pull complete [2025-05-26T02:16:50.147Z] 3e85d5ac6304: Download complete [2025-05-26T02:17:00.221Z] 3e85d5ac6304: Pull complete [2025-05-26T02:17:00.221Z] c3105a71a48b: Pull complete [2025-05-26T02:17:00.802Z] 0f093f025ec4: Pull complete [2025-05-26T02:17:01.067Z] c3106fc0e877: Pull complete [2025-05-26T02:17:01.067Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-05-26T02:17:01.067Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T02:17:01.067Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:17:01.530Z] prd-ubuntu20.04-docker-arm64-4c-16g-2251 does not seem to be running inside a container [2025-05-26T02:17:01.600Z] $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T02:17:03.955Z] $ docker top bfe44ec127014392eb824ab251d89c2e369d088707d65e2ae7d02d7f7eaf01f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T02:17:04.455Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-26T02:17:14.622Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #1 transferring dockerfile: 1.89kB done [2025-05-26T02:17:14.622Z] #1 DONE 0.1s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #2 transferring dockerfile: 3.02kB 0.0s done [2025-05-26T02:17:14.622Z] #2 DONE 0.0s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #3 transferring dockerfile: 2.00kB done [2025-05-26T02:17:14.622Z] #3 DONE 0.1s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #4 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #4 transferring dockerfile: 2.50kB done [2025-05-26T02:17:14.622Z] #4 DONE 0.0s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #5 transferring dockerfile: 1.70kB done [2025-05-26T02:17:14.622Z] #5 DONE 0.1s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #6 [support-scheduler internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #6 transferring dockerfile: 1.83kB 0.0s done [2025-05-26T02:17:14.622Z] #6 DONE 0.1s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #7 transferring dockerfile: 2.14kB 0.0s done [2025-05-26T02:17:14.622Z] #7 DONE 0.1s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #8 transferring dockerfile: 2.01kB done [2025-05-26T02:17:14.622Z] #8 DONE 0.1s [2025-05-26T02:17:14.622Z] [2025-05-26T02:17:14.622Z] #9 [security-spire-config internal] load build definition from Dockerfile [2025-05-26T02:17:14.622Z] #9 transferring dockerfile: 1.69kB done [2025-05-26T02:17:14.622Z] #9 DONE 0.1s [2025-05-26T02:17:14.905Z] [2025-05-26T02:17:14.905Z] #10 [core-command internal] load build definition from Dockerfile [2025-05-26T02:17:14.905Z] #10 transferring dockerfile: 1.94kB 0.0s done [2025-05-26T02:17:14.905Z] #10 DONE 0.1s [2025-05-26T02:17:14.905Z] [2025-05-26T02:17:14.905Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-26T02:17:14.905Z] #11 transferring dockerfile: 2.23kB 0.0s done [2025-05-26T02:17:14.905Z] #11 DONE 0.1s [2025-05-26T02:17:14.905Z] [2025-05-26T02:17:14.905Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2025-05-26T02:17:14.905Z] #12 transferring dockerfile: 1.81kB 0.0s done [2025-05-26T02:17:15.191Z] #12 DONE 0.1s [2025-05-26T02:17:15.191Z] [2025-05-26T02:17:15.191Z] #13 [core-data internal] load build definition from Dockerfile [2025-05-26T02:17:15.191Z] #13 transferring dockerfile: 2.04kB done [2025-05-26T02:17:15.191Z] #13 DONE 0.1s [2025-05-26T02:17:15.191Z] [2025-05-26T02:17:15.191Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-26T02:17:15.191Z] #14 transferring dockerfile: 2.49kB done [2025-05-26T02:17:15.191Z] #14 DONE 0.1s [2025-05-26T02:17:15.191Z] [2025-05-26T02:17:15.191Z] #15 [core-metadata internal] load build definition from Dockerfile [2025-05-26T02:17:15.191Z] #15 transferring dockerfile: 2.10kB 0.0s done [2025-05-26T02:17:15.191Z] #15 DONE 0.1s [2025-05-26T02:17:15.191Z] [2025-05-26T02:17:15.191Z] #16 [security-spiffe-token-provider internal] load .dockerignore [2025-05-26T02:17:15.191Z] #16 transferring context: [2025-05-26T02:17:15.468Z] #16 transferring context: 50B 0.0s done [2025-05-26T02:17:15.468Z] #16 DONE 0.0s [2025-05-26T02:17:16.081Z] [2025-05-26T02:17:16.081Z] #17 [security-bootstrapper internal] load .dockerignore [2025-05-26T02:17:16.081Z] #17 transferring context: 50B done [2025-05-26T02:17:16.081Z] #17 DONE 0.0s [2025-05-26T02:17:16.081Z] [2025-05-26T02:17:16.081Z] #18 [support-notifications internal] load .dockerignore [2025-05-26T02:17:16.358Z] #18 transferring context: 50B done [2025-05-26T02:17:16.358Z] #18 DONE 0.1s [2025-05-26T02:17:16.358Z] [2025-05-26T02:17:16.358Z] #19 [security-proxy-setup internal] load .dockerignore [2025-05-26T02:17:16.358Z] #19 transferring context: 50B done [2025-05-26T02:17:16.358Z] #19 DONE 0.1s [2025-05-26T02:17:16.358Z] [2025-05-26T02:17:16.358Z] #20 [security-spire-server internal] load .dockerignore [2025-05-26T02:17:16.358Z] #20 transferring context: 50B 0.0s done [2025-05-26T02:17:16.358Z] #20 DONE 0.1s [2025-05-26T02:17:16.358Z] [2025-05-26T02:17:16.358Z] #21 [support-scheduler internal] load .dockerignore [2025-05-26T02:17:16.358Z] #21 transferring context: 50B done [2025-05-26T02:17:16.358Z] #21 DONE 0.1s [2025-05-26T02:17:16.358Z] [2025-05-26T02:17:16.358Z] #22 [security-proxy-auth internal] load .dockerignore [2025-05-26T02:17:16.358Z] #22 transferring context: 50B 0.0s done [2025-05-26T02:17:16.358Z] #22 DONE 0.1s [2025-05-26T02:17:16.358Z] [2025-05-26T02:17:16.358Z] #23 [core-keeper internal] load .dockerignore [2025-05-26T02:17:16.358Z] #23 transferring context: 50B done [2025-05-26T02:17:16.358Z] #23 DONE 0.1s [2025-05-26T02:17:16.358Z] [2025-05-26T02:17:16.358Z] #24 [security-spire-config internal] load .dockerignore [2025-05-26T02:17:16.635Z] #24 transferring context: 50B done [2025-05-26T02:17:16.635Z] #24 DONE 0.1s [2025-05-26T02:17:16.635Z] [2025-05-26T02:17:16.635Z] #25 [core-command internal] load .dockerignore [2025-05-26T02:17:16.635Z] #25 transferring context: 50B done [2025-05-26T02:17:16.635Z] #25 DONE 0.1s [2025-05-26T02:17:16.635Z] [2025-05-26T02:17:16.635Z] #26 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-26T02:17:16.635Z] #26 transferring context: 50B done [2025-05-26T02:17:16.635Z] #26 DONE 0.1s [2025-05-26T02:17:16.635Z] [2025-05-26T02:17:16.635Z] #27 [security-spire-agent internal] load .dockerignore [2025-05-26T02:17:16.905Z] #27 transferring context: 50B 0.0s done [2025-05-26T02:17:16.905Z] #27 DONE 0.1s [2025-05-26T02:17:16.905Z] [2025-05-26T02:17:16.905Z] #28 [core-data internal] load .dockerignore [2025-05-26T02:17:16.905Z] #28 transferring context: 50B 0.0s done [2025-05-26T02:17:16.905Z] #28 DONE 0.1s [2025-05-26T02:17:16.905Z] [2025-05-26T02:17:16.905Z] #29 [security-secretstore-setup internal] load .dockerignore [2025-05-26T02:17:16.905Z] #29 transferring context: 50B 0.0s done [2025-05-26T02:17:16.905Z] #29 DONE 0.1s [2025-05-26T02:17:16.905Z] [2025-05-26T02:17:16.905Z] #30 [core-metadata internal] load .dockerignore [2025-05-26T02:17:17.171Z] #30 transferring context: 50B 0.0s done [2025-05-26T02:17:17.171Z] #30 DONE 0.1s [2025-05-26T02:17:17.171Z] [2025-05-26T02:17:17.171Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:17.171Z] #31 DONE 0.0s [2025-05-26T02:17:17.171Z] [2025-05-26T02:17:17.171Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:17:17.440Z] #32 DONE 0.5s [2025-05-26T02:17:17.440Z] [2025-05-26T02:17:17.440Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:17.440Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:17.707Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:17.707Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:17.707Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:17.707Z] #33 DONE 0.1s [2025-05-26T02:17:17.707Z] [2025-05-26T02:17:17.707Z] #34 [security-spiffe-token-provider internal] load build context [2025-05-26T02:17:17.977Z] #34 ... [2025-05-26T02:17:17.977Z] [2025-05-26T02:17:17.977Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:17.977Z] #31 DONE 0.0s [2025-05-26T02:17:17.977Z] [2025-05-26T02:17:17.977Z] #34 [security-spiffe-token-provider internal] load build context [2025-05-26T02:17:17.977Z] #34 ... [2025-05-26T02:17:17.977Z] [2025-05-26T02:17:17.977Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:17.977Z] #31 DONE 0.0s [2025-05-26T02:17:17.977Z] [2025-05-26T02:17:17.977Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:17.977Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:17.977Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:17.977Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:17.977Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:17.977Z] #33 DONE 0.2s [2025-05-26T02:17:17.977Z] [2025-05-26T02:17:17.977Z] #34 [security-spiffe-token-provider internal] load build context [2025-05-26T02:17:18.245Z] #34 ... [2025-05-26T02:17:18.245Z] [2025-05-26T02:17:18.245Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:17:18.245Z] #32 DONE 0.5s [2025-05-26T02:17:18.245Z] [2025-05-26T02:17:18.245Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:18.245Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:18.245Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:18.245Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:18.245Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:18.245Z] #33 DONE 0.3s [2025-05-26T02:17:18.245Z] [2025-05-26T02:17:18.245Z] #34 [security-spiffe-token-provider internal] load build context [2025-05-26T02:17:18.245Z] #34 ... [2025-05-26T02:17:18.245Z] [2025-05-26T02:17:18.245Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:18.245Z] #31 DONE 0.0s [2025-05-26T02:17:18.245Z] [2025-05-26T02:17:18.245Z] #34 [security-spiffe-token-provider internal] load build context [2025-05-26T02:17:18.518Z] #34 ... [2025-05-26T02:17:18.518Z] [2025-05-26T02:17:18.518Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:17:18.518Z] #32 DONE 0.6s [2025-05-26T02:17:18.518Z] [2025-05-26T02:17:18.518Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:18.518Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:18.518Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:18.518Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:18.518Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:18.518Z] #33 DONE 0.3s [2025-05-26T02:17:18.518Z] [2025-05-26T02:17:18.518Z] #34 [security-spiffe-token-provider internal] load build context [2025-05-26T02:17:18.518Z] #34 transferring context: 3.22MB 0.8s done [2025-05-26T02:17:18.518Z] #34 ... [2025-05-26T02:17:18.518Z] [2025-05-26T02:17:18.518Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:18.518Z] #31 DONE 0.0s [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:18.786Z] #31 DONE 0.0s [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #34 [security-spiffe-token-provider internal] load build context [2025-05-26T02:17:18.786Z] #34 DONE 1.1s [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #35 [support-notifications internal] load build context [2025-05-26T02:17:18.786Z] #35 ... [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:18.786Z] #31 DONE 0.0s [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #35 [support-notifications internal] load build context [2025-05-26T02:17:18.786Z] #35 ... [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:18.786Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:18.786Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:18.786Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:18.786Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:18.786Z] #33 DONE 0.4s [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:17:18.786Z] #32 DONE 0.9s [2025-05-26T02:17:18.786Z] [2025-05-26T02:17:18.786Z] #35 [support-notifications internal] load build context [2025-05-26T02:17:19.372Z] #35 ... [2025-05-26T02:17:19.372Z] [2025-05-26T02:17:19.372Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:19.372Z] #31 DONE 0.0s [2025-05-26T02:17:19.372Z] [2025-05-26T02:17:19.372Z] #35 [support-notifications internal] load build context [2025-05-26T02:17:19.372Z] #35 ... [2025-05-26T02:17:19.372Z] [2025-05-26T02:17:19.372Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:19.372Z] #31 DONE 0.0s [2025-05-26T02:17:19.372Z] [2025-05-26T02:17:19.372Z] #35 [support-notifications internal] load build context [2025-05-26T02:17:19.372Z] #35 transferring context: 3.22MB 1.1s done [2025-05-26T02:17:19.639Z] #35 ... [2025-05-26T02:17:19.639Z] [2025-05-26T02:17:19.639Z] #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:19.639Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:19.639Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:19.639Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:19.639Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:19.639Z] #33 DONE 0.5s [2025-05-26T02:17:19.639Z] [2025-05-26T02:17:19.639Z] #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T02:17:19.639Z] #36 DONE 3.1s [2025-05-26T02:17:19.639Z] [2025-05-26T02:17:19.639Z] #37 [security-bootstrapper internal] load build context [2025-05-26T02:17:19.639Z] #37 transferring context: 3.22MB 1.4s done [2025-05-26T02:17:19.915Z] #37 ... [2025-05-26T02:17:19.915Z] [2025-05-26T02:17:19.915Z] #35 [support-notifications internal] load build context [2025-05-26T02:17:19.915Z] #35 DONE 1.5s [2025-05-26T02:17:19.915Z] [2025-05-26T02:17:19.915Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:19.915Z] #31 DONE 0.0s [2025-05-26T02:17:19.915Z] [2025-05-26T02:17:19.915Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:17:20.183Z] #32 ... [2025-05-26T02:17:20.183Z] [2025-05-26T02:17:20.183Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-26T02:17:20.183Z] #38 DONE 1.7s [2025-05-26T02:17:20.183Z] [2025-05-26T02:17:20.183Z] #37 [security-bootstrapper internal] load build context [2025-05-26T02:17:20.183Z] #37 DONE 1.9s [2025-05-26T02:17:20.183Z] [2025-05-26T02:17:20.183Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:20.183Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:20.183Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:20.183Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:20.183Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:20.183Z] #33 DONE 0.5s [2025-05-26T02:17:20.183Z] [2025-05-26T02:17:20.183Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:20.183Z] #31 DONE 0.0s [2025-05-26T02:17:20.183Z] [2025-05-26T02:17:20.183Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:20.183Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:20.183Z] #39 ... [2025-05-26T02:17:20.183Z] [2025-05-26T02:17:20.183Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:17:20.183Z] #32 DONE 2.1s [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:20.450Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:20.450Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:20.450Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:20.450Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:20.450Z] #33 DONE 0.6s [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #40 [core-data internal] load build context [2025-05-26T02:17:20.450Z] #40 DONE 0.0s [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T02:17:20.450Z] #36 DONE 3.2s [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #41 [core-data builder 2/7] WORKDIR /edgex-go [2025-05-26T02:17:20.450Z] #41 ... [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:20.450Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:20.450Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:20.450Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:20.450Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:20.450Z] #33 DONE 0.6s [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T02:17:20.450Z] #31 DONE 0.0s [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T02:17:20.450Z] #36 DONE 3.2s [2025-05-26T02:17:20.450Z] [2025-05-26T02:17:20.450Z] #41 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-05-26T02:17:20.719Z] #41 ... [2025-05-26T02:17:20.719Z] [2025-05-26T02:17:20.719Z] #42 [security-proxy-setup internal] load build context [2025-05-26T02:17:20.719Z] #42 transferring context: 3.22MB 1.1s done [2025-05-26T02:17:20.719Z] #42 DONE 2.3s [2025-05-26T02:17:20.990Z] [2025-05-26T02:17:20.990Z] #43 [security-proxy-auth internal] load build context [2025-05-26T02:17:29.384Z] #43 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #44 [security-spire-config internal] load build context [2025-05-26T02:17:29.384Z] #44 transferring context: 22.05kB 0.1s done [2025-05-26T02:17:29.384Z] #44 DONE 1.4s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #45 [security-spire-server internal] load build context [2025-05-26T02:17:29.384Z] #45 transferring context: 23.80kB 0.2s done [2025-05-26T02:17:29.384Z] #45 DONE 1.5s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #43 [security-proxy-auth internal] load build context [2025-05-26T02:17:29.384Z] #43 transferring context: 3.22MB 3.1s done [2025-05-26T02:17:29.384Z] #43 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #46 [support-scheduler internal] load build context [2025-05-26T02:17:29.384Z] #46 transferring context: 3.22MB 3.1s done [2025-05-26T02:17:29.384Z] #46 DONE 4.5s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.9s done [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T02:17:29.384Z] #32 DONE 5.3s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #43 [security-proxy-auth internal] load build context [2025-05-26T02:17:29.384Z] #43 DONE 4.7s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #47 [core-keeper internal] load build context [2025-05-26T02:17:29.384Z] #47 transferring context: 3.22MB 4.0s done [2025-05-26T02:17:29.384Z] #47 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #41 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-05-26T02:17:29.384Z] #41 DONE 5.0s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T02:17:29.384Z] #48 DONE 4.6s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:17:29.384Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T02:17:29.384Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T02:17:29.384Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T02:17:29.384Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T02:17:29.384Z] #33 DONE 0.6s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T02:17:29.384Z] #36 DONE 3.2s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #41 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-05-26T02:17:29.384Z] #41 DONE 5.1s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.9s done [2025-05-26T02:17:29.384Z] #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-26T02:17:29.384Z] #39 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-05-26T02:17:29.384Z] #39 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #47 [core-keeper internal] load build context [2025-05-26T02:17:29.384Z] #47 DONE 6.0s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.3s [2025-05-26T02:17:29.384Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s [2025-05-26T02:17:29.384Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.6s [2025-05-26T02:17:29.384Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s [2025-05-26T02:17:29.384Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.7s [2025-05-26T02:17:29.384Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s [2025-05-26T02:17:29.384Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done [2025-05-26T02:17:29.384Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s done [2025-05-26T02:17:29.384Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-05-26T02:17:29.384Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s done [2025-05-26T02:17:29.384Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #49 [core-command internal] load build context [2025-05-26T02:17:29.384Z] #49 transferring context: 3.22MB 4.3s done [2025-05-26T02:17:29.384Z] #49 DONE 6.2s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #50 [core-common-config-bootstrapper internal] load build context [2025-05-26T02:17:29.384Z] #50 transferring context: 3.22MB 4.5s done [2025-05-26T02:17:29.384Z] #50 DONE 6.6s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.4s done [2025-05-26T02:17:29.384Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.0s [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #40 [core-data internal] load build context [2025-05-26T02:17:29.384Z] #40 transferring context: 3.22MB 4.6s done [2025-05-26T02:17:29.384Z] #40 DONE 6.4s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.10MB / 33.17MB 2.5s [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #51 [security-secretstore-setup internal] load build context [2025-05-26T02:17:29.384Z] #51 transferring context: 3.22MB 4.8s done [2025-05-26T02:17:29.384Z] #51 DONE 6.7s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #52 [security-spire-agent internal] load build context [2025-05-26T02:17:29.384Z] #52 transferring context: 23.33kB 0.4s done [2025-05-26T02:17:29.384Z] #52 DONE 2.9s [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.96MB / 33.17MB 3.0s [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T02:17:29.384Z] #0 6.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.384Z] #53 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T02:17:29.384Z] #0 7.760 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.384Z] #54 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T02:17:29.384Z] #0 8.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.384Z] #55 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.02MB / 33.17MB 3.9s [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T02:17:29.384Z] #0 7.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.384Z] #56 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:17:29.384Z] #57 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.384Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-05-26T02:17:29.384Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-05-26T02:17:29.384Z] #39 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #58 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T02:17:29.384Z] #0 7.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.384Z] #0 9.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.384Z] #58 ... [2025-05-26T02:17:29.384Z] [2025-05-26T02:17:29.384Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T02:17:29.384Z] #0 6.544 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.384Z] #0 9.097 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:29.671Z] #59 ... [2025-05-26T02:17:29.671Z] [2025-05-26T02:17:29.671Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:29.671Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.37MB / 33.17MB 5.1s [2025-05-26T02:17:29.937Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.26MB / 33.17MB 5.6s [2025-05-26T02:17:30.896Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 6.4s [2025-05-26T02:17:31.163Z] #39 ... [2025-05-26T02:17:31.163Z] [2025-05-26T02:17:31.163Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T02:17:31.163Z] #60 ... [2025-05-26T02:17:31.163Z] [2025-05-26T02:17:31.163Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T02:17:31.454Z] #61 ... [2025-05-26T02:17:31.454Z] [2025-05-26T02:17:31.454Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:31.721Z] #39 ... [2025-05-26T02:17:31.721Z] [2025-05-26T02:17:31.721Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T02:17:31.721Z] #62 ... [2025-05-26T02:17:31.721Z] [2025-05-26T02:17:31.721Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T02:17:31.721Z] #63 ... [2025-05-26T02:17:31.721Z] [2025-05-26T02:17:31.721Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:31.721Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 7.3s [2025-05-26T02:17:32.653Z] #154 ... [2025-05-26T02:17:32.653Z] [2025-05-26T02:17:32.653Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-26T02:17:32.653Z] #144 136.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T02:17:32.679Z] #39 ... [2025-05-26T02:17:32.679Z] [2025-05-26T02:17:32.679Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:17:32.679Z] #57 DONE 13.8s [2025-05-26T02:17:32.679Z] [2025-05-26T02:17:32.679Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:32.679Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.50MB / 33.17MB 8.2s [2025-05-26T02:17:32.949Z] #39 ... [2025-05-26T02:17:32.949Z] [2025-05-26T02:17:32.949Z] #64 [core-metadata internal] load build context [2025-05-26T02:17:32.949Z] #64 transferring context: 3.22MB 5.1s done [2025-05-26T02:17:32.949Z] #64 DONE 8.5s [2025-05-26T02:17:32.949Z] [2025-05-26T02:17:32.949Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:33.224Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-05-26T02:17:33.490Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.66MB / 33.17MB 8.9s [2025-05-26T02:17:33.490Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-05-26T02:17:34.074Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 9.5s [2025-05-26T02:17:34.340Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.63MB / 33.17MB 9.8s [2025-05-26T02:17:34.607Z] #39 ... [2025-05-26T02:17:34.607Z] [2025-05-26T02:17:34.607Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:17:34.607Z] #65 ... [2025-05-26T02:17:34.607Z] [2025-05-26T02:17:34.607Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T02:17:34.874Z] #66 ... [2025-05-26T02:17:34.874Z] [2025-05-26T02:17:34.874Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:17:34.874Z] #67 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done [2025-05-26T02:17:34.874Z] #67 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-26T02:17:34.874Z] #67 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-05-26T02:17:34.874Z] #67 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-05-26T02:17:34.874Z] #67 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-05-26T02:17:34.874Z] #67 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-05-26T02:17:34.874Z] #67 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-05-26T02:17:34.874Z] #67 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-05-26T02:17:34.874Z] #67 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 5.6s done [2025-05-26T02:17:34.874Z] #67 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-05-26T02:17:34.874Z] #67 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.3s done [2025-05-26T02:17:34.874Z] #67 ... [2025-05-26T02:17:34.874Z] [2025-05-26T02:17:34.874Z] #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:17:35.146Z] #68 ... [2025-05-26T02:17:35.146Z] [2025-05-26T02:17:35.146Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T02:17:35.146Z] #69 ... [2025-05-26T02:17:35.146Z] [2025-05-26T02:17:35.146Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:17:35.418Z] #70 ... [2025-05-26T02:17:35.418Z] [2025-05-26T02:17:35.418Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T02:17:35.418Z] #71 ... [2025-05-26T02:17:35.418Z] [2025-05-26T02:17:35.418Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:35.418Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.79MB / 33.17MB 10.9s [2025-05-26T02:17:36.005Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.59MB / 33.17MB 11.5s [2025-05-26T02:17:36.273Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.32MB / 33.17MB 11.7s [2025-05-26T02:17:36.575Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.0s [2025-05-26T02:17:36.850Z] #39 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.1s done [2025-05-26T02:17:37.118Z] #39 ... [2025-05-26T02:17:37.118Z] [2025-05-26T02:17:37.118Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T02:17:37.118Z] #65 DONE 12.6s [2025-05-26T02:17:37.118Z] [2025-05-26T02:17:37.118Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T02:17:38.537Z] #72 ... [2025-05-26T02:17:38.537Z] [2025-05-26T02:17:38.537Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T02:17:38.537Z] #54 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:38.537Z] #54 17.67 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:38.537Z] #54 17.69 (2/2) Installing su-exec (0.2-r3) [2025-05-26T02:17:38.537Z] #54 17.70 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:38.537Z] #54 17.86 OK: 9 MiB in 16 packages [2025-05-26T02:17:38.537Z] #54 DONE 20.5s [2025-05-26T02:17:38.804Z] [2025-05-26T02:17:38.804Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:38.804Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-05-26T02:17:38.804Z] #39 ... [2025-05-26T02:17:38.804Z] [2025-05-26T02:17:38.804Z] #58 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-26T02:17:38.804Z] #58 16.75 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:38.804Z] #58 16.81 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:38.804Z] #58 16.99 OK: 9 MiB in 15 packages [2025-05-26T02:17:38.804Z] #58 DONE 19.7s [2025-05-26T02:17:38.804Z] [2025-05-26T02:17:38.804Z] #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T02:17:38.804Z] #55 10.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:38.804Z] #55 16.22 (1/7) Installing ca-certificates (20241121-r1) [2025-05-26T02:17:38.804Z] #55 16.82 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:38.804Z] #55 16.84 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-26T02:17:38.804Z] #55 16.91 (4/7) Installing libsodium (1.0.19-r0) [2025-05-26T02:17:38.804Z] #55 16.96 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-26T02:17:38.804Z] #55 17.27 (6/7) Installing libzmq (4.3.5-r2) [2025-05-26T02:17:38.804Z] #55 17.42 (7/7) Installing zeromq (4.3.5-r2) [2025-05-26T02:17:38.804Z] #55 17.56 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:38.804Z] #55 17.73 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:17:38.804Z] #55 19.54 OK: 14 MiB in 21 packages [2025-05-26T02:17:39.071Z] #55 ... [2025-05-26T02:17:39.072Z] [2025-05-26T02:17:39.072Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T02:17:39.072Z] #56 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:39.072Z] #56 16.51 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:39.072Z] #56 16.54 (2/4) Installing openssl (3.3.3-r0) [2025-05-26T02:17:39.072Z] #56 16.84 (3/4) Installing su-exec (0.2-r3) [2025-05-26T02:17:39.072Z] #56 16.94 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T02:17:39.072Z] #56 18.17 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:39.072Z] #56 18.49 OK: 20 MiB in 18 packages [2025-05-26T02:17:39.072Z] #56 ... [2025-05-26T02:17:39.072Z] [2025-05-26T02:17:39.072Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T02:17:39.072Z] #53 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:39.072Z] #53 15.90 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:17:39.072Z] #53 15.90 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:17:39.072Z] #53 15.90 OK: 24049 distinct packages available [2025-05-26T02:17:39.072Z] #53 17.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:39.072Z] #53 19.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:39.343Z] #53 ... [2025-05-26T02:17:39.343Z] [2025-05-26T02:17:39.343Z] #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T02:17:39.343Z] #73 ... [2025-05-26T02:17:39.343Z] [2025-05-26T02:17:39.343Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T02:17:39.343Z] #56 DONE 21.0s [2025-05-26T02:17:39.614Z] [2025-05-26T02:17:39.614Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:40.583Z] #39 ... [2025-05-26T02:17:40.583Z] [2025-05-26T02:17:40.583Z] #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T02:17:40.583Z] #55 DONE 22.3s [2025-05-26T02:17:40.851Z] [2025-05-26T02:17:40.851Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:17:42.267Z] #74 ... [2025-05-26T02:17:42.267Z] [2025-05-26T02:17:42.267Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T02:17:42.267Z] #59 15.82 (1/3) Installing ca-certificates (20241121-r1) [2025-05-26T02:17:42.267Z] #59 16.07 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:42.267Z] #59 16.10 (3/3) Installing tzdata (2025b-r0) [2025-05-26T02:17:42.267Z] #59 17.66 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:42.267Z] #59 17.94 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:17:42.267Z] #59 20.04 OK: 11 MiB in 17 packages [2025-05-26T02:17:42.267Z] #59 DONE 23.1s [2025-05-26T02:17:42.538Z] [2025-05-26T02:17:42.538Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:17:42.808Z] #75 ... [2025-05-26T02:17:42.808Z] [2025-05-26T02:17:42.808Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T02:17:43.074Z] #76 ... [2025-05-26T02:17:43.074Z] [2025-05-26T02:17:43.074Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:43.341Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.0s [2025-05-26T02:17:44.747Z] #39 ... [2025-05-26T02:17:44.748Z] [2025-05-26T02:17:44.748Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T02:17:44.748Z] #60 13.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:44.748Z] #60 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:44.748Z] #60 ... [2025-05-26T02:17:44.748Z] [2025-05-26T02:17:44.748Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T02:17:44.748Z] #61 13.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:44.748Z] #61 15.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:44.748Z] #61 ... [2025-05-26T02:17:44.748Z] [2025-05-26T02:17:44.748Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:45.705Z] #39 ... [2025-05-26T02:17:45.705Z] [2025-05-26T02:17:45.705Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T02:17:45.705Z] #63 14.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:45.705Z] #63 16.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:45.970Z] #63 ... [2025-05-26T02:17:45.970Z] [2025-05-26T02:17:45.970Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:17:45.970Z] #67 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.9s [2025-05-26T02:17:46.553Z] #67 ... [2025-05-26T02:17:46.553Z] [2025-05-26T02:17:46.553Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:17:46.553Z] #70 12.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:46.553Z] #70 14.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:46.553Z] #70 ... [2025-05-26T02:17:46.553Z] [2025-05-26T02:17:46.553Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:46.818Z] #39 ... [2025-05-26T02:17:46.818Z] [2025-05-26T02:17:46.818Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T02:17:46.818Z] #71 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:46.818Z] #71 14.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:47.084Z] #71 ... [2025-05-26T02:17:47.084Z] [2025-05-26T02:17:47.084Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T02:17:47.084Z] #62 15.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:47.084Z] #62 18.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:47.084Z] #62 ... [2025-05-26T02:17:47.084Z] [2025-05-26T02:17:47.084Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:48.490Z] #39 ... [2025-05-26T02:17:48.490Z] [2025-05-26T02:17:48.490Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T02:17:48.490Z] #66 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.490Z] #66 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.490Z] #66 ... [2025-05-26T02:17:48.490Z] [2025-05-26T02:17:48.490Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:48.490Z] #39 ... [2025-05-26T02:17:48.490Z] [2025-05-26T02:17:48.490Z] #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:17:48.490Z] #68 14.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.490Z] #68 16.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.490Z] #68 ... [2025-05-26T02:17:48.490Z] [2025-05-26T02:17:48.490Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T02:17:48.490Z] #69 13.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.490Z] #69 16.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.755Z] #69 ... [2025-05-26T02:17:48.755Z] [2025-05-26T02:17:48.755Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T02:17:48.755Z] #0 7.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.755Z] #0 9.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:48.755Z] #77 ... [2025-05-26T02:17:48.755Z] [2025-05-26T02:17:48.755Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:48.755Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.4s [2025-05-26T02:17:49.346Z] #39 ... [2025-05-26T02:17:49.346Z] [2025-05-26T02:17:49.346Z] #67 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T02:17:49.346Z] #67 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.9s done [2025-05-26T02:17:49.346Z] #67 DONE 24.9s [2025-05-26T02:17:49.346Z] [2025-05-26T02:17:49.346Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:49.613Z] #39 ... [2025-05-26T02:17:49.613Z] [2025-05-26T02:17:49.613Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T02:17:49.613Z] #0 6.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:49.613Z] #0 8.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:49.879Z] #78 ... [2025-05-26T02:17:49.879Z] [2025-05-26T02:17:49.879Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:51.939Z] #39 ... [2025-05-26T02:17:51.939Z] [2025-05-26T02:17:51.939Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T02:17:51.939Z] #63 28.34 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:51.939Z] #63 28.36 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:51.939Z] #63 28.48 OK: 9 MiB in 15 packages [2025-05-26T02:17:51.939Z] #63 DONE 30.6s [2025-05-26T02:17:52.204Z] [2025-05-26T02:17:52.204Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:53.167Z] #39 ... [2025-05-26T02:17:53.167Z] [2025-05-26T02:17:53.167Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T02:17:53.167Z] #76 10.43 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:53.167Z] #76 12.54 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:53.438Z] #76 ... [2025-05-26T02:17:53.438Z] [2025-05-26T02:17:53.438Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:54.030Z] #39 ... [2025-05-26T02:17:54.030Z] [2025-05-26T02:17:54.030Z] #70 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:17:54.030Z] #70 27.37 OK: 239 MiB in 58 packages [2025-05-26T02:17:54.030Z] #70 DONE 29.9s [2025-05-26T02:17:54.300Z] [2025-05-26T02:17:54.301Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:17:54.569Z] #79 ... [2025-05-26T02:17:54.569Z] [2025-05-26T02:17:54.569Z] #68 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T02:17:54.569Z] #68 27.40 OK: 239 MiB in 58 packages [2025-05-26T02:17:54.569Z] #68 DONE 30.2s [2025-05-26T02:17:54.855Z] [2025-05-26T02:17:54.855Z] #80 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:17:55.134Z] #80 ... [2025-05-26T02:17:55.134Z] [2025-05-26T02:17:55.134Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T02:17:55.134Z] #72 7.894 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:55.134Z] #72 9.927 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:55.134Z] #72 ... [2025-05-26T02:17:55.134Z] [2025-05-26T02:17:55.134Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T02:17:55.134Z] #66 28.07 OK: 239 MiB in 58 packages [2025-05-26T02:17:55.134Z] #66 DONE 30.7s [2025-05-26T02:17:55.134Z] [2025-05-26T02:17:55.134Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:17:55.134Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.7s [2025-05-26T02:17:55.403Z] #39 ... [2025-05-26T02:17:55.403Z] [2025-05-26T02:17:55.403Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:17:55.403Z] #79 DONE 1.3s [2025-05-26T02:17:55.403Z] [2025-05-26T02:17:55.403Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:17:56.399Z] #81 ... [2025-05-26T02:17:56.399Z] [2025-05-26T02:17:56.399Z] #69 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T02:17:56.399Z] #69 28.10 OK: 239 MiB in 58 packages [2025-05-26T02:17:56.399Z] #69 DONE 31.7s [2025-05-26T02:17:56.399Z] [2025-05-26T02:17:56.399Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:17:56.399Z] #82 ... [2025-05-26T02:17:56.399Z] [2025-05-26T02:17:56.399Z] #80 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:17:56.399Z] #80 DONE 1.8s [2025-05-26T02:17:56.668Z] [2025-05-26T02:17:56.668Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T02:17:56.668Z] #62 28.61 (1/4) Installing ca-certificates (20241121-r1) [2025-05-26T02:17:56.668Z] #62 28.88 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:56.668Z] #62 28.91 (3/4) Installing su-exec (0.2-r3) [2025-05-26T02:17:56.668Z] #62 28.92 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T02:17:56.668Z] #62 30.31 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:56.668Z] #62 30.45 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:17:56.668Z] #62 32.63 OK: 20 MiB in 18 packages [2025-05-26T02:17:56.668Z] #62 DONE 35.0s [2025-05-26T02:17:56.668Z] [2025-05-26T02:17:56.668Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T02:17:57.261Z] #83 ... [2025-05-26T02:17:57.261Z] [2025-05-26T02:17:57.261Z] #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:17:57.261Z] #84 DONE 2.0s [2025-05-26T02:17:57.261Z] [2025-05-26T02:17:57.261Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T02:17:57.261Z] #53 31.50 (1/14) Installing ca-certificates (20241121-r1) [2025-05-26T02:17:57.261Z] #53 32.20 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-26T02:17:57.261Z] #53 32.59 (3/14) Installing c-ares (1.33.1-r0) [2025-05-26T02:17:57.261Z] #53 32.64 (4/14) Installing libunistring (1.2-r0) [2025-05-26T02:17:57.261Z] #53 33.16 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-26T02:17:57.261Z] #53 33.25 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-26T02:17:57.261Z] #53 33.33 (7/14) Installing libpsl (0.21.5-r1) [2025-05-26T02:17:57.261Z] #53 33.39 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-26T02:17:57.261Z] #53 33.58 (9/14) Installing libcurl (8.12.1-r0) [2025-05-26T02:17:57.261Z] #53 33.75 (10/14) Installing curl (8.12.1-r0) [2025-05-26T02:17:57.261Z] #53 33.82 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-26T02:17:57.261Z] #53 33.87 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-26T02:17:57.261Z] #53 33.96 (13/14) Installing libucontext (1.2-r3) [2025-05-26T02:17:57.261Z] #53 34.06 (14/14) Installing gcompat (1.1.0-r4) [2025-05-26T02:17:57.261Z] #53 34.18 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:17:57.261Z] #53 34.41 Executing ca-certificates-20241121-r1.trigger [2025-05-26T02:17:57.261Z] #53 36.60 OK: 15 MiB in 28 packages [2025-05-26T02:17:57.261Z] #53 DONE 39.6s [2025-05-26T02:17:57.261Z] [2025-05-26T02:17:57.261Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:17:58.224Z] #85 ... [2025-05-26T02:17:58.224Z] [2025-05-26T02:17:58.224Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:17:58.224Z] #74 7.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.224Z] #74 9.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.224Z] #74 ... [2025-05-26T02:17:58.224Z] [2025-05-26T02:17:58.224Z] #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:17:58.224Z] #82 DONE 1.9s [2025-05-26T02:17:58.224Z] [2025-05-26T02:17:58.224Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:17:58.224Z] #75 5.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.224Z] #75 8.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.224Z] #75 ... [2025-05-26T02:17:58.224Z] [2025-05-26T02:17:58.224Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:17:58.492Z] #86 ... [2025-05-26T02:17:58.493Z] [2025-05-26T02:17:58.493Z] #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T02:17:58.493Z] #73 9.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.493Z] #73 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.493Z] #73 ... [2025-05-26T02:17:58.493Z] [2025-05-26T02:17:58.493Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T02:17:58.493Z] #61 27.37 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:17:58.493Z] #61 27.37 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:17:58.493Z] #61 27.37 OK: 24049 distinct packages available [2025-05-26T02:17:58.493Z] #61 29.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.493Z] #61 32.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:58.778Z] #61 ... [2025-05-26T02:17:58.778Z] [2025-05-26T02:17:58.778Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T02:17:58.778Z] #78 19.11 OK: 20 MiB in 18 packages [2025-05-26T02:17:59.051Z] #78 ... [2025-05-26T02:17:59.051Z] [2025-05-26T02:17:59.051Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T02:17:59.051Z] #60 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:17:59.051Z] #60 28.06 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:17:59.051Z] #60 28.06 OK: 24049 distinct packages available [2025-05-26T02:17:59.051Z] #60 29.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:59.051Z] #60 31.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:17:59.195Z] #144 ... [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T02:17:59.195Z] #152 DONE 161.2s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:17:59.195Z] #146 ... [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T02:17:59.195Z] #154 DONE 163.5s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:17:59.195Z] #143 DONE 163.5s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T02:17:59.195Z] #150 DONE 163.6s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T02:17:59.195Z] #151 DONE 163.6s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-26T02:17:59.195Z] #144 DONE 163.6s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T02:17:59.195Z] #149 DONE 163.6s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #153 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T02:17:59.195Z] #153 DONE 163.5s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #155 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #155 ... [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T02:17:59.195Z] #147 DONE 163.7s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:17:59.195Z] #146 DONE 163.7s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:17:59.195Z] #145 DONE 163.7s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:17:59.195Z] #148 DONE 163.7s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #156 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-26T02:17:59.195Z] #156 DONE 0.3s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #157 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #157 ... [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #155 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #155 DONE 0.3s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #158 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #158 DONE 0.3s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #159 DONE 0.2s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #160 DONE 0.2s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #161 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #161 DONE 0.2s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #157 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #157 DONE 0.1s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #162 DONE 0.2s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #163 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.195Z] #163 DONE 0.1s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #164 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #164 DONE 0.1s [2025-05-26T02:17:59.195Z] [2025-05-26T02:17:59.195Z] #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.195Z] #165 CACHED [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #166 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.196Z] #166 CACHED [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.196Z] #167 CACHED [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.196Z] #168 CACHED [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #169 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.196Z] #169 CACHED [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #170 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:17:59.196Z] #170 CACHED [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #171 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.196Z] #171 DONE 0.1s [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.196Z] #172 DONE 0.1s [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.196Z] #173 DONE 0.1s [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #174 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-26T02:17:59.196Z] #174 ... [2025-05-26T02:17:59.196Z] [2025-05-26T02:17:59.196Z] #175 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.196Z] #175 DONE 0.1s [2025-05-26T02:17:59.321Z] #60 ... [2025-05-26T02:17:59.321Z] [2025-05-26T02:17:59.321Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T02:17:59.321Z] #72 22.05 OK: 239 MiB in 58 packages [2025-05-26T02:17:59.594Z] [2025-05-26T02:17:59.594Z] #176 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:17:59.594Z] #176 DONE 0.6s [2025-05-26T02:17:59.594Z] [2025-05-26T02:17:59.594Z] #177 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T02:18:00.285Z] #72 ... [2025-05-26T02:18:00.285Z] [2025-05-26T02:18:00.285Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T02:18:00.285Z] #39 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.5s done [2025-05-26T02:18:00.285Z] #39 DONE 40.1s [2025-05-26T02:18:00.285Z] [2025-05-26T02:18:00.285Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T02:18:00.285Z] #76 24.20 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T02:18:00.285Z] #76 25.27 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:18:00.285Z] #76 25.49 OK: 9 MiB in 15 packages [2025-05-26T02:18:00.527Z] #177 ... [2025-05-26T02:18:00.527Z] [2025-05-26T02:18:00.527Z] #178 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-26T02:18:00.527Z] #178 DONE 1.9s [2025-05-26T02:18:00.527Z] [2025-05-26T02:18:00.527Z] #179 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-26T02:18:00.527Z] #179 DONE 1.9s [2025-05-26T02:18:00.527Z] [2025-05-26T02:18:00.527Z] #180 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-26T02:18:00.527Z] #180 DONE 1.9s [2025-05-26T02:18:00.527Z] [2025-05-26T02:18:00.527Z] #181 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:18:00.527Z] #181 DONE 1.9s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-05-26T02:18:00.799Z] #182 DONE 1.9s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #183 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-26T02:18:00.799Z] #183 DONE 1.9s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #174 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-26T02:18:00.799Z] #174 DONE 1.9s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #177 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T02:18:00.799Z] #177 DONE 1.9s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #184 [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-05-26T02:18:00.799Z] #184 DONE 1.9s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #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-05-26T02:18:00.799Z] #185 DONE 1.2s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #186 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-26T02:18:00.799Z] #186 DONE 1.9s [2025-05-26T02:18:00.799Z] [2025-05-26T02:18:00.799Z] #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-26T02:18:01.252Z] #76 ... [2025-05-26T02:18:01.252Z] [2025-05-26T02:18:01.252Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T02:18:01.252Z] #78 DONE 21.3s [2025-05-26T02:18:01.252Z] [2025-05-26T02:18:01.252Z] #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-26T02:18:01.367Z] #187 ... [2025-05-26T02:18:01.367Z] [2025-05-26T02:18:01.367Z] #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-26T02:18:01.367Z] #188 DONE 0.7s [2025-05-26T02:18:01.518Z] #87 DONE 0.5s [2025-05-26T02:18:01.518Z] [2025-05-26T02:18:01.518Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T02:18:01.518Z] #76 DONE 28.5s [2025-05-26T02:18:01.518Z] [2025-05-26T02:18:01.518Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T02:18:01.518Z] #71 27.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T02:18:01.518Z] #71 27.08 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T02:18:01.518Z] #71 27.08 OK: 24049 distinct packages available [2025-05-26T02:18:01.518Z] #71 28.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:01.518Z] #71 31.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:01.626Z] [2025-05-26T02:18:01.626Z] #189 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:01.626Z] #189 DONE 0.8s [2025-05-26T02:18:01.626Z] [2025-05-26T02:18:01.626Z] #112 [core-keeper] exporting to image [2025-05-26T02:18:01.626Z] #112 exporting layers [2025-05-26T02:18:01.626Z] #112 ... [2025-05-26T02:18:01.626Z] [2025-05-26T02:18:01.626Z] #190 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:01.626Z] #190 DONE 0.9s [2025-05-26T02:18:01.626Z] [2025-05-26T02:18:01.626Z] #191 [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-05-26T02:18:01.626Z] #191 DONE 1.0s [2025-05-26T02:18:01.787Z] #71 ... [2025-05-26T02:18:01.787Z] [2025-05-26T02:18:01.787Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:18:01.787Z] #74 21.00 OK: 14 MiB in 21 packages [2025-05-26T02:18:01.787Z] #74 ... [2025-05-26T02:18:01.787Z] [2025-05-26T02:18:01.787Z] #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T02:18:01.787Z] #72 DONE 24.7s [2025-05-26T02:18:01.904Z] [2025-05-26T02:18:01.904Z] #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-26T02:18:01.904Z] #192 ... [2025-05-26T02:18:01.904Z] [2025-05-26T02:18:01.904Z] #193 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-26T02:18:01.904Z] #193 DONE 1.3s [2025-05-26T02:18:02.054Z] [2025-05-26T02:18:02.055Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T02:18:02.055Z] #88 ... [2025-05-26T02:18:02.055Z] [2025-05-26T02:18:02.055Z] #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:18:02.055Z] #0 9.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:02.164Z] [2025-05-26T02:18:02.165Z] #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:02.165Z] #194 ... [2025-05-26T02:18:02.165Z] [2025-05-26T02:18:02.165Z] #195 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:02.165Z] #195 DONE 1.5s [2025-05-26T02:18:02.325Z] #89 ... [2025-05-26T02:18:02.325Z] [2025-05-26T02:18:02.325Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T02:18:02.325Z] #77 22.16 OK: 9 MiB in 16 packages [2025-05-26T02:18:02.424Z] [2025-05-26T02:18:02.424Z] #196 [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-05-26T02:18:02.424Z] #196 DONE 1.6s [2025-05-26T02:18:02.424Z] [2025-05-26T02:18:02.424Z] #112 [core-command] exporting to image [2025-05-26T02:18:02.594Z] #77 DONE 24.0s [2025-05-26T02:18:02.594Z] [2025-05-26T02:18:02.594Z] #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T02:18:02.683Z] #112 ... [2025-05-26T02:18:02.683Z] [2025-05-26T02:18:02.683Z] #197 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-26T02:18:02.683Z] #197 DONE 2.0s [2025-05-26T02:18:02.683Z] [2025-05-26T02:18:02.683Z] #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:03.191Z] #90 ... [2025-05-26T02:18:03.191Z] [2025-05-26T02:18:03.191Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:18:03.191Z] #74 DONE 22.5s [2025-05-26T02:18:03.249Z] #198 ... [2025-05-26T02:18:03.249Z] [2025-05-26T02:18:03.249Z] #199 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:03.249Z] #199 DONE 2.3s [2025-05-26T02:18:03.249Z] [2025-05-26T02:18:03.249Z] #112 [support-notifications] exporting to image [2025-05-26T02:18:03.249Z] #112 ... [2025-05-26T02:18:03.249Z] [2025-05-26T02:18:03.249Z] #187 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-26T02:18:03.249Z] #187 DONE 2.6s [2025-05-26T02:18:03.249Z] [2025-05-26T02:18:03.249Z] #112 [support-notifications] exporting to image [2025-05-26T02:18:03.249Z] #112 exporting layers 1.7s done [2025-05-26T02:18:03.463Z] [2025-05-26T02:18:03.463Z] #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:18:03.463Z] #89 10.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:03.463Z] #89 ... [2025-05-26T02:18:03.463Z] [2025-05-26T02:18:03.463Z] #75 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:18:03.463Z] #75 19.98 OK: 11 MiB in 17 packages [2025-05-26T02:18:03.463Z] #75 DONE 21.1s [2025-05-26T02:18:03.729Z] [2025-05-26T02:18:03.729Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T02:18:03.729Z] #61 42.35 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T02:18:03.729Z] #61 42.38 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-26T02:18:03.729Z] #61 42.38 (3/4) Installing libucontext (1.2-r3) [2025-05-26T02:18:03.729Z] #61 42.40 (4/4) Installing gcompat (1.1.0-r4) [2025-05-26T02:18:03.729Z] #61 42.44 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:18:03.815Z] #112 ... [2025-05-26T02:18:03.815Z] [2025-05-26T02:18:03.815Z] #200 [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-05-26T02:18:03.815Z] #200 DONE 3.0s [2025-05-26T02:18:03.815Z] [2025-05-26T02:18:03.815Z] #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:03.998Z] #61 ... [2025-05-26T02:18:03.998Z] [2025-05-26T02:18:03.998Z] #73 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-05-26T02:18:03.998Z] #73 23.66 OK: 9 MiB in 15 packages [2025-05-26T02:18:03.998Z] #73 DONE 25.2s [2025-05-26T02:18:03.998Z] [2025-05-26T02:18:03.998Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T02:18:03.998Z] #88 DONE 2.0s [2025-05-26T02:18:03.998Z] [2025-05-26T02:18:03.998Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T02:18:03.998Z] #61 42.56 OK: 9 MiB in 18 packages [2025-05-26T02:18:04.074Z] #201 ... [2025-05-26T02:18:04.074Z] [2025-05-26T02:18:04.074Z] #202 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T02:18:04.074Z] #202 DONE 5.4s [2025-05-26T02:18:04.333Z] [2025-05-26T02:18:04.333Z] #203 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:18:04.333Z] #203 ... [2025-05-26T02:18:04.333Z] [2025-05-26T02:18:04.333Z] #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:04.333Z] #204 DONE 2.9s [2025-05-26T02:18:04.593Z] [2025-05-26T02:18:04.593Z] #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-26T02:18:04.593Z] #192 DONE 2.9s [2025-05-26T02:18:04.593Z] [2025-05-26T02:18:04.593Z] #112 [core-metadata] exporting to image [2025-05-26T02:18:04.593Z] #112 ... [2025-05-26T02:18:04.593Z] [2025-05-26T02:18:04.593Z] #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:04.593Z] #194 DONE 2.7s [2025-05-26T02:18:04.852Z] [2025-05-26T02:18:04.852Z] #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:04.852Z] #198 DONE 2.3s [2025-05-26T02:18:04.852Z] [2025-05-26T02:18:04.852Z] #112 [core-data] exporting to image [2025-05-26T02:18:04.852Z] #112 exporting layers 2.9s done [2025-05-26T02:18:04.852Z] #112 ... [2025-05-26T02:18:04.852Z] [2025-05-26T02:18:04.852Z] #205 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-26T02:18:04.852Z] #205 DONE 1.4s [2025-05-26T02:18:04.852Z] [2025-05-26T02:18:04.852Z] #201 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:18:04.852Z] #201 DONE 1.1s [2025-05-26T02:18:04.959Z] #61 DONE 43.7s [2025-05-26T02:18:04.959Z] [2025-05-26T02:18:04.959Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T02:18:04.959Z] #60 42.73 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-26T02:18:04.959Z] #60 42.75 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-26T02:18:04.959Z] #60 42.78 (3/5) Installing libucontext (1.2-r3) [2025-05-26T02:18:04.959Z] #60 42.78 (4/5) Installing gcompat (1.1.0-r4) [2025-05-26T02:18:04.959Z] #60 42.80 (5/5) Installing openssl (3.3.3-r0) [2025-05-26T02:18:04.959Z] #60 42.84 Executing busybox-1.36.1-r29.trigger [2025-05-26T02:18:04.959Z] #60 42.91 OK: 10 MiB in 19 packages [2025-05-26T02:18:04.959Z] #60 DONE 44.0s [2025-05-26T02:18:04.959Z] [2025-05-26T02:18:04.960Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T02:18:04.960Z] #71 40.07 OK: 239 MiB in 58 packages [2025-05-26T02:18:05.111Z] [2025-05-26T02:18:05.111Z] #203 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:18:05.111Z] #203 DONE 1.0s [2025-05-26T02:18:05.111Z] [2025-05-26T02:18:05.111Z] #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-26T02:18:05.677Z] #206 DONE 0.6s [2025-05-26T02:18:05.677Z] [2025-05-26T02:18:05.677Z] #207 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:05.677Z] #207 DONE 0.7s [2025-05-26T02:18:05.677Z] [2025-05-26T02:18:05.677Z] #208 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:18:05.677Z] #208 DONE 0.5s [2025-05-26T02:18:05.677Z] [2025-05-26T02:18:05.677Z] #209 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-26T02:18:05.919Z] #71 DONE 41.2s [2025-05-26T02:18:05.919Z] [2025-05-26T02:18:05.919Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:18:05.935Z] #209 ... [2025-05-26T02:18:05.936Z] [2025-05-26T02:18:05.936Z] #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:18:05.936Z] #210 DONE 1.7s [2025-05-26T02:18:06.195Z] [2025-05-26T02:18:06.195Z] #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-26T02:18:06.195Z] #211 DONE 0.6s [2025-05-26T02:18:06.195Z] [2025-05-26T02:18:06.195Z] #112 [security-proxy-auth] exporting to image [2025-05-26T02:18:06.195Z] #112 writing image sha256:b52047366c3986825397ee1bc86218c80572d41e0e414c4ed5a92fb4c3a910f2 0.3s done [2025-05-26T02:18:06.195Z] #112 writing image sha256:6f3e1c86902f9b610d8afda9a66423a8da6d1805881715447ebc852734cb31a9 0.4s done [2025-05-26T02:18:06.195Z] #112 naming to docker.io/library/core-keeper done [2025-05-26T02:18:06.195Z] #112 writing image sha256:a1099feb18a309f0f7c7c0f583c584748d3184601969c88985e9b9ccf27d0a78 0.0s done [2025-05-26T02:18:06.195Z] #112 naming to docker.io/library/core-command done [2025-05-26T02:18:06.195Z] #112 naming to docker.io/library/security-spiffe-token-provider done [2025-05-26T02:18:06.195Z] #112 writing image sha256:ce06577682117ca1a2b722a612dac8744af9a437cbe24440c7e53bc8137c0d7b done [2025-05-26T02:18:06.195Z] #112 naming to docker.io/library/support-scheduler done [2025-05-26T02:18:06.195Z] #112 writing image sha256:2f0522b3a28b45ec6fce6403abc68fa4c3cbd6a405db9adac5a0c882d2d3519f 0.0s done [2025-05-26T02:18:06.195Z] #112 naming to docker.io/library/support-notifications done [2025-05-26T02:18:06.195Z] #112 writing image sha256:d6f860b4d22b34f97425278d6e36f5ed71eaf95f04d65afc4bf3c782058e35cf done [2025-05-26T02:18:06.195Z] #112 naming to docker.io/library/core-metadata done [2025-05-26T02:18:06.195Z] #112 writing image sha256:53da2b6efbd52f2a516be890952ccbfb7573d197d47fef948dd9d05d3f38fa21 [2025-05-26T02:18:06.195Z] #112 ... [2025-05-26T02:18:06.195Z] [2025-05-26T02:18:06.195Z] #209 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-26T02:18:06.195Z] #209 DONE 0.6s [2025-05-26T02:18:06.195Z] [2025-05-26T02:18:06.195Z] #212 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:18:06.195Z] #212 DONE 1.4s [2025-05-26T02:18:06.195Z] [2025-05-26T02:18:06.195Z] #112 [core-common-config-bootstrapper] exporting to image [2025-05-26T02:18:06.195Z] #112 writing image sha256:53da2b6efbd52f2a516be890952ccbfb7573d197d47fef948dd9d05d3f38fa21 done [2025-05-26T02:18:06.195Z] #112 naming to docker.io/library/core-data done [2025-05-26T02:18:06.195Z] #112 writing image sha256:d9a0faf8c4626941208bce284d63954a1365d8e39c7c7061105d925c3b7935de [2025-05-26T02:18:06.454Z] #112 exporting layers 0.1s done [2025-05-26T02:18:06.454Z] #112 writing image sha256:d9a0faf8c4626941208bce284d63954a1365d8e39c7c7061105d925c3b7935de done [2025-05-26T02:18:06.454Z] #112 naming to docker.io/library/security-proxy-auth done [2025-05-26T02:18:06.454Z] #112 writing image sha256:ac61764c61932ea09ef630b34c645b31f6132389aa73a8ba1d1b60fba49962c0 done [2025-05-26T02:18:06.454Z] #112 naming to docker.io/library/core-common-config-bootstrapper done [2025-05-26T02:18:06.454Z] #112 DONE 5.8s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #213 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:06.454Z] #213 DONE 0.1s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #214 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-26T02:18:06.454Z] #214 DONE 0.1s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #215 [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-05-26T02:18:06.454Z] #215 DONE 0.1s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #216 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:18:06.454Z] #216 ... [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #217 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-05-26T02:18:06.454Z] #217 DONE 0.0s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #218 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-05-26T02:18:06.454Z] #218 DONE 0.0s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #219 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:18:06.454Z] #219 DONE 0.9s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #220 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-26T02:18:06.454Z] #220 DONE 0.1s [2025-05-26T02:18:06.454Z] [2025-05-26T02:18:06.454Z] #112 [security-proxy-setup] exporting to image [2025-05-26T02:18:06.454Z] #112 exporting layers 0.2s done [2025-05-26T02:18:06.507Z] #91 ... [2025-05-26T02:18:06.507Z] [2025-05-26T02:18:06.507Z] #92 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:18:06.712Z] #112 writing image sha256:41c656f53c8883bb497f4acef1b7d52b8ce3fc22a25959f1a6a2624bafd6ebf7 done [2025-05-26T02:18:06.712Z] #112 naming to docker.io/library/security-proxy-setup done [2025-05-26T02:18:06.712Z] #112 DONE 5.9s [2025-05-26T02:18:06.712Z] [2025-05-26T02:18:06.712Z] #221 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-26T02:18:06.775Z] #92 ... [2025-05-26T02:18:06.775Z] [2025-05-26T02:18:06.775Z] #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:18:06.775Z] #89 14.09 OK: 9 MiB in 15 packages [2025-05-26T02:18:06.970Z] #221 ... [2025-05-26T02:18:06.970Z] [2025-05-26T02:18:06.970Z] #216 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:18:06.970Z] #216 DONE 0.6s [2025-05-26T02:18:06.970Z] [2025-05-26T02:18:06.970Z] #221 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-26T02:18:06.970Z] #221 DONE 0.5s [2025-05-26T02:18:06.970Z] [2025-05-26T02:18:06.970Z] #112 [security-bootstrapper] exporting to image [2025-05-26T02:18:07.041Z] #89 DONE 14.9s [2025-05-26T02:18:07.041Z] [2025-05-26T02:18:07.041Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T02:18:07.041Z] #93 ... [2025-05-26T02:18:07.041Z] [2025-05-26T02:18:07.041Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:18:07.041Z] #91 DONE 1.3s [2025-05-26T02:18:07.229Z] #112 exporting layers 0.3s done [2025-05-26T02:18:07.229Z] #112 writing image sha256:f461f387d455c4912e7360325cf8211696b58f3ef0bbb2f48bdaf265a344774b done [2025-05-26T02:18:07.229Z] #112 naming to docker.io/library/security-secretstore-setup done [2025-05-26T02:18:07.229Z] #112 writing image sha256:e90ead0247c998ef034dfa13bb012148412e99c8efb23069f6198c4b3a6c9838 done [2025-05-26T02:18:07.229Z] #112 naming to docker.io/library/security-bootstrapper done [2025-05-26T02:18:07.229Z] #112 DONE 6.3s [2025-05-26T02:18:07.229Z] [2025-05-26T02:18:07.229Z] #35 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:18:07.229Z] time="2025-05-26T02:13:51Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-26T02:18:07.241Z] $ docker stop --time=1 b347c501f0fe6bb17cc3958ad498c57b2512162b636f19fe3b094a9e13b72a56 [2025-05-26T02:18:07.308Z] [2025-05-26T02:18:07.308Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:18:07.308Z] #94 ... [2025-05-26T02:18:07.308Z] [2025-05-26T02:18:07.308Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:18:07.573Z] #95 ... [2025-05-26T02:18:07.573Z] [2025-05-26T02:18:07.573Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T02:18:08.695Z] $ docker rm -f --volumes b347c501f0fe6bb17cc3958ad498c57b2512162b636f19fe3b094a9e13b72a56 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T02:18:09.062Z] + docker images [2025-05-26T02:18:09.062Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-26T02:18:09.062Z] security-secretstore-setup latest f461f387d455 2 seconds ago 68MB [2025-05-26T02:18:09.062Z] core-common-config-bootstrapper latest ac61764c6193 2 seconds ago 17.1MB [2025-05-26T02:18:09.062Z] security-bootstrapper latest e90ead0247c9 2 seconds ago 20.3MB [2025-05-26T02:18:09.062Z] security-proxy-setup latest 41c656f53c88 2 seconds ago 38.3MB [2025-05-26T02:18:09.062Z] security-proxy-auth latest d9a0faf8c462 3 seconds ago 31.4MB [2025-05-26T02:18:09.062Z] core-data latest 53da2b6efbd5 4 seconds ago 32.5MB [2025-05-26T02:18:09.062Z] core-metadata latest d6f860b4d22b 4 seconds ago 32.7MB [2025-05-26T02:18:09.062Z] support-notifications latest 2f0522b3a28b 6 seconds ago 52MB [2025-05-26T02:18:09.062Z] support-scheduler latest ce0657768211 6 seconds ago 48.4MB [2025-05-26T02:18:09.062Z] core-command latest a1099feb18a3 7 seconds ago 28MB [2025-05-26T02:18:09.062Z] security-spiffe-token-provider latest 6f3e1c86902f 7 seconds ago 47.2MB [2025-05-26T02:18:09.062Z] core-keeper latest b52047366c39 7 seconds ago 32.2MB [2025-05-26T02:18:09.062Z] security-spire-server latest 43cc77677996 3 minutes ago 149MB [2025-05-26T02:18:09.062Z] security-spire-agent latest 2edc51ee79af 3 minutes ago 195MB [2025-05-26T02:18:09.062Z] security-spire-config latest 11fb0c944c3b 3 minutes ago 149MB [2025-05-26T02:18:09.062Z] ci-base-image-x86_64 latest 2b4324a418a5 7 minutes ago 925MB [2025-05-26T02:18:09.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 About an hour ago 573MB [2025-05-26T02:18:09.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB [2025-05-26T02:18:09.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 24 months 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-05-26T02:18:09.197Z] provisioning config files... [2025-05-26T02:18:09.207Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config13862089869931516664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:18:09.519Z] ---> ****-login.sh [2025-05-26T02:18:09.519Z] nexus3.edgexfoundry.org:10001 [2025-05-26T02:18:09.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:18:09.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:18:09.519Z] Configure a credential helper to remove this warning. See [2025-05-26T02:18:09.519Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:18:09.519Z] [2025-05-26T02:18:09.519Z] Login Succeeded [2025-05-26T02:18:09.519Z] nexus3.edgexfoundry.org:10002 [2025-05-26T02:18:09.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:18:09.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:18:09.519Z] Configure a credential helper to remove this warning. See [2025-05-26T02:18:09.519Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:18:09.519Z] [2025-05-26T02:18:09.519Z] Login Succeeded [2025-05-26T02:18:09.519Z] nexus3.edgexfoundry.org:10003 [2025-05-26T02:18:09.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:18:09.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:18:09.780Z] Configure a credential helper to remove this warning. See [2025-05-26T02:18:09.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:18:09.780Z] [2025-05-26T02:18:09.780Z] Login Succeeded [2025-05-26T02:18:09.780Z] nexus3.edgexfoundry.org:10004 [2025-05-26T02:18:09.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:18:09.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:18:09.780Z] Configure a credential helper to remove this warning. See [2025-05-26T02:18:09.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:18:09.780Z] [2025-05-26T02:18:09.780Z] Login Succeeded [2025-05-26T02:18:09.780Z] ****.io [2025-05-26T02:18:09.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:18:10.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:18:10.040Z] Configure a credential helper to remove this warning. See [2025-05-26T02:18:10.040Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:18:10.040Z] [2025-05-26T02:18:10.040Z] Login Succeeded [2025-05-26T02:18:10.040Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T02:18:10.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:10.101Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T02:18:10.134Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-05-26T02:18:10.134Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:10.134Z] latest [2025-05-26T02:18:10.134Z] 4.1.0-dev.11 [2025-05-26T02:18:10.134Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:10.134Z] main [2025-05-26T02:18:10.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:10.485Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:10.816Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:10.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T02:18:10.817Z] 2185a37fd25d: Preparing [2025-05-26T02:18:10.817Z] 694aeaac4f7a: Preparing [2025-05-26T02:18:10.817Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:10.817Z] cd61282d6506: Preparing [2025-05-26T02:18:10.817Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:10.817Z] b9647dc481bb: Preparing [2025-05-26T02:18:10.817Z] 994456c4fd7b: Preparing [2025-05-26T02:18:10.817Z] b9647dc481bb: Waiting [2025-05-26T02:18:10.817Z] 994456c4fd7b: Waiting [2025-05-26T02:18:10.817Z] cf5f549fe7c9: Pushed [2025-05-26T02:18:10.817Z] 2185a37fd25d: Pushed [2025-05-26T02:18:10.817Z] cd61282d6506: Pushed [2025-05-26T02:18:10.817Z] d8dcd2bfa70c: Pushed [2025-05-26T02:18:10.817Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:10.817Z] b9647dc481bb: Pushed [2025-05-26T02:18:10.911Z] #96 ... [2025-05-26T02:18:10.911Z] [2025-05-26T02:18:10.911Z] #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T02:18:10.911Z] #90 DONE 7.9s [2025-05-26T02:18:10.911Z] [2025-05-26T02:18:10.911Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-26T02:18:10.911Z] #97 DONE 0.3s [2025-05-26T02:18:10.911Z] [2025-05-26T02:18:10.911Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T02:18:10.911Z] #93 5.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:11.494Z] #93 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:12.715Z] 694aeaac4f7a: Pushed [2025-05-26T02:18:12.975Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:13.308Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:13.629Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T02:18:13.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T02:18:13.630Z] 2185a37fd25d: Preparing [2025-05-26T02:18:13.630Z] 694aeaac4f7a: Preparing [2025-05-26T02:18:13.630Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:13.630Z] cd61282d6506: Preparing [2025-05-26T02:18:13.630Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:13.630Z] b9647dc481bb: Preparing [2025-05-26T02:18:13.630Z] 994456c4fd7b: Preparing [2025-05-26T02:18:13.630Z] b9647dc481bb: Waiting [2025-05-26T02:18:13.630Z] 994456c4fd7b: Waiting [2025-05-26T02:18:13.630Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:13.630Z] 694aeaac4f7a: Layer already exists [2025-05-26T02:18:13.630Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:13.630Z] cd61282d6506: Layer already exists [2025-05-26T02:18:13.630Z] 2185a37fd25d: Layer already exists [2025-05-26T02:18:13.630Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:13.630Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:13.630Z] latest: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:13.967Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:14.078Z] #93 ... [2025-05-26T02:18:14.078Z] [2025-05-26T02:18:14.078Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:18:14.078Z] #98 ... [2025-05-26T02:18:14.078Z] [2025-05-26T02:18:14.078Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T02:18:14.078Z] #96 5.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:14.078Z] #96 6.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:14.293Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 [2025-05-26T02:18:14.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T02:18:14.293Z] 2185a37fd25d: Preparing [2025-05-26T02:18:14.293Z] 694aeaac4f7a: Preparing [2025-05-26T02:18:14.293Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:14.293Z] cd61282d6506: Preparing [2025-05-26T02:18:14.293Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:14.293Z] b9647dc481bb: Preparing [2025-05-26T02:18:14.293Z] 994456c4fd7b: Preparing [2025-05-26T02:18:14.293Z] b9647dc481bb: Waiting [2025-05-26T02:18:14.293Z] 994456c4fd7b: Waiting [2025-05-26T02:18:14.293Z] cd61282d6506: Layer already exists [2025-05-26T02:18:14.293Z] 694aeaac4f7a: Layer already exists [2025-05-26T02:18:14.293Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:14.293Z] 2185a37fd25d: Layer already exists [2025-05-26T02:18:14.293Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:14.293Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:14.293Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:14.293Z] 4.1.0-dev.11: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-05-26T02:18:14.345Z] #96 ... [2025-05-26T02:18:14.346Z] [2025-05-26T02:18:14.346Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T02:18:14.346Z] #83 11.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:14.346Z] #83 12.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:14.346Z] #83 16.76 OK: 20 MiB in 18 packages [2025-05-26T02:18:14.346Z] #83 DONE 17.6s [2025-05-26T02:18:14.346Z] [2025-05-26T02:18:14.346Z] #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T02:18:14.346Z] #85 10.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:14.346Z] #85 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T02:18:14.346Z] #85 15.97 OK: 15 MiB in 28 packages [2025-05-26T02:18:14.346Z] #85 DONE 16.9s [2025-05-26T02:18:14.346Z] [2025-05-26T02:18:14.346Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] sh [2025-05-26T02:18:14.622Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:14.951Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:14.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T02:18:14.951Z] 2185a37fd25d: Preparing [2025-05-26T02:18:14.951Z] 694aeaac4f7a: Preparing [2025-05-26T02:18:14.951Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:14.951Z] cd61282d6506: Preparing [2025-05-26T02:18:14.951Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:14.951Z] b9647dc481bb: Preparing [2025-05-26T02:18:14.951Z] 994456c4fd7b: Preparing [2025-05-26T02:18:14.951Z] b9647dc481bb: Waiting [2025-05-26T02:18:14.951Z] 994456c4fd7b: Waiting [2025-05-26T02:18:14.951Z] 2185a37fd25d: Layer already exists [2025-05-26T02:18:14.951Z] cd61282d6506: Layer already exists [2025-05-26T02:18:14.951Z] 694aeaac4f7a: Layer already exists [2025-05-26T02:18:14.951Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:14.951Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:14.951Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:14.951Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:14.951Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:15.289Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:15.622Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T02:18:15.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T02:18:15.622Z] 2185a37fd25d: Preparing [2025-05-26T02:18:15.622Z] 694aeaac4f7a: Preparing [2025-05-26T02:18:15.622Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:15.622Z] cd61282d6506: Preparing [2025-05-26T02:18:15.622Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:15.622Z] b9647dc481bb: Preparing [2025-05-26T02:18:15.622Z] 994456c4fd7b: Preparing [2025-05-26T02:18:15.622Z] 994456c4fd7b: Waiting [2025-05-26T02:18:15.622Z] b9647dc481bb: Waiting [2025-05-26T02:18:15.622Z] 2185a37fd25d: Layer already exists [2025-05-26T02:18:15.622Z] 694aeaac4f7a: Layer already exists [2025-05-26T02:18:15.622Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:15.622Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:15.622Z] cd61282d6506: Layer already exists [2025-05-26T02:18:15.622Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:15.622Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:15.622Z] main: digest: sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:15.704Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:15.722Z] taggedImages: [2025-05-26T02:18:15.722Z] - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:15.722Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T02:18:15.722Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 [2025-05-26T02:18:15.722Z] - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:15.722Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-05-26T02:18:15.749Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-05-26T02:18:15.749Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:15.749Z] latest [2025-05-26T02:18:15.749Z] 4.1.0-dev.11 [2025-05-26T02:18:15.749Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:15.749Z] main [2025-05-26T02:18:15.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2025-05-26T02:18:15.771Z] #98 ... [2025-05-26T02:18:15.771Z] [2025-05-26T02:18:15.771Z] #93 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T02:18:15.771Z] #93 11.04 OK: 10 MiB in 19 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:16.098Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:16.353Z] #93 DONE 11.7s [2025-05-26T02:18:16.353Z] [2025-05-26T02:18:16.353Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:18:16.418Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:16.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T02:18:16.418Z] 9d3957745b5b: Preparing [2025-05-26T02:18:16.418Z] 710ba0bb4d23: Preparing [2025-05-26T02:18:16.418Z] 19ed48965bf4: Preparing [2025-05-26T02:18:16.418Z] 48ed406d7f6e: Preparing [2025-05-26T02:18:16.418Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:16.418Z] cd61282d6506: Preparing [2025-05-26T02:18:16.418Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:16.418Z] b9647dc481bb: Preparing [2025-05-26T02:18:16.418Z] 994456c4fd7b: Preparing [2025-05-26T02:18:16.418Z] 994456c4fd7b: Waiting [2025-05-26T02:18:16.418Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:16.418Z] cd61282d6506: Waiting [2025-05-26T02:18:16.418Z] b9647dc481bb: Waiting [2025-05-26T02:18:16.418Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:16.418Z] cd61282d6506: Layer already exists [2025-05-26T02:18:16.418Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:16.418Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:16.418Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:16.418Z] 710ba0bb4d23: Pushed [2025-05-26T02:18:16.418Z] 19ed48965bf4: Pushed [2025-05-26T02:18:16.418Z] 9d3957745b5b: Pushed [2025-05-26T02:18:16.940Z] #99 ... [2025-05-26T02:18:16.940Z] [2025-05-26T02:18:16.940Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T02:18:16.940Z] #96 10.99 OK: 9 MiB in 18 packages [2025-05-26T02:18:16.940Z] #96 DONE 12.0s [2025-05-26T02:18:17.208Z] [2025-05-26T02:18:17.208Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:18:17.354Z] 48ed406d7f6e: Pushed [2025-05-26T02:18:17.614Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:17.954Z] + 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-05-26T02:18:18.174Z] #100 ... [2025-05-26T02:18:18.174Z] [2025-05-26T02:18:18.174Z] #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-26T02:18:18.175Z] #101 DONE 1.6s [2025-05-26T02:18:18.175Z] [2025-05-26T02:18:18.175Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:18:18.291Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T02:18:18.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T02:18:18.291Z] 9d3957745b5b: Preparing [2025-05-26T02:18:18.291Z] 710ba0bb4d23: Preparing [2025-05-26T02:18:18.291Z] 19ed48965bf4: Preparing [2025-05-26T02:18:18.291Z] 48ed406d7f6e: Preparing [2025-05-26T02:18:18.291Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:18.291Z] cd61282d6506: Preparing [2025-05-26T02:18:18.291Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:18.291Z] b9647dc481bb: Preparing [2025-05-26T02:18:18.291Z] 994456c4fd7b: Preparing [2025-05-26T02:18:18.291Z] cd61282d6506: Waiting [2025-05-26T02:18:18.291Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:18.291Z] b9647dc481bb: Waiting [2025-05-26T02:18:18.291Z] 994456c4fd7b: Waiting [2025-05-26T02:18:18.291Z] 48ed406d7f6e: Layer already exists [2025-05-26T02:18:18.291Z] 9d3957745b5b: Layer already exists [2025-05-26T02:18:18.291Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:18.291Z] 710ba0bb4d23: Layer already exists [2025-05-26T02:18:18.291Z] 19ed48965bf4: Layer already exists [2025-05-26T02:18:18.291Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:18.291Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:18.291Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:18.291Z] cd61282d6506: Layer already exists [2025-05-26T02:18:18.291Z] latest: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:18.623Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:18.811Z] #102 ... [2025-05-26T02:18:18.811Z] [2025-05-26T02:18:18.811Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:18:18.811Z] #99 DONE 2.5s [2025-05-26T02:18:18.949Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 [2025-05-26T02:18:18.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T02:18:18.949Z] 9d3957745b5b: Preparing [2025-05-26T02:18:18.949Z] 710ba0bb4d23: Preparing [2025-05-26T02:18:18.949Z] 19ed48965bf4: Preparing [2025-05-26T02:18:18.949Z] 48ed406d7f6e: Preparing [2025-05-26T02:18:18.949Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:18.949Z] cd61282d6506: Preparing [2025-05-26T02:18:18.949Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:18.949Z] b9647dc481bb: Preparing [2025-05-26T02:18:18.949Z] 994456c4fd7b: Preparing [2025-05-26T02:18:18.949Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:18.949Z] cd61282d6506: Waiting [2025-05-26T02:18:18.949Z] b9647dc481bb: Waiting [2025-05-26T02:18:18.949Z] 994456c4fd7b: Waiting [2025-05-26T02:18:18.949Z] 48ed406d7f6e: Layer already exists [2025-05-26T02:18:18.949Z] 19ed48965bf4: Layer already exists [2025-05-26T02:18:18.949Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:18.949Z] 710ba0bb4d23: Layer already exists [2025-05-26T02:18:18.949Z] 9d3957745b5b: Layer already exists [2025-05-26T02:18:18.949Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:18.949Z] cd61282d6506: Layer already exists [2025-05-26T02:18:18.949Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:18.949Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:18.949Z] 4.1.0-dev.11: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:19.092Z] [2025-05-26T02:18:19.092Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:18:19.092Z] #100 DONE 1.8s [2025-05-26T02:18:19.092Z] [2025-05-26T02:18:19.092Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-26T02:18:19.092Z] #103 ... [2025-05-26T02:18:19.092Z] [2025-05-26T02:18:19.092Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-26T02:18:19.092Z] #104 DONE 0.3s [2025-05-26T02:18:19.278Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:19.381Z] [2025-05-26T02:18:19.381Z] #103 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-26T02:18:19.381Z] #103 DONE 0.3s [2025-05-26T02:18:19.381Z] [2025-05-26T02:18:19.381Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-26T02:18:19.381Z] #105 DONE 0.2s [2025-05-26T02:18:19.381Z] [2025-05-26T02:18:19.381Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-26T02:18:19.600Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:19.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T02:18:19.600Z] 9d3957745b5b: Preparing [2025-05-26T02:18:19.600Z] 710ba0bb4d23: Preparing [2025-05-26T02:18:19.600Z] 19ed48965bf4: Preparing [2025-05-26T02:18:19.600Z] 48ed406d7f6e: Preparing [2025-05-26T02:18:19.600Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:19.600Z] cd61282d6506: Preparing [2025-05-26T02:18:19.600Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:19.600Z] b9647dc481bb: Preparing [2025-05-26T02:18:19.600Z] 994456c4fd7b: Preparing [2025-05-26T02:18:19.600Z] cd61282d6506: Waiting [2025-05-26T02:18:19.600Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:19.600Z] 994456c4fd7b: Waiting [2025-05-26T02:18:19.600Z] 9d3957745b5b: Layer already exists [2025-05-26T02:18:19.600Z] 48ed406d7f6e: Layer already exists [2025-05-26T02:18:19.600Z] 19ed48965bf4: Layer already exists [2025-05-26T02:18:19.600Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:19.600Z] 710ba0bb4d23: Layer already exists [2025-05-26T02:18:19.600Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:19.600Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:19.600Z] cd61282d6506: Layer already exists [2025-05-26T02:18:19.600Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:19.600Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:19.651Z] #106 DONE 0.3s [2025-05-26T02:18:19.651Z] [2025-05-26T02:18:19.651Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:19.651Z] #107 ... [2025-05-26T02:18:19.651Z] [2025-05-26T02:18:19.651Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T02:18:19.651Z] #102 DONE 1.7s [2025-05-26T02:18:19.919Z] [2025-05-26T02:18:19.919Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:19.919Z] #108 DONE 0.3s [2025-05-26T02:18:19.919Z] [2025-05-26T02:18:19.919Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:19.919Z] #107 DONE 0.3s [2025-05-26T02:18:19.919Z] [2025-05-26T02:18:19.919Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-26T02:18:19.919Z] #109 ... [2025-05-26T02:18:19.919Z] [2025-05-26T02:18:19.919Z] #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-26T02:18:19.919Z] #110 DONE 0.2s [2025-05-26T02:18:19.929Z] + 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-05-26T02:18:20.189Z] [2025-05-26T02:18:20.189Z] #111 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-26T02:18:20.189Z] #111 DONE 0.3s [2025-05-26T02:18:20.189Z] [2025-05-26T02:18:20.189Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-26T02:18:20.189Z] #109 DONE 0.3s [2025-05-26T02:18:20.189Z] [2025-05-26T02:18:20.189Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-26T02:18:20.189Z] #112 ... [2025-05-26T02:18:20.189Z] [2025-05-26T02:18:20.189Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-26T02:18:20.189Z] #113 DONE 0.3s [2025-05-26T02:18:20.189Z] [2025-05-26T02:18:20.189Z] #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-26T02:18:20.189Z] #114 DONE 0.3s [2025-05-26T02:18:20.189Z] [2025-05-26T02:18:20.189Z] #115 [security-spire-config] exporting to image [2025-05-26T02:18:20.189Z] #115 exporting layers [2025-05-26T02:18:20.254Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T02:18:20.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T02:18:20.254Z] 9d3957745b5b: Preparing [2025-05-26T02:18:20.254Z] 710ba0bb4d23: Preparing [2025-05-26T02:18:20.254Z] 19ed48965bf4: Preparing [2025-05-26T02:18:20.254Z] 48ed406d7f6e: Preparing [2025-05-26T02:18:20.254Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:20.254Z] cd61282d6506: Preparing [2025-05-26T02:18:20.254Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:20.254Z] b9647dc481bb: Preparing [2025-05-26T02:18:20.254Z] 994456c4fd7b: Preparing [2025-05-26T02:18:20.254Z] b9647dc481bb: Waiting [2025-05-26T02:18:20.254Z] cd61282d6506: Waiting [2025-05-26T02:18:20.254Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:20.254Z] 994456c4fd7b: Waiting [2025-05-26T02:18:20.254Z] 9d3957745b5b: Layer already exists [2025-05-26T02:18:20.254Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:20.254Z] 19ed48965bf4: Layer already exists [2025-05-26T02:18:20.254Z] 48ed406d7f6e: Layer already exists [2025-05-26T02:18:20.254Z] 710ba0bb4d23: Layer already exists [2025-05-26T02:18:20.254Z] cd61282d6506: Layer already exists [2025-05-26T02:18:20.254Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:20.254Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:20.254Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:20.254Z] main: digest: sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:20.328Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:20.344Z] taggedImages: [2025-05-26T02:18:20.344Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:20.344Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T02:18:20.344Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 [2025-05-26T02:18:20.344Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:20.344Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-05-26T02:18:20.379Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-05-26T02:18:20.379Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:20.379Z] latest [2025-05-26T02:18:20.379Z] 4.1.0-dev.11 [2025-05-26T02:18:20.379Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:20.379Z] main [2025-05-26T02:18:20.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-05-26T02:18:20.456Z] #115 ... [2025-05-26T02:18:20.456Z] [2025-05-26T02:18:20.456Z] #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-26T02:18:20.456Z] #112 DONE 0.4s [Pipeline] sh [2025-05-26T02:18:20.730Z] [2025-05-26T02:18:20.730Z] #115 [security-spire-server] exporting to image [2025-05-26T02:18:20.730Z] #115 ... [2025-05-26T02:18:20.730Z] [2025-05-26T02:18:20.730Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T02:18:20.730Z] #116 DONE 0.4s [2025-05-26T02:18:20.730Z] [2025-05-26T02:18:20.730Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-26T02:18:20.748Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:21.083Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:21.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T02:18:21.083Z] 6f007b3cfd45: Preparing [2025-05-26T02:18:21.083Z] 7003a3d85065: Preparing [2025-05-26T02:18:21.083Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:21.083Z] cd61282d6506: Preparing [2025-05-26T02:18:21.083Z] bf29bd318c69: Preparing [2025-05-26T02:18:21.083Z] b1c0856f5ea1: Preparing [2025-05-26T02:18:21.083Z] 994456c4fd7b: Preparing [2025-05-26T02:18:21.083Z] b1c0856f5ea1: Waiting [2025-05-26T02:18:21.083Z] 994456c4fd7b: Waiting [2025-05-26T02:18:21.083Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:21.083Z] cd61282d6506: Layer already exists [2025-05-26T02:18:21.083Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:21.083Z] bf29bd318c69: Pushed [2025-05-26T02:18:21.083Z] 6f007b3cfd45: Pushed [2025-05-26T02:18:21.083Z] b1c0856f5ea1: Pushed [2025-05-26T02:18:21.316Z] #117 DONE 0.4s [2025-05-26T02:18:21.316Z] [2025-05-26T02:18:21.316Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-26T02:18:21.316Z] #118 DONE 0.2s [2025-05-26T02:18:21.316Z] [2025-05-26T02:18:21.316Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:18:21.316Z] #86 ... [2025-05-26T02:18:21.316Z] [2025-05-26T02:18:21.316Z] #115 [security-spire-agent] exporting to image [2025-05-26T02:18:23.618Z] 7003a3d85065: Pushed [2025-05-26T02:18:23.618Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:23.951Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:24.278Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T02:18:24.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T02:18:24.278Z] 6f007b3cfd45: Preparing [2025-05-26T02:18:24.278Z] 7003a3d85065: Preparing [2025-05-26T02:18:24.278Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:24.278Z] cd61282d6506: Preparing [2025-05-26T02:18:24.278Z] bf29bd318c69: Preparing [2025-05-26T02:18:24.278Z] b1c0856f5ea1: Preparing [2025-05-26T02:18:24.278Z] 994456c4fd7b: Preparing [2025-05-26T02:18:24.278Z] b1c0856f5ea1: Waiting [2025-05-26T02:18:24.278Z] 994456c4fd7b: Waiting [2025-05-26T02:18:24.278Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:24.278Z] cd61282d6506: Layer already exists [2025-05-26T02:18:24.278Z] 7003a3d85065: Layer already exists [2025-05-26T02:18:24.278Z] bf29bd318c69: Layer already exists [2025-05-26T02:18:24.278Z] 6f007b3cfd45: Layer already exists [2025-05-26T02:18:24.278Z] b1c0856f5ea1: Layer already exists [2025-05-26T02:18:24.278Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:24.278Z] latest: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:24.610Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:24.676Z] #115 exporting layers 4.0s done [2025-05-26T02:18:24.676Z] #115 writing image sha256:4e96e1613f3be3e9d93d473f2eb30ae490d7b55c43b56c2b2cb216e9978d0262 [2025-05-26T02:18:24.676Z] #115 writing image sha256:4e96e1613f3be3e9d93d473f2eb30ae490d7b55c43b56c2b2cb216e9978d0262 0.1s done [2025-05-26T02:18:24.676Z] #115 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-05-26T02:18:24.676Z] #115 exporting layers 4.1s done [2025-05-26T02:18:24.676Z] #115 writing image sha256:ef1da6d422c516b99ef560085f4a8ff4d97f296248ae9714bca931cb5266c506 0.0s done [2025-05-26T02:18:24.676Z] #115 naming to docker.io/library/security-spire-server-arm64 [2025-05-26T02:18:24.676Z] #115 naming to docker.io/library/security-spire-server-arm64 done [2025-05-26T02:18:24.930Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 [2025-05-26T02:18:24.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T02:18:24.930Z] 6f007b3cfd45: Preparing [2025-05-26T02:18:24.930Z] 7003a3d85065: Preparing [2025-05-26T02:18:24.930Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:24.930Z] cd61282d6506: Preparing [2025-05-26T02:18:24.930Z] bf29bd318c69: Preparing [2025-05-26T02:18:24.930Z] b1c0856f5ea1: Preparing [2025-05-26T02:18:24.930Z] 994456c4fd7b: Preparing [2025-05-26T02:18:24.930Z] 994456c4fd7b: Waiting [2025-05-26T02:18:24.930Z] b1c0856f5ea1: Waiting [2025-05-26T02:18:24.930Z] 6f007b3cfd45: Layer already exists [2025-05-26T02:18:24.931Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:24.931Z] bf29bd318c69: Layer already exists [2025-05-26T02:18:24.931Z] cd61282d6506: Layer already exists [2025-05-26T02:18:24.931Z] 7003a3d85065: Layer already exists [2025-05-26T02:18:24.931Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:24.931Z] b1c0856f5ea1: Layer already exists [2025-05-26T02:18:24.931Z] 4.1.0-dev.11: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [2025-05-26T02:18:24.943Z] #115 exporting layers 3.5s done [2025-05-26T02:18:24.943Z] #115 writing image sha256:b87c60f2109a23cff304820ccf3f3faa3dfadc819a331945cdead13a495e0ae3 0.0s done [2025-05-26T02:18:24.943Z] #115 naming to docker.io/library/security-spire-agent-arm64 done [2025-05-26T02:18:24.943Z] #115 DONE 4.4s [2025-05-26T02:18:24.943Z] [2025-05-26T02:18:24.943Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:25.263Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:25.595Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:25.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T02:18:25.596Z] 6f007b3cfd45: Preparing [2025-05-26T02:18:25.596Z] 7003a3d85065: Preparing [2025-05-26T02:18:25.596Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:25.596Z] cd61282d6506: Preparing [2025-05-26T02:18:25.596Z] bf29bd318c69: Preparing [2025-05-26T02:18:25.596Z] b1c0856f5ea1: Preparing [2025-05-26T02:18:25.596Z] 994456c4fd7b: Preparing [2025-05-26T02:18:25.596Z] b1c0856f5ea1: Waiting [2025-05-26T02:18:25.596Z] 7003a3d85065: Layer already exists [2025-05-26T02:18:25.596Z] 6f007b3cfd45: Layer already exists [2025-05-26T02:18:25.596Z] bf29bd318c69: Layer already exists [2025-05-26T02:18:25.596Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:25.596Z] cd61282d6506: Layer already exists [2025-05-26T02:18:25.596Z] b1c0856f5ea1: Layer already exists [2025-05-26T02:18:25.596Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:25.596Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:25.928Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:26.255Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T02:18:26.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T02:18:26.256Z] 6f007b3cfd45: Preparing [2025-05-26T02:18:26.256Z] 7003a3d85065: Preparing [2025-05-26T02:18:26.256Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:26.256Z] cd61282d6506: Preparing [2025-05-26T02:18:26.256Z] bf29bd318c69: Preparing [2025-05-26T02:18:26.256Z] b1c0856f5ea1: Preparing [2025-05-26T02:18:26.256Z] 994456c4fd7b: Preparing [2025-05-26T02:18:26.256Z] b1c0856f5ea1: Waiting [2025-05-26T02:18:26.256Z] 994456c4fd7b: Waiting [2025-05-26T02:18:26.256Z] 7003a3d85065: Layer already exists [2025-05-26T02:18:26.256Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:26.256Z] cd61282d6506: Layer already exists [2025-05-26T02:18:26.256Z] bf29bd318c69: Layer already exists [2025-05-26T02:18:26.256Z] 6f007b3cfd45: Layer already exists [2025-05-26T02:18:26.256Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:26.256Z] b1c0856f5ea1: Layer already exists [2025-05-26T02:18:26.256Z] main: digest: sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:26.326Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:26.340Z] taggedImages: [2025-05-26T02:18:26.340Z] - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:26.340Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T02:18:26.340Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 [2025-05-26T02:18:26.340Z] - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:26.340Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-05-26T02:18:26.366Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-05-26T02:18:26.366Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:26.366Z] latest [2025-05-26T02:18:26.366Z] 4.1.0-dev.11 [2025-05-26T02:18:26.366Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:26.366Z] main [2025-05-26T02:18:26.366Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:26.782Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:27.110Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:27.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T02:18:27.110Z] 29f5b0826d39: Preparing [2025-05-26T02:18:27.110Z] f43ba30d7849: Preparing [2025-05-26T02:18:27.110Z] cd61282d6506: Preparing [2025-05-26T02:18:27.110Z] 014a58a98890: Preparing [2025-05-26T02:18:27.110Z] eb132c2fb050: Preparing [2025-05-26T02:18:27.110Z] 994456c4fd7b: Preparing [2025-05-26T02:18:27.110Z] 994456c4fd7b: Waiting [2025-05-26T02:18:27.110Z] cd61282d6506: Layer already exists [2025-05-26T02:18:27.110Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:27.110Z] eb132c2fb050: Pushed [2025-05-26T02:18:27.110Z] 014a58a98890: Pushed [2025-05-26T02:18:27.110Z] 29f5b0826d39: Pushed [2025-05-26T02:18:29.649Z] f43ba30d7849: Pushed [2025-05-26T02:18:29.649Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:29.981Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:30.314Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T02:18:30.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T02:18:30.314Z] 29f5b0826d39: Preparing [2025-05-26T02:18:30.314Z] f43ba30d7849: Preparing [2025-05-26T02:18:30.314Z] cd61282d6506: Preparing [2025-05-26T02:18:30.314Z] 014a58a98890: Preparing [2025-05-26T02:18:30.314Z] eb132c2fb050: Preparing [2025-05-26T02:18:30.314Z] 994456c4fd7b: Preparing [2025-05-26T02:18:30.314Z] 994456c4fd7b: Waiting [2025-05-26T02:18:30.314Z] eb132c2fb050: Layer already exists [2025-05-26T02:18:30.314Z] cd61282d6506: Layer already exists [2025-05-26T02:18:30.314Z] 014a58a98890: Layer already exists [2025-05-26T02:18:30.314Z] f43ba30d7849: Layer already exists [2025-05-26T02:18:30.314Z] 29f5b0826d39: Layer already exists [2025-05-26T02:18:30.314Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:30.314Z] latest: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:30.651Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:30.982Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 [2025-05-26T02:18:30.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T02:18:30.982Z] 29f5b0826d39: Preparing [2025-05-26T02:18:30.982Z] f43ba30d7849: Preparing [2025-05-26T02:18:30.982Z] cd61282d6506: Preparing [2025-05-26T02:18:30.982Z] 014a58a98890: Preparing [2025-05-26T02:18:30.982Z] eb132c2fb050: Preparing [2025-05-26T02:18:30.982Z] 994456c4fd7b: Preparing [2025-05-26T02:18:30.982Z] 994456c4fd7b: Waiting [2025-05-26T02:18:30.982Z] 014a58a98890: Layer already exists [2025-05-26T02:18:30.982Z] 29f5b0826d39: Layer already exists [2025-05-26T02:18:30.982Z] f43ba30d7849: Layer already exists [2025-05-26T02:18:30.982Z] eb132c2fb050: Layer already exists [2025-05-26T02:18:30.982Z] cd61282d6506: Layer already exists [2025-05-26T02:18:30.982Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:30.982Z] 4.1.0-dev.11: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:31.320Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:31.640Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:31.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T02:18:31.640Z] 29f5b0826d39: Preparing [2025-05-26T02:18:31.640Z] f43ba30d7849: Preparing [2025-05-26T02:18:31.640Z] cd61282d6506: Preparing [2025-05-26T02:18:31.640Z] 014a58a98890: Preparing [2025-05-26T02:18:31.640Z] eb132c2fb050: Preparing [2025-05-26T02:18:31.640Z] 994456c4fd7b: Preparing [2025-05-26T02:18:31.640Z] 994456c4fd7b: Waiting [2025-05-26T02:18:31.640Z] 29f5b0826d39: Layer already exists [2025-05-26T02:18:31.640Z] eb132c2fb050: Layer already exists [2025-05-26T02:18:31.640Z] f43ba30d7849: Layer already exists [2025-05-26T02:18:31.640Z] 014a58a98890: Layer already exists [2025-05-26T02:18:31.640Z] cd61282d6506: Layer already exists [2025-05-26T02:18:31.640Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:31.640Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:31.964Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:32.289Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T02:18:32.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T02:18:32.289Z] 29f5b0826d39: Preparing [2025-05-26T02:18:32.289Z] f43ba30d7849: Preparing [2025-05-26T02:18:32.289Z] cd61282d6506: Preparing [2025-05-26T02:18:32.289Z] 014a58a98890: Preparing [2025-05-26T02:18:32.289Z] eb132c2fb050: Preparing [2025-05-26T02:18:32.289Z] 994456c4fd7b: Preparing [2025-05-26T02:18:32.289Z] 994456c4fd7b: Waiting [2025-05-26T02:18:32.289Z] 014a58a98890: Layer already exists [2025-05-26T02:18:32.289Z] f43ba30d7849: Layer already exists [2025-05-26T02:18:32.289Z] 29f5b0826d39: Layer already exists [2025-05-26T02:18:32.289Z] cd61282d6506: Layer already exists [2025-05-26T02:18:32.289Z] eb132c2fb050: Layer already exists [2025-05-26T02:18:32.289Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:32.289Z] main: digest: sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:32.364Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:32.377Z] taggedImages: [2025-05-26T02:18:32.377Z] - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:32.377Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T02:18:32.377Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 [2025-05-26T02:18:32.377Z] - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:32.377Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-05-26T02:18:32.412Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-05-26T02:18:32.412Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:32.412Z] latest [2025-05-26T02:18:32.412Z] 4.1.0-dev.11 [2025-05-26T02:18:32.412Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:32.412Z] main [2025-05-26T02:18:32.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:32.766Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:33.088Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:33.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T02:18:33.088Z] ba7ab581d82e: Preparing [2025-05-26T02:18:33.088Z] a2b9bfb40f51: Preparing [2025-05-26T02:18:33.089Z] 19fc7f4c3947: Preparing [2025-05-26T02:18:33.089Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:33.089Z] cd61282d6506: Preparing [2025-05-26T02:18:33.089Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:33.089Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:33.089Z] b9647dc481bb: Preparing [2025-05-26T02:18:33.089Z] 994456c4fd7b: Preparing [2025-05-26T02:18:33.089Z] b9647dc481bb: Waiting [2025-05-26T02:18:33.089Z] 994456c4fd7b: Waiting [2025-05-26T02:18:33.089Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:33.089Z] cd61282d6506: Layer already exists [2025-05-26T02:18:33.089Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:33.089Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:33.089Z] a2b9bfb40f51: Pushed [2025-05-26T02:18:33.089Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:33.089Z] ba7ab581d82e: Pushed [2025-05-26T02:18:35.620Z] 19fc7f4c3947: Pushed [2025-05-26T02:18:35.880Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:36.205Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:36.538Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T02:18:36.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T02:18:36.538Z] ba7ab581d82e: Preparing [2025-05-26T02:18:36.538Z] a2b9bfb40f51: Preparing [2025-05-26T02:18:36.538Z] 19fc7f4c3947: Preparing [2025-05-26T02:18:36.538Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:36.538Z] cd61282d6506: Preparing [2025-05-26T02:18:36.538Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:36.538Z] b9647dc481bb: Preparing [2025-05-26T02:18:36.538Z] 994456c4fd7b: Preparing [2025-05-26T02:18:36.538Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:36.538Z] b9647dc481bb: Waiting [2025-05-26T02:18:36.538Z] 994456c4fd7b: Waiting [2025-05-26T02:18:36.538Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:36.538Z] 19fc7f4c3947: Layer already exists [2025-05-26T02:18:36.538Z] cd61282d6506: Layer already exists [2025-05-26T02:18:36.538Z] a2b9bfb40f51: Layer already exists [2025-05-26T02:18:36.538Z] ba7ab581d82e: Layer already exists [2025-05-26T02:18:36.538Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:36.538Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:36.538Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:36.538Z] latest: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:36.868Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:37.205Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 [2025-05-26T02:18:37.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T02:18:37.205Z] ba7ab581d82e: Preparing [2025-05-26T02:18:37.205Z] a2b9bfb40f51: Preparing [2025-05-26T02:18:37.205Z] 19fc7f4c3947: Preparing [2025-05-26T02:18:37.205Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:37.205Z] cd61282d6506: Preparing [2025-05-26T02:18:37.205Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:37.205Z] b9647dc481bb: Preparing [2025-05-26T02:18:37.205Z] 994456c4fd7b: Preparing [2025-05-26T02:18:37.205Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:37.205Z] b9647dc481bb: Waiting [2025-05-26T02:18:37.205Z] 994456c4fd7b: Waiting [2025-05-26T02:18:37.205Z] a2b9bfb40f51: Layer already exists [2025-05-26T02:18:37.205Z] cd61282d6506: Layer already exists [2025-05-26T02:18:37.205Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:37.205Z] ba7ab581d82e: Layer already exists [2025-05-26T02:18:37.205Z] 19fc7f4c3947: Layer already exists [2025-05-26T02:18:37.205Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:37.205Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:37.205Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:37.205Z] 4.1.0-dev.11: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:37.543Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:37.871Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:37.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T02:18:37.871Z] ba7ab581d82e: Preparing [2025-05-26T02:18:37.871Z] a2b9bfb40f51: Preparing [2025-05-26T02:18:37.871Z] 19fc7f4c3947: Preparing [2025-05-26T02:18:37.871Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:37.871Z] cd61282d6506: Preparing [2025-05-26T02:18:37.871Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:37.871Z] b9647dc481bb: Preparing [2025-05-26T02:18:37.871Z] 994456c4fd7b: Preparing [2025-05-26T02:18:37.871Z] b9647dc481bb: Waiting [2025-05-26T02:18:37.871Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:37.871Z] 994456c4fd7b: Waiting [2025-05-26T02:18:37.871Z] a2b9bfb40f51: Layer already exists [2025-05-26T02:18:37.871Z] cd61282d6506: Layer already exists [2025-05-26T02:18:37.871Z] ba7ab581d82e: Layer already exists [2025-05-26T02:18:37.871Z] 19fc7f4c3947: Layer already exists [2025-05-26T02:18:37.871Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:37.871Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:37.871Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:37.871Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:37.871Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:38.203Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:38.542Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T02:18:38.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T02:18:38.542Z] ba7ab581d82e: Preparing [2025-05-26T02:18:38.542Z] a2b9bfb40f51: Preparing [2025-05-26T02:18:38.542Z] 19fc7f4c3947: Preparing [2025-05-26T02:18:38.542Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:38.542Z] cd61282d6506: Preparing [2025-05-26T02:18:38.542Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:38.542Z] b9647dc481bb: Preparing [2025-05-26T02:18:38.542Z] 994456c4fd7b: Preparing [2025-05-26T02:18:38.542Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:38.542Z] b9647dc481bb: Waiting [2025-05-26T02:18:38.542Z] 994456c4fd7b: Waiting [2025-05-26T02:18:38.542Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:38.542Z] 19fc7f4c3947: Layer already exists [2025-05-26T02:18:38.542Z] cd61282d6506: Layer already exists [2025-05-26T02:18:38.542Z] a2b9bfb40f51: Layer already exists [2025-05-26T02:18:38.542Z] ba7ab581d82e: Layer already exists [2025-05-26T02:18:38.542Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:38.542Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:38.542Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:38.542Z] main: digest: sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:38.635Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:38.653Z] taggedImages: [2025-05-26T02:18:38.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:38.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T02:18:38.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 [2025-05-26T02:18:38.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:38.653Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-05-26T02:18:38.683Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-05-26T02:18:38.683Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:38.683Z] latest [2025-05-26T02:18:38.683Z] 4.1.0-dev.11 [2025-05-26T02:18:38.683Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:38.683Z] main [2025-05-26T02:18:38.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:39.037Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:39.381Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:39.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T02:18:39.381Z] d390c3d02f46: Preparing [2025-05-26T02:18:39.381Z] eaad8fa5f4c8: Preparing [2025-05-26T02:18:39.381Z] 0cef8e957f4b: Preparing [2025-05-26T02:18:39.381Z] e6fd03bd9d19: Preparing [2025-05-26T02:18:39.381Z] ad9b732b5364: Preparing [2025-05-26T02:18:39.381Z] 3ce837d174f9: Preparing [2025-05-26T02:18:39.381Z] d6a6d53bac77: Preparing [2025-05-26T02:18:39.381Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:39.381Z] cd61282d6506: Preparing [2025-05-26T02:18:39.381Z] d6ff6a9fed5c: Preparing [2025-05-26T02:18:39.381Z] b6bf23f04ae1: Preparing [2025-05-26T02:18:39.381Z] 5f70bf18a086: Preparing [2025-05-26T02:18:39.381Z] 458835feb6b3: Preparing [2025-05-26T02:18:39.381Z] c1948adcec6b: Preparing [2025-05-26T02:18:39.381Z] 04f176d0bae0: Preparing [2025-05-26T02:18:39.381Z] 994456c4fd7b: Preparing [2025-05-26T02:18:39.381Z] 3ce837d174f9: Waiting [2025-05-26T02:18:39.381Z] d6a6d53bac77: Waiting [2025-05-26T02:18:39.381Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:39.381Z] 5f70bf18a086: Waiting [2025-05-26T02:18:39.381Z] 458835feb6b3: Waiting [2025-05-26T02:18:39.381Z] cd61282d6506: Waiting [2025-05-26T02:18:39.381Z] c1948adcec6b: Waiting [2025-05-26T02:18:39.381Z] d6ff6a9fed5c: Waiting [2025-05-26T02:18:39.381Z] 04f176d0bae0: Waiting [2025-05-26T02:18:39.381Z] 994456c4fd7b: Waiting [2025-05-26T02:18:39.381Z] b6bf23f04ae1: Waiting [2025-05-26T02:18:39.381Z] e6fd03bd9d19: Pushed [2025-05-26T02:18:39.381Z] eaad8fa5f4c8: Pushed [2025-05-26T02:18:39.381Z] d390c3d02f46: Pushed [2025-05-26T02:18:39.381Z] ad9b732b5364: Pushed [2025-05-26T02:18:39.381Z] 0cef8e957f4b: Pushed [2025-05-26T02:18:39.381Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:39.381Z] cd61282d6506: Layer already exists [2025-05-26T02:18:39.381Z] 5f70bf18a086: Layer already exists [2025-05-26T02:18:39.642Z] 3ce837d174f9: Pushed [2025-05-26T02:18:39.642Z] b6bf23f04ae1: Pushed [2025-05-26T02:18:39.642Z] d6ff6a9fed5c: Pushed [2025-05-26T02:18:39.642Z] 458835feb6b3: Pushed [2025-05-26T02:18:39.642Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:39.642Z] c1948adcec6b: Pushed [2025-05-26T02:18:39.642Z] 04f176d0bae0: Pushed [2025-05-26T02:18:41.024Z] d6a6d53bac77: Pushed [2025-05-26T02:18:41.025Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:41.372Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:41.687Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T02:18:41.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T02:18:41.687Z] d390c3d02f46: Preparing [2025-05-26T02:18:41.687Z] eaad8fa5f4c8: Preparing [2025-05-26T02:18:41.687Z] 0cef8e957f4b: Preparing [2025-05-26T02:18:41.687Z] e6fd03bd9d19: Preparing [2025-05-26T02:18:41.687Z] ad9b732b5364: Preparing [2025-05-26T02:18:41.687Z] 3ce837d174f9: Preparing [2025-05-26T02:18:41.687Z] d6a6d53bac77: Preparing [2025-05-26T02:18:41.687Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:41.687Z] cd61282d6506: Preparing [2025-05-26T02:18:41.687Z] d6ff6a9fed5c: Preparing [2025-05-26T02:18:41.687Z] b6bf23f04ae1: Preparing [2025-05-26T02:18:41.687Z] 5f70bf18a086: Preparing [2025-05-26T02:18:41.687Z] 458835feb6b3: Preparing [2025-05-26T02:18:41.687Z] c1948adcec6b: Preparing [2025-05-26T02:18:41.687Z] 04f176d0bae0: Preparing [2025-05-26T02:18:41.687Z] 994456c4fd7b: Preparing [2025-05-26T02:18:41.687Z] 3ce837d174f9: Waiting [2025-05-26T02:18:41.687Z] d6a6d53bac77: Waiting [2025-05-26T02:18:41.687Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:41.687Z] cd61282d6506: Waiting [2025-05-26T02:18:41.687Z] c1948adcec6b: Waiting [2025-05-26T02:18:41.687Z] d6ff6a9fed5c: Waiting [2025-05-26T02:18:41.687Z] 04f176d0bae0: Waiting [2025-05-26T02:18:41.687Z] 994456c4fd7b: Waiting [2025-05-26T02:18:41.687Z] 458835feb6b3: Waiting [2025-05-26T02:18:41.687Z] b6bf23f04ae1: Waiting [2025-05-26T02:18:41.687Z] 5f70bf18a086: Waiting [2025-05-26T02:18:41.687Z] eaad8fa5f4c8: Layer already exists [2025-05-26T02:18:41.687Z] ad9b732b5364: Layer already exists [2025-05-26T02:18:41.687Z] 0cef8e957f4b: Layer already exists [2025-05-26T02:18:41.687Z] e6fd03bd9d19: Layer already exists [2025-05-26T02:18:41.687Z] d390c3d02f46: Layer already exists [2025-05-26T02:18:41.687Z] cd61282d6506: Layer already exists [2025-05-26T02:18:41.687Z] d6a6d53bac77: Layer already exists [2025-05-26T02:18:41.687Z] 3ce837d174f9: Layer already exists [2025-05-26T02:18:41.687Z] d6ff6a9fed5c: Layer already exists [2025-05-26T02:18:41.687Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:41.687Z] b6bf23f04ae1: Layer already exists [2025-05-26T02:18:41.687Z] 5f70bf18a086: Layer already exists [2025-05-26T02:18:41.687Z] 04f176d0bae0: Layer already exists [2025-05-26T02:18:41.687Z] c1948adcec6b: Layer already exists [2025-05-26T02:18:41.687Z] 458835feb6b3: Layer already exists [2025-05-26T02:18:41.687Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:41.687Z] latest: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:42.021Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:42.355Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 [2025-05-26T02:18:42.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T02:18:42.355Z] d390c3d02f46: Preparing [2025-05-26T02:18:42.355Z] eaad8fa5f4c8: Preparing [2025-05-26T02:18:42.355Z] 0cef8e957f4b: Preparing [2025-05-26T02:18:42.355Z] e6fd03bd9d19: Preparing [2025-05-26T02:18:42.355Z] ad9b732b5364: Preparing [2025-05-26T02:18:42.355Z] 3ce837d174f9: Preparing [2025-05-26T02:18:42.355Z] d6a6d53bac77: Preparing [2025-05-26T02:18:42.355Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:42.355Z] cd61282d6506: Preparing [2025-05-26T02:18:42.355Z] d6ff6a9fed5c: Preparing [2025-05-26T02:18:42.355Z] b6bf23f04ae1: Preparing [2025-05-26T02:18:42.355Z] 5f70bf18a086: Preparing [2025-05-26T02:18:42.355Z] 458835feb6b3: Preparing [2025-05-26T02:18:42.355Z] c1948adcec6b: Preparing [2025-05-26T02:18:42.355Z] 04f176d0bae0: Preparing [2025-05-26T02:18:42.355Z] 994456c4fd7b: Preparing [2025-05-26T02:18:42.355Z] cd61282d6506: Waiting [2025-05-26T02:18:42.355Z] d6ff6a9fed5c: Waiting [2025-05-26T02:18:42.355Z] b6bf23f04ae1: Waiting [2025-05-26T02:18:42.355Z] 5f70bf18a086: Waiting [2025-05-26T02:18:42.355Z] 458835feb6b3: Waiting [2025-05-26T02:18:42.355Z] 3ce837d174f9: Waiting [2025-05-26T02:18:42.355Z] c1948adcec6b: Waiting [2025-05-26T02:18:42.355Z] d6a6d53bac77: Waiting [2025-05-26T02:18:42.356Z] 04f176d0bae0: Waiting [2025-05-26T02:18:42.356Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:42.356Z] eaad8fa5f4c8: Layer already exists [2025-05-26T02:18:42.356Z] d390c3d02f46: Layer already exists [2025-05-26T02:18:42.356Z] ad9b732b5364: Layer already exists [2025-05-26T02:18:42.356Z] 0cef8e957f4b: Layer already exists [2025-05-26T02:18:42.356Z] e6fd03bd9d19: Layer already exists [2025-05-26T02:18:42.356Z] d6a6d53bac77: Layer already exists [2025-05-26T02:18:42.356Z] 3ce837d174f9: Layer already exists [2025-05-26T02:18:42.356Z] cd61282d6506: Layer already exists [2025-05-26T02:18:42.356Z] d6ff6a9fed5c: Layer already exists [2025-05-26T02:18:42.356Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:42.356Z] b6bf23f04ae1: Layer already exists [2025-05-26T02:18:42.356Z] c1948adcec6b: Layer already exists [2025-05-26T02:18:42.356Z] 5f70bf18a086: Layer already exists [2025-05-26T02:18:42.356Z] 458835feb6b3: Layer already exists [2025-05-26T02:18:42.356Z] 04f176d0bae0: Layer already exists [2025-05-26T02:18:42.356Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:42.356Z] 4.1.0-dev.11: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:42.704Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:43.029Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:43.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T02:18:43.030Z] d390c3d02f46: Preparing [2025-05-26T02:18:43.030Z] eaad8fa5f4c8: Preparing [2025-05-26T02:18:43.030Z] 0cef8e957f4b: Preparing [2025-05-26T02:18:43.030Z] e6fd03bd9d19: Preparing [2025-05-26T02:18:43.030Z] ad9b732b5364: Preparing [2025-05-26T02:18:43.030Z] 3ce837d174f9: Preparing [2025-05-26T02:18:43.030Z] d6a6d53bac77: Preparing [2025-05-26T02:18:43.030Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:43.030Z] cd61282d6506: Preparing [2025-05-26T02:18:43.030Z] d6ff6a9fed5c: Preparing [2025-05-26T02:18:43.030Z] b6bf23f04ae1: Preparing [2025-05-26T02:18:43.030Z] 5f70bf18a086: Preparing [2025-05-26T02:18:43.030Z] 458835feb6b3: Preparing [2025-05-26T02:18:43.030Z] c1948adcec6b: Preparing [2025-05-26T02:18:43.030Z] 04f176d0bae0: Preparing [2025-05-26T02:18:43.030Z] 994456c4fd7b: Preparing [2025-05-26T02:18:43.030Z] 3ce837d174f9: Waiting [2025-05-26T02:18:43.030Z] d6a6d53bac77: Waiting [2025-05-26T02:18:43.030Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:43.030Z] cd61282d6506: Waiting [2025-05-26T02:18:43.030Z] 458835feb6b3: Waiting [2025-05-26T02:18:43.030Z] d6ff6a9fed5c: Waiting [2025-05-26T02:18:43.030Z] c1948adcec6b: Waiting [2025-05-26T02:18:43.030Z] b6bf23f04ae1: Waiting [2025-05-26T02:18:43.030Z] 04f176d0bae0: Waiting [2025-05-26T02:18:43.030Z] 5f70bf18a086: Waiting [2025-05-26T02:18:43.030Z] 994456c4fd7b: Waiting [2025-05-26T02:18:43.030Z] 0cef8e957f4b: Layer already exists [2025-05-26T02:18:43.030Z] eaad8fa5f4c8: Layer already exists [2025-05-26T02:18:43.030Z] e6fd03bd9d19: Layer already exists [2025-05-26T02:18:43.030Z] d390c3d02f46: Layer already exists [2025-05-26T02:18:43.030Z] ad9b732b5364: Layer already exists [2025-05-26T02:18:43.030Z] d6a6d53bac77: Layer already exists [2025-05-26T02:18:43.030Z] 3ce837d174f9: Layer already exists [2025-05-26T02:18:43.030Z] b6bf23f04ae1: Layer already exists [2025-05-26T02:18:43.030Z] cd61282d6506: Layer already exists [2025-05-26T02:18:43.030Z] d6ff6a9fed5c: Layer already exists [2025-05-26T02:18:43.030Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:43.030Z] 5f70bf18a086: Layer already exists [2025-05-26T02:18:43.030Z] 458835feb6b3: Layer already exists [2025-05-26T02:18:43.030Z] 04f176d0bae0: Layer already exists [2025-05-26T02:18:43.030Z] c1948adcec6b: Layer already exists [2025-05-26T02:18:43.030Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:43.030Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:43.356Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:43.819Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T02:18:43.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T02:18:43.820Z] d390c3d02f46: Preparing [2025-05-26T02:18:43.820Z] eaad8fa5f4c8: Preparing [2025-05-26T02:18:43.820Z] 0cef8e957f4b: Preparing [2025-05-26T02:18:43.820Z] e6fd03bd9d19: Preparing [2025-05-26T02:18:43.820Z] ad9b732b5364: Preparing [2025-05-26T02:18:43.820Z] 3ce837d174f9: Preparing [2025-05-26T02:18:43.820Z] d6a6d53bac77: Preparing [2025-05-26T02:18:43.820Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:43.820Z] cd61282d6506: Preparing [2025-05-26T02:18:43.820Z] d6ff6a9fed5c: Preparing [2025-05-26T02:18:43.820Z] b6bf23f04ae1: Preparing [2025-05-26T02:18:43.820Z] 5f70bf18a086: Preparing [2025-05-26T02:18:43.820Z] 458835feb6b3: Preparing [2025-05-26T02:18:43.820Z] c1948adcec6b: Preparing [2025-05-26T02:18:43.820Z] 04f176d0bae0: Preparing [2025-05-26T02:18:43.820Z] 994456c4fd7b: Preparing [2025-05-26T02:18:43.820Z] cd61282d6506: Waiting [2025-05-26T02:18:43.820Z] 3ce837d174f9: Waiting [2025-05-26T02:18:43.820Z] 458835feb6b3: Waiting [2025-05-26T02:18:43.820Z] c1948adcec6b: Waiting [2025-05-26T02:18:43.820Z] 5f70bf18a086: Waiting [2025-05-26T02:18:43.820Z] d6a6d53bac77: Waiting [2025-05-26T02:18:43.820Z] 04f176d0bae0: Waiting [2025-05-26T02:18:43.820Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:43.820Z] d6ff6a9fed5c: Waiting [2025-05-26T02:18:43.820Z] 994456c4fd7b: Waiting [2025-05-26T02:18:43.820Z] b6bf23f04ae1: Waiting [2025-05-26T02:18:43.820Z] ad9b732b5364: Layer already exists [2025-05-26T02:18:43.820Z] e6fd03bd9d19: Layer already exists [2025-05-26T02:18:43.820Z] 0cef8e957f4b: Layer already exists [2025-05-26T02:18:43.820Z] d390c3d02f46: Layer already exists [2025-05-26T02:18:43.820Z] eaad8fa5f4c8: Layer already exists [2025-05-26T02:18:43.820Z] 3ce837d174f9: Layer already exists [2025-05-26T02:18:43.820Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:43.820Z] d6ff6a9fed5c: Layer already exists [2025-05-26T02:18:43.820Z] d6a6d53bac77: Layer already exists [2025-05-26T02:18:43.820Z] cd61282d6506: Layer already exists [2025-05-26T02:18:43.820Z] b6bf23f04ae1: Layer already exists [2025-05-26T02:18:43.820Z] 5f70bf18a086: Layer already exists [2025-05-26T02:18:43.820Z] c1948adcec6b: Layer already exists [2025-05-26T02:18:43.820Z] 04f176d0bae0: Layer already exists [2025-05-26T02:18:43.820Z] 458835feb6b3: Layer already exists [2025-05-26T02:18:43.820Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:43.820Z] main: digest: sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:43.889Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:43.901Z] taggedImages: [2025-05-26T02:18:43.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:43.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T02:18:43.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 [2025-05-26T02:18:43.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:43.901Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-05-26T02:18:43.930Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-05-26T02:18:43.930Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:43.930Z] latest [2025-05-26T02:18:43.930Z] 4.1.0-dev.11 [2025-05-26T02:18:43.930Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:43.930Z] main [2025-05-26T02:18:43.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:44.288Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:44.604Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:44.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T02:18:44.605Z] f31909c5bfd5: Preparing [2025-05-26T02:18:44.605Z] 3ffb911ce969: Preparing [2025-05-26T02:18:44.605Z] c5618d6fc41a: Preparing [2025-05-26T02:18:44.605Z] cb5ff90bed27: Preparing [2025-05-26T02:18:44.605Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:44.605Z] cd61282d6506: Preparing [2025-05-26T02:18:44.605Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:44.605Z] b9647dc481bb: Preparing [2025-05-26T02:18:44.605Z] 994456c4fd7b: Preparing [2025-05-26T02:18:44.605Z] b9647dc481bb: Waiting [2025-05-26T02:18:44.605Z] cd61282d6506: Waiting [2025-05-26T02:18:44.605Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:44.605Z] 994456c4fd7b: Waiting [2025-05-26T02:18:44.605Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:44.605Z] cd61282d6506: Layer already exists [2025-05-26T02:18:44.605Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:44.605Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:44.863Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:44.863Z] c5618d6fc41a: Pushed [2025-05-26T02:18:44.863Z] f31909c5bfd5: Pushed [2025-05-26T02:18:44.863Z] 3ffb911ce969: Pushed [2025-05-26T02:18:46.769Z] cb5ff90bed27: Pushed [2025-05-26T02:18:47.031Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:47.363Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:47.688Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T02:18:47.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T02:18:47.688Z] f31909c5bfd5: Preparing [2025-05-26T02:18:47.688Z] 3ffb911ce969: Preparing [2025-05-26T02:18:47.688Z] c5618d6fc41a: Preparing [2025-05-26T02:18:47.688Z] cb5ff90bed27: Preparing [2025-05-26T02:18:47.688Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:47.688Z] cd61282d6506: Preparing [2025-05-26T02:18:47.688Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:47.688Z] b9647dc481bb: Preparing [2025-05-26T02:18:47.688Z] 994456c4fd7b: Preparing [2025-05-26T02:18:47.688Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:47.688Z] b9647dc481bb: Waiting [2025-05-26T02:18:47.688Z] 994456c4fd7b: Waiting [2025-05-26T02:18:47.688Z] cd61282d6506: Waiting [2025-05-26T02:18:47.688Z] f31909c5bfd5: Layer already exists [2025-05-26T02:18:47.688Z] 3ffb911ce969: Layer already exists [2025-05-26T02:18:47.688Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:47.688Z] c5618d6fc41a: Layer already exists [2025-05-26T02:18:47.688Z] cb5ff90bed27: Layer already exists [2025-05-26T02:18:47.688Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:47.688Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:47.688Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:47.688Z] cd61282d6506: Layer already exists [2025-05-26T02:18:47.688Z] latest: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:48.018Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:48.344Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 [2025-05-26T02:18:48.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T02:18:48.344Z] f31909c5bfd5: Preparing [2025-05-26T02:18:48.344Z] 3ffb911ce969: Preparing [2025-05-26T02:18:48.344Z] c5618d6fc41a: Preparing [2025-05-26T02:18:48.344Z] cb5ff90bed27: Preparing [2025-05-26T02:18:48.344Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:48.344Z] cd61282d6506: Preparing [2025-05-26T02:18:48.344Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:48.344Z] b9647dc481bb: Preparing [2025-05-26T02:18:48.344Z] 994456c4fd7b: Preparing [2025-05-26T02:18:48.344Z] cd61282d6506: Waiting [2025-05-26T02:18:48.344Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:48.344Z] b9647dc481bb: Waiting [2025-05-26T02:18:48.344Z] 994456c4fd7b: Waiting [2025-05-26T02:18:48.344Z] 3ffb911ce969: Layer already exists [2025-05-26T02:18:48.344Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:48.344Z] c5618d6fc41a: Layer already exists [2025-05-26T02:18:48.344Z] f31909c5bfd5: Layer already exists [2025-05-26T02:18:48.344Z] cb5ff90bed27: Layer already exists [2025-05-26T02:18:48.344Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:48.344Z] cd61282d6506: Layer already exists [2025-05-26T02:18:48.344Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:48.344Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:48.344Z] 4.1.0-dev.11: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:48.672Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:48.995Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:48.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T02:18:48.995Z] f31909c5bfd5: Preparing [2025-05-26T02:18:48.995Z] 3ffb911ce969: Preparing [2025-05-26T02:18:48.995Z] c5618d6fc41a: Preparing [2025-05-26T02:18:48.995Z] cb5ff90bed27: Preparing [2025-05-26T02:18:48.995Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:48.995Z] cd61282d6506: Preparing [2025-05-26T02:18:48.995Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:48.995Z] b9647dc481bb: Preparing [2025-05-26T02:18:48.995Z] 994456c4fd7b: Preparing [2025-05-26T02:18:48.995Z] cd61282d6506: Waiting [2025-05-26T02:18:48.995Z] b9647dc481bb: Waiting [2025-05-26T02:18:48.995Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:48.995Z] 994456c4fd7b: Waiting [2025-05-26T02:18:48.995Z] f31909c5bfd5: Layer already exists [2025-05-26T02:18:48.995Z] c5618d6fc41a: Layer already exists [2025-05-26T02:18:48.995Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:48.995Z] 3ffb911ce969: Layer already exists [2025-05-26T02:18:48.995Z] cb5ff90bed27: Layer already exists [2025-05-26T02:18:48.995Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:48.995Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:48.995Z] cd61282d6506: Layer already exists [2025-05-26T02:18:48.995Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:48.995Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:49.326Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:49.736Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T02:18:49.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T02:18:49.736Z] f31909c5bfd5: Preparing [2025-05-26T02:18:49.736Z] 3ffb911ce969: Preparing [2025-05-26T02:18:49.736Z] c5618d6fc41a: Preparing [2025-05-26T02:18:49.736Z] cb5ff90bed27: Preparing [2025-05-26T02:18:49.736Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:49.736Z] cd61282d6506: Preparing [2025-05-26T02:18:49.736Z] d8dcd2bfa70c: Preparing [2025-05-26T02:18:49.736Z] b9647dc481bb: Preparing [2025-05-26T02:18:49.736Z] 994456c4fd7b: Preparing [2025-05-26T02:18:49.736Z] d8dcd2bfa70c: Waiting [2025-05-26T02:18:49.736Z] b9647dc481bb: Waiting [2025-05-26T02:18:49.736Z] 994456c4fd7b: Waiting [2025-05-26T02:18:49.736Z] cd61282d6506: Waiting [2025-05-26T02:18:49.736Z] c5618d6fc41a: Layer already exists [2025-05-26T02:18:49.736Z] cb5ff90bed27: Layer already exists [2025-05-26T02:18:49.736Z] f31909c5bfd5: Layer already exists [2025-05-26T02:18:49.736Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:49.736Z] 3ffb911ce969: Layer already exists [2025-05-26T02:18:49.736Z] cd61282d6506: Layer already exists [2025-05-26T02:18:49.736Z] d8dcd2bfa70c: Layer already exists [2025-05-26T02:18:49.736Z] b9647dc481bb: Layer already exists [2025-05-26T02:18:49.736Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:49.736Z] main: digest: sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:49.841Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:49.861Z] taggedImages: [2025-05-26T02:18:49.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:49.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T02:18:49.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 [2025-05-26T02:18:49.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:49.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-05-26T02:18:49.890Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-05-26T02:18:49.890Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:49.890Z] latest [2025-05-26T02:18:49.890Z] 4.1.0-dev.11 [2025-05-26T02:18:49.890Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:49.890Z] main [2025-05-26T02:18:49.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:50.311Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:50.692Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:50.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T02:18:50.692Z] 530fde5a6b02: Preparing [2025-05-26T02:18:50.692Z] 23b98172e2d7: Preparing [2025-05-26T02:18:50.692Z] 09957664a35c: Preparing [2025-05-26T02:18:50.692Z] c537da0f224e: Preparing [2025-05-26T02:18:50.692Z] 18b6a919c225: Preparing [2025-05-26T02:18:50.692Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:50.692Z] cd61282d6506: Preparing [2025-05-26T02:18:50.692Z] a8c6b30a9fff: Preparing [2025-05-26T02:18:50.692Z] 55bcb59b4773: Preparing [2025-05-26T02:18:50.692Z] 1eccfe0fa306: Preparing [2025-05-26T02:18:50.692Z] 994456c4fd7b: Preparing [2025-05-26T02:18:50.692Z] cd61282d6506: Waiting [2025-05-26T02:18:50.692Z] a8c6b30a9fff: Waiting [2025-05-26T02:18:50.692Z] 55bcb59b4773: Waiting [2025-05-26T02:18:50.692Z] 1eccfe0fa306: Waiting [2025-05-26T02:18:50.692Z] 994456c4fd7b: Waiting [2025-05-26T02:18:50.692Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:50.692Z] 23b98172e2d7: Pushed [2025-05-26T02:18:50.692Z] 18b6a919c225: Pushed [2025-05-26T02:18:50.692Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:50.692Z] c537da0f224e: Pushed [2025-05-26T02:18:50.692Z] 530fde5a6b02: Pushed [2025-05-26T02:18:50.692Z] cd61282d6506: Layer already exists [2025-05-26T02:18:50.692Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:50.692Z] a8c6b30a9fff: Pushed [2025-05-26T02:18:50.950Z] 55bcb59b4773: Pushed [2025-05-26T02:18:51.884Z] 1eccfe0fa306: Pushed [2025-05-26T02:18:52.449Z] 09957664a35c: Pushed [2025-05-26T02:18:52.707Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:53.034Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:53.352Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T02:18:53.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T02:18:53.352Z] 530fde5a6b02: Preparing [2025-05-26T02:18:53.352Z] 23b98172e2d7: Preparing [2025-05-26T02:18:53.352Z] 09957664a35c: Preparing [2025-05-26T02:18:53.352Z] c537da0f224e: Preparing [2025-05-26T02:18:53.352Z] 18b6a919c225: Preparing [2025-05-26T02:18:53.352Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:53.352Z] cd61282d6506: Preparing [2025-05-26T02:18:53.352Z] a8c6b30a9fff: Preparing [2025-05-26T02:18:53.352Z] 55bcb59b4773: Preparing [2025-05-26T02:18:53.352Z] 1eccfe0fa306: Preparing [2025-05-26T02:18:53.352Z] 994456c4fd7b: Preparing [2025-05-26T02:18:53.352Z] 1eccfe0fa306: Waiting [2025-05-26T02:18:53.352Z] a8c6b30a9fff: Waiting [2025-05-26T02:18:53.352Z] 994456c4fd7b: Waiting [2025-05-26T02:18:53.352Z] 55bcb59b4773: Waiting [2025-05-26T02:18:53.352Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:53.352Z] cd61282d6506: Waiting [2025-05-26T02:18:53.352Z] c537da0f224e: Layer already exists [2025-05-26T02:18:53.352Z] 530fde5a6b02: Layer already exists [2025-05-26T02:18:53.352Z] 23b98172e2d7: Layer already exists [2025-05-26T02:18:53.352Z] 09957664a35c: Layer already exists [2025-05-26T02:18:53.352Z] 18b6a919c225: Layer already exists [2025-05-26T02:18:53.352Z] a8c6b30a9fff: Layer already exists [2025-05-26T02:18:53.352Z] 55bcb59b4773: Layer already exists [2025-05-26T02:18:53.352Z] cd61282d6506: Layer already exists [2025-05-26T02:18:53.352Z] 1eccfe0fa306: Layer already exists [2025-05-26T02:18:53.352Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:53.352Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:53.352Z] latest: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:53.678Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:54.018Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 [2025-05-26T02:18:54.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T02:18:54.018Z] 530fde5a6b02: Preparing [2025-05-26T02:18:54.018Z] 23b98172e2d7: Preparing [2025-05-26T02:18:54.018Z] 09957664a35c: Preparing [2025-05-26T02:18:54.018Z] c537da0f224e: Preparing [2025-05-26T02:18:54.018Z] 18b6a919c225: Preparing [2025-05-26T02:18:54.018Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:54.018Z] cd61282d6506: Preparing [2025-05-26T02:18:54.018Z] a8c6b30a9fff: Preparing [2025-05-26T02:18:54.018Z] 55bcb59b4773: Preparing [2025-05-26T02:18:54.018Z] 1eccfe0fa306: Preparing [2025-05-26T02:18:54.018Z] 994456c4fd7b: Preparing [2025-05-26T02:18:54.018Z] cd61282d6506: Waiting [2025-05-26T02:18:54.018Z] a8c6b30a9fff: Waiting [2025-05-26T02:18:54.018Z] 55bcb59b4773: Waiting [2025-05-26T02:18:54.018Z] 994456c4fd7b: Waiting [2025-05-26T02:18:54.018Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:54.018Z] 1eccfe0fa306: Waiting [2025-05-26T02:18:54.018Z] 09957664a35c: Layer already exists [2025-05-26T02:18:54.018Z] 23b98172e2d7: Layer already exists [2025-05-26T02:18:54.018Z] 530fde5a6b02: Layer already exists [2025-05-26T02:18:54.018Z] 18b6a919c225: Layer already exists [2025-05-26T02:18:54.018Z] c537da0f224e: Layer already exists [2025-05-26T02:18:54.018Z] cd61282d6506: Layer already exists [2025-05-26T02:18:54.018Z] a8c6b30a9fff: Layer already exists [2025-05-26T02:18:54.018Z] 1eccfe0fa306: Layer already exists [2025-05-26T02:18:54.018Z] 55bcb59b4773: Layer already exists [2025-05-26T02:18:54.018Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:54.018Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:54.019Z] 4.1.0-dev.11: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:54.348Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:54.669Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:54.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T02:18:54.669Z] 530fde5a6b02: Preparing [2025-05-26T02:18:54.669Z] 23b98172e2d7: Preparing [2025-05-26T02:18:54.669Z] 09957664a35c: Preparing [2025-05-26T02:18:54.669Z] c537da0f224e: Preparing [2025-05-26T02:18:54.669Z] 18b6a919c225: Preparing [2025-05-26T02:18:54.669Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:54.669Z] cd61282d6506: Preparing [2025-05-26T02:18:54.669Z] a8c6b30a9fff: Preparing [2025-05-26T02:18:54.669Z] 55bcb59b4773: Preparing [2025-05-26T02:18:54.669Z] 1eccfe0fa306: Preparing [2025-05-26T02:18:54.669Z] 994456c4fd7b: Preparing [2025-05-26T02:18:54.669Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:54.669Z] 1eccfe0fa306: Waiting [2025-05-26T02:18:54.669Z] a8c6b30a9fff: Waiting [2025-05-26T02:18:54.669Z] 55bcb59b4773: Waiting [2025-05-26T02:18:54.669Z] cd61282d6506: Waiting [2025-05-26T02:18:54.669Z] 09957664a35c: Layer already exists [2025-05-26T02:18:54.669Z] 530fde5a6b02: Layer already exists [2025-05-26T02:18:54.669Z] c537da0f224e: Layer already exists [2025-05-26T02:18:54.669Z] 18b6a919c225: Layer already exists [2025-05-26T02:18:54.669Z] 23b98172e2d7: Layer already exists [2025-05-26T02:18:54.669Z] 55bcb59b4773: Layer already exists [2025-05-26T02:18:54.669Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:54.669Z] a8c6b30a9fff: Layer already exists [2025-05-26T02:18:54.669Z] cd61282d6506: Layer already exists [2025-05-26T02:18:54.669Z] 1eccfe0fa306: Layer already exists [2025-05-26T02:18:54.669Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:54.669Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:55.000Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:55.328Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T02:18:55.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T02:18:55.328Z] 530fde5a6b02: Preparing [2025-05-26T02:18:55.328Z] 23b98172e2d7: Preparing [2025-05-26T02:18:55.328Z] 09957664a35c: Preparing [2025-05-26T02:18:55.328Z] c537da0f224e: Preparing [2025-05-26T02:18:55.328Z] 18b6a919c225: Preparing [2025-05-26T02:18:55.328Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:55.328Z] cd61282d6506: Preparing [2025-05-26T02:18:55.328Z] a8c6b30a9fff: Preparing [2025-05-26T02:18:55.328Z] 55bcb59b4773: Preparing [2025-05-26T02:18:55.328Z] 1eccfe0fa306: Preparing [2025-05-26T02:18:55.328Z] 994456c4fd7b: Preparing [2025-05-26T02:18:55.328Z] 1eccfe0fa306: Waiting [2025-05-26T02:18:55.328Z] 55bcb59b4773: Waiting [2025-05-26T02:18:55.328Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:55.328Z] 994456c4fd7b: Waiting [2025-05-26T02:18:55.328Z] cd61282d6506: Waiting [2025-05-26T02:18:55.328Z] a8c6b30a9fff: Waiting [2025-05-26T02:18:55.328Z] 530fde5a6b02: Layer already exists [2025-05-26T02:18:55.328Z] c537da0f224e: Layer already exists [2025-05-26T02:18:55.328Z] 18b6a919c225: Layer already exists [2025-05-26T02:18:55.328Z] 23b98172e2d7: Layer already exists [2025-05-26T02:18:55.328Z] 09957664a35c: Layer already exists [2025-05-26T02:18:55.328Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:55.328Z] 55bcb59b4773: Layer already exists [2025-05-26T02:18:55.328Z] cd61282d6506: Layer already exists [2025-05-26T02:18:55.328Z] 1eccfe0fa306: Layer already exists [2025-05-26T02:18:55.328Z] a8c6b30a9fff: Layer already exists [2025-05-26T02:18:55.328Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:55.328Z] main: digest: sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:18:55.398Z] ===================================================== [Pipeline] echo [2025-05-26T02:18:55.413Z] taggedImages: [2025-05-26T02:18:55.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:55.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T02:18:55.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 [2025-05-26T02:18:55.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:55.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-05-26T02:18:55.445Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-05-26T02:18:55.445Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:55.445Z] latest [2025-05-26T02:18:55.445Z] 4.1.0-dev.11 [2025-05-26T02:18:55.445Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:18:55.445Z] main [2025-05-26T02:18:55.445Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:55.785Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:56.117Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:18:56.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T02:18:56.117Z] ead1b9746fce: Preparing [2025-05-26T02:18:56.117Z] 81c4e4b00282: Preparing [2025-05-26T02:18:56.117Z] 57bea8c779b2: Preparing [2025-05-26T02:18:56.117Z] 1a73fb3981b6: Preparing [2025-05-26T02:18:56.117Z] 1f79860fa398: Preparing [2025-05-26T02:18:56.117Z] aac0cc951de0: Preparing [2025-05-26T02:18:56.117Z] 2b5cb24074e7: Preparing [2025-05-26T02:18:56.117Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:56.117Z] cd61282d6506: Preparing [2025-05-26T02:18:56.117Z] cb9b2e29b0c7: Preparing [2025-05-26T02:18:56.117Z] ef9b9c54cccc: Preparing [2025-05-26T02:18:56.117Z] 994456c4fd7b: Preparing [2025-05-26T02:18:56.117Z] 2b5cb24074e7: Waiting [2025-05-26T02:18:56.117Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:56.117Z] cd61282d6506: Waiting [2025-05-26T02:18:56.117Z] cb9b2e29b0c7: Waiting [2025-05-26T02:18:56.117Z] ef9b9c54cccc: Waiting [2025-05-26T02:18:56.117Z] 994456c4fd7b: Waiting [2025-05-26T02:18:56.117Z] aac0cc951de0: Waiting [2025-05-26T02:18:56.117Z] 81c4e4b00282: Pushed [2025-05-26T02:18:56.117Z] ead1b9746fce: Pushed [2025-05-26T02:18:56.117Z] 1f79860fa398: Pushed [2025-05-26T02:18:56.117Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:56.117Z] cd61282d6506: Layer already exists [2025-05-26T02:18:56.117Z] aac0cc951de0: Pushed [2025-05-26T02:18:56.375Z] 2b5cb24074e7: Pushed [2025-05-26T02:18:56.375Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:56.375Z] cb9b2e29b0c7: Pushed [2025-05-26T02:18:57.308Z] ef9b9c54cccc: Pushed [2025-05-26T02:18:57.873Z] 1a73fb3981b6: Pushed [2025-05-26T02:18:58.810Z] 57bea8c779b2: Pushed [2025-05-26T02:18:58.810Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:59.146Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:59.468Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T02:18:59.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T02:18:59.468Z] ead1b9746fce: Preparing [2025-05-26T02:18:59.468Z] 81c4e4b00282: Preparing [2025-05-26T02:18:59.468Z] 57bea8c779b2: Preparing [2025-05-26T02:18:59.468Z] 1a73fb3981b6: Preparing [2025-05-26T02:18:59.468Z] 1f79860fa398: Preparing [2025-05-26T02:18:59.468Z] aac0cc951de0: Preparing [2025-05-26T02:18:59.468Z] 2b5cb24074e7: Preparing [2025-05-26T02:18:59.468Z] cf5f549fe7c9: Preparing [2025-05-26T02:18:59.468Z] cd61282d6506: Preparing [2025-05-26T02:18:59.468Z] cb9b2e29b0c7: Preparing [2025-05-26T02:18:59.468Z] ef9b9c54cccc: Preparing [2025-05-26T02:18:59.468Z] 994456c4fd7b: Preparing [2025-05-26T02:18:59.468Z] aac0cc951de0: Waiting [2025-05-26T02:18:59.468Z] 994456c4fd7b: Waiting [2025-05-26T02:18:59.468Z] cb9b2e29b0c7: Waiting [2025-05-26T02:18:59.468Z] ef9b9c54cccc: Waiting [2025-05-26T02:18:59.468Z] 2b5cb24074e7: Waiting [2025-05-26T02:18:59.468Z] cf5f549fe7c9: Waiting [2025-05-26T02:18:59.468Z] cd61282d6506: Waiting [2025-05-26T02:18:59.468Z] ead1b9746fce: Layer already exists [2025-05-26T02:18:59.468Z] 81c4e4b00282: Layer already exists [2025-05-26T02:18:59.468Z] 1f79860fa398: Layer already exists [2025-05-26T02:18:59.468Z] 1a73fb3981b6: Layer already exists [2025-05-26T02:18:59.468Z] 57bea8c779b2: Layer already exists [2025-05-26T02:18:59.468Z] 2b5cb24074e7: Layer already exists [2025-05-26T02:18:59.468Z] cb9b2e29b0c7: Layer already exists [2025-05-26T02:18:59.468Z] aac0cc951de0: Layer already exists [2025-05-26T02:18:59.468Z] cd61282d6506: Layer already exists [2025-05-26T02:18:59.468Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:18:59.468Z] ef9b9c54cccc: Layer already exists [2025-05-26T02:18:59.468Z] 994456c4fd7b: Layer already exists [2025-05-26T02:18:59.468Z] latest: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:18:59.810Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:00.134Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 [2025-05-26T02:19:00.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T02:19:00.134Z] ead1b9746fce: Preparing [2025-05-26T02:19:00.134Z] 81c4e4b00282: Preparing [2025-05-26T02:19:00.134Z] 57bea8c779b2: Preparing [2025-05-26T02:19:00.134Z] 1a73fb3981b6: Preparing [2025-05-26T02:19:00.134Z] 1f79860fa398: Preparing [2025-05-26T02:19:00.134Z] aac0cc951de0: Preparing [2025-05-26T02:19:00.134Z] 2b5cb24074e7: Preparing [2025-05-26T02:19:00.134Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:00.134Z] cd61282d6506: Preparing [2025-05-26T02:19:00.134Z] cb9b2e29b0c7: Preparing [2025-05-26T02:19:00.134Z] ef9b9c54cccc: Preparing [2025-05-26T02:19:00.134Z] 994456c4fd7b: Preparing [2025-05-26T02:19:00.134Z] cf5f549fe7c9: Waiting [2025-05-26T02:19:00.134Z] aac0cc951de0: Waiting [2025-05-26T02:19:00.134Z] 2b5cb24074e7: Waiting [2025-05-26T02:19:00.134Z] cd61282d6506: Waiting [2025-05-26T02:19:00.134Z] 994456c4fd7b: Waiting [2025-05-26T02:19:00.134Z] 57bea8c779b2: Layer already exists [2025-05-26T02:19:00.134Z] 1f79860fa398: Layer already exists [2025-05-26T02:19:00.134Z] ead1b9746fce: Layer already exists [2025-05-26T02:19:00.134Z] 1a73fb3981b6: Layer already exists [2025-05-26T02:19:00.134Z] 81c4e4b00282: Layer already exists [2025-05-26T02:19:00.134Z] 2b5cb24074e7: Layer already exists [2025-05-26T02:19:00.134Z] cd61282d6506: Layer already exists [2025-05-26T02:19:00.134Z] aac0cc951de0: Layer already exists [2025-05-26T02:19:00.135Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:00.135Z] cb9b2e29b0c7: Layer already exists [2025-05-26T02:19:00.135Z] ef9b9c54cccc: Layer already exists [2025-05-26T02:19:00.135Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:00.135Z] 4.1.0-dev.11: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:00.468Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:00.792Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:00.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T02:19:00.792Z] ead1b9746fce: Preparing [2025-05-26T02:19:00.792Z] 81c4e4b00282: Preparing [2025-05-26T02:19:00.792Z] 57bea8c779b2: Preparing [2025-05-26T02:19:00.792Z] 1a73fb3981b6: Preparing [2025-05-26T02:19:00.792Z] 1f79860fa398: Preparing [2025-05-26T02:19:00.792Z] aac0cc951de0: Preparing [2025-05-26T02:19:00.792Z] 2b5cb24074e7: Preparing [2025-05-26T02:19:00.792Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:00.792Z] cd61282d6506: Preparing [2025-05-26T02:19:00.792Z] cb9b2e29b0c7: Preparing [2025-05-26T02:19:00.792Z] ef9b9c54cccc: Preparing [2025-05-26T02:19:00.792Z] 994456c4fd7b: Preparing [2025-05-26T02:19:00.792Z] cd61282d6506: Waiting [2025-05-26T02:19:00.792Z] aac0cc951de0: Waiting [2025-05-26T02:19:00.792Z] cb9b2e29b0c7: Waiting [2025-05-26T02:19:00.792Z] 2b5cb24074e7: Waiting [2025-05-26T02:19:00.792Z] cf5f549fe7c9: Waiting [2025-05-26T02:19:00.792Z] ef9b9c54cccc: Waiting [2025-05-26T02:19:00.792Z] 994456c4fd7b: Waiting [2025-05-26T02:19:00.792Z] ead1b9746fce: Layer already exists [2025-05-26T02:19:00.792Z] 1f79860fa398: Layer already exists [2025-05-26T02:19:00.792Z] 1a73fb3981b6: Layer already exists [2025-05-26T02:19:00.792Z] 57bea8c779b2: Layer already exists [2025-05-26T02:19:00.792Z] 81c4e4b00282: Layer already exists [2025-05-26T02:19:00.792Z] aac0cc951de0: Layer already exists [2025-05-26T02:19:00.792Z] 2b5cb24074e7: Layer already exists [2025-05-26T02:19:00.792Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:00.792Z] cd61282d6506: Layer already exists [2025-05-26T02:19:00.792Z] cb9b2e29b0c7: Layer already exists [2025-05-26T02:19:00.792Z] ef9b9c54cccc: Layer already exists [2025-05-26T02:19:00.792Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:00.792Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:01.115Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:01.441Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T02:19:01.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T02:19:01.441Z] ead1b9746fce: Preparing [2025-05-26T02:19:01.441Z] 81c4e4b00282: Preparing [2025-05-26T02:19:01.441Z] 57bea8c779b2: Preparing [2025-05-26T02:19:01.441Z] 1a73fb3981b6: Preparing [2025-05-26T02:19:01.441Z] 1f79860fa398: Preparing [2025-05-26T02:19:01.441Z] aac0cc951de0: Preparing [2025-05-26T02:19:01.441Z] 2b5cb24074e7: Preparing [2025-05-26T02:19:01.441Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:01.441Z] cd61282d6506: Preparing [2025-05-26T02:19:01.441Z] cb9b2e29b0c7: Preparing [2025-05-26T02:19:01.441Z] ef9b9c54cccc: Preparing [2025-05-26T02:19:01.441Z] 994456c4fd7b: Preparing [2025-05-26T02:19:01.441Z] 2b5cb24074e7: Waiting [2025-05-26T02:19:01.441Z] cf5f549fe7c9: Waiting [2025-05-26T02:19:01.441Z] cd61282d6506: Waiting [2025-05-26T02:19:01.441Z] cb9b2e29b0c7: Waiting [2025-05-26T02:19:01.441Z] ef9b9c54cccc: Waiting [2025-05-26T02:19:01.441Z] 994456c4fd7b: Waiting [2025-05-26T02:19:01.441Z] 1f79860fa398: Layer already exists [2025-05-26T02:19:01.441Z] 57bea8c779b2: Layer already exists [2025-05-26T02:19:01.441Z] ead1b9746fce: Layer already exists [2025-05-26T02:19:01.441Z] 1a73fb3981b6: Layer already exists [2025-05-26T02:19:01.441Z] 81c4e4b00282: Layer already exists [2025-05-26T02:19:01.441Z] aac0cc951de0: Layer already exists [2025-05-26T02:19:01.441Z] 2b5cb24074e7: Layer already exists [2025-05-26T02:19:01.441Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:01.441Z] cb9b2e29b0c7: Layer already exists [2025-05-26T02:19:01.441Z] cd61282d6506: Layer already exists [2025-05-26T02:19:01.441Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:01.441Z] ef9b9c54cccc: Layer already exists [2025-05-26T02:19:01.441Z] main: digest: sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:19:01.519Z] ===================================================== [Pipeline] echo [2025-05-26T02:19:01.621Z] taggedImages: [2025-05-26T02:19:01.621Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:01.621Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T02:19:01.621Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 [2025-05-26T02:19:01.621Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:01.621Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-05-26T02:19:01.656Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-05-26T02:19:01.656Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:01.656Z] latest [2025-05-26T02:19:01.656Z] 4.1.0-dev.11 [2025-05-26T02:19:01.656Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:01.656Z] main [2025-05-26T02:19:01.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:02.015Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:02.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:02.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T02:19:02.335Z] 5f3498d65ab2: Preparing [2025-05-26T02:19:02.335Z] bdedcd99a621: Preparing [2025-05-26T02:19:02.335Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:02.335Z] cd61282d6506: Preparing [2025-05-26T02:19:02.335Z] 07b46fb1f35c: Preparing [2025-05-26T02:19:02.335Z] fb79b893e651: Preparing [2025-05-26T02:19:02.335Z] 994456c4fd7b: Preparing [2025-05-26T02:19:02.335Z] fb79b893e651: Waiting [2025-05-26T02:19:02.335Z] 994456c4fd7b: Waiting [2025-05-26T02:19:02.335Z] cd61282d6506: Layer already exists [2025-05-26T02:19:02.335Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:02.335Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:02.335Z] 5f3498d65ab2: Pushed [2025-05-26T02:19:02.335Z] 07b46fb1f35c: Pushed [2025-05-26T02:19:03.271Z] fb79b893e651: Pushed [2025-05-26T02:19:05.177Z] bdedcd99a621: Pushed [2025-05-26T02:19:05.177Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:05.507Z] + 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-05-26T02:19:05.837Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T02:19:05.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T02:19:05.837Z] 5f3498d65ab2: Preparing [2025-05-26T02:19:05.837Z] bdedcd99a621: Preparing [2025-05-26T02:19:05.837Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:05.837Z] cd61282d6506: Preparing [2025-05-26T02:19:05.837Z] 07b46fb1f35c: Preparing [2025-05-26T02:19:05.837Z] fb79b893e651: Preparing [2025-05-26T02:19:05.837Z] 994456c4fd7b: Preparing [2025-05-26T02:19:05.837Z] fb79b893e651: Waiting [2025-05-26T02:19:05.837Z] 994456c4fd7b: Waiting [2025-05-26T02:19:05.837Z] 5f3498d65ab2: Layer already exists [2025-05-26T02:19:05.837Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:05.837Z] 07b46fb1f35c: Layer already exists [2025-05-26T02:19:05.837Z] cd61282d6506: Layer already exists [2025-05-26T02:19:05.837Z] bdedcd99a621: Layer already exists [2025-05-26T02:19:05.837Z] fb79b893e651: Layer already exists [2025-05-26T02:19:05.837Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:05.837Z] latest: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:06.173Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:06.509Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 [2025-05-26T02:19:06.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T02:19:06.509Z] 5f3498d65ab2: Preparing [2025-05-26T02:19:06.509Z] bdedcd99a621: Preparing [2025-05-26T02:19:06.509Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:06.509Z] cd61282d6506: Preparing [2025-05-26T02:19:06.509Z] 07b46fb1f35c: Preparing [2025-05-26T02:19:06.509Z] fb79b893e651: Preparing [2025-05-26T02:19:06.509Z] 994456c4fd7b: Preparing [2025-05-26T02:19:06.509Z] 994456c4fd7b: Waiting [2025-05-26T02:19:06.509Z] fb79b893e651: Waiting [2025-05-26T02:19:06.509Z] cd61282d6506: Layer already exists [2025-05-26T02:19:06.509Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:06.509Z] 5f3498d65ab2: Layer already exists [2025-05-26T02:19:06.509Z] bdedcd99a621: Layer already exists [2025-05-26T02:19:06.509Z] 07b46fb1f35c: Layer already exists [2025-05-26T02:19:06.509Z] fb79b893e651: Layer already exists [2025-05-26T02:19:06.509Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:06.509Z] 4.1.0-dev.11: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:06.822Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:07.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:07.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T02:19:07.151Z] 5f3498d65ab2: Preparing [2025-05-26T02:19:07.151Z] bdedcd99a621: Preparing [2025-05-26T02:19:07.151Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:07.151Z] cd61282d6506: Preparing [2025-05-26T02:19:07.151Z] 07b46fb1f35c: Preparing [2025-05-26T02:19:07.151Z] fb79b893e651: Preparing [2025-05-26T02:19:07.151Z] 994456c4fd7b: Preparing [2025-05-26T02:19:07.151Z] fb79b893e651: Waiting [2025-05-26T02:19:07.151Z] 994456c4fd7b: Waiting [2025-05-26T02:19:07.151Z] 5f3498d65ab2: Layer already exists [2025-05-26T02:19:07.151Z] bdedcd99a621: Layer already exists [2025-05-26T02:19:07.151Z] 07b46fb1f35c: Layer already exists [2025-05-26T02:19:07.151Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:07.151Z] cd61282d6506: Layer already exists [2025-05-26T02:19:07.151Z] fb79b893e651: Layer already exists [2025-05-26T02:19:07.151Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:07.151Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:07.489Z] + 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-05-26T02:19:07.818Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T02:19:07.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T02:19:07.818Z] 5f3498d65ab2: Preparing [2025-05-26T02:19:07.818Z] bdedcd99a621: Preparing [2025-05-26T02:19:07.818Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:07.818Z] cd61282d6506: Preparing [2025-05-26T02:19:07.818Z] 07b46fb1f35c: Preparing [2025-05-26T02:19:07.818Z] fb79b893e651: Preparing [2025-05-26T02:19:07.818Z] 994456c4fd7b: Preparing [2025-05-26T02:19:07.818Z] fb79b893e651: Waiting [2025-05-26T02:19:07.818Z] 994456c4fd7b: Waiting [2025-05-26T02:19:07.818Z] cd61282d6506: Layer already exists [2025-05-26T02:19:07.818Z] bdedcd99a621: Layer already exists [2025-05-26T02:19:07.818Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:07.818Z] 5f3498d65ab2: Layer already exists [2025-05-26T02:19:07.818Z] 07b46fb1f35c: Layer already exists [2025-05-26T02:19:07.818Z] fb79b893e651: Layer already exists [2025-05-26T02:19:07.818Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:07.818Z] main: digest: sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:19:07.905Z] ===================================================== [Pipeline] echo [2025-05-26T02:19:07.922Z] taggedImages: [2025-05-26T02:19:07.922Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:07.922Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T02:19:07.922Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 [2025-05-26T02:19:07.922Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:07.922Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-05-26T02:19:07.952Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-05-26T02:19:07.952Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:07.952Z] latest [2025-05-26T02:19:07.952Z] 4.1.0-dev.11 [2025-05-26T02:19:07.952Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:07.952Z] main [2025-05-26T02:19:07.952Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:08.300Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:08.642Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:08.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T02:19:08.643Z] a93b18f17dfb: Preparing [2025-05-26T02:19:08.643Z] b1e1919cef39: Preparing [2025-05-26T02:19:08.643Z] 68822de456c4: Preparing [2025-05-26T02:19:08.643Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:08.643Z] cd61282d6506: Preparing [2025-05-26T02:19:08.643Z] 2420b5abfa19: Preparing [2025-05-26T02:19:08.643Z] 99bbb25a7a95: Preparing [2025-05-26T02:19:08.643Z] 982117df1183: Preparing [2025-05-26T02:19:08.643Z] 455ca664d5bd: Preparing [2025-05-26T02:19:08.643Z] 994456c4fd7b: Preparing [2025-05-26T02:19:08.643Z] 2420b5abfa19: Waiting [2025-05-26T02:19:08.643Z] 99bbb25a7a95: Waiting [2025-05-26T02:19:08.643Z] 994456c4fd7b: Waiting [2025-05-26T02:19:08.643Z] 455ca664d5bd: Waiting [2025-05-26T02:19:08.643Z] 982117df1183: Waiting [2025-05-26T02:19:08.643Z] cd61282d6506: Layer already exists [2025-05-26T02:19:08.643Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:08.643Z] a93b18f17dfb: Pushed [2025-05-26T02:19:08.643Z] 68822de456c4: Pushed [2025-05-26T02:19:08.643Z] b1e1919cef39: Pushed [2025-05-26T02:19:08.643Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:08.643Z] 982117df1183: Pushed [2025-05-26T02:19:09.210Z] 455ca664d5bd: Pushed [2025-05-26T02:19:13.394Z] 99bbb25a7a95: Pushed [2025-05-26T02:19:19.963Z] 2420b5abfa19: Pushed [2025-05-26T02:19:19.963Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:20.293Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:20.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T02:19:20.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T02:19:20.612Z] a93b18f17dfb: Preparing [2025-05-26T02:19:20.612Z] b1e1919cef39: Preparing [2025-05-26T02:19:20.612Z] 68822de456c4: Preparing [2025-05-26T02:19:20.612Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:20.612Z] cd61282d6506: Preparing [2025-05-26T02:19:20.612Z] 2420b5abfa19: Preparing [2025-05-26T02:19:20.612Z] 99bbb25a7a95: Preparing [2025-05-26T02:19:20.612Z] 982117df1183: Preparing [2025-05-26T02:19:20.612Z] 455ca664d5bd: Preparing [2025-05-26T02:19:20.612Z] 994456c4fd7b: Preparing [2025-05-26T02:19:20.612Z] 455ca664d5bd: Waiting [2025-05-26T02:19:20.612Z] 994456c4fd7b: Waiting [2025-05-26T02:19:20.612Z] 2420b5abfa19: Waiting [2025-05-26T02:19:20.612Z] 99bbb25a7a95: Waiting [2025-05-26T02:19:20.612Z] 982117df1183: Waiting [2025-05-26T02:19:20.612Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:20.612Z] b1e1919cef39: Layer already exists [2025-05-26T02:19:20.612Z] 68822de456c4: Layer already exists [2025-05-26T02:19:20.612Z] cd61282d6506: Layer already exists [2025-05-26T02:19:20.612Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:20.612Z] 982117df1183: Layer already exists [2025-05-26T02:19:20.612Z] 99bbb25a7a95: Layer already exists [2025-05-26T02:19:20.612Z] 2420b5abfa19: Layer already exists [2025-05-26T02:19:20.612Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:20.612Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:20.612Z] latest: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:20.944Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:21.287Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 [2025-05-26T02:19:21.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T02:19:21.287Z] a93b18f17dfb: Preparing [2025-05-26T02:19:21.287Z] b1e1919cef39: Preparing [2025-05-26T02:19:21.287Z] 68822de456c4: Preparing [2025-05-26T02:19:21.287Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:21.287Z] cd61282d6506: Preparing [2025-05-26T02:19:21.287Z] 2420b5abfa19: Preparing [2025-05-26T02:19:21.287Z] 99bbb25a7a95: Preparing [2025-05-26T02:19:21.287Z] 982117df1183: Preparing [2025-05-26T02:19:21.287Z] 455ca664d5bd: Preparing [2025-05-26T02:19:21.287Z] 994456c4fd7b: Preparing [2025-05-26T02:19:21.287Z] 2420b5abfa19: Waiting [2025-05-26T02:19:21.287Z] 99bbb25a7a95: Waiting [2025-05-26T02:19:21.287Z] 982117df1183: Waiting [2025-05-26T02:19:21.287Z] 455ca664d5bd: Waiting [2025-05-26T02:19:21.287Z] 994456c4fd7b: Waiting [2025-05-26T02:19:21.287Z] 68822de456c4: Layer already exists [2025-05-26T02:19:21.287Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:21.287Z] cd61282d6506: Layer already exists [2025-05-26T02:19:21.287Z] b1e1919cef39: Layer already exists [2025-05-26T02:19:21.287Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:21.287Z] 2420b5abfa19: Layer already exists [2025-05-26T02:19:21.287Z] 99bbb25a7a95: Layer already exists [2025-05-26T02:19:21.287Z] 982117df1183: Layer already exists [2025-05-26T02:19:21.287Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:21.287Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:21.287Z] 4.1.0-dev.11: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:21.617Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:21.938Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:21.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T02:19:21.938Z] a93b18f17dfb: Preparing [2025-05-26T02:19:21.938Z] b1e1919cef39: Preparing [2025-05-26T02:19:21.938Z] 68822de456c4: Preparing [2025-05-26T02:19:21.938Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:21.938Z] cd61282d6506: Preparing [2025-05-26T02:19:21.938Z] 2420b5abfa19: Preparing [2025-05-26T02:19:21.938Z] 99bbb25a7a95: Preparing [2025-05-26T02:19:21.938Z] 982117df1183: Preparing [2025-05-26T02:19:21.938Z] 455ca664d5bd: Preparing [2025-05-26T02:19:21.938Z] 994456c4fd7b: Preparing [2025-05-26T02:19:21.938Z] 455ca664d5bd: Waiting [2025-05-26T02:19:21.938Z] 2420b5abfa19: Waiting [2025-05-26T02:19:21.938Z] 99bbb25a7a95: Waiting [2025-05-26T02:19:21.938Z] 994456c4fd7b: Waiting [2025-05-26T02:19:21.938Z] 982117df1183: Waiting [2025-05-26T02:19:21.938Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:21.938Z] cd61282d6506: Layer already exists [2025-05-26T02:19:21.938Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:21.938Z] 68822de456c4: Layer already exists [2025-05-26T02:19:21.938Z] b1e1919cef39: Layer already exists [2025-05-26T02:19:21.938Z] 982117df1183: Layer already exists [2025-05-26T02:19:21.938Z] 2420b5abfa19: Layer already exists [2025-05-26T02:19:21.938Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:21.938Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:21.938Z] 99bbb25a7a95: Layer already exists [2025-05-26T02:19:21.938Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:22.255Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:22.584Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T02:19:22.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T02:19:22.584Z] a93b18f17dfb: Preparing [2025-05-26T02:19:22.584Z] b1e1919cef39: Preparing [2025-05-26T02:19:22.584Z] 68822de456c4: Preparing [2025-05-26T02:19:22.584Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:22.584Z] cd61282d6506: Preparing [2025-05-26T02:19:22.584Z] 2420b5abfa19: Preparing [2025-05-26T02:19:22.584Z] 99bbb25a7a95: Preparing [2025-05-26T02:19:22.584Z] 982117df1183: Preparing [2025-05-26T02:19:22.584Z] 455ca664d5bd: Preparing [2025-05-26T02:19:22.584Z] 994456c4fd7b: Preparing [2025-05-26T02:19:22.584Z] 982117df1183: Waiting [2025-05-26T02:19:22.584Z] 455ca664d5bd: Waiting [2025-05-26T02:19:22.584Z] 99bbb25a7a95: Waiting [2025-05-26T02:19:22.584Z] 2420b5abfa19: Waiting [2025-05-26T02:19:22.584Z] cd61282d6506: Layer already exists [2025-05-26T02:19:22.584Z] b1e1919cef39: Layer already exists [2025-05-26T02:19:22.584Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:22.584Z] 68822de456c4: Layer already exists [2025-05-26T02:19:22.584Z] 982117df1183: Layer already exists [2025-05-26T02:19:22.584Z] 99bbb25a7a95: Layer already exists [2025-05-26T02:19:22.584Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:22.584Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:22.584Z] 2420b5abfa19: Layer already exists [2025-05-26T02:19:22.584Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:22.584Z] main: digest: sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:19:22.669Z] ===================================================== [Pipeline] echo [2025-05-26T02:19:22.686Z] taggedImages: [2025-05-26T02:19:22.686Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:22.686Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T02:19:22.686Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 [2025-05-26T02:19:22.686Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:22.686Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-05-26T02:19:22.721Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-05-26T02:19:22.721Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:22.721Z] latest [2025-05-26T02:19:22.721Z] 4.1.0-dev.11 [2025-05-26T02:19:22.721Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:22.721Z] main [2025-05-26T02:19:22.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:23.085Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:23.430Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:23.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T02:19:23.430Z] 8e12a7c568c5: Preparing [2025-05-26T02:19:23.430Z] becb075a02e9: Preparing [2025-05-26T02:19:23.430Z] 835fd3b3d66e: Preparing [2025-05-26T02:19:23.430Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:23.430Z] cd61282d6506: Preparing [2025-05-26T02:19:23.430Z] 008ddc60317b: Preparing [2025-05-26T02:19:23.430Z] 7ac7ac4d56d7: Preparing [2025-05-26T02:19:23.430Z] c806ebf27900: Preparing [2025-05-26T02:19:23.430Z] 994456c4fd7b: Preparing [2025-05-26T02:19:23.430Z] c806ebf27900: Waiting [2025-05-26T02:19:23.430Z] 994456c4fd7b: Waiting [2025-05-26T02:19:23.430Z] 008ddc60317b: Waiting [2025-05-26T02:19:23.430Z] 7ac7ac4d56d7: Waiting [2025-05-26T02:19:23.430Z] cd61282d6506: Layer already exists [2025-05-26T02:19:23.430Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:23.430Z] 8e12a7c568c5: Pushed [2025-05-26T02:19:23.430Z] becb075a02e9: Pushed [2025-05-26T02:19:23.430Z] 835fd3b3d66e: Pushed [2025-05-26T02:19:23.430Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:23.430Z] 7ac7ac4d56d7: Pushed [2025-05-26T02:19:23.689Z] c806ebf27900: Pushed [2025-05-26T02:19:35.919Z] 008ddc60317b: Pushed [2025-05-26T02:19:35.919Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:36.256Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:36.588Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T02:19:36.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T02:19:36.588Z] 8e12a7c568c5: Preparing [2025-05-26T02:19:36.588Z] becb075a02e9: Preparing [2025-05-26T02:19:36.588Z] 835fd3b3d66e: Preparing [2025-05-26T02:19:36.588Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:36.588Z] cd61282d6506: Preparing [2025-05-26T02:19:36.588Z] 008ddc60317b: Preparing [2025-05-26T02:19:36.588Z] 7ac7ac4d56d7: Preparing [2025-05-26T02:19:36.588Z] c806ebf27900: Preparing [2025-05-26T02:19:36.588Z] 994456c4fd7b: Preparing [2025-05-26T02:19:36.588Z] 7ac7ac4d56d7: Waiting [2025-05-26T02:19:36.588Z] c806ebf27900: Waiting [2025-05-26T02:19:36.588Z] 994456c4fd7b: Waiting [2025-05-26T02:19:36.588Z] 8e12a7c568c5: Layer already exists [2025-05-26T02:19:36.588Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:36.588Z] becb075a02e9: Layer already exists [2025-05-26T02:19:36.588Z] 835fd3b3d66e: Layer already exists [2025-05-26T02:19:36.588Z] cd61282d6506: Layer already exists [2025-05-26T02:19:36.588Z] c806ebf27900: Layer already exists [2025-05-26T02:19:36.588Z] 008ddc60317b: Layer already exists [2025-05-26T02:19:36.588Z] 7ac7ac4d56d7: Layer already exists [2025-05-26T02:19:36.588Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:36.588Z] latest: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:36.921Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:37.252Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 [2025-05-26T02:19:37.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T02:19:37.252Z] 8e12a7c568c5: Preparing [2025-05-26T02:19:37.252Z] becb075a02e9: Preparing [2025-05-26T02:19:37.252Z] 835fd3b3d66e: Preparing [2025-05-26T02:19:37.252Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:37.252Z] cd61282d6506: Preparing [2025-05-26T02:19:37.252Z] 008ddc60317b: Preparing [2025-05-26T02:19:37.252Z] 7ac7ac4d56d7: Preparing [2025-05-26T02:19:37.252Z] c806ebf27900: Preparing [2025-05-26T02:19:37.252Z] 994456c4fd7b: Preparing [2025-05-26T02:19:37.252Z] 7ac7ac4d56d7: Waiting [2025-05-26T02:19:37.252Z] c806ebf27900: Waiting [2025-05-26T02:19:37.252Z] 994456c4fd7b: Waiting [2025-05-26T02:19:37.252Z] 008ddc60317b: Waiting [2025-05-26T02:19:37.252Z] cd61282d6506: Layer already exists [2025-05-26T02:19:37.252Z] 8e12a7c568c5: Layer already exists [2025-05-26T02:19:37.252Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:37.252Z] 835fd3b3d66e: Layer already exists [2025-05-26T02:19:37.252Z] becb075a02e9: Layer already exists [2025-05-26T02:19:37.252Z] c806ebf27900: Layer already exists [2025-05-26T02:19:37.252Z] 7ac7ac4d56d7: Layer already exists [2025-05-26T02:19:37.252Z] 008ddc60317b: Layer already exists [2025-05-26T02:19:37.252Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:37.252Z] 4.1.0-dev.11: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:37.585Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:37.908Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:37.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T02:19:37.909Z] 8e12a7c568c5: Preparing [2025-05-26T02:19:37.909Z] becb075a02e9: Preparing [2025-05-26T02:19:37.909Z] 835fd3b3d66e: Preparing [2025-05-26T02:19:37.909Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:37.909Z] cd61282d6506: Preparing [2025-05-26T02:19:37.909Z] 008ddc60317b: Preparing [2025-05-26T02:19:37.909Z] 7ac7ac4d56d7: Preparing [2025-05-26T02:19:37.909Z] c806ebf27900: Preparing [2025-05-26T02:19:37.909Z] 008ddc60317b: Waiting [2025-05-26T02:19:37.909Z] 7ac7ac4d56d7: Waiting [2025-05-26T02:19:37.909Z] 994456c4fd7b: Preparing [2025-05-26T02:19:37.909Z] c806ebf27900: Waiting [2025-05-26T02:19:37.909Z] 994456c4fd7b: Waiting [2025-05-26T02:19:37.909Z] cd61282d6506: Layer already exists [2025-05-26T02:19:37.909Z] 8e12a7c568c5: Layer already exists [2025-05-26T02:19:37.909Z] 835fd3b3d66e: Layer already exists [2025-05-26T02:19:37.909Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:37.909Z] becb075a02e9: Layer already exists [2025-05-26T02:19:37.909Z] 008ddc60317b: Layer already exists [2025-05-26T02:19:37.909Z] 7ac7ac4d56d7: Layer already exists [2025-05-26T02:19:37.909Z] c806ebf27900: Layer already exists [2025-05-26T02:19:37.909Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:37.909Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:38.252Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:38.585Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T02:19:38.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T02:19:38.585Z] 8e12a7c568c5: Preparing [2025-05-26T02:19:38.585Z] becb075a02e9: Preparing [2025-05-26T02:19:38.585Z] 835fd3b3d66e: Preparing [2025-05-26T02:19:38.585Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:38.585Z] cd61282d6506: Preparing [2025-05-26T02:19:38.585Z] 008ddc60317b: Preparing [2025-05-26T02:19:38.585Z] 7ac7ac4d56d7: Preparing [2025-05-26T02:19:38.585Z] c806ebf27900: Preparing [2025-05-26T02:19:38.585Z] 994456c4fd7b: Preparing [2025-05-26T02:19:38.585Z] 7ac7ac4d56d7: Waiting [2025-05-26T02:19:38.585Z] 994456c4fd7b: Waiting [2025-05-26T02:19:38.585Z] c806ebf27900: Waiting [2025-05-26T02:19:38.585Z] 008ddc60317b: Waiting [2025-05-26T02:19:38.585Z] cd61282d6506: Layer already exists [2025-05-26T02:19:38.585Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:38.585Z] 8e12a7c568c5: Layer already exists [2025-05-26T02:19:38.585Z] 835fd3b3d66e: Layer already exists [2025-05-26T02:19:38.585Z] becb075a02e9: Layer already exists [2025-05-26T02:19:38.585Z] 008ddc60317b: Layer already exists [2025-05-26T02:19:38.585Z] c806ebf27900: Layer already exists [2025-05-26T02:19:38.585Z] 7ac7ac4d56d7: Layer already exists [2025-05-26T02:19:38.585Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:38.585Z] main: digest: sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:19:38.658Z] ===================================================== [Pipeline] echo [2025-05-26T02:19:38.672Z] taggedImages: [2025-05-26T02:19:38.672Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:38.672Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T02:19:38.672Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 [2025-05-26T02:19:38.672Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:38.672Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-05-26T02:19:38.704Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-05-26T02:19:38.704Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:38.704Z] latest [2025-05-26T02:19:38.704Z] 4.1.0-dev.11 [2025-05-26T02:19:38.704Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:38.704Z] main [2025-05-26T02:19:38.704Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:39.064Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:39.388Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:39.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T02:19:39.388Z] a93b18f17dfb: Preparing [2025-05-26T02:19:39.388Z] a304799f8084: Preparing [2025-05-26T02:19:39.388Z] 1d0ba3ba017e: Preparing [2025-05-26T02:19:39.388Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:39.388Z] cd61282d6506: Preparing [2025-05-26T02:19:39.388Z] d967c52b09ed: Preparing [2025-05-26T02:19:39.388Z] 982117df1183: Preparing [2025-05-26T02:19:39.388Z] 455ca664d5bd: Preparing [2025-05-26T02:19:39.388Z] 994456c4fd7b: Preparing [2025-05-26T02:19:39.388Z] 982117df1183: Waiting [2025-05-26T02:19:39.388Z] 455ca664d5bd: Waiting [2025-05-26T02:19:39.388Z] d967c52b09ed: Waiting [2025-05-26T02:19:39.388Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:39.388Z] cd61282d6506: Layer already exists [2025-05-26T02:19:39.388Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:39.388Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:39.388Z] 982117df1183: Layer already exists [2025-05-26T02:19:39.388Z] a304799f8084: Pushed [2025-05-26T02:19:39.388Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:39.388Z] 1d0ba3ba017e: Pushed [2025-05-26T02:19:46.642Z] #86 ... [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #98 DONE 95.6s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #92 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #92 DONE 103.0s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #81 DONE 104.1s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #95 DONE 102.3s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #94 DONE 92.4s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #119 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #119 ... [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #86 DONE 101.4s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #120 [support-scheduler builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #120 ... [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #119 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #119 DONE 1.9s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #121 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #121 DONE 2.0s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #122 [core-metadata builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #122 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #123 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #123 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #124 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:19:46.642Z] #124 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #125 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #126 [core-data builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #126 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:19:46.642Z] #127 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:19:46.642Z] #128 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #129 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #129 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #130 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #130 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:19:46.642Z] #131 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #132 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #133 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #133 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #134 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #135 [core-command builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #135 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #136 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:19:46.642Z] #136 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #137 [core-keeper builder 7/8] COPY . . [2025-05-26T02:19:46.642Z] #137 DONE 2.0s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #120 [support-scheduler builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #120 DONE 1.9s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #138 [security-proxy-setup builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #138 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T02:19:46.642Z] #139 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T02:19:46.642Z] #140 CACHED [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #141 [security-bootstrapper builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #141 DONE 2.1s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #142 [support-notifications builder 6/7] COPY . . [2025-05-26T02:19:46.642Z] #142 DONE 2.0s [2025-05-26T02:19:46.642Z] [2025-05-26T02:19:46.642Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:19:46.910Z] #143 ... [2025-05-26T02:19:46.910Z] [2025-05-26T02:19:46.910Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-26T02:19:46.910Z] #0 4.537 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T02:19:47.870Z] #144 ... [2025-05-26T02:19:47.870Z] [2025-05-26T02:19:47.870Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:19:47.870Z] #143 6.275 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T02:19:51.700Z] d967c52b09ed: Pushed [2025-05-26T02:19:51.700Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:52.032Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:52.152Z] #143 ... [2025-05-26T02:19:52.152Z] [2025-05-26T02:19:52.152Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T02:19:52.152Z] #0 6.458 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T02:19:52.152Z] #145 ... [2025-05-26T02:19:52.152Z] [2025-05-26T02:19:52.152Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T02:19:52.152Z] #0 6.615 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T02:19:52.152Z] #146 ... [2025-05-26T02:19:52.152Z] [2025-05-26T02:19:52.152Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:19:52.152Z] #0 6.459 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-26T02:19:52.152Z] #147 ... [2025-05-26T02:19:52.152Z] [2025-05-26T02:19:52.152Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T02:19:52.152Z] #0 5.532 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T02:19:52.152Z] #148 ... [2025-05-26T02:19:52.152Z] [2025-05-26T02:19:52.152Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T02:19:52.152Z] #0 5.345 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T02:19:52.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T02:19:52.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T02:19:52.362Z] a93b18f17dfb: Preparing [2025-05-26T02:19:52.362Z] a304799f8084: Preparing [2025-05-26T02:19:52.362Z] 1d0ba3ba017e: Preparing [2025-05-26T02:19:52.362Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:52.362Z] cd61282d6506: Preparing [2025-05-26T02:19:52.362Z] d967c52b09ed: Preparing [2025-05-26T02:19:52.362Z] 982117df1183: Preparing [2025-05-26T02:19:52.362Z] 455ca664d5bd: Preparing [2025-05-26T02:19:52.362Z] 994456c4fd7b: Preparing [2025-05-26T02:19:52.362Z] d967c52b09ed: Waiting [2025-05-26T02:19:52.362Z] 982117df1183: Waiting [2025-05-26T02:19:52.362Z] 455ca664d5bd: Waiting [2025-05-26T02:19:52.362Z] 994456c4fd7b: Waiting [2025-05-26T02:19:52.362Z] 1d0ba3ba017e: Layer already exists [2025-05-26T02:19:52.362Z] a304799f8084: Layer already exists [2025-05-26T02:19:52.362Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:52.362Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:52.362Z] cd61282d6506: Layer already exists [2025-05-26T02:19:52.362Z] d967c52b09ed: Layer already exists [2025-05-26T02:19:52.362Z] 982117df1183: Layer already exists [2025-05-26T02:19:52.362Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:52.362Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:52.362Z] latest: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:52.450Z] #149 ... [2025-05-26T02:19:52.450Z] [2025-05-26T02:19:52.450Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:19:52.450Z] #0 4.139 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T02:19:52.450Z] #150 ... [2025-05-26T02:19:52.450Z] [2025-05-26T02:19:52.450Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T02:19:52.450Z] #0 6.450 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T02:19:52.701Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 [Pipeline] } [2025-05-26T02:19:52.720Z] #151 ... [2025-05-26T02:19:52.720Z] [2025-05-26T02:19:52.720Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T02:19:52.720Z] #0 6.664 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T02:19:52.720Z] #152 ... [2025-05-26T02:19:52.720Z] [2025-05-26T02:19:52.720Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T02:19:52.720Z] #0 6.325 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:52.988Z] #153 ... [2025-05-26T02:19:52.988Z] [2025-05-26T02:19:52.988Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:19:52.988Z] #0 4.071 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T02:19:53.036Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 [2025-05-26T02:19:53.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T02:19:53.037Z] a93b18f17dfb: Preparing [2025-05-26T02:19:53.037Z] a304799f8084: Preparing [2025-05-26T02:19:53.037Z] 1d0ba3ba017e: Preparing [2025-05-26T02:19:53.037Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:53.037Z] cd61282d6506: Preparing [2025-05-26T02:19:53.037Z] d967c52b09ed: Preparing [2025-05-26T02:19:53.037Z] 982117df1183: Preparing [2025-05-26T02:19:53.037Z] 455ca664d5bd: Preparing [2025-05-26T02:19:53.037Z] d967c52b09ed: Waiting [2025-05-26T02:19:53.037Z] 994456c4fd7b: Preparing [2025-05-26T02:19:53.037Z] 982117df1183: Waiting [2025-05-26T02:19:53.037Z] 994456c4fd7b: Waiting [2025-05-26T02:19:53.037Z] 455ca664d5bd: Waiting [2025-05-26T02:19:53.037Z] cd61282d6506: Layer already exists [2025-05-26T02:19:53.037Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:53.037Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:53.037Z] a304799f8084: Layer already exists [2025-05-26T02:19:53.037Z] 1d0ba3ba017e: Layer already exists [2025-05-26T02:19:53.037Z] 982117df1183: Layer already exists [2025-05-26T02:19:53.037Z] d967c52b09ed: Layer already exists [2025-05-26T02:19:53.037Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:53.037Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:53.037Z] 4.1.0-dev.11: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:53.372Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:53.709Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:53.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T02:19:53.709Z] a93b18f17dfb: Preparing [2025-05-26T02:19:53.709Z] a304799f8084: Preparing [2025-05-26T02:19:53.709Z] 1d0ba3ba017e: Preparing [2025-05-26T02:19:53.709Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:53.709Z] cd61282d6506: Preparing [2025-05-26T02:19:53.709Z] d967c52b09ed: Preparing [2025-05-26T02:19:53.709Z] 982117df1183: Preparing [2025-05-26T02:19:53.709Z] d967c52b09ed: Waiting [2025-05-26T02:19:53.709Z] 455ca664d5bd: Preparing [2025-05-26T02:19:53.709Z] 994456c4fd7b: Preparing [2025-05-26T02:19:53.709Z] 982117df1183: Waiting [2025-05-26T02:19:53.709Z] 455ca664d5bd: Waiting [2025-05-26T02:19:53.709Z] 994456c4fd7b: Waiting [2025-05-26T02:19:53.709Z] a304799f8084: Layer already exists [2025-05-26T02:19:53.709Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:53.709Z] 1d0ba3ba017e: Layer already exists [2025-05-26T02:19:53.709Z] cd61282d6506: Layer already exists [2025-05-26T02:19:53.709Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:53.709Z] d967c52b09ed: Layer already exists [2025-05-26T02:19:53.709Z] 982117df1183: Layer already exists [2025-05-26T02:19:53.709Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:53.709Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:53.709Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:54.055Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:54.380Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T02:19:54.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T02:19:54.381Z] a93b18f17dfb: Preparing [2025-05-26T02:19:54.381Z] a304799f8084: Preparing [2025-05-26T02:19:54.381Z] 1d0ba3ba017e: Preparing [2025-05-26T02:19:54.381Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:54.381Z] cd61282d6506: Preparing [2025-05-26T02:19:54.381Z] d967c52b09ed: Preparing [2025-05-26T02:19:54.381Z] 982117df1183: Preparing [2025-05-26T02:19:54.381Z] 455ca664d5bd: Preparing [2025-05-26T02:19:54.381Z] 994456c4fd7b: Preparing [2025-05-26T02:19:54.381Z] 982117df1183: Waiting [2025-05-26T02:19:54.381Z] 455ca664d5bd: Waiting [2025-05-26T02:19:54.381Z] 994456c4fd7b: Waiting [2025-05-26T02:19:54.381Z] d967c52b09ed: Waiting [2025-05-26T02:19:54.381Z] a304799f8084: Layer already exists [2025-05-26T02:19:54.381Z] a93b18f17dfb: Layer already exists [2025-05-26T02:19:54.381Z] 1d0ba3ba017e: Layer already exists [2025-05-26T02:19:54.381Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:54.381Z] cd61282d6506: Layer already exists [2025-05-26T02:19:54.381Z] 982117df1183: Layer already exists [2025-05-26T02:19:54.381Z] 455ca664d5bd: Layer already exists [2025-05-26T02:19:54.381Z] d967c52b09ed: Layer already exists [2025-05-26T02:19:54.381Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:54.381Z] main: digest: sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:19:54.454Z] ===================================================== [Pipeline] echo [2025-05-26T02:19:54.469Z] taggedImages: [2025-05-26T02:19:54.469Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:54.469Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T02:19:54.469Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 [2025-05-26T02:19:54.469Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:54.469Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-05-26T02:19:54.499Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-05-26T02:19:54.499Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:54.499Z] latest [2025-05-26T02:19:54.499Z] 4.1.0-dev.11 [2025-05-26T02:19:54.499Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:19:54.499Z] main [2025-05-26T02:19:54.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:54.848Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:55.172Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:19:55.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T02:19:55.172Z] 9313a5f073c4: Preparing [2025-05-26T02:19:55.172Z] a4f880a264fb: Preparing [2025-05-26T02:19:55.172Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:55.172Z] cd61282d6506: Preparing [2025-05-26T02:19:55.172Z] 98faeef8efb3: Preparing [2025-05-26T02:19:55.172Z] dc168e6cccff: Preparing [2025-05-26T02:19:55.172Z] 994456c4fd7b: Preparing [2025-05-26T02:19:55.172Z] dc168e6cccff: Waiting [2025-05-26T02:19:55.172Z] 994456c4fd7b: Waiting [2025-05-26T02:19:55.172Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:55.172Z] cd61282d6506: Layer already exists [2025-05-26T02:19:55.172Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:55.172Z] 98faeef8efb3: Pushed [2025-05-26T02:19:55.172Z] 9313a5f073c4: Pushed [2025-05-26T02:19:55.738Z] dc168e6cccff: Pushed [2025-05-26T02:19:59.031Z] a4f880a264fb: Pushed [2025-05-26T02:19:59.031Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:59.360Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:19:59.695Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T02:19:59.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T02:19:59.695Z] 9313a5f073c4: Preparing [2025-05-26T02:19:59.696Z] a4f880a264fb: Preparing [2025-05-26T02:19:59.696Z] cf5f549fe7c9: Preparing [2025-05-26T02:19:59.696Z] cd61282d6506: Preparing [2025-05-26T02:19:59.696Z] 98faeef8efb3: Preparing [2025-05-26T02:19:59.696Z] dc168e6cccff: Preparing [2025-05-26T02:19:59.696Z] 994456c4fd7b: Preparing [2025-05-26T02:19:59.696Z] dc168e6cccff: Waiting [2025-05-26T02:19:59.696Z] 994456c4fd7b: Waiting [2025-05-26T02:19:59.696Z] 98faeef8efb3: Layer already exists [2025-05-26T02:19:59.696Z] a4f880a264fb: Layer already exists [2025-05-26T02:19:59.696Z] 9313a5f073c4: Layer already exists [2025-05-26T02:19:59.696Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:19:59.696Z] cd61282d6506: Layer already exists [2025-05-26T02:19:59.696Z] dc168e6cccff: Layer already exists [2025-05-26T02:19:59.696Z] 994456c4fd7b: Layer already exists [2025-05-26T02:19:59.696Z] latest: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:00.019Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:00.356Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 [2025-05-26T02:20:00.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T02:20:00.356Z] 9313a5f073c4: Preparing [2025-05-26T02:20:00.356Z] a4f880a264fb: Preparing [2025-05-26T02:20:00.356Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:00.356Z] cd61282d6506: Preparing [2025-05-26T02:20:00.356Z] 98faeef8efb3: Preparing [2025-05-26T02:20:00.356Z] dc168e6cccff: Preparing [2025-05-26T02:20:00.356Z] 994456c4fd7b: Preparing [2025-05-26T02:20:00.356Z] 994456c4fd7b: Waiting [2025-05-26T02:20:00.356Z] dc168e6cccff: Waiting [2025-05-26T02:20:00.356Z] 9313a5f073c4: Layer already exists [2025-05-26T02:20:00.356Z] 98faeef8efb3: Layer already exists [2025-05-26T02:20:00.356Z] a4f880a264fb: Layer already exists [2025-05-26T02:20:00.356Z] cd61282d6506: Layer already exists [2025-05-26T02:20:00.356Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:00.356Z] dc168e6cccff: Layer already exists [2025-05-26T02:20:00.356Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:00.356Z] 4.1.0-dev.11: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:00.682Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:01.016Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:01.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T02:20:01.017Z] 9313a5f073c4: Preparing [2025-05-26T02:20:01.017Z] a4f880a264fb: Preparing [2025-05-26T02:20:01.017Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:01.017Z] cd61282d6506: Preparing [2025-05-26T02:20:01.017Z] 98faeef8efb3: Preparing [2025-05-26T02:20:01.017Z] dc168e6cccff: Preparing [2025-05-26T02:20:01.017Z] 994456c4fd7b: Preparing [2025-05-26T02:20:01.017Z] dc168e6cccff: Waiting [2025-05-26T02:20:01.017Z] 994456c4fd7b: Waiting [2025-05-26T02:20:01.017Z] 98faeef8efb3: Layer already exists [2025-05-26T02:20:01.017Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:01.017Z] a4f880a264fb: Layer already exists [2025-05-26T02:20:01.017Z] 9313a5f073c4: Layer already exists [2025-05-26T02:20:01.017Z] cd61282d6506: Layer already exists [2025-05-26T02:20:01.017Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:01.017Z] dc168e6cccff: Layer already exists [2025-05-26T02:20:01.017Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:01.398Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:01.739Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T02:20:01.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T02:20:01.739Z] 9313a5f073c4: Preparing [2025-05-26T02:20:01.739Z] a4f880a264fb: Preparing [2025-05-26T02:20:01.739Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:01.739Z] cd61282d6506: Preparing [2025-05-26T02:20:01.739Z] 98faeef8efb3: Preparing [2025-05-26T02:20:01.739Z] dc168e6cccff: Preparing [2025-05-26T02:20:01.739Z] 994456c4fd7b: Preparing [2025-05-26T02:20:01.739Z] dc168e6cccff: Waiting [2025-05-26T02:20:01.739Z] 994456c4fd7b: Waiting [2025-05-26T02:20:01.739Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:01.739Z] cd61282d6506: Layer already exists [2025-05-26T02:20:01.739Z] a4f880a264fb: Layer already exists [2025-05-26T02:20:01.739Z] 98faeef8efb3: Layer already exists [2025-05-26T02:20:01.739Z] 9313a5f073c4: Layer already exists [2025-05-26T02:20:01.739Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:01.739Z] dc168e6cccff: Layer already exists [2025-05-26T02:20:01.739Z] main: digest: sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:20:01.810Z] ===================================================== [Pipeline] echo [2025-05-26T02:20:01.827Z] taggedImages: [2025-05-26T02:20:01.827Z] - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:01.827Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T02:20:01.827Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 [2025-05-26T02:20:01.827Z] - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:01.828Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-05-26T02:20:01.856Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-05-26T02:20:01.856Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:01.856Z] latest [2025-05-26T02:20:01.856Z] 4.1.0-dev.11 [2025-05-26T02:20:01.856Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:01.856Z] main [2025-05-26T02:20:01.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:02.215Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:02.544Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:02.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T02:20:02.544Z] c35389d23b19: Preparing [2025-05-26T02:20:02.544Z] 7e4130437179: Preparing [2025-05-26T02:20:02.544Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:02.544Z] cd61282d6506: Preparing [2025-05-26T02:20:02.544Z] 93a155952b0c: Preparing [2025-05-26T02:20:02.544Z] 5621faec20f8: Preparing [2025-05-26T02:20:02.544Z] 994456c4fd7b: Preparing [2025-05-26T02:20:02.544Z] 5621faec20f8: Waiting [2025-05-26T02:20:02.544Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:02.544Z] 93a155952b0c: Pushed [2025-05-26T02:20:02.544Z] cd61282d6506: Layer already exists [2025-05-26T02:20:02.544Z] c35389d23b19: Pushed [2025-05-26T02:20:02.804Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:02.804Z] 5621faec20f8: Pushed [2025-05-26T02:20:07.003Z] 7e4130437179: Pushed [2025-05-26T02:20:07.003Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:07.342Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:07.675Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T02:20:07.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T02:20:07.675Z] c35389d23b19: Preparing [2025-05-26T02:20:07.675Z] 7e4130437179: Preparing [2025-05-26T02:20:07.675Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:07.675Z] cd61282d6506: Preparing [2025-05-26T02:20:07.675Z] 93a155952b0c: Preparing [2025-05-26T02:20:07.675Z] 5621faec20f8: Preparing [2025-05-26T02:20:07.675Z] 994456c4fd7b: Preparing [2025-05-26T02:20:07.675Z] 5621faec20f8: Waiting [2025-05-26T02:20:07.675Z] 994456c4fd7b: Waiting [2025-05-26T02:20:07.675Z] 93a155952b0c: Layer already exists [2025-05-26T02:20:07.675Z] cd61282d6506: Layer already exists [2025-05-26T02:20:07.675Z] 7e4130437179: Layer already exists [2025-05-26T02:20:07.675Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:07.675Z] c35389d23b19: Layer already exists [2025-05-26T02:20:07.675Z] 5621faec20f8: Layer already exists [2025-05-26T02:20:07.675Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:07.675Z] latest: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:08.003Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:08.337Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 [2025-05-26T02:20:08.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T02:20:08.337Z] c35389d23b19: Preparing [2025-05-26T02:20:08.337Z] 7e4130437179: Preparing [2025-05-26T02:20:08.337Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:08.337Z] cd61282d6506: Preparing [2025-05-26T02:20:08.337Z] 93a155952b0c: Preparing [2025-05-26T02:20:08.337Z] 5621faec20f8: Preparing [2025-05-26T02:20:08.337Z] 994456c4fd7b: Preparing [2025-05-26T02:20:08.337Z] 5621faec20f8: Waiting [2025-05-26T02:20:08.337Z] 994456c4fd7b: Waiting [2025-05-26T02:20:08.337Z] c35389d23b19: Layer already exists [2025-05-26T02:20:08.337Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:08.337Z] 7e4130437179: Layer already exists [2025-05-26T02:20:08.337Z] cd61282d6506: Layer already exists [2025-05-26T02:20:08.337Z] 93a155952b0c: Layer already exists [2025-05-26T02:20:08.337Z] 5621faec20f8: Layer already exists [2025-05-26T02:20:08.337Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:08.337Z] 4.1.0-dev.11: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:08.664Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:08.996Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:08.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T02:20:08.996Z] c35389d23b19: Preparing [2025-05-26T02:20:08.996Z] 7e4130437179: Preparing [2025-05-26T02:20:08.996Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:08.996Z] cd61282d6506: Preparing [2025-05-26T02:20:08.996Z] 93a155952b0c: Preparing [2025-05-26T02:20:08.996Z] 5621faec20f8: Preparing [2025-05-26T02:20:08.996Z] 994456c4fd7b: Preparing [2025-05-26T02:20:08.996Z] 5621faec20f8: Waiting [2025-05-26T02:20:08.996Z] 994456c4fd7b: Waiting [2025-05-26T02:20:08.996Z] c35389d23b19: Layer already exists [2025-05-26T02:20:08.996Z] 93a155952b0c: Layer already exists [2025-05-26T02:20:08.996Z] 7e4130437179: Layer already exists [2025-05-26T02:20:08.996Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:08.996Z] cd61282d6506: Layer already exists [2025-05-26T02:20:08.996Z] 5621faec20f8: Layer already exists [2025-05-26T02:20:08.996Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:08.996Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:09.330Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:20:09.672Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T02:20:09.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T02:20:09.672Z] c35389d23b19: Preparing [2025-05-26T02:20:09.672Z] 7e4130437179: Preparing [2025-05-26T02:20:09.672Z] cf5f549fe7c9: Preparing [2025-05-26T02:20:09.672Z] cd61282d6506: Preparing [2025-05-26T02:20:09.672Z] 93a155952b0c: Preparing [2025-05-26T02:20:09.672Z] 5621faec20f8: Preparing [2025-05-26T02:20:09.672Z] 994456c4fd7b: Preparing [2025-05-26T02:20:09.672Z] 5621faec20f8: Waiting [2025-05-26T02:20:09.672Z] 994456c4fd7b: Waiting [2025-05-26T02:20:09.672Z] 7e4130437179: Layer already exists [2025-05-26T02:20:09.672Z] c35389d23b19: Layer already exists [2025-05-26T02:20:09.672Z] cd61282d6506: Layer already exists [2025-05-26T02:20:09.672Z] cf5f549fe7c9: Layer already exists [2025-05-26T02:20:09.672Z] 93a155952b0c: Layer already exists [2025-05-26T02:20:09.672Z] 994456c4fd7b: Layer already exists [2025-05-26T02:20:09.672Z] 5621faec20f8: Layer already exists [2025-05-26T02:20:09.672Z] main: digest: sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:20:09.745Z] ===================================================== [Pipeline] echo [2025-05-26T02:20:09.756Z] taggedImages: [2025-05-26T02:20:09.756Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.756Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T02:20:09.756Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 [2025-05-26T02:20:09.756Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.756Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-05-26T02:20:09.825Z] ========================================================= [2025-05-26T02:20:09.825Z] [edgeXBuildMultiArch] RAW Config: [2025-05-26T02:20:09.825Z] images: [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T02:20:09.825Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:20:09.826Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T02:20:09.826Z] settingsFile: [2025-05-26T02:20:09.826Z] edgex-go-settings [2025-05-26T02:20:09.826Z] ========================================================= [Pipeline] node [2025-05-26T02:20:24.830Z] Still waiting to schedule task [2025-05-26T02:20:24.830Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-05-26T02:21:29.325Z] Running on prd-centos7-docker-4c-2g-2252 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T02:21:29.379Z] provisioning config files... [2025-05-26T02:21:29.401Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16740858364956295793tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:21:30.329Z] ---> ****-login.sh [2025-05-26T02:21:30.329Z] nexus3.edgexfoundry.org:10001 [2025-05-26T02:21:30.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:21:30.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:21:30.329Z] Configure a credential helper to remove this warning. See [2025-05-26T02:21:30.329Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:21:30.329Z] [2025-05-26T02:21:30.329Z] Login Succeeded [2025-05-26T02:21:30.329Z] nexus3.edgexfoundry.org:10002 [2025-05-26T02:21:30.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:21:30.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:21:30.596Z] Configure a credential helper to remove this warning. See [2025-05-26T02:21:30.596Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:21:30.596Z] [2025-05-26T02:21:30.596Z] Login Succeeded [2025-05-26T02:21:30.596Z] nexus3.edgexfoundry.org:10003 [2025-05-26T02:21:30.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:21:30.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:21:30.596Z] Configure a credential helper to remove this warning. See [2025-05-26T02:21:30.596Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:21:30.596Z] [2025-05-26T02:21:30.596Z] Login Succeeded [2025-05-26T02:21:30.596Z] nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:30.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:21:30.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:21:30.596Z] Configure a credential helper to remove this warning. See [2025-05-26T02:21:30.596Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:21:30.596Z] [2025-05-26T02:21:30.596Z] Login Succeeded [2025-05-26T02:21:30.596Z] ****.io [2025-05-26T02:21:30.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:21:30.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:21:30.858Z] Configure a credential helper to remove this warning. See [2025-05-26T02:21:30.858Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:21:30.858Z] [2025-05-26T02:21:30.858Z] Login Succeeded [2025-05-26T02:21:30.858Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T02:21:30.866Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T02:21:31.209Z] + docker buildx ls [2025-05-26T02:21:31.209Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T02:21:31.209Z] default * docker [2025-05-26T02:21:31.209Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T02:21:31.506Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-05-26T02:21:31.506Z] edgex-builder [Pipeline] sh [2025-05-26T02:21:31.805Z] + docker buildx inspect --bootstrap [2025-05-26T02:21:31.805Z] #1 [internal] booting buildkit [2025-05-26T02:21:31.805Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-05-26T02:21:35.143Z] #1 pulling image moby/buildkit:buildx-stable-1 3.1s done [2025-05-26T02:21:35.143Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-05-26T02:21:36.086Z] #1 creating container buildx_buildkit_edgex-builder0 1.6s done [2025-05-26T02:21:36.086Z] #1 DONE 4.7s [2025-05-26T02:21:36.086Z] Name: edgex-builder [2025-05-26T02:21:36.086Z] Driver: docker-container [2025-05-26T02:21:36.086Z] [2025-05-26T02:21:36.086Z] Nodes: [2025-05-26T02:21:36.086Z] Name: edgex-builder0 [2025-05-26T02:21:36.086Z] Endpoint: unix:///var/run/docker.sock [2025-05-26T02:21:36.086Z] Status: running [2025-05-26T02:21:36.086Z] Buildkit: v0.21.1 [2025-05-26T02:21:36.086Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-05-26T02:21:36.379Z] + docker buildx ls [2025-05-26T02:21:36.379Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T02:21:36.379Z] edgex-builder * docker-container [2025-05-26T02:21:36.379Z] edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-05-26T02:21:36.379Z] default docker [2025-05-26T02:21:36.379Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T02:21:36.675Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:36.675Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:36.935Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:36.935Z] #1 transferring dockerfile: 197B done [2025-05-26T02:21:36.935Z] #1 DONE 0.0s [2025-05-26T02:21:36.935Z] [2025-05-26T02:21:36.935Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:36.935Z] #2 DONE 0.1s [2025-05-26T02:21:36.935Z] [2025-05-26T02:21:36.935Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:36.935Z] #3 DONE 0.1s [2025-05-26T02:21:36.935Z] [2025-05-26T02:21:36.935Z] #4 [internal] load .dockerignore [2025-05-26T02:21:36.935Z] #4 transferring context: 2B done [2025-05-26T02:21:36.935Z] #4 DONE 0.0s [2025-05-26T02:21:36.935Z] [2025-05-26T02:21:36.935Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:36.935Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 done [2025-05-26T02:21:36.935Z] #5 DONE 0.0s [2025-05-26T02:21:36.935Z] [2025-05-26T02:21:36.935Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:36.935Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 done [2025-05-26T02:21:36.935Z] #6 DONE 0.1s [2025-05-26T02:21:37.195Z] [2025-05-26T02:21:37.195Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:37.195Z] #7 DONE 0.0s [2025-05-26T02:21:37.195Z] [2025-05-26T02:21:37.195Z] #8 exporting to image [2025-05-26T02:21:37.195Z] #8 exporting layers done [2025-05-26T02:21:37.195Z] #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 0.0s done [2025-05-26T02:21:37.195Z] #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done [2025-05-26T02:21:37.195Z] #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done [2025-05-26T02:21:37.195Z] #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done [2025-05-26T02:21:37.195Z] #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done [2025-05-26T02:21:37.195Z] #8 pushing layers 0.1s done [2025-05-26T02:21:37.195Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 [2025-05-26T02:21:37.195Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:37.195Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done [2025-05-26T02:21:37.195Z] #8 DONE 0.2s [2025-05-26T02:21:37.195Z] [2025-05-26T02:21:37.195Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:37.195Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:37.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-05-26T02:21:37.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-05-26T02:21:37.510Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:37.510Z] #1 transferring dockerfile: 163B done [2025-05-26T02:21:37.510Z] #1 DONE 0.0s [2025-05-26T02:21:37.510Z] [2025-05-26T02:21:37.510Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T02:21:37.510Z] #2 DONE 0.0s [2025-05-26T02:21:37.510Z] [2025-05-26T02:21:37.510Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T02:21:37.510Z] #3 DONE 0.0s [2025-05-26T02:21:37.510Z] [2025-05-26T02:21:37.510Z] #4 [internal] load .dockerignore [2025-05-26T02:21:37.510Z] #4 transferring context: 2B done [2025-05-26T02:21:37.510Z] #4 DONE 0.0s [2025-05-26T02:21:37.510Z] [2025-05-26T02:21:37.510Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:37.510Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done [2025-05-26T02:21:37.510Z] #5 DONE 0.0s [2025-05-26T02:21:37.510Z] [2025-05-26T02:21:37.510Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:37.770Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done [2025-05-26T02:21:37.770Z] #6 CACHED [2025-05-26T02:21:37.770Z] [2025-05-26T02:21:37.770Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:37.770Z] #5 CACHED [2025-05-26T02:21:37.770Z] [2025-05-26T02:21:37.770Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:37.770Z] #7 DONE 0.0s [2025-05-26T02:21:37.770Z] [2025-05-26T02:21:37.770Z] #8 exporting to image [2025-05-26T02:21:37.770Z] #8 exporting layers done [2025-05-26T02:21:37.770Z] #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done [2025-05-26T02:21:37.770Z] #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done [2025-05-26T02:21:37.770Z] #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done [2025-05-26T02:21:37.770Z] #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done [2025-05-26T02:21:37.770Z] #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done [2025-05-26T02:21:37.770Z] #8 pushing layers 0.0s done [2025-05-26T02:21:37.770Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done [2025-05-26T02:21:37.770Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:37.770Z] #8 DONE 0.1s [2025-05-26T02:21:37.770Z] [2025-05-26T02:21:37.770Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:37.770Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:38.072Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 --push - [2025-05-26T02:21:38.072Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11' [2025-05-26T02:21:38.072Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:38.072Z] #1 transferring dockerfile: 169B done [2025-05-26T02:21:38.072Z] #1 DONE 0.0s [2025-05-26T02:21:38.072Z] [2025-05-26T02:21:38.072Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 [2025-05-26T02:21:38.072Z] #2 DONE 0.0s [2025-05-26T02:21:38.072Z] [2025-05-26T02:21:38.072Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11 [2025-05-26T02:21:38.072Z] #3 DONE 0.0s [2025-05-26T02:21:38.072Z] [2025-05-26T02:21:38.072Z] #4 [internal] load .dockerignore [2025-05-26T02:21:38.072Z] #4 transferring context: 2B done [2025-05-26T02:21:38.072Z] #4 DONE 0.0s [2025-05-26T02:21:38.072Z] [2025-05-26T02:21:38.072Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:38.072Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done [2025-05-26T02:21:38.333Z] #5 CACHED [2025-05-26T02:21:38.333Z] [2025-05-26T02:21:38.333Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:38.333Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 done [2025-05-26T02:21:38.333Z] #6 CACHED [2025-05-26T02:21:38.333Z] [2025-05-26T02:21:38.333Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:38.333Z] #7 DONE 0.0s [2025-05-26T02:21:38.333Z] [2025-05-26T02:21:38.333Z] #8 exporting to image [2025-05-26T02:21:38.333Z] #8 exporting layers done [2025-05-26T02:21:38.333Z] #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done [2025-05-26T02:21:38.333Z] #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done [2025-05-26T02:21:38.333Z] #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done [2025-05-26T02:21:38.333Z] #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done [2025-05-26T02:21:38.333Z] #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done [2025-05-26T02:21:38.333Z] #8 pushing layers 0.0s done [2025-05-26T02:21:38.333Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.11@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done [2025-05-26T02:21:38.333Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:38.333Z] #8 DONE 0.1s [2025-05-26T02:21:38.333Z] [2025-05-26T02:21:38.333Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:38.333Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:38.655Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:21:38.655Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:21:38.655Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:38.655Z] #1 transferring dockerfile: 210B done [2025-05-26T02:21:38.655Z] #1 DONE 0.0s [2025-05-26T02:21:38.655Z] [2025-05-26T02:21:38.655Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:38.655Z] #2 DONE 0.0s [2025-05-26T02:21:38.655Z] [2025-05-26T02:21:38.655Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:38.655Z] #3 DONE 0.0s [2025-05-26T02:21:38.655Z] [2025-05-26T02:21:38.655Z] #4 [internal] load .dockerignore [2025-05-26T02:21:38.655Z] #4 transferring context: 2B done [2025-05-26T02:21:38.655Z] #4 DONE 0.0s [2025-05-26T02:21:38.655Z] [2025-05-26T02:21:38.655Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:38.655Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done [2025-05-26T02:21:38.655Z] #5 CACHED [2025-05-26T02:21:38.655Z] [2025-05-26T02:21:38.655Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:38.655Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done [2025-05-26T02:21:38.655Z] #6 CACHED [2025-05-26T02:21:38.655Z] [2025-05-26T02:21:38.655Z] #7 exporting to image [2025-05-26T02:21:38.655Z] #7 exporting layers done [2025-05-26T02:21:38.655Z] #7 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done [2025-05-26T02:21:38.655Z] #7 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d [2025-05-26T02:21:38.655Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:38.919Z] #7 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done [2025-05-26T02:21:38.919Z] #7 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done [2025-05-26T02:21:38.919Z] #7 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done [2025-05-26T02:21:38.919Z] #7 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done [2025-05-26T02:21:38.919Z] #7 pushing layers 0.0s done [2025-05-26T02:21:38.919Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done [2025-05-26T02:21:38.919Z] #7 DONE 0.1s [2025-05-26T02:21:38.919Z] [2025-05-26T02:21:38.919Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:38.919Z] #8 DONE 0.0s [2025-05-26T02:21:38.919Z] [2025-05-26T02:21:38.919Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:38.919Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:39.212Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-05-26T02:21:39.212Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-05-26T02:21:39.212Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:39.212Z] #1 transferring dockerfile: 161B done [2025-05-26T02:21:39.212Z] #1 DONE 0.0s [2025-05-26T02:21:39.212Z] [2025-05-26T02:21:39.212Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T02:21:39.212Z] #2 DONE 0.0s [2025-05-26T02:21:39.212Z] [2025-05-26T02:21:39.212Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T02:21:39.212Z] #3 DONE 0.0s [2025-05-26T02:21:39.212Z] [2025-05-26T02:21:39.212Z] #4 [internal] load .dockerignore [2025-05-26T02:21:39.212Z] #4 transferring context: 2B done [2025-05-26T02:21:39.212Z] #4 DONE 0.0s [2025-05-26T02:21:39.212Z] [2025-05-26T02:21:39.212Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:39.212Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done [2025-05-26T02:21:39.212Z] #5 CACHED [2025-05-26T02:21:39.212Z] [2025-05-26T02:21:39.212Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 [2025-05-26T02:21:39.471Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:0244e4b9312d1ffab9597eddbc474786c2bbe8e325f5be6af6f102e9bfab58a6 0.0s done [2025-05-26T02:21:39.471Z] #6 CACHED [2025-05-26T02:21:39.472Z] [2025-05-26T02:21:39.472Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:39.472Z] #7 DONE 0.0s [2025-05-26T02:21:39.472Z] [2025-05-26T02:21:39.472Z] #8 exporting to image [2025-05-26T02:21:39.472Z] #8 exporting layers done [2025-05-26T02:21:39.472Z] #8 exporting manifest sha256:a2492ae8f632d1807b78fdb9d31fc1b7aa7a0e04b7fef4796a1ea03b2d4c2a21 done [2025-05-26T02:21:39.472Z] #8 exporting config sha256:35f7917956de4a916c449f1caf7a0d8c7738dd4ced95f052e3eb10cf5f11c54d done [2025-05-26T02:21:39.472Z] #8 exporting manifest sha256:3f2b84431ec414c78081bcd6b3ba371d15bd5dee6e57e33a3830cfef321c6c81 done [2025-05-26T02:21:39.472Z] #8 exporting config sha256:c24595a0d094ef19b396c39814eedef9526dddc1d7e19502a125a4be90fcf677 done [2025-05-26T02:21:39.472Z] #8 exporting manifest list sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 done [2025-05-26T02:21:39.472Z] #8 pushing layers 0.0s done [2025-05-26T02:21:39.472Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:f6139d639e9f53676bfa0a186bf11386e215b09bb3c3c9ee210bd32965b3f5f3 0.1s done [2025-05-26T02:21:39.472Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:39.472Z] #8 DONE 0.1s [2025-05-26T02:21:39.472Z] [2025-05-26T02:21:39.472Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:39.472Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:39.764Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:39.765Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:39.765Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:39.765Z] #1 transferring dockerfile: 216B done [2025-05-26T02:21:39.765Z] #1 DONE 0.0s [2025-05-26T02:21:39.765Z] [2025-05-26T02:21:39.765Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:39.765Z] #2 DONE 0.0s [2025-05-26T02:21:39.765Z] [2025-05-26T02:21:39.765Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:39.765Z] #3 DONE 0.1s [2025-05-26T02:21:39.765Z] [2025-05-26T02:21:39.765Z] #4 [internal] load .dockerignore [2025-05-26T02:21:39.765Z] #4 transferring context: 2B done [2025-05-26T02:21:39.765Z] #4 DONE 0.0s [2025-05-26T02:21:39.765Z] [2025-05-26T02:21:39.765Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:39.765Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:40.025Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 done [2025-05-26T02:21:40.025Z] #5 DONE 0.1s [2025-05-26T02:21:40.025Z] [2025-05-26T02:21:40.025Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:40.025Z] #6 DONE 0.0s [2025-05-26T02:21:40.025Z] [2025-05-26T02:21:40.025Z] #7 exporting to image [2025-05-26T02:21:40.025Z] #7 exporting layers done [2025-05-26T02:21:40.025Z] #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done [2025-05-26T02:21:40.025Z] #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done [2025-05-26T02:21:40.025Z] #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done [2025-05-26T02:21:40.025Z] #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done [2025-05-26T02:21:40.025Z] #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done [2025-05-26T02:21:40.025Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:40.025Z] #7 ... [2025-05-26T02:21:40.025Z] [2025-05-26T02:21:40.025Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:40.025Z] #8 DONE 0.0s [2025-05-26T02:21:40.025Z] [2025-05-26T02:21:40.025Z] #7 exporting to image [2025-05-26T02:21:40.025Z] #7 pushing layers 0.1s done [2025-05-26T02:21:40.025Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b [2025-05-26T02:21:40.285Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done [2025-05-26T02:21:40.285Z] #7 DONE 0.2s [2025-05-26T02:21:40.285Z] [2025-05-26T02:21:40.285Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:40.285Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:40.633Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-05-26T02:21:40.633Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-05-26T02:21:40.633Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:40.633Z] #1 transferring dockerfile: 182B done [2025-05-26T02:21:40.633Z] #1 DONE 0.0s [2025-05-26T02:21:40.633Z] [2025-05-26T02:21:40.633Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T02:21:40.633Z] #2 DONE 0.0s [2025-05-26T02:21:40.633Z] [2025-05-26T02:21:40.633Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T02:21:40.633Z] #3 DONE 0.0s [2025-05-26T02:21:40.633Z] [2025-05-26T02:21:40.633Z] #4 [internal] load .dockerignore [2025-05-26T02:21:40.633Z] #4 transferring context: 2B done [2025-05-26T02:21:40.633Z] #4 DONE 0.0s [2025-05-26T02:21:40.633Z] [2025-05-26T02:21:40.633Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:40.633Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done [2025-05-26T02:21:40.633Z] #5 CACHED [2025-05-26T02:21:40.633Z] [2025-05-26T02:21:40.633Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:40.633Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done [2025-05-26T02:21:40.633Z] #6 CACHED [2025-05-26T02:21:40.633Z] [2025-05-26T02:21:40.633Z] #7 exporting to image [2025-05-26T02:21:40.633Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:40.893Z] #7 exporting layers done [2025-05-26T02:21:40.893Z] #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done [2025-05-26T02:21:40.893Z] #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done [2025-05-26T02:21:40.893Z] #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done [2025-05-26T02:21:40.893Z] #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done [2025-05-26T02:21:40.893Z] #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done [2025-05-26T02:21:40.893Z] #7 pushing layers 0.0s done [2025-05-26T02:21:40.893Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done [2025-05-26T02:21:40.893Z] #7 DONE 0.1s [2025-05-26T02:21:40.893Z] [2025-05-26T02:21:40.893Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:40.893Z] #8 DONE 0.0s [2025-05-26T02:21:40.893Z] [2025-05-26T02:21:40.893Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:40.893Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:41.185Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11' [2025-05-26T02:21:41.185Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 --push - [2025-05-26T02:21:41.185Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:41.185Z] #1 transferring dockerfile: 188B done [2025-05-26T02:21:41.185Z] #1 DONE 0.0s [2025-05-26T02:21:41.185Z] [2025-05-26T02:21:41.185Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 [2025-05-26T02:21:41.185Z] #2 DONE 0.0s [2025-05-26T02:21:41.185Z] [2025-05-26T02:21:41.185Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11 [2025-05-26T02:21:41.185Z] #3 DONE 0.0s [2025-05-26T02:21:41.185Z] [2025-05-26T02:21:41.185Z] #4 [internal] load .dockerignore [2025-05-26T02:21:41.185Z] #4 transferring context: 2B done [2025-05-26T02:21:41.185Z] #4 DONE 0.0s [2025-05-26T02:21:41.185Z] [2025-05-26T02:21:41.185Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:41.185Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done [2025-05-26T02:21:41.185Z] #5 CACHED [2025-05-26T02:21:41.185Z] [2025-05-26T02:21:41.185Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:41.446Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done [2025-05-26T02:21:41.446Z] #6 CACHED [2025-05-26T02:21:41.446Z] [2025-05-26T02:21:41.446Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:41.446Z] #7 DONE 0.0s [2025-05-26T02:21:41.446Z] [2025-05-26T02:21:41.446Z] #8 exporting to image [2025-05-26T02:21:41.446Z] #8 exporting layers done [2025-05-26T02:21:41.446Z] #8 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done [2025-05-26T02:21:41.446Z] #8 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done [2025-05-26T02:21:41.446Z] #8 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done [2025-05-26T02:21:41.446Z] #8 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done [2025-05-26T02:21:41.446Z] #8 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done [2025-05-26T02:21:41.446Z] #8 pushing layers 0.0s done [2025-05-26T02:21:41.446Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.11@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done [2025-05-26T02:21:41.446Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:41.446Z] #8 DONE 0.1s [2025-05-26T02:21:41.446Z] [2025-05-26T02:21:41.446Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:41.446Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:41.735Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:21:41.735Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:21:41.735Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:41.735Z] #1 transferring dockerfile: 229B done [2025-05-26T02:21:41.735Z] #1 DONE 0.0s [2025-05-26T02:21:41.735Z] [2025-05-26T02:21:41.735Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:41.735Z] #2 DONE 0.0s [2025-05-26T02:21:41.735Z] [2025-05-26T02:21:41.735Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:41.735Z] #3 DONE 0.0s [2025-05-26T02:21:41.735Z] [2025-05-26T02:21:41.735Z] #4 [internal] load .dockerignore [2025-05-26T02:21:41.735Z] #4 transferring context: 2B done [2025-05-26T02:21:41.735Z] #4 DONE 0.0s [2025-05-26T02:21:41.735Z] [2025-05-26T02:21:41.735Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:41.735Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done [2025-05-26T02:21:41.735Z] #5 CACHED [2025-05-26T02:21:41.735Z] [2025-05-26T02:21:41.735Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:41.735Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done [2025-05-26T02:21:41.735Z] #6 CACHED [2025-05-26T02:21:41.735Z] [2025-05-26T02:21:41.735Z] #7 exporting to image [2025-05-26T02:21:41.735Z] #7 exporting layers [2025-05-26T02:21:41.735Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:41.995Z] #7 exporting layers done [2025-05-26T02:21:41.995Z] #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done [2025-05-26T02:21:41.995Z] #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done [2025-05-26T02:21:41.995Z] #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done [2025-05-26T02:21:41.995Z] #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done [2025-05-26T02:21:41.995Z] #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done [2025-05-26T02:21:41.995Z] #7 pushing layers 0.0s done [2025-05-26T02:21:41.995Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done [2025-05-26T02:21:41.995Z] #7 DONE 0.1s [2025-05-26T02:21:41.995Z] [2025-05-26T02:21:41.995Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:41.995Z] #8 DONE 0.0s [2025-05-26T02:21:41.995Z] [2025-05-26T02:21:41.995Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:41.995Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:42.294Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-05-26T02:21:42.294Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-05-26T02:21:42.294Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:42.294Z] #1 transferring dockerfile: 180B done [2025-05-26T02:21:42.294Z] #1 DONE 0.0s [2025-05-26T02:21:42.294Z] [2025-05-26T02:21:42.294Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T02:21:42.294Z] #2 DONE 0.0s [2025-05-26T02:21:42.294Z] [2025-05-26T02:21:42.294Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T02:21:42.294Z] #3 DONE 0.0s [2025-05-26T02:21:42.294Z] [2025-05-26T02:21:42.294Z] #4 [internal] load .dockerignore [2025-05-26T02:21:42.294Z] #4 transferring context: 2B done [2025-05-26T02:21:42.294Z] #4 DONE 0.0s [2025-05-26T02:21:42.294Z] [2025-05-26T02:21:42.294Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:42.294Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 done [2025-05-26T02:21:42.294Z] #5 CACHED [2025-05-26T02:21:42.294Z] [2025-05-26T02:21:42.294Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 [2025-05-26T02:21:42.294Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b2489041d90dad57489565d245b628bfc262ad87758c0898b17261759daaea54 0.0s done [2025-05-26T02:21:42.294Z] #6 CACHED [2025-05-26T02:21:42.294Z] [2025-05-26T02:21:42.294Z] #7 exporting to image [2025-05-26T02:21:42.294Z] #7 exporting layers done [2025-05-26T02:21:42.294Z] #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 [2025-05-26T02:21:42.294Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:42.559Z] #7 exporting manifest sha256:2b54534f9dd7f4189430ad503355fd46c119ab45a220fe7cb6675c0041344f03 done [2025-05-26T02:21:42.559Z] #7 exporting config sha256:e70bd05b9ee662c89295391963ae1f58ef3072a420f4f63fe2798ad4eaa7ae6b done [2025-05-26T02:21:42.559Z] #7 exporting manifest sha256:abb3153d86acec4e943132644fccb11473b4970ecedd0ddcbc78ea757735ea1d done [2025-05-26T02:21:42.559Z] #7 exporting config sha256:fcb1f0b0f4cf6a6b56cccca8e9e5942cdfd5fe19506962b473fa571c33a2ec22 done [2025-05-26T02:21:42.559Z] #7 exporting manifest list sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b done [2025-05-26T02:21:42.559Z] #7 pushing layers 0.0s done [2025-05-26T02:21:42.559Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:2d882eacd3db677400d72f44125949434384996af5e37d7d731824fd8ca3979b 0.1s done [2025-05-26T02:21:42.559Z] #7 DONE 0.1s [2025-05-26T02:21:42.559Z] [2025-05-26T02:21:42.559Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:42.559Z] #8 DONE 0.0s [2025-05-26T02:21:42.559Z] [2025-05-26T02:21:42.559Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:42.559Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:42.851Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:42.851Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:42.851Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:42.851Z] #1 transferring dockerfile: 194B done [2025-05-26T02:21:42.851Z] #1 DONE 0.0s [2025-05-26T02:21:42.851Z] [2025-05-26T02:21:42.851Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:42.851Z] #2 DONE 0.1s [2025-05-26T02:21:42.851Z] [2025-05-26T02:21:42.851Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:42.851Z] #3 DONE 0.1s [2025-05-26T02:21:42.851Z] [2025-05-26T02:21:42.851Z] #4 [internal] load .dockerignore [2025-05-26T02:21:42.851Z] #4 transferring context: 2B done [2025-05-26T02:21:43.111Z] #4 DONE 0.0s [2025-05-26T02:21:43.111Z] [2025-05-26T02:21:43.111Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:43.111Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:43.111Z] #5 DONE 0.0s [2025-05-26T02:21:43.111Z] [2025-05-26T02:21:43.111Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:43.111Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:43.111Z] #6 DONE 0.1s [2025-05-26T02:21:43.111Z] [2025-05-26T02:21:43.111Z] #7 exporting to image [2025-05-26T02:21:43.111Z] #7 exporting layers done [2025-05-26T02:21:43.111Z] #7 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done [2025-05-26T02:21:43.111Z] #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 [2025-05-26T02:21:43.111Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:43.111Z] #7 ... [2025-05-26T02:21:43.111Z] [2025-05-26T02:21:43.111Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:43.111Z] #8 DONE 0.0s [2025-05-26T02:21:43.111Z] [2025-05-26T02:21:43.111Z] #7 exporting to image [2025-05-26T02:21:43.111Z] #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done [2025-05-26T02:21:43.111Z] #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done [2025-05-26T02:21:43.111Z] #7 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done [2025-05-26T02:21:43.111Z] #7 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done [2025-05-26T02:21:43.111Z] #7 pushing layers 0.1s done [2025-05-26T02:21:43.111Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 [2025-05-26T02:21:43.371Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done [2025-05-26T02:21:43.371Z] #7 DONE 0.2s [2025-05-26T02:21:43.371Z] [2025-05-26T02:21:43.371Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:43.371Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:43.661Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-05-26T02:21:43.661Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-05-26T02:21:43.661Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:43.661Z] #1 transferring dockerfile: 160B done [2025-05-26T02:21:43.661Z] #1 DONE 0.0s [2025-05-26T02:21:43.661Z] [2025-05-26T02:21:43.661Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T02:21:43.661Z] #2 DONE 0.0s [2025-05-26T02:21:43.661Z] [2025-05-26T02:21:43.661Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T02:21:43.661Z] #3 DONE 0.0s [2025-05-26T02:21:43.661Z] [2025-05-26T02:21:43.661Z] #4 [internal] load .dockerignore [2025-05-26T02:21:43.661Z] #4 transferring context: 2B done [2025-05-26T02:21:43.661Z] #4 DONE 0.0s [2025-05-26T02:21:43.661Z] [2025-05-26T02:21:43.661Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:43.661Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:43.661Z] #5 CACHED [2025-05-26T02:21:43.661Z] [2025-05-26T02:21:43.661Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:43.661Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:43.661Z] #6 DONE 0.0s [2025-05-26T02:21:43.921Z] [2025-05-26T02:21:43.921Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:43.921Z] #6 CACHED [2025-05-26T02:21:43.921Z] [2025-05-26T02:21:43.921Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:43.921Z] #7 DONE 0.0s [2025-05-26T02:21:43.921Z] [2025-05-26T02:21:43.921Z] #8 exporting to image [2025-05-26T02:21:43.921Z] #8 exporting layers done [2025-05-26T02:21:43.921Z] #8 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done [2025-05-26T02:21:43.921Z] #8 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done [2025-05-26T02:21:43.921Z] #8 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done [2025-05-26T02:21:43.921Z] #8 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done [2025-05-26T02:21:43.921Z] #8 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done [2025-05-26T02:21:43.921Z] #8 pushing layers 0.0s done [2025-05-26T02:21:43.921Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done [2025-05-26T02:21:43.921Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:43.921Z] #8 DONE 0.1s [2025-05-26T02:21:43.921Z] [2025-05-26T02:21:43.921Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:43.921Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:44.213Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11' [2025-05-26T02:21:44.213Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 --push - [2025-05-26T02:21:44.213Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:44.213Z] #1 transferring dockerfile: 166B done [2025-05-26T02:21:44.213Z] #1 DONE 0.0s [2025-05-26T02:21:44.213Z] [2025-05-26T02:21:44.213Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 [2025-05-26T02:21:44.213Z] #2 DONE 0.0s [2025-05-26T02:21:44.213Z] [2025-05-26T02:21:44.213Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11 [2025-05-26T02:21:44.213Z] #3 DONE 0.0s [2025-05-26T02:21:44.213Z] [2025-05-26T02:21:44.213Z] #4 [internal] load .dockerignore [2025-05-26T02:21:44.213Z] #4 transferring context: 2B done [2025-05-26T02:21:44.213Z] #4 DONE 0.0s [2025-05-26T02:21:44.213Z] [2025-05-26T02:21:44.213Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:44.213Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:44.213Z] #5 DONE 0.0s [2025-05-26T02:21:44.213Z] [2025-05-26T02:21:44.213Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:44.213Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:44.213Z] #6 CACHED [2025-05-26T02:21:44.472Z] [2025-05-26T02:21:44.472Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:44.472Z] #5 CACHED [2025-05-26T02:21:44.472Z] [2025-05-26T02:21:44.472Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:44.472Z] #7 DONE 0.0s [2025-05-26T02:21:44.472Z] [2025-05-26T02:21:44.472Z] #8 exporting to image [2025-05-26T02:21:44.472Z] #8 exporting layers done [2025-05-26T02:21:44.472Z] #8 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done [2025-05-26T02:21:44.472Z] #8 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done [2025-05-26T02:21:44.472Z] #8 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done [2025-05-26T02:21:44.472Z] #8 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done [2025-05-26T02:21:44.472Z] #8 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done [2025-05-26T02:21:44.472Z] #8 pushing layers 0.0s done [2025-05-26T02:21:44.472Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.11@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done [2025-05-26T02:21:44.472Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:44.472Z] #8 DONE 0.1s [2025-05-26T02:21:44.472Z] [2025-05-26T02:21:44.472Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:44.472Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:44.761Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:21:44.761Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:21:45.021Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:45.021Z] #1 transferring dockerfile: 207B done [2025-05-26T02:21:45.021Z] #1 DONE 0.0s [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:45.021Z] #2 DONE 0.0s [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:45.021Z] #3 DONE 0.0s [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] #4 [internal] load .dockerignore [2025-05-26T02:21:45.021Z] #4 transferring context: 2B done [2025-05-26T02:21:45.021Z] #4 DONE 0.0s [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:45.021Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:45.021Z] #5 CACHED [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:45.021Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:45.021Z] #6 CACHED [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] #7 exporting to image [2025-05-26T02:21:45.021Z] #7 exporting layers done [2025-05-26T02:21:45.021Z] #7 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done [2025-05-26T02:21:45.021Z] #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done [2025-05-26T02:21:45.021Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:45.021Z] #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done [2025-05-26T02:21:45.021Z] #7 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done [2025-05-26T02:21:45.021Z] #7 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done [2025-05-26T02:21:45.021Z] #7 pushing layers 0.0s done [2025-05-26T02:21:45.021Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done [2025-05-26T02:21:45.021Z] #7 DONE 0.1s [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:45.021Z] #8 DONE 0.0s [2025-05-26T02:21:45.021Z] [2025-05-26T02:21:45.021Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:45.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:45.316Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-05-26T02:21:45.317Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-05-26T02:21:45.575Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:45.575Z] #1 transferring dockerfile: 158B done [2025-05-26T02:21:45.575Z] #1 DONE 0.0s [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T02:21:45.575Z] #2 DONE 0.0s [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T02:21:45.575Z] #3 DONE 0.0s [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] #4 [internal] load .dockerignore [2025-05-26T02:21:45.575Z] #4 transferring context: 2B done [2025-05-26T02:21:45.575Z] #4 DONE 0.0s [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:45.575Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:45.575Z] #5 CACHED [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 [2025-05-26T02:21:45.575Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:a3f69439b0335635e95dd5d780427a4d900e2a15c101f6aa417cf984ed1139d5 0.0s done [2025-05-26T02:21:45.575Z] #6 CACHED [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] #7 exporting to image [2025-05-26T02:21:45.575Z] #7 exporting layers done [2025-05-26T02:21:45.575Z] #7 exporting manifest sha256:3f8542b8a44c0b8973292a44b9535626a8f70204180e7b4503be872d7a996861 done [2025-05-26T02:21:45.575Z] #7 exporting config sha256:233b11c2f5e1d75bcf31af64d1a7c8a864f67c8352dc0dbdb9d6a2c72375a621 done [2025-05-26T02:21:45.575Z] #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c [2025-05-26T02:21:45.575Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:45.575Z] #7 exporting manifest sha256:a89048ce5b7f5d7372b3b153545732f1d6f06a2591727589175a62718793d12c done [2025-05-26T02:21:45.575Z] #7 exporting config sha256:f8e139f5621292bf7f261e5fc433e122343757a1c3f1bc3fab0404d97f0172c8 done [2025-05-26T02:21:45.575Z] #7 exporting manifest list sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 done [2025-05-26T02:21:45.575Z] #7 pushing layers 0.0s done [2025-05-26T02:21:45.575Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:b3049954c255f8bab103200761d2ad49331d2f4aaf61c8458d1c15f512130f52 0.1s done [2025-05-26T02:21:45.575Z] #7 DONE 0.1s [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:45.575Z] #8 DONE 0.0s [2025-05-26T02:21:45.575Z] [2025-05-26T02:21:45.575Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:45.575Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:45.865Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:45.866Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:45.866Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:45.866Z] #1 transferring dockerfile: 196B done [2025-05-26T02:21:45.866Z] #1 DONE 0.0s [2025-05-26T02:21:45.866Z] [2025-05-26T02:21:45.866Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:45.866Z] #2 DONE 0.0s [2025-05-26T02:21:45.866Z] [2025-05-26T02:21:45.866Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:45.866Z] #3 DONE 0.1s [2025-05-26T02:21:45.866Z] [2025-05-26T02:21:45.866Z] #4 [internal] load .dockerignore [2025-05-26T02:21:45.866Z] #4 transferring context: 2B done [2025-05-26T02:21:45.866Z] #4 DONE 0.0s [2025-05-26T02:21:46.125Z] [2025-05-26T02:21:46.125Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:46.125Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:46.125Z] #5 DONE 0.0s [2025-05-26T02:21:46.125Z] [2025-05-26T02:21:46.125Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:46.125Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:46.125Z] #6 DONE 0.1s [2025-05-26T02:21:46.125Z] [2025-05-26T02:21:46.125Z] #7 exporting to image [2025-05-26T02:21:46.125Z] #7 exporting layers done [2025-05-26T02:21:46.125Z] #7 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done [2025-05-26T02:21:46.125Z] #7 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done [2025-05-26T02:21:46.125Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:46.125Z] #7 ... [2025-05-26T02:21:46.125Z] [2025-05-26T02:21:46.125Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:46.125Z] #8 DONE 0.0s [2025-05-26T02:21:46.125Z] [2025-05-26T02:21:46.125Z] #7 exporting to image [2025-05-26T02:21:46.125Z] #7 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done [2025-05-26T02:21:46.125Z] #7 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done [2025-05-26T02:21:46.125Z] #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.0s done [2025-05-26T02:21:46.125Z] #7 pushing layers 0.1s done [2025-05-26T02:21:46.125Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 [2025-05-26T02:21:46.385Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done [2025-05-26T02:21:46.385Z] #7 DONE 0.2s [2025-05-26T02:21:46.385Z] [2025-05-26T02:21:46.385Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:46.385Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:46.676Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-05-26T02:21:46.676Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-05-26T02:21:46.937Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:46.937Z] #1 transferring dockerfile: 162B done [2025-05-26T02:21:46.937Z] #1 DONE 0.0s [2025-05-26T02:21:46.937Z] [2025-05-26T02:21:46.937Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T02:21:46.937Z] #2 DONE 0.0s [2025-05-26T02:21:46.937Z] [2025-05-26T02:21:46.937Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T02:21:46.937Z] #3 DONE 0.0s [2025-05-26T02:21:46.937Z] [2025-05-26T02:21:46.937Z] #4 [internal] load .dockerignore [2025-05-26T02:21:46.937Z] #4 transferring context: 2B done [2025-05-26T02:21:46.937Z] #4 DONE 0.0s [2025-05-26T02:21:46.938Z] [2025-05-26T02:21:46.938Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:46.938Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:46.938Z] #5 CACHED [2025-05-26T02:21:46.938Z] [2025-05-26T02:21:46.938Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:46.938Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:46.938Z] #6 CACHED [2025-05-26T02:21:46.938Z] [2025-05-26T02:21:46.938Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:46.938Z] #7 DONE 0.0s [2025-05-26T02:21:46.938Z] [2025-05-26T02:21:46.938Z] #8 exporting to image [2025-05-26T02:21:46.938Z] #8 exporting layers done [2025-05-26T02:21:46.938Z] #8 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done [2025-05-26T02:21:46.938Z] #8 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done [2025-05-26T02:21:46.938Z] #8 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done [2025-05-26T02:21:46.938Z] #8 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done [2025-05-26T02:21:46.938Z] #8 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done [2025-05-26T02:21:46.938Z] #8 pushing layers 0.0s done [2025-05-26T02:21:46.938Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done [2025-05-26T02:21:46.938Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:46.938Z] #8 DONE 0.1s [2025-05-26T02:21:46.938Z] [2025-05-26T02:21:46.938Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:46.938Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:47.231Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11' [2025-05-26T02:21:47.231Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 --push - [2025-05-26T02:21:47.231Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:47.231Z] #1 transferring dockerfile: 168B done [2025-05-26T02:21:47.231Z] #1 DONE 0.0s [2025-05-26T02:21:47.231Z] [2025-05-26T02:21:47.231Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 [2025-05-26T02:21:47.231Z] #2 DONE 0.0s [2025-05-26T02:21:47.231Z] [2025-05-26T02:21:47.231Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11 [2025-05-26T02:21:47.231Z] #3 DONE 0.0s [2025-05-26T02:21:47.231Z] [2025-05-26T02:21:47.231Z] #4 [internal] load .dockerignore [2025-05-26T02:21:47.231Z] #4 transferring context: 2B done [2025-05-26T02:21:47.231Z] #4 DONE 0.0s [2025-05-26T02:21:47.231Z] [2025-05-26T02:21:47.231Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:47.231Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 done [2025-05-26T02:21:47.231Z] #5 CACHED [2025-05-26T02:21:47.231Z] [2025-05-26T02:21:47.231Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:47.231Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:47.231Z] #6 CACHED [2025-05-26T02:21:47.231Z] [2025-05-26T02:21:47.231Z] #7 exporting to image [2025-05-26T02:21:47.231Z] #7 exporting layers [2025-05-26T02:21:47.231Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:47.491Z] #7 exporting layers done [2025-05-26T02:21:47.491Z] #7 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done [2025-05-26T02:21:47.491Z] #7 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done [2025-05-26T02:21:47.491Z] #7 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done [2025-05-26T02:21:47.491Z] #7 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done [2025-05-26T02:21:47.491Z] #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done [2025-05-26T02:21:47.491Z] #7 pushing layers 0.0s done [2025-05-26T02:21:47.491Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.11@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done [2025-05-26T02:21:47.491Z] #7 DONE 0.1s [2025-05-26T02:21:47.491Z] [2025-05-26T02:21:47.491Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:47.491Z] #8 DONE 0.0s [2025-05-26T02:21:47.491Z] [2025-05-26T02:21:47.491Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:47.491Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:47.779Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:21:47.779Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:21:47.779Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:47.779Z] #1 transferring dockerfile: 209B done [2025-05-26T02:21:47.779Z] #1 DONE 0.0s [2025-05-26T02:21:47.779Z] [2025-05-26T02:21:47.779Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:47.779Z] #2 DONE 0.0s [2025-05-26T02:21:47.779Z] [2025-05-26T02:21:47.779Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:47.779Z] #3 DONE 0.0s [2025-05-26T02:21:47.779Z] [2025-05-26T02:21:47.779Z] #4 [internal] load .dockerignore [2025-05-26T02:21:47.779Z] #4 transferring context: 2B done [2025-05-26T02:21:47.779Z] #4 DONE 0.0s [2025-05-26T02:21:47.779Z] [2025-05-26T02:21:47.779Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:47.779Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:47.779Z] #5 DONE 0.0s [2025-05-26T02:21:47.779Z] [2025-05-26T02:21:47.779Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:48.040Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:48.040Z] #6 CACHED [2025-05-26T02:21:48.040Z] [2025-05-26T02:21:48.040Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:48.040Z] #5 CACHED [2025-05-26T02:21:48.040Z] [2025-05-26T02:21:48.040Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:48.040Z] #7 DONE 0.0s [2025-05-26T02:21:48.040Z] [2025-05-26T02:21:48.040Z] #8 exporting to image [2025-05-26T02:21:48.040Z] #8 exporting layers done [2025-05-26T02:21:48.040Z] #8 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done [2025-05-26T02:21:48.040Z] #8 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done [2025-05-26T02:21:48.040Z] #8 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done [2025-05-26T02:21:48.040Z] #8 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done [2025-05-26T02:21:48.040Z] #8 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done [2025-05-26T02:21:48.040Z] #8 pushing layers 0.0s done [2025-05-26T02:21:48.040Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done [2025-05-26T02:21:48.040Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:48.040Z] #8 DONE 0.1s [2025-05-26T02:21:48.040Z] [2025-05-26T02:21:48.040Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:48.040Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:48.330Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-05-26T02:21:48.331Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-05-26T02:21:48.331Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:48.331Z] #1 transferring dockerfile: 160B done [2025-05-26T02:21:48.331Z] #1 DONE 0.0s [2025-05-26T02:21:48.331Z] [2025-05-26T02:21:48.331Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T02:21:48.331Z] #2 DONE 0.0s [2025-05-26T02:21:48.331Z] [2025-05-26T02:21:48.331Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T02:21:48.331Z] #3 DONE 0.0s [2025-05-26T02:21:48.331Z] [2025-05-26T02:21:48.331Z] #4 [internal] load .dockerignore [2025-05-26T02:21:48.331Z] #4 transferring context: 2B done [2025-05-26T02:21:48.331Z] #4 DONE 0.0s [2025-05-26T02:21:48.331Z] [2025-05-26T02:21:48.331Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:48.331Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:48.331Z] #5 CACHED [2025-05-26T02:21:48.331Z] [2025-05-26T02:21:48.331Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 [2025-05-26T02:21:48.331Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:932edf4eea1e50b26bb1b2d31100e3c8815b1daf4701ca56d3530adbd74aeb67 0.0s done [2025-05-26T02:21:48.331Z] #6 CACHED [2025-05-26T02:21:48.331Z] [2025-05-26T02:21:48.331Z] #7 exporting to image [2025-05-26T02:21:48.331Z] #7 exporting layers done [2025-05-26T02:21:48.331Z] #7 exporting manifest sha256:a0c1aaca20c8a0fc6010630c4edd3a29316ae7eb071c58f64b7e31da9dea640a done [2025-05-26T02:21:48.331Z] #7 exporting config sha256:104992bf13b5c0cdf6ebb75d0ad490d92647c4eab8f77e8408346651e2be35bb done [2025-05-26T02:21:48.331Z] #7 exporting manifest sha256:726c1e08ef6919e365a422467e9dd2794b48093c012ac25710f97599b52fcc42 done [2025-05-26T02:21:48.331Z] #7 exporting config sha256:75574b086363129ef253e4dfd60f48d1ec97e88941d8bf2c0a17a1520ad01715 done [2025-05-26T02:21:48.331Z] #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 [2025-05-26T02:21:48.331Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:48.591Z] #7 exporting manifest list sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 done [2025-05-26T02:21:48.591Z] #7 pushing layers 0.0s done [2025-05-26T02:21:48.591Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5f42be5e0c3586657861b2cf44fbb251a9317c5fbc01ce4e09d522bcf2441005 0.1s done [2025-05-26T02:21:48.591Z] #7 DONE 0.1s [2025-05-26T02:21:48.591Z] [2025-05-26T02:21:48.591Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:48.591Z] #8 DONE 0.0s [2025-05-26T02:21:48.591Z] [2025-05-26T02:21:48.591Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:48.591Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:48.882Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:48.882Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:48.882Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:48.882Z] #1 transferring dockerfile: 198B done [2025-05-26T02:21:48.882Z] #1 DONE 0.0s [2025-05-26T02:21:48.882Z] [2025-05-26T02:21:48.882Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:48.882Z] #2 DONE 0.0s [2025-05-26T02:21:48.882Z] [2025-05-26T02:21:48.882Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:48.882Z] #3 DONE 0.0s [2025-05-26T02:21:48.882Z] [2025-05-26T02:21:48.882Z] #4 [internal] load .dockerignore [2025-05-26T02:21:48.882Z] #4 transferring context: 2B done [2025-05-26T02:21:48.882Z] #4 DONE 0.0s [2025-05-26T02:21:49.142Z] [2025-05-26T02:21:49.142Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:49.142Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:49.142Z] #5 ... [2025-05-26T02:21:49.142Z] [2025-05-26T02:21:49.142Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:49.142Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:49.142Z] #6 DONE 0.1s [2025-05-26T02:21:49.142Z] [2025-05-26T02:21:49.142Z] #7 exporting to image [2025-05-26T02:21:49.142Z] #7 exporting layers done [2025-05-26T02:21:49.142Z] #7 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 0.0s done [2025-05-26T02:21:49.142Z] #7 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done [2025-05-26T02:21:49.142Z] #7 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done [2025-05-26T02:21:49.142Z] #7 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done [2025-05-26T02:21:49.142Z] #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa [2025-05-26T02:21:49.142Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:49.142Z] #7 ... [2025-05-26T02:21:49.142Z] [2025-05-26T02:21:49.142Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:49.142Z] #8 DONE 0.0s [2025-05-26T02:21:49.142Z] [2025-05-26T02:21:49.142Z] #7 exporting to image [2025-05-26T02:21:49.142Z] #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.0s done [2025-05-26T02:21:49.142Z] #7 pushing layers 0.1s done [2025-05-26T02:21:49.142Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa [2025-05-26T02:21:49.402Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done [2025-05-26T02:21:49.402Z] #7 DONE 0.2s [2025-05-26T02:21:49.402Z] [2025-05-26T02:21:49.402Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:49.402Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:49.691Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-05-26T02:21:49.691Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-05-26T02:21:49.951Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:49.951Z] #1 transferring dockerfile: 164B done [2025-05-26T02:21:49.951Z] #1 DONE 0.0s [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T02:21:49.951Z] #2 DONE 0.0s [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T02:21:49.951Z] #3 DONE 0.0s [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] #4 [internal] load .dockerignore [2025-05-26T02:21:49.951Z] #4 transferring context: 2B done [2025-05-26T02:21:49.951Z] #4 DONE 0.0s [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:49.951Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:49.951Z] #5 CACHED [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:49.951Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:49.951Z] #6 CACHED [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:49.951Z] #7 DONE 0.0s [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] #8 exporting to image [2025-05-26T02:21:49.951Z] #8 exporting layers done [2025-05-26T02:21:49.951Z] #8 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done [2025-05-26T02:21:49.951Z] #8 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done [2025-05-26T02:21:49.951Z] #8 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done [2025-05-26T02:21:49.951Z] #8 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done [2025-05-26T02:21:49.951Z] #8 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done [2025-05-26T02:21:49.951Z] #8 pushing layers 0.0s done [2025-05-26T02:21:49.951Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done [2025-05-26T02:21:49.951Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:49.951Z] #8 DONE 0.1s [2025-05-26T02:21:49.951Z] [2025-05-26T02:21:49.951Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:49.951Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:50.241Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11' [2025-05-26T02:21:50.242Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 --push - [2025-05-26T02:21:50.242Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:50.242Z] #1 transferring dockerfile: 170B done [2025-05-26T02:21:50.242Z] #1 DONE 0.0s [2025-05-26T02:21:50.242Z] [2025-05-26T02:21:50.242Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 [2025-05-26T02:21:50.242Z] #2 DONE 0.0s [2025-05-26T02:21:50.242Z] [2025-05-26T02:21:50.242Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11 [2025-05-26T02:21:50.242Z] #3 DONE 0.0s [2025-05-26T02:21:50.242Z] [2025-05-26T02:21:50.242Z] #4 [internal] load .dockerignore [2025-05-26T02:21:50.242Z] #4 transferring context: 2B done [2025-05-26T02:21:50.242Z] #4 DONE 0.0s [2025-05-26T02:21:50.242Z] [2025-05-26T02:21:50.242Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:50.242Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:50.242Z] #5 CACHED [2025-05-26T02:21:50.242Z] [2025-05-26T02:21:50.242Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:50.242Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:50.242Z] #6 CACHED [2025-05-26T02:21:50.242Z] [2025-05-26T02:21:50.242Z] #7 exporting to image [2025-05-26T02:21:50.242Z] #7 exporting layers [2025-05-26T02:21:50.242Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:50.501Z] #7 exporting layers done [2025-05-26T02:21:50.501Z] #7 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done [2025-05-26T02:21:50.501Z] #7 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done [2025-05-26T02:21:50.501Z] #7 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done [2025-05-26T02:21:50.501Z] #7 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done [2025-05-26T02:21:50.501Z] #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done [2025-05-26T02:21:50.501Z] #7 pushing layers 0.0s done [2025-05-26T02:21:50.501Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.11@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done [2025-05-26T02:21:50.501Z] #7 DONE 0.1s [2025-05-26T02:21:50.501Z] [2025-05-26T02:21:50.501Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:50.501Z] #8 DONE 0.0s [2025-05-26T02:21:50.501Z] [2025-05-26T02:21:50.501Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:50.501Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:50.802Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:21:50.802Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:21:50.802Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:50.802Z] #1 transferring dockerfile: 211B done [2025-05-26T02:21:50.802Z] #1 DONE 0.0s [2025-05-26T02:21:50.802Z] [2025-05-26T02:21:50.802Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:50.802Z] #2 DONE 0.0s [2025-05-26T02:21:50.802Z] [2025-05-26T02:21:50.802Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:50.802Z] #3 DONE 0.0s [2025-05-26T02:21:50.802Z] [2025-05-26T02:21:50.802Z] #4 [internal] load .dockerignore [2025-05-26T02:21:50.802Z] #4 transferring context: 2B done [2025-05-26T02:21:50.802Z] #4 DONE 0.0s [2025-05-26T02:21:50.802Z] [2025-05-26T02:21:50.802Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:50.802Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:50.802Z] #5 DONE 0.0s [2025-05-26T02:21:50.802Z] [2025-05-26T02:21:50.802Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:51.062Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:51.062Z] #6 CACHED [2025-05-26T02:21:51.062Z] [2025-05-26T02:21:51.062Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:51.062Z] #5 CACHED [2025-05-26T02:21:51.062Z] [2025-05-26T02:21:51.062Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:51.062Z] #7 DONE 0.0s [2025-05-26T02:21:51.062Z] [2025-05-26T02:21:51.062Z] #8 exporting to image [2025-05-26T02:21:51.062Z] #8 exporting layers done [2025-05-26T02:21:51.062Z] #8 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done [2025-05-26T02:21:51.062Z] #8 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done [2025-05-26T02:21:51.062Z] #8 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done [2025-05-26T02:21:51.062Z] #8 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done [2025-05-26T02:21:51.062Z] #8 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done [2025-05-26T02:21:51.062Z] #8 pushing layers 0.0s done [2025-05-26T02:21:51.062Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done [2025-05-26T02:21:51.062Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:51.062Z] #8 DONE 0.1s [2025-05-26T02:21:51.062Z] [2025-05-26T02:21:51.062Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:51.062Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:51.353Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-05-26T02:21:51.353Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-05-26T02:21:51.353Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:51.353Z] #1 transferring dockerfile: 162B done [2025-05-26T02:21:51.353Z] #1 DONE 0.0s [2025-05-26T02:21:51.353Z] [2025-05-26T02:21:51.353Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T02:21:51.353Z] #2 DONE 0.0s [2025-05-26T02:21:51.353Z] [2025-05-26T02:21:51.353Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T02:21:51.353Z] #3 DONE 0.0s [2025-05-26T02:21:51.353Z] [2025-05-26T02:21:51.353Z] #4 [internal] load .dockerignore [2025-05-26T02:21:51.353Z] #4 transferring context: 2B done [2025-05-26T02:21:51.354Z] #4 DONE 0.0s [2025-05-26T02:21:51.354Z] [2025-05-26T02:21:51.354Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:51.354Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:51.354Z] #5 CACHED [2025-05-26T02:21:51.354Z] [2025-05-26T02:21:51.354Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 [2025-05-26T02:21:51.354Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:332e81c3720d5747a6decba612d92ae9796ee6b91c9755aefbc3462501a9ac38 0.0s done [2025-05-26T02:21:51.354Z] #6 CACHED [2025-05-26T02:21:51.354Z] [2025-05-26T02:21:51.354Z] #7 exporting to image [2025-05-26T02:21:51.354Z] #7 exporting layers [2025-05-26T02:21:51.354Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:51.612Z] #7 exporting layers done [2025-05-26T02:21:51.612Z] #7 exporting manifest sha256:4566bfb30c3ba114d92f1451084a5ae01c81f1f501acc1d29ad36651ab687c33 done [2025-05-26T02:21:51.612Z] #7 exporting config sha256:a952d648e6979b625bfdc5350ec179440e4e2a56e6e5b7654cfd90b66708872f done [2025-05-26T02:21:51.613Z] #7 exporting manifest sha256:57dd0e7d16271147fc301cdccb344e92ef6e051b4b3f15e5dfb295f754069586 done [2025-05-26T02:21:51.613Z] #7 exporting config sha256:ca72e08d7c1c624af4cca7377a216e34737fc04b8b88626db047cced9d5197c0 done [2025-05-26T02:21:51.613Z] #7 exporting manifest list sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa done [2025-05-26T02:21:51.613Z] #7 pushing layers 0.0s done [2025-05-26T02:21:51.613Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:3ebcd966386422dcd7dd07a1f4b5d3d6abc2a549bb0474b2b574aaf817a91aaa 0.1s done [2025-05-26T02:21:51.613Z] #7 DONE 0.1s [2025-05-26T02:21:51.613Z] [2025-05-26T02:21:51.613Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:51.613Z] #8 DONE 0.0s [2025-05-26T02:21:51.613Z] [2025-05-26T02:21:51.613Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:51.613Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:51.911Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:51.911Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:51.911Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:51.911Z] #1 transferring dockerfile: 206B done [2025-05-26T02:21:51.911Z] #1 DONE 0.0s [2025-05-26T02:21:51.911Z] [2025-05-26T02:21:51.911Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:51.911Z] #2 DONE 0.0s [2025-05-26T02:21:51.911Z] [2025-05-26T02:21:51.911Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:51.911Z] #3 DONE 0.1s [2025-05-26T02:21:51.911Z] [2025-05-26T02:21:51.911Z] #4 [internal] load .dockerignore [2025-05-26T02:21:51.911Z] #4 transferring context: 2B done [2025-05-26T02:21:51.911Z] #4 DONE 0.0s [2025-05-26T02:21:51.911Z] [2025-05-26T02:21:51.911Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:51.911Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:52.170Z] #5 DONE 0.0s [2025-05-26T02:21:52.170Z] [2025-05-26T02:21:52.170Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:52.170Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:52.170Z] #6 DONE 0.2s [2025-05-26T02:21:52.170Z] [2025-05-26T02:21:52.170Z] #7 exporting to image [2025-05-26T02:21:52.170Z] #7 exporting layers done [2025-05-26T02:21:52.170Z] #7 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done [2025-05-26T02:21:52.170Z] #7 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done [2025-05-26T02:21:52.170Z] #7 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df 0.0s done [2025-05-26T02:21:52.170Z] #7 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done [2025-05-26T02:21:52.170Z] #7 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 [2025-05-26T02:21:52.170Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:52.430Z] #7 ... [2025-05-26T02:21:52.430Z] [2025-05-26T02:21:52.430Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:52.430Z] #8 DONE 0.0s [2025-05-26T02:21:52.430Z] [2025-05-26T02:21:52.430Z] #7 exporting to image [2025-05-26T02:21:52.430Z] #7 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done [2025-05-26T02:21:52.430Z] #7 pushing layers 0.1s done [2025-05-26T02:21:52.430Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 [2025-05-26T02:21:52.430Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done [2025-05-26T02:21:52.430Z] #7 DONE 0.2s [2025-05-26T02:21:52.430Z] [2025-05-26T02:21:52.430Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:52.430Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:52.977Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-05-26T02:21:52.977Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-05-26T02:21:53.238Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:53.238Z] #1 transferring dockerfile: 172B done [2025-05-26T02:21:53.238Z] #1 DONE 0.0s [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T02:21:53.238Z] #2 DONE 0.0s [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T02:21:53.238Z] #3 DONE 0.0s [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #4 [internal] load .dockerignore [2025-05-26T02:21:53.238Z] #4 transferring context: 2B done [2025-05-26T02:21:53.238Z] #4 DONE 0.0s [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:53.238Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:53.238Z] #5 DONE 0.0s [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:53.238Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:53.238Z] #6 CACHED [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:53.238Z] #5 CACHED [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:53.238Z] #7 DONE 0.0s [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] #8 exporting to image [2025-05-26T02:21:53.238Z] #8 exporting layers done [2025-05-26T02:21:53.238Z] #8 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done [2025-05-26T02:21:53.238Z] #8 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done [2025-05-26T02:21:53.238Z] #8 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done [2025-05-26T02:21:53.238Z] #8 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done [2025-05-26T02:21:53.238Z] #8 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done [2025-05-26T02:21:53.238Z] #8 pushing layers 0.0s done [2025-05-26T02:21:53.238Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done [2025-05-26T02:21:53.238Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:53.238Z] #8 DONE 0.1s [2025-05-26T02:21:53.238Z] [2025-05-26T02:21:53.238Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:53.238Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:53.526Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 --push - [2025-05-26T02:21:53.526Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11' [2025-05-26T02:21:53.787Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:53.787Z] #1 transferring dockerfile: 178B done [2025-05-26T02:21:53.787Z] #1 DONE 0.0s [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 [2025-05-26T02:21:53.787Z] #2 DONE 0.0s [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11 [2025-05-26T02:21:53.787Z] #3 DONE 0.0s [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #4 [internal] load .dockerignore [2025-05-26T02:21:53.787Z] #4 transferring context: 2B done [2025-05-26T02:21:53.787Z] #4 DONE 0.0s [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:53.787Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:53.787Z] #5 DONE 0.0s [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:53.787Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:53.787Z] #6 CACHED [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:53.787Z] #5 CACHED [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:53.787Z] #7 DONE 0.0s [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] #8 exporting to image [2025-05-26T02:21:53.787Z] #8 exporting layers done [2025-05-26T02:21:53.787Z] #8 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done [2025-05-26T02:21:53.787Z] #8 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done [2025-05-26T02:21:53.787Z] #8 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done [2025-05-26T02:21:53.787Z] #8 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done [2025-05-26T02:21:53.787Z] #8 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done [2025-05-26T02:21:53.787Z] #8 pushing layers 0.0s done [2025-05-26T02:21:53.787Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.11@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done [2025-05-26T02:21:53.787Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:53.787Z] #8 DONE 0.1s [2025-05-26T02:21:53.787Z] [2025-05-26T02:21:53.787Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:53.787Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:54.075Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:21:54.075Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:21:54.075Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:54.075Z] #1 transferring dockerfile: 219B done [2025-05-26T02:21:54.075Z] #1 DONE 0.0s [2025-05-26T02:21:54.075Z] [2025-05-26T02:21:54.075Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:54.075Z] #2 DONE 0.0s [2025-05-26T02:21:54.075Z] [2025-05-26T02:21:54.075Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:54.075Z] #3 DONE 0.0s [2025-05-26T02:21:54.075Z] [2025-05-26T02:21:54.075Z] #4 [internal] load .dockerignore [2025-05-26T02:21:54.075Z] #4 transferring context: 2B done [2025-05-26T02:21:54.075Z] #4 DONE 0.0s [2025-05-26T02:21:54.075Z] [2025-05-26T02:21:54.075Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:54.075Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:54.075Z] #5 CACHED [2025-05-26T02:21:54.075Z] [2025-05-26T02:21:54.075Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:54.075Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:54.075Z] #6 CACHED [2025-05-26T02:21:54.075Z] [2025-05-26T02:21:54.075Z] #7 exporting to image [2025-05-26T02:21:54.075Z] #7 exporting layers done [2025-05-26T02:21:54.075Z] #7 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done [2025-05-26T02:21:54.075Z] #7 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done [2025-05-26T02:21:54.075Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:54.336Z] #7 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done [2025-05-26T02:21:54.336Z] #7 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done [2025-05-26T02:21:54.336Z] #7 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done [2025-05-26T02:21:54.336Z] #7 pushing layers 0.0s done [2025-05-26T02:21:54.336Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done [2025-05-26T02:21:54.336Z] #7 DONE 0.1s [2025-05-26T02:21:54.336Z] [2025-05-26T02:21:54.336Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:54.336Z] #8 DONE 0.0s [2025-05-26T02:21:54.336Z] [2025-05-26T02:21:54.336Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:54.336Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:54.630Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-05-26T02:21:54.630Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-05-26T02:21:54.630Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:54.630Z] #1 transferring dockerfile: 170B 0.0s done [2025-05-26T02:21:54.630Z] #1 DONE 0.0s [2025-05-26T02:21:54.630Z] [2025-05-26T02:21:54.630Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T02:21:54.630Z] #2 DONE 0.0s [2025-05-26T02:21:54.630Z] [2025-05-26T02:21:54.630Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T02:21:54.630Z] #3 DONE 0.0s [2025-05-26T02:21:54.630Z] [2025-05-26T02:21:54.630Z] #4 [internal] load .dockerignore [2025-05-26T02:21:54.630Z] #4 transferring context: 2B done [2025-05-26T02:21:54.630Z] #4 DONE 0.0s [2025-05-26T02:21:54.630Z] [2025-05-26T02:21:54.630Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:54.630Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:54.630Z] #5 DONE 0.0s [2025-05-26T02:21:54.630Z] [2025-05-26T02:21:54.630Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:54.891Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 0.0s done [2025-05-26T02:21:54.891Z] #6 CACHED [2025-05-26T02:21:54.891Z] [2025-05-26T02:21:54.891Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:8cf7b5177f0a3f7bc26facfbd9967de2e1a4aa4831049511fd7da9b795499cb1 [2025-05-26T02:21:54.891Z] #5 CACHED [2025-05-26T02:21:54.891Z] [2025-05-26T02:21:54.891Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:54.891Z] #7 DONE 0.0s [2025-05-26T02:21:54.891Z] [2025-05-26T02:21:54.891Z] #8 exporting to image [2025-05-26T02:21:54.891Z] #8 exporting layers done [2025-05-26T02:21:54.891Z] #8 exporting manifest sha256:10c3e9bebd18b71e953431a6a58b5d3f03038dd9ad8f0d3b4d4100ca285a5d58 done [2025-05-26T02:21:54.891Z] #8 exporting config sha256:d6faa41fa8d827099b2d6c30bf172ea4b0f17159485d4406e193be86e5d52a74 done [2025-05-26T02:21:54.891Z] #8 exporting manifest sha256:54089db1aa5a54af3c5988fc2efeb7bc2398ff2757692790185b0d2053e138df done [2025-05-26T02:21:54.891Z] #8 exporting config sha256:b36009e4dadd45c3ad6d667787b91252b3c3fee3e0f3b8be5ef95c8d4fa1bfdd done [2025-05-26T02:21:54.891Z] #8 exporting manifest list sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 done [2025-05-26T02:21:54.891Z] #8 pushing layers 0.0s done [2025-05-26T02:21:54.891Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:bf9d040a10ad67e7ec74acefd7897dc082ac4735103a7d36a2aab53d5e3ed555 0.1s done [2025-05-26T02:21:54.891Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:54.891Z] #8 DONE 0.1s [2025-05-26T02:21:54.891Z] [2025-05-26T02:21:54.891Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:54.891Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:55.184Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:55.184Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:55.184Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:55.184Z] #1 transferring dockerfile: 204B done [2025-05-26T02:21:55.184Z] #1 DONE 0.0s [2025-05-26T02:21:55.184Z] [2025-05-26T02:21:55.184Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:55.184Z] #2 DONE 0.0s [2025-05-26T02:21:55.184Z] [2025-05-26T02:21:55.184Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:55.184Z] #3 DONE 0.0s [2025-05-26T02:21:55.184Z] [2025-05-26T02:21:55.184Z] #4 [internal] load .dockerignore [2025-05-26T02:21:55.184Z] #4 transferring context: 2B done [2025-05-26T02:21:55.184Z] #4 DONE 0.0s [2025-05-26T02:21:55.184Z] [2025-05-26T02:21:55.184Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:55.184Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:55.444Z] #5 DONE 0.0s [2025-05-26T02:21:55.444Z] [2025-05-26T02:21:55.444Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:55.444Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:55.444Z] #6 DONE 0.1s [2025-05-26T02:21:55.444Z] [2025-05-26T02:21:55.444Z] #7 exporting to image [2025-05-26T02:21:55.444Z] #7 exporting layers done [2025-05-26T02:21:55.444Z] #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 0.0s done [2025-05-26T02:21:55.444Z] #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done [2025-05-26T02:21:55.444Z] #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done [2025-05-26T02:21:55.444Z] #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 [2025-05-26T02:21:55.444Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:55.444Z] #7 ... [2025-05-26T02:21:55.444Z] [2025-05-26T02:21:55.444Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:55.444Z] #8 DONE 0.0s [2025-05-26T02:21:55.444Z] [2025-05-26T02:21:55.444Z] #7 exporting to image [2025-05-26T02:21:55.444Z] #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done [2025-05-26T02:21:55.444Z] #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done [2025-05-26T02:21:55.444Z] #7 pushing layers 0.1s done [2025-05-26T02:21:55.444Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 [2025-05-26T02:21:55.704Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done [2025-05-26T02:21:55.704Z] #7 DONE 0.2s [2025-05-26T02:21:55.704Z] [2025-05-26T02:21:55.704Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:55.704Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:55.998Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-05-26T02:21:55.998Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-05-26T02:21:56.258Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:56.258Z] #1 transferring dockerfile: 170B done [2025-05-26T02:21:56.258Z] #1 DONE 0.0s [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T02:21:56.258Z] #2 DONE 0.0s [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T02:21:56.258Z] #3 DONE 0.0s [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #4 [internal] load .dockerignore [2025-05-26T02:21:56.258Z] #4 transferring context: 2B done [2025-05-26T02:21:56.258Z] #4 DONE 0.0s [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:56.258Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:56.258Z] #5 DONE 0.0s [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:56.258Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:56.258Z] #6 CACHED [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:56.258Z] #5 CACHED [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:56.258Z] #7 DONE 0.0s [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] #8 exporting to image [2025-05-26T02:21:56.258Z] #8 exporting layers done [2025-05-26T02:21:56.258Z] #8 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done [2025-05-26T02:21:56.258Z] #8 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done [2025-05-26T02:21:56.258Z] #8 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done [2025-05-26T02:21:56.258Z] #8 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done [2025-05-26T02:21:56.258Z] #8 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done [2025-05-26T02:21:56.258Z] #8 pushing layers 0.0s done [2025-05-26T02:21:56.258Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done [2025-05-26T02:21:56.258Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:56.258Z] #8 DONE 0.1s [2025-05-26T02:21:56.258Z] [2025-05-26T02:21:56.258Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:56.258Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:56.556Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11' [2025-05-26T02:21:56.556Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 --push - [2025-05-26T02:21:56.556Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:56.556Z] #1 transferring dockerfile: 176B done [2025-05-26T02:21:56.556Z] #1 DONE 0.0s [2025-05-26T02:21:56.556Z] [2025-05-26T02:21:56.556Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 [2025-05-26T02:21:56.556Z] #2 DONE 0.0s [2025-05-26T02:21:56.556Z] [2025-05-26T02:21:56.556Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11 [2025-05-26T02:21:56.556Z] #3 DONE 0.0s [2025-05-26T02:21:56.556Z] [2025-05-26T02:21:56.556Z] #4 [internal] load .dockerignore [2025-05-26T02:21:56.556Z] #4 transferring context: 2B done [2025-05-26T02:21:56.556Z] #4 DONE 0.0s [2025-05-26T02:21:56.556Z] [2025-05-26T02:21:56.556Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:56.556Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:56.556Z] #5 CACHED [2025-05-26T02:21:56.556Z] [2025-05-26T02:21:56.556Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:56.556Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:56.556Z] #6 CACHED [2025-05-26T02:21:56.556Z] [2025-05-26T02:21:56.556Z] #7 exporting to image [2025-05-26T02:21:56.556Z] #7 exporting layers done [2025-05-26T02:21:56.556Z] #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done [2025-05-26T02:21:56.556Z] #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef [2025-05-26T02:21:56.556Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:56.817Z] #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done [2025-05-26T02:21:56.817Z] #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done [2025-05-26T02:21:56.817Z] #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done [2025-05-26T02:21:56.817Z] #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done [2025-05-26T02:21:56.817Z] #7 pushing layers 0.0s done [2025-05-26T02:21:56.817Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.11@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done [2025-05-26T02:21:56.817Z] #7 DONE 0.1s [2025-05-26T02:21:56.817Z] [2025-05-26T02:21:56.817Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:56.817Z] #8 DONE 0.0s [2025-05-26T02:21:56.817Z] [2025-05-26T02:21:56.817Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:56.817Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:57.111Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:21:57.111Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:21:57.111Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:57.111Z] #1 transferring dockerfile: 217B done [2025-05-26T02:21:57.111Z] #1 DONE 0.0s [2025-05-26T02:21:57.111Z] [2025-05-26T02:21:57.111Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:57.111Z] #2 DONE 0.0s [2025-05-26T02:21:57.111Z] [2025-05-26T02:21:57.111Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:21:57.111Z] #3 DONE 0.0s [2025-05-26T02:21:57.111Z] [2025-05-26T02:21:57.111Z] #4 [internal] load .dockerignore [2025-05-26T02:21:57.111Z] #4 transferring context: 2B done [2025-05-26T02:21:57.111Z] #4 DONE 0.0s [2025-05-26T02:21:57.111Z] [2025-05-26T02:21:57.111Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:57.111Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:57.111Z] #5 CACHED [2025-05-26T02:21:57.111Z] [2025-05-26T02:21:57.111Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:57.111Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:57.111Z] #6 CACHED [2025-05-26T02:21:57.111Z] [2025-05-26T02:21:57.111Z] #7 exporting to image [2025-05-26T02:21:57.111Z] #7 exporting layers done [2025-05-26T02:21:57.111Z] #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done [2025-05-26T02:21:57.111Z] #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done [2025-05-26T02:21:57.111Z] #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done [2025-05-26T02:21:57.111Z] #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done [2025-05-26T02:21:57.111Z] #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done [2025-05-26T02:21:57.111Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:57.370Z] #7 pushing layers 0.0s done [2025-05-26T02:21:57.370Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done [2025-05-26T02:21:57.370Z] #7 DONE 0.1s [2025-05-26T02:21:57.370Z] [2025-05-26T02:21:57.370Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:57.370Z] #8 DONE 0.0s [2025-05-26T02:21:57.370Z] [2025-05-26T02:21:57.370Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:57.370Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:57.668Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-05-26T02:21:57.668Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-05-26T02:21:57.668Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:57.668Z] #1 transferring dockerfile: 168B done [2025-05-26T02:21:57.668Z] #1 DONE 0.0s [2025-05-26T02:21:57.668Z] [2025-05-26T02:21:57.668Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T02:21:57.668Z] #2 DONE 0.0s [2025-05-26T02:21:57.668Z] [2025-05-26T02:21:57.668Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T02:21:57.668Z] #3 DONE 0.0s [2025-05-26T02:21:57.668Z] [2025-05-26T02:21:57.668Z] #4 [internal] load .dockerignore [2025-05-26T02:21:57.668Z] #4 transferring context: 2B done [2025-05-26T02:21:57.668Z] #4 DONE 0.0s [2025-05-26T02:21:57.668Z] [2025-05-26T02:21:57.668Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:57.668Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:57.668Z] #5 CACHED [2025-05-26T02:21:57.668Z] [2025-05-26T02:21:57.668Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 [2025-05-26T02:21:57.668Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c887631a0f8afc6045c291da641f7a5d7b8cab87e71f2afda65be48916120154 0.0s done [2025-05-26T02:21:57.668Z] #6 CACHED [2025-05-26T02:21:57.668Z] [2025-05-26T02:21:57.668Z] #7 exporting to image [2025-05-26T02:21:57.668Z] #7 exporting layers done [2025-05-26T02:21:57.668Z] #7 exporting manifest sha256:cf0b1efe4373ea41bec829ed3797958c9266e84002b0a7b91c971bb1b34610b5 done [2025-05-26T02:21:57.668Z] #7 exporting config sha256:3ff917449205d700a09e06b2a143aa3116c6dbc3f8354b96e1b075cc1e6c2eef done [2025-05-26T02:21:57.668Z] #7 exporting manifest sha256:4a08b37c49bc66876b2d97afedb98904d7247c7e3507974355ac31b75b441503 done [2025-05-26T02:21:57.668Z] #7 exporting config sha256:9ea1e6aec63b156ce08a113fbb036c2c9ae3579d887d93be2724b5d6889b9f06 done [2025-05-26T02:21:57.668Z] #7 exporting manifest list sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 done [2025-05-26T02:21:57.668Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:57.928Z] #7 pushing layers 0.0s done [2025-05-26T02:21:57.928Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7103bc470b058cee55038f9cee7084a051ba06b289bdb3987e3c50129c084345 0.1s done [2025-05-26T02:21:57.928Z] #7 DONE 0.1s [2025-05-26T02:21:57.928Z] [2025-05-26T02:21:57.928Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:57.928Z] #8 DONE 0.0s [2025-05-26T02:21:57.928Z] [2025-05-26T02:21:57.928Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:57.928Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:58.221Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:21:58.222Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:21:58.222Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:58.222Z] #1 transferring dockerfile: 205B done [2025-05-26T02:21:58.222Z] #1 DONE 0.0s [2025-05-26T02:21:58.222Z] [2025-05-26T02:21:58.222Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:58.222Z] #2 DONE 0.0s [2025-05-26T02:21:58.222Z] [2025-05-26T02:21:58.222Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:21:58.222Z] #3 DONE 0.0s [2025-05-26T02:21:58.222Z] [2025-05-26T02:21:58.222Z] #4 [internal] load .dockerignore [2025-05-26T02:21:58.222Z] #4 transferring context: 2B done [2025-05-26T02:21:58.222Z] #4 DONE 0.0s [2025-05-26T02:21:58.222Z] [2025-05-26T02:21:58.222Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:21:58.222Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:21:58.482Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:21:58.482Z] #5 DONE 0.0s [2025-05-26T02:21:58.482Z] [2025-05-26T02:21:58.482Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:21:58.482Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:21:58.482Z] #6 DONE 0.1s [2025-05-26T02:21:58.482Z] [2025-05-26T02:21:58.482Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:58.482Z] #7 DONE 0.0s [2025-05-26T02:21:58.482Z] [2025-05-26T02:21:58.482Z] #8 exporting to image [2025-05-26T02:21:58.482Z] #8 exporting layers done [2025-05-26T02:21:58.482Z] #8 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done [2025-05-26T02:21:58.482Z] #8 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done [2025-05-26T02:21:58.482Z] #8 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done [2025-05-26T02:21:58.482Z] #8 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done [2025-05-26T02:21:58.482Z] #8 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done [2025-05-26T02:21:58.482Z] #8 pushing layers 0.1s done [2025-05-26T02:21:58.482Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 [2025-05-26T02:21:58.482Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:58.742Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done [2025-05-26T02:21:58.742Z] #8 DONE 0.2s [2025-05-26T02:21:58.742Z] [2025-05-26T02:21:58.742Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:58.742Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:59.029Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-05-26T02:21:59.029Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-05-26T02:21:59.290Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:59.290Z] #1 transferring dockerfile: 171B done [2025-05-26T02:21:59.290Z] #1 DONE 0.0s [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T02:21:59.290Z] #2 DONE 0.0s [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T02:21:59.290Z] #3 DONE 0.0s [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] #4 [internal] load .dockerignore [2025-05-26T02:21:59.290Z] #4 transferring context: 2B done [2025-05-26T02:21:59.290Z] #4 DONE 0.0s [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:21:59.290Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 done [2025-05-26T02:21:59.290Z] #5 CACHED [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:21:59.290Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 done [2025-05-26T02:21:59.290Z] #6 CACHED [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] #7 exporting to image [2025-05-26T02:21:59.290Z] #7 exporting layers done [2025-05-26T02:21:59.290Z] #7 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done [2025-05-26T02:21:59.290Z] #7 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done [2025-05-26T02:21:59.290Z] #7 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done [2025-05-26T02:21:59.290Z] #7 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done [2025-05-26T02:21:59.290Z] #7 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done [2025-05-26T02:21:59.290Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:59.290Z] #7 pushing layers 0.0s done [2025-05-26T02:21:59.290Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done [2025-05-26T02:21:59.290Z] #7 DONE 0.1s [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:59.290Z] #8 DONE 0.0s [2025-05-26T02:21:59.290Z] [2025-05-26T02:21:59.290Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:59.290Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:21:59.582Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11' [2025-05-26T02:21:59.582Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 --push - [2025-05-26T02:21:59.843Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:21:59.843Z] #1 transferring dockerfile: 177B done [2025-05-26T02:21:59.843Z] #1 DONE 0.0s [2025-05-26T02:21:59.843Z] [2025-05-26T02:21:59.843Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 [2025-05-26T02:21:59.843Z] #2 DONE 0.0s [2025-05-26T02:21:59.843Z] [2025-05-26T02:21:59.843Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11 [2025-05-26T02:21:59.843Z] #3 DONE 0.0s [2025-05-26T02:21:59.843Z] [2025-05-26T02:21:59.843Z] #4 [internal] load .dockerignore [2025-05-26T02:21:59.843Z] #4 transferring context: 2B done [2025-05-26T02:21:59.843Z] #4 DONE 0.0s [2025-05-26T02:21:59.843Z] [2025-05-26T02:21:59.843Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:21:59.843Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:21:59.843Z] #5 CACHED [2025-05-26T02:21:59.843Z] [2025-05-26T02:21:59.843Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:21:59.844Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:21:59.844Z] #6 CACHED [2025-05-26T02:21:59.844Z] [2025-05-26T02:21:59.844Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:21:59.844Z] #7 DONE 0.0s [2025-05-26T02:21:59.844Z] [2025-05-26T02:21:59.844Z] #8 exporting to image [2025-05-26T02:21:59.844Z] #8 exporting layers done [2025-05-26T02:21:59.844Z] #8 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done [2025-05-26T02:21:59.844Z] #8 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done [2025-05-26T02:21:59.844Z] #8 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done [2025-05-26T02:21:59.844Z] #8 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done [2025-05-26T02:21:59.844Z] #8 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done [2025-05-26T02:21:59.844Z] #8 pushing layers 0.0s done [2025-05-26T02:21:59.844Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.11@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done [2025-05-26T02:21:59.844Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:21:59.844Z] #8 DONE 0.1s [2025-05-26T02:21:59.844Z] [2025-05-26T02:21:59.844Z] 1 warning found (use --debug to expand): [2025-05-26T02:21:59.844Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:00.142Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:00.142Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:00.402Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:00.402Z] #1 transferring dockerfile: 218B done [2025-05-26T02:22:00.402Z] #1 DONE 0.0s [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:00.402Z] #2 DONE 0.0s [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:00.402Z] #3 DONE 0.0s [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #4 [internal] load .dockerignore [2025-05-26T02:22:00.402Z] #4 transferring context: 2B done [2025-05-26T02:22:00.402Z] #4 DONE 0.0s [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:22:00.402Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:22:00.402Z] #5 DONE 0.0s [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:22:00.402Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:22:00.402Z] #6 CACHED [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:22:00.402Z] #5 CACHED [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:00.402Z] #7 DONE 0.0s [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] #8 exporting to image [2025-05-26T02:22:00.402Z] #8 exporting layers done [2025-05-26T02:22:00.402Z] #8 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done [2025-05-26T02:22:00.402Z] #8 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done [2025-05-26T02:22:00.402Z] #8 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done [2025-05-26T02:22:00.402Z] #8 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done [2025-05-26T02:22:00.402Z] #8 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done [2025-05-26T02:22:00.402Z] #8 pushing layers 0.0s done [2025-05-26T02:22:00.402Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done [2025-05-26T02:22:00.402Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:00.402Z] #8 DONE 0.1s [2025-05-26T02:22:00.402Z] [2025-05-26T02:22:00.402Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:00.402Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:00.690Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-05-26T02:22:00.690Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-05-26T02:22:00.949Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:00.949Z] #1 transferring dockerfile: 169B done [2025-05-26T02:22:00.949Z] #1 DONE 0.0s [2025-05-26T02:22:00.949Z] [2025-05-26T02:22:00.949Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T02:22:00.949Z] #2 DONE 0.0s [2025-05-26T02:22:00.949Z] [2025-05-26T02:22:00.949Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T02:22:00.949Z] #3 DONE 0.0s [2025-05-26T02:22:00.949Z] [2025-05-26T02:22:00.949Z] #4 [internal] load .dockerignore [2025-05-26T02:22:00.949Z] #4 transferring context: 2B done [2025-05-26T02:22:00.949Z] #4 DONE 0.0s [2025-05-26T02:22:00.949Z] [2025-05-26T02:22:00.949Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:22:00.949Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:22:00.949Z] #5 CACHED [2025-05-26T02:22:00.949Z] [2025-05-26T02:22:00.949Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 [2025-05-26T02:22:00.949Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:8779d3357dcf53062a83f0cfab08aca6b884e46e5dfd9ccbc59ebefdcf8d7c85 0.0s done [2025-05-26T02:22:00.949Z] #6 CACHED [2025-05-26T02:22:00.949Z] [2025-05-26T02:22:00.949Z] #7 exporting to image [2025-05-26T02:22:00.949Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:00.949Z] #7 exporting layers done [2025-05-26T02:22:00.949Z] #7 exporting manifest sha256:8ceb23984c7f7b47546bb2090043a257be154adf1c7d99644dbd14eb7ec0f6c4 done [2025-05-26T02:22:00.949Z] #7 exporting config sha256:a7f50ce4acb06c7733b9d3281fb4d03f7e948f9a3bd0e89534213680917d9381 done [2025-05-26T02:22:00.949Z] #7 exporting manifest sha256:08d164509b2a4bbea0bef80c20067d27df961e05fdba73b93ada5e03affb4dd4 done [2025-05-26T02:22:00.949Z] #7 exporting config sha256:ebe20882e89cd20d1091c85bbb0eaec9a3d652de0670c2d40ae75a2335dc4be7 done [2025-05-26T02:22:00.949Z] #7 exporting manifest list sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 done [2025-05-26T02:22:00.949Z] #7 pushing layers 0.0s done [2025-05-26T02:22:00.949Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:5d6c6fddc8b31de62b35d634d70a8793091a2fd1dc49cac84f5a4bd4d1ff5863 0.1s done [2025-05-26T02:22:00.949Z] #7 DONE 0.1s [2025-05-26T02:22:00.949Z] [2025-05-26T02:22:00.950Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:00.950Z] #8 DONE 0.0s [2025-05-26T02:22:00.950Z] [2025-05-26T02:22:00.950Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:00.950Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:01.298Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:22:01.298Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:22:01.298Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:01.298Z] #1 transferring dockerfile: 211B done [2025-05-26T02:22:01.298Z] #1 DONE 0.0s [2025-05-26T02:22:01.298Z] [2025-05-26T02:22:01.298Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:01.298Z] #2 DONE 0.0s [2025-05-26T02:22:01.298Z] [2025-05-26T02:22:01.298Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:01.298Z] #3 DONE 0.0s [2025-05-26T02:22:01.298Z] [2025-05-26T02:22:01.298Z] #4 [internal] load .dockerignore [2025-05-26T02:22:01.298Z] #4 transferring context: 2B done [2025-05-26T02:22:01.298Z] #4 DONE 0.0s [2025-05-26T02:22:01.587Z] [2025-05-26T02:22:01.587Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:01.587Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:01.587Z] #5 DONE 0.0s [2025-05-26T02:22:01.587Z] [2025-05-26T02:22:01.587Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:01.587Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:01.587Z] #6 DONE 0.1s [2025-05-26T02:22:01.587Z] [2025-05-26T02:22:01.587Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:01.587Z] #7 DONE 0.0s [2025-05-26T02:22:01.587Z] [2025-05-26T02:22:01.587Z] #8 exporting to image [2025-05-26T02:22:01.587Z] #8 exporting layers done [2025-05-26T02:22:01.587Z] #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done [2025-05-26T02:22:01.587Z] #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done [2025-05-26T02:22:01.587Z] #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 0.0s done [2025-05-26T02:22:01.587Z] #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done [2025-05-26T02:22:01.587Z] #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.0s done [2025-05-26T02:22:01.587Z] #8 pushing layers [2025-05-26T02:22:01.587Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:01.848Z] #8 pushing layers 0.1s done [2025-05-26T02:22:01.848Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done [2025-05-26T02:22:01.848Z] #8 DONE 0.3s [2025-05-26T02:22:01.848Z] [2025-05-26T02:22:01.848Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:01.848Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:02.147Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-05-26T02:22:02.147Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-05-26T02:22:02.407Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:02.407Z] #1 transferring dockerfile: 177B done [2025-05-26T02:22:02.407Z] #1 DONE 0.0s [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T02:22:02.407Z] #2 DONE 0.0s [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T02:22:02.407Z] #3 DONE 0.0s [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #4 [internal] load .dockerignore [2025-05-26T02:22:02.407Z] #4 transferring context: 2B done [2025-05-26T02:22:02.407Z] #4 DONE 0.0s [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:02.407Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:02.407Z] #5 ... [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:02.407Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:02.407Z] #6 DONE 0.0s [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:02.407Z] #5 CACHED [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:02.407Z] #6 CACHED [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:02.407Z] #7 DONE 0.0s [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] #8 exporting to image [2025-05-26T02:22:02.407Z] #8 exporting layers done [2025-05-26T02:22:02.407Z] #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done [2025-05-26T02:22:02.407Z] #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done [2025-05-26T02:22:02.407Z] #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done [2025-05-26T02:22:02.407Z] #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done [2025-05-26T02:22:02.407Z] #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done [2025-05-26T02:22:02.407Z] #8 pushing layers 0.0s done [2025-05-26T02:22:02.407Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done [2025-05-26T02:22:02.407Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:02.407Z] #8 DONE 0.1s [2025-05-26T02:22:02.407Z] [2025-05-26T02:22:02.407Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:02.407Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:02.705Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11' [2025-05-26T02:22:02.705Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 --push - [2025-05-26T02:22:02.705Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:02.705Z] #1 transferring dockerfile: 183B done [2025-05-26T02:22:02.705Z] #1 DONE 0.0s [2025-05-26T02:22:02.705Z] [2025-05-26T02:22:02.706Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 [2025-05-26T02:22:02.706Z] #2 DONE 0.0s [2025-05-26T02:22:02.706Z] [2025-05-26T02:22:02.706Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11 [2025-05-26T02:22:02.706Z] #3 DONE 0.0s [2025-05-26T02:22:02.706Z] [2025-05-26T02:22:02.706Z] #4 [internal] load .dockerignore [2025-05-26T02:22:02.706Z] #4 transferring context: 2B done [2025-05-26T02:22:02.706Z] #4 DONE 0.0s [2025-05-26T02:22:02.706Z] [2025-05-26T02:22:02.706Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:02.706Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:02.706Z] #5 CACHED [2025-05-26T02:22:02.706Z] [2025-05-26T02:22:02.706Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:02.706Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:02.967Z] #6 CACHED [2025-05-26T02:22:02.967Z] [2025-05-26T02:22:02.967Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:02.967Z] #7 DONE 0.0s [2025-05-26T02:22:02.967Z] [2025-05-26T02:22:02.967Z] #8 exporting to image [2025-05-26T02:22:02.967Z] #8 exporting layers done [2025-05-26T02:22:02.967Z] #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done [2025-05-26T02:22:02.967Z] #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done [2025-05-26T02:22:02.967Z] #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done [2025-05-26T02:22:02.967Z] #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done [2025-05-26T02:22:02.967Z] #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done [2025-05-26T02:22:02.967Z] #8 pushing layers 0.0s done [2025-05-26T02:22:02.967Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.11@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done [2025-05-26T02:22:02.967Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:02.967Z] #8 DONE 0.1s [2025-05-26T02:22:02.967Z] [2025-05-26T02:22:02.967Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:02.967Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:03.262Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:03.262Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:03.262Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:03.262Z] #1 transferring dockerfile: 224B done [2025-05-26T02:22:03.262Z] #1 DONE 0.0s [2025-05-26T02:22:03.262Z] [2025-05-26T02:22:03.262Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:03.262Z] #2 DONE 0.0s [2025-05-26T02:22:03.262Z] [2025-05-26T02:22:03.262Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:03.262Z] #3 DONE 0.0s [2025-05-26T02:22:03.262Z] [2025-05-26T02:22:03.262Z] #4 [internal] load .dockerignore [2025-05-26T02:22:03.262Z] #4 transferring context: 2B done [2025-05-26T02:22:03.262Z] #4 DONE 0.0s [2025-05-26T02:22:03.262Z] [2025-05-26T02:22:03.262Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:03.262Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:03.262Z] #5 DONE 0.0s [2025-05-26T02:22:03.262Z] [2025-05-26T02:22:03.262Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:03.523Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:03.523Z] #6 CACHED [2025-05-26T02:22:03.523Z] [2025-05-26T02:22:03.523Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:03.523Z] #5 CACHED [2025-05-26T02:22:03.523Z] [2025-05-26T02:22:03.523Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:03.523Z] #7 DONE 0.0s [2025-05-26T02:22:03.523Z] [2025-05-26T02:22:03.523Z] #8 exporting to image [2025-05-26T02:22:03.523Z] #8 exporting layers done [2025-05-26T02:22:03.523Z] #8 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done [2025-05-26T02:22:03.523Z] #8 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done [2025-05-26T02:22:03.523Z] #8 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done [2025-05-26T02:22:03.523Z] #8 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done [2025-05-26T02:22:03.523Z] #8 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done [2025-05-26T02:22:03.523Z] #8 pushing layers 0.0s done [2025-05-26T02:22:03.523Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done [2025-05-26T02:22:03.523Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:03.523Z] #8 DONE 0.1s [2025-05-26T02:22:03.523Z] [2025-05-26T02:22:03.523Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:03.523Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:03.813Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-05-26T02:22:03.813Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-05-26T02:22:03.813Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:03.813Z] #1 transferring dockerfile: 175B done [2025-05-26T02:22:03.813Z] #1 DONE 0.0s [2025-05-26T02:22:03.813Z] [2025-05-26T02:22:03.813Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T02:22:03.813Z] #2 DONE 0.0s [2025-05-26T02:22:03.813Z] [2025-05-26T02:22:03.813Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T02:22:03.813Z] #3 DONE 0.0s [2025-05-26T02:22:03.813Z] [2025-05-26T02:22:03.813Z] #4 [internal] load .dockerignore [2025-05-26T02:22:03.813Z] #4 transferring context: 2B done [2025-05-26T02:22:03.813Z] #4 DONE 0.0s [2025-05-26T02:22:03.813Z] [2025-05-26T02:22:03.813Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:03.813Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:03.813Z] #5 CACHED [2025-05-26T02:22:03.813Z] [2025-05-26T02:22:03.813Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac [2025-05-26T02:22:03.813Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:564ac1bcc8c612a818ad0b8c79416b35774309374390d13b8c196e87b87374ac 0.0s done [2025-05-26T02:22:03.813Z] #6 CACHED [2025-05-26T02:22:03.813Z] [2025-05-26T02:22:03.813Z] #7 exporting to image [2025-05-26T02:22:03.813Z] #7 exporting layers done [2025-05-26T02:22:03.813Z] #7 exporting manifest sha256:7a692d59b3ec2f0733bbda90939ca65cbe90708458ec845865b3d9853572002e done [2025-05-26T02:22:03.814Z] #7 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 [2025-05-26T02:22:03.814Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:04.073Z] #7 exporting config sha256:20a9a549c84890fdf9179222cdb2e2ee55711866ab3fdaa97408398722ce9c52 done [2025-05-26T02:22:04.073Z] #7 exporting manifest sha256:138f5531ffebfa00d79e1516ea63a60bbbe1d4206c6164c5e290e66603345559 done [2025-05-26T02:22:04.073Z] #7 exporting config sha256:b63270ab4a3117653a19b978013d319428dd7902e977cce4efa39028305b5240 done [2025-05-26T02:22:04.073Z] #7 exporting manifest list sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f done [2025-05-26T02:22:04.073Z] #7 pushing layers 0.0s done [2025-05-26T02:22:04.073Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b7d674de2515d2e30c1a19e57d4350551fa2ab7c06b1c181a7087ed8e36f966f 0.1s done [2025-05-26T02:22:04.073Z] #7 DONE 0.1s [2025-05-26T02:22:04.073Z] [2025-05-26T02:22:04.073Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:04.073Z] #8 DONE 0.0s [2025-05-26T02:22:04.073Z] [2025-05-26T02:22:04.073Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:04.073Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:04.364Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:22:04.364Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:22:04.623Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:04.623Z] #1 transferring dockerfile: 215B done [2025-05-26T02:22:04.623Z] #1 DONE 0.0s [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:04.623Z] #2 DONE 0.0s [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:04.623Z] #3 DONE 0.1s [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #4 [internal] load .dockerignore [2025-05-26T02:22:04.623Z] #4 transferring context: [2025-05-26T02:22:04.623Z] #4 transferring context: 2B done [2025-05-26T02:22:04.623Z] #4 DONE 0.0s [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:04.623Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:04.623Z] #5 DONE 0.0s [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:04.623Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:04.623Z] #6 DONE 0.1s [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #7 exporting to image [2025-05-26T02:22:04.623Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:04.623Z] #7 ... [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:04.623Z] #8 DONE 0.0s [2025-05-26T02:22:04.623Z] [2025-05-26T02:22:04.623Z] #7 exporting to image [2025-05-26T02:22:04.623Z] #7 exporting layers done [2025-05-26T02:22:04.623Z] #7 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done [2025-05-26T02:22:04.623Z] #7 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done [2025-05-26T02:22:04.623Z] #7 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done [2025-05-26T02:22:04.623Z] #7 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done [2025-05-26T02:22:04.623Z] #7 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done [2025-05-26T02:22:04.623Z] #7 pushing layers 0.1s done [2025-05-26T02:22:04.623Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c [2025-05-26T02:22:04.884Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done [2025-05-26T02:22:04.884Z] #7 DONE 0.2s [2025-05-26T02:22:04.884Z] [2025-05-26T02:22:04.884Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:04.884Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:05.174Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-05-26T02:22:05.174Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-05-26T02:22:05.434Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:05.434Z] #1 transferring dockerfile: 181B done [2025-05-26T02:22:05.434Z] #1 DONE 0.0s [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T02:22:05.434Z] #2 DONE 0.0s [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T02:22:05.434Z] #3 DONE 0.0s [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #4 [internal] load .dockerignore [2025-05-26T02:22:05.434Z] #4 transferring context: 2B done [2025-05-26T02:22:05.434Z] #4 DONE 0.0s [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:05.434Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:05.434Z] #5 DONE 0.0s [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:05.434Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:05.434Z] #6 CACHED [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:05.434Z] #5 CACHED [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:05.434Z] #7 DONE 0.0s [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] #8 exporting to image [2025-05-26T02:22:05.434Z] #8 exporting layers done [2025-05-26T02:22:05.434Z] #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done [2025-05-26T02:22:05.434Z] #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done [2025-05-26T02:22:05.434Z] #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done [2025-05-26T02:22:05.434Z] #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done [2025-05-26T02:22:05.434Z] #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done [2025-05-26T02:22:05.434Z] #8 pushing layers 0.0s done [2025-05-26T02:22:05.434Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done [2025-05-26T02:22:05.434Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:05.434Z] #8 DONE 0.1s [2025-05-26T02:22:05.434Z] [2025-05-26T02:22:05.434Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:05.434Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:05.726Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11' [2025-05-26T02:22:05.726Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 --push - [2025-05-26T02:22:05.726Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:05.726Z] #1 transferring dockerfile: 187B done [2025-05-26T02:22:05.726Z] #1 DONE 0.0s [2025-05-26T02:22:05.726Z] [2025-05-26T02:22:05.726Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 [2025-05-26T02:22:05.726Z] #2 DONE 0.0s [2025-05-26T02:22:05.726Z] [2025-05-26T02:22:05.726Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11 [2025-05-26T02:22:05.726Z] #3 DONE 0.0s [2025-05-26T02:22:05.726Z] [2025-05-26T02:22:05.726Z] #4 [internal] load .dockerignore [2025-05-26T02:22:05.726Z] #4 transferring context: 2B done [2025-05-26T02:22:05.726Z] #4 DONE 0.0s [2025-05-26T02:22:05.726Z] [2025-05-26T02:22:05.726Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:05.726Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:05.726Z] #5 CACHED [2025-05-26T02:22:05.726Z] [2025-05-26T02:22:05.726Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:05.986Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:05.986Z] #6 CACHED [2025-05-26T02:22:05.986Z] [2025-05-26T02:22:05.986Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:05.986Z] #7 DONE 0.0s [2025-05-26T02:22:05.986Z] [2025-05-26T02:22:05.986Z] #8 exporting to image [2025-05-26T02:22:05.986Z] #8 exporting layers done [2025-05-26T02:22:05.986Z] #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done [2025-05-26T02:22:05.986Z] #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done [2025-05-26T02:22:05.986Z] #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done [2025-05-26T02:22:05.986Z] #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done [2025-05-26T02:22:05.986Z] #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done [2025-05-26T02:22:05.986Z] #8 pushing layers 0.0s done [2025-05-26T02:22:05.986Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.11@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done [2025-05-26T02:22:05.986Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:05.986Z] #8 DONE 0.1s [2025-05-26T02:22:05.986Z] [2025-05-26T02:22:05.986Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:05.986Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:06.279Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:06.280Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:06.280Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:06.280Z] #1 transferring dockerfile: 228B done [2025-05-26T02:22:06.280Z] #1 DONE 0.0s [2025-05-26T02:22:06.280Z] [2025-05-26T02:22:06.280Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:06.280Z] #2 DONE 0.0s [2025-05-26T02:22:06.280Z] [2025-05-26T02:22:06.280Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:06.280Z] #3 DONE 0.0s [2025-05-26T02:22:06.280Z] [2025-05-26T02:22:06.280Z] #4 [internal] load .dockerignore [2025-05-26T02:22:06.280Z] #4 transferring context: 2B done [2025-05-26T02:22:06.280Z] #4 DONE 0.0s [2025-05-26T02:22:06.280Z] [2025-05-26T02:22:06.280Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:06.280Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:06.280Z] #5 CACHED [2025-05-26T02:22:06.280Z] [2025-05-26T02:22:06.280Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:06.540Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:06.540Z] #6 CACHED [2025-05-26T02:22:06.540Z] [2025-05-26T02:22:06.540Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:06.540Z] #7 DONE 0.0s [2025-05-26T02:22:06.540Z] [2025-05-26T02:22:06.540Z] #8 exporting to image [2025-05-26T02:22:06.540Z] #8 exporting layers done [2025-05-26T02:22:06.540Z] #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done [2025-05-26T02:22:06.540Z] #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done [2025-05-26T02:22:06.540Z] #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done [2025-05-26T02:22:06.540Z] #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done [2025-05-26T02:22:06.540Z] #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done [2025-05-26T02:22:06.540Z] #8 pushing layers 0.0s done [2025-05-26T02:22:06.540Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done [2025-05-26T02:22:06.540Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:06.540Z] #8 DONE 0.1s [2025-05-26T02:22:06.540Z] [2025-05-26T02:22:06.540Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:06.540Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:06.825Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-05-26T02:22:06.825Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-05-26T02:22:07.086Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:07.086Z] #1 transferring dockerfile: 179B done [2025-05-26T02:22:07.086Z] #1 DONE 0.0s [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T02:22:07.086Z] #2 DONE 0.0s [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T02:22:07.086Z] #3 DONE 0.0s [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #4 [internal] load .dockerignore [2025-05-26T02:22:07.086Z] #4 transferring context: 2B done [2025-05-26T02:22:07.086Z] #4 DONE 0.0s [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:07.086Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:07.086Z] #5 DONE 0.0s [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:07.086Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 0.0s done [2025-05-26T02:22:07.086Z] #6 CACHED [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:f4d2de13ceb5347db36452c188abe7ce4bd7b90baa8680d7385a06e725b422e0 [2025-05-26T02:22:07.086Z] #5 CACHED [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:07.086Z] #7 DONE 0.0s [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] #8 exporting to image [2025-05-26T02:22:07.086Z] #8 exporting layers done [2025-05-26T02:22:07.086Z] #8 exporting manifest sha256:99bd8ba8c8abd8eb25ce123be393240d29d4371a2aef05307a2d6c5632a304b6 done [2025-05-26T02:22:07.086Z] #8 exporting config sha256:57e107ed19c5a42f2dab541181018045ca5eeaf2bb12afa01bafb2376333c973 done [2025-05-26T02:22:07.086Z] #8 exporting manifest sha256:69375b408d0feb50362056f75a9c659bb63da89a4a1a2cab541c4f2834dfb093 done [2025-05-26T02:22:07.086Z] #8 exporting config sha256:1c21ed5787cbe899e6eb28963ff4ce463a40952aa123b72ff5f60bc4527488d5 done [2025-05-26T02:22:07.086Z] #8 exporting manifest list sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c done [2025-05-26T02:22:07.086Z] #8 pushing layers 0.0s done [2025-05-26T02:22:07.086Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:efdea5c6820f77c82a6ec75d6383a5d82b0d01acc6defbc0c64da41324a24d1c 0.1s done [2025-05-26T02:22:07.086Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:07.086Z] #8 DONE 0.1s [2025-05-26T02:22:07.086Z] [2025-05-26T02:22:07.086Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:07.086Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:07.372Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:22:07.372Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:22:07.372Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:07.372Z] #1 transferring dockerfile: 205B done [2025-05-26T02:22:07.372Z] #1 DONE 0.0s [2025-05-26T02:22:07.372Z] [2025-05-26T02:22:07.372Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:07.372Z] #2 DONE 0.0s [2025-05-26T02:22:07.372Z] [2025-05-26T02:22:07.372Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:07.372Z] #3 DONE 0.1s [2025-05-26T02:22:07.372Z] [2025-05-26T02:22:07.372Z] #4 [internal] load .dockerignore [2025-05-26T02:22:07.372Z] #4 transferring context: 2B done [2025-05-26T02:22:07.372Z] #4 DONE 0.0s [2025-05-26T02:22:07.632Z] [2025-05-26T02:22:07.632Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:07.632Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:07.632Z] #5 DONE 0.0s [2025-05-26T02:22:07.632Z] [2025-05-26T02:22:07.632Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:07.632Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:07.632Z] #6 DONE 0.1s [2025-05-26T02:22:07.632Z] [2025-05-26T02:22:07.632Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:07.632Z] #7 DONE 0.0s [2025-05-26T02:22:07.632Z] [2025-05-26T02:22:07.632Z] #8 exporting to image [2025-05-26T02:22:07.632Z] #8 exporting layers done [2025-05-26T02:22:07.632Z] #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done [2025-05-26T02:22:07.632Z] #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done [2025-05-26T02:22:07.632Z] #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done [2025-05-26T02:22:07.632Z] #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done [2025-05-26T02:22:07.632Z] #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done [2025-05-26T02:22:07.632Z] #8 pushing layers 0.1s done [2025-05-26T02:22:07.632Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 [2025-05-26T02:22:07.632Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:07.892Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done [2025-05-26T02:22:07.892Z] #8 DONE 0.2s [2025-05-26T02:22:07.892Z] [2025-05-26T02:22:07.892Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:07.892Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:08.183Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-05-26T02:22:08.184Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-05-26T02:22:08.441Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:08.441Z] #1 transferring dockerfile: 171B done [2025-05-26T02:22:08.441Z] #1 DONE 0.0s [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T02:22:08.441Z] #2 DONE 0.0s [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T02:22:08.441Z] #3 DONE 0.0s [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #4 [internal] load .dockerignore [2025-05-26T02:22:08.441Z] #4 transferring context: 2B done [2025-05-26T02:22:08.441Z] #4 DONE 0.0s [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:08.441Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:08.441Z] #5 DONE 0.0s [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:08.441Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:08.441Z] #6 CACHED [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:08.441Z] #5 CACHED [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:08.441Z] #7 DONE 0.0s [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] #8 exporting to image [2025-05-26T02:22:08.441Z] #8 exporting layers done [2025-05-26T02:22:08.441Z] #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done [2025-05-26T02:22:08.441Z] #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done [2025-05-26T02:22:08.441Z] #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done [2025-05-26T02:22:08.441Z] #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done [2025-05-26T02:22:08.441Z] #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done [2025-05-26T02:22:08.441Z] #8 pushing layers 0.0s done [2025-05-26T02:22:08.441Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done [2025-05-26T02:22:08.441Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:08.441Z] #8 DONE 0.1s [2025-05-26T02:22:08.441Z] [2025-05-26T02:22:08.441Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:08.441Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:08.731Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11' [2025-05-26T02:22:08.731Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 --push - [2025-05-26T02:22:08.991Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:08.991Z] #1 transferring dockerfile: 177B done [2025-05-26T02:22:08.991Z] #1 DONE 0.0s [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 [2025-05-26T02:22:08.991Z] #2 DONE 0.0s [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11 [2025-05-26T02:22:08.991Z] #3 DONE 0.0s [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #4 [internal] load .dockerignore [2025-05-26T02:22:08.991Z] #4 transferring context: 2B done [2025-05-26T02:22:08.991Z] #4 DONE 0.0s [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:08.991Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:08.991Z] #5 DONE 0.0s [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:08.991Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:08.991Z] #6 CACHED [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:08.991Z] #5 CACHED [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:08.991Z] #7 DONE 0.0s [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] #8 exporting to image [2025-05-26T02:22:08.991Z] #8 exporting layers done [2025-05-26T02:22:08.991Z] #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done [2025-05-26T02:22:08.991Z] #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done [2025-05-26T02:22:08.991Z] #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done [2025-05-26T02:22:08.991Z] #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done [2025-05-26T02:22:08.991Z] #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done [2025-05-26T02:22:08.991Z] #8 pushing layers 0.0s done [2025-05-26T02:22:08.991Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.11@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done [2025-05-26T02:22:08.991Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:08.991Z] #8 DONE 0.1s [2025-05-26T02:22:08.991Z] [2025-05-26T02:22:08.991Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:08.991Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:09.290Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:09.290Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:09.551Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:09.551Z] #1 transferring dockerfile: 218B done [2025-05-26T02:22:09.551Z] #1 DONE 0.0s [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:09.551Z] #2 DONE 0.0s [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:09.551Z] #3 DONE 0.0s [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] #4 [internal] load .dockerignore [2025-05-26T02:22:09.551Z] #4 transferring context: 2B done [2025-05-26T02:22:09.551Z] #4 DONE 0.0s [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:09.551Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:09.551Z] #5 CACHED [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:09.551Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:09.551Z] #6 CACHED [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:09.551Z] #7 DONE 0.0s [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] #8 exporting to image [2025-05-26T02:22:09.551Z] #8 exporting layers done [2025-05-26T02:22:09.551Z] #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done [2025-05-26T02:22:09.551Z] #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done [2025-05-26T02:22:09.551Z] #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done [2025-05-26T02:22:09.551Z] #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done [2025-05-26T02:22:09.551Z] #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done [2025-05-26T02:22:09.551Z] #8 pushing layers 0.0s done [2025-05-26T02:22:09.551Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done [2025-05-26T02:22:09.551Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:09.551Z] #8 DONE 0.1s [2025-05-26T02:22:09.551Z] [2025-05-26T02:22:09.551Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:09.551Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:09.842Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-05-26T02:22:09.842Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-05-26T02:22:09.842Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:09.842Z] #1 transferring dockerfile: 169B done [2025-05-26T02:22:09.842Z] #1 DONE 0.0s [2025-05-26T02:22:09.842Z] [2025-05-26T02:22:09.842Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T02:22:09.842Z] #2 DONE 0.0s [2025-05-26T02:22:09.842Z] [2025-05-26T02:22:09.842Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T02:22:09.842Z] #3 DONE 0.0s [2025-05-26T02:22:09.842Z] [2025-05-26T02:22:09.842Z] #4 [internal] load .dockerignore [2025-05-26T02:22:09.842Z] #4 transferring context: 2B done [2025-05-26T02:22:09.842Z] #4 DONE 0.0s [2025-05-26T02:22:09.842Z] [2025-05-26T02:22:09.842Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:09.842Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:09.842Z] #5 DONE 0.0s [2025-05-26T02:22:09.842Z] [2025-05-26T02:22:09.842Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:10.103Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a 0.0s done [2025-05-26T02:22:10.103Z] #6 CACHED [2025-05-26T02:22:10.103Z] [2025-05-26T02:22:10.103Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:856829384843c0d13678e6a84d46448db284a2401d6ca6a38f4b764543f5438a [2025-05-26T02:22:10.103Z] #5 CACHED [2025-05-26T02:22:10.103Z] [2025-05-26T02:22:10.103Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:10.103Z] #7 DONE 0.0s [2025-05-26T02:22:10.103Z] [2025-05-26T02:22:10.103Z] #8 exporting to image [2025-05-26T02:22:10.103Z] #8 exporting layers done [2025-05-26T02:22:10.103Z] #8 exporting manifest sha256:74e4f056709b4f259635408f05421acd0dcb77353c8e1b73d1e8ee5dfa598593 done [2025-05-26T02:22:10.103Z] #8 exporting config sha256:f9e57297aa1f2c7d92963e8f4467a8dcbb6827cd31cbf43f21f2db1ad26ca630 done [2025-05-26T02:22:10.103Z] #8 exporting manifest sha256:0737f08514ab6cf1d91885e6ea4b45362a0b7cd76498ac2957844b9849ff1ddb done [2025-05-26T02:22:10.103Z] #8 exporting config sha256:7353d77ce79998e3a0d0d8fce721f148aff0e522cc31221f68452191bf95aa2f done [2025-05-26T02:22:10.103Z] #8 exporting manifest list sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 done [2025-05-26T02:22:10.103Z] #8 pushing layers 0.0s done [2025-05-26T02:22:10.103Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:c904f40538a223da84ba17c0d91c19ea4e1e6a4b9535ebdebebfa50d78232b06 0.1s done [2025-05-26T02:22:10.103Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:10.103Z] #8 DONE 0.1s [2025-05-26T02:22:10.103Z] [2025-05-26T02:22:10.103Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:10.103Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:10.398Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:22:10.398Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:22:10.398Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:10.398Z] #1 transferring dockerfile: 206B done [2025-05-26T02:22:10.398Z] #1 DONE 0.0s [2025-05-26T02:22:10.398Z] [2025-05-26T02:22:10.398Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:10.398Z] #2 DONE 0.0s [2025-05-26T02:22:10.398Z] [2025-05-26T02:22:10.399Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:10.399Z] #3 DONE 0.0s [2025-05-26T02:22:10.399Z] [2025-05-26T02:22:10.399Z] #4 [internal] load .dockerignore [2025-05-26T02:22:10.399Z] #4 transferring context: 2B done [2025-05-26T02:22:10.399Z] #4 DONE 0.0s [2025-05-26T02:22:10.658Z] [2025-05-26T02:22:10.658Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:10.658Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:10.658Z] #5 DONE 0.0s [2025-05-26T02:22:10.658Z] [2025-05-26T02:22:10.658Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:10.658Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:10.658Z] #6 DONE 0.1s [2025-05-26T02:22:10.919Z] [2025-05-26T02:22:10.919Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:10.919Z] #6 DONE 0.1s [2025-05-26T02:22:10.919Z] [2025-05-26T02:22:10.919Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:10.919Z] #7 DONE 0.0s [2025-05-26T02:22:10.919Z] [2025-05-26T02:22:10.919Z] #8 exporting to image [2025-05-26T02:22:10.919Z] #8 exporting layers done [2025-05-26T02:22:10.919Z] #8 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done [2025-05-26T02:22:10.919Z] #8 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done [2025-05-26T02:22:10.919Z] #8 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done [2025-05-26T02:22:10.919Z] #8 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done [2025-05-26T02:22:10.919Z] #8 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done [2025-05-26T02:22:10.919Z] #8 pushing layers [2025-05-26T02:22:10.919Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:10.919Z] #8 pushing layers 0.1s done [2025-05-26T02:22:10.919Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done [2025-05-26T02:22:10.919Z] #8 DONE 0.2s [2025-05-26T02:22:10.919Z] [2025-05-26T02:22:10.919Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:10.919Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:11.208Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-05-26T02:22:11.208Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-05-26T02:22:11.208Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:11.208Z] #1 transferring dockerfile: 172B done [2025-05-26T02:22:11.208Z] #1 DONE 0.0s [2025-05-26T02:22:11.208Z] [2025-05-26T02:22:11.208Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T02:22:11.208Z] #2 DONE 0.0s [2025-05-26T02:22:11.208Z] [2025-05-26T02:22:11.208Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T02:22:11.208Z] #3 DONE 0.0s [2025-05-26T02:22:11.208Z] [2025-05-26T02:22:11.208Z] #4 [internal] load .dockerignore [2025-05-26T02:22:11.208Z] #4 transferring context: 2B done [2025-05-26T02:22:11.208Z] #4 DONE 0.0s [2025-05-26T02:22:11.208Z] [2025-05-26T02:22:11.208Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:11.208Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:11.208Z] #5 CACHED [2025-05-26T02:22:11.208Z] [2025-05-26T02:22:11.208Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:11.208Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:11.208Z] #6 CACHED [2025-05-26T02:22:11.208Z] [2025-05-26T02:22:11.208Z] #7 exporting to image [2025-05-26T02:22:11.208Z] #7 exporting layers done [2025-05-26T02:22:11.208Z] #7 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done [2025-05-26T02:22:11.208Z] #7 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done [2025-05-26T02:22:11.208Z] #7 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 [2025-05-26T02:22:11.208Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:11.466Z] #7 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done [2025-05-26T02:22:11.466Z] #7 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done [2025-05-26T02:22:11.466Z] #7 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done [2025-05-26T02:22:11.466Z] #7 pushing layers 0.0s done [2025-05-26T02:22:11.466Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done [2025-05-26T02:22:11.466Z] #7 DONE 0.1s [2025-05-26T02:22:11.466Z] [2025-05-26T02:22:11.466Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:11.466Z] #8 DONE 0.0s [2025-05-26T02:22:11.466Z] [2025-05-26T02:22:11.466Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:11.466Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:11.758Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 --push - [2025-05-26T02:22:11.758Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11' [2025-05-26T02:22:12.017Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:12.017Z] #1 transferring dockerfile: 178B done [2025-05-26T02:22:12.017Z] #1 DONE 0.0s [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 [2025-05-26T02:22:12.017Z] #2 DONE 0.0s [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11 [2025-05-26T02:22:12.017Z] #3 DONE 0.0s [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] #4 [internal] load .dockerignore [2025-05-26T02:22:12.017Z] #4 transferring context: 2B done [2025-05-26T02:22:12.017Z] #4 DONE 0.0s [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:12.017Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:12.017Z] #5 CACHED [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:12.017Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:12.017Z] #6 CACHED [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:12.017Z] #7 DONE 0.0s [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] #8 exporting to image [2025-05-26T02:22:12.017Z] #8 exporting layers done [2025-05-26T02:22:12.017Z] #8 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done [2025-05-26T02:22:12.017Z] #8 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done [2025-05-26T02:22:12.017Z] #8 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done [2025-05-26T02:22:12.017Z] #8 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done [2025-05-26T02:22:12.017Z] #8 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done [2025-05-26T02:22:12.017Z] #8 pushing layers 0.0s done [2025-05-26T02:22:12.017Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.11@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done [2025-05-26T02:22:12.017Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:12.017Z] #8 DONE 0.1s [2025-05-26T02:22:12.017Z] [2025-05-26T02:22:12.017Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:12.017Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:12.308Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:12.308Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:12.308Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:12.308Z] #1 transferring dockerfile: 219B done [2025-05-26T02:22:12.308Z] #1 DONE 0.0s [2025-05-26T02:22:12.308Z] [2025-05-26T02:22:12.308Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:12.308Z] #2 DONE 0.0s [2025-05-26T02:22:12.308Z] [2025-05-26T02:22:12.308Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:12.308Z] #3 DONE 0.0s [2025-05-26T02:22:12.308Z] [2025-05-26T02:22:12.308Z] #4 [internal] load .dockerignore [2025-05-26T02:22:12.308Z] #4 transferring context: 2B done [2025-05-26T02:22:12.308Z] #4 DONE 0.0s [2025-05-26T02:22:12.308Z] [2025-05-26T02:22:12.308Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:12.308Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:12.569Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:12.569Z] #5 CACHED [2025-05-26T02:22:12.569Z] [2025-05-26T02:22:12.569Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:12.569Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:12.569Z] #6 CACHED [2025-05-26T02:22:12.569Z] [2025-05-26T02:22:12.569Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:12.569Z] #7 DONE 0.0s [2025-05-26T02:22:12.569Z] [2025-05-26T02:22:12.569Z] #8 exporting to image [2025-05-26T02:22:12.569Z] #8 exporting layers done [2025-05-26T02:22:12.569Z] #8 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done [2025-05-26T02:22:12.569Z] #8 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done [2025-05-26T02:22:12.569Z] #8 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done [2025-05-26T02:22:12.569Z] #8 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done [2025-05-26T02:22:12.569Z] #8 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done [2025-05-26T02:22:12.569Z] #8 pushing layers 0.0s done [2025-05-26T02:22:12.569Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f [2025-05-26T02:22:12.569Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:12.569Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done [2025-05-26T02:22:12.569Z] #8 DONE 0.1s [2025-05-26T02:22:12.569Z] [2025-05-26T02:22:12.569Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:12.569Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:12.862Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-05-26T02:22:12.863Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-05-26T02:22:12.863Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:12.863Z] #1 transferring dockerfile: 170B done [2025-05-26T02:22:12.863Z] #1 DONE 0.0s [2025-05-26T02:22:12.863Z] [2025-05-26T02:22:12.863Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T02:22:12.863Z] #2 DONE 0.0s [2025-05-26T02:22:12.863Z] [2025-05-26T02:22:12.863Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T02:22:12.863Z] #3 DONE 0.0s [2025-05-26T02:22:12.863Z] [2025-05-26T02:22:12.863Z] #4 [internal] load .dockerignore [2025-05-26T02:22:12.863Z] #4 transferring context: 2B done [2025-05-26T02:22:12.863Z] #4 DONE 0.0s [2025-05-26T02:22:12.863Z] [2025-05-26T02:22:12.863Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:12.863Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:12.863Z] #5 CACHED [2025-05-26T02:22:12.863Z] [2025-05-26T02:22:12.863Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad [2025-05-26T02:22:12.863Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f385c9bf1d455c416b610307dce758dd1b5bdb05eb7528b57ce3c596cd8af8ad 0.0s done [2025-05-26T02:22:12.863Z] #6 CACHED [2025-05-26T02:22:12.863Z] [2025-05-26T02:22:12.863Z] #7 exporting to image [2025-05-26T02:22:12.863Z] #7 exporting layers done [2025-05-26T02:22:12.863Z] #7 exporting manifest sha256:32a3de9af785a64e72f11617a35e1ceff7d427abbd0821f8b068690c64f1b0d4 done [2025-05-26T02:22:12.863Z] #7 exporting config sha256:c155508b3014fc7906fab60e0b00776f8f308840c4cc9a2caa483a344dbbe0a2 done [2025-05-26T02:22:12.863Z] #7 exporting manifest sha256:d65424b4d943b16bc97727557f067be531c4303bffc402cecf5d3b58bf435462 done [2025-05-26T02:22:12.863Z] #7 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 [2025-05-26T02:22:12.863Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:13.122Z] #7 exporting config sha256:2163ae1eafa7568c30ae9aecda19296f3d9a866afe34c3eb4edc48bbd2c163d5 done [2025-05-26T02:22:13.123Z] #7 exporting manifest list sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f done [2025-05-26T02:22:13.123Z] #7 pushing layers 0.0s done [2025-05-26T02:22:13.123Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:cc993dc375382963e9e9ebc47b882ed6299750c54507fcdf2c1e023ef511508f 0.1s done [2025-05-26T02:22:13.123Z] #7 DONE 0.1s [2025-05-26T02:22:13.123Z] [2025-05-26T02:22:13.123Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:13.123Z] #8 DONE 0.0s [2025-05-26T02:22:13.123Z] [2025-05-26T02:22:13.123Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:13.123Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:13.410Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:22:13.410Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:22:13.410Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:13.410Z] #1 transferring dockerfile: 206B done [2025-05-26T02:22:13.410Z] #1 DONE 0.0s [2025-05-26T02:22:13.410Z] [2025-05-26T02:22:13.410Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:13.410Z] #2 DONE 0.0s [2025-05-26T02:22:13.410Z] [2025-05-26T02:22:13.410Z] #3 [internal] load .dockerignore [2025-05-26T02:22:13.410Z] #3 transferring context: 2B done [2025-05-26T02:22:13.410Z] #3 DONE 0.0s [2025-05-26T02:22:13.410Z] [2025-05-26T02:22:13.410Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:13.410Z] #4 DONE 0.1s [2025-05-26T02:22:13.671Z] [2025-05-26T02:22:13.671Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:13.671Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:13.671Z] #5 ... [2025-05-26T02:22:13.671Z] [2025-05-26T02:22:13.671Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:13.671Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:13.671Z] #6 DONE 0.1s [2025-05-26T02:22:13.671Z] [2025-05-26T02:22:13.671Z] #7 exporting to image [2025-05-26T02:22:13.671Z] #7 exporting layers done [2025-05-26T02:22:13.671Z] #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done [2025-05-26T02:22:13.671Z] #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 [2025-05-26T02:22:13.671Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:13.671Z] #7 ... [2025-05-26T02:22:13.671Z] [2025-05-26T02:22:13.671Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:13.671Z] #8 DONE 0.0s [2025-05-26T02:22:13.671Z] [2025-05-26T02:22:13.671Z] #7 exporting to image [2025-05-26T02:22:13.671Z] #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done [2025-05-26T02:22:13.671Z] #7 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done [2025-05-26T02:22:13.671Z] #7 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done [2025-05-26T02:22:13.671Z] #7 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done [2025-05-26T02:22:13.671Z] #7 pushing layers 0.1s done [2025-05-26T02:22:13.671Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 [2025-05-26T02:22:13.931Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done [2025-05-26T02:22:13.931Z] #7 DONE 0.2s [2025-05-26T02:22:13.931Z] [2025-05-26T02:22:13.931Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:13.931Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:14.224Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-05-26T02:22:14.224Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-05-26T02:22:14.225Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:14.225Z] #1 transferring dockerfile: 172B done [2025-05-26T02:22:14.225Z] #1 DONE 0.0s [2025-05-26T02:22:14.225Z] [2025-05-26T02:22:14.225Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T02:22:14.225Z] #2 DONE 0.0s [2025-05-26T02:22:14.225Z] [2025-05-26T02:22:14.225Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T02:22:14.225Z] #3 DONE 0.0s [2025-05-26T02:22:14.225Z] [2025-05-26T02:22:14.225Z] #4 [internal] load .dockerignore [2025-05-26T02:22:14.225Z] #4 transferring context: 2B done [2025-05-26T02:22:14.225Z] #4 DONE 0.0s [2025-05-26T02:22:14.225Z] [2025-05-26T02:22:14.225Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:14.225Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:14.225Z] #5 CACHED [2025-05-26T02:22:14.225Z] [2025-05-26T02:22:14.225Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:14.225Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:14.225Z] #6 CACHED [2025-05-26T02:22:14.225Z] [2025-05-26T02:22:14.225Z] #7 exporting to image [2025-05-26T02:22:14.225Z] #7 exporting layers done [2025-05-26T02:22:14.225Z] #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d [2025-05-26T02:22:14.225Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:14.484Z] #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done [2025-05-26T02:22:14.484Z] #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done [2025-05-26T02:22:14.484Z] #7 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done [2025-05-26T02:22:14.484Z] #7 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done [2025-05-26T02:22:14.484Z] #7 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done [2025-05-26T02:22:14.484Z] #7 pushing layers 0.0s done [2025-05-26T02:22:14.484Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done [2025-05-26T02:22:14.484Z] #7 DONE 0.1s [2025-05-26T02:22:14.484Z] [2025-05-26T02:22:14.484Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:14.484Z] #8 DONE 0.0s [2025-05-26T02:22:14.484Z] [2025-05-26T02:22:14.484Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:14.484Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:14.776Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11' [2025-05-26T02:22:14.776Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 --push - [2025-05-26T02:22:14.776Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:14.776Z] #1 transferring dockerfile: 178B 0.0s done [2025-05-26T02:22:14.776Z] #1 DONE 0.0s [2025-05-26T02:22:14.776Z] [2025-05-26T02:22:14.776Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 [2025-05-26T02:22:14.776Z] #2 DONE 0.0s [2025-05-26T02:22:14.776Z] [2025-05-26T02:22:14.776Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11 [2025-05-26T02:22:14.776Z] #3 DONE 0.0s [2025-05-26T02:22:14.776Z] [2025-05-26T02:22:14.776Z] #4 [internal] load .dockerignore [2025-05-26T02:22:14.776Z] #4 transferring context: 2B done [2025-05-26T02:22:14.776Z] #4 DONE 0.0s [2025-05-26T02:22:15.036Z] [2025-05-26T02:22:15.036Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:15.036Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:15.036Z] #5 CACHED [2025-05-26T02:22:15.036Z] [2025-05-26T02:22:15.036Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:15.036Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:15.036Z] #6 CACHED [2025-05-26T02:22:15.036Z] [2025-05-26T02:22:15.036Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:15.036Z] #7 DONE 0.0s [2025-05-26T02:22:15.036Z] [2025-05-26T02:22:15.036Z] #8 exporting to image [2025-05-26T02:22:15.036Z] #8 exporting layers done [2025-05-26T02:22:15.036Z] #8 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done [2025-05-26T02:22:15.036Z] #8 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done [2025-05-26T02:22:15.036Z] #8 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done [2025-05-26T02:22:15.036Z] #8 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done [2025-05-26T02:22:15.036Z] #8 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done [2025-05-26T02:22:15.036Z] #8 pushing layers 0.0s done [2025-05-26T02:22:15.036Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.11@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done [2025-05-26T02:22:15.036Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:15.036Z] #8 DONE 0.1s [2025-05-26T02:22:15.036Z] [2025-05-26T02:22:15.036Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:15.036Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:15.342Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:15.343Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:15.343Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:15.343Z] #1 transferring dockerfile: 219B done [2025-05-26T02:22:15.343Z] #1 DONE 0.0s [2025-05-26T02:22:15.343Z] [2025-05-26T02:22:15.343Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:15.343Z] #2 DONE 0.0s [2025-05-26T02:22:15.343Z] [2025-05-26T02:22:15.343Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:15.343Z] #3 DONE 0.0s [2025-05-26T02:22:15.343Z] [2025-05-26T02:22:15.343Z] #4 [internal] load .dockerignore [2025-05-26T02:22:15.343Z] #4 transferring context: 2B done [2025-05-26T02:22:15.343Z] #4 DONE 0.0s [2025-05-26T02:22:15.343Z] [2025-05-26T02:22:15.343Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:15.343Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:15.343Z] #5 CACHED [2025-05-26T02:22:15.343Z] [2025-05-26T02:22:15.343Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:15.343Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:15.343Z] #6 CACHED [2025-05-26T02:22:15.343Z] [2025-05-26T02:22:15.343Z] #7 exporting to image [2025-05-26T02:22:15.343Z] #7 exporting layers [2025-05-26T02:22:15.343Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:15.604Z] #7 exporting layers done [2025-05-26T02:22:15.604Z] #7 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done [2025-05-26T02:22:15.604Z] #7 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done [2025-05-26T02:22:15.604Z] #7 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done [2025-05-26T02:22:15.604Z] #7 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done [2025-05-26T02:22:15.604Z] #7 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done [2025-05-26T02:22:15.604Z] #7 pushing layers 0.0s done [2025-05-26T02:22:15.604Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done [2025-05-26T02:22:15.604Z] #7 DONE 0.1s [2025-05-26T02:22:15.604Z] [2025-05-26T02:22:15.604Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:15.604Z] #8 DONE 0.0s [2025-05-26T02:22:15.604Z] [2025-05-26T02:22:15.604Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:15.604Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:15.946Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-05-26T02:22:15.947Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-05-26T02:22:15.947Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:15.947Z] #1 transferring dockerfile: 170B done [2025-05-26T02:22:15.947Z] #1 DONE 0.0s [2025-05-26T02:22:15.947Z] [2025-05-26T02:22:15.947Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T02:22:15.947Z] #2 DONE 0.0s [2025-05-26T02:22:15.947Z] [2025-05-26T02:22:15.947Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T02:22:15.947Z] #3 DONE 0.0s [2025-05-26T02:22:15.947Z] [2025-05-26T02:22:15.947Z] #4 [internal] load .dockerignore [2025-05-26T02:22:15.947Z] #4 transferring context: 2B done [2025-05-26T02:22:15.947Z] #4 DONE 0.0s [2025-05-26T02:22:15.947Z] [2025-05-26T02:22:15.947Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:15.947Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:15.947Z] #5 CACHED [2025-05-26T02:22:15.947Z] [2025-05-26T02:22:15.947Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 [2025-05-26T02:22:16.223Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c49f8cc3ed878280325ff1ff5707fc9bff402b2eb7fc9d5952993b1caf22ee49 0.0s done [2025-05-26T02:22:16.223Z] #6 CACHED [2025-05-26T02:22:16.223Z] [2025-05-26T02:22:16.223Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:16.223Z] #7 DONE 0.0s [2025-05-26T02:22:16.223Z] [2025-05-26T02:22:16.223Z] #8 exporting to image [2025-05-26T02:22:16.223Z] #8 exporting layers done [2025-05-26T02:22:16.223Z] #8 exporting manifest sha256:80b9bb7e34e1a37347009978fb851570bde7bec6230f2d03942b429c5d8a872d done [2025-05-26T02:22:16.223Z] #8 exporting config sha256:7d4a116a681c8a3c1327acbe0d52350484dd04f0bd9a581252ca2d6479bcb840 done [2025-05-26T02:22:16.223Z] #8 exporting manifest sha256:b8b6dc05933dfa5e2278b398e29b901ca26dc87d710a75cd3d7c22fce4160333 done [2025-05-26T02:22:16.223Z] #8 exporting config sha256:a1a38fff60cc1eab3a1d00dd8c6e965cfe1fb79c8152ee562790ecae756a1a11 done [2025-05-26T02:22:16.223Z] #8 exporting manifest list sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 done [2025-05-26T02:22:16.223Z] #8 pushing layers 0.0s done [2025-05-26T02:22:16.223Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:15d0e8ab9a9057032702de601b8656e2700d0b7472ea77d84a0d3e8190b5b603 0.1s done [2025-05-26T02:22:16.223Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:16.223Z] #8 DONE 0.1s [2025-05-26T02:22:16.223Z] [2025-05-26T02:22:16.223Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:16.223Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:16.511Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:22:16.511Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:22:16.771Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:16.771Z] #1 transferring dockerfile: 206B done [2025-05-26T02:22:16.771Z] #1 DONE 0.0s [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:16.771Z] #2 DONE 0.0s [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:16.771Z] #3 DONE 0.0s [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #4 [internal] load .dockerignore [2025-05-26T02:22:16.771Z] #4 transferring context: 2B done [2025-05-26T02:22:16.771Z] #4 DONE 0.0s [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:16.771Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done [2025-05-26T02:22:16.771Z] #5 DONE 0.0s [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:16.771Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done [2025-05-26T02:22:16.771Z] #6 DONE 0.1s [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #7 exporting to image [2025-05-26T02:22:16.771Z] #7 exporting layers done [2025-05-26T02:22:16.771Z] #7 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 0.0s done [2025-05-26T02:22:16.771Z] #7 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done [2025-05-26T02:22:16.771Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:16.771Z] #7 ... [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:16.771Z] #8 DONE 0.0s [2025-05-26T02:22:16.771Z] [2025-05-26T02:22:16.771Z] #7 exporting to image [2025-05-26T02:22:16.771Z] #7 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done [2025-05-26T02:22:16.771Z] #7 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done [2025-05-26T02:22:16.771Z] #7 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done [2025-05-26T02:22:16.771Z] #7 pushing layers 0.1s done [2025-05-26T02:22:16.771Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 [2025-05-26T02:22:17.030Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done [2025-05-26T02:22:17.030Z] #7 DONE 0.2s [2025-05-26T02:22:17.030Z] [2025-05-26T02:22:17.030Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:17.030Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:17.319Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-05-26T02:22:17.320Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-05-26T02:22:17.320Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:17.320Z] #1 transferring dockerfile: 172B done [2025-05-26T02:22:17.320Z] #1 DONE 0.0s [2025-05-26T02:22:17.320Z] [2025-05-26T02:22:17.320Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T02:22:17.320Z] #2 DONE 0.0s [2025-05-26T02:22:17.320Z] [2025-05-26T02:22:17.320Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T02:22:17.320Z] #3 DONE 0.0s [2025-05-26T02:22:17.320Z] [2025-05-26T02:22:17.320Z] #4 [internal] load .dockerignore [2025-05-26T02:22:17.320Z] #4 transferring context: 2B done [2025-05-26T02:22:17.320Z] #4 DONE 0.0s [2025-05-26T02:22:17.320Z] [2025-05-26T02:22:17.320Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:17.320Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 done [2025-05-26T02:22:17.320Z] #5 DONE 0.0s [2025-05-26T02:22:17.320Z] [2025-05-26T02:22:17.320Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:17.579Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done [2025-05-26T02:22:17.579Z] #6 CACHED [2025-05-26T02:22:17.579Z] [2025-05-26T02:22:17.580Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:17.580Z] #5 CACHED [2025-05-26T02:22:17.580Z] [2025-05-26T02:22:17.580Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:17.580Z] #7 DONE 0.0s [2025-05-26T02:22:17.580Z] [2025-05-26T02:22:17.580Z] #8 exporting to image [2025-05-26T02:22:17.580Z] #8 exporting layers done [2025-05-26T02:22:17.580Z] #8 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done [2025-05-26T02:22:17.580Z] #8 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done [2025-05-26T02:22:17.580Z] #8 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done [2025-05-26T02:22:17.580Z] #8 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done [2025-05-26T02:22:17.580Z] #8 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done [2025-05-26T02:22:17.580Z] #8 pushing layers 0.0s done [2025-05-26T02:22:17.580Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done [2025-05-26T02:22:17.580Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:17.580Z] #8 DONE 0.1s [2025-05-26T02:22:17.580Z] [2025-05-26T02:22:17.580Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:17.580Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:17.881Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11' [2025-05-26T02:22:17.881Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 --push - [2025-05-26T02:22:17.881Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:17.881Z] #1 transferring dockerfile: 178B done [2025-05-26T02:22:17.881Z] #1 DONE 0.0s [2025-05-26T02:22:17.881Z] [2025-05-26T02:22:17.881Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 [2025-05-26T02:22:17.881Z] #2 DONE 0.0s [2025-05-26T02:22:17.881Z] [2025-05-26T02:22:17.882Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11 [2025-05-26T02:22:17.882Z] #3 DONE 0.0s [2025-05-26T02:22:17.882Z] [2025-05-26T02:22:17.882Z] #4 [internal] load .dockerignore [2025-05-26T02:22:17.882Z] #4 transferring context: 2B done [2025-05-26T02:22:17.882Z] #4 DONE 0.0s [2025-05-26T02:22:17.882Z] [2025-05-26T02:22:17.882Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:17.882Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 done [2025-05-26T02:22:17.882Z] #5 CACHED [2025-05-26T02:22:17.882Z] [2025-05-26T02:22:17.882Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:17.882Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 done [2025-05-26T02:22:17.882Z] #6 CACHED [2025-05-26T02:22:17.882Z] [2025-05-26T02:22:17.882Z] #7 exporting to image [2025-05-26T02:22:17.882Z] #7 exporting layers done [2025-05-26T02:22:17.882Z] #7 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done [2025-05-26T02:22:17.882Z] #7 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done [2025-05-26T02:22:17.882Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:18.138Z] #7 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done [2025-05-26T02:22:18.138Z] #7 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done [2025-05-26T02:22:18.138Z] #7 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done [2025-05-26T02:22:18.138Z] #7 pushing layers 0.0s done [2025-05-26T02:22:18.138Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.11@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done [2025-05-26T02:22:18.138Z] #7 DONE 0.1s [2025-05-26T02:22:18.138Z] [2025-05-26T02:22:18.138Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:18.138Z] #8 DONE 0.0s [2025-05-26T02:22:18.138Z] [2025-05-26T02:22:18.138Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:18.138Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:18.424Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:18.424Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:18.424Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:18.424Z] #1 transferring dockerfile: 219B done [2025-05-26T02:22:18.424Z] #1 DONE 0.0s [2025-05-26T02:22:18.424Z] [2025-05-26T02:22:18.424Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:18.424Z] #2 DONE 0.0s [2025-05-26T02:22:18.424Z] [2025-05-26T02:22:18.424Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:18.424Z] #3 DONE 0.0s [2025-05-26T02:22:18.424Z] [2025-05-26T02:22:18.424Z] #4 [internal] load .dockerignore [2025-05-26T02:22:18.424Z] #4 transferring context: 2B done [2025-05-26T02:22:18.424Z] #4 DONE 0.0s [2025-05-26T02:22:18.424Z] [2025-05-26T02:22:18.424Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:18.424Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done [2025-05-26T02:22:18.424Z] #5 CACHED [2025-05-26T02:22:18.424Z] [2025-05-26T02:22:18.424Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:18.424Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done [2025-05-26T02:22:18.424Z] #6 CACHED [2025-05-26T02:22:18.424Z] [2025-05-26T02:22:18.424Z] #7 exporting to image [2025-05-26T02:22:18.424Z] #7 exporting layers [2025-05-26T02:22:18.424Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:18.685Z] #7 exporting layers done [2025-05-26T02:22:18.685Z] #7 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done [2025-05-26T02:22:18.685Z] #7 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done [2025-05-26T02:22:18.685Z] #7 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done [2025-05-26T02:22:18.685Z] #7 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done [2025-05-26T02:22:18.685Z] #7 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done [2025-05-26T02:22:18.685Z] #7 pushing layers 0.0s done [2025-05-26T02:22:18.685Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done [2025-05-26T02:22:18.685Z] #7 DONE 0.1s [2025-05-26T02:22:18.685Z] [2025-05-26T02:22:18.685Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:18.685Z] #8 DONE 0.0s [2025-05-26T02:22:18.685Z] [2025-05-26T02:22:18.685Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:18.685Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:18.977Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-05-26T02:22:18.977Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-05-26T02:22:18.977Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:18.977Z] #1 transferring dockerfile: 170B done [2025-05-26T02:22:18.977Z] #1 DONE 0.0s [2025-05-26T02:22:18.977Z] [2025-05-26T02:22:18.977Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T02:22:18.977Z] #2 DONE 0.0s [2025-05-26T02:22:18.977Z] [2025-05-26T02:22:18.977Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T02:22:18.977Z] #3 DONE 0.0s [2025-05-26T02:22:18.977Z] [2025-05-26T02:22:18.977Z] #4 [internal] load .dockerignore [2025-05-26T02:22:18.977Z] #4 transferring context: 2B done [2025-05-26T02:22:18.977Z] #4 DONE 0.0s [2025-05-26T02:22:18.977Z] [2025-05-26T02:22:18.977Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:18.977Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done [2025-05-26T02:22:18.977Z] #5 CACHED [2025-05-26T02:22:18.977Z] [2025-05-26T02:22:18.977Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:18.977Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 0.0s done [2025-05-26T02:22:18.977Z] #6 DONE 0.0s [2025-05-26T02:22:19.238Z] [2025-05-26T02:22:19.238Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:596602c576ce90fb6438349d5f0bdca4751fe18443da9087b91b1451452d6173 [2025-05-26T02:22:19.238Z] #6 CACHED [2025-05-26T02:22:19.238Z] [2025-05-26T02:22:19.238Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:19.238Z] #7 DONE 0.0s [2025-05-26T02:22:19.238Z] [2025-05-26T02:22:19.238Z] #8 exporting to image [2025-05-26T02:22:19.238Z] #8 exporting layers done [2025-05-26T02:22:19.238Z] #8 exporting manifest sha256:b63aeb64ab8e9b16e3b9f0f159eafc9a59543abd5bd7beb5ac11c810542d7746 done [2025-05-26T02:22:19.238Z] #8 exporting config sha256:8cf60c2b0300cec9fb7cb12d856026949d3637fd381a3a0be39e1d2f2af05216 done [2025-05-26T02:22:19.238Z] #8 exporting manifest sha256:dd754b065d3a4996b72ca6c1e5fe50f24f9b75363bd40ab39bb0a787c9924b3d done [2025-05-26T02:22:19.238Z] #8 exporting config sha256:c1f9a4ee1961b6eb10728a2d850b933f7c8f078260875443c52fee2dd800db0a done [2025-05-26T02:22:19.238Z] #8 exporting manifest list sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 done [2025-05-26T02:22:19.238Z] #8 pushing layers 0.0s done [2025-05-26T02:22:19.238Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4510aee107fccf3f63cf56d6e2de8cd59e6a6a817b391644c016650dd941c356 0.1s done [2025-05-26T02:22:19.238Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:19.238Z] #8 DONE 0.1s [2025-05-26T02:22:19.238Z] [2025-05-26T02:22:19.238Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:19.238Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:19.534Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85' [2025-05-26T02:22:19.534Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 --push - [2025-05-26T02:22:19.534Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:19.534Z] #1 transferring dockerfile: 202B done [2025-05-26T02:22:19.534Z] #1 DONE 0.0s [2025-05-26T02:22:19.534Z] [2025-05-26T02:22:19.534Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:19.534Z] #2 DONE 0.0s [2025-05-26T02:22:19.534Z] [2025-05-26T02:22:19.534Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:22:19.534Z] #3 DONE 0.0s [2025-05-26T02:22:19.534Z] [2025-05-26T02:22:19.534Z] #4 [internal] load .dockerignore [2025-05-26T02:22:19.534Z] #4 transferring context: 2B done [2025-05-26T02:22:19.534Z] #4 DONE 0.0s [2025-05-26T02:22:19.792Z] [2025-05-26T02:22:19.792Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:19.792Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:19.792Z] #5 DONE 0.0s [2025-05-26T02:22:19.792Z] [2025-05-26T02:22:19.792Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:19.792Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 done [2025-05-26T02:22:19.792Z] #6 DONE 0.1s [2025-05-26T02:22:19.792Z] [2025-05-26T02:22:19.792Z] #7 exporting to image [2025-05-26T02:22:19.792Z] #7 exporting layers done [2025-05-26T02:22:19.792Z] #7 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done [2025-05-26T02:22:19.792Z] #7 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done [2025-05-26T02:22:19.792Z] #7 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done [2025-05-26T02:22:19.792Z] #7 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 [2025-05-26T02:22:19.792Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:19.792Z] #7 ... [2025-05-26T02:22:19.792Z] [2025-05-26T02:22:19.792Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:19.792Z] #8 DONE 0.0s [2025-05-26T02:22:19.792Z] [2025-05-26T02:22:19.792Z] #7 exporting to image [2025-05-26T02:22:19.792Z] #7 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done [2025-05-26T02:22:19.792Z] #7 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done [2025-05-26T02:22:19.792Z] #7 pushing layers 0.1s done [2025-05-26T02:22:19.793Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 [2025-05-26T02:22:20.051Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done [2025-05-26T02:22:20.051Z] #7 DONE 0.2s [2025-05-26T02:22:20.051Z] [2025-05-26T02:22:20.051Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:20.051Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:20.336Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-05-26T02:22:20.336Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-05-26T02:22:20.336Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:20.337Z] #1 transferring dockerfile: 168B done [2025-05-26T02:22:20.337Z] #1 DONE 0.0s [2025-05-26T02:22:20.337Z] [2025-05-26T02:22:20.337Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T02:22:20.337Z] #2 DONE 0.0s [2025-05-26T02:22:20.337Z] [2025-05-26T02:22:20.337Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T02:22:20.337Z] #3 DONE 0.0s [2025-05-26T02:22:20.337Z] [2025-05-26T02:22:20.337Z] #4 [internal] load .dockerignore [2025-05-26T02:22:20.337Z] #4 transferring context: 2B done [2025-05-26T02:22:20.337Z] #4 DONE 0.0s [2025-05-26T02:22:20.337Z] [2025-05-26T02:22:20.337Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:20.337Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 done [2025-05-26T02:22:20.337Z] #5 CACHED [2025-05-26T02:22:20.337Z] [2025-05-26T02:22:20.337Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:20.337Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:20.337Z] #6 CACHED [2025-05-26T02:22:20.337Z] [2025-05-26T02:22:20.337Z] #7 exporting to image [2025-05-26T02:22:20.337Z] #7 exporting layers [2025-05-26T02:22:20.337Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:20.596Z] #7 exporting layers done [2025-05-26T02:22:20.596Z] #7 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done [2025-05-26T02:22:20.596Z] #7 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done [2025-05-26T02:22:20.596Z] #7 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done [2025-05-26T02:22:20.596Z] #7 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done [2025-05-26T02:22:20.596Z] #7 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done [2025-05-26T02:22:20.596Z] #7 pushing layers 0.0s done [2025-05-26T02:22:20.596Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done [2025-05-26T02:22:20.596Z] #7 DONE 0.1s [2025-05-26T02:22:20.596Z] [2025-05-26T02:22:20.596Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:20.596Z] #8 DONE 0.0s [2025-05-26T02:22:20.596Z] [2025-05-26T02:22:20.596Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:20.596Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:20.898Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 --push - [2025-05-26T02:22:20.898Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11' [2025-05-26T02:22:21.159Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:21.159Z] #1 transferring dockerfile: 174B done [2025-05-26T02:22:21.159Z] #1 DONE 0.0s [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 [2025-05-26T02:22:21.159Z] #2 DONE 0.0s [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11 [2025-05-26T02:22:21.159Z] #3 DONE 0.0s [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] #4 [internal] load .dockerignore [2025-05-26T02:22:21.159Z] #4 transferring context: 2B done [2025-05-26T02:22:21.159Z] #4 DONE 0.0s [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:21.159Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:21.159Z] #5 CACHED [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:21.159Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:21.159Z] #6 CACHED [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:21.159Z] #7 DONE 0.0s [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] #8 exporting to image [2025-05-26T02:22:21.159Z] #8 exporting layers done [2025-05-26T02:22:21.159Z] #8 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done [2025-05-26T02:22:21.159Z] #8 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done [2025-05-26T02:22:21.159Z] #8 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done [2025-05-26T02:22:21.159Z] #8 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done [2025-05-26T02:22:21.159Z] #8 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done [2025-05-26T02:22:21.159Z] #8 pushing layers 0.0s done [2025-05-26T02:22:21.159Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.11@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done [2025-05-26T02:22:21.159Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:21.159Z] #8 DONE 0.1s [2025-05-26T02:22:21.159Z] [2025-05-26T02:22:21.159Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:21.159Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:21.446Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 --push - [2025-05-26T02:22:21.446Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11' [2025-05-26T02:22:21.446Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:21.446Z] #1 transferring dockerfile: 215B done [2025-05-26T02:22:21.446Z] #1 DONE 0.0s [2025-05-26T02:22:21.446Z] [2025-05-26T02:22:21.446Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:21.446Z] #2 DONE 0.0s [2025-05-26T02:22:21.446Z] [2025-05-26T02:22:21.446Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:22:21.446Z] #3 DONE 0.0s [2025-05-26T02:22:21.446Z] [2025-05-26T02:22:21.446Z] #4 [internal] load .dockerignore [2025-05-26T02:22:21.446Z] #4 transferring context: 2B done [2025-05-26T02:22:21.446Z] #4 DONE 0.0s [2025-05-26T02:22:21.446Z] [2025-05-26T02:22:21.446Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:21.446Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:21.446Z] #5 CACHED [2025-05-26T02:22:21.446Z] [2025-05-26T02:22:21.446Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:21.446Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:21.705Z] #6 CACHED [2025-05-26T02:22:21.705Z] [2025-05-26T02:22:21.705Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:21.705Z] #7 DONE 0.0s [2025-05-26T02:22:21.705Z] [2025-05-26T02:22:21.705Z] #8 exporting to image [2025-05-26T02:22:21.705Z] #8 exporting layers done [2025-05-26T02:22:21.705Z] #8 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done [2025-05-26T02:22:21.705Z] #8 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done [2025-05-26T02:22:21.705Z] #8 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done [2025-05-26T02:22:21.705Z] #8 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done [2025-05-26T02:22:21.705Z] #8 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done [2025-05-26T02:22:21.705Z] #8 pushing layers 0.0s done [2025-05-26T02:22:21.705Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done [2025-05-26T02:22:21.705Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:21.705Z] #8 DONE 0.1s [2025-05-26T02:22:21.705Z] [2025-05-26T02:22:21.705Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:21.705Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T02:22:21.991Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-05-26T02:22:21.992Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-05-26T02:22:22.252Z] #1 [internal] load build definition from Dockerfile [2025-05-26T02:22:22.252Z] #1 transferring dockerfile: 166B done [2025-05-26T02:22:22.252Z] #1 DONE 0.0s [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T02:22:22.252Z] #2 DONE 0.0s [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T02:22:22.252Z] #3 DONE 0.0s [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] #4 [internal] load .dockerignore [2025-05-26T02:22:22.252Z] #4 transferring context: 2B done [2025-05-26T02:22:22.252Z] #4 DONE 0.0s [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:22.252Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:22.252Z] #5 CACHED [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 [2025-05-26T02:22:22.252Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:e11ebb9dddd2c246744b6f631db1098f16542873d733e07ba7230539da1f15d5 0.0s done [2025-05-26T02:22:22.252Z] #6 CACHED [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T02:22:22.252Z] #7 DONE 0.0s [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] #8 exporting to image [2025-05-26T02:22:22.252Z] #8 exporting layers done [2025-05-26T02:22:22.252Z] #8 exporting manifest sha256:5bea630e6e40353f17bffa66fd1bd287d814bf3d8e01d18a3328182c3455d7b7 done [2025-05-26T02:22:22.252Z] #8 exporting config sha256:873af70c80210db2eb2d436ec988be2508aaeeaea5543fa1e95726dcbc1e3494 done [2025-05-26T02:22:22.252Z] #8 exporting manifest sha256:47c086e062ad31c0e2c10038412bc06fd93438e1e3a8fd6e5f8a1fe613fc6e38 done [2025-05-26T02:22:22.252Z] #8 exporting config sha256:9f6f94e4d5d83876f5d6f269ba682868df5ae2a6102689d3709ba164f2dc17f2 done [2025-05-26T02:22:22.252Z] #8 exporting manifest list sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 done [2025-05-26T02:22:22.252Z] #8 pushing layers 0.0s done [2025-05-26T02:22:22.252Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 [2025-05-26T02:22:22.252Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T02:22:22.252Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:6ffc915ffd5d59146fe895f3a94bb448a396a8d0c589d544c62c80737ba830f3 0.1s done [2025-05-26T02:22:22.252Z] #8 DONE 0.1s [2025-05-26T02:22:22.252Z] [2025-05-26T02:22:22.252Z] 1 warning found (use --debug to expand): [2025-05-26T02:22:22.252Z]  - 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-05-26T02:22:22.636Z] + '[' -d /w/workspace/edgex-go/838/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:22:22.930Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:22:23.501Z] ---> package-listing.sh [2025-05-26T02:22:23.502Z] ++ facter osfamily [2025-05-26T02:22:23.502Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T02:22:23.761Z] + OS_FAMILY=redhat [2025-05-26T02:22:23.761Z] + workspace=/w/workspace/edgex-go/838 [2025-05-26T02:22:23.761Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T02:22:23.761Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T02:22:23.761Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T02:22:23.761Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T02:22:23.761Z] + '[' /w/workspace/edgex-go/838 ']' [2025-05-26T02:22:23.761Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T02:22:23.761Z] + case "${OS_FAMILY}" in [2025-05-26T02:22:23.761Z] + sort [2025-05-26T02:22:23.761Z] + rpm -qa [2025-05-26T02:22:24.335Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T02:22:24.335Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T02:22:24.335Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T02:22:24.335Z] + '[' /w/workspace/edgex-go/838 ']' [2025-05-26T02:22:24.335Z] + mkdir -p /w/workspace/edgex-go/838/archives/ [2025-05-26T02:22:24.335Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/838/archives/ [Pipeline] echo [2025-05-26T02:22:24.346Z] 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/838/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-26T02:22:24.642Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:22:25.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T02:22:25.217Z] [2025-05-26T02:22:25.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:22:25.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T02:22:25.524Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T02:22:25.524Z] 5eb5b503b376: Pulling fs layer [2025-05-26T02:22:25.524Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T02:22:25.524Z] ec43610c2a17: Pulling fs layer [2025-05-26T02:22:25.524Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T02:22:25.524Z] 33b1e0a273af: Pulling fs layer [2025-05-26T02:22:25.524Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T02:22:25.524Z] 2f39f015ded8: Pulling fs layer [2025-05-26T02:22:25.524Z] 3a2ae6a8a46f: Waiting [2025-05-26T02:22:25.524Z] 33b1e0a273af: Waiting [2025-05-26T02:22:25.524Z] 5d3b04190fa2: Waiting [2025-05-26T02:22:25.524Z] 2f39f015ded8: Waiting [2025-05-26T02:22:25.524Z] 5c69ac0246d0: Verifying Checksum [2025-05-26T02:22:25.524Z] 5c69ac0246d0: Download complete [2025-05-26T02:22:25.524Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T02:22:25.524Z] 3a2ae6a8a46f: Download complete [2025-05-26T02:22:25.524Z] ec43610c2a17: Verifying Checksum [2025-05-26T02:22:25.524Z] ec43610c2a17: Download complete [2025-05-26T02:22:25.524Z] 33b1e0a273af: Verifying Checksum [2025-05-26T02:22:25.524Z] 33b1e0a273af: Download complete [2025-05-26T02:22:25.524Z] 5d3b04190fa2: Verifying Checksum [2025-05-26T02:22:25.524Z] 5d3b04190fa2: Download complete [2025-05-26T02:22:25.782Z] 5eb5b503b376: Verifying Checksum [2025-05-26T02:22:25.782Z] 5eb5b503b376: Download complete [2025-05-26T02:22:26.360Z] 2f39f015ded8: Verifying Checksum [2025-05-26T02:22:26.360Z] 2f39f015ded8: Download complete [2025-05-26T02:22:27.298Z] 5eb5b503b376: Pull complete [2025-05-26T02:22:27.298Z] 5c69ac0246d0: Pull complete [2025-05-26T02:22:27.871Z] ec43610c2a17: Pull complete [2025-05-26T02:22:27.871Z] 3a2ae6a8a46f: Pull complete [2025-05-26T02:22:28.142Z] 33b1e0a273af: Pull complete [2025-05-26T02:22:28.142Z] 5d3b04190fa2: Pull complete [2025-05-26T02:22:32.365Z] 2f39f015ded8: Pull complete [2025-05-26T02:22:32.365Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T02:22:32.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T02:22:32.365Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:22:32.536Z] prd-centos7-docker-4c-2g-2252 does not seem to be running inside a container [2025-05-26T02:22:32.574Z] $ 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/838/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-05-26T02:22:35.965Z] $ docker top aa79ae769405916fde4962b048ba6d56da1628d1003623e1ea56451703a871c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T02:22:36.315Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T02:22:36.604Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T02:22:36.892Z] + ls /var/log/sa-host [2025-05-26T02:22:36.892Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T02:22:36.975Z] provisioning config files... [2025-05-26T02:22:36.996Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config5272821791060961921tmp [Pipeline] { [Pipeline] echo [2025-05-26T02:22:37.015Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:22:37.312Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T02:22:37.318Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:22:37.658Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T02:22:37.668Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:22:37.957Z] ---> sudo-logs.sh [2025-05-26T02:22:37.957Z] Archiving 'sudo' log.. [2025-05-26T02:22:37.957Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:22:37.988Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-26T02:22:37.990Z] $ docker stop --time=1 aa79ae769405916fde4962b048ba6d56da1628d1003623e1ea56451703a871c3 [2025-05-26T02:22:39.135Z] $ docker rm -f --volumes aa79ae769405916fde4962b048ba6d56da1628d1003623e1ea56451703a871c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-26T02:22:39.257Z] [WS-CLEANUP] Deleting project workspace... [2025-05-26T02:22:39.257Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-26T02:22:39.276Z] [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-05-26T02:38:15.812Z] #154 ... [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T02:38:15.812Z] #151 DONE 1101.4s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T02:38:15.812Z] #146 ... [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:38:15.812Z] #155 DONE 0.2s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T02:38:15.812Z] #149 ... [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:38:15.812Z] #156 DONE 0.2s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-26T02:38:15.812Z] #157 DONE 0.3s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #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-05-26T02:38:15.812Z] #158 DONE 0.1s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #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-05-26T02:38:15.812Z] #159 DONE 0.1s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #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-05-26T02:38:15.812Z] #160 DONE 2.1s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #115 [core-common-config-bootstrapper] exporting to image [2025-05-26T02:38:15.812Z] #115 exporting layers [2025-05-26T02:38:15.812Z] #115 exporting layers 0.6s done [2025-05-26T02:38:15.812Z] #115 writing image sha256:696c9469fb06fd56edcc6ec84fa7f97685f646ce22b5a140477d6002a886b626 done [2025-05-26T02:38:15.812Z] #115 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-05-26T02:38:15.812Z] #115 DONE 5.0s [2025-05-26T02:38:15.812Z] [2025-05-26T02:38:15.812Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T02:38:16.823Z] #152 ... [2025-05-26T02:38:16.823Z] [2025-05-26T02:38:16.823Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T02:38:16.823Z] #148 DONE 1115.1s [2025-05-26T02:38:16.823Z] [2025-05-26T02:38:16.823Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-26T02:38:17.089Z] #161 DONE 0.4s [2025-05-26T02:38:17.089Z] [2025-05-26T02:38:17.089Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T02:38:17.356Z] #149 ... [2025-05-26T02:38:17.356Z] [2025-05-26T02:38:17.356Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T02:38:19.959Z] #162 DONE 2.5s [2025-05-26T02:38:19.959Z] [2025-05-26T02:38:19.959Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:38:19.959Z] #163 DONE 0.2s [2025-05-26T02:38:19.959Z] [2025-05-26T02:38:19.959Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:38:19.959Z] #164 DONE 0.2s [2025-05-26T02:38:19.959Z] [2025-05-26T02:38:19.959Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-26T02:38:20.553Z] #165 DONE 0.4s [2025-05-26T02:38:20.553Z] [2025-05-26T02:38:20.553Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:38:20.553Z] #147 ... [2025-05-26T02:38:20.553Z] [2025-05-26T02:38:20.553Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-26T02:38:20.553Z] #166 DONE 0.1s [2025-05-26T02:38:20.858Z] [2025-05-26T02:38:20.858Z] #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-05-26T02:38:20.858Z] #167 DONE 0.2s [2025-05-26T02:38:20.858Z] [2025-05-26T02:38:20.858Z] #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-05-26T02:38:20.858Z] #168 DONE 0.1s [2025-05-26T02:38:20.858Z] [2025-05-26T02:38:20.858Z] #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-05-26T02:38:21.131Z] #169 DONE 0.1s [2025-05-26T02:38:21.131Z] [2025-05-26T02:38:21.131Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-26T02:38:21.397Z] #170 DONE 0.1s [2025-05-26T02:38:21.397Z] [2025-05-26T02:38:21.397Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-26T02:38:23.997Z] #171 DONE 2.3s [2025-05-26T02:38:23.997Z] [2025-05-26T02:38:23.997Z] #115 [security-bootstrapper] exporting to image [2025-05-26T02:38:23.997Z] #115 exporting layers [2025-05-26T02:38:24.575Z] #115 exporting layers 1.1s done [2025-05-26T02:38:24.839Z] #115 writing image sha256:dbce5baf8e9950d78202e811d4328893eb3cf0efe8eabc0878a52eb7cf322756 done [2025-05-26T02:38:24.839Z] #115 naming to docker.io/library/security-bootstrapper-arm64 done [2025-05-26T02:38:24.839Z] #115 DONE 6.1s [2025-05-26T02:38:24.839Z] [2025-05-26T02:38:24.839Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:52:22.250Z] #150 ... [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T02:52:22.250Z] #149 DONE 1955.2s [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T02:52:22.250Z] #146 ... [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:52:22.250Z] #172 DONE 0.1s [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:52:22.250Z] #173 DONE 0.1s [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:52:22.250Z] #147 ... [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-26T02:52:22.250Z] #174 DONE 0.4s [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:52:22.250Z] #175 DONE 0.1s [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #115 [core-command] exporting to image [2025-05-26T02:52:22.250Z] #115 exporting layers [2025-05-26T02:52:22.250Z] #115 exporting layers 0.5s done [2025-05-26T02:52:22.250Z] #115 writing image sha256:5dd72c0ba3a90557a641d943f503413a576e635fc507d9d9f2bae1678e08751d done [2025-05-26T02:52:22.250Z] #115 naming to docker.io/library/core-command-arm64 done [2025-05-26T02:52:22.250Z] #115 DONE 6.6s [2025-05-26T02:52:22.250Z] [2025-05-26T02:52:22.250Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:52:48.920Z] #150 ... [2025-05-26T02:52:48.920Z] [2025-05-26T02:52:48.920Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-26T02:52:48.920Z] #144 1984.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T02:52:48.920Z] #144 ... [2025-05-26T02:52:48.920Z] [2025-05-26T02:52:48.920Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T02:52:48.920Z] #146 DONE 1987.2s [2025-05-26T02:52:48.920Z] [2025-05-26T02:52:48.920Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:52:49.185Z] #150 ... [2025-05-26T02:52:49.185Z] [2025-05-26T02:52:49.185Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:52:49.451Z] #176 DONE 0.2s [2025-05-26T02:52:49.451Z] [2025-05-26T02:52:49.451Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T02:52:49.451Z] #152 ... [2025-05-26T02:52:49.451Z] [2025-05-26T02:52:49.451Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:52:49.722Z] #177 DONE 0.2s [2025-05-26T02:52:49.722Z] [2025-05-26T02:52:49.722Z] #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-05-26T02:52:49.990Z] #178 DONE 0.1s [2025-05-26T02:52:49.990Z] [2025-05-26T02:52:49.990Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-26T02:52:49.990Z] #179 DONE 0.2s [2025-05-26T02:52:49.990Z] [2025-05-26T02:52:49.990Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-26T02:52:50.269Z] #180 DONE 0.3s [2025-05-26T02:52:50.269Z] [2025-05-26T02:52:50.269Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T02:52:50.864Z] #181 DONE 0.3s [2025-05-26T02:52:50.864Z] [2025-05-26T02:52:50.864Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:52:52.805Z] #182 DONE 2.0s [2025-05-26T02:52:52.805Z] [2025-05-26T02:52:52.805Z] #115 [security-proxy-setup] exporting to image [2025-05-26T02:52:52.805Z] #115 exporting layers [2025-05-26T02:52:53.761Z] #115 exporting layers 1.0s done [2025-05-26T02:52:53.761Z] #115 writing image sha256:a64beff351a3c8eb90d5f41c57452523cfa76b467878736c80eecbce492014ab done [2025-05-26T02:52:53.761Z] #115 naming to docker.io/library/security-proxy-setup-arm64 done [2025-05-26T02:52:53.761Z] #115 DONE 7.6s [2025-05-26T02:52:53.761Z] [2025-05-26T02:52:53.761Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:53:20.413Z] #147 ... [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-26T02:53:20.413Z] #144 DONE 2015.4s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:53:20.413Z] #150 ... [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:53:20.413Z] #183 DONE 0.3s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:53:20.413Z] #154 ... [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:53:20.413Z] #184 DONE 0.2s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #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-05-26T02:53:20.413Z] #185 DONE 0.1s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:53:20.413Z] #150 ... [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #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-05-26T02:53:20.413Z] #186 DONE 0.1s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:53:20.413Z] #187 DONE 0.1s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:53:20.413Z] #150 ... [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-26T02:53:20.413Z] #188 DONE 0.4s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-26T02:53:20.413Z] #189 DONE 0.4s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:53:20.413Z] #147 ... [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T02:53:20.413Z] #190 DONE 0.1s [2025-05-26T02:53:20.413Z] [2025-05-26T02:53:20.413Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:53:21.381Z] #191 DONE 1.8s [2025-05-26T02:53:21.381Z] [2025-05-26T02:53:21.381Z] #115 [security-secretstore-setup] exporting to image [2025-05-26T02:53:21.381Z] #115 exporting layers [2025-05-26T02:53:22.782Z] #115 exporting layers 1.4s done [2025-05-26T02:53:22.782Z] #115 writing image sha256:c606f1005386e1de49a64cf5188ed51dee053f902ac99a41571c61df012bc5dc done [2025-05-26T02:53:22.782Z] #115 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-05-26T02:53:22.782Z] #115 DONE 9.1s [2025-05-26T02:53:22.782Z] [2025-05-26T02:53:22.782Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:54:30.607Z] #154 ... [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T02:54:30.607Z] #147 DONE 2083.8s [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:54:30.607Z] #143 ... [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:54:30.607Z] #192 DONE 0.3s [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:54:30.607Z] #193 DONE 0.2s [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-05-26T02:54:30.607Z] #194 DONE 0.4s [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #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-05-26T02:54:30.607Z] #195 DONE 0.1s [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T02:54:30.607Z] #152 ... [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #115 [security-spiffe-token-provider] exporting to image [2025-05-26T02:54:30.607Z] #115 exporting layers [2025-05-26T02:54:30.607Z] #115 exporting layers 0.9s done [2025-05-26T02:54:30.607Z] #115 writing image sha256:f5eca146fb4e4110a1fd1cef5f62a45527513e9dc7f3ffd57c677b87a0fe9201 done [2025-05-26T02:54:30.607Z] #115 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-05-26T02:54:30.607Z] #115 DONE 10.0s [2025-05-26T02:54:30.607Z] [2025-05-26T02:54:30.607Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:54:57.296Z] #143 ... [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T02:54:57.296Z] #150 DONE 2113.4s [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:54:57.296Z] #154 ... [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:54:57.296Z] #196 DONE 0.1s [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:54:57.296Z] #197 DONE 0.1s [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-26T02:54:57.296Z] #198 DONE 0.4s [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T02:54:57.296Z] #145 ... [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-26T02:54:57.296Z] #199 DONE 0.2s [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-26T02:54:57.296Z] #200 DONE 0.3s [2025-05-26T02:54:57.296Z] [2025-05-26T02:54:57.296Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T02:54:58.732Z] #201 DONE 1.8s [2025-05-26T02:54:58.732Z] [2025-05-26T02:54:58.732Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:54:58.732Z] #143 ... [2025-05-26T02:54:58.732Z] [2025-05-26T02:54:58.732Z] #115 [security-proxy-auth] exporting to image [2025-05-26T02:54:58.732Z] #115 exporting layers [2025-05-26T02:54:59.321Z] #115 exporting layers 0.6s done [2025-05-26T02:54:59.321Z] #115 writing image sha256:866d3960029a14cbacd1b1d716205d2b1e4fb940eddd8e14229278a215452c31 done [2025-05-26T02:54:59.321Z] #115 naming to docker.io/library/security-proxy-auth-arm64 done [2025-05-26T02:54:59.321Z] #115 DONE 10.6s [2025-05-26T02:54:59.321Z] [2025-05-26T02:54:59.321Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:55:01.900Z] #143 ... [2025-05-26T02:55:01.901Z] [2025-05-26T02:55:01.901Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T02:55:01.901Z] #154 DONE 2120.3s [2025-05-26T02:55:01.901Z] [2025-05-26T02:55:01.901Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T02:55:02.490Z] #145 ... [2025-05-26T02:55:02.490Z] [2025-05-26T02:55:02.490Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:55:02.773Z] #202 DONE 0.3s [2025-05-26T02:55:02.773Z] [2025-05-26T02:55:02.773Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T02:55:02.773Z] #145 ... [2025-05-26T02:55:02.773Z] [2025-05-26T02:55:02.773Z] #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:55:03.047Z] #203 ... [2025-05-26T02:55:03.047Z] [2025-05-26T02:55:03.047Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T02:55:03.047Z] #152 DONE 2121.3s [2025-05-26T02:55:03.047Z] [2025-05-26T02:55:03.047Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:55:03.317Z] #143 ... [2025-05-26T02:55:03.317Z] [2025-05-26T02:55:03.317Z] #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:55:03.317Z] #203 DONE 0.5s [2025-05-26T02:55:03.586Z] [2025-05-26T02:55:03.586Z] #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:55:03.858Z] #204 DONE 0.4s [2025-05-26T02:55:03.858Z] [2025-05-26T02:55:03.858Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-26T02:55:04.132Z] #205 ... [2025-05-26T02:55:04.132Z] [2025-05-26T02:55:04.132Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:55:04.132Z] #206 DONE 0.2s [2025-05-26T02:55:04.132Z] [2025-05-26T02:55:04.132Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-26T02:55:04.132Z] #205 DONE 0.8s [2025-05-26T02:55:04.132Z] [2025-05-26T02:55:04.132Z] #207 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:55:04.736Z] #207 DONE 0.4s [2025-05-26T02:55:04.736Z] [2025-05-26T02:55:04.736Z] #115 [core-data] exporting to image [2025-05-26T02:55:04.736Z] #115 exporting layers [2025-05-26T02:55:05.006Z] #115 ... [2025-05-26T02:55:05.006Z] [2025-05-26T02:55:05.006Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-26T02:55:05.006Z] #208 DONE 0.8s [2025-05-26T02:55:05.006Z] [2025-05-26T02:55:05.006Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T02:55:05.006Z] #145 DONE 2123.3s [2025-05-26T02:55:05.006Z] [2025-05-26T02:55:05.006Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:55:05.283Z] #209 DONE 0.4s [2025-05-26T02:55:05.283Z] [2025-05-26T02:55:05.283Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-26T02:55:05.578Z] #210 DONE 0.2s [2025-05-26T02:55:05.578Z] [2025-05-26T02:55:05.578Z] #115 [core-metadata] exporting to image [2025-05-26T02:55:05.846Z] #115 exporting layers 1.3s done [2025-05-26T02:55:05.846Z] #115 writing image sha256:6ada8aea0fddd3d9692180af0ac862b4421cb8e86b18ee01db32951825ccb430 [2025-05-26T02:55:06.129Z] #115 writing image sha256:6ada8aea0fddd3d9692180af0ac862b4421cb8e86b18ee01db32951825ccb430 0.0s done [2025-05-26T02:55:06.130Z] #115 naming to docker.io/library/core-data-arm64 0.0s done [2025-05-26T02:55:06.397Z] #115 ... [2025-05-26T02:55:06.397Z] [2025-05-26T02:55:06.397Z] #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:55:06.397Z] #211 DONE 0.1s [2025-05-26T02:55:06.397Z] [2025-05-26T02:55:06.397Z] #115 [core-metadata] exporting to image [2025-05-26T02:55:06.397Z] #115 exporting layers 0.9s done [2025-05-26T02:55:06.397Z] #115 writing image sha256:9ad9a5c38ca5e0597bfabd1933829b058b7227991413acc826890d23979762d3 done [2025-05-26T02:55:06.397Z] #115 naming to docker.io/library/core-metadata-arm64 done [2025-05-26T02:55:06.397Z] #115 DONE 12.3s [2025-05-26T02:55:06.397Z] [2025-05-26T02:55:06.397Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-26T02:55:06.685Z] #212 DONE 0.5s [2025-05-26T02:55:06.685Z] [2025-05-26T02:55:06.685Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:55:06.953Z] #213 DONE 0.2s [2025-05-26T02:55:06.953Z] [2025-05-26T02:55:06.953Z] #115 [core-keeper] exporting to image [2025-05-26T02:55:07.534Z] #115 exporting layers 0.4s done [2025-05-26T02:55:07.534Z] #115 writing image sha256:7f6fd7771acedc884ee6ee238bd1fa2e2ae40c493cf12e1975fc1a24da64341e done [2025-05-26T02:55:07.534Z] #115 naming to docker.io/library/core-keeper-arm64 done [2025-05-26T02:55:07.534Z] #115 DONE 12.8s [2025-05-26T02:55:07.534Z] [2025-05-26T02:55:07.534Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T02:55:39.833Z] #153 DONE 2157.3s [2025-05-26T02:55:39.833Z] [2025-05-26T02:55:39.833Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:55:39.833Z] #143 ... [2025-05-26T02:55:39.833Z] [2025-05-26T02:55:39.833Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:55:39.833Z] #214 DONE 0.2s [2025-05-26T02:55:39.833Z] [2025-05-26T02:55:39.833Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:55:39.833Z] #215 DONE 0.1s [2025-05-26T02:55:39.833Z] [2025-05-26T02:55:39.833Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:55:39.833Z] #143 ... [2025-05-26T02:55:39.833Z] [2025-05-26T02:55:39.833Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-26T02:55:40.116Z] #216 DONE 0.6s [2025-05-26T02:55:40.116Z] [2025-05-26T02:55:40.116Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:55:40.116Z] #143 ... [2025-05-26T02:55:40.116Z] [2025-05-26T02:55:40.116Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-26T02:55:40.116Z] #217 DONE 0.1s [2025-05-26T02:55:40.402Z] [2025-05-26T02:55:40.402Z] #115 [support-scheduler] exporting to image [2025-05-26T02:55:40.402Z] #115 exporting layers [2025-05-26T02:55:41.377Z] #115 exporting layers 1.2s done [2025-05-26T02:55:41.648Z] #115 writing image sha256:8c12c87615426c94a728942c11c8e253019d6b48c4fa42ebe445c7455801b399 done [2025-05-26T02:55:41.648Z] #115 naming to docker.io/library/support-scheduler-arm64 done [2025-05-26T02:55:41.648Z] #115 DONE 14.0s [2025-05-26T02:55:41.648Z] [2025-05-26T02:55:41.648Z] #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T02:55:44.997Z] #143 DONE 2163.0s [2025-05-26T02:55:45.270Z] [2025-05-26T02:55:45.270Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T02:55:45.270Z] #218 DONE 0.1s [2025-05-26T02:55:45.270Z] [2025-05-26T02:55:45.270Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T02:55:45.270Z] #219 DONE 0.1s [2025-05-26T02:55:45.270Z] [2025-05-26T02:55:45.270Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T02:55:45.853Z] #220 DONE 0.4s [2025-05-26T02:55:45.853Z] [2025-05-26T02:55:45.853Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-26T02:55:45.853Z] #221 DONE 0.1s [2025-05-26T02:55:45.853Z] [2025-05-26T02:55:45.853Z] #115 [support-notifications] exporting to image [2025-05-26T02:55:46.120Z] #115 exporting layers 0.5s done [2025-05-26T02:55:46.120Z] #115 writing image sha256:4264f8c349ae96455b70b9e242a1d134cc2c177127ae3636f2d391eaa5dd4356 done [2025-05-26T02:55:46.120Z] #115 naming to docker.io/library/support-notifications-arm64 done [2025-05-26T02:55:46.120Z] #115 DONE 14.5s [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T02:55:46.390Z] time="2025-05-26T02:17:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-26T02:55:46.402Z] $ docker stop --time=1 bfe44ec127014392eb824ab251d89c2e369d088707d65e2ae7d02d7f7eaf01f3 [2025-05-26T02:55:48.025Z] $ docker rm -f --volumes bfe44ec127014392eb824ab251d89c2e369d088707d65e2ae7d02d7f7eaf01f3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T02:55:48.530Z] + docker images [2025-05-26T02:55:48.530Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-26T02:55:48.530Z] support-notifications-arm64 latest 4264f8c349ae 3 seconds ago 52.3MB [2025-05-26T02:55:48.530Z] support-scheduler-arm64 latest 8c12c8761542 8 seconds ago 48.5MB [2025-05-26T02:55:48.530Z] core-keeper-arm64 latest 7f6fd7771ace 42 seconds ago 32.6MB [2025-05-26T02:55:48.530Z] core-metadata-arm64 latest 9ad9a5c38ca5 43 seconds ago 33.1MB [2025-05-26T02:55:48.530Z] core-data-arm64 latest 6ada8aea0fdd 44 seconds ago 33MB [2025-05-26T02:55:48.530Z] security-proxy-auth-arm64 latest 866d3960029a 50 seconds ago 31.9MB [2025-05-26T02:55:48.530Z] security-spiffe-token-provider-arm64 latest f5eca146fb4e About a minute ago 48.1MB [2025-05-26T02:55:48.530Z] security-secretstore-setup-arm64 latest c606f1005386 2 minutes ago 67.6MB [2025-05-26T02:55:48.530Z] security-proxy-setup-arm64 latest a64beff351a3 2 minutes ago 38.7MB [2025-05-26T02:55:48.530Z] core-command-arm64 latest 5dd72c0ba3a9 3 minutes ago 28.5MB [2025-05-26T02:55:48.530Z] security-bootstrapper-arm64 latest dbce5baf8e99 17 minutes ago 21.1MB [2025-05-26T02:55:48.530Z] core-common-config-bootstrapper-arm64 latest 696c9469fb06 17 minutes ago 17.9MB [2025-05-26T02:55:48.530Z] security-spire-agent-arm64 latest b87c60f2109a 37 minutes ago 187MB [2025-05-26T02:55:48.530Z] security-spire-config-arm64 latest 4e96e1613f3b 37 minutes ago 143MB [2025-05-26T02:55:48.530Z] security-spire-server-arm64 latest ef1da6d422c5 37 minutes ago 144MB [2025-05-26T02:55:48.530Z] ci-base-image-arm64 latest e94948e4cbef 39 minutes ago 910MB [2025-05-26T02:55:48.530Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB [2025-05-26T02:55:48.530Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 24 months 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-05-26T02:55:48.689Z] provisioning config files... [2025-05-26T02:55:48.703Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/838@tmp/config3876520931679569690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:55:49.047Z] ---> ****-login.sh [2025-05-26T02:55:49.048Z] nexus3.edgexfoundry.org:10001 [2025-05-26T02:55:49.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:55:49.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:55:49.575Z] Configure a credential helper to remove this warning. See [2025-05-26T02:55:49.575Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:55:49.575Z] [2025-05-26T02:55:49.575Z] Login Succeeded [2025-05-26T02:55:49.575Z] nexus3.edgexfoundry.org:10002 [2025-05-26T02:55:49.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:55:49.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:55:49.841Z] Configure a credential helper to remove this warning. See [2025-05-26T02:55:49.841Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:55:49.841Z] [2025-05-26T02:55:49.841Z] Login Succeeded [2025-05-26T02:55:49.841Z] nexus3.edgexfoundry.org:10003 [2025-05-26T02:55:50.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:55:50.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:55:50.105Z] Configure a credential helper to remove this warning. See [2025-05-26T02:55:50.105Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:55:50.105Z] [2025-05-26T02:55:50.105Z] Login Succeeded [2025-05-26T02:55:50.105Z] nexus3.edgexfoundry.org:10004 [2025-05-26T02:55:50.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:55:50.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:55:50.634Z] Configure a credential helper to remove this warning. See [2025-05-26T02:55:50.634Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:55:50.634Z] [2025-05-26T02:55:50.634Z] Login Succeeded [2025-05-26T02:55:50.634Z] ****.io [2025-05-26T02:55:50.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T02:55:50.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T02:55:50.905Z] Configure a credential helper to remove this warning. See [2025-05-26T02:55:50.905Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T02:55:50.905Z] [2025-05-26T02:55:50.905Z] Login Succeeded [2025-05-26T02:55:50.905Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T02:55:50.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:55:50.963Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T02:55:51.002Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-05-26T02:55:51.003Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:55:51.003Z] latest [2025-05-26T02:55:51.003Z] 4.1.0-dev.11 [2025-05-26T02:55:51.003Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:55:51.003Z] main [2025-05-26T02:55:51.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:51.369Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:51.722Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:55:51.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T02:55:51.722Z] 451cb93227a5: Preparing [2025-05-26T02:55:51.722Z] b98547d0f149: Preparing [2025-05-26T02:55:51.722Z] bff0fa6e606c: Preparing [2025-05-26T02:55:51.722Z] 582a4b4a1fb2: Preparing [2025-05-26T02:55:51.722Z] bfd6849469e3: Preparing [2025-05-26T02:55:51.722Z] 7568d5ace1c7: Preparing [2025-05-26T02:55:51.722Z] dd9c8f8612c8: Preparing [2025-05-26T02:55:51.722Z] 7568d5ace1c7: Waiting [2025-05-26T02:55:51.722Z] dd9c8f8612c8: Waiting [2025-05-26T02:55:51.986Z] bff0fa6e606c: Pushed [2025-05-26T02:55:51.986Z] 451cb93227a5: Pushed [2025-05-26T02:55:51.986Z] 582a4b4a1fb2: Pushed [2025-05-26T02:55:51.986Z] bfd6849469e3: Pushed [2025-05-26T02:55:51.986Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:55:51.986Z] 7568d5ace1c7: Pushed [2025-05-26T02:55:56.228Z] b98547d0f149: Pushed [2025-05-26T02:55:56.491Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:56.859Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:57.235Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-26T02:55:57.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T02:55:57.235Z] 451cb93227a5: Preparing [2025-05-26T02:55:57.235Z] b98547d0f149: Preparing [2025-05-26T02:55:57.235Z] bff0fa6e606c: Preparing [2025-05-26T02:55:57.235Z] 582a4b4a1fb2: Preparing [2025-05-26T02:55:57.235Z] bfd6849469e3: Preparing [2025-05-26T02:55:57.235Z] 7568d5ace1c7: Preparing [2025-05-26T02:55:57.235Z] dd9c8f8612c8: Preparing [2025-05-26T02:55:57.235Z] 7568d5ace1c7: Waiting [2025-05-26T02:55:57.235Z] dd9c8f8612c8: Waiting [2025-05-26T02:55:57.235Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:55:57.235Z] bfd6849469e3: Layer already exists [2025-05-26T02:55:57.235Z] bff0fa6e606c: Layer already exists [2025-05-26T02:55:57.235Z] 451cb93227a5: Layer already exists [2025-05-26T02:55:57.235Z] b98547d0f149: Layer already exists [2025-05-26T02:55:57.235Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:55:57.235Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:55:57.498Z] latest: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:57.859Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:58.211Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 [2025-05-26T02:55:58.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T02:55:58.211Z] 451cb93227a5: Preparing [2025-05-26T02:55:58.211Z] b98547d0f149: Preparing [2025-05-26T02:55:58.211Z] bff0fa6e606c: Preparing [2025-05-26T02:55:58.211Z] 582a4b4a1fb2: Preparing [2025-05-26T02:55:58.211Z] bfd6849469e3: Preparing [2025-05-26T02:55:58.211Z] 7568d5ace1c7: Preparing [2025-05-26T02:55:58.211Z] dd9c8f8612c8: Preparing [2025-05-26T02:55:58.211Z] 7568d5ace1c7: Waiting [2025-05-26T02:55:58.211Z] dd9c8f8612c8: Waiting [2025-05-26T02:55:58.211Z] bff0fa6e606c: Layer already exists [2025-05-26T02:55:58.211Z] bfd6849469e3: Layer already exists [2025-05-26T02:55:58.211Z] b98547d0f149: Layer already exists [2025-05-26T02:55:58.211Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:55:58.211Z] 451cb93227a5: Layer already exists [2025-05-26T02:55:58.211Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:55:58.211Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:55:58.211Z] 4.1.0-dev.11: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:58.826Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:59.198Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:55:59.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T02:55:59.199Z] 451cb93227a5: Preparing [2025-05-26T02:55:59.199Z] b98547d0f149: Preparing [2025-05-26T02:55:59.199Z] bff0fa6e606c: Preparing [2025-05-26T02:55:59.199Z] 582a4b4a1fb2: Preparing [2025-05-26T02:55:59.199Z] bfd6849469e3: Preparing [2025-05-26T02:55:59.199Z] 7568d5ace1c7: Preparing [2025-05-26T02:55:59.199Z] dd9c8f8612c8: Preparing [2025-05-26T02:55:59.199Z] 7568d5ace1c7: Waiting [2025-05-26T02:55:59.199Z] dd9c8f8612c8: Waiting [2025-05-26T02:55:59.199Z] bfd6849469e3: Layer already exists [2025-05-26T02:55:59.199Z] bff0fa6e606c: Layer already exists [2025-05-26T02:55:59.199Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:55:59.199Z] b98547d0f149: Layer already exists [2025-05-26T02:55:59.199Z] 451cb93227a5: Layer already exists [2025-05-26T02:55:59.199Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:55:59.199Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:55:59.199Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:59.549Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:55:59.910Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-05-26T02:55:59.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T02:55:59.910Z] 451cb93227a5: Preparing [2025-05-26T02:55:59.910Z] b98547d0f149: Preparing [2025-05-26T02:55:59.910Z] bff0fa6e606c: Preparing [2025-05-26T02:55:59.910Z] 582a4b4a1fb2: Preparing [2025-05-26T02:55:59.910Z] bfd6849469e3: Preparing [2025-05-26T02:55:59.910Z] 7568d5ace1c7: Preparing [2025-05-26T02:55:59.910Z] dd9c8f8612c8: Preparing [2025-05-26T02:55:59.910Z] 7568d5ace1c7: Waiting [2025-05-26T02:55:59.910Z] dd9c8f8612c8: Waiting [2025-05-26T02:55:59.910Z] 451cb93227a5: Layer already exists [2025-05-26T02:55:59.910Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:55:59.910Z] bfd6849469e3: Layer already exists [2025-05-26T02:55:59.910Z] b98547d0f149: Layer already exists [2025-05-26T02:55:59.910Z] bff0fa6e606c: Layer already exists [2025-05-26T02:55:59.910Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:55:59.910Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:55:59.910Z] main: digest: sha256:98e3046c3c1f0a0eb1bc120a7ff1ba3b198efcbd508e0a5217f1d1b4b3c7b4d3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:56:00.257Z] ===================================================== [Pipeline] echo [2025-05-26T02:56:00.270Z] taggedImages: [2025-05-26T02:56:00.270Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:00.270Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-26T02:56:00.270Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 [2025-05-26T02:56:00.270Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:00.270Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-26T02:56:00.301Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-05-26T02:56:00.301Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:00.301Z] latest [2025-05-26T02:56:00.301Z] 4.1.0-dev.11 [2025-05-26T02:56:00.301Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:00.301Z] main [2025-05-26T02:56:00.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:00.761Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:01.114Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:01.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T02:56:01.114Z] 4272cd06715f: Preparing [2025-05-26T02:56:01.114Z] 477a71f6d77d: Preparing [2025-05-26T02:56:01.114Z] dd7f382bc4d8: Preparing [2025-05-26T02:56:01.114Z] cdcb54aa2f49: Preparing [2025-05-26T02:56:01.114Z] bff0fa6e606c: Preparing [2025-05-26T02:56:01.114Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:01.114Z] bfd6849469e3: Preparing [2025-05-26T02:56:01.114Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:01.114Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:01.114Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:01.114Z] bfd6849469e3: Waiting [2025-05-26T02:56:01.114Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:01.114Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:01.114Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:01.379Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:01.379Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:01.379Z] 477a71f6d77d: Pushed [2025-05-26T02:56:01.379Z] dd7f382bc4d8: Pushed [2025-05-26T02:56:01.379Z] 4272cd06715f: Pushed [2025-05-26T02:56:01.379Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:01.379Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:03.308Z] cdcb54aa2f49: Pushed [2025-05-26T02:56:03.571Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:03.926Z] + 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-05-26T02:56:04.281Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-26T02:56:04.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T02:56:04.281Z] 4272cd06715f: Preparing [2025-05-26T02:56:04.281Z] 477a71f6d77d: Preparing [2025-05-26T02:56:04.281Z] dd7f382bc4d8: Preparing [2025-05-26T02:56:04.281Z] cdcb54aa2f49: Preparing [2025-05-26T02:56:04.281Z] bff0fa6e606c: Preparing [2025-05-26T02:56:04.281Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:04.281Z] bfd6849469e3: Preparing [2025-05-26T02:56:04.281Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:04.281Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:04.281Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:04.281Z] bfd6849469e3: Waiting [2025-05-26T02:56:04.281Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:04.281Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:04.281Z] cdcb54aa2f49: Layer already exists [2025-05-26T02:56:04.281Z] 4272cd06715f: Layer already exists [2025-05-26T02:56:04.281Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:04.281Z] dd7f382bc4d8: Layer already exists [2025-05-26T02:56:04.281Z] 477a71f6d77d: Layer already exists [2025-05-26T02:56:04.281Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:04.281Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:04.281Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:04.281Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:04.546Z] latest: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:04.912Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:05.287Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 [2025-05-26T02:56:05.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T02:56:05.287Z] 4272cd06715f: Preparing [2025-05-26T02:56:05.287Z] 477a71f6d77d: Preparing [2025-05-26T02:56:05.287Z] dd7f382bc4d8: Preparing [2025-05-26T02:56:05.287Z] cdcb54aa2f49: Preparing [2025-05-26T02:56:05.287Z] bff0fa6e606c: Preparing [2025-05-26T02:56:05.287Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:05.287Z] bfd6849469e3: Preparing [2025-05-26T02:56:05.287Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:05.287Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:05.287Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:05.287Z] bfd6849469e3: Waiting [2025-05-26T02:56:05.288Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:05.288Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:05.288Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:05.288Z] 477a71f6d77d: Layer already exists [2025-05-26T02:56:05.288Z] dd7f382bc4d8: Layer already exists [2025-05-26T02:56:05.288Z] cdcb54aa2f49: Layer already exists [2025-05-26T02:56:05.288Z] 4272cd06715f: Layer already exists [2025-05-26T02:56:05.288Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:05.288Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:05.288Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:05.288Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:05.288Z] 4.1.0-dev.11: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:05.648Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:05.993Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:05.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T02:56:05.993Z] 4272cd06715f: Preparing [2025-05-26T02:56:05.993Z] 477a71f6d77d: Preparing [2025-05-26T02:56:05.993Z] dd7f382bc4d8: Preparing [2025-05-26T02:56:05.993Z] cdcb54aa2f49: Preparing [2025-05-26T02:56:05.993Z] bff0fa6e606c: Preparing [2025-05-26T02:56:05.993Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:05.993Z] bfd6849469e3: Preparing [2025-05-26T02:56:05.993Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:05.993Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:05.993Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:05.993Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:05.993Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:05.993Z] bfd6849469e3: Waiting [2025-05-26T02:56:06.573Z] dd7f382bc4d8: Layer already exists [2025-05-26T02:56:06.573Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:06.573Z] 477a71f6d77d: Layer already exists [2025-05-26T02:56:06.573Z] cdcb54aa2f49: Layer already exists [2025-05-26T02:56:06.573Z] 4272cd06715f: Layer already exists [2025-05-26T02:56:06.573Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:06.573Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:06.573Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:06.573Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:06.573Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:06.944Z] + 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-05-26T02:56:07.299Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-05-26T02:56:07.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T02:56:07.299Z] 4272cd06715f: Preparing [2025-05-26T02:56:07.299Z] 477a71f6d77d: Preparing [2025-05-26T02:56:07.299Z] dd7f382bc4d8: Preparing [2025-05-26T02:56:07.299Z] cdcb54aa2f49: Preparing [2025-05-26T02:56:07.299Z] bff0fa6e606c: Preparing [2025-05-26T02:56:07.299Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:07.299Z] bfd6849469e3: Preparing [2025-05-26T02:56:07.299Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:07.299Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:07.299Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:07.299Z] bfd6849469e3: Waiting [2025-05-26T02:56:07.299Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:07.299Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:07.299Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:07.299Z] dd7f382bc4d8: Layer already exists [2025-05-26T02:56:07.299Z] 477a71f6d77d: Layer already exists [2025-05-26T02:56:07.300Z] 4272cd06715f: Layer already exists [2025-05-26T02:56:07.300Z] cdcb54aa2f49: Layer already exists [2025-05-26T02:56:07.300Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:07.300Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:07.300Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:07.300Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:07.564Z] main: digest: sha256:d74796ce8005e1811e7a9a6e47ae5cbb0e10a30fe885cb9748683e69edccf2a6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:56:07.645Z] ===================================================== [Pipeline] echo [2025-05-26T02:56:07.667Z] taggedImages: [2025-05-26T02:56:07.667Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:07.667Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-26T02:56:07.667Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 [2025-05-26T02:56:07.667Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:07.667Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T02:56:07.703Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-05-26T02:56:07.703Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:07.703Z] latest [2025-05-26T02:56:07.703Z] 4.1.0-dev.11 [2025-05-26T02:56:07.703Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:07.703Z] main [2025-05-26T02:56:07.703Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:08.073Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:08.417Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:08.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T02:56:08.417Z] 3593062fdbf9: Preparing [2025-05-26T02:56:08.417Z] eb17e31d5ebb: Preparing [2025-05-26T02:56:08.417Z] bff0fa6e606c: Preparing [2025-05-26T02:56:08.417Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:08.417Z] 52da94c61c99: Preparing [2025-05-26T02:56:08.417Z] c8065c34c73a: Preparing [2025-05-26T02:56:08.417Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:08.417Z] c8065c34c73a: Waiting [2025-05-26T02:56:08.417Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:08.417Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:08.417Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:08.681Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:08.682Z] 52da94c61c99: Pushed [2025-05-26T02:56:08.682Z] 3593062fdbf9: Pushed [2025-05-26T02:56:08.682Z] c8065c34c73a: Pushed [2025-05-26T02:56:14.004Z] eb17e31d5ebb: Pushed [2025-05-26T02:56:14.004Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:14.365Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:14.719Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-26T02:56:14.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T02:56:14.719Z] 3593062fdbf9: Preparing [2025-05-26T02:56:14.719Z] eb17e31d5ebb: Preparing [2025-05-26T02:56:14.719Z] bff0fa6e606c: Preparing [2025-05-26T02:56:14.719Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:14.719Z] 52da94c61c99: Preparing [2025-05-26T02:56:14.719Z] c8065c34c73a: Preparing [2025-05-26T02:56:14.719Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:14.719Z] c8065c34c73a: Waiting [2025-05-26T02:56:14.719Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:14.719Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:14.719Z] 52da94c61c99: Layer already exists [2025-05-26T02:56:14.719Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:14.719Z] 3593062fdbf9: Layer already exists [2025-05-26T02:56:14.719Z] eb17e31d5ebb: Layer already exists [2025-05-26T02:56:14.719Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:14.719Z] c8065c34c73a: Layer already exists [2025-05-26T02:56:14.982Z] latest: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:15.340Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:15.689Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 [2025-05-26T02:56:15.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T02:56:15.689Z] 3593062fdbf9: Preparing [2025-05-26T02:56:15.689Z] eb17e31d5ebb: Preparing [2025-05-26T02:56:15.689Z] bff0fa6e606c: Preparing [2025-05-26T02:56:15.689Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:15.689Z] 52da94c61c99: Preparing [2025-05-26T02:56:15.689Z] c8065c34c73a: Preparing [2025-05-26T02:56:15.689Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:15.689Z] c8065c34c73a: Waiting [2025-05-26T02:56:15.689Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:15.689Z] 3593062fdbf9: Layer already exists [2025-05-26T02:56:15.689Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:15.689Z] eb17e31d5ebb: Layer already exists [2025-05-26T02:56:15.689Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:15.689Z] 52da94c61c99: Layer already exists [2025-05-26T02:56:15.689Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:15.689Z] c8065c34c73a: Layer already exists [2025-05-26T02:56:15.953Z] 4.1.0-dev.11: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:16.316Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:16.673Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:16.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T02:56:16.673Z] 3593062fdbf9: Preparing [2025-05-26T02:56:16.673Z] eb17e31d5ebb: Preparing [2025-05-26T02:56:16.673Z] bff0fa6e606c: Preparing [2025-05-26T02:56:16.673Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:16.673Z] 52da94c61c99: Preparing [2025-05-26T02:56:16.673Z] c8065c34c73a: Preparing [2025-05-26T02:56:16.673Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:16.673Z] c8065c34c73a: Waiting [2025-05-26T02:56:16.673Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:16.673Z] eb17e31d5ebb: Layer already exists [2025-05-26T02:56:16.673Z] 52da94c61c99: Layer already exists [2025-05-26T02:56:16.673Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:16.673Z] 3593062fdbf9: Layer already exists [2025-05-26T02:56:16.673Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:16.673Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:16.673Z] c8065c34c73a: Layer already exists [2025-05-26T02:56:16.937Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:17.295Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:17.658Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-05-26T02:56:17.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T02:56:17.658Z] 3593062fdbf9: Preparing [2025-05-26T02:56:17.658Z] eb17e31d5ebb: Preparing [2025-05-26T02:56:17.658Z] bff0fa6e606c: Preparing [2025-05-26T02:56:17.658Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:17.658Z] 52da94c61c99: Preparing [2025-05-26T02:56:17.658Z] c8065c34c73a: Preparing [2025-05-26T02:56:17.658Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:17.658Z] c8065c34c73a: Waiting [2025-05-26T02:56:17.658Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:17.658Z] 52da94c61c99: Layer already exists [2025-05-26T02:56:17.658Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:17.658Z] eb17e31d5ebb: Layer already exists [2025-05-26T02:56:17.658Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:17.658Z] 3593062fdbf9: Layer already exists [2025-05-26T02:56:17.658Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:17.658Z] c8065c34c73a: Layer already exists [2025-05-26T02:56:17.658Z] main: digest: sha256:346de673575b1d7d7fca7cdb19eba478da19336a5532cea1ba3a047cf8f29718 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:56:18.006Z] ===================================================== [Pipeline] echo [2025-05-26T02:56:18.022Z] taggedImages: [2025-05-26T02:56:18.022Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:18.022Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-26T02:56:18.022Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 [2025-05-26T02:56:18.022Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:18.022Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-26T02:56:18.050Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-05-26T02:56:18.050Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:18.050Z] latest [2025-05-26T02:56:18.050Z] 4.1.0-dev.11 [2025-05-26T02:56:18.050Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:18.050Z] main [2025-05-26T02:56:18.050Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:18.422Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:18.774Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:18.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T02:56:18.774Z] 3e807cdc5b65: Preparing [2025-05-26T02:56:18.774Z] de9be47b234b: Preparing [2025-05-26T02:56:18.774Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:18.774Z] 2d681ea1b6ee: Preparing [2025-05-26T02:56:18.774Z] 1958dac290db: Preparing [2025-05-26T02:56:18.774Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:18.774Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:18.774Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:19.041Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:19.041Z] 2d681ea1b6ee: Pushed [2025-05-26T02:56:19.041Z] 3e807cdc5b65: Pushed [2025-05-26T02:56:19.041Z] 1958dac290db: Pushed [2025-05-26T02:56:24.373Z] de9be47b234b: Pushed [2025-05-26T02:56:24.373Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:24.734Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:25.090Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-26T02:56:25.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T02:56:25.090Z] 3e807cdc5b65: Preparing [2025-05-26T02:56:25.090Z] de9be47b234b: Preparing [2025-05-26T02:56:25.090Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:25.090Z] 2d681ea1b6ee: Preparing [2025-05-26T02:56:25.090Z] 1958dac290db: Preparing [2025-05-26T02:56:25.090Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:25.090Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:25.090Z] 2d681ea1b6ee: Layer already exists [2025-05-26T02:56:25.090Z] 1958dac290db: Layer already exists [2025-05-26T02:56:25.090Z] de9be47b234b: Layer already exists [2025-05-26T02:56:25.090Z] 3e807cdc5b65: Layer already exists [2025-05-26T02:56:25.090Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:25.090Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:25.090Z] latest: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:25.718Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:26.085Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 [2025-05-26T02:56:26.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T02:56:26.086Z] 3e807cdc5b65: Preparing [2025-05-26T02:56:26.086Z] de9be47b234b: Preparing [2025-05-26T02:56:26.086Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:26.086Z] 2d681ea1b6ee: Preparing [2025-05-26T02:56:26.086Z] 1958dac290db: Preparing [2025-05-26T02:56:26.086Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:26.086Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:26.086Z] 3e807cdc5b65: Layer already exists [2025-05-26T02:56:26.086Z] 1958dac290db: Layer already exists [2025-05-26T02:56:26.086Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:26.086Z] de9be47b234b: Layer already exists [2025-05-26T02:56:26.086Z] 2d681ea1b6ee: Layer already exists [2025-05-26T02:56:26.086Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:26.086Z] 4.1.0-dev.11: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:26.709Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:27.064Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:27.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T02:56:27.064Z] 3e807cdc5b65: Preparing [2025-05-26T02:56:27.064Z] de9be47b234b: Preparing [2025-05-26T02:56:27.064Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:27.064Z] 2d681ea1b6ee: Preparing [2025-05-26T02:56:27.064Z] 1958dac290db: Preparing [2025-05-26T02:56:27.064Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:27.064Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:27.064Z] 2d681ea1b6ee: Layer already exists [2025-05-26T02:56:27.064Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:27.064Z] 3e807cdc5b65: Layer already exists [2025-05-26T02:56:27.064Z] 1958dac290db: Layer already exists [2025-05-26T02:56:27.064Z] de9be47b234b: Layer already exists [2025-05-26T02:56:27.064Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:27.064Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:27.414Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:27.764Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-05-26T02:56:27.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T02:56:27.764Z] 3e807cdc5b65: Preparing [2025-05-26T02:56:27.764Z] de9be47b234b: Preparing [2025-05-26T02:56:27.764Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:27.764Z] 2d681ea1b6ee: Preparing [2025-05-26T02:56:27.764Z] 1958dac290db: Preparing [2025-05-26T02:56:27.764Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:27.764Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:27.764Z] 3e807cdc5b65: Layer already exists [2025-05-26T02:56:27.764Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:27.764Z] de9be47b234b: Layer already exists [2025-05-26T02:56:27.764Z] 1958dac290db: Layer already exists [2025-05-26T02:56:27.764Z] 2d681ea1b6ee: Layer already exists [2025-05-26T02:56:27.764Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:28.029Z] main: digest: sha256:d82234d04e8f21433247c0a8c900aa1cd9934e95dc34c4595e8ad610e121993d size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:56:28.114Z] ===================================================== [Pipeline] echo [2025-05-26T02:56:28.133Z] taggedImages: [2025-05-26T02:56:28.133Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:28.133Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-26T02:56:28.133Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 [2025-05-26T02:56:28.133Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:28.133Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-26T02:56:28.168Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-05-26T02:56:28.168Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:28.168Z] latest [2025-05-26T02:56:28.168Z] 4.1.0-dev.11 [2025-05-26T02:56:28.168Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:28.168Z] main [2025-05-26T02:56:28.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:28.604Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:28.982Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:28.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T02:56:28.982Z] 306a010f4853: Preparing [2025-05-26T02:56:28.982Z] a8a465cc3922: Preparing [2025-05-26T02:56:28.982Z] 877a8b255d40: Preparing [2025-05-26T02:56:28.982Z] bff0fa6e606c: Preparing [2025-05-26T02:56:28.982Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:28.982Z] bfd6849469e3: Preparing [2025-05-26T02:56:28.982Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:28.982Z] bfd6849469e3: Waiting [2025-05-26T02:56:28.982Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:28.982Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:28.982Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:28.982Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:28.982Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:28.982Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:29.257Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:29.257Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:29.257Z] a8a465cc3922: Pushed [2025-05-26T02:56:29.257Z] 306a010f4853: Pushed [2025-05-26T02:56:34.628Z] 877a8b255d40: Pushed [2025-05-26T02:56:34.628Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:34.986Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:35.327Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-26T02:56:35.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T02:56:35.327Z] 306a010f4853: Preparing [2025-05-26T02:56:35.327Z] a8a465cc3922: Preparing [2025-05-26T02:56:35.327Z] 877a8b255d40: Preparing [2025-05-26T02:56:35.327Z] bff0fa6e606c: Preparing [2025-05-26T02:56:35.327Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:35.327Z] bfd6849469e3: Preparing [2025-05-26T02:56:35.327Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:35.327Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:35.327Z] bfd6849469e3: Waiting [2025-05-26T02:56:35.327Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:35.327Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:35.327Z] 877a8b255d40: Layer already exists [2025-05-26T02:56:35.327Z] 306a010f4853: Layer already exists [2025-05-26T02:56:35.327Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:35.327Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:35.327Z] a8a465cc3922: Layer already exists [2025-05-26T02:56:35.327Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:35.327Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:35.327Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:35.591Z] latest: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:36.065Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:36.418Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 [2025-05-26T02:56:36.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T02:56:36.419Z] 306a010f4853: Preparing [2025-05-26T02:56:36.419Z] a8a465cc3922: Preparing [2025-05-26T02:56:36.419Z] 877a8b255d40: Preparing [2025-05-26T02:56:36.419Z] bff0fa6e606c: Preparing [2025-05-26T02:56:36.419Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:36.419Z] bfd6849469e3: Preparing [2025-05-26T02:56:36.419Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:36.419Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:36.419Z] bfd6849469e3: Waiting [2025-05-26T02:56:36.419Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:36.419Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:36.419Z] a8a465cc3922: Layer already exists [2025-05-26T02:56:36.419Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:36.419Z] 877a8b255d40: Layer already exists [2025-05-26T02:56:36.419Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:36.419Z] 306a010f4853: Layer already exists [2025-05-26T02:56:36.419Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:36.419Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:36.419Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:36.683Z] 4.1.0-dev.11: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:37.043Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:37.395Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:37.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T02:56:37.395Z] 306a010f4853: Preparing [2025-05-26T02:56:37.395Z] a8a465cc3922: Preparing [2025-05-26T02:56:37.395Z] 877a8b255d40: Preparing [2025-05-26T02:56:37.395Z] bff0fa6e606c: Preparing [2025-05-26T02:56:37.395Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:37.395Z] bfd6849469e3: Preparing [2025-05-26T02:56:37.395Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:37.395Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:37.395Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:37.395Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:37.395Z] bfd6849469e3: Waiting [2025-05-26T02:56:37.395Z] a8a465cc3922: Layer already exists [2025-05-26T02:56:37.395Z] 877a8b255d40: Layer already exists [2025-05-26T02:56:37.395Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:37.395Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:37.395Z] 306a010f4853: Layer already exists [2025-05-26T02:56:37.395Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:37.395Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:37.395Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:37.660Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:38.022Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:38.372Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-05-26T02:56:38.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T02:56:38.372Z] 306a010f4853: Preparing [2025-05-26T02:56:38.372Z] a8a465cc3922: Preparing [2025-05-26T02:56:38.372Z] 877a8b255d40: Preparing [2025-05-26T02:56:38.372Z] bff0fa6e606c: Preparing [2025-05-26T02:56:38.372Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:38.372Z] bfd6849469e3: Preparing [2025-05-26T02:56:38.373Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:38.373Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:38.373Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:38.373Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:38.373Z] bfd6849469e3: Waiting [2025-05-26T02:56:38.373Z] 306a010f4853: Layer already exists [2025-05-26T02:56:38.373Z] a8a465cc3922: Layer already exists [2025-05-26T02:56:38.373Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:38.373Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:38.373Z] 877a8b255d40: Layer already exists [2025-05-26T02:56:38.373Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:38.373Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:38.373Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:38.638Z] main: digest: sha256:c012ec653947c442ab23354f423459e5617d7ccfe5b5f7c83ad39a4a13b5b7c8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:56:38.728Z] ===================================================== [Pipeline] echo [2025-05-26T02:56:38.744Z] taggedImages: [2025-05-26T02:56:38.744Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:38.744Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-26T02:56:38.744Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 [2025-05-26T02:56:38.744Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:38.744Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-26T02:56:38.776Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-05-26T02:56:38.776Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:38.776Z] latest [2025-05-26T02:56:38.776Z] 4.1.0-dev.11 [2025-05-26T02:56:38.776Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:38.776Z] main [2025-05-26T02:56:38.776Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:39.145Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:39.497Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:39.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T02:56:39.497Z] c534e10a85e2: Preparing [2025-05-26T02:56:39.497Z] 375d1376f114: Preparing [2025-05-26T02:56:39.497Z] 58aaf639ee93: Preparing [2025-05-26T02:56:39.497Z] 81bc075c73e6: Preparing [2025-05-26T02:56:39.497Z] 77b9dba6eea5: Preparing [2025-05-26T02:56:39.497Z] 5f128d35948c: Preparing [2025-05-26T02:56:39.497Z] 890510355e85: Preparing [2025-05-26T02:56:39.497Z] bff0fa6e606c: Preparing [2025-05-26T02:56:39.497Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:39.497Z] 45c52afc7ec2: Preparing [2025-05-26T02:56:39.497Z] 7909410d46fd: Preparing [2025-05-26T02:56:39.497Z] 5f70bf18a086: Preparing [2025-05-26T02:56:39.497Z] 2156b9af66ee: Preparing [2025-05-26T02:56:39.497Z] 75cb7f20c953: Preparing [2025-05-26T02:56:39.497Z] cfd0dda21308: Preparing [2025-05-26T02:56:39.497Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:39.497Z] 890510355e85: Waiting [2025-05-26T02:56:39.497Z] bff0fa6e606c: Waiting [2025-05-26T02:56:39.497Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:39.497Z] 5f128d35948c: Waiting [2025-05-26T02:56:39.497Z] 45c52afc7ec2: Waiting [2025-05-26T02:56:39.497Z] 7909410d46fd: Waiting [2025-05-26T02:56:39.497Z] 5f70bf18a086: Waiting [2025-05-26T02:56:39.497Z] 2156b9af66ee: Waiting [2025-05-26T02:56:39.497Z] 75cb7f20c953: Waiting [2025-05-26T02:56:39.497Z] cfd0dda21308: Waiting [2025-05-26T02:56:39.497Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:39.764Z] 375d1376f114: Pushed [2025-05-26T02:56:39.764Z] 77b9dba6eea5: Pushed [2025-05-26T02:56:39.764Z] 58aaf639ee93: Pushed [2025-05-26T02:56:39.764Z] c534e10a85e2: Pushed [2025-05-26T02:56:39.764Z] 81bc075c73e6: Pushed [2025-05-26T02:56:39.764Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:39.764Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:39.764Z] 5f128d35948c: Pushed [2025-05-26T02:56:39.764Z] 5f70bf18a086: Layer already exists [2025-05-26T02:56:40.029Z] 7909410d46fd: Pushed [2025-05-26T02:56:40.029Z] 45c52afc7ec2: Pushed [2025-05-26T02:56:40.029Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:40.029Z] 2156b9af66ee: Pushed [2025-05-26T02:56:40.029Z] 75cb7f20c953: Pushed [2025-05-26T02:56:40.029Z] cfd0dda21308: Pushed [2025-05-26T02:56:42.595Z] 890510355e85: Pushed [2025-05-26T02:56:42.860Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:43.210Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:43.563Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-26T02:56:43.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T02:56:43.563Z] c534e10a85e2: Preparing [2025-05-26T02:56:43.563Z] 375d1376f114: Preparing [2025-05-26T02:56:43.563Z] 58aaf639ee93: Preparing [2025-05-26T02:56:43.563Z] 81bc075c73e6: Preparing [2025-05-26T02:56:43.563Z] 77b9dba6eea5: Preparing [2025-05-26T02:56:43.563Z] 5f128d35948c: Preparing [2025-05-26T02:56:43.563Z] 890510355e85: Preparing [2025-05-26T02:56:43.563Z] bff0fa6e606c: Preparing [2025-05-26T02:56:43.563Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:43.563Z] 45c52afc7ec2: Preparing [2025-05-26T02:56:43.563Z] 7909410d46fd: Preparing [2025-05-26T02:56:43.563Z] 5f70bf18a086: Preparing [2025-05-26T02:56:43.563Z] 2156b9af66ee: Preparing [2025-05-26T02:56:43.563Z] 75cb7f20c953: Preparing [2025-05-26T02:56:43.563Z] cfd0dda21308: Preparing [2025-05-26T02:56:43.563Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:43.563Z] 7909410d46fd: Waiting [2025-05-26T02:56:43.563Z] 5f128d35948c: Waiting [2025-05-26T02:56:43.563Z] 5f70bf18a086: Waiting [2025-05-26T02:56:43.563Z] 2156b9af66ee: Waiting [2025-05-26T02:56:43.563Z] 75cb7f20c953: Waiting [2025-05-26T02:56:43.563Z] cfd0dda21308: Waiting [2025-05-26T02:56:43.563Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:43.563Z] bff0fa6e606c: Waiting [2025-05-26T02:56:43.563Z] 890510355e85: Waiting [2025-05-26T02:56:43.563Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:43.563Z] 45c52afc7ec2: Waiting [2025-05-26T02:56:43.563Z] c534e10a85e2: Layer already exists [2025-05-26T02:56:43.563Z] 81bc075c73e6: Layer already exists [2025-05-26T02:56:43.563Z] 77b9dba6eea5: Layer already exists [2025-05-26T02:56:43.563Z] 58aaf639ee93: Layer already exists [2025-05-26T02:56:43.563Z] 375d1376f114: Layer already exists [2025-05-26T02:56:43.563Z] 5f128d35948c: Layer already exists [2025-05-26T02:56:43.563Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:43.563Z] 890510355e85: Layer already exists [2025-05-26T02:56:43.563Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:43.563Z] 45c52afc7ec2: Layer already exists [2025-05-26T02:56:43.563Z] 2156b9af66ee: Layer already exists [2025-05-26T02:56:43.563Z] 7909410d46fd: Layer already exists [2025-05-26T02:56:43.563Z] 5f70bf18a086: Layer already exists [2025-05-26T02:56:43.563Z] cfd0dda21308: Layer already exists [2025-05-26T02:56:43.563Z] 75cb7f20c953: Layer already exists [2025-05-26T02:56:43.563Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:43.827Z] latest: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:44.185Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:44.546Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 [2025-05-26T02:56:44.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T02:56:44.547Z] c534e10a85e2: Preparing [2025-05-26T02:56:44.547Z] 375d1376f114: Preparing [2025-05-26T02:56:44.547Z] 58aaf639ee93: Preparing [2025-05-26T02:56:44.547Z] 81bc075c73e6: Preparing [2025-05-26T02:56:44.547Z] 77b9dba6eea5: Preparing [2025-05-26T02:56:44.547Z] 5f128d35948c: Preparing [2025-05-26T02:56:44.547Z] 890510355e85: Preparing [2025-05-26T02:56:44.547Z] bff0fa6e606c: Preparing [2025-05-26T02:56:44.547Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:44.547Z] 45c52afc7ec2: Preparing [2025-05-26T02:56:44.547Z] 7909410d46fd: Preparing [2025-05-26T02:56:44.547Z] 5f70bf18a086: Preparing [2025-05-26T02:56:44.547Z] 2156b9af66ee: Preparing [2025-05-26T02:56:44.547Z] 75cb7f20c953: Preparing [2025-05-26T02:56:44.547Z] cfd0dda21308: Preparing [2025-05-26T02:56:44.547Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:44.547Z] 45c52afc7ec2: Waiting [2025-05-26T02:56:44.547Z] 7909410d46fd: Waiting [2025-05-26T02:56:44.547Z] 5f70bf18a086: Waiting [2025-05-26T02:56:44.547Z] 2156b9af66ee: Waiting [2025-05-26T02:56:44.547Z] 75cb7f20c953: Waiting [2025-05-26T02:56:44.547Z] cfd0dda21308: Waiting [2025-05-26T02:56:44.547Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:44.547Z] 5f128d35948c: Waiting [2025-05-26T02:56:44.547Z] 890510355e85: Waiting [2025-05-26T02:56:44.547Z] bff0fa6e606c: Waiting [2025-05-26T02:56:44.547Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:44.547Z] 81bc075c73e6: Layer already exists [2025-05-26T02:56:44.547Z] 375d1376f114: Layer already exists [2025-05-26T02:56:44.547Z] 58aaf639ee93: Layer already exists [2025-05-26T02:56:44.547Z] 77b9dba6eea5: Layer already exists [2025-05-26T02:56:44.547Z] c534e10a85e2: Layer already exists [2025-05-26T02:56:44.547Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:44.547Z] 5f128d35948c: Layer already exists [2025-05-26T02:56:44.547Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:44.547Z] 890510355e85: Layer already exists [2025-05-26T02:56:44.547Z] 45c52afc7ec2: Layer already exists [2025-05-26T02:56:44.547Z] 5f70bf18a086: Layer already exists [2025-05-26T02:56:44.547Z] 7909410d46fd: Layer already exists [2025-05-26T02:56:44.547Z] 2156b9af66ee: Layer already exists [2025-05-26T02:56:44.547Z] 75cb7f20c953: Layer already exists [2025-05-26T02:56:44.547Z] cfd0dda21308: Layer already exists [2025-05-26T02:56:44.547Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:44.813Z] 4.1.0-dev.11: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:45.185Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:45.541Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:45.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T02:56:45.541Z] c534e10a85e2: Preparing [2025-05-26T02:56:45.541Z] 375d1376f114: Preparing [2025-05-26T02:56:45.541Z] 58aaf639ee93: Preparing [2025-05-26T02:56:45.541Z] 81bc075c73e6: Preparing [2025-05-26T02:56:45.541Z] 77b9dba6eea5: Preparing [2025-05-26T02:56:45.541Z] 5f128d35948c: Preparing [2025-05-26T02:56:45.541Z] 890510355e85: Preparing [2025-05-26T02:56:45.541Z] bff0fa6e606c: Preparing [2025-05-26T02:56:45.541Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:45.541Z] 45c52afc7ec2: Preparing [2025-05-26T02:56:45.541Z] 7909410d46fd: Preparing [2025-05-26T02:56:45.541Z] 5f70bf18a086: Preparing [2025-05-26T02:56:45.541Z] 2156b9af66ee: Preparing [2025-05-26T02:56:45.541Z] 75cb7f20c953: Preparing [2025-05-26T02:56:45.541Z] cfd0dda21308: Preparing [2025-05-26T02:56:45.541Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:45.541Z] 5f128d35948c: Waiting [2025-05-26T02:56:45.541Z] 890510355e85: Waiting [2025-05-26T02:56:45.541Z] bff0fa6e606c: Waiting [2025-05-26T02:56:45.541Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:45.541Z] 45c52afc7ec2: Waiting [2025-05-26T02:56:45.541Z] 7909410d46fd: Waiting [2025-05-26T02:56:45.541Z] 5f70bf18a086: Waiting [2025-05-26T02:56:45.541Z] 2156b9af66ee: Waiting [2025-05-26T02:56:45.541Z] 75cb7f20c953: Waiting [2025-05-26T02:56:45.541Z] cfd0dda21308: Waiting [2025-05-26T02:56:45.541Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:45.541Z] c534e10a85e2: Layer already exists [2025-05-26T02:56:45.541Z] 81bc075c73e6: Layer already exists [2025-05-26T02:56:45.541Z] 77b9dba6eea5: Layer already exists [2025-05-26T02:56:45.541Z] 375d1376f114: Layer already exists [2025-05-26T02:56:45.541Z] 58aaf639ee93: Layer already exists [2025-05-26T02:56:45.541Z] 890510355e85: Layer already exists [2025-05-26T02:56:45.541Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:45.541Z] 5f128d35948c: Layer already exists [2025-05-26T02:56:45.541Z] 45c52afc7ec2: Layer already exists [2025-05-26T02:56:45.541Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:45.541Z] 5f70bf18a086: Layer already exists [2025-05-26T02:56:45.541Z] 2156b9af66ee: Layer already exists [2025-05-26T02:56:45.541Z] 7909410d46fd: Layer already exists [2025-05-26T02:56:45.541Z] 75cb7f20c953: Layer already exists [2025-05-26T02:56:45.541Z] cfd0dda21308: Layer already exists [2025-05-26T02:56:45.541Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:45.805Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:46.157Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:46.508Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-05-26T02:56:46.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T02:56:46.508Z] c534e10a85e2: Preparing [2025-05-26T02:56:46.508Z] 375d1376f114: Preparing [2025-05-26T02:56:46.508Z] 58aaf639ee93: Preparing [2025-05-26T02:56:46.508Z] 81bc075c73e6: Preparing [2025-05-26T02:56:46.508Z] 77b9dba6eea5: Preparing [2025-05-26T02:56:46.508Z] 5f128d35948c: Preparing [2025-05-26T02:56:46.508Z] 890510355e85: Preparing [2025-05-26T02:56:46.508Z] bff0fa6e606c: Preparing [2025-05-26T02:56:46.508Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:46.508Z] 45c52afc7ec2: Preparing [2025-05-26T02:56:46.508Z] 5f128d35948c: Waiting [2025-05-26T02:56:46.508Z] 890510355e85: Waiting [2025-05-26T02:56:46.508Z] bff0fa6e606c: Waiting [2025-05-26T02:56:46.508Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:46.508Z] 7909410d46fd: Preparing [2025-05-26T02:56:46.508Z] 45c52afc7ec2: Waiting [2025-05-26T02:56:46.508Z] 5f70bf18a086: Preparing [2025-05-26T02:56:46.508Z] 7909410d46fd: Waiting [2025-05-26T02:56:46.508Z] 2156b9af66ee: Preparing [2025-05-26T02:56:46.508Z] 75cb7f20c953: Preparing [2025-05-26T02:56:46.508Z] 5f70bf18a086: Waiting [2025-05-26T02:56:46.508Z] cfd0dda21308: Preparing [2025-05-26T02:56:46.508Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:46.508Z] 2156b9af66ee: Waiting [2025-05-26T02:56:46.508Z] 75cb7f20c953: Waiting [2025-05-26T02:56:46.508Z] cfd0dda21308: Waiting [2025-05-26T02:56:46.508Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:46.508Z] 58aaf639ee93: Layer already exists [2025-05-26T02:56:46.508Z] 81bc075c73e6: Layer already exists [2025-05-26T02:56:46.508Z] 77b9dba6eea5: Layer already exists [2025-05-26T02:56:46.508Z] c534e10a85e2: Layer already exists [2025-05-26T02:56:46.508Z] 375d1376f114: Layer already exists [2025-05-26T02:56:46.508Z] 5f128d35948c: Layer already exists [2025-05-26T02:56:46.508Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:46.508Z] 890510355e85: Layer already exists [2025-05-26T02:56:46.508Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:46.508Z] 45c52afc7ec2: Layer already exists [2025-05-26T02:56:46.508Z] 5f70bf18a086: Layer already exists [2025-05-26T02:56:46.508Z] cfd0dda21308: Layer already exists [2025-05-26T02:56:46.508Z] 7909410d46fd: Layer already exists [2025-05-26T02:56:46.508Z] 2156b9af66ee: Layer already exists [2025-05-26T02:56:46.508Z] 75cb7f20c953: Layer already exists [2025-05-26T02:56:46.508Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:46.774Z] main: digest: sha256:b1b721b162cd4fb88e611212e4af5a52e4fbe30a769da3ec6f0552b683e9b43c size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:56:46.863Z] ===================================================== [Pipeline] echo [2025-05-26T02:56:46.879Z] taggedImages: [2025-05-26T02:56:46.879Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:46.879Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-26T02:56:46.879Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 [2025-05-26T02:56:46.879Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:46.879Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T02:56:46.911Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-05-26T02:56:46.911Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:46.911Z] latest [2025-05-26T02:56:46.911Z] 4.1.0-dev.11 [2025-05-26T02:56:46.911Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:46.911Z] main [2025-05-26T02:56:46.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:47.293Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:47.639Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:47.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T02:56:47.639Z] 951819f853d0: Preparing [2025-05-26T02:56:47.639Z] 51f12311927b: Preparing [2025-05-26T02:56:47.639Z] 45d0f04d40a8: Preparing [2025-05-26T02:56:47.639Z] 4f4d36090d04: Preparing [2025-05-26T02:56:47.639Z] bff0fa6e606c: Preparing [2025-05-26T02:56:47.639Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:47.639Z] bfd6849469e3: Preparing [2025-05-26T02:56:47.639Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:47.639Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:47.639Z] bfd6849469e3: Waiting [2025-05-26T02:56:47.639Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:47.639Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:47.639Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:47.639Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:47.904Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:47.904Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:47.904Z] 951819f853d0: Pushed [2025-05-26T02:56:47.904Z] 45d0f04d40a8: Pushed [2025-05-26T02:56:47.904Z] 51f12311927b: Pushed [2025-05-26T02:56:47.904Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:47.904Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:53.237Z] 4f4d36090d04: Pushed [2025-05-26T02:56:53.237Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:53.594Z] + 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-05-26T02:56:53.945Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-26T02:56:53.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T02:56:53.945Z] 951819f853d0: Preparing [2025-05-26T02:56:53.945Z] 51f12311927b: Preparing [2025-05-26T02:56:53.945Z] 45d0f04d40a8: Preparing [2025-05-26T02:56:53.945Z] 4f4d36090d04: Preparing [2025-05-26T02:56:53.945Z] bff0fa6e606c: Preparing [2025-05-26T02:56:53.945Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:53.945Z] bfd6849469e3: Preparing [2025-05-26T02:56:53.945Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:53.945Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:53.945Z] bfd6849469e3: Waiting [2025-05-26T02:56:53.945Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:53.945Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:53.945Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:53.945Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:53.945Z] 45d0f04d40a8: Layer already exists [2025-05-26T02:56:53.945Z] 4f4d36090d04: Layer already exists [2025-05-26T02:56:53.945Z] 951819f853d0: Layer already exists [2025-05-26T02:56:53.945Z] 51f12311927b: Layer already exists [2025-05-26T02:56:53.945Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:53.945Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:53.945Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:53.945Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:54.211Z] latest: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:54.574Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:54.925Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 [2025-05-26T02:56:54.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T02:56:54.925Z] 951819f853d0: Preparing [2025-05-26T02:56:54.925Z] 51f12311927b: Preparing [2025-05-26T02:56:54.925Z] 45d0f04d40a8: Preparing [2025-05-26T02:56:54.925Z] 4f4d36090d04: Preparing [2025-05-26T02:56:54.925Z] bff0fa6e606c: Preparing [2025-05-26T02:56:54.925Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:54.925Z] bfd6849469e3: Preparing [2025-05-26T02:56:54.925Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:54.925Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:54.925Z] bfd6849469e3: Waiting [2025-05-26T02:56:54.925Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:54.925Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:54.925Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:54.925Z] 4f4d36090d04: Layer already exists [2025-05-26T02:56:54.925Z] 45d0f04d40a8: Layer already exists [2025-05-26T02:56:54.925Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:54.925Z] 951819f853d0: Layer already exists [2025-05-26T02:56:54.925Z] 51f12311927b: Layer already exists [2025-05-26T02:56:54.925Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:54.925Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:54.925Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:54.925Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:54.925Z] 4.1.0-dev.11: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:55.538Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:55.889Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:55.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T02:56:55.889Z] 951819f853d0: Preparing [2025-05-26T02:56:55.889Z] 51f12311927b: Preparing [2025-05-26T02:56:55.889Z] 45d0f04d40a8: Preparing [2025-05-26T02:56:55.889Z] 4f4d36090d04: Preparing [2025-05-26T02:56:55.889Z] bff0fa6e606c: Preparing [2025-05-26T02:56:55.889Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:55.889Z] bfd6849469e3: Preparing [2025-05-26T02:56:55.889Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:55.889Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:55.889Z] bfd6849469e3: Waiting [2025-05-26T02:56:55.889Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:55.889Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:55.889Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:55.889Z] 951819f853d0: Layer already exists [2025-05-26T02:56:55.889Z] 51f12311927b: Layer already exists [2025-05-26T02:56:55.889Z] 45d0f04d40a8: Layer already exists [2025-05-26T02:56:55.889Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:55.889Z] 4f4d36090d04: Layer already exists [2025-05-26T02:56:55.889Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:55.889Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:55.889Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:55.889Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:55.889Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:56.501Z] + 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-05-26T02:56:56.858Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-05-26T02:56:56.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T02:56:56.858Z] 951819f853d0: Preparing [2025-05-26T02:56:56.858Z] 51f12311927b: Preparing [2025-05-26T02:56:56.858Z] 45d0f04d40a8: Preparing [2025-05-26T02:56:56.858Z] 4f4d36090d04: Preparing [2025-05-26T02:56:56.858Z] bff0fa6e606c: Preparing [2025-05-26T02:56:56.858Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:56.858Z] bfd6849469e3: Preparing [2025-05-26T02:56:56.858Z] 7568d5ace1c7: Preparing [2025-05-26T02:56:56.858Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:56.858Z] 582a4b4a1fb2: Waiting [2025-05-26T02:56:56.858Z] bfd6849469e3: Waiting [2025-05-26T02:56:56.858Z] 7568d5ace1c7: Waiting [2025-05-26T02:56:56.858Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:56.858Z] 951819f853d0: Layer already exists [2025-05-26T02:56:56.858Z] 4f4d36090d04: Layer already exists [2025-05-26T02:56:56.858Z] 45d0f04d40a8: Layer already exists [2025-05-26T02:56:56.858Z] 51f12311927b: Layer already exists [2025-05-26T02:56:56.858Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:56.858Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:56.858Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:56.858Z] bfd6849469e3: Layer already exists [2025-05-26T02:56:56.858Z] 7568d5ace1c7: Layer already exists [2025-05-26T02:56:57.123Z] main: digest: sha256:e7a0ed7250dfad7b7b316942dd9337f32ce0606e458ddce97d41f8ec4209e674 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:56:57.200Z] ===================================================== [Pipeline] echo [2025-05-26T02:56:57.218Z] taggedImages: [2025-05-26T02:56:57.218Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:57.218Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-26T02:56:57.218Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 [2025-05-26T02:56:57.218Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:57.218Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-26T02:56:57.251Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-05-26T02:56:57.251Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:57.251Z] latest [2025-05-26T02:56:57.251Z] 4.1.0-dev.11 [2025-05-26T02:56:57.251Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:56:57.251Z] main [2025-05-26T02:56:57.251Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:57.625Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:56:57.982Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:56:57.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T02:56:57.982Z] e9bdc9fd4cbb: Preparing [2025-05-26T02:56:57.982Z] 4775f6f97d16: Preparing [2025-05-26T02:56:57.982Z] 9f5222072060: Preparing [2025-05-26T02:56:57.982Z] 6ae3af0c0018: Preparing [2025-05-26T02:56:57.982Z] 6402fe334451: Preparing [2025-05-26T02:56:57.982Z] bff0fa6e606c: Preparing [2025-05-26T02:56:57.982Z] 582a4b4a1fb2: Preparing [2025-05-26T02:56:57.982Z] c0728cc033e4: Preparing [2025-05-26T02:56:57.982Z] 73f4fda8419c: Preparing [2025-05-26T02:56:57.982Z] 6088996a22ea: Preparing [2025-05-26T02:56:57.982Z] dd9c8f8612c8: Preparing [2025-05-26T02:56:57.982Z] 73f4fda8419c: Waiting [2025-05-26T02:56:57.982Z] bff0fa6e606c: Waiting [2025-05-26T02:56:57.982Z] 6088996a22ea: Waiting [2025-05-26T02:56:57.982Z] dd9c8f8612c8: Waiting [2025-05-26T02:56:57.982Z] c0728cc033e4: Waiting [2025-05-26T02:56:58.248Z] 4775f6f97d16: Pushed [2025-05-26T02:56:58.248Z] 6402fe334451: Pushed [2025-05-26T02:56:58.248Z] 6ae3af0c0018: Pushed [2025-05-26T02:56:58.248Z] e9bdc9fd4cbb: Pushed [2025-05-26T02:56:58.248Z] bff0fa6e606c: Layer already exists [2025-05-26T02:56:58.248Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:56:58.248Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:56:58.248Z] c0728cc033e4: Pushed [2025-05-26T02:56:58.514Z] 73f4fda8419c: Pushed [2025-05-26T02:57:01.102Z] 6088996a22ea: Pushed [2025-05-26T02:57:02.500Z] 9f5222072060: Pushed [2025-05-26T02:57:02.500Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:02.856Z] + 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-05-26T02:57:03.206Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-26T02:57:03.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T02:57:03.206Z] e9bdc9fd4cbb: Preparing [2025-05-26T02:57:03.206Z] 4775f6f97d16: Preparing [2025-05-26T02:57:03.206Z] 9f5222072060: Preparing [2025-05-26T02:57:03.206Z] 6ae3af0c0018: Preparing [2025-05-26T02:57:03.206Z] 6402fe334451: Preparing [2025-05-26T02:57:03.206Z] bff0fa6e606c: Preparing [2025-05-26T02:57:03.206Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:03.206Z] c0728cc033e4: Preparing [2025-05-26T02:57:03.206Z] 73f4fda8419c: Preparing [2025-05-26T02:57:03.206Z] 6088996a22ea: Preparing [2025-05-26T02:57:03.206Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:03.206Z] bff0fa6e606c: Waiting [2025-05-26T02:57:03.206Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:03.206Z] c0728cc033e4: Waiting [2025-05-26T02:57:03.206Z] 73f4fda8419c: Waiting [2025-05-26T02:57:03.206Z] 6088996a22ea: Waiting [2025-05-26T02:57:03.206Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:03.206Z] 6ae3af0c0018: Layer already exists [2025-05-26T02:57:03.206Z] 9f5222072060: Layer already exists [2025-05-26T02:57:03.206Z] e9bdc9fd4cbb: Layer already exists [2025-05-26T02:57:03.206Z] 4775f6f97d16: Layer already exists [2025-05-26T02:57:03.206Z] 6402fe334451: Layer already exists [2025-05-26T02:57:03.206Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:03.206Z] 73f4fda8419c: Layer already exists [2025-05-26T02:57:03.206Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:03.206Z] c0728cc033e4: Layer already exists [2025-05-26T02:57:03.206Z] 6088996a22ea: Layer already exists [2025-05-26T02:57:03.206Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:03.471Z] latest: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:03.831Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:04.184Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 [2025-05-26T02:57:04.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T02:57:04.184Z] e9bdc9fd4cbb: Preparing [2025-05-26T02:57:04.184Z] 4775f6f97d16: Preparing [2025-05-26T02:57:04.184Z] 9f5222072060: Preparing [2025-05-26T02:57:04.184Z] 6ae3af0c0018: Preparing [2025-05-26T02:57:04.184Z] 6402fe334451: Preparing [2025-05-26T02:57:04.184Z] bff0fa6e606c: Preparing [2025-05-26T02:57:04.184Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:04.184Z] c0728cc033e4: Preparing [2025-05-26T02:57:04.184Z] 73f4fda8419c: Preparing [2025-05-26T02:57:04.184Z] 6088996a22ea: Preparing [2025-05-26T02:57:04.184Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:04.184Z] c0728cc033e4: Waiting [2025-05-26T02:57:04.184Z] 73f4fda8419c: Waiting [2025-05-26T02:57:04.184Z] bff0fa6e606c: Waiting [2025-05-26T02:57:04.184Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:04.184Z] 6088996a22ea: Waiting [2025-05-26T02:57:04.184Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:04.184Z] 6ae3af0c0018: Layer already exists [2025-05-26T02:57:04.184Z] e9bdc9fd4cbb: Layer already exists [2025-05-26T02:57:04.184Z] 6402fe334451: Layer already exists [2025-05-26T02:57:04.184Z] 9f5222072060: Layer already exists [2025-05-26T02:57:04.184Z] 4775f6f97d16: Layer already exists [2025-05-26T02:57:04.184Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:04.184Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:04.184Z] c0728cc033e4: Layer already exists [2025-05-26T02:57:04.184Z] 6088996a22ea: Layer already exists [2025-05-26T02:57:04.184Z] 73f4fda8419c: Layer already exists [2025-05-26T02:57:04.184Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:04.448Z] 4.1.0-dev.11: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:04.810Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:05.163Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:05.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T02:57:05.163Z] e9bdc9fd4cbb: Preparing [2025-05-26T02:57:05.163Z] 4775f6f97d16: Preparing [2025-05-26T02:57:05.163Z] 9f5222072060: Preparing [2025-05-26T02:57:05.163Z] 6ae3af0c0018: Preparing [2025-05-26T02:57:05.163Z] 6402fe334451: Preparing [2025-05-26T02:57:05.163Z] bff0fa6e606c: Preparing [2025-05-26T02:57:05.163Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:05.163Z] c0728cc033e4: Preparing [2025-05-26T02:57:05.163Z] 73f4fda8419c: Preparing [2025-05-26T02:57:05.163Z] 6088996a22ea: Preparing [2025-05-26T02:57:05.163Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:05.163Z] c0728cc033e4: Waiting [2025-05-26T02:57:05.163Z] 73f4fda8419c: Waiting [2025-05-26T02:57:05.163Z] 6088996a22ea: Waiting [2025-05-26T02:57:05.163Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:05.163Z] bff0fa6e606c: Waiting [2025-05-26T02:57:05.163Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:05.163Z] 6402fe334451: Layer already exists [2025-05-26T02:57:05.163Z] 4775f6f97d16: Layer already exists [2025-05-26T02:57:05.163Z] 6ae3af0c0018: Layer already exists [2025-05-26T02:57:05.163Z] e9bdc9fd4cbb: Layer already exists [2025-05-26T02:57:05.163Z] 9f5222072060: Layer already exists [2025-05-26T02:57:05.163Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:05.163Z] c0728cc033e4: Layer already exists [2025-05-26T02:57:05.163Z] 73f4fda8419c: Layer already exists [2025-05-26T02:57:05.163Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:05.163Z] 6088996a22ea: Layer already exists [2025-05-26T02:57:05.163Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:05.427Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:05.787Z] + 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-05-26T02:57:06.133Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-05-26T02:57:06.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T02:57:06.133Z] e9bdc9fd4cbb: Preparing [2025-05-26T02:57:06.133Z] 4775f6f97d16: Preparing [2025-05-26T02:57:06.133Z] 9f5222072060: Preparing [2025-05-26T02:57:06.133Z] 6ae3af0c0018: Preparing [2025-05-26T02:57:06.133Z] 6402fe334451: Preparing [2025-05-26T02:57:06.133Z] bff0fa6e606c: Preparing [2025-05-26T02:57:06.133Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:06.133Z] c0728cc033e4: Preparing [2025-05-26T02:57:06.133Z] 73f4fda8419c: Preparing [2025-05-26T02:57:06.133Z] 6088996a22ea: Preparing [2025-05-26T02:57:06.133Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:06.133Z] c0728cc033e4: Waiting [2025-05-26T02:57:06.133Z] 73f4fda8419c: Waiting [2025-05-26T02:57:06.133Z] 6088996a22ea: Waiting [2025-05-26T02:57:06.133Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:06.133Z] bff0fa6e606c: Waiting [2025-05-26T02:57:06.133Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:06.133Z] e9bdc9fd4cbb: Layer already exists [2025-05-26T02:57:06.133Z] 6ae3af0c0018: Layer already exists [2025-05-26T02:57:06.133Z] 9f5222072060: Layer already exists [2025-05-26T02:57:06.133Z] 4775f6f97d16: Layer already exists [2025-05-26T02:57:06.133Z] 6402fe334451: Layer already exists [2025-05-26T02:57:06.133Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:06.133Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:06.133Z] c0728cc033e4: Layer already exists [2025-05-26T02:57:06.133Z] 73f4fda8419c: Layer already exists [2025-05-26T02:57:06.133Z] 6088996a22ea: Layer already exists [2025-05-26T02:57:06.133Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:06.397Z] main: digest: sha256:cd97536f0787f3218cfda942f789e404d6f016850a4b73262e3f8c9ee7807090 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:57:06.479Z] ===================================================== [Pipeline] echo [2025-05-26T02:57:06.498Z] taggedImages: [2025-05-26T02:57:06.498Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:06.498Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-26T02:57:06.498Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 [2025-05-26T02:57:06.498Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:06.498Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-26T02:57:06.528Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-05-26T02:57:06.528Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:06.528Z] latest [2025-05-26T02:57:06.528Z] 4.1.0-dev.11 [2025-05-26T02:57:06.528Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:06.528Z] main [2025-05-26T02:57:06.528Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:06.915Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:07.275Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:07.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T02:57:07.275Z] 20eafb03c944: Preparing [2025-05-26T02:57:07.275Z] 64397ecc7ce0: Preparing [2025-05-26T02:57:07.275Z] 605dbaf44dca: Preparing [2025-05-26T02:57:07.275Z] cff5f1912a84: Preparing [2025-05-26T02:57:07.275Z] 85302f9bfa51: Preparing [2025-05-26T02:57:07.275Z] 74569bf50074: Preparing [2025-05-26T02:57:07.275Z] d25755b74756: Preparing [2025-05-26T02:57:07.275Z] 74569bf50074: Waiting [2025-05-26T02:57:07.275Z] bff0fa6e606c: Preparing [2025-05-26T02:57:07.275Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:07.275Z] d25755b74756: Waiting [2025-05-26T02:57:07.275Z] d0fb40d821e5: Preparing [2025-05-26T02:57:07.275Z] df34f53625e3: Preparing [2025-05-26T02:57:07.275Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:07.275Z] d0fb40d821e5: Waiting [2025-05-26T02:57:07.275Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:07.275Z] bff0fa6e606c: Waiting [2025-05-26T02:57:07.275Z] df34f53625e3: Waiting [2025-05-26T02:57:07.275Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:07.540Z] 85302f9bfa51: Pushed [2025-05-26T02:57:07.540Z] 64397ecc7ce0: Pushed [2025-05-26T02:57:07.540Z] 20eafb03c944: Pushed [2025-05-26T02:57:07.540Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:07.540Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:07.540Z] 74569bf50074: Pushed [2025-05-26T02:57:07.540Z] d25755b74756: Pushed [2025-05-26T02:57:07.804Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:07.804Z] d0fb40d821e5: Pushed [2025-05-26T02:57:10.368Z] df34f53625e3: Pushed [2025-05-26T02:57:11.769Z] cff5f1912a84: Pushed [2025-05-26T02:57:13.710Z] 605dbaf44dca: Pushed [2025-05-26T02:57:13.974Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:14.330Z] + 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-05-26T02:57:14.679Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-26T02:57:14.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T02:57:14.679Z] 20eafb03c944: Preparing [2025-05-26T02:57:14.679Z] 64397ecc7ce0: Preparing [2025-05-26T02:57:14.679Z] 605dbaf44dca: Preparing [2025-05-26T02:57:14.679Z] cff5f1912a84: Preparing [2025-05-26T02:57:14.679Z] 85302f9bfa51: Preparing [2025-05-26T02:57:14.679Z] 74569bf50074: Preparing [2025-05-26T02:57:14.679Z] d25755b74756: Preparing [2025-05-26T02:57:14.679Z] bff0fa6e606c: Preparing [2025-05-26T02:57:14.679Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:14.679Z] d0fb40d821e5: Preparing [2025-05-26T02:57:14.679Z] df34f53625e3: Preparing [2025-05-26T02:57:14.679Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:14.679Z] 74569bf50074: Waiting [2025-05-26T02:57:14.679Z] d25755b74756: Waiting [2025-05-26T02:57:14.679Z] bff0fa6e606c: Waiting [2025-05-26T02:57:14.679Z] df34f53625e3: Waiting [2025-05-26T02:57:14.679Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:14.679Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:14.679Z] d0fb40d821e5: Waiting [2025-05-26T02:57:14.679Z] cff5f1912a84: Layer already exists [2025-05-26T02:57:14.679Z] 64397ecc7ce0: Layer already exists [2025-05-26T02:57:14.679Z] 605dbaf44dca: Layer already exists [2025-05-26T02:57:14.679Z] 20eafb03c944: Layer already exists [2025-05-26T02:57:14.680Z] 85302f9bfa51: Layer already exists [2025-05-26T02:57:14.680Z] d25755b74756: Layer already exists [2025-05-26T02:57:14.680Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:14.680Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:14.680Z] 74569bf50074: Layer already exists [2025-05-26T02:57:14.680Z] d0fb40d821e5: Layer already exists [2025-05-26T02:57:14.680Z] df34f53625e3: Layer already exists [2025-05-26T02:57:14.680Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:14.945Z] latest: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:15.369Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:15.723Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 [2025-05-26T02:57:15.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T02:57:15.724Z] 20eafb03c944: Preparing [2025-05-26T02:57:15.724Z] 64397ecc7ce0: Preparing [2025-05-26T02:57:15.724Z] 605dbaf44dca: Preparing [2025-05-26T02:57:15.724Z] cff5f1912a84: Preparing [2025-05-26T02:57:15.724Z] 85302f9bfa51: Preparing [2025-05-26T02:57:15.724Z] 74569bf50074: Preparing [2025-05-26T02:57:15.724Z] d25755b74756: Preparing [2025-05-26T02:57:15.724Z] bff0fa6e606c: Preparing [2025-05-26T02:57:15.724Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:15.724Z] d0fb40d821e5: Preparing [2025-05-26T02:57:15.724Z] df34f53625e3: Preparing [2025-05-26T02:57:15.724Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:15.724Z] bff0fa6e606c: Waiting [2025-05-26T02:57:15.724Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:15.724Z] d0fb40d821e5: Waiting [2025-05-26T02:57:15.724Z] df34f53625e3: Waiting [2025-05-26T02:57:15.724Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:15.724Z] 74569bf50074: Waiting [2025-05-26T02:57:15.724Z] d25755b74756: Waiting [2025-05-26T02:57:15.724Z] 20eafb03c944: Layer already exists [2025-05-26T02:57:15.724Z] 85302f9bfa51: Layer already exists [2025-05-26T02:57:15.724Z] cff5f1912a84: Layer already exists [2025-05-26T02:57:15.724Z] 605dbaf44dca: Layer already exists [2025-05-26T02:57:15.724Z] 64397ecc7ce0: Layer already exists [2025-05-26T02:57:15.724Z] d0fb40d821e5: Layer already exists [2025-05-26T02:57:15.724Z] 74569bf50074: Layer already exists [2025-05-26T02:57:15.724Z] d25755b74756: Layer already exists [2025-05-26T02:57:15.724Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:15.724Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:15.724Z] df34f53625e3: Layer already exists [2025-05-26T02:57:15.724Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:15.989Z] 4.1.0-dev.11: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:16.356Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:16.736Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:16.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T02:57:16.737Z] 20eafb03c944: Preparing [2025-05-26T02:57:16.737Z] 64397ecc7ce0: Preparing [2025-05-26T02:57:16.737Z] 605dbaf44dca: Preparing [2025-05-26T02:57:16.737Z] cff5f1912a84: Preparing [2025-05-26T02:57:16.737Z] 85302f9bfa51: Preparing [2025-05-26T02:57:16.737Z] 74569bf50074: Preparing [2025-05-26T02:57:16.737Z] d25755b74756: Preparing [2025-05-26T02:57:16.737Z] bff0fa6e606c: Preparing [2025-05-26T02:57:16.737Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:16.737Z] d0fb40d821e5: Preparing [2025-05-26T02:57:16.737Z] df34f53625e3: Preparing [2025-05-26T02:57:16.737Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:16.737Z] bff0fa6e606c: Waiting [2025-05-26T02:57:16.737Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:16.737Z] d0fb40d821e5: Waiting [2025-05-26T02:57:16.737Z] df34f53625e3: Waiting [2025-05-26T02:57:16.737Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:16.737Z] 74569bf50074: Waiting [2025-05-26T02:57:16.737Z] d25755b74756: Waiting [2025-05-26T02:57:16.737Z] 64397ecc7ce0: Layer already exists [2025-05-26T02:57:16.737Z] 605dbaf44dca: Layer already exists [2025-05-26T02:57:16.737Z] cff5f1912a84: Layer already exists [2025-05-26T02:57:16.737Z] 85302f9bfa51: Layer already exists [2025-05-26T02:57:16.737Z] 20eafb03c944: Layer already exists [2025-05-26T02:57:16.737Z] 74569bf50074: Layer already exists [2025-05-26T02:57:16.737Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:16.737Z] d25755b74756: Layer already exists [2025-05-26T02:57:16.737Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:16.737Z] d0fb40d821e5: Layer already exists [2025-05-26T02:57:16.737Z] df34f53625e3: Layer already exists [2025-05-26T02:57:16.737Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:17.003Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:17.363Z] + 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-05-26T02:57:17.712Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-05-26T02:57:17.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T02:57:17.712Z] 20eafb03c944: Preparing [2025-05-26T02:57:17.712Z] 64397ecc7ce0: Preparing [2025-05-26T02:57:17.712Z] 605dbaf44dca: Preparing [2025-05-26T02:57:17.712Z] cff5f1912a84: Preparing [2025-05-26T02:57:17.712Z] 85302f9bfa51: Preparing [2025-05-26T02:57:17.712Z] 74569bf50074: Preparing [2025-05-26T02:57:17.712Z] d25755b74756: Preparing [2025-05-26T02:57:17.712Z] bff0fa6e606c: Preparing [2025-05-26T02:57:17.712Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:17.712Z] d0fb40d821e5: Preparing [2025-05-26T02:57:17.712Z] df34f53625e3: Preparing [2025-05-26T02:57:17.712Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:17.712Z] 74569bf50074: Waiting [2025-05-26T02:57:17.712Z] d25755b74756: Waiting [2025-05-26T02:57:17.712Z] bff0fa6e606c: Waiting [2025-05-26T02:57:17.712Z] 582a4b4a1fb2: Waiting [2025-05-26T02:57:17.712Z] d0fb40d821e5: Waiting [2025-05-26T02:57:17.712Z] df34f53625e3: Waiting [2025-05-26T02:57:17.712Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:17.712Z] 85302f9bfa51: Layer already exists [2025-05-26T02:57:17.712Z] 605dbaf44dca: Layer already exists [2025-05-26T02:57:17.712Z] 64397ecc7ce0: Layer already exists [2025-05-26T02:57:17.712Z] 20eafb03c944: Layer already exists [2025-05-26T02:57:17.712Z] cff5f1912a84: Layer already exists [2025-05-26T02:57:17.712Z] 74569bf50074: Layer already exists [2025-05-26T02:57:17.712Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:17.712Z] d0fb40d821e5: Layer already exists [2025-05-26T02:57:17.712Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:17.712Z] d25755b74756: Layer already exists [2025-05-26T02:57:17.712Z] df34f53625e3: Layer already exists [2025-05-26T02:57:17.712Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:17.976Z] main: digest: sha256:93ceab28b2c8f718dc3aa8bfd10a25afd73c4b6428d7d73465e4bf4b1991343e size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:57:18.053Z] ===================================================== [Pipeline] echo [2025-05-26T02:57:18.067Z] taggedImages: [2025-05-26T02:57:18.067Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:18.067Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-26T02:57:18.067Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 [2025-05-26T02:57:18.067Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:18.067Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-26T02:57:18.097Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-05-26T02:57:18.097Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:18.097Z] latest [2025-05-26T02:57:18.097Z] 4.1.0-dev.11 [2025-05-26T02:57:18.097Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:18.097Z] main [2025-05-26T02:57:18.097Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:18.466Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:18.811Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:18.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T02:57:18.811Z] 95b28ca9b5cf: Preparing [2025-05-26T02:57:18.811Z] 12e1ad7a581c: Preparing [2025-05-26T02:57:18.811Z] bff0fa6e606c: Preparing [2025-05-26T02:57:18.811Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:18.811Z] 21fd20c6cea0: Preparing [2025-05-26T02:57:18.811Z] 6dde6f40f403: Preparing [2025-05-26T02:57:18.811Z] 6dde6f40f403: Waiting [2025-05-26T02:57:18.811Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:18.811Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:18.811Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:18.811Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:19.076Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:19.076Z] 21fd20c6cea0: Pushed [2025-05-26T02:57:19.076Z] 95b28ca9b5cf: Pushed [2025-05-26T02:57:21.004Z] 6dde6f40f403: Pushed [2025-05-26T02:57:26.323Z] 12e1ad7a581c: Pushed [2025-05-26T02:57:26.323Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:26.680Z] + 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-05-26T02:57:27.039Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-26T02:57:27.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T02:57:27.039Z] 95b28ca9b5cf: Preparing [2025-05-26T02:57:27.039Z] 12e1ad7a581c: Preparing [2025-05-26T02:57:27.039Z] bff0fa6e606c: Preparing [2025-05-26T02:57:27.039Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:27.039Z] 21fd20c6cea0: Preparing [2025-05-26T02:57:27.039Z] 6dde6f40f403: Preparing [2025-05-26T02:57:27.039Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:27.039Z] 6dde6f40f403: Waiting [2025-05-26T02:57:27.039Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:27.039Z] 12e1ad7a581c: Layer already exists [2025-05-26T02:57:27.039Z] 95b28ca9b5cf: Layer already exists [2025-05-26T02:57:27.039Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:27.039Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:27.039Z] 21fd20c6cea0: Layer already exists [2025-05-26T02:57:27.039Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:27.039Z] 6dde6f40f403: Layer already exists [2025-05-26T02:57:27.303Z] latest: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:27.674Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:28.027Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 [2025-05-26T02:57:28.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T02:57:28.027Z] 95b28ca9b5cf: Preparing [2025-05-26T02:57:28.027Z] 12e1ad7a581c: Preparing [2025-05-26T02:57:28.027Z] bff0fa6e606c: Preparing [2025-05-26T02:57:28.027Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:28.027Z] 21fd20c6cea0: Preparing [2025-05-26T02:57:28.027Z] 6dde6f40f403: Preparing [2025-05-26T02:57:28.027Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:28.027Z] 6dde6f40f403: Waiting [2025-05-26T02:57:28.027Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:28.027Z] 21fd20c6cea0: Layer already exists [2025-05-26T02:57:28.027Z] 12e1ad7a581c: Layer already exists [2025-05-26T02:57:28.027Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:28.027Z] 95b28ca9b5cf: Layer already exists [2025-05-26T02:57:28.027Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:28.027Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:28.027Z] 6dde6f40f403: Layer already exists [2025-05-26T02:57:28.292Z] 4.1.0-dev.11: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:28.645Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:29.006Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:29.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T02:57:29.007Z] 95b28ca9b5cf: Preparing [2025-05-26T02:57:29.007Z] 12e1ad7a581c: Preparing [2025-05-26T02:57:29.007Z] bff0fa6e606c: Preparing [2025-05-26T02:57:29.007Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:29.007Z] 21fd20c6cea0: Preparing [2025-05-26T02:57:29.007Z] 6dde6f40f403: Preparing [2025-05-26T02:57:29.007Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:29.007Z] 6dde6f40f403: Waiting [2025-05-26T02:57:29.007Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:29.007Z] 21fd20c6cea0: Layer already exists [2025-05-26T02:57:29.007Z] 95b28ca9b5cf: Layer already exists [2025-05-26T02:57:29.007Z] 12e1ad7a581c: Layer already exists [2025-05-26T02:57:29.007Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:29.007Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:29.007Z] 6dde6f40f403: Layer already exists [2025-05-26T02:57:29.586Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:29.586Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:29.943Z] + 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-05-26T02:57:30.298Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-05-26T02:57:30.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T02:57:30.299Z] 95b28ca9b5cf: Preparing [2025-05-26T02:57:30.299Z] 12e1ad7a581c: Preparing [2025-05-26T02:57:30.299Z] bff0fa6e606c: Preparing [2025-05-26T02:57:30.299Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:30.299Z] 21fd20c6cea0: Preparing [2025-05-26T02:57:30.299Z] 6dde6f40f403: Preparing [2025-05-26T02:57:30.299Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:30.299Z] 6dde6f40f403: Waiting [2025-05-26T02:57:30.299Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:30.299Z] 95b28ca9b5cf: Layer already exists [2025-05-26T02:57:30.299Z] 21fd20c6cea0: Layer already exists [2025-05-26T02:57:30.299Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:30.299Z] 12e1ad7a581c: Layer already exists [2025-05-26T02:57:30.299Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:30.299Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:30.299Z] 6dde6f40f403: Layer already exists [2025-05-26T02:57:30.564Z] main: digest: sha256:2cf8801ba8f18df044f8c12ff5a25e2778bbee4b26ce8be3995bf1866841189b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:57:30.651Z] ===================================================== [Pipeline] echo [2025-05-26T02:57:30.671Z] taggedImages: [2025-05-26T02:57:30.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:30.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-26T02:57:30.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 [2025-05-26T02:57:30.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:30.671Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-26T02:57:30.702Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-05-26T02:57:30.702Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:30.702Z] latest [2025-05-26T02:57:30.702Z] 4.1.0-dev.11 [2025-05-26T02:57:30.702Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:57:30.702Z] main [2025-05-26T02:57:30.702Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:31.079Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:31.432Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:57:31.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T02:57:31.432Z] 141b07d27b80: Preparing [2025-05-26T02:57:31.432Z] d629f07028cd: Preparing [2025-05-26T02:57:31.432Z] 1b02d4c5dcb4: Preparing [2025-05-26T02:57:31.432Z] bff0fa6e606c: Preparing [2025-05-26T02:57:31.432Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:31.432Z] efcbd8819261: Preparing [2025-05-26T02:57:31.432Z] 2f21df03626b: Preparing [2025-05-26T02:57:31.432Z] 9c0a0a6550ad: Preparing [2025-05-26T02:57:31.432Z] 0086622a0490: Preparing [2025-05-26T02:57:31.432Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:31.432Z] 2f21df03626b: Waiting [2025-05-26T02:57:31.432Z] 9c0a0a6550ad: Waiting [2025-05-26T02:57:31.432Z] 0086622a0490: Waiting [2025-05-26T02:57:31.432Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:31.432Z] efcbd8819261: Waiting [2025-05-26T02:57:31.432Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:31.432Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:31.697Z] 1b02d4c5dcb4: Pushed [2025-05-26T02:57:31.697Z] d629f07028cd: Pushed [2025-05-26T02:57:31.697Z] 141b07d27b80: Pushed [2025-05-26T02:57:31.697Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:31.697Z] 9c0a0a6550ad: Pushed [2025-05-26T02:57:32.652Z] 0086622a0490: Pushed [2025-05-26T02:57:42.710Z] 2f21df03626b: Pushed [2025-05-26T02:57:57.669Z] efcbd8819261: Pushed [2025-05-26T02:57:57.669Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:58.025Z] + 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-05-26T02:57:58.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-26T02:57:58.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T02:57:58.373Z] 141b07d27b80: Preparing [2025-05-26T02:57:58.373Z] d629f07028cd: Preparing [2025-05-26T02:57:58.373Z] 1b02d4c5dcb4: Preparing [2025-05-26T02:57:58.373Z] bff0fa6e606c: Preparing [2025-05-26T02:57:58.373Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:58.373Z] efcbd8819261: Preparing [2025-05-26T02:57:58.373Z] 2f21df03626b: Preparing [2025-05-26T02:57:58.373Z] 9c0a0a6550ad: Preparing [2025-05-26T02:57:58.373Z] 0086622a0490: Preparing [2025-05-26T02:57:58.373Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:58.373Z] efcbd8819261: Waiting [2025-05-26T02:57:58.373Z] 2f21df03626b: Waiting [2025-05-26T02:57:58.373Z] 9c0a0a6550ad: Waiting [2025-05-26T02:57:58.373Z] 0086622a0490: Waiting [2025-05-26T02:57:58.373Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:58.373Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:58.373Z] d629f07028cd: Layer already exists [2025-05-26T02:57:58.373Z] 141b07d27b80: Layer already exists [2025-05-26T02:57:58.373Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:58.373Z] 1b02d4c5dcb4: Layer already exists [2025-05-26T02:57:58.373Z] 0086622a0490: Layer already exists [2025-05-26T02:57:58.373Z] 2f21df03626b: Layer already exists [2025-05-26T02:57:58.373Z] efcbd8819261: Layer already exists [2025-05-26T02:57:58.373Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:58.373Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:57:58.641Z] latest: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:59.002Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:59.352Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 [2025-05-26T02:57:59.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T02:57:59.352Z] 141b07d27b80: Preparing [2025-05-26T02:57:59.352Z] d629f07028cd: Preparing [2025-05-26T02:57:59.352Z] 1b02d4c5dcb4: Preparing [2025-05-26T02:57:59.352Z] bff0fa6e606c: Preparing [2025-05-26T02:57:59.352Z] 582a4b4a1fb2: Preparing [2025-05-26T02:57:59.352Z] efcbd8819261: Preparing [2025-05-26T02:57:59.352Z] 2f21df03626b: Preparing [2025-05-26T02:57:59.352Z] 9c0a0a6550ad: Preparing [2025-05-26T02:57:59.352Z] 0086622a0490: Preparing [2025-05-26T02:57:59.352Z] dd9c8f8612c8: Preparing [2025-05-26T02:57:59.352Z] efcbd8819261: Waiting [2025-05-26T02:57:59.352Z] 2f21df03626b: Waiting [2025-05-26T02:57:59.352Z] 9c0a0a6550ad: Waiting [2025-05-26T02:57:59.352Z] 0086622a0490: Waiting [2025-05-26T02:57:59.352Z] dd9c8f8612c8: Waiting [2025-05-26T02:57:59.352Z] bff0fa6e606c: Layer already exists [2025-05-26T02:57:59.352Z] d629f07028cd: Layer already exists [2025-05-26T02:57:59.352Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:57:59.352Z] 141b07d27b80: Layer already exists [2025-05-26T02:57:59.352Z] 1b02d4c5dcb4: Layer already exists [2025-05-26T02:57:59.352Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:57:59.352Z] efcbd8819261: Layer already exists [2025-05-26T02:57:59.352Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:57:59.352Z] 0086622a0490: Layer already exists [2025-05-26T02:57:59.352Z] 2f21df03626b: Layer already exists [2025-05-26T02:57:59.618Z] 4.1.0-dev.11: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:57:59.975Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:00.332Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:00.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T02:58:00.332Z] 141b07d27b80: Preparing [2025-05-26T02:58:00.332Z] d629f07028cd: Preparing [2025-05-26T02:58:00.332Z] 1b02d4c5dcb4: Preparing [2025-05-26T02:58:00.332Z] bff0fa6e606c: Preparing [2025-05-26T02:58:00.332Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:00.332Z] efcbd8819261: Preparing [2025-05-26T02:58:00.332Z] 2f21df03626b: Preparing [2025-05-26T02:58:00.332Z] 9c0a0a6550ad: Preparing [2025-05-26T02:58:00.332Z] 0086622a0490: Preparing [2025-05-26T02:58:00.332Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:00.332Z] 2f21df03626b: Waiting [2025-05-26T02:58:00.332Z] 9c0a0a6550ad: Waiting [2025-05-26T02:58:00.332Z] 0086622a0490: Waiting [2025-05-26T02:58:00.332Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:00.332Z] efcbd8819261: Waiting [2025-05-26T02:58:00.332Z] 141b07d27b80: Layer already exists [2025-05-26T02:58:00.332Z] 1b02d4c5dcb4: Layer already exists [2025-05-26T02:58:00.332Z] d629f07028cd: Layer already exists [2025-05-26T02:58:00.332Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:00.332Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:00.332Z] 0086622a0490: Layer already exists [2025-05-26T02:58:00.332Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:58:00.332Z] efcbd8819261: Layer already exists [2025-05-26T02:58:00.332Z] 2f21df03626b: Layer already exists [2025-05-26T02:58:00.332Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:00.598Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:00.949Z] + 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-05-26T02:58:01.295Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-05-26T02:58:01.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T02:58:01.295Z] 141b07d27b80: Preparing [2025-05-26T02:58:01.295Z] d629f07028cd: Preparing [2025-05-26T02:58:01.295Z] 1b02d4c5dcb4: Preparing [2025-05-26T02:58:01.295Z] bff0fa6e606c: Preparing [2025-05-26T02:58:01.295Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:01.295Z] efcbd8819261: Preparing [2025-05-26T02:58:01.295Z] 2f21df03626b: Preparing [2025-05-26T02:58:01.295Z] 9c0a0a6550ad: Preparing [2025-05-26T02:58:01.295Z] 0086622a0490: Preparing [2025-05-26T02:58:01.295Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:01.295Z] efcbd8819261: Waiting [2025-05-26T02:58:01.295Z] 2f21df03626b: Waiting [2025-05-26T02:58:01.295Z] 9c0a0a6550ad: Waiting [2025-05-26T02:58:01.295Z] 0086622a0490: Waiting [2025-05-26T02:58:01.295Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:01.295Z] 141b07d27b80: Layer already exists [2025-05-26T02:58:01.295Z] d629f07028cd: Layer already exists [2025-05-26T02:58:01.295Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:01.295Z] 1b02d4c5dcb4: Layer already exists [2025-05-26T02:58:01.295Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:01.295Z] 0086622a0490: Layer already exists [2025-05-26T02:58:01.295Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:58:01.295Z] efcbd8819261: Layer already exists [2025-05-26T02:58:01.295Z] 2f21df03626b: Layer already exists [2025-05-26T02:58:01.295Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:01.561Z] main: digest: sha256:dde3ad62546d3e8a8f8445e98992870c3665b00625b9098df1860d5e5153e168 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:58:01.638Z] ===================================================== [Pipeline] echo [2025-05-26T02:58:01.651Z] taggedImages: [2025-05-26T02:58:01.651Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:01.651Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-26T02:58:01.651Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 [2025-05-26T02:58:01.651Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:01.651Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-26T02:58:01.681Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-05-26T02:58:01.681Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:01.681Z] latest [2025-05-26T02:58:01.681Z] 4.1.0-dev.11 [2025-05-26T02:58:01.681Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:01.681Z] main [2025-05-26T02:58:01.681Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:02.046Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:02.394Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:02.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T02:58:02.394Z] 8cb6caec763f: Preparing [2025-05-26T02:58:02.394Z] 78c6b1ae37fd: Preparing [2025-05-26T02:58:02.394Z] 9b1033766131: Preparing [2025-05-26T02:58:02.394Z] bff0fa6e606c: Preparing [2025-05-26T02:58:02.394Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:02.394Z] efcbd8819261: Preparing [2025-05-26T02:58:02.394Z] cefb51d0a40a: Preparing [2025-05-26T02:58:02.394Z] efcbd8819261: Waiting [2025-05-26T02:58:02.394Z] 6448e71bce14: Preparing [2025-05-26T02:58:02.394Z] cefb51d0a40a: Waiting [2025-05-26T02:58:02.394Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:02.394Z] 6448e71bce14: Waiting [2025-05-26T02:58:02.659Z] 78c6b1ae37fd: Pushed [2025-05-26T02:58:03.613Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:03.613Z] 9b1033766131: Pushed [2025-05-26T02:58:03.613Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:03.613Z] efcbd8819261: Layer already exists [2025-05-26T02:58:03.613Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:03.613Z] 8cb6caec763f: Pushed [2025-05-26T02:58:03.613Z] cefb51d0a40a: Pushed [2025-05-26T02:58:04.189Z] 6448e71bce14: Pushed [2025-05-26T02:58:04.452Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:04.805Z] + 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-05-26T02:58:05.152Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-26T02:58:05.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T02:58:05.152Z] 8cb6caec763f: Preparing [2025-05-26T02:58:05.152Z] 78c6b1ae37fd: Preparing [2025-05-26T02:58:05.152Z] 9b1033766131: Preparing [2025-05-26T02:58:05.152Z] bff0fa6e606c: Preparing [2025-05-26T02:58:05.152Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:05.152Z] efcbd8819261: Preparing [2025-05-26T02:58:05.152Z] cefb51d0a40a: Preparing [2025-05-26T02:58:05.152Z] 6448e71bce14: Preparing [2025-05-26T02:58:05.152Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:05.152Z] efcbd8819261: Waiting [2025-05-26T02:58:05.152Z] cefb51d0a40a: Waiting [2025-05-26T02:58:05.152Z] 6448e71bce14: Waiting [2025-05-26T02:58:05.152Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:05.152Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:05.152Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:05.152Z] 9b1033766131: Layer already exists [2025-05-26T02:58:05.152Z] 78c6b1ae37fd: Layer already exists [2025-05-26T02:58:05.152Z] 8cb6caec763f: Layer already exists [2025-05-26T02:58:05.152Z] efcbd8819261: Layer already exists [2025-05-26T02:58:05.152Z] 6448e71bce14: Layer already exists [2025-05-26T02:58:05.152Z] cefb51d0a40a: Layer already exists [2025-05-26T02:58:05.152Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:05.415Z] latest: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:05.761Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:06.109Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 [2025-05-26T02:58:06.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T02:58:06.110Z] 8cb6caec763f: Preparing [2025-05-26T02:58:06.110Z] 78c6b1ae37fd: Preparing [2025-05-26T02:58:06.110Z] 9b1033766131: Preparing [2025-05-26T02:58:06.110Z] bff0fa6e606c: Preparing [2025-05-26T02:58:06.110Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:06.110Z] efcbd8819261: Preparing [2025-05-26T02:58:06.110Z] cefb51d0a40a: Preparing [2025-05-26T02:58:06.110Z] 6448e71bce14: Preparing [2025-05-26T02:58:06.110Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:06.110Z] efcbd8819261: Waiting [2025-05-26T02:58:06.110Z] cefb51d0a40a: Waiting [2025-05-26T02:58:06.110Z] 6448e71bce14: Waiting [2025-05-26T02:58:06.110Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:06.110Z] 9b1033766131: Layer already exists [2025-05-26T02:58:06.110Z] 78c6b1ae37fd: Layer already exists [2025-05-26T02:58:06.110Z] 8cb6caec763f: Layer already exists [2025-05-26T02:58:06.110Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:06.110Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:06.110Z] 6448e71bce14: Layer already exists [2025-05-26T02:58:06.110Z] cefb51d0a40a: Layer already exists [2025-05-26T02:58:06.110Z] efcbd8819261: Layer already exists [2025-05-26T02:58:06.110Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:06.110Z] 4.1.0-dev.11: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:06.724Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:07.078Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:07.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T02:58:07.078Z] 8cb6caec763f: Preparing [2025-05-26T02:58:07.078Z] 78c6b1ae37fd: Preparing [2025-05-26T02:58:07.078Z] 9b1033766131: Preparing [2025-05-26T02:58:07.078Z] bff0fa6e606c: Preparing [2025-05-26T02:58:07.078Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:07.078Z] efcbd8819261: Preparing [2025-05-26T02:58:07.078Z] cefb51d0a40a: Preparing [2025-05-26T02:58:07.078Z] 6448e71bce14: Preparing [2025-05-26T02:58:07.078Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:07.078Z] cefb51d0a40a: Waiting [2025-05-26T02:58:07.078Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:07.078Z] 6448e71bce14: Waiting [2025-05-26T02:58:07.078Z] efcbd8819261: Waiting [2025-05-26T02:58:07.078Z] 8cb6caec763f: Layer already exists [2025-05-26T02:58:07.078Z] 9b1033766131: Layer already exists [2025-05-26T02:58:07.078Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:07.078Z] 78c6b1ae37fd: Layer already exists [2025-05-26T02:58:07.078Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:07.078Z] efcbd8819261: Layer already exists [2025-05-26T02:58:07.078Z] cefb51d0a40a: Layer already exists [2025-05-26T02:58:07.078Z] 6448e71bce14: Layer already exists [2025-05-26T02:58:07.078Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:07.343Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:07.708Z] + 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-05-26T02:58:08.059Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-05-26T02:58:08.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T02:58:08.059Z] 8cb6caec763f: Preparing [2025-05-26T02:58:08.059Z] 78c6b1ae37fd: Preparing [2025-05-26T02:58:08.059Z] 9b1033766131: Preparing [2025-05-26T02:58:08.059Z] bff0fa6e606c: Preparing [2025-05-26T02:58:08.059Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:08.059Z] efcbd8819261: Preparing [2025-05-26T02:58:08.059Z] cefb51d0a40a: Preparing [2025-05-26T02:58:08.059Z] 6448e71bce14: Preparing [2025-05-26T02:58:08.059Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:08.059Z] cefb51d0a40a: Waiting [2025-05-26T02:58:08.059Z] 6448e71bce14: Waiting [2025-05-26T02:58:08.059Z] efcbd8819261: Waiting [2025-05-26T02:58:08.059Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:08.059Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:08.059Z] 8cb6caec763f: Layer already exists [2025-05-26T02:58:08.059Z] 78c6b1ae37fd: Layer already exists [2025-05-26T02:58:08.059Z] 9b1033766131: Layer already exists [2025-05-26T02:58:08.059Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:08.059Z] cefb51d0a40a: Layer already exists [2025-05-26T02:58:08.059Z] efcbd8819261: Layer already exists [2025-05-26T02:58:08.059Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:08.059Z] 6448e71bce14: Layer already exists [2025-05-26T02:58:08.322Z] main: digest: sha256:8ab44e38d0398cb1dadde0652cb504fe7bf2cfff6838868d9db967e95568d0d1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:58:08.419Z] ===================================================== [Pipeline] echo [2025-05-26T02:58:08.439Z] taggedImages: [2025-05-26T02:58:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-26T02:58:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 [2025-05-26T02:58:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:08.439Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-26T02:58:08.464Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-05-26T02:58:08.464Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:08.464Z] latest [2025-05-26T02:58:08.464Z] 4.1.0-dev.11 [2025-05-26T02:58:08.464Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:08.464Z] main [2025-05-26T02:58:08.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:08.818Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:09.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:09.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T02:58:09.168Z] ede366c98d10: Preparing [2025-05-26T02:58:09.168Z] d2c161c37757: Preparing [2025-05-26T02:58:09.168Z] f699fe2f4346: Preparing [2025-05-26T02:58:09.168Z] bff0fa6e606c: Preparing [2025-05-26T02:58:09.168Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:09.168Z] d021f3cf983c: Preparing [2025-05-26T02:58:09.168Z] 9c0a0a6550ad: Preparing [2025-05-26T02:58:09.168Z] 0086622a0490: Preparing [2025-05-26T02:58:09.168Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:09.168Z] d021f3cf983c: Waiting [2025-05-26T02:58:09.168Z] 9c0a0a6550ad: Waiting [2025-05-26T02:58:09.168Z] 0086622a0490: Waiting [2025-05-26T02:58:09.168Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:09.168Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:09.168Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:09.433Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:58:09.433Z] 0086622a0490: Layer already exists [2025-05-26T02:58:09.433Z] f699fe2f4346: Pushed [2025-05-26T02:58:09.433Z] d2c161c37757: Pushed [2025-05-26T02:58:09.433Z] ede366c98d10: Pushed [2025-05-26T02:58:09.433Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:36.072Z] d021f3cf983c: Pushed [2025-05-26T02:58:36.072Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:36.425Z] + 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-05-26T02:58:36.782Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-26T02:58:36.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T02:58:36.783Z] ede366c98d10: Preparing [2025-05-26T02:58:36.783Z] d2c161c37757: Preparing [2025-05-26T02:58:36.783Z] f699fe2f4346: Preparing [2025-05-26T02:58:36.783Z] bff0fa6e606c: Preparing [2025-05-26T02:58:36.783Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:36.783Z] d021f3cf983c: Preparing [2025-05-26T02:58:36.783Z] 9c0a0a6550ad: Preparing [2025-05-26T02:58:36.783Z] 0086622a0490: Preparing [2025-05-26T02:58:36.783Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:36.783Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:36.783Z] 0086622a0490: Waiting [2025-05-26T02:58:36.783Z] d021f3cf983c: Waiting [2025-05-26T02:58:36.783Z] 9c0a0a6550ad: Waiting [2025-05-26T02:58:36.783Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:36.783Z] ede366c98d10: Layer already exists [2025-05-26T02:58:36.783Z] f699fe2f4346: Layer already exists [2025-05-26T02:58:36.783Z] d2c161c37757: Layer already exists [2025-05-26T02:58:36.783Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:36.783Z] d021f3cf983c: Layer already exists [2025-05-26T02:58:36.783Z] 0086622a0490: Layer already exists [2025-05-26T02:58:36.783Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:58:36.783Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:37.048Z] latest: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:37.407Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:37.767Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 [2025-05-26T02:58:37.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T02:58:37.767Z] ede366c98d10: Preparing [2025-05-26T02:58:37.767Z] d2c161c37757: Preparing [2025-05-26T02:58:37.767Z] f699fe2f4346: Preparing [2025-05-26T02:58:37.767Z] bff0fa6e606c: Preparing [2025-05-26T02:58:37.767Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:37.767Z] d021f3cf983c: Preparing [2025-05-26T02:58:37.767Z] 9c0a0a6550ad: Preparing [2025-05-26T02:58:37.767Z] 0086622a0490: Preparing [2025-05-26T02:58:37.767Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:37.767Z] d021f3cf983c: Waiting [2025-05-26T02:58:37.767Z] 9c0a0a6550ad: Waiting [2025-05-26T02:58:37.767Z] 0086622a0490: Waiting [2025-05-26T02:58:37.767Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:37.767Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:37.767Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:37.767Z] ede366c98d10: Layer already exists [2025-05-26T02:58:37.767Z] d2c161c37757: Layer already exists [2025-05-26T02:58:37.767Z] f699fe2f4346: Layer already exists [2025-05-26T02:58:37.767Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:58:37.767Z] d021f3cf983c: Layer already exists [2025-05-26T02:58:37.767Z] 0086622a0490: Layer already exists [2025-05-26T02:58:37.767Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:37.767Z] 4.1.0-dev.11: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:38.119Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:38.467Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:38.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T02:58:38.468Z] ede366c98d10: Preparing [2025-05-26T02:58:38.468Z] d2c161c37757: Preparing [2025-05-26T02:58:38.468Z] f699fe2f4346: Preparing [2025-05-26T02:58:38.468Z] bff0fa6e606c: Preparing [2025-05-26T02:58:38.468Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:38.468Z] d021f3cf983c: Preparing [2025-05-26T02:58:38.468Z] 9c0a0a6550ad: Preparing [2025-05-26T02:58:38.468Z] 0086622a0490: Preparing [2025-05-26T02:58:38.468Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:38.468Z] 9c0a0a6550ad: Waiting [2025-05-26T02:58:38.468Z] 0086622a0490: Waiting [2025-05-26T02:58:38.468Z] d021f3cf983c: Waiting [2025-05-26T02:58:38.468Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:38.468Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:38.468Z] d2c161c37757: Layer already exists [2025-05-26T02:58:38.468Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:38.468Z] ede366c98d10: Layer already exists [2025-05-26T02:58:38.468Z] f699fe2f4346: Layer already exists [2025-05-26T02:58:38.468Z] d021f3cf983c: Layer already exists [2025-05-26T02:58:38.468Z] 0086622a0490: Layer already exists [2025-05-26T02:58:38.468Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:58:38.468Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:38.468Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:38.827Z] + 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-05-26T02:58:39.177Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-05-26T02:58:39.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T02:58:39.177Z] ede366c98d10: Preparing [2025-05-26T02:58:39.177Z] d2c161c37757: Preparing [2025-05-26T02:58:39.177Z] f699fe2f4346: Preparing [2025-05-26T02:58:39.177Z] bff0fa6e606c: Preparing [2025-05-26T02:58:39.177Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:39.177Z] d021f3cf983c: Preparing [2025-05-26T02:58:39.177Z] 9c0a0a6550ad: Preparing [2025-05-26T02:58:39.177Z] 0086622a0490: Preparing [2025-05-26T02:58:39.177Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:39.177Z] 9c0a0a6550ad: Waiting [2025-05-26T02:58:39.177Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:39.177Z] 0086622a0490: Waiting [2025-05-26T02:58:39.177Z] d021f3cf983c: Waiting [2025-05-26T02:58:39.177Z] d2c161c37757: Layer already exists [2025-05-26T02:58:39.177Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:39.177Z] f699fe2f4346: Layer already exists [2025-05-26T02:58:39.177Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:39.177Z] ede366c98d10: Layer already exists [2025-05-26T02:58:39.177Z] d021f3cf983c: Layer already exists [2025-05-26T02:58:39.177Z] 9c0a0a6550ad: Layer already exists [2025-05-26T02:58:39.177Z] 0086622a0490: Layer already exists [2025-05-26T02:58:39.177Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:39.443Z] main: digest: sha256:ca75f2cc0c227e9d4ad2f0761285db1720302da5f28519c025f44824adfef1bc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:58:39.562Z] ===================================================== [Pipeline] echo [2025-05-26T02:58:39.579Z] taggedImages: [2025-05-26T02:58:39.579Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:39.579Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-26T02:58:39.579Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 [2025-05-26T02:58:39.579Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:39.579Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-26T02:58:39.604Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-05-26T02:58:39.604Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:39.604Z] latest [2025-05-26T02:58:39.604Z] 4.1.0-dev.11 [2025-05-26T02:58:39.604Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:39.604Z] main [2025-05-26T02:58:39.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:39.981Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:40.356Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:40.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T02:58:40.356Z] 7d4c8295b705: Preparing [2025-05-26T02:58:40.356Z] a015347526eb: Preparing [2025-05-26T02:58:40.356Z] bff0fa6e606c: Preparing [2025-05-26T02:58:40.356Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:40.356Z] 599c34b33c78: Preparing [2025-05-26T02:58:40.356Z] c23069cab6ca: Preparing [2025-05-26T02:58:40.356Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:40.356Z] c23069cab6ca: Waiting [2025-05-26T02:58:40.356Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:40.356Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:40.356Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:40.642Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:40.642Z] 7d4c8295b705: Pushed [2025-05-26T02:58:40.642Z] 599c34b33c78: Pushed [2025-05-26T02:58:42.084Z] c23069cab6ca: Pushed [2025-05-26T02:58:48.689Z] a015347526eb: Pushed [2025-05-26T02:58:48.689Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:49.043Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:49.389Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-26T02:58:49.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T02:58:49.389Z] 7d4c8295b705: Preparing [2025-05-26T02:58:49.389Z] a015347526eb: Preparing [2025-05-26T02:58:49.389Z] bff0fa6e606c: Preparing [2025-05-26T02:58:49.389Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:49.389Z] 599c34b33c78: Preparing [2025-05-26T02:58:49.389Z] c23069cab6ca: Preparing [2025-05-26T02:58:49.389Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:49.389Z] c23069cab6ca: Waiting [2025-05-26T02:58:49.389Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:49.389Z] 7d4c8295b705: Layer already exists [2025-05-26T02:58:49.389Z] 599c34b33c78: Layer already exists [2025-05-26T02:58:49.389Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:49.389Z] a015347526eb: Layer already exists [2025-05-26T02:58:49.389Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:49.389Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:49.389Z] c23069cab6ca: Layer already exists [2025-05-26T02:58:49.652Z] latest: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:49.998Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:50.344Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 [2025-05-26T02:58:50.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T02:58:50.345Z] 7d4c8295b705: Preparing [2025-05-26T02:58:50.345Z] a015347526eb: Preparing [2025-05-26T02:58:50.345Z] bff0fa6e606c: Preparing [2025-05-26T02:58:50.345Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:50.345Z] 599c34b33c78: Preparing [2025-05-26T02:58:50.345Z] c23069cab6ca: Preparing [2025-05-26T02:58:50.345Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:50.345Z] c23069cab6ca: Waiting [2025-05-26T02:58:50.345Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:50.345Z] 599c34b33c78: Layer already exists [2025-05-26T02:58:50.345Z] 7d4c8295b705: Layer already exists [2025-05-26T02:58:50.345Z] a015347526eb: Layer already exists [2025-05-26T02:58:50.345Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:50.345Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:50.345Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:50.345Z] c23069cab6ca: Layer already exists [2025-05-26T02:58:50.345Z] 4.1.0-dev.11: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:50.689Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:51.031Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:51.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T02:58:51.031Z] 7d4c8295b705: Preparing [2025-05-26T02:58:51.031Z] a015347526eb: Preparing [2025-05-26T02:58:51.031Z] bff0fa6e606c: Preparing [2025-05-26T02:58:51.031Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:51.031Z] 599c34b33c78: Preparing [2025-05-26T02:58:51.031Z] c23069cab6ca: Preparing [2025-05-26T02:58:51.031Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:51.031Z] c23069cab6ca: Waiting [2025-05-26T02:58:51.031Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:51.031Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:51.031Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:51.031Z] 599c34b33c78: Layer already exists [2025-05-26T02:58:51.031Z] 7d4c8295b705: Layer already exists [2025-05-26T02:58:51.031Z] a015347526eb: Layer already exists [2025-05-26T02:58:51.031Z] c23069cab6ca: Layer already exists [2025-05-26T02:58:51.031Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:51.031Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:51.384Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:51.723Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-05-26T02:58:51.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T02:58:51.723Z] 7d4c8295b705: Preparing [2025-05-26T02:58:51.723Z] a015347526eb: Preparing [2025-05-26T02:58:51.723Z] bff0fa6e606c: Preparing [2025-05-26T02:58:51.723Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:51.723Z] 599c34b33c78: Preparing [2025-05-26T02:58:51.723Z] c23069cab6ca: Preparing [2025-05-26T02:58:51.723Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:51.723Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:51.724Z] c23069cab6ca: Waiting [2025-05-26T02:58:51.724Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:51.724Z] 7d4c8295b705: Layer already exists [2025-05-26T02:58:51.724Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:51.724Z] a015347526eb: Layer already exists [2025-05-26T02:58:51.724Z] 599c34b33c78: Layer already exists [2025-05-26T02:58:51.724Z] c23069cab6ca: Layer already exists [2025-05-26T02:58:51.724Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:51.724Z] main: digest: sha256:ae95d672a50bb02f422d4c2f3f46938083ab11915f92284b760db10acc195613 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:58:52.070Z] ===================================================== [Pipeline] echo [2025-05-26T02:58:52.088Z] taggedImages: [2025-05-26T02:58:52.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:52.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-26T02:58:52.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 [2025-05-26T02:58:52.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:52.088Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-26T02:58:52.119Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-05-26T02:58:52.119Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:52.119Z] latest [2025-05-26T02:58:52.119Z] 4.1.0-dev.11 [2025-05-26T02:58:52.119Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:58:52.119Z] main [2025-05-26T02:58:52.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:52.496Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:58:52.841Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:58:52.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T02:58:52.842Z] c4a74a0411f9: Preparing [2025-05-26T02:58:52.842Z] fd286ef80b3d: Preparing [2025-05-26T02:58:52.842Z] bff0fa6e606c: Preparing [2025-05-26T02:58:52.842Z] 582a4b4a1fb2: Preparing [2025-05-26T02:58:52.842Z] 7a96cfd7abc3: Preparing [2025-05-26T02:58:52.842Z] ed934ee6f4fb: Preparing [2025-05-26T02:58:52.842Z] dd9c8f8612c8: Preparing [2025-05-26T02:58:52.842Z] ed934ee6f4fb: Waiting [2025-05-26T02:58:52.842Z] dd9c8f8612c8: Waiting [2025-05-26T02:58:52.842Z] bff0fa6e606c: Layer already exists [2025-05-26T02:58:52.842Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:58:53.107Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:58:53.107Z] 7a96cfd7abc3: Pushed [2025-05-26T02:58:53.107Z] c4a74a0411f9: Pushed [2025-05-26T02:58:53.685Z] ed934ee6f4fb: Pushed [2025-05-26T02:59:01.856Z] fd286ef80b3d: Pushed [2025-05-26T02:59:01.856Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:02.206Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:02.547Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-26T02:59:02.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T02:59:02.547Z] c4a74a0411f9: Preparing [2025-05-26T02:59:02.547Z] fd286ef80b3d: Preparing [2025-05-26T02:59:02.547Z] bff0fa6e606c: Preparing [2025-05-26T02:59:02.547Z] 582a4b4a1fb2: Preparing [2025-05-26T02:59:02.547Z] 7a96cfd7abc3: Preparing [2025-05-26T02:59:02.547Z] ed934ee6f4fb: Preparing [2025-05-26T02:59:02.547Z] dd9c8f8612c8: Preparing [2025-05-26T02:59:02.547Z] ed934ee6f4fb: Waiting [2025-05-26T02:59:02.547Z] dd9c8f8612c8: Waiting [2025-05-26T02:59:02.547Z] 7a96cfd7abc3: Layer already exists [2025-05-26T02:59:02.547Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:59:02.547Z] c4a74a0411f9: Layer already exists [2025-05-26T02:59:02.547Z] fd286ef80b3d: Layer already exists [2025-05-26T02:59:02.547Z] bff0fa6e606c: Layer already exists [2025-05-26T02:59:02.547Z] ed934ee6f4fb: Layer already exists [2025-05-26T02:59:02.547Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:59:02.547Z] latest: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:03.165Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:03.512Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 [2025-05-26T02:59:03.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T02:59:03.512Z] c4a74a0411f9: Preparing [2025-05-26T02:59:03.512Z] fd286ef80b3d: Preparing [2025-05-26T02:59:03.512Z] bff0fa6e606c: Preparing [2025-05-26T02:59:03.512Z] 582a4b4a1fb2: Preparing [2025-05-26T02:59:03.512Z] 7a96cfd7abc3: Preparing [2025-05-26T02:59:03.512Z] ed934ee6f4fb: Preparing [2025-05-26T02:59:03.512Z] dd9c8f8612c8: Preparing [2025-05-26T02:59:03.512Z] ed934ee6f4fb: Waiting [2025-05-26T02:59:03.512Z] dd9c8f8612c8: Waiting [2025-05-26T02:59:03.512Z] fd286ef80b3d: Layer already exists [2025-05-26T02:59:03.512Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:59:03.512Z] bff0fa6e606c: Layer already exists [2025-05-26T02:59:03.512Z] c4a74a0411f9: Layer already exists [2025-05-26T02:59:03.512Z] 7a96cfd7abc3: Layer already exists [2025-05-26T02:59:03.512Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:59:03.512Z] ed934ee6f4fb: Layer already exists [2025-05-26T02:59:03.512Z] 4.1.0-dev.11: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:04.120Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:04.466Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:59:04.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T02:59:04.466Z] c4a74a0411f9: Preparing [2025-05-26T02:59:04.466Z] fd286ef80b3d: Preparing [2025-05-26T02:59:04.466Z] bff0fa6e606c: Preparing [2025-05-26T02:59:04.466Z] 582a4b4a1fb2: Preparing [2025-05-26T02:59:04.466Z] 7a96cfd7abc3: Preparing [2025-05-26T02:59:04.466Z] ed934ee6f4fb: Preparing [2025-05-26T02:59:04.466Z] dd9c8f8612c8: Preparing [2025-05-26T02:59:04.466Z] ed934ee6f4fb: Waiting [2025-05-26T02:59:04.466Z] dd9c8f8612c8: Waiting [2025-05-26T02:59:04.466Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:59:04.466Z] 7a96cfd7abc3: Layer already exists [2025-05-26T02:59:04.466Z] bff0fa6e606c: Layer already exists [2025-05-26T02:59:04.466Z] c4a74a0411f9: Layer already exists [2025-05-26T02:59:04.466Z] fd286ef80b3d: Layer already exists [2025-05-26T02:59:04.466Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:59:04.466Z] ed934ee6f4fb: Layer already exists [2025-05-26T02:59:04.466Z] 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:05.085Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:05.431Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-05-26T02:59:05.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T02:59:05.431Z] c4a74a0411f9: Preparing [2025-05-26T02:59:05.431Z] fd286ef80b3d: Preparing [2025-05-26T02:59:05.431Z] bff0fa6e606c: Preparing [2025-05-26T02:59:05.431Z] 582a4b4a1fb2: Preparing [2025-05-26T02:59:05.431Z] 7a96cfd7abc3: Preparing [2025-05-26T02:59:05.431Z] ed934ee6f4fb: Preparing [2025-05-26T02:59:05.431Z] dd9c8f8612c8: Preparing [2025-05-26T02:59:05.431Z] ed934ee6f4fb: Waiting [2025-05-26T02:59:05.431Z] dd9c8f8612c8: Waiting [2025-05-26T02:59:05.431Z] 7a96cfd7abc3: Layer already exists [2025-05-26T02:59:05.431Z] bff0fa6e606c: Layer already exists [2025-05-26T02:59:05.431Z] fd286ef80b3d: Layer already exists [2025-05-26T02:59:05.431Z] 582a4b4a1fb2: Layer already exists [2025-05-26T02:59:05.431Z] c4a74a0411f9: Layer already exists [2025-05-26T02:59:05.431Z] ed934ee6f4fb: Layer already exists [2025-05-26T02:59:05.431Z] dd9c8f8612c8: Layer already exists [2025-05-26T02:59:05.431Z] main: digest: sha256:f19ca06404fdec42c21e0d2db8e2ff1842856912a1ef4e76b8a99c95fc17853c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T02:59:05.769Z] ===================================================== [Pipeline] echo [2025-05-26T02:59:05.783Z] taggedImages: [2025-05-26T02:59:05.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [2025-05-26T02:59:05.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-26T02:59:05.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 [2025-05-26T02:59:05.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [2025-05-26T02:59:05.784Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-05-26T02:59:05.796Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:05.812Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-05-26T02:59:05.827Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:05.839Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:05.853Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-26T02:59:05.868Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:05.882Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-05-26T02:59:05.896Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:05.913Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:05.927Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T02:59:05.941Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:05.950Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-05-26T02:59:05.962Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:05.974Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:05.984Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-26T02:59:05.996Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.012Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.023Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.035Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.044Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-26T02:59:06.057Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.071Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.081Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.091Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.102Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-26T02:59:06.113Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.123Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.134Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.143Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.156Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T02:59:06.168Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.182Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.198Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.216Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.233Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-26T02:59:06.247Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.256Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.269Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.281Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.292Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-26T02:59:06.305Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.318Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.330Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.343Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.353Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-26T02:59:06.371Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.386Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.401Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.413Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.423Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-26T02:59:06.434Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.445Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.456Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.471Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.483Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-26T02:59:06.497Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.511Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.526Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.538Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.555Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-26T02:59:06.570Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.586Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.601Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.613Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.626Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-26T02:59:06.641Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.654Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.670Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.682Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.697Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-26T02:59:06.708Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] echo [2025-05-26T02:59:06.723Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-05-26T02:59:06.737Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.757Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85-4.1.0-dev.11 [Pipeline] echo [2025-05-26T02:59:06.775Z] 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-05-26T02:59:07.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T02:59:07.174Z] [2025-05-26T02:59:07.174Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:07.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T02:59:07.496Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-26T02:59:07.496Z] 8998bd30e6a1: Pulling fs layer [2025-05-26T02:59:07.496Z] 04944245beec: Pulling fs layer [2025-05-26T02:59:07.496Z] 699f458cf7ca: Pulling fs layer [2025-05-26T02:59:07.496Z] 765212b225bb: Pulling fs layer [2025-05-26T02:59:07.496Z] f23df028b6ca: Pulling fs layer [2025-05-26T02:59:07.496Z] d65c8cfc05b1: Pulling fs layer [2025-05-26T02:59:07.496Z] 2437ff75d9bd: Pulling fs layer [2025-05-26T02:59:07.496Z] f23df028b6ca: Waiting [2025-05-26T02:59:07.496Z] 765212b225bb: Waiting [2025-05-26T02:59:07.496Z] 2437ff75d9bd: Waiting [2025-05-26T02:59:07.496Z] d65c8cfc05b1: Waiting [2025-05-26T02:59:07.762Z] 04944245beec: Verifying Checksum [2025-05-26T02:59:07.762Z] 04944245beec: Download complete [2025-05-26T02:59:07.762Z] 765212b225bb: Verifying Checksum [2025-05-26T02:59:07.762Z] 765212b225bb: Download complete [2025-05-26T02:59:07.762Z] f23df028b6ca: Verifying Checksum [2025-05-26T02:59:07.762Z] f23df028b6ca: Download complete [2025-05-26T02:59:07.762Z] d65c8cfc05b1: Verifying Checksum [2025-05-26T02:59:07.762Z] d65c8cfc05b1: Download complete [2025-05-26T02:59:07.762Z] 699f458cf7ca: Verifying Checksum [2025-05-26T02:59:07.762Z] 699f458cf7ca: Download complete [2025-05-26T02:59:08.341Z] 8998bd30e6a1: Verifying Checksum [2025-05-26T02:59:08.341Z] 8998bd30e6a1: Download complete [2025-05-26T02:59:10.908Z] 2437ff75d9bd: Verifying Checksum [2025-05-26T02:59:10.908Z] 2437ff75d9bd: Download complete [2025-05-26T02:59:12.838Z] 8998bd30e6a1: Pull complete [2025-05-26T02:59:13.104Z] 04944245beec: Pull complete [2025-05-26T02:59:14.501Z] 699f458cf7ca: Pull complete [2025-05-26T02:59:14.765Z] 765212b225bb: Pull complete [2025-05-26T02:59:15.716Z] f23df028b6ca: Pull complete [2025-05-26T02:59:15.981Z] d65c8cfc05b1: Pull complete [2025-05-26T02:59:34.152Z] 2437ff75d9bd: Pull complete [2025-05-26T02:59:34.153Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-26T02:59:34.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T02:59:34.153Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:59:34.356Z] prd-ubuntu20.04-docker-arm64-4c-16g-2251 does not seem to be running inside a container [2025-05-26T02:59:34.403Z] $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T02:59:35.903Z] $ docker top e3ad5df69eb657b9053e432d19baff79e270fd5af824db0e1c5f8911609139e5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T02:59:36.802Z] ---> job-cost.sh [2025-05-26T02:59:36.802Z] lf-activate-venv: SKIPPING [2025-05-26T02:59:36.802Z] INFO: No Stack... [2025-05-26T02:59:37.065Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-26T02:59:38.014Z] INFO: Archiving Costs [Pipeline] sh [2025-05-26T02:59:38.643Z] + cat /w/workspace/edgex-go/838/archives/cost.csv [2025-05-26T02:59:38.643Z] + cut -d, -f6 [Pipeline] lock [2025-05-26T02:59:38.681Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-838-stack-cost] [2025-05-26T02:59:38.690Z] Resource [jenkins-edgexfoundry-edgex-go-main-838-stack-cost] did not exist. Created. [2025-05-26T02:59:38.696Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-838-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-26T02:59:39.366Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-26T02:59:40.008Z] Stashed 1 file(s) [Pipeline] } [2025-05-26T02:59:40.019Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-838-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-26T02:59:40.037Z] $ docker stop --time=1 e3ad5df69eb657b9053e432d19baff79e270fd5af824db0e1c5f8911609139e5 [2025-05-26T02:59:41.498Z] $ docker rm -f --volumes e3ad5df69eb657b9053e432d19baff79e270fd5af824db0e1c5f8911609139e5 [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-05-26T02:59:42.110Z] provisioning config files... [2025-05-26T02:59:42.129Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/838@tmp/config3718635965261882792tmp [Pipeline] { [Pipeline] sh [2025-05-26T02:59:42.470Z] + set +x [2025-05-26T02:59:42.471Z] + bash -s -- [2025-05-26T02:59:42.471Z] + curl -s https://codecov.io/bash [2025-05-26T02:59:42.471Z] [2025-05-26T02:59:42.471Z] _____ _ [2025-05-26T02:59:42.471Z] / ____| | | [2025-05-26T02:59:42.471Z] | | ___ __| | ___ ___ _____ __ [2025-05-26T02:59:42.471Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-05-26T02:59:42.471Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-05-26T02:59:42.471Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-05-26T02:59:42.471Z] Bash-1.0.6 [2025-05-26T02:59:42.471Z] [2025-05-26T02:59:42.471Z] [2025-05-26T02:59:42.471Z] ==> git version 2.25.1 found [2025-05-26T02:59:42.471Z] ==> 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-05-26T02:59:42.471Z] Release-Date: 2020-01-08 [2025-05-26T02:59:42.471Z] 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-05-26T02:59:42.471Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-05-26T02:59:42.471Z] ==> Jenkins CI detected. [2025-05-26T02:59:42.471Z] current dir:  /w/workspace/edgex-go/838 [2025-05-26T02:59:42.471Z] project root: . [2025-05-26T02:59:42.471Z] --> token set from env [2025-05-26T02:59:42.471Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-05-26T02:59:42.471Z] ==> Running gcov in . (disable via -X gcov) [2025-05-26T02:59:42.471Z] ==> Python coveragepy not found [2025-05-26T02:59:42.471Z] ==> Searching for coverage reports in: [2025-05-26T02:59:42.471Z] + . [2025-05-26T02:59:42.471Z] -> Found 1 reports [2025-05-26T02:59:42.471Z] ==> Detecting git/mercurial file structure [2025-05-26T02:59:42.735Z] ==> Reading reports [2025-05-26T02:59:42.735Z] + ./coverage.out bytes=1661048 [2025-05-26T02:59:42.735Z] ==> Appending adjustments [2025-05-26T02:59:42.735Z] https://docs.codecov.io/docs/fixing-reports [2025-05-26T02:59:44.120Z] + Found adjustments [2025-05-26T02:59:44.120Z] ==> Gzipping contents [2025-05-26T02:59:44.120Z] 140K /tmp/codecov.EFDZzW.gz [2025-05-26T02:59:44.120Z] ==> Uploading reports [2025-05-26T02:59:44.120Z] url: https://codecov.io [2025-05-26T02:59:44.120Z] query: branch=main&commit=8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85&build=838&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F838%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-26T02:59:44.120Z] -> Pinging Codecov [2025-05-26T02:59:44.120Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85&build=838&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F838%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-26T02:59:44.379Z] -> Uploading to [2025-05-26T02:59:44.379Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85/43942aff-739e-444c-8d2e-4cae0a1585ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250526%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250526T025944Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=71134c43331ba15e50235d14f416df6bd8faf3ed2f28ce0adc765e4836a323be [2025-05-26T02:59:44.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T02:59:44.379Z] Dload Upload Total Spent Left Speed [2025-05-26T02:59:44.640Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 680k --:--:-- --:--:-- --:--:-- 676k 100 138k 0 0 100 138k 0 513k --:--:-- --:--:-- --:--:-- 513k [2025-05-26T02:59:44.640Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 [Pipeline] } [2025-05-26T02:59:44.646Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-05-26T02:59:44.924Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-05-26T02:59:44.943Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:45.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T02:59:45.260Z] [2025-05-26T02:59:45.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T02:59:45.569Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T02:59:45.829Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-05-26T02:59:45.829Z] 43c4264eed91: Pulling fs layer [2025-05-26T02:59:45.829Z] 4cc291be95ef: Pulling fs layer [2025-05-26T02:59:45.829Z] 2ac1f1163629: Pulling fs layer [2025-05-26T02:59:45.829Z] 5c3c966382ef: Pulling fs layer [2025-05-26T02:59:45.829Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T02:59:45.829Z] d9c7d2e4e75e: Pulling fs layer [2025-05-26T02:59:45.829Z] 9c3e1370e548: Pulling fs layer [2025-05-26T02:59:45.829Z] 5c3c966382ef: Waiting [2025-05-26T02:59:45.829Z] 4f4fb700ef54: Waiting [2025-05-26T02:59:45.829Z] d9c7d2e4e75e: Waiting [2025-05-26T02:59:45.829Z] 4cc291be95ef: Verifying Checksum [2025-05-26T02:59:45.829Z] 4cc291be95ef: Download complete [2025-05-26T02:59:45.829Z] 5c3c966382ef: Verifying Checksum [2025-05-26T02:59:45.829Z] 5c3c966382ef: Download complete [2025-05-26T02:59:45.829Z] 4f4fb700ef54: Verifying Checksum [2025-05-26T02:59:45.829Z] 4f4fb700ef54: Download complete [2025-05-26T02:59:46.087Z] 43c4264eed91: Download complete [2025-05-26T02:59:46.087Z] 43c4264eed91: Pull complete [2025-05-26T02:59:46.087Z] d9c7d2e4e75e: Verifying Checksum [2025-05-26T02:59:46.087Z] d9c7d2e4e75e: Download complete [2025-05-26T02:59:46.344Z] 4cc291be95ef: Pull complete [2025-05-26T02:59:46.344Z] 2ac1f1163629: Verifying Checksum [2025-05-26T02:59:46.344Z] 2ac1f1163629: Download complete [2025-05-26T02:59:48.871Z] 9c3e1370e548: Verifying Checksum [2025-05-26T02:59:50.250Z] 2ac1f1163629: Pull complete [2025-05-26T02:59:50.250Z] 5c3c966382ef: Pull complete [2025-05-26T02:59:50.509Z] 4f4fb700ef54: Pull complete [2025-05-26T02:59:50.766Z] d9c7d2e4e75e: Pull complete [2025-05-26T02:59:54.037Z] 9c3e1370e548: Pull complete [2025-05-26T02:59:54.037Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-05-26T02:59:54.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T02:59:54.296Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T02:59:54.395Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T02:59:54.433Z] $ 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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T03:00:01.176Z] $ docker top 97885b53e23594d73f5067352429fa512747f7cc966738ba2ccf4c3c1d54c0de -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:00:01.522Z] + git config --global --add safe.directory /w/workspace/edgex-go/838 [Pipeline] echo [2025-05-26T03:00:01.531Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-05-26T03:00:01.806Z] + set -o pipefail [2025-05-26T03:00:01.806Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-05-26T03:00:09.933Z] [2025-05-26T03:00:09.933Z] Monitoring /w/workspace/edgex-go/838 (github.com/edgexfoundry/edgex-go)... [2025-05-26T03:00:09.933Z] [2025-05-26T03:00:09.933Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/b9c3ac5b-6028-4d74-a21c-0bebf24686b9 [2025-05-26T03:00:09.933Z] [2025-05-26T03:00:09.933Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-05-26T03:00:09.933Z] [Pipeline] } [2025-05-26T03:00:09.954Z] $ docker stop --time=1 97885b53e23594d73f5067352429fa512747f7cc966738ba2ccf4c3c1d54c0de [2025-05-26T03:00:15.753Z] $ docker rm -f --volumes 97885b53e23594d73f5067352429fa512747f7cc966738ba2ccf4c3c1d54c0de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-05-26T03:00:16.257Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:00:16.279Z] provisioning config files... [2025-05-26T03:00:16.288Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/838@tmp/config934554576678269275tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:00:16.587Z] --> edgex-publish-swagger.sh [2025-05-26T03:00:16.587Z] === Publish openapi API === [2025-05-26T03:00:16.587Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-05-26T03:00:16.587Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/838/openapi/core-command.yaml] [2025-05-26T03:00:16.587Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:16.587Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:16.845Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 120k --:--:-- --:--:-- --:--:-- 119k 100 32848 100 66 100 32782 145 72207 --:--:-- --:--:-- --:--:-- 72193 [2025-05-26T03:00:16.846Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:16.846Z] [2025-05-26T03:00:16.846Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/838/openapi/core-data.yaml] [2025-05-26T03:00:16.846Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:16.846Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:17.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 351 368k --:--:-- --:--:-- --:--:-- 368k [2025-05-26T03:00:17.104Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:17.104Z] [2025-05-26T03:00:17.104Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/838/openapi/core-keeper.yaml] [2025-05-26T03:00:17.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:17.104Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:17.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 243 118k --:--:-- --:--:-- --:--:-- 118k [2025-05-26T03:00:17.364Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:17.364Z] [2025-05-26T03:00:17.364Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/838/openapi/core-metadata.yaml] [2025-05-26T03:00:17.364Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:17.364Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:17.621Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 407 967k --:--:-- --:--:-- --:--:-- 967k [2025-05-26T03:00:17.621Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:17.621Z] [2025-05-26T03:00:17.621Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/838/openapi/security-proxy-auth.yaml] [2025-05-26T03:00:17.621Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:17.621Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:17.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 243 90291 --:--:-- --:--:-- --:--:-- 90535 [2025-05-26T03:00:17.881Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:17.881Z] [2025-05-26T03:00:17.881Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/838/openapi/security-secretstore-setup.yaml] [2025-05-26T03:00:17.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:17.881Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:18.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 511 30333 --:--:-- --:--:-- --:--:-- 30844 [2025-05-26T03:00:18.140Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:18.140Z] [2025-05-26T03:00:18.140Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/838/openapi/support-notifications.yaml] [2025-05-26T03:00:18.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:18.140Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:18.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 250 371k --:--:-- --:--:-- --:--:-- 371k [2025-05-26T03:00:18.399Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:18.399Z] [2025-05-26T03:00:18.399Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/838/openapi/support-scheduler.yaml] [2025-05-26T03:00:18.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:00:18.399Z] Dload Upload Total Spent Left Speed [2025-05-26T03:00:18.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 461 346k --:--:-- --:--:-- --:--:-- 346k [2025-05-26T03:00:18.399Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:00:18.399Z] [Pipeline] } [2025-05-26T03:00:18.406Z] 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-05-26T03:00:18.873Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:00:18.873Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:00:19.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:00:19.185Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:00:19.271Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T03:00:19.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T03:00:19.745Z] $ docker top 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 -eo pid,comm [2025-05-26T03:00:19.795Z] 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-05-26T03:00:19.795Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:00:19.852Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:00:19.852Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:00:19.971Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:00:19.980Z] $ docker exec 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 ssh-agent [2025-05-26T03:00:20.076Z] SSH_AUTH_SOCK=/tmp/ssh-WxyDPFvGOwYz/agent.31 [2025-05-26T03:00:20.076Z] SSH_AGENT_PID=37 [2025-05-26T03:00:20.080Z] Running ssh-add (command line suppressed) [2025-05-26T03:00:20.186Z] Identity added: /w/workspace/edgex-go/838@tmp/private_key_8118227097013388715.key (/w/workspace/edgex-go/838@tmp/private_key_8118227097013388715.key) [2025-05-26T03:00:20.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:00:20.491Z] + git semver tag [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,700 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,703 [run_tag] DEBUG tag force:False [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,703 [check_head_tag] DEBUG check head tag [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,704 [execute] INFO git cat-file --batch-check [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,704 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/838, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,705 [execute] INFO git cat-file --batch [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,705 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/838, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,717 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,717 [execute] INFO git tag -a v4.1.0-dev.11 -m v4.1.0-dev.11 [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,717 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.11', '-m', 'v4.1.0-dev.11'], cwd=/w/workspace/edgex-go/838, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:00:20.749Z] 2025-05-26 03:00:20,720 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T03:00:20.749Z] 4.1.0-dev.11 [Pipeline] } [2025-05-26T03:00:20.763Z] $ docker exec --env ******** --env ******** 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 ssh-agent -k [2025-05-26T03:00:20.866Z] unset SSH_AUTH_SOCK; [2025-05-26T03:00:20.866Z] unset SSH_AGENT_PID; [2025-05-26T03:00:20.866Z] echo Agent pid 37 killed; [2025-05-26T03:00:20.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:00:21.194Z] + git semver [Pipeline] } [2025-05-26T03:00:21.472Z] $ docker stop --time=1 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 [2025-05-26T03:00:22.748Z] $ docker rm -f --volumes 7c2cf81ddea348aca8435c0c5aa1d5d6b4909a7b9143400564c4af54bdb4d083 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:00:23.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T03:00:23.154Z] [2025-05-26T03:00:23.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:00:23.458Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T03:00:23.458Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-05-26T03:00:23.458Z] ab5ef0e58194: Pulling fs layer [2025-05-26T03:00:23.458Z] 9712f1f96733: Pulling fs layer [2025-05-26T03:00:23.458Z] 63f879dbbcfc: Pulling fs layer [2025-05-26T03:00:23.458Z] 0d9ebad4ef96: Pulling fs layer [2025-05-26T03:00:23.458Z] e9a5061849ea: Pulling fs layer [2025-05-26T03:00:23.458Z] d747dcd14b5f: Pulling fs layer [2025-05-26T03:00:23.458Z] e9a5061849ea: Waiting [2025-05-26T03:00:23.458Z] 0d9ebad4ef96: Waiting [2025-05-26T03:00:23.458Z] 2de7ff778b66: Pulling fs layer [2025-05-26T03:00:23.458Z] 9712f1f96733: Verifying Checksum [2025-05-26T03:00:23.458Z] 9712f1f96733: Download complete [2025-05-26T03:00:24.025Z] 63f879dbbcfc: Verifying Checksum [2025-05-26T03:00:24.025Z] 63f879dbbcfc: Download complete [2025-05-26T03:00:24.025Z] e9a5061849ea: Verifying Checksum [2025-05-26T03:00:24.025Z] e9a5061849ea: Download complete [2025-05-26T03:00:24.025Z] d747dcd14b5f: Download complete [2025-05-26T03:00:24.025Z] 0d9ebad4ef96: Verifying Checksum [2025-05-26T03:00:24.025Z] 0d9ebad4ef96: Download complete [2025-05-26T03:00:24.284Z] 2de7ff778b66: Verifying Checksum [2025-05-26T03:00:24.284Z] 2de7ff778b66: Download complete [2025-05-26T03:00:24.284Z] ab5ef0e58194: Verifying Checksum [2025-05-26T03:00:24.284Z] ab5ef0e58194: Download complete [2025-05-26T03:00:26.817Z] ab5ef0e58194: Pull complete [2025-05-26T03:00:26.817Z] 9712f1f96733: Pull complete [2025-05-26T03:00:27.383Z] 63f879dbbcfc: Pull complete [2025-05-26T03:00:31.568Z] 0d9ebad4ef96: Pull complete [2025-05-26T03:00:31.568Z] e9a5061849ea: Pull complete [2025-05-26T03:00:31.568Z] d747dcd14b5f: Pull complete [2025-05-26T03:00:32.134Z] 2de7ff778b66: Pull complete [2025-05-26T03:00:32.134Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-05-26T03:00:32.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T03:00:32.134Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:00:32.232Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T03:00:32.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T03:00:38.106Z] $ docker top 51491f2ca85be39f56938b941d727cb5ac33cec7f08fffc034534cec93ced93a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:00:38.181Z] provisioning config files... [2025-05-26T03:00:38.187Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/838@tmp/config6466285981900752180tmp [2025-05-26T03:00:38.196Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/838@tmp/config6999147856834199329tmp [2025-05-26T03:00:38.202Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/838@tmp/config4680067442009457763tmp [Pipeline] { [Pipeline] echo [2025-05-26T03:00:38.282Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:00:38.575Z] ---> sigul-configuration.sh [2025-05-26T03:00:38.575Z] gpg: directory `/root/.gnupg' created [2025-05-26T03:00:38.575Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-05-26T03:00:38.575Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-05-26T03:00:38.575Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-05-26T03:00:38.575Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-05-26T03:00:38.575Z] gpg: CAST5 encrypted data [2025-05-26T03:00:38.575Z] gpg: encrypted with 1 passphrase [2025-05-26T03:00:38.576Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-05-26T03:00:38.880Z] + mkdir /home/jenkins [2025-05-26T03:00:38.880Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-05-26T03:00:39.175Z] + 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-05-26T03:00:39.188Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:00:39.477Z] ---> sigul-install.sh [2025-05-26T03:00:39.478Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-05-26T03:00:39.777Z] + git tag --list [2025-05-26T03:00:39.777Z] 0.6.0 [2025-05-26T03:00:39.777Z] 0.6.1 [2025-05-26T03:00:39.777Z] 0.7.0 [2025-05-26T03:00:39.777Z] 0.7.1 [2025-05-26T03:00:39.777Z] v1.0.0 [2025-05-26T03:00:39.777Z] v1.0.1 [2025-05-26T03:00:39.777Z] v1.1.0 [2025-05-26T03:00:39.777Z] v1.2.0 [2025-05-26T03:00:39.777Z] v1.2.1 [2025-05-26T03:00:39.777Z] v1.3.0 [2025-05-26T03:00:39.777Z] v1.3.1 [2025-05-26T03:00:39.777Z] v2.0.0 [2025-05-26T03:00:39.777Z] v2.1.0 [2025-05-26T03:00:39.777Z] v2.1.1 [2025-05-26T03:00:39.777Z] v2.2.0 [2025-05-26T03:00:39.777Z] v2.3.0 [2025-05-26T03:00:39.777Z] v3.0 [2025-05-26T03:00:39.777Z] v3.0.0 [2025-05-26T03:00:39.777Z] v3.1 [2025-05-26T03:00:39.777Z] v3.1.0 [2025-05-26T03:00:39.777Z] v3.1.1 [2025-05-26T03:00:39.777Z] v4.0 [2025-05-26T03:00:39.777Z] v4.0.0 [2025-05-26T03:00:39.777Z] v4.0.1 [2025-05-26T03:00:39.777Z] v4.1.0-dev.1 [2025-05-26T03:00:39.777Z] v4.1.0-dev.10 [2025-05-26T03:00:39.777Z] v4.1.0-dev.11 [2025-05-26T03:00:39.777Z] v4.1.0-dev.2 [2025-05-26T03:00:39.777Z] v4.1.0-dev.3 [2025-05-26T03:00:39.777Z] v4.1.0-dev.4 [2025-05-26T03:00:39.777Z] v4.1.0-dev.5 [2025-05-26T03:00:39.777Z] v4.1.0-dev.6 [2025-05-26T03:00:39.777Z] v4.1.0-dev.7 [2025-05-26T03:00:39.777Z] v4.1.0-dev.8 [2025-05-26T03:00:39.777Z] v4.1.0-dev.9 [Pipeline] sh [2025-05-26T03:00:40.069Z] + lftools sign git-tag v4.1.0-dev.11 [2025-05-26T03:00:40.636Z] Signing Git tag with Sigul... [2025-05-26T03:00:40.636Z] Signing v4.1.0-dev.11 [Pipeline] echo [2025-05-26T03:00:41.010Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:00:41.300Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-05-26T03:00:41.307Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-05-26T03:00:41.342Z] $ docker stop --time=1 51491f2ca85be39f56938b941d727cb5ac33cec7f08fffc034534cec93ced93a [2025-05-26T03:00:42.690Z] $ docker rm -f --volumes 51491f2ca85be39f56938b941d727cb5ac33cec7f08fffc034534cec93ced93a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-05-26T03:00:43.112Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:00:43.112Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:00:43.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:00:43.417Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:00:43.510Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T03:00:43.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T03:00:43.915Z] $ docker top 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 -eo pid,comm [2025-05-26T03:00:43.958Z] 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-05-26T03:00:43.958Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:00:44.017Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:00:44.017Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:00:44.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:00:44.142Z] $ docker exec 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 ssh-agent [2025-05-26T03:00:44.244Z] SSH_AUTH_SOCK=/tmp/ssh-7OsbWIOxFW1T/agent.33 [2025-05-26T03:00:44.244Z] SSH_AGENT_PID=39 [2025-05-26T03:00:44.249Z] Running ssh-add (command line suppressed) [2025-05-26T03:00:44.353Z] Identity added: /w/workspace/edgex-go/838@tmp/private_key_15637066895030321532.key (/w/workspace/edgex-go/838@tmp/private_key_15637066895030321532.key) [2025-05-26T03:00:44.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:00:44.654Z] + git semver bump pre [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,881 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,884 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,884 [bump_version] DEBUG bumping version:4.1.0-dev.11 on axis:pre with prefix:dev [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,884 [bump_version] DEBUG bumped version:4.1.0-dev.12 [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,884 [write_version] DEBUG write version:4.1.0-dev.12 to path:/w/workspace/edgex-go/838/.semver/main with force:True [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,884 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,884 [write_file] DEBUG write to file:/w/workspace/edgex-go/838/.semver/main [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,886 [execute] INFO git cat-file --batch-check [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,886 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/838/.semver, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,889 [execute] INFO git cat-file --batch [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/838/.semver, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:00:44.913Z] 2025-05-26 03:00:44,892 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T03:00:44.913Z] 4.1.0-dev.12 [Pipeline] } [2025-05-26T03:00:44.929Z] $ docker exec --env ******** --env ******** 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 ssh-agent -k [2025-05-26T03:00:45.022Z] unset SSH_AUTH_SOCK; [2025-05-26T03:00:45.022Z] unset SSH_AGENT_PID; [2025-05-26T03:00:45.022Z] echo Agent pid 39 killed; [2025-05-26T03:00:45.023Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:00:45.365Z] + git semver [Pipeline] } [2025-05-26T03:00:45.640Z] $ docker stop --time=1 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 [2025-05-26T03:00:47.108Z] $ docker rm -f --volumes 35d755e0974bcf8943b69d72331ec38c75590cad32d8f98a3d977a94b5acf215 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T03:00:47.542Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:00:47.542Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:00:47.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:00:47.852Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:00:47.932Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T03:00:47.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T03:00:48.881Z] $ docker top eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 -eo pid,comm [2025-05-26T03:00:48.923Z] 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-05-26T03:00:48.923Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:00:48.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:00:48.993Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:00:49.110Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:00:49.119Z] $ docker exec eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 ssh-agent [2025-05-26T03:00:49.225Z] SSH_AUTH_SOCK=/tmp/ssh-bfm19HDKiV1Q/agent.14 [2025-05-26T03:00:49.225Z] SSH_AGENT_PID=20 [2025-05-26T03:00:49.229Z] Running ssh-add (command line suppressed) [2025-05-26T03:00:49.352Z] Identity added: /w/workspace/edgex-go/838@tmp/private_key_11217063831184862821.key (/w/workspace/edgex-go/838@tmp/private_key_11217063831184862821.key) [2025-05-26T03:00:49.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:00:49.652Z] + git semver push [2025-05-26T03:00:49.914Z] 2025-05-26 03:00:49,884 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:00:49.914Z] 2025-05-26 03:00:49,913 [run_push] DEBUG push [2025-05-26T03:00:49.914Z] 2025-05-26 03:00:49,914 [execute] INFO git cat-file --batch-check [2025-05-26T03:00:49.914Z] 2025-05-26 03:00:49,914 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/838/.semver, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:00:49.914Z] 2025-05-26 03:00:49,917 [execute] INFO git rev-list f0694e4afd9911fc338975e403e152955124c922 -- [2025-05-26T03:00:49.914Z] 2025-05-26 03:00:49,917 [execute] DEBUG Popen(['git', 'rev-list', 'f0694e4afd9911fc338975e403e152955124c922', '--'], cwd=/w/workspace/edgex-go/838/.semver, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:00:50.172Z] 2025-05-26 03:00:49,935 [execute] INFO git fetch -v -- origin [2025-05-26T03:00:50.172Z] 2025-05-26 03:00:49,935 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/838/.semver, stdin=None, shell=False, universal_newlines=True) [2025-05-26T03:00:50.431Z] 2025-05-26 03:00:50,384 [run_push] DEBUG no remote changes detected [2025-05-26T03:00:50.431Z] 2025-05-26 03:00:50,384 [execute] INFO git push origin semver [2025-05-26T03:00:50.431Z] 2025-05-26 03:00:50,385 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/838/.semver, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:00:51.368Z] 2025-05-26 03:00:51,142 [run_push] DEBUG push all version tags [2025-05-26T03:00:51.368Z] 2025-05-26 03:00:51,142 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-05-26T03:00:51.368Z] 2025-05-26 03:00:51,143 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/838, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:00:51.938Z] 2025-05-26 03:00:51,797 [read_version] DEBUG read version from /w/workspace/edgex-go/838/.semver/main [2025-05-26T03:00:51.938Z] 4.1.0-dev.12 [Pipeline] } [2025-05-26T03:00:51.954Z] $ docker exec --env ******** --env ******** eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 ssh-agent -k [2025-05-26T03:00:52.064Z] unset SSH_AUTH_SOCK; [2025-05-26T03:00:52.065Z] unset SSH_AGENT_PID; [2025-05-26T03:00:52.065Z] echo Agent pid 20 killed; [2025-05-26T03:00:52.072Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:00:52.399Z] + git semver [Pipeline] } [2025-05-26T03:00:52.993Z] $ docker stop --time=1 eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 [2025-05-26T03:00:54.241Z] $ docker rm -f --volumes eea79562683b6410cf482ec0ebee525384b2da8c5add073ea419892e5fb04d04 [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-05-26T03:00:54.777Z] + [ -d /w/workspace/edgex-go/838/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:00:55.069Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:00:55.933Z] ---> package-listing.sh [2025-05-26T03:00:55.933Z] ++ facter osfamily [2025-05-26T03:00:55.933Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T03:00:56.193Z] + OS_FAMILY=debian [2025-05-26T03:00:56.194Z] + workspace=/w/workspace/edgex-go/838 [2025-05-26T03:00:56.194Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T03:00:56.194Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T03:00:56.194Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T03:00:56.194Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T03:00:56.194Z] + '[' /w/workspace/edgex-go/838 ']' [2025-05-26T03:00:56.194Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T03:00:56.194Z] + case "${OS_FAMILY}" in [2025-05-26T03:00:56.194Z] + dpkg -l [2025-05-26T03:00:56.194Z] + grep '^ii' [2025-05-26T03:00:56.194Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T03:00:56.194Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T03:00:56.194Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T03:00:56.194Z] + '[' /w/workspace/edgex-go/838 ']' [2025-05-26T03:00:56.194Z] + mkdir -p /w/workspace/edgex-go/838/archives/ [2025-05-26T03:00:56.194Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/838/archives/ [Pipeline] echo [2025-05-26T03:00:56.206Z] 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/838/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-26T03:00:56.483Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:00:57.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:00:57.048Z] [2025-05-26T03:00:57.048Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:00:57.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:00:57.360Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T03:00:57.360Z] 5eb5b503b376: Pulling fs layer [2025-05-26T03:00:57.360Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T03:00:57.360Z] ec43610c2a17: Pulling fs layer [2025-05-26T03:00:57.360Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T03:00:57.360Z] 33b1e0a273af: Pulling fs layer [2025-05-26T03:00:57.360Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T03:00:57.360Z] 2f39f015ded8: Pulling fs layer [2025-05-26T03:00:57.360Z] 3a2ae6a8a46f: Waiting [2025-05-26T03:00:57.360Z] 33b1e0a273af: Waiting [2025-05-26T03:00:57.360Z] 5d3b04190fa2: Waiting [2025-05-26T03:00:57.619Z] 5c69ac0246d0: Verifying Checksum [2025-05-26T03:00:57.619Z] 5c69ac0246d0: Download complete [2025-05-26T03:00:57.619Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T03:00:57.619Z] 3a2ae6a8a46f: Download complete [2025-05-26T03:00:57.619Z] 33b1e0a273af: Verifying Checksum [2025-05-26T03:00:57.619Z] 33b1e0a273af: Download complete [2025-05-26T03:00:57.619Z] 5d3b04190fa2: Verifying Checksum [2025-05-26T03:00:57.619Z] 5d3b04190fa2: Download complete [2025-05-26T03:00:57.619Z] ec43610c2a17: Verifying Checksum [2025-05-26T03:00:57.619Z] ec43610c2a17: Download complete [2025-05-26T03:00:57.878Z] 5eb5b503b376: Verifying Checksum [2025-05-26T03:00:57.878Z] 5eb5b503b376: Download complete [2025-05-26T03:00:58.447Z] 2f39f015ded8: Download complete [2025-05-26T03:00:59.015Z] 5eb5b503b376: Pull complete [2025-05-26T03:00:59.015Z] 5c69ac0246d0: Pull complete [2025-05-26T03:00:59.583Z] ec43610c2a17: Pull complete [2025-05-26T03:00:59.583Z] 3a2ae6a8a46f: Pull complete [2025-05-26T03:00:59.844Z] 33b1e0a273af: Pull complete [2025-05-26T03:00:59.844Z] 5d3b04190fa2: Pull complete [2025-05-26T03:01:04.030Z] 2f39f015ded8: Pull complete [2025-05-26T03:01:04.030Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T03:01:04.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:01:04.030Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:01:04.152Z] prd-ubuntu20.04-docker-8c-8g-2248 does not seem to be running inside a container [2025-05-26T03:01:04.186Z] $ 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/838/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/838 -v /w/workspace/edgex-go/838:/w/workspace/edgex-go/838:rw,z -v /w/workspace/edgex-go/838@tmp:/w/workspace/edgex-go/838@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-05-26T03:01:08.904Z] $ docker top d3bb4246441f857a304add5ba622a9beb46744dcdba3759b1b69b426752a1594 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:01:09.255Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T03:01:09.538Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T03:01:09.847Z] + ls /var/log/sa-host [2025-05-26T03:01:09.847Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:01:09.893Z] provisioning config files... [2025-05-26T03:01:09.906Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/838@tmp/config10905496261265869929tmp [Pipeline] { [Pipeline] echo [2025-05-26T03:01:09.932Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:01:10.216Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T03:01:10.223Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:01:10.533Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T03:01:10.544Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:01:10.833Z] ---> sudo-logs.sh [2025-05-26T03:01:10.833Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-26T03:01:10.861Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:01:11.146Z] ---> job-cost.sh [2025-05-26T03:01:11.146Z] lf-activate-venv: SKIPPING [2025-05-26T03:01:11.146Z] DEBUG: total: 0.10999999940395355 [2025-05-26T03:01:11.146Z] INFO: Retrieving Stack Cost... [2025-05-26T03:01:11.405Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-26T03:01:11.975Z] INFO: Archiving Costs [Pipeline] echo [2025-05-26T03:01:11.987Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:01:12.270Z] ---> logs-deploy.sh [2025-05-26T03:01:12.270Z] lf-activate-venv: SKIPPING [2025-05-26T03:01:12.270Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/838 [2025-05-26T03:01:12.270Z] INFO: archiving workspace using pattern(s): [2025-05-26T03:01:13.208Z] Archives upload complete. [2025-05-26T03:01:13.208Z] INFO: archiving logs to Nexus [2025-05-26T03:01:14.167Z] ---> uname -a: [2025-05-26T03:01:14.167Z] Linux prd-ubuntu20-04-docker-8c-8g-2248 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] ---> lscpu: [2025-05-26T03:01:14.167Z] Architecture: x86_64 [2025-05-26T03:01:14.167Z] CPU op-mode(s): 32-bit, 64-bit [2025-05-26T03:01:14.167Z] Byte Order: Little Endian [2025-05-26T03:01:14.167Z] Address sizes: 40 bits physical, 48 bits virtual [2025-05-26T03:01:14.167Z] CPU(s): 8 [2025-05-26T03:01:14.167Z] On-line CPU(s) list: 0-7 [2025-05-26T03:01:14.167Z] Thread(s) per core: 1 [2025-05-26T03:01:14.167Z] Core(s) per socket: 1 [2025-05-26T03:01:14.167Z] Socket(s): 8 [2025-05-26T03:01:14.167Z] NUMA node(s): 1 [2025-05-26T03:01:14.167Z] Vendor ID: AuthenticAMD [2025-05-26T03:01:14.167Z] CPU family: 23 [2025-05-26T03:01:14.167Z] Model: 49 [2025-05-26T03:01:14.167Z] Model name: AMD EPYC-Rome Processor [2025-05-26T03:01:14.167Z] Stepping: 0 [2025-05-26T03:01:14.167Z] CPU MHz: 2799.998 [2025-05-26T03:01:14.167Z] BogoMIPS: 5599.99 [2025-05-26T03:01:14.167Z] Virtualization: AMD-V [2025-05-26T03:01:14.167Z] Hypervisor vendor: KVM [2025-05-26T03:01:14.167Z] Virtualization type: full [2025-05-26T03:01:14.167Z] L1d cache: 256 KiB [2025-05-26T03:01:14.167Z] L1i cache: 256 KiB [2025-05-26T03:01:14.167Z] L2 cache: 4 MiB [2025-05-26T03:01:14.167Z] L3 cache: 128 MiB [2025-05-26T03:01:14.167Z] NUMA node0 CPU(s): 0-7 [2025-05-26T03:01:14.167Z] Vulnerability Itlb multihit: Not affected [2025-05-26T03:01:14.167Z] Vulnerability L1tf: Not affected [2025-05-26T03:01:14.167Z] Vulnerability Mds: Not affected [2025-05-26T03:01:14.167Z] Vulnerability Meltdown: Not affected [2025-05-26T03:01:14.167Z] Vulnerability Mmio stale data: Not affected [2025-05-26T03:01:14.167Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-05-26T03:01:14.167Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-05-26T03:01:14.167Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-05-26T03:01:14.167Z] Vulnerability Srbds: Not affected [2025-05-26T03:01:14.167Z] Vulnerability Tsx async abort: Not affected [2025-05-26T03:01:14.167Z] 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-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] ---> nproc: [2025-05-26T03:01:14.167Z] 8 [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] ---> df -h: [2025-05-26T03:01:14.167Z] Filesystem Size Used Avail Use% Mounted on [2025-05-26T03:01:14.167Z] overlay 155G 31G 125G 20% / [2025-05-26T03:01:14.167Z] tmpfs 64M 0 64M 0% /dev [2025-05-26T03:01:14.167Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-05-26T03:01:14.167Z] shm 64M 0 64M 0% /dev/shm [2025-05-26T03:01:14.167Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] ---> sar -b -r -n DEV: [2025-05-26T03:01:14.167Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2248) 05/26/25 _x86_64_ (8 CPU) [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] 02:09:18 LINUX RESTART (8 CPU) [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] 02:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-05-26T03:01:14.167Z] 02:11:01 227.13 10.94 216.19 0.00 1700.85 86080.40 0.00 [2025-05-26T03:01:14.167Z] 02:12:01 52.92 0.05 52.87 0.00 0.80 26909.00 0.00 [2025-05-26T03:01:14.167Z] 02:13:01 41.29 0.22 41.07 0.00 6.00 21354.22 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 170.25 0.27 169.99 0.00 22.00 93108.22 0.00 [2025-05-26T03:01:14.167Z] 02:15:01 1044.39 14.95 1029.45 0.00 2477.05 300448.06 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 321.28 1.70 319.58 0.00 255.56 126844.99 0.00 [2025-05-26T03:01:14.167Z] 02:17:02 269.93 0.28 269.65 0.00 2.27 96482.96 0.00 [2025-05-26T03:01:14.167Z] 02:18:01 556.57 0.19 556.38 0.00 18.84 160668.23 0.00 [2025-05-26T03:01:14.167Z] 02:19:01 252.54 0.03 252.51 0.00 0.93 6444.13 0.00 [2025-05-26T03:01:14.167Z] 02:20:01 23.35 0.08 23.26 0.00 10.40 567.24 0.00 [2025-05-26T03:01:14.167Z] 02:21:01 6.31 0.00 6.31 0.00 0.00 135.95 0.00 [2025-05-26T03:01:14.167Z] 02:22:01 1.52 0.00 1.52 0.00 0.00 21.86 0.00 [2025-05-26T03:01:14.167Z] 02:23:01 0.92 0.00 0.92 0.00 0.00 9.60 0.00 [2025-05-26T03:01:14.167Z] 02:24:01 1.10 0.00 1.10 0.00 0.00 13.86 0.00 [2025-05-26T03:01:14.167Z] 02:25:01 2.18 0.02 2.17 0.00 0.13 27.46 0.00 [2025-05-26T03:01:14.167Z] 02:26:01 1.80 0.00 1.80 0.00 0.00 20.13 0.00 [2025-05-26T03:01:14.167Z] 02:27:01 1.12 0.00 1.12 0.00 0.00 13.06 0.00 [2025-05-26T03:01:14.167Z] 02:28:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 [2025-05-26T03:01:14.167Z] 02:29:01 1.47 0.00 1.47 0.00 0.00 16.80 0.00 [2025-05-26T03:01:14.167Z] 02:30:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2025-05-26T03:01:14.167Z] 02:31:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 [2025-05-26T03:01:14.167Z] 02:32:01 1.13 0.00 1.13 0.00 0.00 14.40 0.00 [2025-05-26T03:01:14.167Z] 02:33:01 1.15 0.00 1.15 0.00 0.00 11.86 0.00 [2025-05-26T03:01:14.167Z] 02:34:01 2.47 1.32 1.15 0.00 32.26 16.13 0.00 [2025-05-26T03:01:14.167Z] 02:35:01 1.45 0.20 1.25 0.00 3.20 16.00 0.00 [2025-05-26T03:01:14.167Z] 02:36:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 [2025-05-26T03:01:14.167Z] 02:37:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2025-05-26T03:01:14.167Z] 02:38:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 [2025-05-26T03:01:14.167Z] 02:39:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 [2025-05-26T03:01:14.167Z] 02:40:01 1.30 0.00 1.30 0.00 0.00 15.73 0.00 [2025-05-26T03:01:14.167Z] 02:41:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 [2025-05-26T03:01:14.167Z] 02:42:01 1.53 0.00 1.53 0.00 0.00 17.73 0.00 [2025-05-26T03:01:14.167Z] 02:43:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 [2025-05-26T03:01:14.167Z] 02:44:01 1.45 0.00 1.45 0.00 0.00 16.93 0.00 [2025-05-26T03:01:14.167Z] 02:45:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 [2025-05-26T03:01:14.167Z] 02:46:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 [2025-05-26T03:01:14.167Z] 02:47:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2025-05-26T03:01:14.167Z] 02:48:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 [2025-05-26T03:01:14.167Z] 02:49:01 0.87 0.00 0.87 0.00 0.00 10.53 0.00 [2025-05-26T03:01:14.167Z] 02:50:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 [2025-05-26T03:01:14.167Z] 02:51:01 1.02 0.00 1.02 0.00 0.00 12.40 0.00 [2025-05-26T03:01:14.167Z] 02:52:01 1.18 0.00 1.18 0.00 0.00 15.33 0.00 [2025-05-26T03:01:14.167Z] 02:53:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 [2025-05-26T03:01:14.167Z] 02:54:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 [2025-05-26T03:01:14.167Z] 02:55:01 1.15 0.00 1.15 0.00 0.00 13.73 0.00 [2025-05-26T03:01:14.167Z] 02:56:01 1.55 0.00 1.55 0.00 0.00 18.13 0.00 [2025-05-26T03:01:14.167Z] 02:57:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 [2025-05-26T03:01:14.167Z] 02:58:01 3.25 1.02 2.23 0.00 21.86 31.06 0.00 [2025-05-26T03:01:14.167Z] 02:59:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2025-05-26T03:01:14.167Z] 03:00:01 77.75 0.07 77.69 0.00 7.87 24158.11 0.00 [2025-05-26T03:01:14.167Z] 03:01:01 138.46 0.68 137.78 0.00 16.40 37791.43 0.00 [2025-05-26T03:01:14.167Z] Average: 63.24 0.63 62.61 0.00 89.78 19201.40 0.00 [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] 02:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-05-26T03:01:14.167Z] 02:11:01 28081836 31572460 743884 2.26 124844 3566220 1692984 4.99 1111612 3226796 6756 [2025-05-26T03:01:14.167Z] 02:12:01 26595020 31337140 968868 2.95 129236 4718612 2353504 6.94 2053376 3668648 394936 [2025-05-26T03:01:14.167Z] 02:13:01 26302768 31195044 1107664 3.37 135000 4831624 2489656 7.34 1808888 4172104 426940 [2025-05-26T03:01:14.167Z] 02:14:01 23452192 31284464 1018316 3.10 146104 7710224 2466912 7.27 1887344 6886192 2085300 [2025-05-26T03:01:14.167Z] 02:15:01 16340980 31367332 881124 2.68 359028 14232368 2375848 7.00 2871684 12493964 403084 [2025-05-26T03:01:14.167Z] 02:16:01 8808308 29300232 2875476 8.74 410952 19174072 9756420 28.75 5879096 16445388 1841908 [2025-05-26T03:01:14.167Z] 02:17:02 4453488 27659432 4520616 13.75 424952 21771172 9443696 27.83 8687268 17897328 1822672 [2025-05-26T03:01:14.167Z] 02:18:01 8361860 31393924 848656 2.58 435588 21779200 2380576 7.02 3324820 19635104 428 [2025-05-26T03:01:14.167Z] 02:19:01 8326272 31447168 800424 2.43 440944 21860252 2109420 6.22 3552300 19450288 736 [2025-05-26T03:01:14.167Z] 02:20:01 8330868 31453296 793880 2.41 441664 21860860 2089120 6.16 4067284 18930716 640 [2025-05-26T03:01:14.167Z] 02:21:01 8330944 31453348 793636 2.41 441804 21860884 2089628 6.16 4105792 18890596 4 [2025-05-26T03:01:14.167Z] 02:22:01 8333368 31455800 791508 2.41 441848 21860884 2089628 6.16 4103212 18890600 60 [2025-05-26T03:01:14.167Z] 02:23:01 8333320 31455904 791376 2.41 441852 21861016 2089628 6.16 4102988 18890728 12 [2025-05-26T03:01:14.167Z] 02:24:01 8334568 31457168 790424 2.40 441860 21861024 2089628 6.16 4102728 18890732 240 [2025-05-26T03:01:14.167Z] 02:25:01 8348108 31470816 776492 2.36 441888 21860996 2119252 6.25 4088108 18890712 12 [2025-05-26T03:01:14.167Z] 02:26:01 8348344 31471096 776144 2.36 441928 21861000 2119252 6.25 4088076 18890716 8 [2025-05-26T03:01:14.167Z] 02:27:01 8347980 31470760 776340 2.36 441952 21861008 2119252 6.25 4088096 18890720 8 [2025-05-26T03:01:14.167Z] 02:28:01 8348180 31470988 776288 2.36 441960 21861008 2119252 6.25 4088124 18890720 44 [2025-05-26T03:01:14.167Z] 02:29:01 8348156 31471136 776088 2.36 442016 21861140 2119252 6.25 4088188 18890840 8 [2025-05-26T03:01:14.167Z] 02:30:01 8349336 31472360 774864 2.36 442040 21861140 2119252 6.25 4087056 18890852 12 [2025-05-26T03:01:14.167Z] 02:31:01 8349036 31472084 775072 2.36 442068 21861144 2119252 6.25 4087040 18890856 12 [2025-05-26T03:01:14.167Z] 02:32:01 8349020 31472108 774988 2.36 442104 21861148 2119252 6.25 4087076 18890860 60 [2025-05-26T03:01:14.167Z] 02:33:01 8349224 31472344 774692 2.36 442136 21861148 2119252 6.25 4087116 18890860 8 [2025-05-26T03:01:14.167Z] 02:34:01 8343172 31468372 778372 2.37 442176 21862120 2119252 6.25 4092960 18891320 248 [2025-05-26T03:01:14.167Z] 02:35:01 8342412 31467716 779200 2.37 442208 21862200 2119252 6.25 4094784 18891120 24 [2025-05-26T03:01:14.167Z] 02:36:01 8342396 31467740 779156 2.37 442228 21862220 2135392 6.29 4094608 18891124 204 [2025-05-26T03:01:14.167Z] 02:37:01 8342412 31467772 779124 2.37 442240 21862224 2135392 6.29 4094132 18891124 12 [2025-05-26T03:01:14.167Z] 02:38:01 8342596 31467972 779056 2.37 442248 21862228 2135392 6.29 4094396 18891124 8 [2025-05-26T03:01:14.167Z] 02:39:01 8342556 31467944 779032 2.37 442264 21862232 2135392 6.29 4094460 18891128 4 [2025-05-26T03:01:14.167Z] 02:40:01 8342484 31467896 779020 2.37 442292 21862228 2135392 6.29 4094484 18891128 24 [2025-05-26T03:01:14.167Z] 02:41:01 8342476 31467900 778984 2.37 442308 21862236 2135392 6.29 4094180 18891136 16 [2025-05-26T03:01:14.167Z] 02:42:01 8342492 31467972 778920 2.37 442332 21862244 2135392 6.29 4094232 18891140 12 [2025-05-26T03:01:14.167Z] 02:43:01 8342404 31467884 778880 2.37 442356 21862244 2135392 6.29 4094492 18891140 16 [2025-05-26T03:01:14.167Z] 02:44:01 8342420 31467952 778896 2.37 442376 21862248 2135392 6.29 4094552 18891148 4 [2025-05-26T03:01:14.167Z] 02:45:01 8342120 31467652 779124 2.37 442404 21862240 2135392 6.29 4094596 18891148 12 [2025-05-26T03:01:14.167Z] 02:46:01 8342516 31468088 778892 2.37 442424 21862252 2135392 6.29 4094308 18891152 60 [2025-05-26T03:01:14.167Z] 02:47:01 8341916 31467524 779448 2.37 442436 21862256 2135392 6.29 4095920 18891156 36 [2025-05-26T03:01:14.167Z] 02:48:01 8341372 31467008 779872 2.37 442460 21862256 2135392 6.29 4096388 18891156 12 [2025-05-26T03:01:14.167Z] 02:49:01 8340828 31466480 780340 2.37 442468 21862260 2118692 6.24 4096316 18891160 28 [2025-05-26T03:01:14.167Z] 02:50:01 8340748 31466420 780320 2.37 442488 21862260 2118692 6.24 4096544 18891160 80 [2025-05-26T03:01:14.167Z] 02:51:01 8340700 31466392 780280 2.37 442512 21862264 2118692 6.24 4096660 18891164 220 [2025-05-26T03:01:14.167Z] 02:52:01 8340552 31466300 780480 2.37 442524 21862272 2118692 6.24 4096448 18891168 272 [2025-05-26T03:01:14.167Z] 02:53:01 8340836 31466616 780168 2.37 442556 21862272 2118692 6.24 4096172 18891168 16 [2025-05-26T03:01:14.167Z] 02:54:01 8340724 31466524 780204 2.37 442584 21862276 2118692 6.24 4096208 18891172 8 [2025-05-26T03:01:14.167Z] 02:55:01 8340680 31466504 780352 2.37 442608 21862276 2118692 6.24 4096696 18891180 36 [2025-05-26T03:01:14.167Z] 02:56:01 8340688 31466540 780312 2.37 442632 21862284 2118692 6.24 4096268 18891184 12 [2025-05-26T03:01:14.167Z] 02:57:01 8340380 31466256 780548 2.37 442640 21862288 2118692 6.24 4096288 18891188 28 [2025-05-26T03:01:14.167Z] 02:58:01 8336040 31462968 783532 2.38 442716 21862928 2157696 6.36 4096472 18891740 4 [2025-05-26T03:01:14.167Z] 02:59:01 8335984 31462936 783512 2.38 442728 21862932 2157696 6.36 4096772 18891744 8 [2025-05-26T03:01:14.167Z] 03:00:01 7556648 31417000 826916 2.51 446364 22541668 2194364 6.47 4139188 19570700 372 [2025-05-26T03:01:14.167Z] 03:01:01 6368708 31396012 847188 2.58 475988 23568020 2413384 7.11 4241164 20544756 427008 [2025-05-26T03:01:14.167Z] Average: 9771028 31333936 914842 2.78 416065 20396619 2442743 7.20 3986411 17640648 145347 [2025-05-26T03:01:14.167Z] [2025-05-26T03:01:14.167Z] 02:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-05-26T03:01:14.167Z] 02:11:01 ens3 1151.56 988.48 11617.32 103.40 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:11:01 lo 4.46 4.46 0.44 0.44 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:11:01 docker0 812.41 861.25 58.92 4641.52 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:12:01 ens3 44.19 28.63 41.03 18.18 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:12:01 veth444072f 0.10 0.30 0.01 0.02 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:12:01 docker0 0.10 0.20 0.01 0.02 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:13:01 ens3 26.96 17.63 22.17 13.50 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:13:01 veth444072f 1.27 1.28 0.11 0.11 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:13:01 docker0 1.27 1.27 0.09 0.11 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 ens3 105.13 70.25 2221.52 19.06 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 veth9e416c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 vetha0adf64 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 lo 1.27 1.27 0.11 0.11 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 vethe04aeb7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 docker0 0.35 0.28 0.03 0.12 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 veth1c4bb83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 veth096bca0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 vetha69edce 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:14:01 veth051002f 0.35 0.40 0.03 0.13 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:15:01 veth7a7eaae 75.79 149.73 7.85 1227.96 0.00 0.00 0.00 0.10 [2025-05-26T03:01:14.167Z] 02:15:01 vethf59d2f9 72.05 138.88 7.58 1226.00 0.00 0.00 0.00 0.10 [2025-05-26T03:01:14.167Z] 02:15:01 ens3 1265.37 693.55 11958.93 225.24 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:15:01 lo 0.53 0.53 0.06 0.06 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:15:01 veth61c4633 71.69 146.31 7.63 1231.72 0.00 0.00 0.00 0.10 [2025-05-26T03:01:14.167Z] 02:15:01 veth9213692 76.24 153.21 7.86 1226.02 0.00 0.00 0.00 0.10 [2025-05-26T03:01:14.167Z] 02:15:01 docker0 510.13 996.32 44.27 8792.46 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:15:01 vethfd07f99 79.89 165.84 8.09 1227.13 0.00 0.00 0.00 0.10 [2025-05-26T03:01:14.167Z] 02:15:01 veth0a387c5 71.85 134.18 7.59 1241.03 0.00 0.00 0.00 0.10 [2025-05-26T03:01:14.167Z] 02:15:01 veth051002f 0.07 0.93 0.00 0.04 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 vethe6f88a9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 veth126d568 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 ens3 13.01 6.93 10.79 5.70 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 vethd0e4041 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 vethcf0ea99 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 veth6da51da 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 veth7d5e819 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 vethe401bf0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 vethf268088 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 veth9e93981 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 veth27b4ac8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 veth6d59988 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.167Z] 02:16:01 vethde0981a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:16:01 veth051002f 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 vethe6f88a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 veth126d568 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 ens3 1.42 0.70 1.13 0.60 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 vethd0e4041 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 vethcf0ea99 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 veth6da51da 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 veth7d5e819 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 vethe401bf0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 vethf268088 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 veth9e93981 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 veth27b4ac8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 veth6d59988 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 vethde0981a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 veth051002f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:18:01 ens3 7.39 4.12 5.89 3.21 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:18:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:18:01 veth9712e97 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:18:01 veth1a81ec5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:18:01 veth051002f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:19:01 ens3 399.93 402.75 222.40 1517.59 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:19:01 lo 48.93 48.93 4.83 4.83 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:20:01 ens3 361.42 363.14 134.83 2654.49 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:20:01 lo 25.33 25.33 2.49 2.49 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:21:01 ens3 46.70 44.82 28.65 217.31 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:21:01 lo 5.40 5.40 0.53 0.53 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:22:01 ens3 0.48 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:24:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:25:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:26:01 ens3 0.15 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:27:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:28:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:29:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:30:01 ens3 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:32:01 ens3 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:33:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:34:01 ens3 4.48 3.55 3.29 4.08 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:35:01 ens3 3.93 3.30 2.31 2.39 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:36:01 ens3 0.52 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:38:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:40:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:42:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:43:01 ens3 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:44:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:45:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:46:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:47:01 ens3 0.67 2.23 0.04 13.62 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:48:01 ens3 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:50:01 ens3 2.70 4.75 0.24 7.23 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:51:01 ens3 0.10 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:54:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:55:01 ens3 7.10 14.21 0.87 21.76 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:56:01 ens3 0.17 0.15 0.06 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 03:00:01 ens3 153.92 119.11 3928.41 86.25 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 03:00:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 03:00:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 03:00:01 veth8628925 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 03:01:01 ens3 380.27 235.76 6664.09 58.37 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 03:01:01 lo 2.27 2.27 0.24 0.24 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] 03:01:01 docker0 60.19 102.60 5.82 876.25 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] Average: ens3 78.09 58.99 723.21 97.53 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] Average: lo 1.85 1.85 0.18 0.18 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] Average: docker0 27.17 38.49 2.14 280.74 0.00 0.00 0.00 0.00 [2025-05-26T03:01:14.168Z] [2025-05-26T03:01:14.168Z] [2025-05-26T03:01:14.168Z] ---> sar -P ALL: [2025-05-26T03:01:14.168Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2248) 05/26/25 _x86_64_ (8 CPU) [2025-05-26T03:01:14.168Z] [2025-05-26T03:01:14.168Z] 02:09:18 LINUX RESTART (8 CPU) [2025-05-26T03:01:14.168Z] [2025-05-26T03:01:14.168Z] 02:10:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T03:01:14.168Z] 02:11:01 all 10.01 0.00 4.62 3.28 0.07 82.02 [2025-05-26T03:01:14.168Z] 02:11:01 0 8.72 0.00 3.10 3.42 0.07 84.70 [2025-05-26T03:01:14.168Z] 02:11:01 1 11.51 0.00 4.86 0.31 0.07 83.25 [2025-05-26T03:01:14.168Z] 02:11:01 2 11.68 0.00 5.91 1.84 0.07 80.51 [2025-05-26T03:01:14.168Z] 02:11:01 3 8.72 0.00 5.60 1.64 0.07 83.97 [2025-05-26T03:01:14.168Z] 02:11:01 4 8.77 0.00 3.95 0.71 0.07 86.50 [2025-05-26T03:01:14.168Z] 02:11:01 5 10.74 0.00 3.87 0.30 0.05 85.04 [2025-05-26T03:01:14.168Z] 02:11:01 6 9.94 0.00 5.78 17.26 0.08 66.94 [2025-05-26T03:01:14.168Z] 02:11:01 7 10.04 0.00 3.93 0.89 0.05 85.09 [2025-05-26T03:01:14.168Z] 02:12:01 all 42.52 0.00 6.57 1.09 0.09 49.73 [2025-05-26T03:01:14.168Z] 02:12:01 0 46.74 0.00 6.09 1.01 0.10 46.06 [2025-05-26T03:01:14.168Z] 02:12:01 1 42.35 0.00 6.64 0.05 0.12 50.84 [2025-05-26T03:01:14.168Z] 02:12:01 2 43.05 0.00 6.37 0.05 0.07 50.47 [2025-05-26T03:01:14.168Z] 02:12:01 3 39.16 0.00 6.12 0.02 0.08 54.61 [2025-05-26T03:01:14.168Z] 02:12:01 4 41.20 0.00 5.94 0.07 0.08 52.71 [2025-05-26T03:01:14.168Z] 02:12:01 5 43.85 0.00 6.93 7.30 0.12 41.81 [2025-05-26T03:01:14.168Z] 02:12:01 6 40.83 0.00 8.07 0.13 0.08 50.88 [2025-05-26T03:01:14.168Z] 02:12:01 7 42.98 0.00 6.40 0.08 0.08 50.45 [2025-05-26T03:01:14.168Z] 02:13:01 all 55.55 0.00 7.30 1.00 0.11 36.04 [2025-05-26T03:01:14.168Z] 02:13:01 0 55.58 0.00 7.35 1.48 0.10 35.49 [2025-05-26T03:01:14.168Z] 02:13:01 1 55.56 0.00 7.31 0.22 0.12 36.80 [2025-05-26T03:01:14.168Z] 02:13:01 2 55.84 0.00 7.26 0.79 0.12 35.98 [2025-05-26T03:01:14.168Z] 02:13:01 3 54.97 0.00 7.85 0.12 0.10 36.97 [2025-05-26T03:01:14.168Z] 02:13:01 4 56.03 0.00 7.18 0.17 0.10 36.52 [2025-05-26T03:01:14.168Z] 02:13:01 5 54.82 0.00 7.32 4.51 0.10 33.25 [2025-05-26T03:01:14.168Z] 02:13:01 6 55.49 0.00 6.89 0.64 0.08 36.90 [2025-05-26T03:01:14.168Z] 02:13:01 7 56.12 0.00 7.28 0.07 0.12 36.42 [2025-05-26T03:01:14.168Z] 02:14:01 all 31.99 0.00 7.25 3.69 0.09 56.98 [2025-05-26T03:01:14.168Z] 02:14:01 0 31.52 0.00 7.41 1.45 0.08 59.55 [2025-05-26T03:01:14.168Z] 02:14:01 1 32.02 0.00 7.63 4.04 0.08 56.22 [2025-05-26T03:01:14.168Z] 02:14:01 2 32.78 0.00 6.89 2.75 0.08 57.49 [2025-05-26T03:01:14.168Z] 02:14:01 3 32.16 0.00 6.97 2.96 0.10 57.81 [2025-05-26T03:01:14.168Z] 02:14:01 4 32.20 0.00 6.81 1.67 0.10 59.22 [2025-05-26T03:01:14.168Z] 02:14:01 5 31.68 0.00 8.68 7.75 0.08 51.82 [2025-05-26T03:01:14.168Z] 02:14:01 6 31.99 0.00 7.15 3.47 0.10 57.29 [2025-05-26T03:01:14.168Z] 02:14:01 7 31.62 0.00 6.44 5.40 0.08 56.46 [2025-05-26T03:01:14.168Z] 02:15:01 all 18.79 0.00 8.67 23.84 0.09 48.61 [2025-05-26T03:01:14.168Z] 02:15:01 0 20.77 0.00 8.90 17.13 0.12 53.09 [2025-05-26T03:01:14.168Z] 02:15:01 1 19.78 0.00 8.63 23.27 0.08 48.23 [2025-05-26T03:01:14.168Z] 02:15:01 2 18.74 0.00 7.99 18.28 0.10 54.88 [2025-05-26T03:01:14.168Z] 02:15:01 3 19.67 0.00 8.98 31.22 0.12 40.00 [2025-05-26T03:01:14.168Z] 02:15:01 4 19.27 0.00 9.29 44.11 0.09 27.25 [2025-05-26T03:01:14.168Z] 02:15:01 5 16.60 0.00 9.52 22.03 0.08 51.77 [2025-05-26T03:01:14.168Z] 02:15:01 6 16.16 0.00 7.44 10.73 0.08 65.58 [2025-05-26T03:01:14.168Z] 02:15:01 7 19.34 0.00 8.63 24.03 0.07 47.93 [2025-05-26T03:01:14.168Z] 02:16:01 all 63.34 0.00 10.31 9.91 0.12 16.31 [2025-05-26T03:01:14.168Z] 02:16:01 0 63.28 0.00 10.89 5.73 0.12 19.99 [2025-05-26T03:01:14.168Z] 02:16:01 1 65.05 0.00 10.50 18.51 0.12 5.83 [2025-05-26T03:01:14.168Z] 02:16:01 2 63.48 0.00 9.84 8.23 0.12 18.34 [2025-05-26T03:01:14.168Z] 02:16:01 3 63.05 0.00 10.96 7.92 0.14 17.93 [2025-05-26T03:01:14.168Z] 02:16:01 4 63.73 0.00 10.48 19.10 0.12 6.58 [2025-05-26T03:01:14.168Z] 02:16:01 5 62.92 0.00 9.98 9.56 0.13 17.41 [2025-05-26T03:01:14.168Z] 02:16:01 6 62.57 0.00 9.89 5.31 0.12 22.12 [2025-05-26T03:01:14.168Z] 02:16:01 7 62.65 0.00 9.91 4.85 0.13 22.46 [2025-05-26T03:01:14.168Z] 02:17:02 all 88.66 0.00 9.66 1.53 0.14 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 0 88.42 0.00 9.60 1.83 0.15 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 1 89.77 0.00 8.91 1.17 0.15 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 2 88.68 0.00 9.80 1.40 0.12 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 3 88.69 0.00 9.80 1.35 0.17 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 4 89.21 0.00 9.00 1.66 0.13 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 5 88.19 0.00 10.03 1.64 0.14 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 6 88.77 0.00 9.43 1.65 0.15 0.00 [2025-05-26T03:01:14.168Z] 02:17:02 7 87.55 0.00 10.72 1.58 0.15 0.00 [2025-05-26T03:01:14.168Z] 02:18:01 all 66.49 0.00 8.15 6.39 0.12 18.84 [2025-05-26T03:01:14.168Z] 02:18:01 0 66.39 0.00 7.81 6.72 0.10 18.98 [2025-05-26T03:01:14.168Z] 02:18:01 1 67.80 0.00 8.28 3.55 0.10 20.27 [2025-05-26T03:01:14.168Z] 02:18:01 2 65.78 0.00 8.29 6.60 0.14 19.20 [2025-05-26T03:01:14.168Z] 02:18:01 3 66.03 0.00 8.63 6.02 0.15 19.16 [2025-05-26T03:01:14.168Z] 02:18:01 4 66.39 0.00 8.10 2.28 0.12 23.11 [2025-05-26T03:01:14.168Z] 02:18:01 5 66.51 0.00 8.65 21.22 0.12 3.49 [2025-05-26T03:01:14.168Z] 02:18:01 6 66.47 0.00 7.48 1.62 0.12 24.31 [2025-05-26T03:01:14.168Z] 02:18:01 7 66.54 0.00 8.00 3.19 0.14 22.14 [2025-05-26T03:01:14.168Z] 02:19:01 all 6.81 0.00 1.57 2.72 0.07 88.84 [2025-05-26T03:01:14.168Z] 02:19:01 0 6.01 0.00 1.47 2.09 0.05 90.38 [2025-05-26T03:01:14.168Z] 02:19:01 1 6.66 0.00 1.49 2.17 0.07 89.62 [2025-05-26T03:01:14.168Z] 02:19:01 2 7.59 0.00 1.54 1.54 0.07 89.26 [2025-05-26T03:01:14.168Z] 02:19:01 3 6.65 0.00 1.58 3.62 0.08 88.06 [2025-05-26T03:01:14.169Z] 02:19:01 4 6.45 0.00 1.69 2.23 0.05 89.58 [2025-05-26T03:01:14.169Z] 02:19:01 5 4.87 0.00 1.53 4.68 0.08 88.84 [2025-05-26T03:01:14.169Z] 02:19:01 6 8.21 0.00 1.51 1.46 0.07 88.76 [2025-05-26T03:01:14.169Z] 02:19:01 7 8.02 0.00 1.73 4.01 0.07 86.18 [2025-05-26T03:01:14.169Z] 02:20:01 all 10.31 0.00 0.70 0.06 0.06 88.87 [2025-05-26T03:01:14.169Z] 02:20:01 0 6.84 0.00 0.59 0.03 0.05 92.49 [2025-05-26T03:01:14.169Z] 02:20:01 1 5.10 0.00 0.48 0.02 0.05 94.35 [2025-05-26T03:01:14.169Z] 02:20:01 2 14.41 0.00 0.79 0.15 0.08 84.57 [2025-05-26T03:01:14.169Z] 02:20:01 3 14.03 0.00 0.65 0.02 0.07 85.24 [2025-05-26T03:01:14.169Z] 02:20:01 4 5.10 0.00 0.70 0.05 0.05 94.10 [2025-05-26T03:01:14.169Z] 02:20:01 5 13.86 0.00 0.83 0.20 0.07 85.04 [2025-05-26T03:01:14.169Z] 02:20:01 6 14.16 0.00 0.80 0.02 0.08 84.94 [2025-05-26T03:01:14.169Z] 02:20:01 7 9.04 0.00 0.73 0.00 0.05 90.18 [2025-05-26T03:01:14.169Z] 02:21:01 all 1.01 0.00 0.16 0.06 0.02 98.76 [2025-05-26T03:01:14.169Z] 02:21:01 0 1.63 0.00 0.18 0.00 0.02 98.17 [2025-05-26T03:01:14.169Z] 02:21:01 1 0.42 0.00 0.10 0.03 0.02 99.43 [2025-05-26T03:01:14.169Z] 02:21:01 2 1.88 0.00 0.15 0.08 0.02 97.87 [2025-05-26T03:01:14.169Z] 02:21:01 3 0.28 0.00 0.13 0.00 0.02 99.57 [2025-05-26T03:01:14.169Z] 02:21:01 4 0.93 0.00 0.15 0.32 0.02 98.58 [2025-05-26T03:01:14.169Z] 02:21:01 5 0.28 0.00 0.17 0.03 0.02 99.50 [2025-05-26T03:01:14.169Z] 02:21:01 6 0.94 0.00 0.15 0.00 0.02 98.90 [2025-05-26T03:01:14.169Z] 02:21:01 7 1.68 0.00 0.22 0.00 0.03 98.07 [2025-05-26T03:01:14.169Z] [2025-05-26T03:01:14.169Z] 02:21:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T03:01:14.169Z] 02:22:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-05-26T03:01:14.169Z] 02:22:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:22:01 1 0.05 0.00 0.05 0.00 0.03 99.87 [2025-05-26T03:01:14.169Z] 02:22:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:22:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:22:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:22:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:22:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2025-05-26T03:01:14.169Z] 02:23:01 all 0.15 0.00 0.01 0.00 0.01 99.83 [2025-05-26T03:01:14.169Z] 02:23:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:23:01 1 0.95 0.00 0.05 0.00 0.05 98.95 [2025-05-26T03:01:14.169Z] 02:23:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:23:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:23:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:23:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:23:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:23:01 7 0.08 0.00 0.05 0.00 0.02 99.85 [2025-05-26T03:01:14.169Z] 02:24:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-05-26T03:01:14.169Z] 02:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:24:01 1 2.00 0.00 0.05 0.00 0.02 97.93 [2025-05-26T03:01:14.169Z] 02:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:24:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:24:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2025-05-26T03:01:14.169Z] 02:25:01 all 0.21 0.00 0.05 0.01 0.01 99.72 [2025-05-26T03:01:14.169Z] 02:25:01 0 0.02 0.00 0.07 0.00 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:25:01 1 1.45 0.00 0.07 0.00 0.02 98.46 [2025-05-26T03:01:14.169Z] 02:25:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2025-05-26T03:01:14.169Z] 02:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:25:01 4 0.00 0.00 0.03 0.08 0.02 99.87 [2025-05-26T03:01:14.169Z] 02:25:01 5 0.07 0.00 0.07 0.00 0.02 99.85 [2025-05-26T03:01:14.169Z] 02:25:01 6 0.00 0.00 0.03 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:25:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2025-05-26T03:01:14.169Z] 02:26:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-05-26T03:01:14.169Z] 02:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:26:01 4 0.00 0.00 0.00 0.03 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:26:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:27:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-05-26T03:01:14.169Z] 02:27:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:27:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-05-26T03:01:14.169Z] 02:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:27:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:27:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.169Z] 02:28:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-05-26T03:01:14.169Z] 02:28:01 0 0.05 0.00 0.02 0.02 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:28:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:28:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.169Z] 02:28:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:28:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:28:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:29:01 all 0.05 0.00 0.01 0.01 0.01 99.92 [2025-05-26T03:01:14.169Z] 02:29:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2025-05-26T03:01:14.169Z] 02:29:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:29:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2025-05-26T03:01:14.169Z] 02:29:01 3 0.15 0.00 0.02 0.00 0.03 99.80 [2025-05-26T03:01:14.169Z] 02:29:01 4 0.02 0.00 0.02 0.12 0.00 99.85 [2025-05-26T03:01:14.169Z] 02:29:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:30:01 all 0.03 0.00 0.01 0.01 0.02 99.94 [2025-05-26T03:01:14.169Z] 02:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:30:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.169Z] 02:30:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:30:01 3 0.07 0.00 0.02 0.00 0.03 99.88 [2025-05-26T03:01:14.169Z] 02:30:01 4 0.02 0.00 0.00 0.05 0.02 99.92 [2025-05-26T03:01:14.169Z] 02:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:30:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:31:01 all 0.22 0.00 0.02 0.00 0.01 99.75 [2025-05-26T03:01:14.169Z] 02:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:31:01 1 1.55 0.00 0.02 0.00 0.02 98.42 [2025-05-26T03:01:14.169Z] 02:31:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-05-26T03:01:14.169Z] 02:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-05-26T03:01:14.169Z] 02:31:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:31:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:32:01 all 0.17 0.00 0.01 0.00 0.01 99.81 [2025-05-26T03:01:14.169Z] 02:32:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:32:01 1 1.21 0.00 0.00 0.00 0.02 98.78 [2025-05-26T03:01:14.169Z] 02:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:32:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:32:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] [2025-05-26T03:01:14.169Z] 02:32:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T03:01:14.169Z] 02:33:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2025-05-26T03:01:14.169Z] 02:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:33:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2025-05-26T03:01:14.169Z] 02:33:01 3 0.10 0.00 0.02 0.00 0.03 99.85 [2025-05-26T03:01:14.169Z] 02:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2025-05-26T03:01:14.169Z] 02:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:33:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:34:01 all 0.22 0.00 0.03 0.01 0.01 99.73 [2025-05-26T03:01:14.169Z] 02:34:01 0 0.23 0.00 0.08 0.00 0.00 99.68 [2025-05-26T03:01:14.169Z] 02:34:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2025-05-26T03:01:14.169Z] 02:34:01 2 0.07 0.00 0.02 0.02 0.02 99.88 [2025-05-26T03:01:14.169Z] 02:34:01 3 0.68 0.00 0.03 0.00 0.02 99.27 [2025-05-26T03:01:14.169Z] 02:34:01 4 0.12 0.00 0.00 0.02 0.02 99.85 [2025-05-26T03:01:14.169Z] 02:34:01 5 0.30 0.00 0.05 0.03 0.02 99.60 [2025-05-26T03:01:14.169Z] 02:34:01 6 0.12 0.00 0.02 0.00 0.02 99.85 [2025-05-26T03:01:14.169Z] 02:34:01 7 0.15 0.00 0.02 0.00 0.00 99.83 [2025-05-26T03:01:14.169Z] 02:35:01 all 0.08 0.00 0.01 0.01 0.00 99.89 [2025-05-26T03:01:14.169Z] 02:35:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2025-05-26T03:01:14.169Z] 02:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:35:01 3 0.15 0.00 0.03 0.00 0.02 99.80 [2025-05-26T03:01:14.169Z] 02:35:01 4 0.07 0.00 0.00 0.07 0.00 99.87 [2025-05-26T03:01:14.169Z] 02:35:01 5 0.18 0.00 0.02 0.02 0.00 99.78 [2025-05-26T03:01:14.169Z] 02:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:35:01 7 0.10 0.00 0.02 0.00 0.00 99.88 [2025-05-26T03:01:14.169Z] 02:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-05-26T03:01:14.169Z] 02:36:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:36:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-05-26T03:01:14.169Z] 02:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:36:01 4 0.00 0.00 0.00 0.03 0.00 99.97 [2025-05-26T03:01:14.169Z] 02:36:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2025-05-26T03:01:14.169Z] 02:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:37:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2025-05-26T03:01:14.169Z] 02:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:37:01 1 0.33 0.00 0.00 0.00 0.02 99.65 [2025-05-26T03:01:14.169Z] 02:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:37:01 3 0.02 0.00 0.07 0.00 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:37:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:37:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:38:01 all 0.09 0.00 0.01 0.00 0.01 99.89 [2025-05-26T03:01:14.169Z] 02:38:01 0 0.10 0.00 0.03 0.02 0.02 99.83 [2025-05-26T03:01:14.169Z] 02:38:01 1 0.33 0.00 0.02 0.00 0.00 99.65 [2025-05-26T03:01:14.169Z] 02:38:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:38:01 4 0.07 0.00 0.02 0.02 0.00 99.90 [2025-05-26T03:01:14.169Z] 02:38:01 5 0.08 0.00 0.00 0.00 0.00 99.92 [2025-05-26T03:01:14.169Z] 02:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:38:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-05-26T03:01:14.169Z] 02:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-05-26T03:01:14.169Z] 02:39:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:39:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:39:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2025-05-26T03:01:14.169Z] 02:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:39:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:40:01 all 0.04 0.00 0.01 0.01 0.01 99.92 [2025-05-26T03:01:14.169Z] 02:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2025-05-26T03:01:14.169Z] 02:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.169Z] 02:40:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.169Z] 02:40:01 3 0.08 0.00 0.05 0.00 0.02 99.85 [2025-05-26T03:01:14.169Z] 02:40:01 4 0.02 0.00 0.00 0.12 0.02 99.85 [2025-05-26T03:01:14.169Z] 02:40:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2025-05-26T03:01:14.169Z] 02:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:40:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:41:01 all 0.02 0.00 0.01 0.21 0.00 99.75 [2025-05-26T03:01:14.169Z] 02:41:01 0 0.00 0.00 0.02 0.02 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:41:01 4 0.03 0.00 0.02 1.63 0.00 98.32 [2025-05-26T03:01:14.169Z] 02:41:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-05-26T03:01:14.169Z] 02:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:42:01 all 0.03 0.00 0.01 0.00 0.02 99.94 [2025-05-26T03:01:14.169Z] 02:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:42:01 3 0.07 0.00 0.05 0.00 0.03 99.85 [2025-05-26T03:01:14.169Z] 02:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:42:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.169Z] 02:42:01 6 0.00 0.00 0.00 0.02 0.02 99.97 [2025-05-26T03:01:14.169Z] 02:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:43:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2025-05-26T03:01:14.169Z] 02:43:01 0 0.02 0.00 0.05 0.02 0.02 99.90 [2025-05-26T03:01:14.169Z] 02:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.169Z] 02:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.169Z] 02:43:01 4 0.02 0.00 0.02 0.05 0.00 99.92 [2025-05-26T03:01:14.169Z] 02:43:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.169Z] 02:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] 02:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.169Z] [2025-05-26T03:01:14.169Z] 02:43:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T03:01:14.169Z] 02:44:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-05-26T03:01:14.169Z] 02:44:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-26T03:01:14.169Z] 02:44:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:44:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:44:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:44:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-05-26T03:01:14.170Z] 02:44:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:44:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:45:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-05-26T03:01:14.170Z] 02:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:45:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:45:01 4 0.00 0.00 0.00 0.07 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:45:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:45:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:46:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2025-05-26T03:01:14.170Z] 02:46:01 0 0.05 0.00 0.02 0.02 0.02 99.90 [2025-05-26T03:01:14.170Z] 02:46:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:46:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:46:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2025-05-26T03:01:14.170Z] 02:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:46:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:46:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-05-26T03:01:14.170Z] 02:46:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:47:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2025-05-26T03:01:14.170Z] 02:47:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2025-05-26T03:01:14.170Z] 02:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:47:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:47:01 3 0.20 0.00 0.02 0.00 0.03 99.75 [2025-05-26T03:01:14.170Z] 02:47:01 4 0.03 0.00 0.02 0.02 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:47:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:47:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:48:01 all 0.02 0.00 0.02 0.01 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:48:01 4 0.02 0.00 0.02 0.05 0.00 99.92 [2025-05-26T03:01:14.170Z] 02:48:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2025-05-26T03:01:14.170Z] 02:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:49:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-05-26T03:01:14.170Z] 02:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:49:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:49:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:49:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:50:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-05-26T03:01:14.170Z] 02:50:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:50:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:50:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2025-05-26T03:01:14.170Z] 02:50:01 3 0.10 0.00 0.02 0.00 0.02 99.87 [2025-05-26T03:01:14.170Z] 02:50:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:50:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:50:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:51:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:51:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:51:01 4 0.00 0.00 0.00 0.05 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:51:01 5 0.07 0.00 0.00 0.00 0.02 99.92 [2025-05-26T03:01:14.170Z] 02:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:52:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-05-26T03:01:14.170Z] 02:52:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:52:01 2 0.07 0.00 0.02 0.00 0.00 99.92 [2025-05-26T03:01:14.170Z] 02:52:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:52:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:52:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2025-05-26T03:01:14.170Z] 02:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:53:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-05-26T03:01:14.170Z] 02:53:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:53:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-05-26T03:01:14.170Z] 02:53:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:53:01 4 0.03 0.00 0.00 0.03 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:53:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-26T03:01:14.170Z] 02:53:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:53:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:54:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-05-26T03:01:14.170Z] 02:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:54:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:54:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:54:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2025-05-26T03:01:14.170Z] 02:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] [2025-05-26T03:01:14.170Z] 02:54:01 CPU %user %nice %system %iowait %steal %idle [2025-05-26T03:01:14.170Z] 02:55:01 all 0.04 0.00 0.02 0.01 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:55:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:55:01 4 0.03 0.00 0.00 0.07 0.02 99.88 [2025-05-26T03:01:14.170Z] 02:55:01 5 0.10 0.00 0.03 0.00 0.00 99.87 [2025-05-26T03:01:14.170Z] 02:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:55:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:56:01 all 0.01 0.00 0.01 0.01 0.01 99.95 [2025-05-26T03:01:14.170Z] 02:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:56:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-05-26T03:01:14.170Z] 02:56:01 4 0.00 0.00 0.00 0.07 0.00 99.93 [2025-05-26T03:01:14.170Z] 02:56:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2025-05-26T03:01:14.170Z] 02:56:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:56:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:57:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-05-26T03:01:14.170Z] 02:57:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:57:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:57:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:57:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2025-05-26T03:01:14.170Z] 02:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:58:01 all 0.04 0.00 0.03 0.01 0.01 99.91 [2025-05-26T03:01:14.170Z] 02:58:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:58:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2025-05-26T03:01:14.170Z] 02:58:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2025-05-26T03:01:14.170Z] 02:58:01 4 0.05 0.00 0.03 0.03 0.02 99.87 [2025-05-26T03:01:14.170Z] 02:58:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2025-05-26T03:01:14.170Z] 02:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:58:01 7 0.15 0.00 0.08 0.03 0.00 99.73 [2025-05-26T03:01:14.170Z] 02:59:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2025-05-26T03:01:14.170Z] 02:59:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:59:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 02:59:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-05-26T03:01:14.170Z] 02:59:01 4 0.08 0.00 0.02 0.00 0.03 99.87 [2025-05-26T03:01:14.170Z] 02:59:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-05-26T03:01:14.170Z] 02:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-26T03:01:14.170Z] 02:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-26T03:01:14.170Z] 03:00:01 all 3.16 0.00 1.56 1.73 0.03 93.52 [2025-05-26T03:01:14.170Z] 03:00:01 0 2.27 0.00 1.99 0.15 0.03 95.56 [2025-05-26T03:01:14.170Z] 03:00:01 1 3.40 0.00 1.07 0.03 0.03 95.45 [2025-05-26T03:01:14.170Z] 03:00:01 2 3.11 0.00 1.06 0.32 0.03 95.48 [2025-05-26T03:01:14.170Z] 03:00:01 3 2.91 0.00 1.15 0.08 0.02 95.84 [2025-05-26T03:01:14.170Z] 03:00:01 4 3.80 0.00 1.78 11.12 0.05 83.25 [2025-05-26T03:01:14.170Z] 03:00:01 5 2.85 0.00 1.91 0.03 0.03 95.17 [2025-05-26T03:01:14.170Z] 03:00:01 6 3.82 0.00 1.53 2.03 0.03 92.59 [2025-05-26T03:01:14.170Z] 03:00:01 7 3.14 0.00 1.95 0.05 0.02 94.84 [2025-05-26T03:01:14.170Z] 03:01:01 all 8.40 0.00 3.52 2.88 0.08 85.12 [2025-05-26T03:01:14.170Z] 03:01:01 0 7.29 0.00 3.10 0.39 0.05 89.18 [2025-05-26T03:01:14.170Z] 03:01:01 1 11.03 0.00 4.43 13.94 0.15 70.46 [2025-05-26T03:01:14.170Z] 03:01:01 2 9.29 0.00 3.27 0.94 0.05 86.45 [2025-05-26T03:01:14.170Z] 03:01:01 3 8.06 0.00 3.72 1.72 0.05 86.45 [2025-05-26T03:01:14.170Z] 03:01:01 4 7.64 0.00 3.48 0.64 0.13 88.11 [2025-05-26T03:01:14.170Z] 03:01:01 5 7.72 0.00 2.65 0.62 0.05 88.96 [2025-05-26T03:01:14.170Z] 03:01:01 6 7.59 0.00 3.53 3.96 0.07 84.85 [2025-05-26T03:01:14.170Z] 03:01:01 7 8.62 0.00 4.01 0.88 0.05 86.45 [2025-05-26T03:01:14.170Z] Average: all 7.96 0.00 1.37 1.14 0.03 89.51 [2025-05-26T03:01:14.170Z] Average: 0 7.92 0.00 1.35 0.81 0.03 89.90 [2025-05-26T03:01:14.170Z] Average: 1 8.16 0.00 1.38 1.31 0.03 89.12 [2025-05-26T03:01:14.170Z] Average: 2 8.13 0.00 1.36 0.83 0.02 89.66 [2025-05-26T03:01:14.170Z] Average: 3 7.89 0.00 1.42 1.10 0.03 89.56 [2025-05-26T03:01:14.170Z] Average: 4 7.82 0.00 1.34 1.69 0.03 89.13 [2025-05-26T03:01:14.170Z] Average: 5 7.90 0.00 1.41 1.55 0.03 89.11 [2025-05-26T03:01:14.170Z] Average: 6 7.91 0.00 1.36 0.93 0.03 89.77 [2025-05-26T03:01:14.170Z] Average: 7 7.92 0.00 1.37 0.87 0.02 89.82 [2025-05-26T03:01:14.170Z] [2025-05-26T03:01:14.170Z] [2025-05-26T03:01:14.170Z]