Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a4fc37660b1b21c16fcdbb2815343e7b100a20fe 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-ssh10609668553358847374.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-ssh5458142428626631595.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-ssh3730208777103617338.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-ssh15195747086989783445.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-ssh6454875414676370041.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 ‘prd-ubuntu20.04-docker-8c-8g-2253’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2256 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/839 [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/839 # 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 a4fc37660b1b21c16fcdbb2815343e7b100a20fe (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4fc37660b1b21c16fcdbb2815343e7b100a20fe # timeout=10 Commit message: "build(deps): Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 (#5149)" > git rev-list --no-walk 8f18bd432991bc9b7178bd9dd6a7cbf8b3029c85 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-26T03:08:16.556Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-26T03:08:16.762Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-26T03:08:16.809Z] ========================================================= [2025-05-26T03:08:16.809Z] EdgeX Global Pipelines Version Info [2025-05-26T03:08:16.809Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:08:17.908Z] ------------------- [2025-05-26T03:08:17.908Z] stable info: [2025-05-26T03:08:17.908Z] ------------------- [2025-05-26T03:08:17.908Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-26T03:08:17.908Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-26T03:08:17.908Z] Message: update stable to v1.0.274 [2025-05-26T03:08:18.485Z] ------------------- [2025-05-26T03:08:18.485Z] experimental info: [2025-05-26T03:08:18.485Z] ------------------- [2025-05-26T03:08:18.485Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-05-26T03:08:18.485Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-05-26T03:08:18.485Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-05-26T03:08:18.564Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-05-26T03:08:18.584Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-05-26T03:08:18.607Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-05-26T03:08:18.627Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-05-26T03:08:18.653Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-05-26T03:08:18.676Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-05-26T03:08:18.700Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-05-26T03:08:18.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-05-26T03:08:18.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-05-26T03:08:18.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-05-26T03:08:18.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-05-26T03:08:18.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-26T03:08:18.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-05-26T03:08:18.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-05-26T03:08:19.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-05-26T03:08:19.090Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-05-26T03:08:19.106Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-26T03:08:19.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-26T03:08:19.142Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-05-26T03:08:19.159Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-05-26T03:08:19.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-05-26T03:08:19.192Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-26T03:08:19.209Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-05-26T03:08:19.226Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-26T03:08:19.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-26T03:08:19.274Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-26T03:08:19.293Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:08:19.316Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4fc376 [Pipeline] echo [2025-05-26T03:08:19.340Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:08:19.411Z] provisioning config files... [2025-05-26T03:08:19.426Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config3232403628107261920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:08:19.774Z] ---> ****-login.sh [2025-05-26T03:08:19.774Z] nexus3.edgexfoundry.org:10001 [2025-05-26T03:08:20.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:08:20.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:08:20.293Z] Configure a credential helper to remove this warning. See [2025-05-26T03:08:20.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:08:20.293Z] [2025-05-26T03:08:20.293Z] Login Succeeded [2025-05-26T03:08:20.293Z] nexus3.edgexfoundry.org:10002 [2025-05-26T03:08:20.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:08:20.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:08:20.293Z] Configure a credential helper to remove this warning. See [2025-05-26T03:08:20.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:08:20.293Z] [2025-05-26T03:08:20.293Z] Login Succeeded [2025-05-26T03:08:20.293Z] nexus3.edgexfoundry.org:10003 [2025-05-26T03:08:20.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:08:20.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:08:20.293Z] Configure a credential helper to remove this warning. See [2025-05-26T03:08:20.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:08:20.293Z] [2025-05-26T03:08:20.293Z] Login Succeeded [2025-05-26T03:08:20.293Z] nexus3.edgexfoundry.org:10004 [2025-05-26T03:08:20.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:08:20.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:08:20.553Z] Configure a credential helper to remove this warning. See [2025-05-26T03:08:20.553Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:08:20.553Z] [2025-05-26T03:08:20.553Z] Login Succeeded [2025-05-26T03:08:20.553Z] ****.io [2025-05-26T03:08:20.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:08:20.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:08:20.814Z] Configure a credential helper to remove this warning. See [2025-05-26T03:08:20.814Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:08:20.814Z] [2025-05-26T03:08:20.814Z] Login Succeeded [2025-05-26T03:08:20.814Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T03:08:20.822Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:08:21.145Z] + 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-26T03:08:21.145Z] + dirname cmd/core-command/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo core-command,cmd/core-command/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/core-data/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo core-data,cmd/core-data/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/core-keeper/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/core-metadata/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-spire-agent/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-spire-config/Dockerfile [2025-05-26T03:08:21.145Z] + cut -d/ -f2 [2025-05-26T03:08:21.145Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-05-26T03:08:21.145Z] + dirname cmd/security-spire-server/Dockerfile [2025-05-26T03:08:21.146Z] + cut -d/ -f2 [2025-05-26T03:08:21.146Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-05-26T03:08:21.146Z] + dirname cmd/support-notifications/Dockerfile [2025-05-26T03:08:21.146Z] + cut -d/ -f2 [2025-05-26T03:08:21.146Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-05-26T03:08:21.146Z] + dirname cmd/support-scheduler/Dockerfile [2025-05-26T03:08:21.146Z] + cut -d/ -f2 [2025-05-26T03:08:21.146Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-05-26T03:08:21.178Z] 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-26T03:08:21.544Z] + git rev-list -1 --merges a4fc37660b1b21c16fcdbb2815343e7b100a20fe~1..a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:08:21.557Z] -----------> git rev-list -1 --merges a4fc37660b1b21c16fcdbb2815343e7b100a20fe~1..a4fc37660b1b21c16fcdbb2815343e7b100a20fe a4fc37660b1b21c16fcdbb2815343e7b100a20fe [false] [Pipeline] sh [2025-05-26T03:08:21.854Z] + git log --format=format:%s -1 a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:08:21.871Z] ========================================================= [2025-05-26T03:08:21.871Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-05-26T03:08:21.871Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-05-26T03:08:22.244Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:08:22.244Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-05-26T03:08:22.244Z] + [ -e /tmp/ssh_known_hosts ] [2025-05-26T03:08:22.244Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-05-26T03:08:22.244Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-05-26T03:08:22.244Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-05-26T03:08:22.244Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:08:22.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:08:22.596Z] [2025-05-26T03:08:22.596Z] 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-26T03:08:22.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:08:23.170Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-05-26T03:08:23.170Z] 3dae71ba6b94: Pulling fs layer [2025-05-26T03:08:23.170Z] 6bf1a483ea7c: Pulling fs layer [2025-05-26T03:08:23.170Z] f5dfc541a4d3: Pulling fs layer [2025-05-26T03:08:23.170Z] 461d9e800cba: Pulling fs layer [2025-05-26T03:08:23.170Z] 80192f66455f: Pulling fs layer [2025-05-26T03:08:23.170Z] 2e8e34ca0e6c: Pulling fs layer [2025-05-26T03:08:23.170Z] a29436f7fd5d: Pulling fs layer [2025-05-26T03:08:23.170Z] 923cac83aea3: Pulling fs layer [2025-05-26T03:08:23.170Z] 25ad8b0a4227: Pulling fs layer [2025-05-26T03:08:23.170Z] db01528c6b51: Pulling fs layer [2025-05-26T03:08:23.170Z] 28988de357af: Pulling fs layer [2025-05-26T03:08:23.170Z] 461d9e800cba: Waiting [2025-05-26T03:08:23.170Z] 80192f66455f: Waiting [2025-05-26T03:08:23.170Z] 2e8e34ca0e6c: Waiting [2025-05-26T03:08:23.170Z] a29436f7fd5d: Waiting [2025-05-26T03:08:23.170Z] 923cac83aea3: Waiting [2025-05-26T03:08:23.170Z] 25ad8b0a4227: Waiting [2025-05-26T03:08:23.170Z] db01528c6b51: Waiting [2025-05-26T03:08:23.170Z] 28988de357af: Waiting [2025-05-26T03:08:23.434Z] 6bf1a483ea7c: Verifying Checksum [2025-05-26T03:08:23.434Z] 6bf1a483ea7c: Download complete [2025-05-26T03:08:23.434Z] 461d9e800cba: Verifying Checksum [2025-05-26T03:08:23.434Z] 461d9e800cba: Download complete [2025-05-26T03:08:23.434Z] 80192f66455f: Verifying Checksum [2025-05-26T03:08:23.434Z] 80192f66455f: Download complete [2025-05-26T03:08:23.434Z] f5dfc541a4d3: Verifying Checksum [2025-05-26T03:08:23.434Z] f5dfc541a4d3: Download complete [2025-05-26T03:08:23.693Z] 3dae71ba6b94: Verifying Checksum [2025-05-26T03:08:23.693Z] 3dae71ba6b94: Download complete [2025-05-26T03:08:23.693Z] 923cac83aea3: Verifying Checksum [2025-05-26T03:08:23.693Z] 25ad8b0a4227: Verifying Checksum [2025-05-26T03:08:23.693Z] 25ad8b0a4227: Download complete [2025-05-26T03:08:23.693Z] db01528c6b51: Download complete [2025-05-26T03:08:23.693Z] 28988de357af: Verifying Checksum [2025-05-26T03:08:23.693Z] 28988de357af: Download complete [2025-05-26T03:08:23.693Z] a29436f7fd5d: Download complete [2025-05-26T03:08:24.263Z] 2e8e34ca0e6c: Verifying Checksum [2025-05-26T03:08:24.263Z] 2e8e34ca0e6c: Download complete [2025-05-26T03:08:24.833Z] 3dae71ba6b94: Pull complete [2025-05-26T03:08:25.094Z] 6bf1a483ea7c: Pull complete [2025-05-26T03:08:25.666Z] f5dfc541a4d3: Pull complete [2025-05-26T03:08:25.666Z] 461d9e800cba: Pull complete [2025-05-26T03:08:25.666Z] 80192f66455f: Pull complete [2025-05-26T03:08:28.951Z] 2e8e34ca0e6c: Pull complete [2025-05-26T03:08:29.526Z] a29436f7fd5d: Pull complete [2025-05-26T03:08:29.526Z] 923cac83aea3: Pull complete [2025-05-26T03:08:29.785Z] 25ad8b0a4227: Pull complete [2025-05-26T03:08:29.785Z] db01528c6b51: Pull complete [2025-05-26T03:08:29.785Z] 28988de357af: Pull complete [2025-05-26T03:08:29.785Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-05-26T03:08:30.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:08:30.044Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:08:30.192Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:08:30.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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-26T03:08:34.855Z] $ docker top b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 -eo pid,comm [2025-05-26T03:08:34.907Z] 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:08:34.907Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:08:34.960Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:08:34.961Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:08:35.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:08:35.069Z] $ docker exec b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent [2025-05-26T03:08:35.175Z] SSH_AUTH_SOCK=/tmp/ssh-LV9EkbHeMDVe/agent.32 [2025-05-26T03:08:35.175Z] SSH_AGENT_PID=38 [2025-05-26T03:08:35.181Z] Running ssh-add (command line suppressed) [2025-05-26T03:08:35.276Z] Identity added: /w/workspace/edgex-go/839@tmp/private_key_17113282578289505764.key (/w/workspace/edgex-go/839@tmp/private_key_17113282578289505764.key) [2025-05-26T03:08:35.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:08:35.585Z] + git tag --points-at HEAD [Pipeline] } [2025-05-26T03:08:35.602Z] $ docker exec --env ******** --env ******** b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent -k [2025-05-26T03:08:35.708Z] unset SSH_AUTH_SOCK; [2025-05-26T03:08:35.709Z] unset SSH_AGENT_PID; [2025-05-26T03:08:35.709Z] echo Agent pid 38 killed; [2025-05-26T03:08:35.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-05-26T03:08:35.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:08:35.762Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:08:35.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:08:35.861Z] $ docker exec b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent [2025-05-26T03:08:35.979Z] SSH_AUTH_SOCK=/tmp/ssh-70oOQfyE8kbT/agent.71 [2025-05-26T03:08:35.979Z] SSH_AGENT_PID=77 [2025-05-26T03:08:35.983Z] Running ssh-add (command line suppressed) [2025-05-26T03:08:36.082Z] Identity added: /w/workspace/edgex-go/839@tmp/private_key_7374213796455522987.key (/w/workspace/edgex-go/839@tmp/private_key_7374213796455522987.key) [2025-05-26T03:08:36.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:08:36.390Z] + git semver init [2025-05-26T03:08:36.653Z] 2025-05-26 03:08:36,616 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:08:36.653Z] 2025-05-26 03:08:36,620 [run_init] DEBUG init version:0.0.0 force:False [2025-05-26T03:08:36.653Z] 2025-05-26 03:08:36,621 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/839/.semver [2025-05-26T03:08:36.653Z] 2025-05-26 03:08:36,621 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/839/.semver [2025-05-26T03:08:36.653Z] 2025-05-26 03:08:36,622 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/839/.semver'], cwd=/w/workspace/edgex-go/839, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:08:43.301Z] 2025-05-26 03:08:41,993 [append_file] DEBUG append to file:/w/workspace/edgex-go/839/.git/info/exclude [2025-05-26T03:08:43.301Z] 2025-05-26 03:08:41,993 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/839/.semver/main with force:False [2025-05-26T03:08:43.301Z] 2025-05-26 03:08:41,993 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:08:43.301Z] 2025-05-26 03:08:41,994 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:08:43.301Z] 4.1.0-dev.12 [Pipeline] } [2025-05-26T03:08:43.307Z] $ docker exec --env ******** --env ******** b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 ssh-agent -k [2025-05-26T03:08:43.401Z] unset SSH_AUTH_SOCK; [2025-05-26T03:08:43.402Z] unset SSH_AGENT_PID; [2025-05-26T03:08:43.402Z] echo Agent pid 77 killed; [2025-05-26T03:08:43.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:08:43.728Z] + git semver [Pipeline] } [2025-05-26T03:08:44.305Z] $ docker stop --time=1 b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 [2025-05-26T03:08:45.582Z] $ docker rm -f --volumes b8931e7c3697861b4a792ef092c38d8f89d687ed59139a9da87dacfa253f5001 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T03:08:45.932Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-05-26T03:08:46.193Z] Stashed 1 file(s) [Pipeline] echo [2025-05-26T03:08:46.198Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.12 [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-26T03:08:46.645Z] + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] echo [2025-05-26T03:08:46.657Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:08:46.675Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:08:46.689Z] ========================================================= [2025-05-26T03:08:46.689Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-05-26T03:08:46.689Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-26T03:08:46.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:08:46.981Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-05-26T03:08:46.981Z] 0a9a5dfd008f: Pulling fs layer [2025-05-26T03:08:46.981Z] dbfa0bcfca99: Pulling fs layer [2025-05-26T03:08:46.981Z] 70eabb1d9476: Pulling fs layer [2025-05-26T03:08:46.981Z] 957bedc73fa3: Pulling fs layer [2025-05-26T03:08:46.981Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T03:08:46.981Z] f40432e63723: Pulling fs layer [2025-05-26T03:08:46.981Z] 90b4343acab7: Pulling fs layer [2025-05-26T03:08:46.981Z] 9f67ea4ac784: Pulling fs layer [2025-05-26T03:08:46.981Z] 9228b9a606be: Pulling fs layer [2025-05-26T03:08:46.981Z] 4f4fb700ef54: Waiting [2025-05-26T03:08:46.981Z] f40432e63723: Waiting [2025-05-26T03:08:46.981Z] 90b4343acab7: Waiting [2025-05-26T03:08:46.981Z] 9f67ea4ac784: Waiting [2025-05-26T03:08:46.981Z] 9228b9a606be: Waiting [2025-05-26T03:08:46.981Z] 957bedc73fa3: Waiting [2025-05-26T03:08:46.981Z] dbfa0bcfca99: Verifying Checksum [2025-05-26T03:08:46.981Z] dbfa0bcfca99: Download complete [2025-05-26T03:08:46.981Z] 957bedc73fa3: Verifying Checksum [2025-05-26T03:08:46.981Z] 957bedc73fa3: Download complete [2025-05-26T03:08:46.981Z] 4f4fb700ef54: Download complete [2025-05-26T03:08:46.981Z] f40432e63723: Verifying Checksum [2025-05-26T03:08:46.981Z] f40432e63723: Download complete [2025-05-26T03:08:46.981Z] 90b4343acab7: Verifying Checksum [2025-05-26T03:08:46.981Z] 90b4343acab7: Download complete [2025-05-26T03:08:47.238Z] 0a9a5dfd008f: Pull complete [2025-05-26T03:08:47.238Z] 9228b9a606be: Verifying Checksum [2025-05-26T03:08:47.238Z] 9228b9a606be: Download complete [2025-05-26T03:08:47.238Z] dbfa0bcfca99: Pull complete [2025-05-26T03:08:47.496Z] 70eabb1d9476: Verifying Checksum [2025-05-26T03:08:47.496Z] 70eabb1d9476: Download complete [2025-05-26T03:08:47.756Z] 9f67ea4ac784: Verifying Checksum [2025-05-26T03:08:47.756Z] 9f67ea4ac784: Download complete [2025-05-26T03:08:51.047Z] 70eabb1d9476: Pull complete [2025-05-26T03:08:51.047Z] 957bedc73fa3: Pull complete [2025-05-26T03:08:51.618Z] 4f4fb700ef54: Pull complete [2025-05-26T03:08:51.618Z] f40432e63723: Pull complete [2025-05-26T03:08:51.877Z] 90b4343acab7: Pull complete [2025-05-26T03:08:54.409Z] 9f67ea4ac784: Pull complete [2025-05-26T03:08:54.669Z] 9228b9a606be: Pull complete [2025-05-26T03:08:54.669Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-05-26T03:08:54.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:08:54.669Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-26T03:08:54.970Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:08:54.970Z] WORKDIR /edgex [2025-05-26T03:08:54.970Z] COPY go.mod . [2025-05-26T03:08:54.970Z] RUN go mod download [2025-05-26T03:08:54.970Z] + docker build -t ci-base-image-x86_64 -f - . [2025-05-26T03:08:55.538Z] Sending build context to Docker daemon 185.8MB [2025-05-26T03:08:55.538Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-26T03:08:55.538Z] ---> 69404ca5bff2 [2025-05-26T03:08:55.538Z] Step 2/4 : WORKDIR /edgex [2025-05-26T03:09:00.818Z] ---> Running in bf113a3047ba [2025-05-26T03:09:01.077Z] Removing intermediate container bf113a3047ba [2025-05-26T03:09:01.077Z] ---> f8ba3ca1daf8 [2025-05-26T03:09:01.077Z] Step 3/4 : COPY go.mod . [2025-05-26T03:09:01.077Z] ---> 7769c91af0c5 [2025-05-26T03:09:01.077Z] Step 4/4 : RUN go mod download [2025-05-26T03:09:01.077Z] ---> Running in 80157acf12d0 [2025-05-26T03:09:01.317Z] Still waiting to schedule task [2025-05-26T03:09:01.318Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-05-26T03:09:23.013Z] Removing intermediate container 80157acf12d0 [2025-05-26T03:09:23.013Z] ---> 179ed7dd79b8 [2025-05-26T03:09:23.013Z] Successfully built 179ed7dd79b8 [2025-05-26T03:09:23.013Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:09:23.435Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-26T03:09:23.435Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:09:23.521Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:09:23.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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-26T03:09:23.883Z] $ docker top 67223336258dcb091faf16fbb27d127ea6e32e9bf7d32ce4f6871a6de7dc9215 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:09:24.232Z] + go version [2025-05-26T03:09:24.232Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-05-26T03:09:24.239Z] $ docker stop --time=1 67223336258dcb091faf16fbb27d127ea6e32e9bf7d32ce4f6871a6de7dc9215 [2025-05-26T03:09:25.510Z] $ docker rm -f --volumes 67223336258dcb091faf16fbb27d127ea6e32e9bf7d32ce4f6871a6de7dc9215 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:09:25.937Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-26T03:09:25.937Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:09:26.014Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:09:26.038Z] $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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-26T03:09:26.364Z] $ docker top fd330629a0199ee9e27dd2ff769d2cdc8083bd136fffd995ac057824f6df4fb7 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-05-26T03:09:26.428Z] ========================================================= [2025-05-26T03:09:26.428Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-05-26T03:09:26.428Z] ========================================================= [Pipeline] sh [2025-05-26T03:09:26.705Z] + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] fileExists [Pipeline] sh [2025-05-26T03:09:27.006Z] + make test [2025-05-26T03:09:27.006Z] go test -race -coverprofile=coverage.out ./... [2025-05-26T03:09:35.119Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-05-26T03:09:57.032Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-05-26T03:09:57.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.030s coverage: 28.7% of statements [2025-05-26T03:09:59.337Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-05-26T03:09:59.337Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-05-26T03:09:59.337Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-05-26T03:09:59.337Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-05-26T03:09:59.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.045s coverage: 97.0% of statements [2025-05-26T03:10:00.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-05-26T03:10:00.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-05-26T03:10:00.834Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-05-26T03:10:00.834Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-05-26T03:10:00.834Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T03:10:00.834Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-05-26T03:10:00.834Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-05-26T03:10:00.834Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-05-26T03:10:00.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-05-26T03:10:00.834Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-05-26T03:10:01.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-05-26T03:10:01.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-05-26T03:10:01.769Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T03:10:01.769Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-05-26T03:10:01.769Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-05-26T03:10:01.769Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-05-26T03:10:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements [2025-05-26T03:10:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements [2025-05-26T03:10:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.061s coverage: 45.2% of statements [2025-05-26T03:10:03.676Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-05-26T03:10:03.676Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-05-26T03:10:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.032s coverage: 93.4% of statements [2025-05-26T03:10:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 92.3% of statements [2025-05-26T03:10:04.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 8.4% of statements [2025-05-26T03:10:05.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-05-26T03:10:05.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-05-26T03:10:05.175Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-05-26T03:10:05.175Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-05-26T03:10:06.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.333s coverage: 95.8% of statements [2025-05-26T03:10:06.546Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements [2025-05-26T03:10:07.111Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-05-26T03:10:07.111Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-05-26T03:10:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-05-26T03:10:07.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-05-26T03:10:07.111Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-05-26T03:10:07.111Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-05-26T03:10:08.045Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.050s coverage: 0.0% of statements [no tests to run] [2025-05-26T03:10:08.045Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.039s coverage: 1.0% of statements [2025-05-26T03:10:08.045Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements [2025-05-26T03:10:08.045Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.017s coverage: 81.1% of statements [2025-05-26T03:10:08.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements [2025-05-26T03:10:08.622Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-05-26T03:10:08.622Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-05-26T03:10:08.623Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-05-26T03:10:09.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-05-26T03:10:09.190Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-05-26T03:10:09.190Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-05-26T03:10:09.190Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-05-26T03:10:09.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.026s coverage: 87.1% of statements [2025-05-26T03:10:09.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2025-05-26T03:10:09.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.049s coverage: 96.3% of statements [2025-05-26T03:10:09.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2025-05-26T03:10:10.383Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-05-26T03:10:10.383Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-05-26T03:10:10.383Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-05-26T03:10:10.383Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-05-26T03:10:10.383Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-05-26T03:10:10.383Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-05-26T03:10:10.383Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-05-26T03:10:10.950Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-05-26T03:10:10.950Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-05-26T03:10:11.517Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-05-26T03:10:12.899Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-05-26T03:10:13.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-05-26T03:10:14.538Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-05-26T03:10:15.479Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-05-26T03:10:15.479Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-05-26T03:10:15.479Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-05-26T03:10:18.762Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-05-26T03:10:19.328Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-05-26T03:10:19.328Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-05-26T03:10:19.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-05-26T03:10:19.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-05-26T03:10:19.585Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T03:10:21.494Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-05-26T03:10:21.495Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-05-26T03:10:21.495Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-05-26T03:10:21.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-05-26T03:10:21.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements [2025-05-26T03:10:21.495Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-05-26T03:10:21.495Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-05-26T03:10:22.062Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-05-26T03:10:22.062Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-05-26T03:10:22.062Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-05-26T03:10:22.062Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-05-26T03:10:22.062Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-05-26T03:10:22.062Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-05-26T03:10:23.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-05-26T03:10:23.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-05-26T03:10:23.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-05-26T03:10:23.968Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-05-26T03:10:24.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-05-26T03:10:24.916Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-05-26T03:10:24.916Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T03:10:24.916Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-05-26T03:10:25.175Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-05-26T03:10:25.175Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-05-26T03:10:25.175Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-05-26T03:10:26.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-05-26T03:10:26.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-05-26T03:10:26.110Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.041s coverage: 92.9% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.025s coverage: 62.3% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.030s coverage: 87.2% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.072s coverage: 81.8% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.053s coverage: 6.8% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.053s coverage: 100.0% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.181s coverage: 54.5% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.022s coverage: 88.6% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.148s coverage: 29.2% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements [2025-05-26T03:10:30.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2025-05-26T03:10:30.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements [2025-05-26T03:10:30.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.114s coverage: 94.9% of statements [2025-05-26T03:10:30.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.033s coverage: 9.0% of statements [2025-05-26T03:10:30.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements [2025-05-26T03:10:30.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.026s coverage: 43.6% of statements [2025-05-26T03:10:30.835Z] 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-26T03:10:31.094Z] running golangci-lint [2025-05-26T03:10:31.360Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-05-26T03:10:31.360Z] go version go1.23.8 linux/amd64 [2025-05-26T03:10:31.360Z] 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-26T03:10:31.360Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-05-26T03:10:31.624Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-05-26T03:10:45.532Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2258 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-05-26T03:10:45.552Z] Running in /w/workspace/edgex-go/839 [Pipeline] { [Pipeline] checkout [2025-05-26T03:10:48.599Z] The recommended git tool is: git [2025-05-26T03:10:53.127Z] using credential edgex-jenkins-ssh [2025-05-26T03:10:53.148Z] Cloning the remote Git repository [2025-05-26T03:10:53.193Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-05-26T03:10:53.287Z] > git init /w/workspace/edgex-go/839 # timeout=10 [2025-05-26T03:10:53.438Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-05-26T03:10:53.439Z] > git --version # timeout=10 [2025-05-26T03:10:53.460Z] > git --version # 'git version 2.25.1' [2025-05-26T03:10:53.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-26T03:10:53.581Z] level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|files|exports_file|imports) took 21.862061734s" [2025-05-26T03:10:53.581Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.542391ms" [2025-05-26T03:10:53.616Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T03:11:05.847Z] level=info msg="[linters_context/goanalysis] analyzers took 1m36.763593996s with top 10 stages: buildir: 52.587459816s, gosec: 3.818030394s, fact_deprecated: 3.41542282s, inspect: 3.046581192s, ctrlflow: 2.626629534s, printf: 2.42164216s, fact_purity: 1.719588233s, nilness: 1.707432902s, SA5012: 1.328168162s, typedness: 1.134266057s" [2025-05-26T03:11:05.847Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-05-26T03:11:05.847Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, skip_dirs: 202/202, nolint: 20/0, skip_files: 202/202, path_prettifier: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, exclude-rules: 202/20, cgo: 202/202, invalid_issue: 202/202, exclude: 202/202" [2025-05-26T03:11:05.847Z] level=info msg="[runner] processing took 17.903617ms with stages: nolint: 7.522389ms, identifier_marker: 5.838655ms, path_prettifier: 1.313913ms, autogenerated_exclude: 1.256513ms, exclude-rules: 1.127274ms, skip_dirs: 705.383µs, invalid_issue: 71.22µs, cgo: 51.07µs, filename_unadjuster: 13.06µs, max_same_issues: 1.02µs, uniq_by_line: 660ns, fixer: 410ns, skip_files: 390ns, exclude: 290ns, path_shortener: 260ns, sort_results: 240ns, source_code: 220ns, max_from_linter: 170ns, diff: 160ns, max_per_file_from_linter: 110ns, path_prefixer: 110ns, severity-rules: 100ns" [2025-05-26T03:11:05.847Z] level=info msg="[runner] linters took 11.263268822s with stages: goanalysis_metalinter: 11.245239745s" [2025-05-26T03:11:05.847Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-05-26T03:11:05.847Z] level=info msg="Memory: 333 samples, avg is 286.7MB, max is 1396.2MB" [2025-05-26T03:11:05.847Z] level=info msg="Execution took 33.18039881s" [2025-05-26T03:11:05.847Z] go vet ./... [2025-05-26T03:11:11.106Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-05-26T03:11:11.106Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-05-26T03:11:11.106Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-05-26T03:11:11.119Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-05-26T03:11:11.420Z] + ls -al . [2025-05-26T03:11:11.421Z] total 1992 [2025-05-26T03:11:11.421Z] drwxrwxr-x 11 1001 1001 4096 May 26 03:09 . [2025-05-26T03:11:11.421Z] drwxr-xr-x 4 root root 4096 May 26 03:09 .. [2025-05-26T03:11:11.421Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:08 .blubracket [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 10 May 26 03:08 .dockerignore [2025-05-26T03:11:11.421Z] drwxrwxr-x 8 1001 1001 4096 May 26 03:10 .git [2025-05-26T03:11:11.421Z] drwxrwxr-x 3 1001 1001 4096 May 26 03:08 .github [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 909 May 26 03:08 .gitignore [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 218 May 26 03:08 .golangci.yml [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 100 May 26 03:08 .hadolint.yml [2025-05-26T03:11:11.421Z] drwxr-xr-x 3 1001 1001 4096 May 26 03:08 .semver [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 155 May 26 03:08 .sonarcloud.properties [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 1171 May 26 03:08 ADOPTERS.md [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 17374 May 26 03:08 Attribution.txt [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 108018 May 26 03:08 CHANGELOG.md [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 3804 May 26 03:08 CONTRIBUTING.md [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 677 May 26 03:08 GOVERNANCE.md [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 858 May 26 03:08 Jenkinsfile [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 10775 May 26 03:08 LICENSE [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 16740 May 26 03:08 Makefile [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 582 May 26 03:08 OWNERS.md [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 9932 May 26 03:08 README.md [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 789 May 26 03:08 SECURITY.md [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 12 May 26 03:08 VERSION [2025-05-26T03:11:11.421Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:08 bin [2025-05-26T03:11:11.421Z] drwxrwxr-x 19 1001 1001 4096 May 26 03:08 cmd [2025-05-26T03:11:11.421Z] -rw-r--r-- 1 root root 1661048 May 26 03:10 coverage.out [2025-05-26T03:11:11.421Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:08 fuzz_test [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 6492 May 26 03:08 go.mod [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 88215 May 26 03:08 go.sum [2025-05-26T03:11:11.421Z] drwxrwxr-x 7 1001 1001 4096 May 26 03:08 internal [2025-05-26T03:11:11.421Z] drwxrwxr-x 2 1001 1001 4096 May 26 03:08 openapi [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 584 May 26 03:08 security.txt [2025-05-26T03:11:11.421Z] -rw-rw-r-- 1 1001 1001 204 May 26 03:08 version.go [Pipeline] sh [2025-05-26T03:11:11.708Z] + '[' -e coverage.out ] [2025-05-26T03:11:11.709Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-05-26T03:11:11.758Z] Avoid second fetch [2025-05-26T03:11:11.759Z] Checking out Revision a4fc37660b1b21c16fcdbb2815343e7b100a20fe (main) [2025-05-26T03:11:11.863Z] Stashed 1 file(s) [Pipeline] sh [2025-05-26T03:11:12.143Z] + make build [2025-05-26T03:11:12.143Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T03:11:12.608Z] Commit message: "build(deps): Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 (#5149)" [2025-05-26T03:11:10.844Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-05-26T03:11:10.879Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T03:11:11.770Z] > git config core.sparsecheckout # timeout=10 [2025-05-26T03:11:11.834Z] > git checkout -f a4fc37660b1b21c16fcdbb2815343e7b100a20fe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-26T03:11:17.407Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-26T03:11:17.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:11:17.407Z] Dload Upload Total Spent Left Speed [2025-05-26T03:11:17.407Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh [2025-05-26T03:11:17.757Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-26T03:11:18.088Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-26T03:11:18.088Z] + sudo tee /etc/docker/daemon.new [2025-05-26T03:11:18.088Z] { [2025-05-26T03:11:18.088Z] "registry-mirrors": [ [2025-05-26T03:11:18.088Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-26T03:11:18.088Z] ], [2025-05-26T03:11:18.088Z] "bip": "10.250.0.254/24", [2025-05-26T03:11:18.088Z] "hosts": [ [2025-05-26T03:11:18.088Z] "tcp://0.0.0.0:5555", [2025-05-26T03:11:18.088Z] "unix:///var/run/docker.sock" [2025-05-26T03:11:18.088Z] ], [2025-05-26T03:11:18.088Z] "mtu": 1458, [2025-05-26T03:11:18.088Z] "selinux-enabled": true, [2025-05-26T03:11:18.088Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-26T03:11:18.088Z] } [Pipeline] sh [2025-05-26T03:11:18.418Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-26T03:11:18.754Z] + sudo service docker restart [2025-05-26T03:11:34.078Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T03:11:34.078Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T03:11:35.011Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T03:11:35.577Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T03:11:36.949Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:11:37.041Z] provisioning config files... [2025-05-26T03:11:37.075Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config14671686280435926517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:11:37.566Z] ---> ****-login.sh [2025-05-26T03:11:37.566Z] nexus3.edgexfoundry.org:10001 [2025-05-26T03:11:37.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:11:38.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:11:38.111Z] Configure a credential helper to remove this warning. See [2025-05-26T03:11:38.111Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:11:38.111Z] [2025-05-26T03:11:38.111Z] Login Succeeded [2025-05-26T03:11:38.111Z] nexus3.edgexfoundry.org:10002 [2025-05-26T03:11:38.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:11:38.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:11:38.379Z] Configure a credential helper to remove this warning. See [2025-05-26T03:11:38.379Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:11:38.379Z] [2025-05-26T03:11:38.379Z] Login Succeeded [2025-05-26T03:11:38.379Z] nexus3.edgexfoundry.org:10003 [2025-05-26T03:11:38.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:11:38.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:11:38.917Z] Configure a credential helper to remove this warning. See [2025-05-26T03:11:38.917Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:11:38.917Z] [2025-05-26T03:11:38.917Z] Login Succeeded [2025-05-26T03:11:38.917Z] nexus3.edgexfoundry.org:10004 [2025-05-26T03:11:39.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:11:39.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:11:39.191Z] Configure a credential helper to remove this warning. See [2025-05-26T03:11:39.191Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:11:39.191Z] [2025-05-26T03:11:39.191Z] Login Succeeded [2025-05-26T03:11:39.191Z] ****.io [2025-05-26T03:11:39.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:11:39.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:11:39.739Z] Configure a credential helper to remove this warning. See [2025-05-26T03:11:39.739Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:11:39.739Z] [2025-05-26T03:11:39.739Z] Login Succeeded [2025-05-26T03:11:39.739Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T03:11:39.756Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-05-26T03:11:40.374Z] + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] echo [2025-05-26T03:11:40.393Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:11:40.414Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:11:40.430Z] ========================================================= [2025-05-26T03:11:40.430Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-05-26T03:11:40.430Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-26T03:11:40.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T03:11:41.023Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-05-26T03:11:41.023Z] 94e9d8af2201: Pulling fs layer [2025-05-26T03:11:41.023Z] 634366ca850b: Pulling fs layer [2025-05-26T03:11:41.023Z] f66ade281fe9: Pulling fs layer [2025-05-26T03:11:41.023Z] 13fd4ce6e94e: Pulling fs layer [2025-05-26T03:11:41.023Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T03:11:41.023Z] 4cccf3f17d63: Pulling fs layer [2025-05-26T03:11:41.023Z] 2d8010953d95: Pulling fs layer [2025-05-26T03:11:41.023Z] ec743f232bc5: Pulling fs layer [2025-05-26T03:11:41.023Z] 13fd4ce6e94e: Waiting [2025-05-26T03:11:41.023Z] 4f4fb700ef54: Waiting [2025-05-26T03:11:41.023Z] 4cccf3f17d63: Waiting [2025-05-26T03:11:41.023Z] ec743f232bc5: Waiting [2025-05-26T03:11:41.023Z] 2d8010953d95: Waiting [2025-05-26T03:11:41.023Z] 634366ca850b: Verifying Checksum [2025-05-26T03:11:41.023Z] 634366ca850b: Download complete [2025-05-26T03:11:41.023Z] 13fd4ce6e94e: Verifying Checksum [2025-05-26T03:11:41.023Z] 13fd4ce6e94e: Download complete [2025-05-26T03:11:41.023Z] 4f4fb700ef54: Verifying Checksum [2025-05-26T03:11:41.023Z] 4f4fb700ef54: Download complete [2025-05-26T03:11:41.023Z] 4cccf3f17d63: Verifying Checksum [2025-05-26T03:11:41.023Z] 4cccf3f17d63: Download complete [2025-05-26T03:11:41.023Z] 94e9d8af2201: Verifying Checksum [2025-05-26T03:11:41.023Z] 94e9d8af2201: Download complete [2025-05-26T03:11:41.607Z] ec743f232bc5: Verifying Checksum [2025-05-26T03:11:41.607Z] ec743f232bc5: Download complete [2025-05-26T03:11:41.874Z] 94e9d8af2201: Pull complete [2025-05-26T03:11:42.211Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T03:11:42.458Z] 634366ca850b: Pull complete [2025-05-26T03:11:43.422Z] f66ade281fe9: Verifying Checksum [2025-05-26T03:11:43.422Z] f66ade281fe9: Download complete [2025-05-26T03:11:43.580Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T03:11:44.383Z] 2d8010953d95: Verifying Checksum [2025-05-26T03:11:44.383Z] 2d8010953d95: Download complete [2025-05-26T03:11:45.479Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T03:11:48.012Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T03:11:48.947Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T03:11:50.332Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T03:11:50.901Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-05-26T03:11:52.280Z] $ docker stop --time=1 fd330629a0199ee9e27dd2ff769d2cdc8083bd136fffd995ac057824f6df4fb7 [2025-05-26T03:11:55.539Z] $ docker rm -f --volumes fd330629a0199ee9e27dd2ff769d2cdc8083bd136fffd995ac057824f6df4fb7 [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-26T03:11:56.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T03:11:56.646Z] [2025-05-26T03:11:56.646Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:11:56.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T03:11:56.950Z] latest: Pulling from edgex-devops/edgex-compose [2025-05-26T03:11:56.950Z] 91d30c5bc195: Pulling fs layer [2025-05-26T03:11:56.950Z] 2e9b0aa3be6d: Pulling fs layer [2025-05-26T03:11:56.950Z] 9c61dcf015f6: Pulling fs layer [2025-05-26T03:11:56.950Z] 4698f68db338: Pulling fs layer [2025-05-26T03:11:56.950Z] 2a2f49069b9e: Pulling fs layer [2025-05-26T03:11:56.950Z] e0025b399a48: Pulling fs layer [2025-05-26T03:11:56.950Z] 4698f68db338: Waiting [2025-05-26T03:11:56.950Z] 2a2f49069b9e: Waiting [2025-05-26T03:11:56.950Z] e0025b399a48: Waiting [2025-05-26T03:11:56.950Z] 91d30c5bc195: Verifying Checksum [2025-05-26T03:11:56.950Z] 91d30c5bc195: Download complete [2025-05-26T03:11:56.950Z] 4698f68db338: Verifying Checksum [2025-05-26T03:11:56.950Z] 4698f68db338: Download complete [2025-05-26T03:11:57.207Z] 2e9b0aa3be6d: Verifying Checksum [2025-05-26T03:11:57.207Z] 2e9b0aa3be6d: Download complete [2025-05-26T03:11:57.207Z] e0025b399a48: Verifying Checksum [2025-05-26T03:11:57.207Z] e0025b399a48: Download complete [2025-05-26T03:11:57.207Z] 91d30c5bc195: Pull complete [2025-05-26T03:11:57.207Z] 2a2f49069b9e: Verifying Checksum [2025-05-26T03:11:57.207Z] 2a2f49069b9e: Download complete [2025-05-26T03:11:57.465Z] 2e9b0aa3be6d: Pull complete [2025-05-26T03:11:57.724Z] 9c61dcf015f6: Verifying Checksum [2025-05-26T03:11:57.725Z] 9c61dcf015f6: Download complete [2025-05-26T03:11:59.365Z] f66ade281fe9: Pull complete [2025-05-26T03:11:59.365Z] 13fd4ce6e94e: Pull complete [2025-05-26T03:11:59.365Z] 4f4fb700ef54: Pull complete [2025-05-26T03:11:59.365Z] 4cccf3f17d63: Pull complete [2025-05-26T03:12:00.254Z] 9c61dcf015f6: Pull complete [2025-05-26T03:12:00.255Z] 4698f68db338: Pull complete [2025-05-26T03:12:00.513Z] 2a2f49069b9e: Pull complete [2025-05-26T03:12:00.513Z] e0025b399a48: Pull complete [2025-05-26T03:12:00.513Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-05-26T03:12:00.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-26T03:12:00.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:12:00.617Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:12:00.638Z] $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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-26T03:12:03.277Z] $ docker top 152b33d965248e66bd425c36ebf4d23ef1ffde8ccf88abafd5f60706930884b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:12:03.638Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-26T03:12:05.578Z] #1 [core-command internal] load build definition from Dockerfile [2025-05-26T03:12:05.874Z] #1 transferring dockerfile: 1.94kB done [2025-05-26T03:12:06.020Z] 2d8010953d95: Pull complete [2025-05-26T03:12:06.133Z] #1 DONE 0.6s [2025-05-26T03:12:06.133Z] [2025-05-26T03:12:06.133Z] #2 [security-spire-server internal] load build definition from Dockerfile [2025-05-26T03:12:06.133Z] #2 ... [2025-05-26T03:12:06.133Z] [2025-05-26T03:12:06.133Z] #3 [security-spire-config internal] load build definition from Dockerfile [2025-05-26T03:12:06.133Z] #3 DONE 0.0s [2025-05-26T03:12:06.392Z] [2025-05-26T03:12:06.392Z] #4 [core-data internal] load build definition from Dockerfile [2025-05-26T03:12:06.392Z] #4 transferring dockerfile: 2.04kB done [2025-05-26T03:12:06.959Z] #4 DONE 1.3s [2025-05-26T03:12:06.959Z] [2025-05-26T03:12:06.959Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-26T03:12:06.959Z] #5 transferring dockerfile: 2.14kB done [2025-05-26T03:12:06.959Z] #5 DONE 1.2s [2025-05-26T03:12:06.959Z] [2025-05-26T03:12:06.959Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-26T03:12:06.959Z] #6 transferring dockerfile: 2.49kB done [2025-05-26T03:12:06.959Z] #6 DONE 1.2s [2025-05-26T03:12:06.959Z] [2025-05-26T03:12:06.959Z] #7 [core-command internal] load .dockerignore [2025-05-26T03:12:06.959Z] #7 transferring context: 50B done [2025-05-26T03:12:06.959Z] #7 DONE 1.1s [2025-05-26T03:12:06.959Z] [2025-05-26T03:12:06.959Z] #8 [security-proxy-setup internal] load .dockerignore [2025-05-26T03:12:07.218Z] #8 ... [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #2 [security-spire-server internal] load build definition from Dockerfile [2025-05-26T03:12:07.218Z] #2 transferring dockerfile: 1.70kB done [2025-05-26T03:12:07.218Z] #2 DONE 1.1s [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #9 [core-data internal] load .dockerignore [2025-05-26T03:12:07.218Z] #9 transferring context: 50B done [2025-05-26T03:12:07.218Z] #9 DONE 0.6s [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #10 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T03:12:07.218Z] #10 DONE 0.0s [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #11 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-26T03:12:07.218Z] #11 transferring context: 50B done [2025-05-26T03:12:07.218Z] #11 DONE 0.6s [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #12 [security-secretstore-setup internal] load .dockerignore [2025-05-26T03:12:07.218Z] #12 transferring context: 50B done [2025-05-26T03:12:07.218Z] #12 DONE 0.7s [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #10 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T03:12:07.218Z] #10 DONE 0.0s [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #13 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:12:07.218Z] #13 DONE 0.2s [2025-05-26T03:12:07.218Z] [2025-05-26T03:12:07.218Z] #14 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T03:12:07.480Z] #14 ... [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #15 [core-keeper internal] load .dockerignore [2025-05-26T03:12:07.480Z] #15 transferring context: 50B done [2025-05-26T03:12:07.480Z] #15 DONE 0.7s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #8 [security-proxy-setup internal] load .dockerignore [2025-05-26T03:12:07.480Z] #8 transferring context: 50B done [2025-05-26T03:12:07.480Z] #8 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #16 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #16 transferring dockerfile: 2.50kB done [2025-05-26T03:12:07.480Z] #16 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #17 [core-metadata internal] load .dockerignore [2025-05-26T03:12:07.480Z] #17 transferring context: 50B done [2025-05-26T03:12:07.480Z] #17 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #18 [security-spire-config internal] load .dockerignore [2025-05-26T03:12:07.480Z] #18 transferring context: 50B done [2025-05-26T03:12:07.480Z] #18 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #3 [security-spire-config internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #3 transferring dockerfile: 1.69kB done [2025-05-26T03:12:07.480Z] #3 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #19 [security-spire-server internal] load .dockerignore [2025-05-26T03:12:07.480Z] #19 transferring context: 50B done [2025-05-26T03:12:07.480Z] #19 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #20 [security-proxy-auth internal] load .dockerignore [2025-05-26T03:12:07.480Z] #20 transferring context: 50B done [2025-05-26T03:12:07.480Z] #20 DONE 0.7s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #10 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T03:12:07.480Z] #10 DONE 0.0s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #14 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T03:12:07.480Z] #14 ... [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #21 [core-keeper internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #21 transferring dockerfile: 2.01kB done [2025-05-26T03:12:07.480Z] #21 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2025-05-26T03:12:07.480Z] #22 transferring context: 50B done [2025-05-26T03:12:07.480Z] #22 DONE 0.9s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #23 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #23 transferring dockerfile: 1.89kB done [2025-05-26T03:12:07.480Z] #23 DONE 0.9s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #24 [core-metadata internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #24 transferring dockerfile: 2.10kB done [2025-05-26T03:12:07.480Z] #24 DONE 0.9s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #25 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #25 transferring dockerfile: 2.23kB done [2025-05-26T03:12:07.480Z] #25 DONE 0.9s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #26 [support-notifications internal] load .dockerignore [2025-05-26T03:12:07.480Z] #26 transferring context: 50B done [2025-05-26T03:12:07.480Z] #26 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #27 [security-spire-agent internal] load .dockerignore [2025-05-26T03:12:07.480Z] #27 transferring context: 50B done [2025-05-26T03:12:07.480Z] #27 DONE 0.7s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #28 [security-bootstrapper internal] load .dockerignore [2025-05-26T03:12:07.480Z] #28 transferring context: 50B done [2025-05-26T03:12:07.480Z] #28 DONE 0.7s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #29 [support-scheduler internal] load .dockerignore [2025-05-26T03:12:07.480Z] #29 transferring context: 50B done [2025-05-26T03:12:07.480Z] #29 DONE 0.8s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #10 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T03:12:07.480Z] #10 DONE 0.0s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #14 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T03:12:07.480Z] #14 ... [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #30 [support-notifications internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #30 transferring dockerfile: 2.00kB done [2025-05-26T03:12:07.480Z] #30 DONE 0.9s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #10 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T03:12:07.480Z] #10 DONE 0.0s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #31 [security-spire-agent internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #31 transferring dockerfile: 1.81kB done [2025-05-26T03:12:07.480Z] #31 DONE 1.0s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #32 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #32 transferring dockerfile: 3.02kB done [2025-05-26T03:12:07.480Z] #32 DONE 0.9s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #33 [support-scheduler internal] load build definition from Dockerfile [2025-05-26T03:12:07.480Z] #33 transferring dockerfile: 1.83kB done [2025-05-26T03:12:07.480Z] #33 DONE 0.9s [2025-05-26T03:12:07.480Z] [2025-05-26T03:12:07.480Z] #14 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T03:12:07.738Z] #14 ... [2025-05-26T03:12:07.738Z] [2025-05-26T03:12:07.738Z] #13 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:12:07.738Z] #13 DONE 0.4s [2025-05-26T03:12:07.738Z] [2025-05-26T03:12:07.738Z] #34 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:12:07.738Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:12:07.738Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:12:07.738Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T03:12:07.738Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T03:12:07.738Z] #34 DONE 1.2s [2025-05-26T03:12:07.738Z] [2025-05-26T03:12:07.738Z] #14 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T03:12:07.738Z] #14 ... [2025-05-26T03:12:07.738Z] [2025-05-26T03:12:07.738Z] #10 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T03:12:07.738Z] #10 DONE 0.0s [2025-05-26T03:12:07.966Z] ec743f232bc5: Pull complete [2025-05-26T03:12:07.966Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-05-26T03:12:07.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T03:12:07.966Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [2025-05-26T03:12:07.994Z] [2025-05-26T03:12:07.994Z] #10 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-26T03:12:07.994Z] #10 DONE 0.0s [2025-05-26T03:12:07.994Z] [2025-05-26T03:12:07.994Z] #13 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:12:07.994Z] #13 DONE 0.6s [2025-05-26T03:12:07.994Z] [2025-05-26T03:12:07.994Z] #34 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:12:07.994Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:12:07.994Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:12:07.994Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T03:12:07.994Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T03:12:07.994Z] #34 DONE 1.2s [2025-05-26T03:12:07.994Z] [2025-05-26T03:12:07.994Z] #14 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [Pipeline] sh [2025-05-26T03:12:08.252Z] #14 ... [2025-05-26T03:12:08.252Z] [2025-05-26T03:12:08.252Z] #34 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:12:08.252Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:12:08.252Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:12:08.252Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T03:12:08.252Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T03:12:08.252Z] #34 DONE 1.2s [2025-05-26T03:12:08.252Z] [2025-05-26T03:12:08.252Z] #35 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-26T03:12:08.252Z] #35 DONE 0.8s [2025-05-26T03:12:08.252Z] [2025-05-26T03:12:08.252Z] #36 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:12:08.297Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T03:12:08.297Z] WORKDIR /edgex [2025-05-26T03:12:08.297Z] COPY go.mod . [2025-05-26T03:12:08.297Z] RUN go mod download [2025-05-26T03:12:08.297Z] + docker build -t ci-base-image-arm64 -f - . [2025-05-26T03:12:08.885Z] Sending build context to Docker daemon 3.695MB [2025-05-26T03:12:08.885Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-26T03:12:08.885Z] ---> 12c1d4c06be1 [2025-05-26T03:12:08.885Z] Step 2/4 : WORKDIR /edgex [2025-05-26T03:12:10.836Z] ---> Running in 6ab5db56b3c4 [2025-05-26T03:12:11.105Z] Removing intermediate container 6ab5db56b3c4 [2025-05-26T03:12:11.105Z] ---> 26cee0649514 [2025-05-26T03:12:11.105Z] Step 3/4 : COPY go.mod . [2025-05-26T03:12:11.373Z] ---> 2987b96a063d [2025-05-26T03:12:11.373Z] Step 4/4 : RUN go mod download [2025-05-26T03:12:11.645Z] ---> Running in 05eb9bcfaea8 [2025-05-26T03:12:13.565Z] #36 ... [2025-05-26T03:12:13.565Z] [2025-05-26T03:12:13.565Z] #37 [core-keeper internal] load build context [2025-05-26T03:12:13.565Z] #37 transferring context: 391.83MB 5.9s [2025-05-26T03:12:14.941Z] #37 ... [2025-05-26T03:12:14.941Z] [2025-05-26T03:12:14.941Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-26T03:12:14.941Z] #38 ... [2025-05-26T03:12:14.941Z] [2025-05-26T03:12:14.941Z] #37 [core-keeper internal] load build context [2025-05-26T03:12:15.508Z] #37 transferring context: 503.37MB 7.9s done [2025-05-26T03:12:17.411Z] #37 ... [2025-05-26T03:12:17.411Z] [2025-05-26T03:12:17.411Z] #39 [core-command internal] load build context [2025-05-26T03:12:17.411Z] #39 ... [2025-05-26T03:12:17.411Z] [2025-05-26T03:12:17.411Z] #40 [core-data internal] load build context [2025-05-26T03:12:17.411Z] #40 ... [2025-05-26T03:12:17.411Z] [2025-05-26T03:12:17.411Z] #41 [security-proxy-auth internal] load build context [2025-05-26T03:12:17.671Z] #41 ... [2025-05-26T03:12:17.671Z] [2025-05-26T03:12:17.671Z] #42 [security-secretstore-setup internal] load build context [2025-05-26T03:12:17.671Z] #42 ... [2025-05-26T03:12:17.671Z] [2025-05-26T03:12:17.671Z] #43 [security-spiffe-token-provider internal] load build context [2025-05-26T03:12:17.929Z] #43 ... [2025-05-26T03:12:17.929Z] [2025-05-26T03:12:17.929Z] #44 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T03:12:17.929Z] #0 3.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:17.929Z] #0 4.103 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:17.929Z] #0 4.458 (1/4) Installing ca-certificates (20241121-r1) [2025-05-26T03:12:17.929Z] #0 4.470 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:17.929Z] #0 4.474 (3/4) Installing su-exec (0.2-r3) [2025-05-26T03:12:17.929Z] #0 4.478 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T03:12:17.929Z] #0 4.553 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:17.929Z] #0 4.557 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:12:17.929Z] #0 5.065 OK: 19 MiB in 18 packages [2025-05-26T03:12:17.929Z] #44 ... [2025-05-26T03:12:17.929Z] [2025-05-26T03:12:17.929Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T03:12:17.929Z] #45 ... [2025-05-26T03:12:17.929Z] [2025-05-26T03:12:17.929Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T03:12:18.973Z] #46 ... [2025-05-26T03:12:18.973Z] [2025-05-26T03:12:18.973Z] #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T03:12:18.973Z] #47 ... [2025-05-26T03:12:18.973Z] [2025-05-26T03:12:18.973Z] #48 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T03:12:19.231Z] #48 ... [2025-05-26T03:12:19.231Z] [2025-05-26T03:12:19.231Z] #49 [security-spire-server internal] load build context [2025-05-26T03:12:19.231Z] #49 ... [2025-05-26T03:12:19.231Z] [2025-05-26T03:12:19.231Z] #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:19.231Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:19.231Z] #50 ... [2025-05-26T03:12:19.231Z] [2025-05-26T03:12:19.231Z] #51 [security-bootstrapper internal] load build context [2025-05-26T03:12:19.231Z] #51 transferring context: 503.37MB 9.5s done [2025-05-26T03:12:19.231Z] #51 ... [2025-05-26T03:12:19.231Z] [2025-05-26T03:12:19.231Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T03:12:19.488Z] #52 ... [2025-05-26T03:12:19.488Z] [2025-05-26T03:12:19.488Z] #53 [core-metadata internal] load build context [2025-05-26T03:12:19.488Z] #53 transferring context: 503.37MB 10.4s done [2025-05-26T03:12:19.488Z] #53 ... [2025-05-26T03:12:19.488Z] [2025-05-26T03:12:19.488Z] #54 [support-scheduler internal] load build context [2025-05-26T03:12:19.488Z] #54 transferring context: 503.37MB 9.4s done [2025-05-26T03:12:19.488Z] #54 ... [2025-05-26T03:12:19.488Z] [2025-05-26T03:12:19.488Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:12:19.746Z] #55 ... [2025-05-26T03:12:19.746Z] [2025-05-26T03:12:19.746Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T03:12:19.746Z] #56 ... [2025-05-26T03:12:19.746Z] [2025-05-26T03:12:19.746Z] #57 [security-spire-config internal] load build context [2025-05-26T03:12:20.004Z] #57 ... [2025-05-26T03:12:20.004Z] [2025-05-26T03:12:20.004Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T03:12:20.004Z] #58 ... [2025-05-26T03:12:20.004Z] [2025-05-26T03:12:20.004Z] #59 [support-notifications internal] load build context [2025-05-26T03:12:20.004Z] #59 transferring context: 503.37MB 9.6s done [2025-05-26T03:12:20.262Z] #59 ... [2025-05-26T03:12:20.262Z] [2025-05-26T03:12:20.262Z] #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T03:12:20.262Z] #60 ... [2025-05-26T03:12:20.262Z] [2025-05-26T03:12:20.262Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T03:12:20.520Z] #61 ... [2025-05-26T03:12:20.520Z] [2025-05-26T03:12:20.520Z] #62 [security-proxy-setup internal] load build context [2025-05-26T03:12:20.520Z] #62 transferring context: 503.37MB 12.1s done [2025-05-26T03:12:25.789Z] #62 ... [2025-05-26T03:12:25.789Z] [2025-05-26T03:12:25.789Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-26T03:12:25.789Z] #38 transferring context: 503.37MB 9.9s done [2025-05-26T03:12:27.695Z] #38 ... [2025-05-26T03:12:27.695Z] [2025-05-26T03:12:27.695Z] #39 [core-command internal] load build context [2025-05-26T03:12:27.695Z] #39 transferring context: 503.37MB 12.5s done [2025-05-26T03:12:27.695Z] #39 ... [2025-05-26T03:12:27.695Z] [2025-05-26T03:12:27.695Z] #40 [core-data internal] load build context [2025-05-26T03:12:27.695Z] #40 transferring context: 503.37MB 10.0s done [2025-05-26T03:12:27.954Z] #40 ... [2025-05-26T03:12:27.954Z] [2025-05-26T03:12:27.954Z] #41 [security-proxy-auth internal] load build context [2025-05-26T03:12:27.954Z] #41 transferring context: 503.37MB 13.0s done [2025-05-26T03:12:27.954Z] #41 ... [2025-05-26T03:12:27.954Z] [2025-05-26T03:12:27.954Z] #42 [security-secretstore-setup internal] load build context [2025-05-26T03:12:27.954Z] #42 transferring context: 503.37MB 10.7s done [2025-05-26T03:12:28.213Z] #42 ... [2025-05-26T03:12:28.213Z] [2025-05-26T03:12:28.213Z] #43 [security-spiffe-token-provider internal] load build context [2025-05-26T03:12:28.213Z] #43 transferring context: 503.37MB 11.8s done [2025-05-26T03:12:32.402Z] #43 ... [2025-05-26T03:12:32.402Z] [2025-05-26T03:12:32.402Z] #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:32.402Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 24.2s done [2025-05-26T03:12:32.402Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 24.2s done [2025-05-26T03:12:35.709Z] #50 ... [2025-05-26T03:12:35.709Z] [2025-05-26T03:12:35.709Z] #34 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:12:35.709Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:12:35.709Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:12:35.709Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-26T03:12:35.709Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-26T03:12:35.709Z] #34 DONE 1.2s [2025-05-26T03:12:35.709Z] [2025-05-26T03:12:35.709Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T03:12:35.709Z] #45 DONE 27.3s [2025-05-26T03:12:35.709Z] [2025-05-26T03:12:35.709Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:35.709Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 24.2s done [2025-05-26T03:12:35.709Z] #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-26T03:12:42.272Z] #50 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-05-26T03:12:45.557Z] #50 ... [2025-05-26T03:12:45.557Z] [2025-05-26T03:12:45.557Z] #36 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:12:45.557Z] #36 ... [2025-05-26T03:12:45.557Z] [2025-05-26T03:12:45.557Z] #63 [security-spire-agent internal] load build context [2025-05-26T03:12:45.557Z] #63 ... [2025-05-26T03:12:45.557Z] [2025-05-26T03:12:45.557Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:12:45.557Z] #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:12:45.557Z] #64 ... [2025-05-26T03:12:45.557Z] [2025-05-26T03:12:45.557Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:45.557Z] #50 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-05-26T03:12:46.508Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-05-26T03:12:46.508Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-05-26T03:12:46.508Z] #50 ... [2025-05-26T03:12:46.508Z] [2025-05-26T03:12:46.509Z] #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T03:12:46.509Z] #46 DONE 38.8s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #37 [core-keeper internal] load build context [2025-05-26T03:12:46.509Z] #37 DONE 39.0s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #44 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T03:12:46.509Z] #44 DONE 38.8s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #40 [core-data internal] load build context [2025-05-26T03:12:46.509Z] #40 DONE 39.2s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:46.509Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-05-26T03:12:46.509Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-05-26T03:12:46.509Z] #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-05-26T03:12:46.509Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-05-26T03:12:46.509Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-05-26T03:12:46.509Z] #50 ... [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #43 [security-spiffe-token-provider internal] load build context [2025-05-26T03:12:46.509Z] #43 DONE 38.9s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #62 [security-proxy-setup internal] load build context [2025-05-26T03:12:46.509Z] #62 DONE 39.1s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #53 [core-metadata internal] load build context [2025-05-26T03:12:46.509Z] #53 DONE 39.0s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #38 [core-common-config-bootstrapper internal] load build context [2025-05-26T03:12:46.509Z] #38 DONE 38.9s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #59 [support-notifications internal] load build context [2025-05-26T03:12:46.509Z] #59 DONE 38.5s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #54 [support-scheduler internal] load build context [2025-05-26T03:12:46.509Z] #54 DONE 38.6s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #51 [security-bootstrapper internal] load build context [2025-05-26T03:12:46.509Z] #51 DONE 38.6s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #42 [security-secretstore-setup internal] load build context [2025-05-26T03:12:46.509Z] #42 DONE 39.2s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #39 [core-command internal] load build context [2025-05-26T03:12:46.509Z] #39 DONE 39.3s [2025-05-26T03:12:46.509Z] [2025-05-26T03:12:46.509Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:46.509Z] #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-05-26T03:12:46.509Z] #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-05-26T03:12:46.767Z] #50 ... [2025-05-26T03:12:46.767Z] [2025-05-26T03:12:46.767Z] #57 [security-spire-config internal] load build context [2025-05-26T03:12:46.767Z] #57 transferring context: 22.05kB done [2025-05-26T03:12:46.767Z] #57 DONE 38.4s [2025-05-26T03:12:46.767Z] [2025-05-26T03:12:46.767Z] #49 [security-spire-server internal] load build context [2025-05-26T03:12:46.767Z] #49 transferring context: 23.80kB done [2025-05-26T03:12:46.767Z] #49 DONE 38.4s [2025-05-26T03:12:46.767Z] [2025-05-26T03:12:46.767Z] #63 [security-spire-agent internal] load build context [2025-05-26T03:12:46.767Z] #63 transferring context: 23.33kB done [2025-05-26T03:12:46.767Z] #63 DONE 11.5s [2025-05-26T03:12:46.767Z] [2025-05-26T03:12:46.767Z] #41 [security-proxy-auth internal] load build context [2025-05-26T03:12:46.767Z] #41 DONE 39.2s [2025-05-26T03:12:46.767Z] [2025-05-26T03:12:46.767Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:46.767Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 7.34MB / 36.47MB 0.4s [2025-05-26T03:12:46.767Z] #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-05-26T03:12:46.767Z] #50 ... [2025-05-26T03:12:46.767Z] [2025-05-26T03:12:46.767Z] #14 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-26T03:12:46.767Z] #14 DONE 40.3s [2025-05-26T03:12:46.767Z] [2025-05-26T03:12:46.767Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:46.767Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.83MB / 36.47MB 0.5s [2025-05-26T03:12:47.025Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 0.6s [2025-05-26T03:12:47.025Z] #50 ... [2025-05-26T03:12:47.025Z] [2025-05-26T03:12:47.025Z] #65 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-05-26T03:12:47.025Z] #65 DONE 1.0s [2025-05-26T03:12:47.025Z] [2025-05-26T03:12:47.025Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:47.025Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s [2025-05-26T03:12:47.025Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s done [2025-05-26T03:12:47.283Z] #50 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s done [2025-05-26T03:12:47.283Z] #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-05-26T03:12:47.541Z] #50 ... [2025-05-26T03:12:47.541Z] [2025-05-26T03:12:47.541Z] #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T03:12:47.541Z] #56 38.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.541Z] #56 39.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.541Z] #56 39.43 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:47.541Z] #56 39.44 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:47.541Z] #56 39.44 OK: 8 MiB in 15 packages [2025-05-26T03:12:47.541Z] #56 DONE 39.8s [2025-05-26T03:12:47.541Z] [2025-05-26T03:12:47.541Z] #48 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T03:12:47.541Z] #48 39.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.541Z] #48 39.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.541Z] #48 39.74 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:47.541Z] #48 39.74 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:47.541Z] #48 39.75 OK: 8 MiB in 15 packages [2025-05-26T03:12:47.541Z] #48 DONE 40.4s [2025-05-26T03:12:47.541Z] [2025-05-26T03:12:47.541Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:47.541Z] #50 ... [2025-05-26T03:12:47.541Z] [2025-05-26T03:12:47.541Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T03:12:47.541Z] #52 39.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.541Z] #52 39.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.541Z] #52 39.44 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:47.541Z] #52 39.44 (2/4) Installing openssl (3.3.3-r0) [2025-05-26T03:12:47.541Z] #52 39.45 (3/4) Installing su-exec (0.2-r3) [2025-05-26T03:12:47.541Z] #52 39.47 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T03:12:47.541Z] #52 39.55 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:47.541Z] #52 39.55 OK: 19 MiB in 18 packages [2025-05-26T03:12:47.541Z] #52 DONE 39.8s [2025-05-26T03:12:47.541Z] [2025-05-26T03:12:47.541Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:47.800Z] #50 ... [2025-05-26T03:12:47.800Z] [2025-05-26T03:12:47.800Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:12:47.800Z] #55 38.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #55 38.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #55 39.36 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:12:47.800Z] #55 39.36 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:12:47.800Z] #55 39.36 OK: 24171 distinct packages available [2025-05-26T03:12:47.800Z] #55 39.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #55 39.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #55 39.79 (1/14) Installing ca-certificates (20241121-r1) [2025-05-26T03:12:47.800Z] #55 39.80 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-26T03:12:47.800Z] #55 39.81 (3/14) Installing c-ares (1.33.1-r0) [2025-05-26T03:12:47.800Z] #55 39.82 (4/14) Installing libunistring (1.2-r0) [2025-05-26T03:12:47.800Z] #55 39.83 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-26T03:12:47.800Z] #55 39.84 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-26T03:12:47.800Z] #55 39.85 (7/14) Installing libpsl (0.21.5-r1) [2025-05-26T03:12:47.800Z] #55 39.85 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-26T03:12:47.800Z] #55 39.86 (9/14) Installing libcurl (8.12.1-r0) [2025-05-26T03:12:47.800Z] #55 39.87 (10/14) Installing curl (8.12.1-r0) [2025-05-26T03:12:47.800Z] #55 39.89 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:47.800Z] #55 39.90 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-26T03:12:47.800Z] #55 39.92 (13/14) Installing libucontext (1.2-r3) [2025-05-26T03:12:47.800Z] #55 39.93 (14/14) Installing gcompat (1.1.0-r4) [2025-05-26T03:12:47.800Z] #55 39.93 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:47.800Z] #55 39.94 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:12:47.800Z] #55 39.98 OK: 13 MiB in 28 packages [2025-05-26T03:12:47.800Z] #55 DONE 40.1s [2025-05-26T03:12:47.800Z] [2025-05-26T03:12:47.800Z] #60 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T03:12:47.800Z] #60 38.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #60 38.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #60 39.24 (1/7) Installing ca-certificates (20241121-r1) [2025-05-26T03:12:47.800Z] #60 39.29 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:47.800Z] #60 39.29 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-26T03:12:47.800Z] #60 39.32 (4/7) Installing libsodium (1.0.19-r0) [2025-05-26T03:12:47.800Z] #60 39.33 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-26T03:12:47.800Z] #60 39.35 (6/7) Installing libzmq (4.3.5-r2) [2025-05-26T03:12:47.800Z] #60 39.36 (7/7) Installing zeromq (4.3.5-r2) [2025-05-26T03:12:47.800Z] #60 39.37 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:47.800Z] #60 39.37 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:12:47.800Z] #60 39.42 OK: 12 MiB in 21 packages [2025-05-26T03:12:47.800Z] #60 DONE 39.8s [2025-05-26T03:12:47.800Z] [2025-05-26T03:12:47.800Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T03:12:47.800Z] #58 38.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #58 38.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:47.800Z] #58 39.23 (1/3) Installing ca-certificates (20241121-r1) [2025-05-26T03:12:47.800Z] #58 39.27 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:47.800Z] #58 39.28 (3/3) Installing tzdata (2025b-r0) [2025-05-26T03:12:47.800Z] #58 39.35 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:47.800Z] #58 39.35 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:12:47.800Z] #58 39.40 OK: 10 MiB in 17 packages [2025-05-26T03:12:47.800Z] #58 DONE 39.8s [2025-05-26T03:12:47.800Z] [2025-05-26T03:12:47.800Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:48.058Z] #50 ... [2025-05-26T03:12:48.058Z] [2025-05-26T03:12:48.058Z] #47 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T03:12:48.058Z] #47 39.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.058Z] #47 39.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.058Z] #47 39.67 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:48.058Z] #47 39.68 (2/2) Installing su-exec (0.2-r3) [2025-05-26T03:12:48.058Z] #47 39.68 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:48.058Z] #47 39.69 OK: 8 MiB in 16 packages [2025-05-26T03:12:48.058Z] #47 DONE 39.9s [2025-05-26T03:12:48.058Z] [2025-05-26T03:12:48.058Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:48.991Z] #50 ... [2025-05-26T03:12:48.991Z] [2025-05-26T03:12:48.991Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T03:12:48.991Z] #61 39.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #61 39.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #61 39.91 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:12:48.991Z] #61 39.91 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:12:48.991Z] #61 39.91 OK: 24171 distinct packages available [2025-05-26T03:12:48.991Z] #61 39.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #61 40.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #61 40.30 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:48.991Z] #61 40.30 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-26T03:12:48.991Z] #61 40.30 (3/4) Installing libucontext (1.2-r3) [2025-05-26T03:12:48.991Z] #61 40.31 (4/4) Installing gcompat (1.1.0-r4) [2025-05-26T03:12:48.991Z] #61 40.31 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:48.991Z] #61 40.32 OK: 8 MiB in 18 packages [2025-05-26T03:12:48.991Z] #61 DONE 40.6s [2025-05-26T03:12:48.991Z] [2025-05-26T03:12:48.991Z] #36 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:12:48.991Z] #36 39.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #36 39.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #36 39.55 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:12:48.991Z] #36 39.55 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:12:48.991Z] #36 39.55 OK: 24171 distinct packages available [2025-05-26T03:12:48.991Z] #36 39.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #36 39.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:48.991Z] #36 39.90 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:48.991Z] #36 39.91 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-26T03:12:48.991Z] #36 39.91 (3/5) Installing libucontext (1.2-r3) [2025-05-26T03:12:48.991Z] #36 39.91 (4/5) Installing gcompat (1.1.0-r4) [2025-05-26T03:12:48.991Z] #36 39.92 (5/5) Installing openssl (3.3.3-r0) [2025-05-26T03:12:48.991Z] #36 39.93 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:48.991Z] #36 39.94 OK: 9 MiB in 19 packages [2025-05-26T03:12:48.991Z] #36 DONE 40.6s [2025-05-26T03:12:48.991Z] [2025-05-26T03:12:48.991Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:12:48.991Z] #50 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.7s done [2025-05-26T03:12:49.249Z] #50 ... [2025-05-26T03:12:49.249Z] [2025-05-26T03:12:49.249Z] #66 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T03:12:49.249Z] #0 2.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:49.249Z] #0 2.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:49.249Z] #0 2.635 OK: 19 MiB in 18 packages [2025-05-26T03:12:49.249Z] #66 DONE 2.8s [2025-05-26T03:12:49.507Z] [2025-05-26T03:12:49.507Z] #64 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:12:49.507Z] #64 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11.1s done [2025-05-26T03:12:49.507Z] #64 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-05-26T03:12:49.507Z] #64 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-05-26T03:12:49.508Z] #64 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-05-26T03:12:49.508Z] #64 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-05-26T03:12:49.508Z] #64 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done [2025-05-26T03:12:49.508Z] #64 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-26T03:12:49.508Z] #64 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.1s done [2025-05-26T03:12:49.508Z] #64 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.4s done [2025-05-26T03:12:49.508Z] #64 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-05-26T03:12:49.508Z] #64 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.1s done [2025-05-26T03:12:49.765Z] #64 ... [2025-05-26T03:12:49.765Z] [2025-05-26T03:12:49.765Z] #67 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:12:49.765Z] #67 DONE 0.0s [2025-05-26T03:12:49.765Z] [2025-05-26T03:12:49.765Z] #68 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:12:49.765Z] #0 2.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:49.765Z] #0 2.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:49.765Z] #0 2.547 OK: 248 MiB in 58 packages [2025-05-26T03:12:49.765Z] #68 DONE 3.3s [2025-05-26T03:12:49.765Z] [2025-05-26T03:12:49.765Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T03:12:49.765Z] #0 2.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:49.765Z] #0 2.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:49.765Z] #0 2.747 OK: 248 MiB in 58 packages [2025-05-26T03:12:49.765Z] #69 DONE 2.9s [2025-05-26T03:12:49.765Z] [2025-05-26T03:12:49.765Z] #70 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:12:50.023Z] #70 ... [2025-05-26T03:12:50.023Z] [2025-05-26T03:12:50.023Z] #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:12:50.023Z] #71 DONE 0.1s [2025-05-26T03:12:50.023Z] [2025-05-26T03:12:50.023Z] #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:12:50.281Z] #72 ... [2025-05-26T03:12:50.281Z] [2025-05-26T03:12:50.281Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T03:12:50.281Z] #0 2.151 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.281Z] #0 2.610 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.281Z] #0 3.283 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T03:12:50.281Z] #0 3.574 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:12:50.281Z] #0 3.584 OK: 8 MiB in 15 packages [2025-05-26T03:12:50.281Z] #73 DONE 3.7s [2025-05-26T03:12:50.281Z] [2025-05-26T03:12:50.281Z] #74 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T03:12:50.281Z] #74 DONE 3.3s [2025-05-26T03:12:50.281Z] [2025-05-26T03:12:50.281Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T03:12:50.539Z] #75 ... [2025-05-26T03:12:50.539Z] [2025-05-26T03:12:50.539Z] #76 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T03:12:50.539Z] #0 2.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.539Z] #0 2.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.539Z] #0 3.010 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:12:50.539Z] #0 3.010 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:12:50.539Z] #0 3.010 OK: 24171 distinct packages available [2025-05-26T03:12:50.539Z] #0 3.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.539Z] #0 3.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.539Z] #0 3.410 OK: 248 MiB in 58 packages [2025-05-26T03:12:50.539Z] #76 DONE 3.5s [2025-05-26T03:12:50.539Z] [2025-05-26T03:12:50.539Z] #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:12:50.539Z] #77 DONE 0.0s [2025-05-26T03:12:50.539Z] [2025-05-26T03:12:50.539Z] #78 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T03:12:50.539Z] #0 3.157 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.539Z] #0 3.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.539Z] #0 3.515 OK: 248 MiB in 58 packages [2025-05-26T03:12:50.539Z] #78 DONE 3.6s [2025-05-26T03:12:50.798Z] [2025-05-26T03:12:50.798Z] #79 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:12:50.798Z] #79 DONE 0.1s [2025-05-26T03:12:50.798Z] [2025-05-26T03:12:50.798Z] #80 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:12:50.798Z] #0 3.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.798Z] #0 3.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:50.798Z] #0 4.051 OK: 248 MiB in 58 packages [2025-05-26T03:12:50.798Z] #80 DONE 4.2s [2025-05-26T03:12:50.798Z] [2025-05-26T03:12:50.798Z] #81 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:12:50.798Z] #81 DONE 0.1s [2025-05-26T03:12:50.798Z] [2025-05-26T03:12:50.798Z] #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:12:51.055Z] #82 ... [2025-05-26T03:12:51.055Z] [2025-05-26T03:12:51.055Z] #83 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-05-26T03:12:51.055Z] #0 3.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.055Z] #0 3.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.055Z] #0 3.437 OK: 8 MiB in 15 packages [2025-05-26T03:12:51.055Z] #83 DONE 4.2s [2025-05-26T03:12:51.055Z] [2025-05-26T03:12:51.056Z] #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:12:51.622Z] #84 ... [2025-05-26T03:12:51.622Z] [2025-05-26T03:12:51.622Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T03:12:51.622Z] #0 3.577 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.622Z] #0 3.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.622Z] #0 3.964 OK: 19 MiB in 18 packages [2025-05-26T03:12:51.622Z] #85 DONE 4.1s [2025-05-26T03:12:51.622Z] [2025-05-26T03:12:51.622Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-26T03:12:51.622Z] #86 DONE 0.0s [2025-05-26T03:12:51.622Z] [2025-05-26T03:12:51.622Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:12:51.622Z] #0 3.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.622Z] #0 3.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.622Z] #0 4.105 OK: 8 MiB in 15 packages [2025-05-26T03:12:51.622Z] #87 DONE 4.2s [2025-05-26T03:12:51.622Z] [2025-05-26T03:12:51.622Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:12:51.622Z] #0 3.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.622Z] #0 3.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.622Z] #0 3.752 OK: 12 MiB in 21 packages [2025-05-26T03:12:51.881Z] #88 DONE 3.8s [2025-05-26T03:12:51.881Z] [2025-05-26T03:12:51.881Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:12:51.881Z] #0 3.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:51.881Z] #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:52.140Z] #89 4.165 OK: 13 MiB in 28 packages [2025-05-26T03:12:52.140Z] #89 DONE 4.3s [2025-05-26T03:12:52.140Z] [2025-05-26T03:12:52.140Z] #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:12:52.140Z] #0 3.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:52.140Z] #0 4.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:52.397Z] #90 4.535 OK: 10 MiB in 17 packages [2025-05-26T03:12:52.654Z] #90 DONE 4.6s [2025-05-26T03:12:52.654Z] [2025-05-26T03:12:52.654Z] #91 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T03:12:52.654Z] #0 4.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:52.654Z] #0 4.234 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:52.654Z] #0 4.519 OK: 8 MiB in 16 packages [2025-05-26T03:12:52.654Z] #91 DONE 4.6s [2025-05-26T03:12:52.654Z] [2025-05-26T03:12:52.654Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T03:12:52.912Z] #92 ... [2025-05-26T03:12:52.912Z] [2025-05-26T03:12:52.912Z] #93 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T03:12:52.912Z] #0 3.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:52.912Z] #0 3.755 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:52.912Z] #0 4.025 OK: 8 MiB in 18 packages [2025-05-26T03:12:52.912Z] #93 DONE 4.1s [2025-05-26T03:12:53.186Z] [2025-05-26T03:12:53.186Z] #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:12:54.131Z] #94 DONE 0.7s [2025-05-26T03:12:54.131Z] [2025-05-26T03:12:54.131Z] #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-05-26T03:12:54.131Z] #0 3.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:54.131Z] #0 4.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:54.131Z] #0 4.304 OK: 9 MiB in 19 packages [2025-05-26T03:12:54.131Z] #95 DONE 4.9s [2025-05-26T03:12:54.131Z] [2025-05-26T03:12:54.131Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-26T03:12:54.701Z] #96 DONE 0.8s [2025-05-26T03:12:54.701Z] [2025-05-26T03:12:54.701Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T03:12:54.701Z] #75 2.533 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:54.702Z] #75 3.040 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-26T03:12:54.702Z] #75 3.735 OK: 248 MiB in 58 packages [2025-05-26T03:12:54.702Z] #75 DONE 4.3s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-26T03:12:54.702Z] #97 DONE 0.8s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T03:12:54.702Z] #92 DONE 1.9s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:12:54.702Z] #98 DONE 0.8s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #99 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-26T03:12:54.702Z] #99 DONE 0.1s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #100 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T03:12:54.702Z] #100 DONE 0.2s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-26T03:12:54.702Z] #101 DONE 0.1s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #102 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-26T03:12:54.702Z] #102 DONE 0.1s [2025-05-26T03:12:54.702Z] [2025-05-26T03:12:54.702Z] #103 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:12:55.648Z] #103 ... [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #104 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T03:12:55.648Z] #104 DONE 0.8s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:12:55.648Z] #105 DONE 1.0s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-26T03:12:55.648Z] #106 DONE 0.8s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-26T03:12:55.648Z] #107 DONE 0.1s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-26T03:12:55.648Z] #108 DONE 0.1s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-26T03:12:55.648Z] #109 DONE 0.1s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T03:12:55.648Z] #110 DONE 0.1s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-26T03:12:55.648Z] #111 DONE 0.1s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #112 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-26T03:12:55.648Z] #112 DONE 0.1s [2025-05-26T03:12:55.648Z] [2025-05-26T03:12:55.648Z] #113 [security-spire-config] exporting to image [2025-05-26T03:12:55.648Z] #113 exporting layers [2025-05-26T03:12:55.908Z] #113 ... [2025-05-26T03:12:55.908Z] [2025-05-26T03:12:55.908Z] #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-26T03:12:55.908Z] #114 DONE 0.1s [2025-05-26T03:12:55.908Z] [2025-05-26T03:12:55.908Z] #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T03:12:55.908Z] #115 DONE 0.1s [2025-05-26T03:12:55.908Z] [2025-05-26T03:12:55.908Z] #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-26T03:12:55.908Z] #116 DONE 0.0s [2025-05-26T03:12:55.908Z] [2025-05-26T03:12:55.908Z] #113 [security-spire-server] exporting to image [2025-05-26T03:12:55.908Z] #113 ... [2025-05-26T03:12:55.908Z] [2025-05-26T03:12:55.908Z] #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-26T03:12:55.908Z] #117 DONE 0.0s [2025-05-26T03:12:55.908Z] [2025-05-26T03:12:55.908Z] #113 [security-spire-agent] exporting to image [2025-05-26T03:12:56.476Z] #113 exporting layers 0.7s done [2025-05-26T03:12:56.476Z] #113 writing image sha256:049623b19a299e61e27bf507c5c7f37f9b44909736a2ae22fce9fdab099c6d08 done [2025-05-26T03:12:56.476Z] #113 naming to docker.io/library/security-spire-config done [2025-05-26T03:12:56.476Z] #113 writing image sha256:50b5ad9485e2e82eb7c03473af422a69473941ac991bd4d95ea8dfda9d7a3e3a done [2025-05-26T03:12:56.476Z] #113 naming to docker.io/library/security-spire-server done [2025-05-26T03:12:56.736Z] #113 exporting layers 0.7s done [2025-05-26T03:12:56.736Z] #113 writing image sha256:710a816ca2912e985a9052f9f9eaa24fc1b621f6738fc43daec081ed15529fd6 done [2025-05-26T03:12:56.736Z] #113 naming to docker.io/library/security-spire-agent done [2025-05-26T03:12:56.736Z] #113 DONE 0.9s [2025-05-26T03:12:56.736Z] [2025-05-26T03:12:56.736Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:08.050Z] Removing intermediate container 05eb9bcfaea8 [2025-05-26T03:13:08.050Z] ---> b772965bd537 [2025-05-26T03:13:08.050Z] Successfully built b772965bd537 [2025-05-26T03:13:08.050Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:13:08.393Z] + docker inspect -f . ci-base-image-arm64 [2025-05-26T03:13:08.393Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:13:08.601Z] prd-ubuntu20.04-docker-arm64-4c-16g-2258 does not seem to be running inside a container [2025-05-26T03:13:08.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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-26T03:13:09.789Z] $ docker top 77302bb5ed574fd0fe95650eff245732613df9c6a1da9e040fb77d6ac6bca845 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:13:10.608Z] + go version [2025-05-26T03:13:10.608Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-05-26T03:13:10.622Z] $ docker stop --time=1 77302bb5ed574fd0fe95650eff245732613df9c6a1da9e040fb77d6ac6bca845 [2025-05-26T03:13:12.195Z] $ docker rm -f --volumes 77302bb5ed574fd0fe95650eff245732613df9c6a1da9e040fb77d6ac6bca845 [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-26T03:13:12.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T03:13:12.900Z] [2025-05-26T03:13:12.900Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:13:13.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T03:13:13.245Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-05-26T03:13:13.245Z] 547446be3368: Pulling fs layer [2025-05-26T03:13:13.245Z] d125d8839a47: Pulling fs layer [2025-05-26T03:13:13.245Z] 3e85d5ac6304: Pulling fs layer [2025-05-26T03:13:13.245Z] c3105a71a48b: Pulling fs layer [2025-05-26T03:13:13.245Z] 0f093f025ec4: Pulling fs layer [2025-05-26T03:13:13.245Z] c3106fc0e877: Pulling fs layer [2025-05-26T03:13:13.245Z] c3105a71a48b: Waiting [2025-05-26T03:13:13.245Z] 0f093f025ec4: Waiting [2025-05-26T03:13:13.245Z] c3106fc0e877: Waiting [2025-05-26T03:13:13.511Z] 547446be3368: Verifying Checksum [2025-05-26T03:13:13.511Z] 547446be3368: Download complete [2025-05-26T03:13:13.511Z] c3105a71a48b: Verifying Checksum [2025-05-26T03:13:13.511Z] c3105a71a48b: Download complete [2025-05-26T03:13:13.778Z] d125d8839a47: Verifying Checksum [2025-05-26T03:13:13.778Z] d125d8839a47: Download complete [2025-05-26T03:13:13.778Z] c3106fc0e877: Verifying Checksum [2025-05-26T03:13:13.778Z] c3106fc0e877: Download complete [2025-05-26T03:13:14.046Z] 0f093f025ec4: Verifying Checksum [2025-05-26T03:13:14.046Z] 0f093f025ec4: Download complete [2025-05-26T03:13:14.313Z] 547446be3368: Pull complete [2025-05-26T03:13:15.275Z] d125d8839a47: Pull complete [2025-05-26T03:13:15.858Z] 3e85d5ac6304: Verifying Checksum [2025-05-26T03:13:15.858Z] 3e85d5ac6304: Download complete [2025-05-26T03:13:25.939Z] 3e85d5ac6304: Pull complete [2025-05-26T03:13:25.939Z] c3105a71a48b: Pull complete [2025-05-26T03:13:26.901Z] 0f093f025ec4: Pull complete [2025-05-26T03:13:26.901Z] c3106fc0e877: Pull complete [2025-05-26T03:13:26.901Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-05-26T03:13:26.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-26T03:13:26.901Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:13:27.109Z] prd-ubuntu20.04-docker-arm64-4c-16g-2258 does not seem to be running inside a container [2025-05-26T03:13:27.169Z] $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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-26T03:13:28.811Z] #118 ... [2025-05-26T03:13:28.811Z] [2025-05-26T03:13:28.811Z] #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:28.811Z] #82 DONE 32.8s [2025-05-26T03:13:28.811Z] [2025-05-26T03:13:28.811Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:28.811Z] #118 DONE 32.9s [2025-05-26T03:13:28.811Z] [2025-05-26T03:13:28.811Z] #103 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:28.811Z] #103 DONE 28.7s [2025-05-26T03:13:28.811Z] [2025-05-26T03:13:28.811Z] #72 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:28.811Z] #72 DONE 33.6s [2025-05-26T03:13:28.811Z] [2025-05-26T03:13:28.811Z] #84 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:28.811Z] #84 DONE 32.8s [2025-05-26T03:13:28.811Z] [2025-05-26T03:13:28.811Z] #70 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:28.811Z] #70 DONE 33.8s [2025-05-26T03:13:28.811Z] [2025-05-26T03:13:28.811Z] #119 [core-keeper builder 7/8] COPY . . [2025-05-26T03:13:29.181Z] $ docker top bbcd77c4d146ed58e0756e8bd77142156109c20e73f58aa9ca3e319e7013e595 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:13:29.748Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-26T03:13:34.082Z] #119 ... [2025-05-26T03:13:34.082Z] [2025-05-26T03:13:34.082Z] #120 [support-notifications builder 6/7] COPY . . [2025-05-26T03:13:34.082Z] #120 ... [2025-05-26T03:13:34.082Z] [2025-05-26T03:13:34.082Z] #121 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T03:13:34.082Z] #121 ... [2025-05-26T03:13:34.082Z] [2025-05-26T03:13:34.082Z] #122 [core-data builder 6/7] COPY . . [2025-05-26T03:13:34.083Z] #122 ... [2025-05-26T03:13:34.083Z] [2025-05-26T03:13:34.083Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T03:13:34.083Z] #123 ... [2025-05-26T03:13:34.083Z] [2025-05-26T03:13:34.083Z] #124 [support-scheduler builder 6/7] COPY . . [2025-05-26T03:13:39.856Z] #1 [support-scheduler internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #1 transferring dockerfile: [2025-05-26T03:13:39.856Z] #1 transferring dockerfile: 1.83kB done [2025-05-26T03:13:39.856Z] #1 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #2 [core-command internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #2 transferring dockerfile: 1.94kB done [2025-05-26T03:13:39.856Z] #2 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #3 transferring dockerfile: 2.00kB 0.0s done [2025-05-26T03:13:39.856Z] #3 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #4 [core-metadata internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #4 transferring dockerfile: 2.10kB done [2025-05-26T03:13:39.856Z] #4 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #5 [security-spire-config internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #5 transferring dockerfile: 1.69kB 0.0s done [2025-05-26T03:13:39.856Z] #5 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #6 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #6 transferring dockerfile: 3.02kB done [2025-05-26T03:13:39.856Z] #6 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #7 transferring dockerfile: 2.49kB done [2025-05-26T03:13:39.856Z] #7 DONE 0.0s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #8 transferring dockerfile: 1.81kB done [2025-05-26T03:13:39.856Z] #8 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #9 [core-data internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #9 transferring dockerfile: 2.04kB done [2025-05-26T03:13:39.856Z] #9 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-26T03:13:39.856Z] #10 transferring dockerfile: 2.50kB done [2025-05-26T03:13:39.856Z] #10 DONE 0.1s [2025-05-26T03:13:39.856Z] [2025-05-26T03:13:39.856Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-26T03:13:40.129Z] #11 transferring dockerfile: 2.14kB done [2025-05-26T03:13:40.129Z] #11 DONE 0.1s [2025-05-26T03:13:40.129Z] [2025-05-26T03:13:40.129Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-26T03:13:40.129Z] #12 transferring dockerfile: 2.23kB done [2025-05-26T03:13:40.129Z] #12 DONE 0.1s [2025-05-26T03:13:40.129Z] [2025-05-26T03:13:40.129Z] #13 [core-keeper internal] load build definition from Dockerfile [2025-05-26T03:13:40.129Z] #13 transferring dockerfile: 2.01kB 0.0s done [2025-05-26T03:13:40.129Z] #13 DONE 0.1s [2025-05-26T03:13:40.129Z] [2025-05-26T03:13:40.129Z] #14 [security-spire-server internal] load build definition from Dockerfile [2025-05-26T03:13:40.129Z] #14 transferring dockerfile: 1.70kB done [2025-05-26T03:13:40.129Z] #14 DONE 0.1s [2025-05-26T03:13:40.129Z] [2025-05-26T03:13:40.129Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-26T03:13:40.394Z] #15 transferring dockerfile: 1.89kB 0.0s done [2025-05-26T03:13:40.394Z] #15 DONE 0.1s [2025-05-26T03:13:40.394Z] [2025-05-26T03:13:40.394Z] #16 [support-scheduler internal] load .dockerignore [2025-05-26T03:13:40.394Z] #16 transferring context: 50B done [2025-05-26T03:13:40.394Z] #16 DONE 0.0s [2025-05-26T03:13:40.985Z] [2025-05-26T03:13:40.985Z] #17 [core-command internal] load .dockerignore [2025-05-26T03:13:40.985Z] #17 transferring context: 50B done [2025-05-26T03:13:40.985Z] #17 DONE 0.0s [2025-05-26T03:13:40.985Z] [2025-05-26T03:13:40.985Z] #18 [support-notifications internal] load .dockerignore [2025-05-26T03:13:40.985Z] #18 transferring context: 50B done [2025-05-26T03:13:40.985Z] #18 DONE 0.1s [2025-05-26T03:13:40.985Z] [2025-05-26T03:13:40.985Z] #19 [security-spire-config internal] load .dockerignore [2025-05-26T03:13:41.256Z] #19 transferring context: 50B 0.0s done [2025-05-26T03:13:41.256Z] #19 DONE 0.1s [2025-05-26T03:13:41.256Z] [2025-05-26T03:13:41.256Z] #20 [core-metadata internal] load .dockerignore [2025-05-26T03:13:41.256Z] #20 transferring context: 50B 0.0s done [2025-05-26T03:13:41.256Z] #20 DONE 0.1s [2025-05-26T03:13:41.256Z] [2025-05-26T03:13:41.256Z] #21 [security-bootstrapper internal] load .dockerignore [2025-05-26T03:13:41.256Z] #21 transferring context: 50B done [2025-05-26T03:13:41.256Z] #21 DONE 0.1s [2025-05-26T03:13:41.256Z] [2025-05-26T03:13:41.256Z] #22 [security-secretstore-setup internal] load .dockerignore [2025-05-26T03:13:41.256Z] #22 transferring context: 50B done [2025-05-26T03:13:41.256Z] #22 DONE 0.1s [2025-05-26T03:13:41.256Z] [2025-05-26T03:13:41.256Z] #23 [security-spire-agent internal] load .dockerignore [2025-05-26T03:13:41.535Z] #23 transferring context: 50B done [2025-05-26T03:13:41.535Z] #23 DONE 0.1s [2025-05-26T03:13:41.535Z] [2025-05-26T03:13:41.535Z] #24 [core-data internal] load .dockerignore [2025-05-26T03:13:41.535Z] #24 transferring context: 50B done [2025-05-26T03:13:41.535Z] #24 DONE 0.1s [2025-05-26T03:13:41.535Z] [2025-05-26T03:13:41.535Z] #25 [security-proxy-setup internal] load .dockerignore [2025-05-26T03:13:41.535Z] #25 transferring context: 50B done [2025-05-26T03:13:41.535Z] #25 DONE 0.1s [2025-05-26T03:13:41.535Z] [2025-05-26T03:13:41.535Z] #26 [security-proxy-auth internal] load .dockerignore [2025-05-26T03:13:41.535Z] #26 transferring context: 50B done [2025-05-26T03:13:41.535Z] #26 DONE 0.1s [2025-05-26T03:13:41.535Z] [2025-05-26T03:13:41.535Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-26T03:13:41.535Z] #27 transferring context: 50B done [2025-05-26T03:13:41.535Z] #27 DONE 0.1s [2025-05-26T03:13:41.535Z] [2025-05-26T03:13:41.535Z] #28 [core-keeper internal] load .dockerignore [2025-05-26T03:13:41.808Z] #28 transferring context: 50B 0.0s done [2025-05-26T03:13:41.808Z] #28 DONE 0.1s [2025-05-26T03:13:41.808Z] [2025-05-26T03:13:41.808Z] #29 [security-spire-server internal] load .dockerignore [2025-05-26T03:13:41.808Z] #29 transferring context: 50B done [2025-05-26T03:13:41.808Z] #29 DONE 0.1s [2025-05-26T03:13:41.808Z] [2025-05-26T03:13:41.808Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2025-05-26T03:13:41.808Z] #30 transferring context: 50B done [2025-05-26T03:13:41.808Z] #30 DONE 0.1s [2025-05-26T03:13:41.808Z] [2025-05-26T03:13:41.808Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:41.808Z] #31 DONE 0.0s [2025-05-26T03:13:41.808Z] [2025-05-26T03:13:41.808Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:13:42.080Z] #32 DONE 0.2s [2025-05-26T03:13:42.080Z] [2025-05-26T03:13:42.080Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:42.080Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:42.080Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:42.080Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:42.080Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:42.080Z] #33 DONE 0.1s [2025-05-26T03:13:42.080Z] [2025-05-26T03:13:42.080Z] #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T03:13:42.668Z] #34 ... [2025-05-26T03:13:42.668Z] [2025-05-26T03:13:42.668Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:42.668Z] #31 DONE 0.0s [2025-05-26T03:13:42.668Z] [2025-05-26T03:13:42.668Z] #35 [support-scheduler internal] load build context [2025-05-26T03:13:42.668Z] #35 transferring context: 3.22MB 0.6s done [2025-05-26T03:13:42.668Z] #35 DONE 0.8s [2025-05-26T03:13:42.934Z] [2025-05-26T03:13:42.934Z] #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:42.934Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:42.934Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:42.934Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:42.934Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:42.934Z] #33 DONE 0.2s [2025-05-26T03:13:42.934Z] [2025-05-26T03:13:42.934Z] #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T03:13:42.934Z] #36 DONE 1.5s [2025-05-26T03:13:42.934Z] [2025-05-26T03:13:42.934Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:42.934Z] #31 DONE 0.0s [2025-05-26T03:13:42.934Z] [2025-05-26T03:13:42.934Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:42.934Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:42.934Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:42.934Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:42.934Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:42.934Z] #33 DONE 0.3s [2025-05-26T03:13:42.934Z] [2025-05-26T03:13:42.934Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:13:42.934Z] #32 DONE 0.3s [2025-05-26T03:13:42.934Z] [2025-05-26T03:13:42.934Z] #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T03:13:42.934Z] #36 DONE 1.5s [2025-05-26T03:13:42.934Z] [2025-05-26T03:13:42.934Z] #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T03:13:43.204Z] #37 ... [2025-05-26T03:13:43.204Z] [2025-05-26T03:13:43.204Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:43.204Z] #31 DONE 0.0s [2025-05-26T03:13:43.204Z] [2025-05-26T03:13:43.204Z] #38 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-05-26T03:13:43.204Z] #38 DONE 0.8s [2025-05-26T03:13:43.204Z] [2025-05-26T03:13:43.204Z] #39 [support-notifications internal] load build context [2025-05-26T03:13:43.470Z] #39 ... [2025-05-26T03:13:43.470Z] [2025-05-26T03:13:43.470Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:43.470Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:43.470Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:43.470Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:43.470Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:43.470Z] #33 DONE 0.3s [2025-05-26T03:13:43.470Z] [2025-05-26T03:13:43.470Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:43.470Z] #31 DONE 0.0s [2025-05-26T03:13:43.470Z] [2025-05-26T03:13:43.470Z] #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T03:13:43.470Z] #36 DONE 1.6s [2025-05-26T03:13:43.470Z] [2025-05-26T03:13:43.470Z] #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-05-26T03:13:43.470Z] #38 DONE 0.9s [2025-05-26T03:13:43.470Z] [2025-05-26T03:13:43.470Z] #39 [support-notifications internal] load build context [2025-05-26T03:13:44.054Z] #39 ... [2025-05-26T03:13:44.054Z] [2025-05-26T03:13:44.054Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:44.054Z] #31 DONE 0.0s [2025-05-26T03:13:44.054Z] [2025-05-26T03:13:44.054Z] #39 [support-notifications internal] load build context [2025-05-26T03:13:44.323Z] #39 ... [2025-05-26T03:13:44.323Z] [2025-05-26T03:13:44.323Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:44.323Z] #31 DONE 0.0s [2025-05-26T03:13:44.323Z] [2025-05-26T03:13:44.323Z] #39 [support-notifications internal] load build context [2025-05-26T03:13:44.590Z] #39 ... [2025-05-26T03:13:44.590Z] [2025-05-26T03:13:44.590Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:44.590Z] #31 DONE 0.0s [2025-05-26T03:13:44.590Z] [2025-05-26T03:13:44.590Z] #39 [support-notifications internal] load build context [2025-05-26T03:13:44.859Z] #39 ... [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:44.859Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:44.859Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:44.859Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:44.859Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:44.859Z] #33 DONE 0.4s [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T03:13:44.859Z] #36 DONE 1.7s [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #38 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-05-26T03:13:44.859Z] #38 DONE 1.0s [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:13:44.859Z] #32 DONE 1.8s [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #40 [core-data internal] load build context [2025-05-26T03:13:44.859Z] #40 DONE 0.0s [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #39 [support-notifications internal] load build context [2025-05-26T03:13:44.859Z] #39 transferring context: 3.22MB 1.5s done [2025-05-26T03:13:44.859Z] #39 DONE 1.8s [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:44.859Z] #31 DONE 0.0s [2025-05-26T03:13:44.859Z] [2025-05-26T03:13:44.859Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:13:45.133Z] #32 ... [2025-05-26T03:13:45.133Z] [2025-05-26T03:13:45.133Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:45.133Z] #31 DONE 0.0s [2025-05-26T03:13:45.133Z] [2025-05-26T03:13:45.133Z] #41 [core-metadata internal] load build context [2025-05-26T03:13:45.133Z] #41 transferring context: 3.22MB 1.7s done [2025-05-26T03:13:45.133Z] #41 DONE 2.1s [2025-05-26T03:13:45.133Z] [2025-05-26T03:13:45.133Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:13:45.133Z] #32 ... [2025-05-26T03:13:45.133Z] [2025-05-26T03:13:45.133Z] #42 [core-command internal] load build context [2025-05-26T03:13:45.133Z] #42 transferring context: 3.22MB 1.9s done [2025-05-26T03:13:45.133Z] #42 DONE 2.3s [2025-05-26T03:13:45.403Z] [2025-05-26T03:13:45.403Z] #43 [security-bootstrapper internal] load build context [2025-05-26T03:13:45.403Z] #43 transferring context: 3.22MB 1.3s done [2025-05-26T03:13:45.672Z] #43 DONE 2.1s [2025-05-26T03:13:45.672Z] [2025-05-26T03:13:45.672Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:45.672Z] #44 ... [2025-05-26T03:13:45.672Z] [2025-05-26T03:13:45.672Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:45.672Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:45.672Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:45.672Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:45.672Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:45.672Z] #33 DONE 0.4s [2025-05-26T03:13:45.672Z] [2025-05-26T03:13:45.672Z] #45 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-26T03:13:45.672Z] #45 DONE 2.5s [2025-05-26T03:13:45.672Z] [2025-05-26T03:13:45.672Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:45.672Z] #46 DONE 0.0s [2025-05-26T03:13:45.672Z] [2025-05-26T03:13:45.672Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:45.939Z] #44 ... [2025-05-26T03:13:45.939Z] [2025-05-26T03:13:45.939Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-26T03:13:45.939Z] #31 DONE 0.1s [2025-05-26T03:13:45.939Z] [2025-05-26T03:13:45.939Z] #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-26T03:13:45.939Z] #47 DONE 2.1s [2025-05-26T03:13:45.939Z] [2025-05-26T03:13:45.939Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:46.209Z] #44 ... [2025-05-26T03:13:46.209Z] [2025-05-26T03:13:46.209Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:46.209Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:46.209Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:46.209Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:46.209Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:46.209Z] #33 DONE 0.5s [2025-05-26T03:13:46.209Z] [2025-05-26T03:13:46.209Z] #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T03:13:46.209Z] #36 DONE 1.7s [2025-05-26T03:13:46.209Z] [2025-05-26T03:13:46.209Z] #38 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-05-26T03:13:46.209Z] #38 DONE 1.0s [2025-05-26T03:13:46.209Z] [2025-05-26T03:13:46.209Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-26T03:13:46.209Z] #32 DONE 3.1s [2025-05-26T03:13:46.209Z] [2025-05-26T03:13:46.209Z] #48 [security-spiffe-token-provider internal] load build context [2025-05-26T03:13:46.209Z] #48 DONE 0.0s [2025-05-26T03:13:46.209Z] [2025-05-26T03:13:46.209Z] #49 [core-keeper internal] load build context [2025-05-26T03:13:46.209Z] #49 DONE 0.0s [2025-05-26T03:13:46.209Z] [2025-05-26T03:13:46.209Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:46.325Z] #124 ... [2025-05-26T03:13:46.326Z] [2025-05-26T03:13:46.326Z] #120 [support-notifications builder 6/7] COPY . . [2025-05-26T03:13:46.326Z] #120 DONE 22.9s [2025-05-26T03:13:46.326Z] [2025-05-26T03:13:46.326Z] #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:13:46.477Z] #44 ... [2025-05-26T03:13:46.477Z] [2025-05-26T03:13:46.477Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-26T03:13:46.478Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-26T03:13:46.478Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-26T03:13:46.478Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-26T03:13:46.478Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-26T03:13:46.478Z] #33 DONE 0.5s [2025-05-26T03:13:46.478Z] [2025-05-26T03:13:46.478Z] #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-26T03:13:46.478Z] #36 DONE 1.7s [2025-05-26T03:13:46.478Z] [2025-05-26T03:13:46.478Z] #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-05-26T03:13:46.478Z] #38 DONE 1.0s [2025-05-26T03:13:46.478Z] [2025-05-26T03:13:46.478Z] #50 [core-common-config-bootstrapper internal] load build context [2025-05-26T03:13:46.478Z] #50 DONE 0.0s [2025-05-26T03:13:46.478Z] [2025-05-26T03:13:46.478Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:46.586Z] #125 ... [2025-05-26T03:13:46.586Z] [2025-05-26T03:13:46.586Z] #119 [core-keeper builder 7/8] COPY . . [2025-05-26T03:13:46.586Z] #119 DONE 23.0s [2025-05-26T03:13:46.586Z] [2025-05-26T03:13:46.586Z] #124 [support-scheduler builder 6/7] COPY . . [2025-05-26T03:13:46.586Z] #124 DONE 23.1s [2025-05-26T03:13:46.586Z] [2025-05-26T03:13:46.586Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T03:13:46.586Z] #123 DONE 23.3s [2025-05-26T03:13:46.586Z] [2025-05-26T03:13:46.586Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T03:13:46.847Z] #126 ... [2025-05-26T03:13:46.847Z] [2025-05-26T03:13:46.847Z] #121 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T03:13:46.847Z] #121 DONE 23.4s [2025-05-26T03:13:46.847Z] [2025-05-26T03:13:46.847Z] #127 [security-proxy-setup builder 6/7] COPY . . [2025-05-26T03:13:46.847Z] #127 CACHED [2025-05-26T03:13:46.847Z] [2025-05-26T03:13:46.847Z] #128 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:46.847Z] #128 CACHED [2025-05-26T03:13:46.847Z] [2025-05-26T03:13:46.847Z] #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:13:46.847Z] #129 CACHED [2025-05-26T03:13:46.847Z] [2025-05-26T03:13:46.847Z] #130 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:46.847Z] #130 CACHED [2025-05-26T03:13:46.847Z] [2025-05-26T03:13:46.848Z] #131 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:13:46.848Z] #131 CACHED [2025-05-26T03:13:46.848Z] [2025-05-26T03:13:46.848Z] #132 [security-bootstrapper builder 6/7] COPY . . [2025-05-26T03:13:46.848Z] #132 CACHED [2025-05-26T03:13:46.848Z] [2025-05-26T03:13:46.848Z] #122 [core-data builder 6/7] COPY . . [2025-05-26T03:13:46.848Z] #122 DONE 23.5s [2025-05-26T03:13:46.848Z] [2025-05-26T03:13:46.848Z] #133 [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-26T03:13:47.064Z] #44 ... [2025-05-26T03:13:47.065Z] [2025-05-26T03:13:47.065Z] #51 [security-spire-config internal] load build context [2025-05-26T03:13:47.065Z] #51 transferring context: 22.05kB 0.3s done [2025-05-26T03:13:47.065Z] #51 DONE 1.6s [2025-05-26T03:13:47.107Z] #133 ... [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #134 [core-metadata builder 6/7] COPY . . [2025-05-26T03:13:47.107Z] #134 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:13:47.107Z] #135 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:47.107Z] #136 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:13:47.107Z] #137 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #138 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-26T03:13:47.107Z] #138 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:47.107Z] #139 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #140 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:47.107Z] #140 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #141 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:13:47.107Z] #141 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #142 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T03:13:47.107Z] #142 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #143 [core-command builder 6/7] COPY . . [2025-05-26T03:13:47.107Z] #143 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #144 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:13:47.107Z] #144 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #145 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:13:47.107Z] #145 CACHED [2025-05-26T03:13:47.107Z] [2025-05-26T03:13:47.107Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T03:13:47.332Z] [2025-05-26T03:13:47.333Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:47.607Z] #44 ... [2025-05-26T03:13:47.607Z] [2025-05-26T03:13:47.607Z] #52 [security-spire-agent internal] load build context [2025-05-26T03:13:47.607Z] #52 transferring context: 23.33kB 0.1s done [2025-05-26T03:13:47.607Z] #52 DONE 1.3s [2025-05-26T03:13:47.607Z] [2025-05-26T03:13:47.607Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:49.471Z] #146 1.647 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T03:13:49.564Z] #44 ... [2025-05-26T03:13:49.564Z] [2025-05-26T03:13:49.564Z] #40 [core-data internal] load build context [2025-05-26T03:13:49.564Z] #40 transferring context: 3.22MB 3.7s done [2025-05-26T03:13:49.564Z] #40 DONE 4.6s [2025-05-26T03:13:49.564Z] [2025-05-26T03:13:49.564Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:49.834Z] #44 transferring context: 3.22MB 4.7s done [2025-05-26T03:13:51.250Z] #44 ... [2025-05-26T03:13:51.250Z] [2025-05-26T03:13:51.250Z] #53 [security-spire-server internal] load build context [2025-05-26T03:13:51.250Z] #53 transferring context: 23.80kB 0.4s done [2025-05-26T03:13:51.250Z] #53 DONE 5.0s [2025-05-26T03:13:51.521Z] [2025-05-26T03:13:51.521Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:51.521Z] #46 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.0s done [2025-05-26T03:13:51.521Z] #46 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-26T03:13:51.521Z] #46 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-05-26T03:13:51.521Z] #46 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-05-26T03:13:51.521Z] #46 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done [2025-05-26T03:13:51.521Z] #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.5s [2025-05-26T03:13:51.521Z] #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s [2025-05-26T03:13:51.521Z] #46 ... [2025-05-26T03:13:51.521Z] [2025-05-26T03:13:51.521Z] #44 [security-proxy-auth internal] load build context [2025-05-26T03:13:51.521Z] #44 DONE 6.9s [2025-05-26T03:13:51.521Z] [2025-05-26T03:13:51.521Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:51.521Z] #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.6s done [2025-05-26T03:13:51.521Z] #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done [2025-05-26T03:13:51.521Z] #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-05-26T03:13:51.521Z] #46 ... [2025-05-26T03:13:51.521Z] [2025-05-26T03:13:51.521Z] #54 [security-secretstore-setup internal] load build context [2025-05-26T03:13:51.521Z] #54 transferring context: 3.22MB 5.5s done [2025-05-26T03:13:51.792Z] #54 ... [2025-05-26T03:13:51.792Z] [2025-05-26T03:13:51.792Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:51.792Z] #46 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.6s done [2025-05-26T03:13:51.792Z] #46 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done [2025-05-26T03:13:51.792Z] #46 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done [2025-05-26T03:13:52.064Z] #46 ... [2025-05-26T03:13:52.064Z] [2025-05-26T03:13:52.064Z] #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-26T03:13:52.064Z] #34 3.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:13:52.064Z] #34 4.059 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:13:52.064Z] #34 6.062 (1/3) Installing ca-certificates (20241121-r1) [2025-05-26T03:13:52.064Z] #34 6.150 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-26T03:13:52.064Z] #34 6.150 (3/3) Installing tzdata (2025b-r0) [2025-05-26T03:13:52.064Z] #34 6.782 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:13:52.064Z] #34 6.869 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:13:52.064Z] #34 7.422 OK: 11 MiB in 17 packages [2025-05-26T03:13:52.064Z] #34 DONE 9.8s [2025-05-26T03:13:52.064Z] [2025-05-26T03:13:52.064Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:52.064Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.1s [2025-05-26T03:13:52.064Z] #46 ... [2025-05-26T03:13:52.064Z] [2025-05-26T03:13:52.064Z] #55 [security-proxy-setup internal] load build context [2025-05-26T03:13:52.064Z] #55 transferring context: 3.22MB 4.9s done [2025-05-26T03:13:52.064Z] #55 DONE 7.4s [2025-05-26T03:13:52.064Z] [2025-05-26T03:13:52.064Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:52.652Z] #46 ... [2025-05-26T03:13:52.652Z] [2025-05-26T03:13:52.652Z] #54 [security-secretstore-setup internal] load build context [2025-05-26T03:13:52.652Z] #54 DONE 7.9s [2025-05-26T03:13:52.652Z] [2025-05-26T03:13:52.652Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:52.922Z] #46 ... [2025-05-26T03:13:52.922Z] [2025-05-26T03:13:52.922Z] #56 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T03:13:52.922Z] #0 9.907 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:13:53.193Z] #56 ... [2025-05-26T03:13:53.193Z] [2025-05-26T03:13:53.193Z] #48 [security-spiffe-token-provider internal] load build context [2025-05-26T03:13:53.193Z] #48 ... [2025-05-26T03:13:53.193Z] [2025-05-26T03:13:53.193Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:53.461Z] #46 ... [2025-05-26T03:13:53.461Z] [2025-05-26T03:13:53.461Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T03:13:53.461Z] #57 ... [2025-05-26T03:13:53.461Z] [2025-05-26T03:13:53.461Z] #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:13:53.727Z] #58 ... [2025-05-26T03:13:53.727Z] [2025-05-26T03:13:53.727Z] #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T03:13:53.727Z] #59 ... [2025-05-26T03:13:53.727Z] [2025-05-26T03:13:53.727Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T03:13:53.727Z] #0 9.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:13:54.012Z] #60 ... [2025-05-26T03:13:54.012Z] [2025-05-26T03:13:54.012Z] #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:13:54.012Z] #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:13:54.012Z] #61 ... [2025-05-26T03:13:54.012Z] [2025-05-26T03:13:54.012Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T03:13:54.012Z] #60 10.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:13:54.977Z] #60 ... [2025-05-26T03:13:54.977Z] [2025-05-26T03:13:54.977Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T03:13:55.244Z] #62 ... [2025-05-26T03:13:55.244Z] [2025-05-26T03:13:55.244Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T03:13:55.244Z] #63 ... [2025-05-26T03:13:55.244Z] [2025-05-26T03:13:55.244Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T03:13:55.512Z] #64 ... [2025-05-26T03:13:55.512Z] [2025-05-26T03:13:55.512Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:55.512Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 5.5s [2025-05-26T03:13:55.512Z] #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-05-26T03:13:55.779Z] #46 ... [2025-05-26T03:13:55.779Z] [2025-05-26T03:13:55.779Z] #49 [core-keeper internal] load build context [2025-05-26T03:13:55.779Z] #49 transferring context: 3.22MB 7.3s done [2025-05-26T03:13:55.779Z] #49 DONE 9.3s [2025-05-26T03:13:55.779Z] [2025-05-26T03:13:55.779Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:55.779Z] #46 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-05-26T03:13:56.362Z] #46 ... [2025-05-26T03:13:56.362Z] [2025-05-26T03:13:56.362Z] #48 [security-spiffe-token-provider internal] load build context [2025-05-26T03:13:56.362Z] #48 transferring context: 3.22MB 7.3s done [2025-05-26T03:13:56.362Z] #48 DONE 9.7s [2025-05-26T03:13:56.362Z] [2025-05-26T03:13:56.362Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:56.362Z] #46 ... [2025-05-26T03:13:56.362Z] [2025-05-26T03:13:56.362Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T03:13:56.362Z] #65 ... [2025-05-26T03:13:56.362Z] [2025-05-26T03:13:56.362Z] #50 [core-common-config-bootstrapper internal] load build context [2025-05-26T03:13:56.631Z] #50 ... [2025-05-26T03:13:56.631Z] [2025-05-26T03:13:56.631Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T03:13:56.631Z] #66 ... [2025-05-26T03:13:56.631Z] [2025-05-26T03:13:56.631Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T03:13:56.900Z] #67 ... [2025-05-26T03:13:56.900Z] [2025-05-26T03:13:56.900Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:13:56.900Z] #68 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 2.8s done [2025-05-26T03:13:56.900Z] #68 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-26T03:13:56.900Z] #68 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-05-26T03:13:56.900Z] #68 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-05-26T03:13:56.900Z] #68 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done [2025-05-26T03:13:56.900Z] #68 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.2s done [2025-05-26T03:13:56.900Z] #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 6.7s [2025-05-26T03:13:56.900Z] #68 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.2s done [2025-05-26T03:13:56.900Z] #68 ... [2025-05-26T03:13:56.900Z] [2025-05-26T03:13:56.900Z] #50 [core-common-config-bootstrapper internal] load build context [2025-05-26T03:13:56.900Z] #50 transferring context: 3.22MB 8.1s done [2025-05-26T03:13:56.900Z] #50 DONE 10.6s [2025-05-26T03:13:56.900Z] [2025-05-26T03:13:56.900Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:13:56.900Z] #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.43MB / 14.28MB 6.8s [2025-05-26T03:13:56.900Z] #68 ... [2025-05-26T03:13:56.900Z] [2025-05-26T03:13:56.900Z] #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:13:57.168Z] #69 ... [2025-05-26T03:13:57.168Z] [2025-05-26T03:13:57.168Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:57.168Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.99MB / 33.17MB 7.2s [2025-05-26T03:13:57.590Z] #146 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T03:13:57.590Z] #0 1.108 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T03:13:57.590Z] #147 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T03:13:57.590Z] #0 1.294 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T03:13:57.590Z] #148 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T03:13:57.590Z] #0 1.168 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T03:13:57.590Z] #149 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T03:13:57.590Z] #0 0.944 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T03:13:57.590Z] #150 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:13:57.590Z] #0 1.291 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-26T03:13:57.590Z] #151 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:13:57.590Z] #0 1.562 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T03:13:57.590Z] #152 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:13:57.590Z] #0 1.377 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T03:13:57.590Z] #153 ... [2025-05-26T03:13:57.590Z] [2025-05-26T03:13:57.590Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T03:13:57.590Z] #0 1.485 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T03:13:57.757Z] #46 ... [2025-05-26T03:13:57.757Z] [2025-05-26T03:13:57.757Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:13:57.757Z] #70 ... [2025-05-26T03:13:57.757Z] [2025-05-26T03:13:57.757Z] #71 [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-26T03:13:57.850Z] #154 ... [2025-05-26T03:13:57.850Z] [2025-05-26T03:13:57.850Z] #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:13:57.850Z] #125 1.028 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T03:13:57.850Z] #125 ... [2025-05-26T03:13:57.850Z] [2025-05-26T03:13:57.850Z] #133 [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-26T03:13:57.850Z] #133 1.549 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T03:13:58.026Z] #71 ... [2025-05-26T03:13:58.026Z] [2025-05-26T03:13:58.026Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:13:58.026Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 8.0s [2025-05-26T03:13:58.026Z] #46 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-05-26T03:13:58.026Z] #46 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-05-26T03:13:58.109Z] #133 ... [2025-05-26T03:13:58.110Z] [2025-05-26T03:13:58.110Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T03:13:58.110Z] #126 1.290 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T03:13:58.299Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 8.4s [2025-05-26T03:13:58.567Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.68MB / 33.17MB 8.8s [2025-05-26T03:13:59.157Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 9.2s [2025-05-26T03:13:59.426Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.66MB / 33.17MB 9.6s [2025-05-26T03:13:59.694Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 9.9s [2025-05-26T03:13:59.961Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.63MB / 33.17MB 10.2s [2025-05-26T03:14:00.549Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 10.5s [2025-05-26T03:14:00.818Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.49MB / 33.17MB 10.9s [2025-05-26T03:14:01.090Z] #46 ... [2025-05-26T03:14:01.090Z] [2025-05-26T03:14:01.090Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-26T03:14:01.090Z] #66 DONE 14.8s [2025-05-26T03:14:01.090Z] [2025-05-26T03:14:01.090Z] #71 [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-26T03:14:01.090Z] #71 DONE 13.7s [2025-05-26T03:14:01.090Z] [2025-05-26T03:14:01.090Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:01.359Z] #46 ... [2025-05-26T03:14:01.359Z] [2025-05-26T03:14:01.359Z] #56 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-26T03:14:01.359Z] #56 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:01.359Z] #56 16.36 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:01.359Z] #56 16.39 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:01.359Z] #56 16.55 OK: 9 MiB in 15 packages [2025-05-26T03:14:01.359Z] #56 DONE 18.6s [2025-05-26T03:14:01.359Z] [2025-05-26T03:14:01.359Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:01.359Z] #46 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 11.4s done [2025-05-26T03:14:02.326Z] #46 ... [2025-05-26T03:14:02.327Z] [2025-05-26T03:14:02.327Z] #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:02.327Z] #72 ... [2025-05-26T03:14:02.327Z] [2025-05-26T03:14:02.327Z] #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:14:02.327Z] #69 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:02.916Z] #69 ... [2025-05-26T03:14:02.916Z] [2025-05-26T03:14:02.916Z] #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T03:14:02.916Z] #37 9.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:02.916Z] #37 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:02.916Z] #37 15.76 (1/7) Installing ca-certificates (20241121-r1) [2025-05-26T03:14:02.916Z] #37 16.13 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:02.916Z] #37 16.14 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-26T03:14:02.916Z] #37 16.16 (4/7) Installing libsodium (1.0.19-r0) [2025-05-26T03:14:02.916Z] #37 16.26 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-26T03:14:02.916Z] #37 16.59 (6/7) Installing libzmq (4.3.5-r2) [2025-05-26T03:14:02.916Z] #37 16.73 (7/7) Installing zeromq (4.3.5-r2) [2025-05-26T03:14:02.916Z] #37 16.83 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:02.916Z] #37 17.00 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:14:02.916Z] #37 18.69 OK: 14 MiB in 21 packages [2025-05-26T03:14:03.185Z] #37 ... [2025-05-26T03:14:03.185Z] [2025-05-26T03:14:03.185Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:03.185Z] #68 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.8s done [2025-05-26T03:14:03.185Z] #68 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-05-26T03:14:03.185Z] #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.9s [2025-05-26T03:14:03.781Z] #68 ... [2025-05-26T03:14:03.781Z] [2025-05-26T03:14:03.781Z] #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:03.781Z] #72 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:04.049Z] #72 ... [2025-05-26T03:14:04.049Z] [2025-05-26T03:14:04.049Z] #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-26T03:14:04.049Z] #60 17.11 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:04.049Z] #60 17.14 (2/2) Installing su-exec (0.2-r3) [2025-05-26T03:14:04.049Z] #60 17.15 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:04.049Z] #60 17.26 OK: 9 MiB in 16 packages [2025-05-26T03:14:04.049Z] #60 DONE 20.5s [2025-05-26T03:14:04.317Z] [2025-05-26T03:14:04.317Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T03:14:04.584Z] #73 ... [2025-05-26T03:14:04.584Z] [2025-05-26T03:14:04.584Z] #37 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-26T03:14:04.584Z] #37 DONE 21.4s [2025-05-26T03:14:04.584Z] [2025-05-26T03:14:04.584Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:04.854Z] #74 ... [2025-05-26T03:14:04.854Z] [2025-05-26T03:14:04.854Z] #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:14:04.854Z] #61 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:04.854Z] #61 19.04 OK: 239 MiB in 58 packages [2025-05-26T03:14:04.854Z] #61 ... [2025-05-26T03:14:04.854Z] [2025-05-26T03:14:04.854Z] #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:14:04.854Z] #69 18.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:05.125Z] #69 ... [2025-05-26T03:14:05.125Z] [2025-05-26T03:14:05.125Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T03:14:05.125Z] #57 11.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:05.125Z] #57 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:05.397Z] #57 ... [2025-05-26T03:14:05.397Z] [2025-05-26T03:14:05.397Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:05.397Z] #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-05-26T03:14:05.665Z] #46 ... [2025-05-26T03:14:05.665Z] [2025-05-26T03:14:05.665Z] #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:14:05.665Z] #61 DONE 22.1s [2025-05-26T03:14:05.665Z] [2025-05-26T03:14:05.665Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:05.665Z] #46 ... [2025-05-26T03:14:05.665Z] [2025-05-26T03:14:05.665Z] #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T03:14:05.665Z] #59 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:05.665Z] #59 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:05.933Z] #59 ... [2025-05-26T03:14:05.933Z] [2025-05-26T03:14:05.933Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:06.519Z] #46 ... [2025-05-26T03:14:06.519Z] [2025-05-26T03:14:06.519Z] #58 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:14:06.519Z] #58 13.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:06.519Z] #58 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:06.519Z] #58 ... [2025-05-26T03:14:06.519Z] [2025-05-26T03:14:06.519Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:06.789Z] #68 ... [2025-05-26T03:14:06.789Z] [2025-05-26T03:14:06.789Z] #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:14:06.789Z] #75 DONE 1.3s [2025-05-26T03:14:06.789Z] [2025-05-26T03:14:06.789Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:07.056Z] #68 ... [2025-05-26T03:14:07.056Z] [2025-05-26T03:14:07.056Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T03:14:07.056Z] #64 11.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:07.056Z] #64 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:07.056Z] #64 ... [2025-05-26T03:14:07.056Z] [2025-05-26T03:14:07.056Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:07.329Z] #68 ... [2025-05-26T03:14:07.329Z] [2025-05-26T03:14:07.329Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T03:14:07.329Z] #63 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:07.329Z] #63 14.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:07.329Z] #63 ... [2025-05-26T03:14:07.329Z] [2025-05-26T03:14:07.329Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:09.288Z] #46 ... [2025-05-26T03:14:09.288Z] [2025-05-26T03:14:09.288Z] #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-26T03:14:09.288Z] #59 23.78 OK: 239 MiB in 58 packages [2025-05-26T03:14:09.288Z] #59 DONE 25.6s [2025-05-26T03:14:09.288Z] [2025-05-26T03:14:09.288Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:09.908Z] #46 ... [2025-05-26T03:14:09.908Z] [2025-05-26T03:14:09.908Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T03:14:09.908Z] #62 14.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:09.908Z] #62 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:09.908Z] #62 ... [2025-05-26T03:14:09.908Z] [2025-05-26T03:14:09.908Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-26T03:14:09.908Z] #57 24.49 OK: 239 MiB in 58 packages [2025-05-26T03:14:09.908Z] #57 DONE 26.6s [2025-05-26T03:14:09.908Z] [2025-05-26T03:14:09.908Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:09.908Z] #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.7s [2025-05-26T03:14:10.177Z] #68 ... [2025-05-26T03:14:10.177Z] [2025-05-26T03:14:10.177Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T03:14:10.177Z] #67 13.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:10.177Z] #67 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:10.447Z] #67 ... [2025-05-26T03:14:10.447Z] [2025-05-26T03:14:10.447Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:10.447Z] #68 ... [2025-05-26T03:14:10.447Z] [2025-05-26T03:14:10.447Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:14:10.447Z] #76 DONE 1.5s [2025-05-26T03:14:10.715Z] [2025-05-26T03:14:10.715Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:10.715Z] #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.6s [2025-05-26T03:14:10.982Z] #46 ... [2025-05-26T03:14:10.983Z] [2025-05-26T03:14:10.983Z] #58 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-05-26T03:14:10.983Z] #58 25.49 OK: 239 MiB in 58 packages [2025-05-26T03:14:10.983Z] #58 DONE 27.8s [2025-05-26T03:14:11.250Z] [2025-05-26T03:14:11.250Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T03:14:11.250Z] #0 9.539 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:11.519Z] #77 ... [2025-05-26T03:14:11.519Z] [2025-05-26T03:14:11.519Z] #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:14:11.519Z] #78 DONE 1.4s [2025-05-26T03:14:11.519Z] [2025-05-26T03:14:11.519Z] #79 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-05-26T03:14:11.519Z] #79 ... [2025-05-26T03:14:11.519Z] [2025-05-26T03:14:11.519Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T03:14:11.519Z] #0 9.292 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:11.786Z] #80 ... [2025-05-26T03:14:11.786Z] [2025-05-26T03:14:11.786Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:12.370Z] #68 ... [2025-05-26T03:14:12.370Z] [2025-05-26T03:14:12.370Z] #81 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:14:12.370Z] #81 DONE 1.2s [2025-05-26T03:14:12.370Z] [2025-05-26T03:14:12.370Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:12.640Z] #68 ... [2025-05-26T03:14:12.640Z] [2025-05-26T03:14:12.640Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-26T03:14:12.640Z] #63 25.19 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:12.640Z] #63 25.22 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:12.640Z] #63 25.60 OK: 9 MiB in 15 packages [2025-05-26T03:14:12.640Z] #63 DONE 27.8s [2025-05-26T03:14:12.907Z] [2025-05-26T03:14:12.908Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T03:14:12.908Z] #62 27.67 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:12.908Z] #62 27.70 (2/4) Installing openssl (3.3.3-r0) [2025-05-26T03:14:12.908Z] #62 27.89 (3/4) Installing su-exec (0.2-r3) [2025-05-26T03:14:12.908Z] #62 27.89 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T03:14:14.858Z] #62 29.39 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:14.858Z] #62 ... [2025-05-26T03:14:14.858Z] [2025-05-26T03:14:14.858Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T03:14:14.858Z] #65 18.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:14.858Z] #65 20.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:14.858Z] #65 ... [2025-05-26T03:14:14.858Z] [2025-05-26T03:14:14.858Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:14.858Z] #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.8s [2025-05-26T03:14:15.126Z] #68 ... [2025-05-26T03:14:15.126Z] [2025-05-26T03:14:15.126Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-26T03:14:15.126Z] #64 23.43 (1/4) Installing ca-certificates (20241121-r1) [2025-05-26T03:14:15.126Z] #64 23.87 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:15.126Z] #64 23.89 (3/4) Installing su-exec (0.2-r3) [2025-05-26T03:14:15.126Z] #64 23.90 (4/4) Installing yq-go (4.44.1-r2) [2025-05-26T03:14:15.126Z] #64 25.91 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:15.126Z] #64 26.08 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:14:15.126Z] #64 27.30 OK: 20 MiB in 18 packages [2025-05-26T03:14:15.126Z] #64 DONE 29.9s [2025-05-26T03:14:15.126Z] [2025-05-26T03:14:15.126Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:15.126Z] #68 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.0s done [2025-05-26T03:14:15.393Z] #68 ... [2025-05-26T03:14:15.394Z] [2025-05-26T03:14:15.394Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:14:15.394Z] #70 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:15.394Z] #70 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:15.663Z] #70 ... [2025-05-26T03:14:15.663Z] [2025-05-26T03:14:15.663Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:15.663Z] #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s [2025-05-26T03:14:16.254Z] #46 ... [2025-05-26T03:14:16.254Z] [2025-05-26T03:14:16.254Z] #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:16.254Z] #72 14.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:16.529Z] #72 ... [2025-05-26T03:14:16.529Z] [2025-05-26T03:14:16.529Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:16.798Z] #46 ... [2025-05-26T03:14:16.798Z] [2025-05-26T03:14:16.798Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:16.798Z] #82 ... [2025-05-26T03:14:16.798Z] [2025-05-26T03:14:16.798Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-26T03:14:16.798Z] #62 29.71 OK: 20 MiB in 18 packages [2025-05-26T03:14:16.798Z] #62 DONE 31.9s [2025-05-26T03:14:16.798Z] [2025-05-26T03:14:16.798Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T03:14:18.749Z] #83 ... [2025-05-26T03:14:18.749Z] [2025-05-26T03:14:18.749Z] #72 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:18.749Z] #72 24.98 OK: 11 MiB in 17 packages [2025-05-26T03:14:18.749Z] #72 DONE 26.6s [2025-05-26T03:14:19.018Z] [2025-05-26T03:14:19.018Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:20.963Z] #46 ... [2025-05-26T03:14:20.963Z] [2025-05-26T03:14:20.963Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:20.963Z] #84 ... [2025-05-26T03:14:20.963Z] [2025-05-26T03:14:20.963Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:20.963Z] #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.6s [2025-05-26T03:14:21.549Z] #46 ... [2025-05-26T03:14:21.549Z] [2025-05-26T03:14:21.549Z] #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:21.549Z] #85 ... [2025-05-26T03:14:21.549Z] [2025-05-26T03:14:21.549Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:22.518Z] #46 ... [2025-05-26T03:14:22.518Z] [2025-05-26T03:14:22.518Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:22.518Z] #86 ... [2025-05-26T03:14:22.518Z] [2025-05-26T03:14:22.518Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:22.518Z] #46 ... [2025-05-26T03:14:22.518Z] [2025-05-26T03:14:22.518Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T03:14:22.518Z] #77 11.35 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:22.786Z] #77 ... [2025-05-26T03:14:22.786Z] [2025-05-26T03:14:22.786Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:22.786Z] #0 8.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:22.786Z] #0 9.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:23.056Z] #87 ... [2025-05-26T03:14:23.056Z] [2025-05-26T03:14:23.056Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T03:14:23.056Z] #80 11.61 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:23.056Z] #80 ... [2025-05-26T03:14:23.056Z] [2025-05-26T03:14:23.056Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T03:14:23.056Z] #67 26.68 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:14:23.056Z] #67 26.68 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:14:23.056Z] #67 26.68 OK: 24049 distinct packages available [2025-05-26T03:14:23.056Z] #67 28.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:23.056Z] #67 30.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:23.056Z] #67 ... [2025-05-26T03:14:23.056Z] [2025-05-26T03:14:23.056Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:24.019Z] #46 ... [2025-05-26T03:14:24.019Z] [2025-05-26T03:14:24.019Z] #79 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-05-26T03:14:24.019Z] #79 12.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:24.019Z] #79 14.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:24.019Z] #79 ... [2025-05-26T03:14:24.019Z] [2025-05-26T03:14:24.019Z] #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:14:24.019Z] #69 27.25 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:14:24.019Z] #69 27.25 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:14:24.019Z] #69 27.25 OK: 24049 distinct packages available [2025-05-26T03:14:24.019Z] #69 28.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:24.019Z] #69 30.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:24.288Z] #69 ... [2025-05-26T03:14:24.288Z] [2025-05-26T03:14:24.288Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T03:14:24.288Z] #73 9.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:24.288Z] #73 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:24.288Z] #73 19.09 OK: 9 MiB in 16 packages [2025-05-26T03:14:24.288Z] #73 ... [2025-05-26T03:14:24.288Z] [2025-05-26T03:14:24.288Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:25.252Z] #46 ... [2025-05-26T03:14:25.252Z] [2025-05-26T03:14:25.252Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T03:14:25.252Z] #0 6.668 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:25.252Z] #0 8.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:25.252Z] #88 ... [2025-05-26T03:14:25.252Z] [2025-05-26T03:14:25.252Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:25.252Z] #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.3s done [2025-05-26T03:14:25.520Z] #46 ... [2025-05-26T03:14:25.520Z] [2025-05-26T03:14:25.520Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-26T03:14:25.520Z] #73 DONE 21.4s [2025-05-26T03:14:25.520Z] [2025-05-26T03:14:25.520Z] #46 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:14:25.520Z] #46 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.3s done [2025-05-26T03:14:25.787Z] #46 DONE 40.3s [2025-05-26T03:14:25.787Z] [2025-05-26T03:14:25.787Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T03:14:26.055Z] #89 ... [2025-05-26T03:14:26.055Z] [2025-05-26T03:14:26.055Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-26T03:14:26.055Z] #80 22.60 OK: 239 MiB in 58 packages [2025-05-26T03:14:26.055Z] #80 DONE 24.9s [2025-05-26T03:14:26.055Z] [2025-05-26T03:14:26.055Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T03:14:26.642Z] #90 ... [2025-05-26T03:14:26.642Z] [2025-05-26T03:14:26.642Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:14:26.642Z] #68 ... [2025-05-26T03:14:26.642Z] [2025-05-26T03:14:26.642Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:26.642Z] #74 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:26.642Z] #74 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:26.642Z] #74 21.15 OK: 14 MiB in 21 packages [2025-05-26T03:14:26.912Z] #74 ... [2025-05-26T03:14:26.912Z] [2025-05-26T03:14:26.912Z] #90 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-26T03:14:26.912Z] #90 DONE 0.6s [2025-05-26T03:14:26.912Z] [2025-05-26T03:14:26.912Z] #79 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-05-26T03:14:26.912Z] #79 23.17 OK: 9 MiB in 15 packages [2025-05-26T03:14:26.912Z] #79 DONE 25.6s [2025-05-26T03:14:26.912Z] [2025-05-26T03:14:26.912Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:27.179Z] #91 ... [2025-05-26T03:14:27.179Z] [2025-05-26T03:14:27.179Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T03:14:27.179Z] #65 30.98 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:14:27.179Z] #65 30.98 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:14:27.179Z] #65 30.98 OK: 24049 distinct packages available [2025-05-26T03:14:27.179Z] #65 33.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:27.179Z] #65 35.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:27.447Z] #65 ... [2025-05-26T03:14:27.447Z] [2025-05-26T03:14:27.447Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:14:27.447Z] #70 29.71 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-26T03:14:27.447Z] #70 29.71 v3.20.6-176-gbdda3b6c38d [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-26T03:14:27.447Z] #70 29.71 OK: 24049 distinct packages available [2025-05-26T03:14:27.447Z] #70 31.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:27.447Z] #70 33.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:27.447Z] #70 ... [2025-05-26T03:14:27.447Z] [2025-05-26T03:14:27.447Z] #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-26T03:14:27.447Z] #77 22.03 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:27.447Z] #77 22.89 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:27.447Z] #77 22.99 OK: 9 MiB in 15 packages [2025-05-26T03:14:27.447Z] #77 DONE 26.2s [2025-05-26T03:14:27.447Z] [2025-05-26T03:14:27.447Z] #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:14:27.447Z] #69 40.88 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:27.714Z] #69 40.93 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-26T03:14:27.714Z] #69 40.97 (3/5) Installing libucontext (1.2-r3) [2025-05-26T03:14:27.714Z] #69 40.97 (4/5) Installing gcompat (1.1.0-r4) [2025-05-26T03:14:27.714Z] #69 41.09 (5/5) Installing openssl (3.3.3-r0) [2025-05-26T03:14:27.987Z] #69 ... [2025-05-26T03:14:27.987Z] [2025-05-26T03:14:27.987Z] #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:27.987Z] #74 DONE 23.4s [2025-05-26T03:14:27.987Z] [2025-05-26T03:14:27.987Z] #69 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:14:27.987Z] #69 41.23 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:28.261Z] #69 41.31 OK: 10 MiB in 19 packages [2025-05-26T03:14:29.677Z] #69 ... [2025-05-26T03:14:29.677Z] [2025-05-26T03:14:29.677Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-26T03:14:29.677Z] #67 41.38 OK: 239 MiB in 58 packages [2025-05-26T03:14:29.677Z] #67 DONE 43.2s [2025-05-26T03:14:29.677Z] [2025-05-26T03:14:29.677Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:14:29.677Z] #70 42.04 (1/14) Installing ca-certificates (20241121-r1) [2025-05-26T03:14:30.279Z] #70 ... [2025-05-26T03:14:30.279Z] [2025-05-26T03:14:30.279Z] #69 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-26T03:14:30.279Z] #69 DONE 43.5s [2025-05-26T03:14:30.279Z] [2025-05-26T03:14:30.279Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:14:30.279Z] #70 42.55 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-26T03:14:30.279Z] #70 42.78 (3/14) Installing c-ares (1.33.1-r0) [2025-05-26T03:14:30.551Z] #70 42.81 (4/14) Installing libunistring (1.2-r0) [2025-05-26T03:14:30.551Z] #70 43.01 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-26T03:14:30.551Z] #70 43.05 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-26T03:14:30.824Z] #70 ... [2025-05-26T03:14:30.824Z] [2025-05-26T03:14:30.824Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:14:30.824Z] #92 DONE 1.2s [2025-05-26T03:14:30.824Z] [2025-05-26T03:14:30.824Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-26T03:14:30.824Z] #89 DONE 5.2s [2025-05-26T03:14:30.824Z] [2025-05-26T03:14:30.824Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:14:30.824Z] #70 43.09 (7/14) Installing libpsl (0.21.5-r1) [2025-05-26T03:14:30.824Z] #70 43.12 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-26T03:14:30.824Z] #70 43.19 (9/14) Installing libcurl (8.12.1-r0) [2025-05-26T03:14:30.825Z] #70 43.27 (10/14) Installing curl (8.12.1-r0) [2025-05-26T03:14:30.825Z] #70 43.31 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:31.092Z] #70 43.32 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-26T03:14:31.092Z] #70 43.33 (13/14) Installing libucontext (1.2-r3) [2025-05-26T03:14:31.092Z] #70 43.38 (14/14) Installing gcompat (1.1.0-r4) [2025-05-26T03:14:31.092Z] #70 43.46 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:31.361Z] #70 43.73 Executing ca-certificates-20241121-r1.trigger [2025-05-26T03:14:31.361Z] #70 ... [2025-05-26T03:14:31.361Z] [2025-05-26T03:14:31.361Z] #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-26T03:14:31.361Z] #93 DONE 0.6s [2025-05-26T03:14:31.628Z] [2025-05-26T03:14:31.628Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T03:14:31.628Z] #88 16.52 OK: 20 MiB in 18 packages [2025-05-26T03:14:32.213Z] #88 ... [2025-05-26T03:14:32.213Z] [2025-05-26T03:14:32.213Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T03:14:32.213Z] #83 5.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:32.213Z] #83 7.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:32.213Z] #83 ... [2025-05-26T03:14:32.213Z] [2025-05-26T03:14:32.213Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T03:14:32.213Z] #65 45.40 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-26T03:14:32.213Z] #65 45.44 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-26T03:14:32.213Z] #65 45.48 (3/4) Installing libucontext (1.2-r3) [2025-05-26T03:14:32.213Z] #65 45.50 (4/4) Installing gcompat (1.1.0-r4) [2025-05-26T03:14:32.213Z] #65 45.54 Executing busybox-1.36.1-r29.trigger [2025-05-26T03:14:32.213Z] #65 45.65 OK: 9 MiB in 18 packages [2025-05-26T03:14:32.799Z] #65 ... [2025-05-26T03:14:32.799Z] [2025-05-26T03:14:32.799Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-26T03:14:32.799Z] #88 DONE 17.7s [2025-05-26T03:14:32.799Z] [2025-05-26T03:14:32.799Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:14:32.799Z] #70 44.89 OK: 15 MiB in 28 packages [2025-05-26T03:14:33.385Z] #70 ... [2025-05-26T03:14:33.385Z] [2025-05-26T03:14:33.385Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:33.385Z] #87 19.18 OK: 9 MiB in 15 packages [2025-05-26T03:14:33.385Z] #87 DONE 20.4s [2025-05-26T03:14:33.385Z] [2025-05-26T03:14:33.385Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-26T03:14:33.385Z] #83 16.06 OK: 20 MiB in 18 packages [2025-05-26T03:14:33.983Z] #83 DONE 17.0s [2025-05-26T03:14:33.983Z] [2025-05-26T03:14:33.983Z] #94 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-05-26T03:14:34.257Z] #94 ... [2025-05-26T03:14:34.257Z] [2025-05-26T03:14:34.257Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-26T03:14:34.257Z] #65 DONE 47.8s [2025-05-26T03:14:34.257Z] [2025-05-26T03:14:34.257Z] #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-26T03:14:34.257Z] #70 DONE 46.7s [2025-05-26T03:14:34.257Z] [2025-05-26T03:14:34.257Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T03:14:34.531Z] #95 ... [2025-05-26T03:14:34.531Z] [2025-05-26T03:14:34.531Z] #96 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-26T03:14:34.531Z] #96 DONE 0.5s [2025-05-26T03:14:34.531Z] [2025-05-26T03:14:34.531Z] #94 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-05-26T03:14:34.531Z] #94 4.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:35.511Z] #94 5.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:38.856Z] #94 8.503 OK: 10 MiB in 19 packages [2025-05-26T03:14:40.420Z] #94 DONE 9.3s [2025-05-26T03:14:40.420Z] [2025-05-26T03:14:40.420Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:14:40.705Z] #97 ... [2025-05-26T03:14:40.705Z] [2025-05-26T03:14:40.705Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-26T03:14:40.705Z] #98 DONE 1.2s [2025-05-26T03:14:40.705Z] [2025-05-26T03:14:40.705Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T03:14:40.705Z] #95 3.381 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:40.705Z] #95 4.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:40.975Z] #95 ... [2025-05-26T03:14:40.975Z] [2025-05-26T03:14:40.975Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:40.975Z] #99 ... [2025-05-26T03:14:40.975Z] [2025-05-26T03:14:40.975Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:14:40.975Z] #97 DONE 1.8s [2025-05-26T03:14:40.975Z] [2025-05-26T03:14:40.975Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:14:41.757Z] #100 ... [2025-05-26T03:14:41.757Z] [2025-05-26T03:14:41.757Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-26T03:14:41.757Z] #101 DONE 0.2s [2025-05-26T03:14:41.757Z] [2025-05-26T03:14:41.757Z] #102 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-26T03:14:41.757Z] #102 DONE 0.2s [2025-05-26T03:14:41.757Z] [2025-05-26T03:14:41.757Z] #103 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:41.757Z] #0 2.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:41.757Z] #0 3.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-26T03:14:41.757Z] #0 6.899 OK: 15 MiB in 28 packages [2025-05-26T03:14:41.757Z] #103 ... [2025-05-26T03:14:41.757Z] [2025-05-26T03:14:41.757Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T03:14:41.757Z] #104 DONE 0.2s [2025-05-26T03:14:41.757Z] [2025-05-26T03:14:41.757Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T03:14:41.757Z] #95 7.698 OK: 9 MiB in 18 packages [2025-05-26T03:14:42.031Z] #95 ... [2025-05-26T03:14:42.031Z] [2025-05-26T03:14:42.031Z] #103 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-26T03:14:42.031Z] #103 DONE 7.7s [2025-05-26T03:14:42.031Z] [2025-05-26T03:14:42.031Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-26T03:14:42.031Z] #105 DONE 0.3s [2025-05-26T03:14:42.303Z] [2025-05-26T03:14:42.303Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-26T03:14:42.303Z] #106 DONE 0.3s [2025-05-26T03:14:42.303Z] [2025-05-26T03:14:42.303Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:42.586Z] #86 ... [2025-05-26T03:14:42.586Z] [2025-05-26T03:14:42.586Z] #107 [security-spire-server] exporting to image [2025-05-26T03:14:42.586Z] #107 exporting layers [2025-05-26T03:14:42.854Z] #107 ... [2025-05-26T03:14:42.854Z] [2025-05-26T03:14:42.854Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:14:42.854Z] #100 DONE 2.2s [2025-05-26T03:14:42.854Z] [2025-05-26T03:14:42.854Z] #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-26T03:14:43.136Z] #108 ... [2025-05-26T03:14:43.136Z] [2025-05-26T03:14:43.136Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-26T03:14:43.136Z] #95 DONE 8.9s [2025-05-26T03:14:43.405Z] [2025-05-26T03:14:43.405Z] #109 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:14:43.405Z] #109 ... [2025-05-26T03:14:43.405Z] [2025-05-26T03:14:43.405Z] #108 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-26T03:14:43.405Z] #108 DONE 0.7s [2025-05-26T03:14:43.405Z] [2025-05-26T03:14:43.405Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-26T03:14:43.987Z] #110 DONE 0.3s [2025-05-26T03:14:43.987Z] [2025-05-26T03:14:43.987Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T03:14:44.255Z] #111 DONE 0.2s [2025-05-26T03:14:44.255Z] [2025-05-26T03:14:44.255Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-26T03:14:44.522Z] #112 DONE 0.3s [2025-05-26T03:14:44.522Z] [2025-05-26T03:14:44.522Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-26T03:14:44.796Z] #113 DONE 0.3s [2025-05-26T03:14:44.796Z] [2025-05-26T03:14:44.796Z] #107 [security-spire-agent] exporting to image [2025-05-26T03:14:46.219Z] #107 exporting layers 3.9s done [2025-05-26T03:14:46.219Z] #107 writing image sha256:a427ad36387e975311782044d5a9c31744a673df228486abf3e8f9a6c8ab1993 [2025-05-26T03:14:46.493Z] #107 writing image sha256:a427ad36387e975311782044d5a9c31744a673df228486abf3e8f9a6c8ab1993 0.0s done [2025-05-26T03:14:46.493Z] #107 naming to docker.io/library/security-spire-server-arm64 done [2025-05-26T03:14:46.783Z] #107 ... [2025-05-26T03:14:46.783Z] [2025-05-26T03:14:46.783Z] #109 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-26T03:14:46.783Z] #109 DONE 3.7s [2025-05-26T03:14:47.076Z] [2025-05-26T03:14:47.076Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-26T03:14:47.076Z] #114 DONE 0.2s [2025-05-26T03:14:47.076Z] [2025-05-26T03:14:47.076Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:47.076Z] #86 ... [2025-05-26T03:14:47.076Z] [2025-05-26T03:14:47.076Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-26T03:14:47.355Z] #115 DONE 0.3s [2025-05-26T03:14:47.355Z] [2025-05-26T03:14:47.355Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:14:47.355Z] #86 ... [2025-05-26T03:14:47.355Z] [2025-05-26T03:14:47.355Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-26T03:14:47.623Z] #116 DONE 0.2s [2025-05-26T03:14:47.623Z] [2025-05-26T03:14:47.623Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-26T03:14:47.898Z] #117 DONE 0.2s [2025-05-26T03:14:47.898Z] [2025-05-26T03:14:47.898Z] #107 [security-spire-agent] exporting to image [2025-05-26T03:14:47.898Z] #107 exporting layers 3.1s done [2025-05-26T03:14:47.898Z] #107 writing image sha256:8cbb58ef64e9863a24d2dceef2fb51cc2225121ed83f4c32efef47746c2ce207 0.0s done [2025-05-26T03:14:47.898Z] #107 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2025-05-26T03:14:47.898Z] #107 DONE 5.6s [2025-05-26T03:14:47.898Z] [2025-05-26T03:14:47.898Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-26T03:14:48.166Z] #118 DONE 0.3s [2025-05-26T03:14:48.166Z] [2025-05-26T03:14:48.166Z] #107 [security-spire-config] exporting to image [2025-05-26T03:14:50.132Z] #107 exporting layers 2.1s done [2025-05-26T03:14:50.132Z] #107 writing image sha256:ef78f4a92ce2270463b9bdb1361021d0511a6754db6ba786de511e9a912ec75d done [2025-05-26T03:14:50.132Z] #107 naming to docker.io/library/security-spire-config-arm64 done [2025-05-26T03:14:50.132Z] #107 DONE 7.7s [2025-05-26T03:14:50.132Z] [2025-05-26T03:14:50.132Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:15:19.591Z] #126 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T03:15:19.591Z] #150 DONE 81.7s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:15:19.591Z] #125 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-26T03:15:19.591Z] #155 DONE 0.1s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T03:15:19.591Z] #156 DONE 1.3s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T03:15:19.591Z] #148 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #157 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:15:19.591Z] #157 DONE 0.1s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #158 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:15:19.591Z] #158 DONE 0.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #133 [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-26T03:15:19.591Z] #133 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #159 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-26T03:15:19.591Z] #159 DONE 0.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #160 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-26T03:15:19.591Z] #160 DONE 0.1s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:15:19.591Z] #152 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #161 [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-26T03:15:19.591Z] #161 DONE 0.0s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #162 [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-26T03:15:19.591Z] #162 DONE 0.0s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #163 [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-26T03:15:19.591Z] #163 DONE 0.0s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #164 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-26T03:15:19.591Z] #164 DONE 0.0s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-26T03:15:19.591Z] #165 DONE 1.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #113 [security-bootstrapper] exporting to image [2025-05-26T03:15:19.591Z] #113 exporting layers [2025-05-26T03:15:19.591Z] #113 exporting layers 0.4s done [2025-05-26T03:15:19.591Z] #113 writing image sha256:fd5b77167bb723c017a9ddf68f71d0ad63a5a217b5dd438b2704d2d7ef0ff2be done [2025-05-26T03:15:19.591Z] #113 naming to docker.io/library/security-bootstrapper done [2025-05-26T03:15:19.591Z] #113 DONE 1.4s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T03:15:19.591Z] #154 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T03:15:19.591Z] #146 DONE 86.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #166 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:15:19.591Z] #166 DONE 0.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #167 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:15:19.591Z] #167 DONE 0.1s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T03:15:19.591Z] #126 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-26T03:15:19.591Z] #168 DONE 0.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #169 [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-26T03:15:19.591Z] #169 DONE 0.1s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #170 [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-26T03:15:19.591Z] #170 DONE 0.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T03:15:19.591Z] #147 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #171 [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-26T03:15:19.591Z] #171 DONE 1.2s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T03:15:19.591Z] #147 ... [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #113 [core-common-config-bootstrapper] exporting to image [2025-05-26T03:15:19.591Z] #113 exporting layers 0.2s done [2025-05-26T03:15:19.591Z] #113 writing image sha256:3b9a1af78d45ceebd925cdae0fe8bc627b79571100d52dddfc360cb37e863474 done [2025-05-26T03:15:19.591Z] #113 naming to docker.io/library/core-common-config-bootstrapper done [2025-05-26T03:15:19.591Z] #113 DONE 1.6s [2025-05-26T03:15:19.591Z] [2025-05-26T03:15:19.591Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:16:11.887Z] #99 ... [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #86 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #86 DONE 108.0s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #91 DONE 93.7s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #82 DONE 113.6s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #85 DONE 108.9s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #84 DONE 109.8s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #119 [support-notifications builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #119 ... [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #99 DONE 89.6s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #120 ... [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #121 [security-proxy-setup builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #121 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:16:11.887Z] #122 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #123 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #124 [core-keeper builder 7/8] COPY . . [2025-05-26T03:16:11.887Z] #124 DONE 2.0s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #125 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #125 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:16:11.887Z] #126 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #127 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #128 [security-bootstrapper builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #128 DONE 1.9s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #119 [support-notifications builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #119 DONE 1.9s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #129 [core-command builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #129 DONE 2.0s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #130 [support-scheduler builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #130 DONE 1.9s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #131 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:16:11.887Z] #131 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #132 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #133 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #134 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:16:11.887Z] #134 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #135 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #136 [security-proxy-auth builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #136 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #120 DONE 2.0s [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #137 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #138 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:16:11.887Z] #138 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #139 [core-data builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #139 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #140 [core-metadata builder 6/7] COPY . . [2025-05-26T03:16:11.887Z] #140 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-26T03:16:11.887Z] #141 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-26T03:16:11.887Z] #142 CACHED [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T03:16:11.887Z] #143 ... [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T03:16:11.887Z] #0 5.292 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-26T03:16:11.887Z] #144 ... [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:16:11.887Z] #0 5.827 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-26T03:16:11.887Z] #145 ... [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T03:16:11.887Z] #0 6.082 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-26T03:16:11.887Z] #146 ... [2025-05-26T03:16:11.887Z] [2025-05-26T03:16:11.887Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T03:16:11.887Z] #143 6.147 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-26T03:16:12.542Z] #143 ... [2025-05-26T03:16:12.542Z] [2025-05-26T03:16:12.542Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T03:16:12.542Z] #0 4.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-26T03:16:12.542Z] #147 ... [2025-05-26T03:16:12.542Z] [2025-05-26T03:16:12.542Z] #148 [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-26T03:16:12.542Z] #0 5.160 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-26T03:16:12.542Z] #148 ... [2025-05-26T03:16:12.542Z] [2025-05-26T03:16:12.542Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:16:12.542Z] #0 5.993 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-26T03:16:12.832Z] #149 ... [2025-05-26T03:16:12.832Z] [2025-05-26T03:16:12.832Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T03:16:12.832Z] #0 4.155 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-26T03:16:12.832Z] #150 ... [2025-05-26T03:16:12.832Z] [2025-05-26T03:16:12.832Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:16:12.832Z] #0 5.681 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-26T03:16:13.136Z] #151 ... [2025-05-26T03:16:13.137Z] [2025-05-26T03:16:13.137Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:16:13.137Z] #0 5.981 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-26T03:16:13.401Z] #152 ... [2025-05-26T03:16:13.401Z] [2025-05-26T03:16:13.401Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T03:16:13.401Z] #0 5.321 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-26T03:16:13.401Z] #153 ... [2025-05-26T03:16:13.401Z] [2025-05-26T03:16:13.401Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T03:16:13.401Z] #0 5.159 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-26T03:16:27.296Z] #153 ... [2025-05-26T03:16:27.296Z] [2025-05-26T03:16:27.296Z] #133 [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-26T03:16:27.296Z] #133 150.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T03:16:53.872Z] #133 ... [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.872Z] #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T03:16:53.872Z] #149 DONE 184.4s [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.872Z] #125 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:16:53.872Z] #125 DONE 184.8s [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.872Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:16:53.872Z] #152 DONE 184.3s [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.872Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T03:16:53.872Z] #126 DONE 184.7s [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.872Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:16:53.872Z] #153 DONE 184.3s [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.872Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T03:16:53.872Z] #154 DONE 184.3s [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.872Z] #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.872Z] #172 ... [2025-05-26T03:16:53.872Z] [2025-05-26T03:16:53.873Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T03:16:53.873Z] #147 DONE 184.9s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:16:53.873Z] #151 DONE 184.7s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T03:16:53.873Z] #148 DONE 184.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #133 [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-26T03:16:53.873Z] #133 DONE 184.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #173 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #173 DONE 0.2s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #172 DONE 0.2s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #174 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #175 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #175 DONE 0.2s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #176 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #176 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #174 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #174 DONE 0.2s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #177 [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-26T03:16:53.873Z] #177 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #178 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #179 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #179 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #180 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #181 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #181 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #182 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #182 CACHED [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #183 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #183 CACHED [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #184 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #184 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #185 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #186 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #186 DONE 0.4s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #187 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #187 CACHED [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #188 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:16:53.873Z] #188 CACHED [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #189 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #177 [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-26T03:16:53.873Z] #177 DONE 0.6s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #190 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #190 DONE 0.4s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T03:16:53.873Z] #191 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-26T03:16:53.873Z] #192 DONE 0.8s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #189 DONE 0.8s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-26T03:16:53.873Z] #193 DONE 0.8s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #194 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:16:53.873Z] #194 DONE 0.8s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #195 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-26T03:16:53.873Z] #195 DONE 0.8s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #196 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-26T03:16:53.873Z] #196 DONE 0.9s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #197 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-26T03:16:53.873Z] #197 DONE 0.9s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #198 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-26T03:16:53.873Z] #198 DONE 0.8s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-26T03:16:53.873Z] #199 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #200 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-26T03:16:53.873Z] #200 DONE 0.9s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:16:53.873Z] #201 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-05-26T03:16:53.873Z] #202 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #203 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:16:53.873Z] #203 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #191 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T03:16:53.873Z] #191 DONE 1.0s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-26T03:16:53.873Z] #204 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #205 [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-26T03:16:53.873Z] #205 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #206 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:16:53.873Z] #206 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #207 [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-26T03:16:53.873Z] #207 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-26T03:16:53.873Z] #199 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:16:53.873Z] #208 DONE 0.5s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #209 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-26T03:16:53.873Z] #209 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-26T03:16:53.873Z] #210 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #211 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:16:53.873Z] #211 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #113 [core-metadata] exporting to image [2025-05-26T03:16:53.873Z] #113 exporting layers [2025-05-26T03:16:53.873Z] #113 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #207 [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-26T03:16:53.873Z] #207 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #212 [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-26T03:16:53.873Z] #212 DONE 0.2s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-26T03:16:53.873Z] #213 DONE 0.2s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #113 [core-data] exporting to image [2025-05-26T03:16:53.873Z] #113 exporting layers 0.4s done [2025-05-26T03:16:53.873Z] #113 writing image sha256:0e4ae99d6a43b03da8a58eccadf90f12f910beeb29eec1cdbe866c596d8145a7 0.0s done [2025-05-26T03:16:53.873Z] #113 naming to docker.io/library/core-data done [2025-05-26T03:16:53.873Z] #113 writing image sha256:1677e670a16637d6b33731cf76ecdcd2c9c35107ae613a168971acd023bf089b [2025-05-26T03:16:53.873Z] #113 writing image sha256:9cff81535a7b66da093edec7931dd3e5a92609e56bb54c6cc07204d4541019bc [2025-05-26T03:16:53.873Z] #113 writing image sha256:662b829110ffcb7e98fb8c810bd15ca661b9554ed49a83d97bfe00a421581f17 [2025-05-26T03:16:53.873Z] #113 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #214 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T03:16:53.873Z] #214 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #113 [core-command] exporting to image [2025-05-26T03:16:53.873Z] #113 writing image sha256:1677e670a16637d6b33731cf76ecdcd2c9c35107ae613a168971acd023bf089b 0.0s done [2025-05-26T03:16:53.873Z] #113 writing image sha256:9cff81535a7b66da093edec7931dd3e5a92609e56bb54c6cc07204d4541019bc 0.0s done [2025-05-26T03:16:53.873Z] #113 writing image sha256:662b829110ffcb7e98fb8c810bd15ca661b9554ed49a83d97bfe00a421581f17 done [2025-05-26T03:16:53.873Z] #113 naming to docker.io/library/support-scheduler done [2025-05-26T03:16:53.873Z] #113 naming to docker.io/library/core-keeper done [2025-05-26T03:16:53.873Z] #113 naming to docker.io/library/core-command 0.0s done [2025-05-26T03:16:53.873Z] #113 ... [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #215 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:16:53.873Z] #215 DONE 0.3s [2025-05-26T03:16:53.873Z] [2025-05-26T03:16:53.873Z] #113 [security-spiffe-token-provider] exporting to image [2025-05-26T03:16:53.873Z] #113 exporting layers 0.2s done [2025-05-26T03:16:53.873Z] #113 writing image sha256:08b19fbb4da263cc8238e88b23d178d646f97baf38bc4449ba88204bb8a83313 done [2025-05-26T03:16:53.873Z] #113 writing image sha256:d0435087de29ef9817578e7c1ab754d10892fe4e99814ee0665b7c48e86edb78 done [2025-05-26T03:16:53.873Z] #113 naming to docker.io/library/support-notifications done [2025-05-26T03:16:53.873Z] #113 naming to docker.io/library/security-spiffe-token-provider done [2025-05-26T03:16:54.132Z] #113 ... [2025-05-26T03:16:54.132Z] [2025-05-26T03:16:54.132Z] #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-26T03:16:54.132Z] #216 DONE 0.2s [2025-05-26T03:16:54.132Z] [2025-05-26T03:16:54.132Z] #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T03:16:54.132Z] #217 DONE 0.5s [2025-05-26T03:16:54.132Z] [2025-05-26T03:16:54.132Z] #113 [security-proxy-auth] exporting to image [2025-05-26T03:16:54.393Z] #113 ... [2025-05-26T03:16:54.393Z] [2025-05-26T03:16:54.393Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-26T03:16:54.393Z] #218 DONE 0.2s [2025-05-26T03:16:54.393Z] [2025-05-26T03:16:54.393Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T03:16:54.393Z] #219 DONE 0.0s [2025-05-26T03:16:54.393Z] [2025-05-26T03:16:54.393Z] #113 [security-proxy-auth] exporting to image [2025-05-26T03:16:54.393Z] #113 exporting layers 0.7s done [2025-05-26T03:16:54.393Z] #113 ... [2025-05-26T03:16:54.393Z] [2025-05-26T03:16:54.393Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T03:16:54.393Z] #220 DONE 0.5s [2025-05-26T03:16:54.393Z] [2025-05-26T03:16:54.393Z] #113 [security-proxy-auth] exporting to image [2025-05-26T03:16:54.393Z] #113 exporting layers 0.3s done [2025-05-26T03:16:54.393Z] #113 writing image sha256:29c944a6711f298dcae360e2121b1ebf11aa8ae68de9099747b122a601308d10 done [2025-05-26T03:16:54.393Z] #113 naming to docker.io/library/core-metadata done [2025-05-26T03:16:54.393Z] #113 writing image sha256:4a81e3e15661b1250a6153c3f21bec76cb06ed3fab5fa2542f73682409fe3e58 done [2025-05-26T03:16:54.393Z] #113 naming to docker.io/library/security-proxy-auth done [2025-05-26T03:16:54.652Z] #113 exporting layers 0.2s done [2025-05-26T03:16:54.652Z] #113 writing image sha256:0826f2880407141bd4ede5073f3e1cb126b08a6386edceb150996f6866b6862b done [2025-05-26T03:16:54.652Z] #113 naming to docker.io/library/security-proxy-setup done [2025-05-26T03:16:54.652Z] #113 DONE 3.2s [2025-05-26T03:16:54.652Z] [2025-05-26T03:16:54.652Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-26T03:16:54.911Z] #221 DONE 0.4s [2025-05-26T03:16:54.911Z] [2025-05-26T03:16:54.911Z] #113 [security-secretstore-setup] exporting to image [2025-05-26T03:16:57.610Z] #113 exporting layers 2.4s done [2025-05-26T03:16:57.610Z] #113 writing image sha256:dd55aba7f2caca14c4b7f859feb47ae32aa22e84540dc7d8c6d8aa094068bb38 done [2025-05-26T03:16:57.610Z] #113 naming to docker.io/library/security-secretstore-setup done [2025-05-26T03:16:57.610Z] #113 DONE 5.7s [2025-05-26T03:16:57.610Z] [2025-05-26T03:16:57.610Z] #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:16:57.610Z] time="2025-05-26T03:12:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-26T03:16:57.618Z] $ docker stop --time=1 152b33d965248e66bd425c36ebf4d23ef1ffde8ccf88abafd5f60706930884b1 [2025-05-26T03:16:59.009Z] $ docker rm -f --volumes 152b33d965248e66bd425c36ebf4d23ef1ffde8ccf88abafd5f60706930884b1 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T03:16:59.439Z] + docker images [2025-05-26T03:16:59.439Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-26T03:16:59.439Z] security-secretstore-setup latest dd55aba7f2ca 5 seconds ago 68MB [2025-05-26T03:16:59.439Z] security-proxy-setup latest 0826f2880407 5 seconds ago 38.3MB [2025-05-26T03:16:59.439Z] core-metadata latest 29c944a6711f 6 seconds ago 32.7MB [2025-05-26T03:16:59.439Z] support-scheduler latest 9cff81535a7b 6 seconds ago 48.3MB [2025-05-26T03:16:59.439Z] security-spiffe-token-provider latest d0435087de29 6 seconds ago 47.2MB [2025-05-26T03:16:59.439Z] core-keeper latest 1677e670a166 6 seconds ago 32.1MB [2025-05-26T03:16:59.439Z] core-command latest 662b829110ff 6 seconds ago 28MB [2025-05-26T03:16:59.439Z] core-data latest 0e4ae99d6a43 6 seconds ago 32.5MB [2025-05-26T03:16:59.439Z] support-notifications latest 08b19fbb4da2 6 seconds ago 51.9MB [2025-05-26T03:16:59.439Z] security-proxy-auth latest 4a81e3e15661 6 seconds ago 31.4MB [2025-05-26T03:16:59.439Z] core-common-config-bootstrapper latest 3b9a1af78d45 About a minute ago 17.1MB [2025-05-26T03:16:59.439Z] security-bootstrapper latest fd5b77167bb7 About a minute ago 20.3MB [2025-05-26T03:16:59.439Z] security-spire-server latest 50b5ad9485e2 4 minutes ago 149MB [2025-05-26T03:16:59.439Z] security-spire-agent latest 710a816ca291 4 minutes ago 195MB [2025-05-26T03:16:59.439Z] security-spire-config latest 049623b19a29 4 minutes ago 149MB [2025-05-26T03:16:59.439Z] ci-base-image-x86_64 latest 179ed7dd79b8 7 minutes ago 925MB [2025-05-26T03:16:59.439Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 hours ago 573MB [2025-05-26T03:16:59.439Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 6 weeks ago 574MB [2025-05-26T03:16:59.439Z] 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-26T03:16:59.604Z] provisioning config files... [2025-05-26T03:16:59.627Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config8459507932520968846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:16:59.935Z] ---> ****-login.sh [2025-05-26T03:16:59.935Z] nexus3.edgexfoundry.org:10001 [2025-05-26T03:16:59.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:16:59.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:16:59.936Z] Configure a credential helper to remove this warning. See [2025-05-26T03:16:59.936Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:16:59.936Z] [2025-05-26T03:16:59.936Z] Login Succeeded [2025-05-26T03:16:59.936Z] nexus3.edgexfoundry.org:10002 [2025-05-26T03:17:00.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:17:00.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:17:00.194Z] Configure a credential helper to remove this warning. See [2025-05-26T03:17:00.194Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:17:00.194Z] [2025-05-26T03:17:00.194Z] Login Succeeded [2025-05-26T03:17:00.194Z] nexus3.edgexfoundry.org:10003 [2025-05-26T03:17:00.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:17:00.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:17:00.194Z] Configure a credential helper to remove this warning. See [2025-05-26T03:17:00.194Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:17:00.194Z] [2025-05-26T03:17:00.194Z] Login Succeeded [2025-05-26T03:17:00.194Z] nexus3.edgexfoundry.org:10004 [2025-05-26T03:17:00.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:17:00.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:17:00.454Z] Configure a credential helper to remove this warning. See [2025-05-26T03:17:00.454Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:17:00.454Z] [2025-05-26T03:17:00.454Z] Login Succeeded [2025-05-26T03:17:00.454Z] ****.io [2025-05-26T03:17:00.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:17:00.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:17:00.715Z] Configure a credential helper to remove this warning. See [2025-05-26T03:17:00.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:17:00.715Z] [2025-05-26T03:17:00.715Z] Login Succeeded [2025-05-26T03:17:00.715Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T03:17:00.721Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:00.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:17:00.801Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-05-26T03:17:00.801Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:00.801Z] latest [2025-05-26T03:17:00.801Z] 4.1.0-dev.12 [2025-05-26T03:17:00.801Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:00.801Z] main [2025-05-26T03:17:00.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:01.159Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:01.481Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:01.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T03:17:01.481Z] 27e31ccd3add: Preparing [2025-05-26T03:17:01.481Z] 27c2092fd454: Preparing [2025-05-26T03:17:01.481Z] a7c639ffb568: Preparing [2025-05-26T03:17:01.481Z] 1652901e3df0: Preparing [2025-05-26T03:17:01.481Z] f3b4c25e4578: Preparing [2025-05-26T03:17:01.481Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:01.481Z] 994456c4fd7b: Preparing [2025-05-26T03:17:01.481Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:01.481Z] 27e31ccd3add: Pushed [2025-05-26T03:17:01.481Z] f3b4c25e4578: Pushed [2025-05-26T03:17:01.481Z] a7c639ffb568: Pushed [2025-05-26T03:17:01.481Z] 1652901e3df0: Pushed [2025-05-26T03:17:01.481Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:01.481Z] f4d7a4550f8b: Pushed [2025-05-26T03:17:03.387Z] 27c2092fd454: Pushed [2025-05-26T03:17:03.646Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:03.975Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:04.304Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T03:17:04.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T03:17:04.304Z] 27e31ccd3add: Preparing [2025-05-26T03:17:04.304Z] 27c2092fd454: Preparing [2025-05-26T03:17:04.304Z] a7c639ffb568: Preparing [2025-05-26T03:17:04.304Z] 1652901e3df0: Preparing [2025-05-26T03:17:04.304Z] f3b4c25e4578: Preparing [2025-05-26T03:17:04.304Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:04.304Z] 994456c4fd7b: Preparing [2025-05-26T03:17:04.304Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:04.304Z] 994456c4fd7b: Waiting [2025-05-26T03:17:04.304Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:04.304Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:04.304Z] 27e31ccd3add: Layer already exists [2025-05-26T03:17:04.304Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:04.304Z] 27c2092fd454: Layer already exists [2025-05-26T03:17:04.304Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:04.304Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:04.304Z] latest: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:04.631Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:04.988Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 [2025-05-26T03:17:04.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T03:17:04.988Z] 27e31ccd3add: Preparing [2025-05-26T03:17:04.988Z] 27c2092fd454: Preparing [2025-05-26T03:17:04.988Z] a7c639ffb568: Preparing [2025-05-26T03:17:04.988Z] 1652901e3df0: Preparing [2025-05-26T03:17:04.988Z] f3b4c25e4578: Preparing [2025-05-26T03:17:04.988Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:04.988Z] 994456c4fd7b: Preparing [2025-05-26T03:17:04.988Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:04.988Z] 994456c4fd7b: Waiting [2025-05-26T03:17:04.988Z] 27e31ccd3add: Layer already exists [2025-05-26T03:17:04.988Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:04.988Z] 27c2092fd454: Layer already exists [2025-05-26T03:17:04.988Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:04.988Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:04.988Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:04.988Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:04.988Z] 4.1.0-dev.12: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:05.319Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:05.647Z] + docker push nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:05.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T03:17:05.647Z] 27e31ccd3add: Preparing [2025-05-26T03:17:05.647Z] 27c2092fd454: Preparing [2025-05-26T03:17:05.647Z] a7c639ffb568: Preparing [2025-05-26T03:17:05.647Z] 1652901e3df0: Preparing [2025-05-26T03:17:05.647Z] f3b4c25e4578: Preparing [2025-05-26T03:17:05.647Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:05.647Z] 994456c4fd7b: Preparing [2025-05-26T03:17:05.647Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:05.647Z] 994456c4fd7b: Waiting [2025-05-26T03:17:05.647Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:05.647Z] 27c2092fd454: Layer already exists [2025-05-26T03:17:05.647Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:05.647Z] 27e31ccd3add: Layer already exists [2025-05-26T03:17:05.647Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:05.647Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:05.647Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:05.647Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:05.974Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:06.425Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T03:17:06.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-26T03:17:06.425Z] 27e31ccd3add: Preparing [2025-05-26T03:17:06.425Z] 27c2092fd454: Preparing [2025-05-26T03:17:06.425Z] a7c639ffb568: Preparing [2025-05-26T03:17:06.425Z] 1652901e3df0: Preparing [2025-05-26T03:17:06.425Z] f3b4c25e4578: Preparing [2025-05-26T03:17:06.425Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:06.425Z] 994456c4fd7b: Preparing [2025-05-26T03:17:06.425Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:06.425Z] 994456c4fd7b: Waiting [2025-05-26T03:17:06.425Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:06.425Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:06.425Z] 27c2092fd454: Layer already exists [2025-05-26T03:17:06.425Z] 27e31ccd3add: Layer already exists [2025-05-26T03:17:06.425Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:06.425Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:06.425Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:06.425Z] main: digest: sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:06.506Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:06.526Z] taggedImages: [2025-05-26T03:17:06.526Z] - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:06.526Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T03:17:06.526Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 [2025-05-26T03:17:06.526Z] - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:06.526Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-05-26T03:17:06.556Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-05-26T03:17:06.556Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:06.556Z] latest [2025-05-26T03:17:06.556Z] 4.1.0-dev.12 [2025-05-26T03:17:06.556Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:06.556Z] main [2025-05-26T03:17:06.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:06.905Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:07.225Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:07.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T03:17:07.225Z] 8f2837e8ef08: Preparing [2025-05-26T03:17:07.225Z] 1771973c56db: Preparing [2025-05-26T03:17:07.225Z] d7887a8d2b05: Preparing [2025-05-26T03:17:07.225Z] 2fe48059963b: Preparing [2025-05-26T03:17:07.225Z] a7c639ffb568: Preparing [2025-05-26T03:17:07.225Z] 1652901e3df0: Preparing [2025-05-26T03:17:07.225Z] f3b4c25e4578: Preparing [2025-05-26T03:17:07.225Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:07.225Z] 994456c4fd7b: Preparing [2025-05-26T03:17:07.225Z] 1652901e3df0: Waiting [2025-05-26T03:17:07.225Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:07.225Z] 994456c4fd7b: Waiting [2025-05-26T03:17:07.225Z] f3b4c25e4578: Waiting [2025-05-26T03:17:07.225Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:07.225Z] d7887a8d2b05: Pushed [2025-05-26T03:17:07.225Z] 1771973c56db: Pushed [2025-05-26T03:17:07.225Z] 8f2837e8ef08: Pushed [2025-05-26T03:17:07.225Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:07.483Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:07.483Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:07.483Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:08.051Z] 2fe48059963b: Pushed [2025-05-26T03:17:08.313Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:08.647Z] + 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-26T03:17:08.982Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T03:17:08.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T03:17:08.982Z] 8f2837e8ef08: Preparing [2025-05-26T03:17:08.982Z] 1771973c56db: Preparing [2025-05-26T03:17:08.982Z] d7887a8d2b05: Preparing [2025-05-26T03:17:08.982Z] 2fe48059963b: Preparing [2025-05-26T03:17:08.982Z] a7c639ffb568: Preparing [2025-05-26T03:17:08.982Z] 1652901e3df0: Preparing [2025-05-26T03:17:08.982Z] f3b4c25e4578: Preparing [2025-05-26T03:17:08.982Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:08.982Z] 994456c4fd7b: Preparing [2025-05-26T03:17:08.982Z] 1652901e3df0: Waiting [2025-05-26T03:17:08.982Z] f3b4c25e4578: Waiting [2025-05-26T03:17:08.982Z] 994456c4fd7b: Waiting [2025-05-26T03:17:08.982Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:08.982Z] 2fe48059963b: Layer already exists [2025-05-26T03:17:08.982Z] d7887a8d2b05: Layer already exists [2025-05-26T03:17:08.982Z] 8f2837e8ef08: Layer already exists [2025-05-26T03:17:08.982Z] 1771973c56db: Layer already exists [2025-05-26T03:17:08.982Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:08.982Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:08.982Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:08.982Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:08.982Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:08.982Z] latest: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:09.315Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:09.644Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 [2025-05-26T03:17:09.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T03:17:09.644Z] 8f2837e8ef08: Preparing [2025-05-26T03:17:09.644Z] 1771973c56db: Preparing [2025-05-26T03:17:09.644Z] d7887a8d2b05: Preparing [2025-05-26T03:17:09.644Z] 2fe48059963b: Preparing [2025-05-26T03:17:09.644Z] a7c639ffb568: Preparing [2025-05-26T03:17:09.644Z] 1652901e3df0: Preparing [2025-05-26T03:17:09.644Z] f3b4c25e4578: Preparing [2025-05-26T03:17:09.644Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:09.644Z] 994456c4fd7b: Preparing [2025-05-26T03:17:09.644Z] 1652901e3df0: Waiting [2025-05-26T03:17:09.644Z] 994456c4fd7b: Waiting [2025-05-26T03:17:09.644Z] f3b4c25e4578: Waiting [2025-05-26T03:17:09.644Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:09.644Z] 8f2837e8ef08: Layer already exists [2025-05-26T03:17:09.644Z] d7887a8d2b05: Layer already exists [2025-05-26T03:17:09.644Z] 1771973c56db: Layer already exists [2025-05-26T03:17:09.644Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:09.644Z] 2fe48059963b: Layer already exists [2025-05-26T03:17:09.644Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:09.644Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:09.644Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:09.644Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:09.644Z] 4.1.0-dev.12: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:09.976Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:10.299Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:10.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T03:17:10.299Z] 8f2837e8ef08: Preparing [2025-05-26T03:17:10.299Z] 1771973c56db: Preparing [2025-05-26T03:17:10.299Z] d7887a8d2b05: Preparing [2025-05-26T03:17:10.299Z] 2fe48059963b: Preparing [2025-05-26T03:17:10.299Z] a7c639ffb568: Preparing [2025-05-26T03:17:10.299Z] 1652901e3df0: Preparing [2025-05-26T03:17:10.299Z] f3b4c25e4578: Preparing [2025-05-26T03:17:10.299Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:10.299Z] 994456c4fd7b: Preparing [2025-05-26T03:17:10.299Z] f3b4c25e4578: Waiting [2025-05-26T03:17:10.299Z] 1652901e3df0: Waiting [2025-05-26T03:17:10.299Z] 994456c4fd7b: Waiting [2025-05-26T03:17:10.299Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:10.299Z] 8f2837e8ef08: Layer already exists [2025-05-26T03:17:10.299Z] 2fe48059963b: Layer already exists [2025-05-26T03:17:10.299Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:10.299Z] 1771973c56db: Layer already exists [2025-05-26T03:17:10.299Z] d7887a8d2b05: Layer already exists [2025-05-26T03:17:10.299Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:10.299Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:10.299Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:10.299Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:10.299Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:10.619Z] + 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-26T03:17:10.938Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T03:17:10.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-26T03:17:10.938Z] 8f2837e8ef08: Preparing [2025-05-26T03:17:10.938Z] 1771973c56db: Preparing [2025-05-26T03:17:10.938Z] d7887a8d2b05: Preparing [2025-05-26T03:17:10.938Z] 2fe48059963b: Preparing [2025-05-26T03:17:10.938Z] a7c639ffb568: Preparing [2025-05-26T03:17:10.938Z] 1652901e3df0: Preparing [2025-05-26T03:17:10.938Z] f3b4c25e4578: Preparing [2025-05-26T03:17:10.938Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:10.938Z] 994456c4fd7b: Preparing [2025-05-26T03:17:10.938Z] f3b4c25e4578: Waiting [2025-05-26T03:17:10.938Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:10.938Z] 1652901e3df0: Waiting [2025-05-26T03:17:10.938Z] 994456c4fd7b: Waiting [2025-05-26T03:17:10.938Z] 8f2837e8ef08: Layer already exists [2025-05-26T03:17:10.938Z] 2fe48059963b: Layer already exists [2025-05-26T03:17:10.938Z] d7887a8d2b05: Layer already exists [2025-05-26T03:17:10.938Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:10.938Z] 1771973c56db: Layer already exists [2025-05-26T03:17:10.938Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:10.938Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:10.938Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:10.938Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:10.938Z] main: digest: sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:11.015Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:11.031Z] taggedImages: [2025-05-26T03:17:11.031Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:11.031Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T03:17:11.031Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 [2025-05-26T03:17:11.031Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:11.031Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-05-26T03:17:11.063Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-05-26T03:17:11.063Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:11.063Z] latest [2025-05-26T03:17:11.063Z] 4.1.0-dev.12 [2025-05-26T03:17:11.063Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:11.063Z] main [2025-05-26T03:17:11.063Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:11.408Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:11.736Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:11.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T03:17:11.736Z] 497f9ed19aaf: Preparing [2025-05-26T03:17:11.736Z] 1348a3ddeac3: Preparing [2025-05-26T03:17:11.736Z] a7c639ffb568: Preparing [2025-05-26T03:17:11.736Z] 1652901e3df0: Preparing [2025-05-26T03:17:11.736Z] 7aad4301aae2: Preparing [2025-05-26T03:17:11.736Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:11.736Z] 994456c4fd7b: Preparing [2025-05-26T03:17:11.736Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:11.736Z] 994456c4fd7b: Waiting [2025-05-26T03:17:11.736Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:11.736Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:11.736Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:11.736Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:11.736Z] 7aad4301aae2: Pushed [2025-05-26T03:17:11.736Z] 497f9ed19aaf: Pushed [2025-05-26T03:17:14.269Z] 1348a3ddeac3: Pushed [2025-05-26T03:17:14.269Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:14.597Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:14.932Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T03:17:14.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T03:17:14.932Z] 497f9ed19aaf: Preparing [2025-05-26T03:17:14.932Z] 1348a3ddeac3: Preparing [2025-05-26T03:17:14.932Z] a7c639ffb568: Preparing [2025-05-26T03:17:14.932Z] 1652901e3df0: Preparing [2025-05-26T03:17:14.932Z] 7aad4301aae2: Preparing [2025-05-26T03:17:14.932Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:14.932Z] 994456c4fd7b: Preparing [2025-05-26T03:17:14.932Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:14.932Z] 994456c4fd7b: Waiting [2025-05-26T03:17:14.932Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:14.932Z] 7aad4301aae2: Layer already exists [2025-05-26T03:17:14.932Z] 497f9ed19aaf: Layer already exists [2025-05-26T03:17:14.932Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:14.932Z] 1348a3ddeac3: Layer already exists [2025-05-26T03:17:14.932Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:14.932Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:14.932Z] latest: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:15.258Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:15.586Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 [2025-05-26T03:17:15.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T03:17:15.586Z] 497f9ed19aaf: Preparing [2025-05-26T03:17:15.586Z] 1348a3ddeac3: Preparing [2025-05-26T03:17:15.586Z] a7c639ffb568: Preparing [2025-05-26T03:17:15.586Z] 1652901e3df0: Preparing [2025-05-26T03:17:15.586Z] 7aad4301aae2: Preparing [2025-05-26T03:17:15.586Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:15.586Z] 994456c4fd7b: Preparing [2025-05-26T03:17:15.586Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:15.586Z] 994456c4fd7b: Waiting [2025-05-26T03:17:15.586Z] 7aad4301aae2: Layer already exists [2025-05-26T03:17:15.586Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:15.586Z] 1348a3ddeac3: Layer already exists [2025-05-26T03:17:15.586Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:15.586Z] 497f9ed19aaf: Layer already exists [2025-05-26T03:17:15.586Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:15.586Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:15.586Z] 4.1.0-dev.12: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:15.916Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:16.239Z] + docker push nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:16.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T03:17:16.239Z] 497f9ed19aaf: Preparing [2025-05-26T03:17:16.239Z] 1348a3ddeac3: Preparing [2025-05-26T03:17:16.239Z] a7c639ffb568: Preparing [2025-05-26T03:17:16.239Z] 1652901e3df0: Preparing [2025-05-26T03:17:16.239Z] 7aad4301aae2: Preparing [2025-05-26T03:17:16.239Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:16.239Z] 994456c4fd7b: Preparing [2025-05-26T03:17:16.239Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:16.239Z] 994456c4fd7b: Waiting [2025-05-26T03:17:16.239Z] 497f9ed19aaf: Layer already exists [2025-05-26T03:17:16.239Z] 1348a3ddeac3: Layer already exists [2025-05-26T03:17:16.239Z] 7aad4301aae2: Layer already exists [2025-05-26T03:17:16.239Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:16.239Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:16.239Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:16.239Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:16.239Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:16.570Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:16.888Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T03:17:16.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-26T03:17:16.888Z] 497f9ed19aaf: Preparing [2025-05-26T03:17:16.888Z] 1348a3ddeac3: Preparing [2025-05-26T03:17:16.888Z] a7c639ffb568: Preparing [2025-05-26T03:17:16.888Z] 1652901e3df0: Preparing [2025-05-26T03:17:16.888Z] 7aad4301aae2: Preparing [2025-05-26T03:17:16.888Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:16.888Z] 994456c4fd7b: Preparing [2025-05-26T03:17:16.888Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:16.888Z] 994456c4fd7b: Waiting [2025-05-26T03:17:16.888Z] 1348a3ddeac3: Layer already exists [2025-05-26T03:17:16.888Z] 7aad4301aae2: Layer already exists [2025-05-26T03:17:16.888Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:16.888Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:16.888Z] 497f9ed19aaf: Layer already exists [2025-05-26T03:17:16.888Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:16.888Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:16.888Z] main: digest: sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:16.971Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:16.986Z] taggedImages: [2025-05-26T03:17:16.986Z] - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:16.986Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T03:17:16.986Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 [2025-05-26T03:17:16.986Z] - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:16.986Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-05-26T03:17:17.013Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-05-26T03:17:17.013Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:17.013Z] latest [2025-05-26T03:17:17.013Z] 4.1.0-dev.12 [2025-05-26T03:17:17.013Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:17.013Z] main [2025-05-26T03:17:17.013Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:17.351Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:17.681Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:17.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T03:17:17.681Z] c4c149c3d270: Preparing [2025-05-26T03:17:17.681Z] fb0bb9e1864d: Preparing [2025-05-26T03:17:17.681Z] 1652901e3df0: Preparing [2025-05-26T03:17:17.681Z] eae1a3b4d072: Preparing [2025-05-26T03:17:17.681Z] 4b0dc4f34562: Preparing [2025-05-26T03:17:17.681Z] 994456c4fd7b: Preparing [2025-05-26T03:17:17.681Z] 994456c4fd7b: Waiting [2025-05-26T03:17:17.681Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:17.681Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:17.681Z] 4b0dc4f34562: Pushed [2025-05-26T03:17:17.681Z] eae1a3b4d072: Pushed [2025-05-26T03:17:17.681Z] c4c149c3d270: Pushed [2025-05-26T03:17:20.212Z] fb0bb9e1864d: Pushed [2025-05-26T03:17:20.212Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:20.546Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:20.874Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T03:17:20.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T03:17:20.874Z] c4c149c3d270: Preparing [2025-05-26T03:17:20.874Z] fb0bb9e1864d: Preparing [2025-05-26T03:17:20.874Z] 1652901e3df0: Preparing [2025-05-26T03:17:20.874Z] eae1a3b4d072: Preparing [2025-05-26T03:17:20.874Z] 4b0dc4f34562: Preparing [2025-05-26T03:17:20.874Z] 994456c4fd7b: Preparing [2025-05-26T03:17:20.874Z] 994456c4fd7b: Waiting [2025-05-26T03:17:20.874Z] c4c149c3d270: Layer already exists [2025-05-26T03:17:20.874Z] fb0bb9e1864d: Layer already exists [2025-05-26T03:17:20.874Z] 4b0dc4f34562: Layer already exists [2025-05-26T03:17:20.874Z] eae1a3b4d072: Layer already exists [2025-05-26T03:17:20.874Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:20.874Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:20.874Z] latest: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:21.199Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:21.521Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 [2025-05-26T03:17:21.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T03:17:21.521Z] c4c149c3d270: Preparing [2025-05-26T03:17:21.521Z] fb0bb9e1864d: Preparing [2025-05-26T03:17:21.521Z] 1652901e3df0: Preparing [2025-05-26T03:17:21.521Z] eae1a3b4d072: Preparing [2025-05-26T03:17:21.521Z] 4b0dc4f34562: Preparing [2025-05-26T03:17:21.521Z] 994456c4fd7b: Preparing [2025-05-26T03:17:21.521Z] 994456c4fd7b: Waiting [2025-05-26T03:17:21.521Z] eae1a3b4d072: Layer already exists [2025-05-26T03:17:21.521Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:21.521Z] c4c149c3d270: Layer already exists [2025-05-26T03:17:21.521Z] 4b0dc4f34562: Layer already exists [2025-05-26T03:17:21.521Z] fb0bb9e1864d: Layer already exists [2025-05-26T03:17:21.521Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:21.521Z] 4.1.0-dev.12: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:21.846Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:22.183Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:22.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T03:17:22.184Z] c4c149c3d270: Preparing [2025-05-26T03:17:22.184Z] fb0bb9e1864d: Preparing [2025-05-26T03:17:22.184Z] 1652901e3df0: Preparing [2025-05-26T03:17:22.184Z] eae1a3b4d072: Preparing [2025-05-26T03:17:22.184Z] 4b0dc4f34562: Preparing [2025-05-26T03:17:22.184Z] 994456c4fd7b: Preparing [2025-05-26T03:17:22.184Z] 994456c4fd7b: Waiting [2025-05-26T03:17:22.184Z] fb0bb9e1864d: Layer already exists [2025-05-26T03:17:22.184Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:22.184Z] c4c149c3d270: Layer already exists [2025-05-26T03:17:22.184Z] 4b0dc4f34562: Layer already exists [2025-05-26T03:17:22.184Z] eae1a3b4d072: Layer already exists [2025-05-26T03:17:22.184Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:22.184Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:22.535Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:22.862Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T03:17:22.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-26T03:17:22.862Z] c4c149c3d270: Preparing [2025-05-26T03:17:22.862Z] fb0bb9e1864d: Preparing [2025-05-26T03:17:22.863Z] 1652901e3df0: Preparing [2025-05-26T03:17:22.863Z] eae1a3b4d072: Preparing [2025-05-26T03:17:22.863Z] 4b0dc4f34562: Preparing [2025-05-26T03:17:22.863Z] 994456c4fd7b: Preparing [2025-05-26T03:17:22.863Z] 994456c4fd7b: Waiting [2025-05-26T03:17:22.863Z] 4b0dc4f34562: Layer already exists [2025-05-26T03:17:22.863Z] eae1a3b4d072: Layer already exists [2025-05-26T03:17:22.863Z] fb0bb9e1864d: Layer already exists [2025-05-26T03:17:22.863Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:22.863Z] c4c149c3d270: Layer already exists [2025-05-26T03:17:22.863Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:22.863Z] main: digest: sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:22.938Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:22.956Z] taggedImages: [2025-05-26T03:17:22.957Z] - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:22.957Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T03:17:22.957Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 [2025-05-26T03:17:22.957Z] - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:22.957Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-05-26T03:17:22.984Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-05-26T03:17:22.984Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:22.984Z] latest [2025-05-26T03:17:22.984Z] 4.1.0-dev.12 [2025-05-26T03:17:22.984Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:22.984Z] main [2025-05-26T03:17:22.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:23.332Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:23.654Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:23.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T03:17:23.655Z] 8daba86b839d: Preparing [2025-05-26T03:17:23.655Z] 0bdec12ed154: Preparing [2025-05-26T03:17:23.655Z] ebf8e3bd69f4: Preparing [2025-05-26T03:17:23.655Z] a7c639ffb568: Preparing [2025-05-26T03:17:23.655Z] 1652901e3df0: Preparing [2025-05-26T03:17:23.655Z] f3b4c25e4578: Preparing [2025-05-26T03:17:23.655Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:23.655Z] 994456c4fd7b: Preparing [2025-05-26T03:17:23.655Z] f3b4c25e4578: Waiting [2025-05-26T03:17:23.655Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:23.655Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:23.655Z] 0bdec12ed154: Pushed [2025-05-26T03:17:23.655Z] 8daba86b839d: Pushed [2025-05-26T03:17:23.914Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:24.482Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:24.741Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:24.741Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:26.117Z] ebf8e3bd69f4: Pushed [2025-05-26T03:17:26.117Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:26.472Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:27.065Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T03:17:27.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T03:17:27.065Z] 8daba86b839d: Preparing [2025-05-26T03:17:27.065Z] 0bdec12ed154: Preparing [2025-05-26T03:17:27.065Z] ebf8e3bd69f4: Preparing [2025-05-26T03:17:27.065Z] a7c639ffb568: Preparing [2025-05-26T03:17:27.065Z] 1652901e3df0: Preparing [2025-05-26T03:17:27.065Z] f3b4c25e4578: Preparing [2025-05-26T03:17:27.065Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:27.065Z] 994456c4fd7b: Preparing [2025-05-26T03:17:27.065Z] f3b4c25e4578: Waiting [2025-05-26T03:17:27.065Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:27.065Z] 994456c4fd7b: Waiting [2025-05-26T03:17:27.065Z] ebf8e3bd69f4: Layer already exists [2025-05-26T03:17:27.065Z] 8daba86b839d: Layer already exists [2025-05-26T03:17:27.065Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:27.065Z] 0bdec12ed154: Layer already exists [2025-05-26T03:17:27.065Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:27.065Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:27.065Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:27.065Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:27.065Z] latest: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:27.390Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:27.729Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 [2025-05-26T03:17:27.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T03:17:27.729Z] 8daba86b839d: Preparing [2025-05-26T03:17:27.729Z] 0bdec12ed154: Preparing [2025-05-26T03:17:27.729Z] ebf8e3bd69f4: Preparing [2025-05-26T03:17:27.729Z] a7c639ffb568: Preparing [2025-05-26T03:17:27.729Z] 1652901e3df0: Preparing [2025-05-26T03:17:27.729Z] f3b4c25e4578: Preparing [2025-05-26T03:17:27.729Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:27.729Z] 994456c4fd7b: Preparing [2025-05-26T03:17:27.729Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:27.729Z] f3b4c25e4578: Waiting [2025-05-26T03:17:27.729Z] 994456c4fd7b: Waiting [2025-05-26T03:17:27.729Z] 8daba86b839d: Layer already exists [2025-05-26T03:17:27.729Z] ebf8e3bd69f4: Layer already exists [2025-05-26T03:17:27.729Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:27.729Z] 0bdec12ed154: Layer already exists [2025-05-26T03:17:27.729Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:27.729Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:27.729Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:27.729Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:27.729Z] 4.1.0-dev.12: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:28.064Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:28.395Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:28.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T03:17:28.395Z] 8daba86b839d: Preparing [2025-05-26T03:17:28.395Z] 0bdec12ed154: Preparing [2025-05-26T03:17:28.395Z] ebf8e3bd69f4: Preparing [2025-05-26T03:17:28.395Z] a7c639ffb568: Preparing [2025-05-26T03:17:28.395Z] 1652901e3df0: Preparing [2025-05-26T03:17:28.395Z] f3b4c25e4578: Preparing [2025-05-26T03:17:28.395Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:28.395Z] 994456c4fd7b: Preparing [2025-05-26T03:17:28.395Z] f3b4c25e4578: Waiting [2025-05-26T03:17:28.395Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:28.395Z] 994456c4fd7b: Waiting [2025-05-26T03:17:28.395Z] 8daba86b839d: Layer already exists [2025-05-26T03:17:28.395Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:28.395Z] 0bdec12ed154: Layer already exists [2025-05-26T03:17:28.395Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:28.395Z] ebf8e3bd69f4: Layer already exists [2025-05-26T03:17:28.395Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:28.395Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:28.395Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:28.395Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:28.721Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:29.048Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T03:17:29.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-26T03:17:29.048Z] 8daba86b839d: Preparing [2025-05-26T03:17:29.048Z] 0bdec12ed154: Preparing [2025-05-26T03:17:29.048Z] ebf8e3bd69f4: Preparing [2025-05-26T03:17:29.048Z] a7c639ffb568: Preparing [2025-05-26T03:17:29.048Z] 1652901e3df0: Preparing [2025-05-26T03:17:29.048Z] f3b4c25e4578: Preparing [2025-05-26T03:17:29.048Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:29.048Z] 994456c4fd7b: Preparing [2025-05-26T03:17:29.048Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:29.048Z] f3b4c25e4578: Waiting [2025-05-26T03:17:29.048Z] 994456c4fd7b: Waiting [2025-05-26T03:17:29.048Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:29.048Z] 8daba86b839d: Layer already exists [2025-05-26T03:17:29.048Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:29.048Z] ebf8e3bd69f4: Layer already exists [2025-05-26T03:17:29.048Z] 0bdec12ed154: Layer already exists [2025-05-26T03:17:29.048Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:29.048Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:29.048Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:29.048Z] main: digest: sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:29.125Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:29.141Z] taggedImages: [2025-05-26T03:17:29.141Z] - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:29.141Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T03:17:29.141Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 [2025-05-26T03:17:29.141Z] - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:29.141Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-05-26T03:17:29.169Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-05-26T03:17:29.169Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:29.169Z] latest [2025-05-26T03:17:29.169Z] 4.1.0-dev.12 [2025-05-26T03:17:29.169Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:29.169Z] main [2025-05-26T03:17:29.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:29.515Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:29.836Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:29.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T03:17:29.837Z] d1bf72e06c82: Preparing [2025-05-26T03:17:29.837Z] 11c64eb00bba: Preparing [2025-05-26T03:17:29.837Z] fc32795be3b6: Preparing [2025-05-26T03:17:29.837Z] b8ac5f9cac6a: Preparing [2025-05-26T03:17:29.837Z] f97d04f8ba87: Preparing [2025-05-26T03:17:29.837Z] caa6132e30ca: Preparing [2025-05-26T03:17:29.837Z] 7c0b9c373ddf: Preparing [2025-05-26T03:17:29.837Z] a7c639ffb568: Preparing [2025-05-26T03:17:29.837Z] 1652901e3df0: Preparing [2025-05-26T03:17:29.837Z] 8c0dc5fc4cf9: Preparing [2025-05-26T03:17:29.837Z] 1a06755a5f98: Preparing [2025-05-26T03:17:29.837Z] 5f70bf18a086: Preparing [2025-05-26T03:17:29.837Z] fa065646cab1: Preparing [2025-05-26T03:17:29.837Z] 091c659d2cf5: Preparing [2025-05-26T03:17:29.837Z] 89f5eee36815: Preparing [2025-05-26T03:17:29.837Z] 994456c4fd7b: Preparing [2025-05-26T03:17:29.837Z] 091c659d2cf5: Waiting [2025-05-26T03:17:29.837Z] 8c0dc5fc4cf9: Waiting [2025-05-26T03:17:29.837Z] 89f5eee36815: Waiting [2025-05-26T03:17:29.837Z] 994456c4fd7b: Waiting [2025-05-26T03:17:29.837Z] fa065646cab1: Waiting [2025-05-26T03:17:29.837Z] 5f70bf18a086: Waiting [2025-05-26T03:17:29.837Z] 1a06755a5f98: Waiting [2025-05-26T03:17:29.837Z] caa6132e30ca: Waiting [2025-05-26T03:17:29.837Z] 7c0b9c373ddf: Waiting [2025-05-26T03:17:29.837Z] a7c639ffb568: Waiting [2025-05-26T03:17:29.837Z] 1652901e3df0: Waiting [2025-05-26T03:17:29.837Z] 11c64eb00bba: Pushed [2025-05-26T03:17:29.837Z] f97d04f8ba87: Pushed [2025-05-26T03:17:29.837Z] fc32795be3b6: Pushed [2025-05-26T03:17:29.837Z] b8ac5f9cac6a: Pushed [2025-05-26T03:17:30.096Z] d1bf72e06c82: Pushed [2025-05-26T03:17:30.096Z] caa6132e30ca: Pushed [2025-05-26T03:17:30.662Z] 1a06755a5f98: Pushed [2025-05-26T03:17:30.662Z] 8c0dc5fc4cf9: Pushed [2025-05-26T03:17:30.662Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:30.920Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:30.920Z] fa065646cab1: Pushed [2025-05-26T03:17:31.178Z] 091c659d2cf5: Pushed [2025-05-26T03:17:31.178Z] 5f70bf18a086: Layer already exists [2025-05-26T03:17:31.436Z] 89f5eee36815: Pushed [2025-05-26T03:17:31.694Z] 7c0b9c373ddf: Pushed [2025-05-26T03:17:31.694Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:31.953Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:32.334Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:32.647Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T03:17:32.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T03:17:32.647Z] d1bf72e06c82: Preparing [2025-05-26T03:17:32.647Z] 11c64eb00bba: Preparing [2025-05-26T03:17:32.647Z] fc32795be3b6: Preparing [2025-05-26T03:17:32.647Z] b8ac5f9cac6a: Preparing [2025-05-26T03:17:32.647Z] f97d04f8ba87: Preparing [2025-05-26T03:17:32.647Z] caa6132e30ca: Preparing [2025-05-26T03:17:32.647Z] 7c0b9c373ddf: Preparing [2025-05-26T03:17:32.647Z] a7c639ffb568: Preparing [2025-05-26T03:17:32.647Z] 1652901e3df0: Preparing [2025-05-26T03:17:32.647Z] 8c0dc5fc4cf9: Preparing [2025-05-26T03:17:32.647Z] 1a06755a5f98: Preparing [2025-05-26T03:17:32.647Z] 5f70bf18a086: Preparing [2025-05-26T03:17:32.647Z] fa065646cab1: Preparing [2025-05-26T03:17:32.647Z] 091c659d2cf5: Preparing [2025-05-26T03:17:32.647Z] 89f5eee36815: Preparing [2025-05-26T03:17:32.647Z] 994456c4fd7b: Preparing [2025-05-26T03:17:32.647Z] 1a06755a5f98: Waiting [2025-05-26T03:17:32.647Z] 5f70bf18a086: Waiting [2025-05-26T03:17:32.647Z] caa6132e30ca: Waiting [2025-05-26T03:17:32.647Z] fa065646cab1: Waiting [2025-05-26T03:17:32.647Z] 091c659d2cf5: Waiting [2025-05-26T03:17:32.647Z] 89f5eee36815: Waiting [2025-05-26T03:17:32.647Z] 7c0b9c373ddf: Waiting [2025-05-26T03:17:32.647Z] 994456c4fd7b: Waiting [2025-05-26T03:17:32.647Z] 1652901e3df0: Waiting [2025-05-26T03:17:32.647Z] a7c639ffb568: Waiting [2025-05-26T03:17:32.647Z] 8c0dc5fc4cf9: Waiting [2025-05-26T03:17:32.647Z] b8ac5f9cac6a: Layer already exists [2025-05-26T03:17:32.647Z] f97d04f8ba87: Layer already exists [2025-05-26T03:17:32.647Z] d1bf72e06c82: Layer already exists [2025-05-26T03:17:32.647Z] 11c64eb00bba: Layer already exists [2025-05-26T03:17:32.647Z] fc32795be3b6: Layer already exists [2025-05-26T03:17:32.647Z] caa6132e30ca: Layer already exists [2025-05-26T03:17:32.647Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:32.647Z] 8c0dc5fc4cf9: Layer already exists [2025-05-26T03:17:32.647Z] 7c0b9c373ddf: Layer already exists [2025-05-26T03:17:32.647Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:32.647Z] 1a06755a5f98: Layer already exists [2025-05-26T03:17:32.647Z] 091c659d2cf5: Layer already exists [2025-05-26T03:17:32.647Z] 5f70bf18a086: Layer already exists [2025-05-26T03:17:32.647Z] 89f5eee36815: Layer already exists [2025-05-26T03:17:32.647Z] fa065646cab1: Layer already exists [2025-05-26T03:17:32.647Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:32.647Z] latest: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:32.980Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:33.332Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 [2025-05-26T03:17:33.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T03:17:33.332Z] d1bf72e06c82: Preparing [2025-05-26T03:17:33.332Z] 11c64eb00bba: Preparing [2025-05-26T03:17:33.332Z] fc32795be3b6: Preparing [2025-05-26T03:17:33.332Z] b8ac5f9cac6a: Preparing [2025-05-26T03:17:33.332Z] f97d04f8ba87: Preparing [2025-05-26T03:17:33.332Z] caa6132e30ca: Preparing [2025-05-26T03:17:33.332Z] 7c0b9c373ddf: Preparing [2025-05-26T03:17:33.332Z] a7c639ffb568: Preparing [2025-05-26T03:17:33.332Z] 1652901e3df0: Preparing [2025-05-26T03:17:33.332Z] 8c0dc5fc4cf9: Preparing [2025-05-26T03:17:33.332Z] 1a06755a5f98: Preparing [2025-05-26T03:17:33.332Z] 5f70bf18a086: Preparing [2025-05-26T03:17:33.332Z] fa065646cab1: Preparing [2025-05-26T03:17:33.332Z] 091c659d2cf5: Preparing [2025-05-26T03:17:33.332Z] 89f5eee36815: Preparing [2025-05-26T03:17:33.332Z] 994456c4fd7b: Preparing [2025-05-26T03:17:33.332Z] 8c0dc5fc4cf9: Waiting [2025-05-26T03:17:33.332Z] 1a06755a5f98: Waiting [2025-05-26T03:17:33.332Z] 5f70bf18a086: Waiting [2025-05-26T03:17:33.332Z] fa065646cab1: Waiting [2025-05-26T03:17:33.332Z] 7c0b9c373ddf: Waiting [2025-05-26T03:17:33.332Z] a7c639ffb568: Waiting [2025-05-26T03:17:33.332Z] 89f5eee36815: Waiting [2025-05-26T03:17:33.332Z] 091c659d2cf5: Waiting [2025-05-26T03:17:33.332Z] 994456c4fd7b: Waiting [2025-05-26T03:17:33.332Z] caa6132e30ca: Waiting [2025-05-26T03:17:33.332Z] 1652901e3df0: Waiting [2025-05-26T03:17:33.332Z] fc32795be3b6: Layer already exists [2025-05-26T03:17:33.332Z] 11c64eb00bba: Layer already exists [2025-05-26T03:17:33.332Z] d1bf72e06c82: Layer already exists [2025-05-26T03:17:33.332Z] f97d04f8ba87: Layer already exists [2025-05-26T03:17:33.332Z] b8ac5f9cac6a: Layer already exists [2025-05-26T03:17:33.332Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:33.332Z] caa6132e30ca: Layer already exists [2025-05-26T03:17:33.332Z] 7c0b9c373ddf: Layer already exists [2025-05-26T03:17:33.332Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:33.332Z] 8c0dc5fc4cf9: Layer already exists [2025-05-26T03:17:33.332Z] 5f70bf18a086: Layer already exists [2025-05-26T03:17:33.332Z] 1a06755a5f98: Layer already exists [2025-05-26T03:17:33.332Z] 89f5eee36815: Layer already exists [2025-05-26T03:17:33.332Z] 091c659d2cf5: Layer already exists [2025-05-26T03:17:33.332Z] fa065646cab1: Layer already exists [2025-05-26T03:17:33.332Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:33.332Z] 4.1.0-dev.12: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:33.663Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:33.991Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:33.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T03:17:33.991Z] d1bf72e06c82: Preparing [2025-05-26T03:17:33.991Z] 11c64eb00bba: Preparing [2025-05-26T03:17:33.991Z] fc32795be3b6: Preparing [2025-05-26T03:17:33.991Z] b8ac5f9cac6a: Preparing [2025-05-26T03:17:33.991Z] f97d04f8ba87: Preparing [2025-05-26T03:17:33.991Z] caa6132e30ca: Preparing [2025-05-26T03:17:33.991Z] 7c0b9c373ddf: Preparing [2025-05-26T03:17:33.991Z] a7c639ffb568: Preparing [2025-05-26T03:17:33.991Z] 1652901e3df0: Preparing [2025-05-26T03:17:33.991Z] 8c0dc5fc4cf9: Preparing [2025-05-26T03:17:33.991Z] 1a06755a5f98: Preparing [2025-05-26T03:17:33.991Z] 5f70bf18a086: Preparing [2025-05-26T03:17:33.991Z] fa065646cab1: Preparing [2025-05-26T03:17:33.991Z] 091c659d2cf5: Preparing [2025-05-26T03:17:33.991Z] 89f5eee36815: Preparing [2025-05-26T03:17:33.991Z] 994456c4fd7b: Preparing [2025-05-26T03:17:33.991Z] a7c639ffb568: Waiting [2025-05-26T03:17:33.991Z] 1652901e3df0: Waiting [2025-05-26T03:17:33.991Z] caa6132e30ca: Waiting [2025-05-26T03:17:33.991Z] 8c0dc5fc4cf9: Waiting [2025-05-26T03:17:33.991Z] 1a06755a5f98: Waiting [2025-05-26T03:17:33.991Z] 5f70bf18a086: Waiting [2025-05-26T03:17:33.991Z] 7c0b9c373ddf: Waiting [2025-05-26T03:17:33.991Z] fa065646cab1: Waiting [2025-05-26T03:17:33.991Z] 091c659d2cf5: Waiting [2025-05-26T03:17:33.991Z] 994456c4fd7b: Waiting [2025-05-26T03:17:33.991Z] 89f5eee36815: Waiting [2025-05-26T03:17:33.991Z] 11c64eb00bba: Layer already exists [2025-05-26T03:17:33.991Z] d1bf72e06c82: Layer already exists [2025-05-26T03:17:33.991Z] fc32795be3b6: Layer already exists [2025-05-26T03:17:33.991Z] b8ac5f9cac6a: Layer already exists [2025-05-26T03:17:33.991Z] f97d04f8ba87: Layer already exists [2025-05-26T03:17:33.991Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:33.991Z] 7c0b9c373ddf: Layer already exists [2025-05-26T03:17:33.991Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:33.991Z] caa6132e30ca: Layer already exists [2025-05-26T03:17:33.991Z] 8c0dc5fc4cf9: Layer already exists [2025-05-26T03:17:33.991Z] 1a06755a5f98: Layer already exists [2025-05-26T03:17:33.991Z] 5f70bf18a086: Layer already exists [2025-05-26T03:17:33.992Z] fa065646cab1: Layer already exists [2025-05-26T03:17:33.992Z] 89f5eee36815: Layer already exists [2025-05-26T03:17:33.992Z] 091c659d2cf5: Layer already exists [2025-05-26T03:17:33.992Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:33.992Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:34.316Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:34.639Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T03:17:34.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-26T03:17:34.639Z] d1bf72e06c82: Preparing [2025-05-26T03:17:34.639Z] 11c64eb00bba: Preparing [2025-05-26T03:17:34.639Z] fc32795be3b6: Preparing [2025-05-26T03:17:34.639Z] b8ac5f9cac6a: Preparing [2025-05-26T03:17:34.639Z] f97d04f8ba87: Preparing [2025-05-26T03:17:34.639Z] caa6132e30ca: Preparing [2025-05-26T03:17:34.639Z] 7c0b9c373ddf: Preparing [2025-05-26T03:17:34.639Z] a7c639ffb568: Preparing [2025-05-26T03:17:34.639Z] 1652901e3df0: Preparing [2025-05-26T03:17:34.639Z] 8c0dc5fc4cf9: Preparing [2025-05-26T03:17:34.639Z] 1a06755a5f98: Preparing [2025-05-26T03:17:34.639Z] 5f70bf18a086: Preparing [2025-05-26T03:17:34.639Z] fa065646cab1: Preparing [2025-05-26T03:17:34.639Z] 091c659d2cf5: Preparing [2025-05-26T03:17:34.639Z] 89f5eee36815: Preparing [2025-05-26T03:17:34.639Z] 994456c4fd7b: Preparing [2025-05-26T03:17:34.639Z] caa6132e30ca: Waiting [2025-05-26T03:17:34.639Z] 7c0b9c373ddf: Waiting [2025-05-26T03:17:34.639Z] a7c639ffb568: Waiting [2025-05-26T03:17:34.639Z] 1652901e3df0: Waiting [2025-05-26T03:17:34.639Z] 8c0dc5fc4cf9: Waiting [2025-05-26T03:17:34.639Z] 091c659d2cf5: Waiting [2025-05-26T03:17:34.639Z] 1a06755a5f98: Waiting [2025-05-26T03:17:34.639Z] 5f70bf18a086: Waiting [2025-05-26T03:17:34.639Z] 89f5eee36815: Waiting [2025-05-26T03:17:34.639Z] fa065646cab1: Waiting [2025-05-26T03:17:34.639Z] 994456c4fd7b: Waiting [2025-05-26T03:17:34.639Z] fc32795be3b6: Layer already exists [2025-05-26T03:17:34.639Z] 11c64eb00bba: Layer already exists [2025-05-26T03:17:34.639Z] d1bf72e06c82: Layer already exists [2025-05-26T03:17:34.639Z] b8ac5f9cac6a: Layer already exists [2025-05-26T03:17:34.639Z] f97d04f8ba87: Layer already exists [2025-05-26T03:17:34.639Z] 7c0b9c373ddf: Layer already exists [2025-05-26T03:17:34.639Z] caa6132e30ca: Layer already exists [2025-05-26T03:17:34.639Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:34.639Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:34.639Z] 1a06755a5f98: Layer already exists [2025-05-26T03:17:34.639Z] 5f70bf18a086: Layer already exists [2025-05-26T03:17:34.639Z] fa065646cab1: Layer already exists [2025-05-26T03:17:34.639Z] 8c0dc5fc4cf9: Layer already exists [2025-05-26T03:17:34.639Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:34.639Z] 091c659d2cf5: Layer already exists [2025-05-26T03:17:34.639Z] 89f5eee36815: Layer already exists [2025-05-26T03:17:34.639Z] main: digest: sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:34.721Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:34.741Z] taggedImages: [2025-05-26T03:17:34.741Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:34.741Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T03:17:34.741Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 [2025-05-26T03:17:34.741Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:34.741Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-05-26T03:17:34.774Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-05-26T03:17:34.774Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:34.774Z] latest [2025-05-26T03:17:34.774Z] 4.1.0-dev.12 [2025-05-26T03:17:34.774Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:34.774Z] main [2025-05-26T03:17:34.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:35.123Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:35.715Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:35.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T03:17:35.715Z] e059d60843bd: Preparing [2025-05-26T03:17:35.715Z] 6db91c25deca: Preparing [2025-05-26T03:17:35.715Z] 5ddc1fe8b672: Preparing [2025-05-26T03:17:35.715Z] 94c69e61dcc2: Preparing [2025-05-26T03:17:35.715Z] a7c639ffb568: Preparing [2025-05-26T03:17:35.715Z] 1652901e3df0: Preparing [2025-05-26T03:17:35.715Z] f3b4c25e4578: Preparing [2025-05-26T03:17:35.715Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:35.715Z] 994456c4fd7b: Preparing [2025-05-26T03:17:35.715Z] 1652901e3df0: Waiting [2025-05-26T03:17:35.715Z] f3b4c25e4578: Waiting [2025-05-26T03:17:35.715Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:35.715Z] 994456c4fd7b: Waiting [2025-05-26T03:17:35.715Z] 5ddc1fe8b672: Pushed [2025-05-26T03:17:35.715Z] 6db91c25deca: Pushed [2025-05-26T03:17:36.007Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:36.008Z] e059d60843bd: Pushed [2025-05-26T03:17:36.943Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:36.943Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:36.943Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:36.943Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:37.881Z] 94c69e61dcc2: Pushed [2025-05-26T03:17:38.138Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:38.468Z] + 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-26T03:17:38.804Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T03:17:38.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T03:17:38.804Z] e059d60843bd: Preparing [2025-05-26T03:17:38.804Z] 6db91c25deca: Preparing [2025-05-26T03:17:38.804Z] 5ddc1fe8b672: Preparing [2025-05-26T03:17:38.804Z] 94c69e61dcc2: Preparing [2025-05-26T03:17:38.804Z] a7c639ffb568: Preparing [2025-05-26T03:17:38.804Z] 1652901e3df0: Preparing [2025-05-26T03:17:38.804Z] f3b4c25e4578: Preparing [2025-05-26T03:17:38.804Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:38.804Z] 994456c4fd7b: Preparing [2025-05-26T03:17:38.804Z] 994456c4fd7b: Waiting [2025-05-26T03:17:38.804Z] f3b4c25e4578: Waiting [2025-05-26T03:17:38.804Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:38.804Z] 1652901e3df0: Waiting [2025-05-26T03:17:38.804Z] 5ddc1fe8b672: Layer already exists [2025-05-26T03:17:38.804Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:38.804Z] 94c69e61dcc2: Layer already exists [2025-05-26T03:17:38.804Z] e059d60843bd: Layer already exists [2025-05-26T03:17:38.804Z] 6db91c25deca: Layer already exists [2025-05-26T03:17:38.804Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:38.804Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:38.804Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:38.804Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:38.804Z] latest: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:39.138Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:39.721Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 [2025-05-26T03:17:39.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T03:17:39.722Z] e059d60843bd: Preparing [2025-05-26T03:17:39.722Z] 6db91c25deca: Preparing [2025-05-26T03:17:39.722Z] 5ddc1fe8b672: Preparing [2025-05-26T03:17:39.722Z] 94c69e61dcc2: Preparing [2025-05-26T03:17:39.722Z] a7c639ffb568: Preparing [2025-05-26T03:17:39.722Z] 1652901e3df0: Preparing [2025-05-26T03:17:39.722Z] f3b4c25e4578: Preparing [2025-05-26T03:17:39.722Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:39.722Z] 994456c4fd7b: Preparing [2025-05-26T03:17:39.722Z] 1652901e3df0: Waiting [2025-05-26T03:17:39.722Z] f3b4c25e4578: Waiting [2025-05-26T03:17:39.722Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:39.722Z] 994456c4fd7b: Waiting [2025-05-26T03:17:39.722Z] 5ddc1fe8b672: Layer already exists [2025-05-26T03:17:39.722Z] e059d60843bd: Layer already exists [2025-05-26T03:17:39.722Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:39.722Z] 6db91c25deca: Layer already exists [2025-05-26T03:17:39.722Z] 94c69e61dcc2: Layer already exists [2025-05-26T03:17:39.722Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:39.722Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:39.722Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:39.722Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:39.722Z] 4.1.0-dev.12: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:40.051Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:40.377Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:40.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T03:17:40.377Z] e059d60843bd: Preparing [2025-05-26T03:17:40.377Z] 6db91c25deca: Preparing [2025-05-26T03:17:40.377Z] 5ddc1fe8b672: Preparing [2025-05-26T03:17:40.377Z] 94c69e61dcc2: Preparing [2025-05-26T03:17:40.377Z] a7c639ffb568: Preparing [2025-05-26T03:17:40.377Z] 1652901e3df0: Preparing [2025-05-26T03:17:40.377Z] f3b4c25e4578: Preparing [2025-05-26T03:17:40.377Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:40.377Z] 994456c4fd7b: Preparing [2025-05-26T03:17:40.377Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:40.377Z] 1652901e3df0: Waiting [2025-05-26T03:17:40.377Z] f3b4c25e4578: Waiting [2025-05-26T03:17:40.377Z] 994456c4fd7b: Waiting [2025-05-26T03:17:40.377Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:40.377Z] 94c69e61dcc2: Layer already exists [2025-05-26T03:17:40.377Z] 5ddc1fe8b672: Layer already exists [2025-05-26T03:17:40.377Z] e059d60843bd: Layer already exists [2025-05-26T03:17:40.377Z] 6db91c25deca: Layer already exists [2025-05-26T03:17:40.377Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:40.377Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:40.377Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:40.377Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:40.377Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:40.700Z] + 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-26T03:17:41.031Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T03:17:41.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-26T03:17:41.031Z] e059d60843bd: Preparing [2025-05-26T03:17:41.031Z] 6db91c25deca: Preparing [2025-05-26T03:17:41.031Z] 5ddc1fe8b672: Preparing [2025-05-26T03:17:41.031Z] 94c69e61dcc2: Preparing [2025-05-26T03:17:41.031Z] a7c639ffb568: Preparing [2025-05-26T03:17:41.031Z] 1652901e3df0: Preparing [2025-05-26T03:17:41.031Z] f3b4c25e4578: Preparing [2025-05-26T03:17:41.031Z] f4d7a4550f8b: Preparing [2025-05-26T03:17:41.031Z] 994456c4fd7b: Preparing [2025-05-26T03:17:41.031Z] f3b4c25e4578: Waiting [2025-05-26T03:17:41.031Z] f4d7a4550f8b: Waiting [2025-05-26T03:17:41.031Z] 1652901e3df0: Waiting [2025-05-26T03:17:41.031Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:41.031Z] 6db91c25deca: Layer already exists [2025-05-26T03:17:41.031Z] e059d60843bd: Layer already exists [2025-05-26T03:17:41.031Z] 94c69e61dcc2: Layer already exists [2025-05-26T03:17:41.031Z] 5ddc1fe8b672: Layer already exists [2025-05-26T03:17:41.031Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:41.031Z] f4d7a4550f8b: Layer already exists [2025-05-26T03:17:41.031Z] f3b4c25e4578: Layer already exists [2025-05-26T03:17:41.031Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:41.031Z] main: digest: sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:41.105Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:41.122Z] taggedImages: [2025-05-26T03:17:41.122Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:41.122Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T03:17:41.122Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 [2025-05-26T03:17:41.122Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:41.122Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-05-26T03:17:41.149Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-05-26T03:17:41.149Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:41.149Z] latest [2025-05-26T03:17:41.149Z] 4.1.0-dev.12 [2025-05-26T03:17:41.149Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:41.149Z] main [2025-05-26T03:17:41.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:41.496Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:41.816Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:41.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T03:17:41.817Z] 27f458e4267e: Preparing [2025-05-26T03:17:41.817Z] c1360b7bbee2: Preparing [2025-05-26T03:17:41.817Z] f885a5193f26: Preparing [2025-05-26T03:17:41.817Z] 15d3ccae2eaf: Preparing [2025-05-26T03:17:41.817Z] a1bd46c6213d: Preparing [2025-05-26T03:17:41.817Z] a7c639ffb568: Preparing [2025-05-26T03:17:41.817Z] 1652901e3df0: Preparing [2025-05-26T03:17:41.817Z] d3cd908f2640: Preparing [2025-05-26T03:17:41.817Z] 30dd7f263b24: Preparing [2025-05-26T03:17:41.817Z] 4407c8f7771a: Preparing [2025-05-26T03:17:41.817Z] 994456c4fd7b: Preparing [2025-05-26T03:17:41.817Z] d3cd908f2640: Waiting [2025-05-26T03:17:41.817Z] 30dd7f263b24: Waiting [2025-05-26T03:17:41.817Z] 994456c4fd7b: Waiting [2025-05-26T03:17:41.817Z] a7c639ffb568: Waiting [2025-05-26T03:17:41.817Z] 4407c8f7771a: Waiting [2025-05-26T03:17:41.817Z] 1652901e3df0: Waiting [2025-05-26T03:17:41.817Z] a1bd46c6213d: Pushed [2025-05-26T03:17:41.817Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:41.817Z] 15d3ccae2eaf: Pushed [2025-05-26T03:17:41.817Z] c1360b7bbee2: Pushed [2025-05-26T03:17:41.817Z] 27f458e4267e: Pushed [2025-05-26T03:17:41.817Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:41.817Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:41.817Z] d3cd908f2640: Pushed [2025-05-26T03:17:41.817Z] 30dd7f263b24: Pushed [2025-05-26T03:17:43.192Z] 4407c8f7771a: Pushed [2025-05-26T03:17:43.449Z] f885a5193f26: Pushed [2025-05-26T03:17:43.707Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:44.047Z] + 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-26T03:17:44.368Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T03:17:44.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T03:17:44.368Z] 27f458e4267e: Preparing [2025-05-26T03:17:44.368Z] c1360b7bbee2: Preparing [2025-05-26T03:17:44.368Z] f885a5193f26: Preparing [2025-05-26T03:17:44.368Z] 15d3ccae2eaf: Preparing [2025-05-26T03:17:44.368Z] a1bd46c6213d: Preparing [2025-05-26T03:17:44.368Z] a7c639ffb568: Preparing [2025-05-26T03:17:44.368Z] 1652901e3df0: Preparing [2025-05-26T03:17:44.368Z] d3cd908f2640: Preparing [2025-05-26T03:17:44.368Z] 30dd7f263b24: Preparing [2025-05-26T03:17:44.368Z] 4407c8f7771a: Preparing [2025-05-26T03:17:44.368Z] 994456c4fd7b: Preparing [2025-05-26T03:17:44.368Z] 4407c8f7771a: Waiting [2025-05-26T03:17:44.368Z] 994456c4fd7b: Waiting [2025-05-26T03:17:44.368Z] d3cd908f2640: Waiting [2025-05-26T03:17:44.368Z] 30dd7f263b24: Waiting [2025-05-26T03:17:44.368Z] a7c639ffb568: Waiting [2025-05-26T03:17:44.368Z] 1652901e3df0: Waiting [2025-05-26T03:17:44.368Z] 15d3ccae2eaf: Layer already exists [2025-05-26T03:17:44.368Z] a1bd46c6213d: Layer already exists [2025-05-26T03:17:44.368Z] c1360b7bbee2: Layer already exists [2025-05-26T03:17:44.368Z] 27f458e4267e: Layer already exists [2025-05-26T03:17:44.368Z] f885a5193f26: Layer already exists [2025-05-26T03:17:44.368Z] 30dd7f263b24: Layer already exists [2025-05-26T03:17:44.368Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:44.368Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:44.368Z] d3cd908f2640: Layer already exists [2025-05-26T03:17:44.368Z] 4407c8f7771a: Layer already exists [2025-05-26T03:17:44.368Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:44.368Z] latest: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:44.699Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:45.018Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 [2025-05-26T03:17:45.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T03:17:45.018Z] 27f458e4267e: Preparing [2025-05-26T03:17:45.018Z] c1360b7bbee2: Preparing [2025-05-26T03:17:45.018Z] f885a5193f26: Preparing [2025-05-26T03:17:45.018Z] 15d3ccae2eaf: Preparing [2025-05-26T03:17:45.018Z] a1bd46c6213d: Preparing [2025-05-26T03:17:45.018Z] a7c639ffb568: Preparing [2025-05-26T03:17:45.018Z] 1652901e3df0: Preparing [2025-05-26T03:17:45.018Z] d3cd908f2640: Preparing [2025-05-26T03:17:45.018Z] 30dd7f263b24: Preparing [2025-05-26T03:17:45.018Z] 4407c8f7771a: Preparing [2025-05-26T03:17:45.018Z] 994456c4fd7b: Preparing [2025-05-26T03:17:45.018Z] d3cd908f2640: Waiting [2025-05-26T03:17:45.018Z] 4407c8f7771a: Waiting [2025-05-26T03:17:45.018Z] 30dd7f263b24: Waiting [2025-05-26T03:17:45.018Z] a7c639ffb568: Waiting [2025-05-26T03:17:45.018Z] 994456c4fd7b: Waiting [2025-05-26T03:17:45.018Z] 1652901e3df0: Waiting [2025-05-26T03:17:45.018Z] f885a5193f26: Layer already exists [2025-05-26T03:17:45.018Z] 27f458e4267e: Layer already exists [2025-05-26T03:17:45.018Z] 15d3ccae2eaf: Layer already exists [2025-05-26T03:17:45.018Z] a1bd46c6213d: Layer already exists [2025-05-26T03:17:45.018Z] c1360b7bbee2: Layer already exists [2025-05-26T03:17:45.018Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:45.018Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:45.018Z] 4407c8f7771a: Layer already exists [2025-05-26T03:17:45.018Z] 30dd7f263b24: Layer already exists [2025-05-26T03:17:45.018Z] d3cd908f2640: Layer already exists [2025-05-26T03:17:45.018Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:45.018Z] 4.1.0-dev.12: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:45.341Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:45.662Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:45.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T03:17:45.662Z] 27f458e4267e: Preparing [2025-05-26T03:17:45.662Z] c1360b7bbee2: Preparing [2025-05-26T03:17:45.662Z] f885a5193f26: Preparing [2025-05-26T03:17:45.662Z] 15d3ccae2eaf: Preparing [2025-05-26T03:17:45.662Z] a1bd46c6213d: Preparing [2025-05-26T03:17:45.662Z] a7c639ffb568: Preparing [2025-05-26T03:17:45.662Z] 1652901e3df0: Preparing [2025-05-26T03:17:45.662Z] d3cd908f2640: Preparing [2025-05-26T03:17:45.662Z] 30dd7f263b24: Preparing [2025-05-26T03:17:45.662Z] 4407c8f7771a: Preparing [2025-05-26T03:17:45.662Z] 994456c4fd7b: Preparing [2025-05-26T03:17:45.662Z] 1652901e3df0: Waiting [2025-05-26T03:17:45.662Z] 4407c8f7771a: Waiting [2025-05-26T03:17:45.662Z] 30dd7f263b24: Waiting [2025-05-26T03:17:45.662Z] d3cd908f2640: Waiting [2025-05-26T03:17:45.662Z] a7c639ffb568: Waiting [2025-05-26T03:17:45.662Z] 27f458e4267e: Layer already exists [2025-05-26T03:17:45.662Z] f885a5193f26: Layer already exists [2025-05-26T03:17:45.662Z] 15d3ccae2eaf: Layer already exists [2025-05-26T03:17:45.662Z] a1bd46c6213d: Layer already exists [2025-05-26T03:17:45.662Z] c1360b7bbee2: Layer already exists [2025-05-26T03:17:45.662Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:45.662Z] d3cd908f2640: Layer already exists [2025-05-26T03:17:45.662Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:45.662Z] 30dd7f263b24: Layer already exists [2025-05-26T03:17:45.662Z] 4407c8f7771a: Layer already exists [2025-05-26T03:17:45.662Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:45.662Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:45.995Z] + 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-26T03:17:46.322Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T03:17:46.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-26T03:17:46.322Z] 27f458e4267e: Preparing [2025-05-26T03:17:46.322Z] c1360b7bbee2: Preparing [2025-05-26T03:17:46.322Z] f885a5193f26: Preparing [2025-05-26T03:17:46.322Z] 15d3ccae2eaf: Preparing [2025-05-26T03:17:46.322Z] a1bd46c6213d: Preparing [2025-05-26T03:17:46.322Z] a7c639ffb568: Preparing [2025-05-26T03:17:46.322Z] 1652901e3df0: Preparing [2025-05-26T03:17:46.322Z] d3cd908f2640: Preparing [2025-05-26T03:17:46.322Z] 30dd7f263b24: Preparing [2025-05-26T03:17:46.322Z] 4407c8f7771a: Preparing [2025-05-26T03:17:46.322Z] 994456c4fd7b: Preparing [2025-05-26T03:17:46.322Z] 994456c4fd7b: Waiting [2025-05-26T03:17:46.322Z] 30dd7f263b24: Waiting [2025-05-26T03:17:46.322Z] 4407c8f7771a: Waiting [2025-05-26T03:17:46.322Z] d3cd908f2640: Waiting [2025-05-26T03:17:46.322Z] 1652901e3df0: Waiting [2025-05-26T03:17:46.322Z] a7c639ffb568: Waiting [2025-05-26T03:17:46.322Z] 15d3ccae2eaf: Layer already exists [2025-05-26T03:17:46.322Z] f885a5193f26: Layer already exists [2025-05-26T03:17:46.322Z] c1360b7bbee2: Layer already exists [2025-05-26T03:17:46.322Z] 27f458e4267e: Layer already exists [2025-05-26T03:17:46.322Z] a1bd46c6213d: Layer already exists [2025-05-26T03:17:46.322Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:46.322Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:46.322Z] 30dd7f263b24: Layer already exists [2025-05-26T03:17:46.322Z] d3cd908f2640: Layer already exists [2025-05-26T03:17:46.322Z] 4407c8f7771a: Layer already exists [2025-05-26T03:17:46.322Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:46.322Z] main: digest: sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:46.399Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:46.415Z] taggedImages: [2025-05-26T03:17:46.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:46.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T03:17:46.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 [2025-05-26T03:17:46.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:46.415Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-05-26T03:17:46.446Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-05-26T03:17:46.446Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:46.446Z] latest [2025-05-26T03:17:46.446Z] 4.1.0-dev.12 [2025-05-26T03:17:46.446Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:46.446Z] main [2025-05-26T03:17:46.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:46.804Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:47.130Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:47.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T03:17:47.130Z] 2be2bbfdb49d: Preparing [2025-05-26T03:17:47.130Z] 6f3301ae2470: Preparing [2025-05-26T03:17:47.130Z] 8b8ab3bed5de: Preparing [2025-05-26T03:17:47.130Z] c20aa08d1d2b: Preparing [2025-05-26T03:17:47.130Z] cfe7d13498f6: Preparing [2025-05-26T03:17:47.130Z] 5dd4b21b2516: Preparing [2025-05-26T03:17:47.130Z] bdd57c6b1a47: Preparing [2025-05-26T03:17:47.130Z] a7c639ffb568: Preparing [2025-05-26T03:17:47.130Z] 1652901e3df0: Preparing [2025-05-26T03:17:47.130Z] d0ef79b990a2: Preparing [2025-05-26T03:17:47.130Z] 92bd5298b04b: Preparing [2025-05-26T03:17:47.130Z] 994456c4fd7b: Preparing [2025-05-26T03:17:47.130Z] 1652901e3df0: Waiting [2025-05-26T03:17:47.130Z] d0ef79b990a2: Waiting [2025-05-26T03:17:47.130Z] 92bd5298b04b: Waiting [2025-05-26T03:17:47.130Z] 5dd4b21b2516: Waiting [2025-05-26T03:17:47.130Z] bdd57c6b1a47: Waiting [2025-05-26T03:17:47.130Z] 994456c4fd7b: Waiting [2025-05-26T03:17:47.130Z] a7c639ffb568: Waiting [2025-05-26T03:17:47.130Z] 6f3301ae2470: Pushed [2025-05-26T03:17:47.130Z] cfe7d13498f6: Pushed [2025-05-26T03:17:47.130Z] 2be2bbfdb49d: Pushed [2025-05-26T03:17:47.130Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:47.130Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:47.388Z] 5dd4b21b2516: Pushed [2025-05-26T03:17:47.388Z] bdd57c6b1a47: Pushed [2025-05-26T03:17:47.388Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:47.388Z] d0ef79b990a2: Pushed [2025-05-26T03:17:48.321Z] 92bd5298b04b: Pushed [2025-05-26T03:17:48.890Z] c20aa08d1d2b: Pushed [2025-05-26T03:17:49.456Z] 8b8ab3bed5de: Pushed [2025-05-26T03:17:49.715Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:50.041Z] + 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-26T03:17:50.373Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T03:17:50.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T03:17:50.373Z] 2be2bbfdb49d: Preparing [2025-05-26T03:17:50.373Z] 6f3301ae2470: Preparing [2025-05-26T03:17:50.373Z] 8b8ab3bed5de: Preparing [2025-05-26T03:17:50.373Z] c20aa08d1d2b: Preparing [2025-05-26T03:17:50.373Z] cfe7d13498f6: Preparing [2025-05-26T03:17:50.373Z] 5dd4b21b2516: Preparing [2025-05-26T03:17:50.373Z] bdd57c6b1a47: Preparing [2025-05-26T03:17:50.373Z] a7c639ffb568: Preparing [2025-05-26T03:17:50.373Z] 1652901e3df0: Preparing [2025-05-26T03:17:50.373Z] d0ef79b990a2: Preparing [2025-05-26T03:17:50.373Z] 92bd5298b04b: Preparing [2025-05-26T03:17:50.373Z] 994456c4fd7b: Preparing [2025-05-26T03:17:50.373Z] 1652901e3df0: Waiting [2025-05-26T03:17:50.373Z] d0ef79b990a2: Waiting [2025-05-26T03:17:50.373Z] 994456c4fd7b: Waiting [2025-05-26T03:17:50.373Z] 92bd5298b04b: Waiting [2025-05-26T03:17:50.373Z] bdd57c6b1a47: Waiting [2025-05-26T03:17:50.373Z] a7c639ffb568: Waiting [2025-05-26T03:17:50.373Z] 5dd4b21b2516: Waiting [2025-05-26T03:17:50.373Z] cfe7d13498f6: Layer already exists [2025-05-26T03:17:50.373Z] 2be2bbfdb49d: Layer already exists [2025-05-26T03:17:50.373Z] c20aa08d1d2b: Layer already exists [2025-05-26T03:17:50.373Z] 8b8ab3bed5de: Layer already exists [2025-05-26T03:17:50.373Z] 6f3301ae2470: Layer already exists [2025-05-26T03:17:50.373Z] 5dd4b21b2516: Layer already exists [2025-05-26T03:17:50.373Z] bdd57c6b1a47: Layer already exists [2025-05-26T03:17:50.373Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:50.373Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:50.373Z] d0ef79b990a2: Layer already exists [2025-05-26T03:17:50.373Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:50.373Z] 92bd5298b04b: Layer already exists [2025-05-26T03:17:50.373Z] latest: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:50.693Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:51.014Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 [2025-05-26T03:17:51.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T03:17:51.014Z] 2be2bbfdb49d: Preparing [2025-05-26T03:17:51.014Z] 6f3301ae2470: Preparing [2025-05-26T03:17:51.014Z] 8b8ab3bed5de: Preparing [2025-05-26T03:17:51.014Z] c20aa08d1d2b: Preparing [2025-05-26T03:17:51.014Z] cfe7d13498f6: Preparing [2025-05-26T03:17:51.014Z] 5dd4b21b2516: Preparing [2025-05-26T03:17:51.014Z] bdd57c6b1a47: Preparing [2025-05-26T03:17:51.014Z] a7c639ffb568: Preparing [2025-05-26T03:17:51.014Z] 1652901e3df0: Preparing [2025-05-26T03:17:51.014Z] d0ef79b990a2: Preparing [2025-05-26T03:17:51.014Z] 92bd5298b04b: Preparing [2025-05-26T03:17:51.014Z] 994456c4fd7b: Preparing [2025-05-26T03:17:51.014Z] 1652901e3df0: Waiting [2025-05-26T03:17:51.014Z] d0ef79b990a2: Waiting [2025-05-26T03:17:51.014Z] a7c639ffb568: Waiting [2025-05-26T03:17:51.014Z] 92bd5298b04b: Waiting [2025-05-26T03:17:51.014Z] 5dd4b21b2516: Waiting [2025-05-26T03:17:51.014Z] 994456c4fd7b: Waiting [2025-05-26T03:17:51.014Z] bdd57c6b1a47: Waiting [2025-05-26T03:17:51.014Z] c20aa08d1d2b: Layer already exists [2025-05-26T03:17:51.014Z] 8b8ab3bed5de: Layer already exists [2025-05-26T03:17:51.014Z] 6f3301ae2470: Layer already exists [2025-05-26T03:17:51.014Z] 2be2bbfdb49d: Layer already exists [2025-05-26T03:17:51.014Z] cfe7d13498f6: Layer already exists [2025-05-26T03:17:51.014Z] bdd57c6b1a47: Layer already exists [2025-05-26T03:17:51.014Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:51.014Z] 5dd4b21b2516: Layer already exists [2025-05-26T03:17:51.014Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:51.014Z] d0ef79b990a2: Layer already exists [2025-05-26T03:17:51.014Z] 92bd5298b04b: Layer already exists [2025-05-26T03:17:51.014Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:51.014Z] 4.1.0-dev.12: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:51.334Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:51.656Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:51.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T03:17:51.656Z] 2be2bbfdb49d: Preparing [2025-05-26T03:17:51.656Z] 6f3301ae2470: Preparing [2025-05-26T03:17:51.656Z] 8b8ab3bed5de: Preparing [2025-05-26T03:17:51.656Z] c20aa08d1d2b: Preparing [2025-05-26T03:17:51.656Z] cfe7d13498f6: Preparing [2025-05-26T03:17:51.656Z] 5dd4b21b2516: Preparing [2025-05-26T03:17:51.656Z] bdd57c6b1a47: Preparing [2025-05-26T03:17:51.656Z] a7c639ffb568: Preparing [2025-05-26T03:17:51.656Z] 1652901e3df0: Preparing [2025-05-26T03:17:51.656Z] d0ef79b990a2: Preparing [2025-05-26T03:17:51.656Z] 92bd5298b04b: Preparing [2025-05-26T03:17:51.656Z] 994456c4fd7b: Preparing [2025-05-26T03:17:51.656Z] 1652901e3df0: Waiting [2025-05-26T03:17:51.656Z] 5dd4b21b2516: Waiting [2025-05-26T03:17:51.656Z] d0ef79b990a2: Waiting [2025-05-26T03:17:51.656Z] bdd57c6b1a47: Waiting [2025-05-26T03:17:51.656Z] 92bd5298b04b: Waiting [2025-05-26T03:17:51.656Z] 994456c4fd7b: Waiting [2025-05-26T03:17:51.656Z] a7c639ffb568: Waiting [2025-05-26T03:17:51.656Z] cfe7d13498f6: Layer already exists [2025-05-26T03:17:51.656Z] 2be2bbfdb49d: Layer already exists [2025-05-26T03:17:51.656Z] 6f3301ae2470: Layer already exists [2025-05-26T03:17:51.656Z] c20aa08d1d2b: Layer already exists [2025-05-26T03:17:51.656Z] 8b8ab3bed5de: Layer already exists [2025-05-26T03:17:51.656Z] bdd57c6b1a47: Layer already exists [2025-05-26T03:17:51.656Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:51.656Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:51.656Z] d0ef79b990a2: Layer already exists [2025-05-26T03:17:51.656Z] 5dd4b21b2516: Layer already exists [2025-05-26T03:17:51.656Z] 92bd5298b04b: Layer already exists [2025-05-26T03:17:51.656Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:51.656Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:51.986Z] + 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-26T03:17:52.308Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T03:17:52.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-26T03:17:52.308Z] 2be2bbfdb49d: Preparing [2025-05-26T03:17:52.308Z] 6f3301ae2470: Preparing [2025-05-26T03:17:52.308Z] 8b8ab3bed5de: Preparing [2025-05-26T03:17:52.308Z] c20aa08d1d2b: Preparing [2025-05-26T03:17:52.308Z] cfe7d13498f6: Preparing [2025-05-26T03:17:52.308Z] 5dd4b21b2516: Preparing [2025-05-26T03:17:52.308Z] bdd57c6b1a47: Preparing [2025-05-26T03:17:52.308Z] a7c639ffb568: Preparing [2025-05-26T03:17:52.308Z] 1652901e3df0: Preparing [2025-05-26T03:17:52.308Z] d0ef79b990a2: Preparing [2025-05-26T03:17:52.308Z] 92bd5298b04b: Preparing [2025-05-26T03:17:52.308Z] 994456c4fd7b: Preparing [2025-05-26T03:17:52.308Z] 5dd4b21b2516: Waiting [2025-05-26T03:17:52.308Z] d0ef79b990a2: Waiting [2025-05-26T03:17:52.308Z] bdd57c6b1a47: Waiting [2025-05-26T03:17:52.308Z] 92bd5298b04b: Waiting [2025-05-26T03:17:52.308Z] a7c639ffb568: Waiting [2025-05-26T03:17:52.308Z] 1652901e3df0: Waiting [2025-05-26T03:17:52.308Z] 994456c4fd7b: Waiting [2025-05-26T03:17:52.308Z] 2be2bbfdb49d: Layer already exists [2025-05-26T03:17:52.308Z] cfe7d13498f6: Layer already exists [2025-05-26T03:17:52.308Z] c20aa08d1d2b: Layer already exists [2025-05-26T03:17:52.308Z] 6f3301ae2470: Layer already exists [2025-05-26T03:17:52.308Z] 8b8ab3bed5de: Layer already exists [2025-05-26T03:17:52.308Z] bdd57c6b1a47: Layer already exists [2025-05-26T03:17:52.308Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:52.308Z] 5dd4b21b2516: Layer already exists [2025-05-26T03:17:52.308Z] d0ef79b990a2: Layer already exists [2025-05-26T03:17:52.308Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:52.308Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:52.308Z] 92bd5298b04b: Layer already exists [2025-05-26T03:17:52.308Z] main: digest: sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:52.381Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:52.399Z] taggedImages: [2025-05-26T03:17:52.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:52.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T03:17:52.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 [2025-05-26T03:17:52.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:52.399Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-05-26T03:17:52.433Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-05-26T03:17:52.433Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:52.433Z] latest [2025-05-26T03:17:52.433Z] 4.1.0-dev.12 [2025-05-26T03:17:52.433Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:52.433Z] main [2025-05-26T03:17:52.433Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:52.775Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:53.170Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:53.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T03:17:53.170Z] 5fc0790c05cc: Preparing [2025-05-26T03:17:53.170Z] b5932ab9aab0: Preparing [2025-05-26T03:17:53.170Z] a7c639ffb568: Preparing [2025-05-26T03:17:53.170Z] 1652901e3df0: Preparing [2025-05-26T03:17:53.170Z] 686bce05f3fc: Preparing [2025-05-26T03:17:53.170Z] 544d24107a2a: Preparing [2025-05-26T03:17:53.170Z] 994456c4fd7b: Preparing [2025-05-26T03:17:53.170Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:53.170Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:53.170Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:53.170Z] 686bce05f3fc: Pushed [2025-05-26T03:17:53.170Z] 5fc0790c05cc: Pushed [2025-05-26T03:17:54.160Z] 544d24107a2a: Pushed [2025-05-26T03:17:56.099Z] b5932ab9aab0: Pushed [2025-05-26T03:17:56.100Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:56.434Z] + 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-26T03:17:56.757Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T03:17:56.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T03:17:56.758Z] 5fc0790c05cc: Preparing [2025-05-26T03:17:56.758Z] b5932ab9aab0: Preparing [2025-05-26T03:17:56.758Z] a7c639ffb568: Preparing [2025-05-26T03:17:56.758Z] 1652901e3df0: Preparing [2025-05-26T03:17:56.758Z] 686bce05f3fc: Preparing [2025-05-26T03:17:56.758Z] 544d24107a2a: Preparing [2025-05-26T03:17:56.758Z] 994456c4fd7b: Preparing [2025-05-26T03:17:56.758Z] 544d24107a2a: Waiting [2025-05-26T03:17:56.758Z] 686bce05f3fc: Layer already exists [2025-05-26T03:17:56.758Z] b5932ab9aab0: Layer already exists [2025-05-26T03:17:56.758Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:56.758Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:56.758Z] 5fc0790c05cc: Layer already exists [2025-05-26T03:17:56.758Z] 544d24107a2a: Layer already exists [2025-05-26T03:17:56.758Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:56.758Z] latest: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:57.081Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:57.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 [2025-05-26T03:17:57.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T03:17:57.397Z] 5fc0790c05cc: Preparing [2025-05-26T03:17:57.397Z] b5932ab9aab0: Preparing [2025-05-26T03:17:57.397Z] a7c639ffb568: Preparing [2025-05-26T03:17:57.397Z] 1652901e3df0: Preparing [2025-05-26T03:17:57.397Z] 686bce05f3fc: Preparing [2025-05-26T03:17:57.397Z] 544d24107a2a: Preparing [2025-05-26T03:17:57.397Z] 994456c4fd7b: Preparing [2025-05-26T03:17:57.397Z] 544d24107a2a: Waiting [2025-05-26T03:17:57.397Z] 994456c4fd7b: Waiting [2025-05-26T03:17:57.397Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:57.397Z] 5fc0790c05cc: Layer already exists [2025-05-26T03:17:57.397Z] b5932ab9aab0: Layer already exists [2025-05-26T03:17:57.397Z] 686bce05f3fc: Layer already exists [2025-05-26T03:17:57.397Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:57.397Z] 544d24107a2a: Layer already exists [2025-05-26T03:17:57.397Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:57.397Z] 4.1.0-dev.12: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:57.730Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:58.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:58.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T03:17:58.064Z] 5fc0790c05cc: Preparing [2025-05-26T03:17:58.064Z] b5932ab9aab0: Preparing [2025-05-26T03:17:58.064Z] a7c639ffb568: Preparing [2025-05-26T03:17:58.064Z] 1652901e3df0: Preparing [2025-05-26T03:17:58.064Z] 686bce05f3fc: Preparing [2025-05-26T03:17:58.064Z] 544d24107a2a: Preparing [2025-05-26T03:17:58.064Z] 994456c4fd7b: Preparing [2025-05-26T03:17:58.064Z] 544d24107a2a: Waiting [2025-05-26T03:17:58.064Z] 686bce05f3fc: Layer already exists [2025-05-26T03:17:58.064Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:58.064Z] b5932ab9aab0: Layer already exists [2025-05-26T03:17:58.064Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:58.064Z] 5fc0790c05cc: Layer already exists [2025-05-26T03:17:58.064Z] 544d24107a2a: Layer already exists [2025-05-26T03:17:58.064Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:58.064Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:58.394Z] + 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-26T03:17:58.719Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T03:17:58.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-26T03:17:58.719Z] 5fc0790c05cc: Preparing [2025-05-26T03:17:58.719Z] b5932ab9aab0: Preparing [2025-05-26T03:17:58.719Z] a7c639ffb568: Preparing [2025-05-26T03:17:58.719Z] 1652901e3df0: Preparing [2025-05-26T03:17:58.719Z] 686bce05f3fc: Preparing [2025-05-26T03:17:58.719Z] 544d24107a2a: Preparing [2025-05-26T03:17:58.719Z] 994456c4fd7b: Preparing [2025-05-26T03:17:58.719Z] 544d24107a2a: Waiting [2025-05-26T03:17:58.719Z] 994456c4fd7b: Waiting [2025-05-26T03:17:58.719Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:58.719Z] 5fc0790c05cc: Layer already exists [2025-05-26T03:17:58.719Z] b5932ab9aab0: Layer already exists [2025-05-26T03:17:58.719Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:58.719Z] 686bce05f3fc: Layer already exists [2025-05-26T03:17:58.719Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:58.719Z] 544d24107a2a: Layer already exists [2025-05-26T03:17:58.719Z] main: digest: sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:17:58.788Z] ===================================================== [Pipeline] echo [2025-05-26T03:17:58.801Z] taggedImages: [2025-05-26T03:17:58.801Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:58.801Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T03:17:58.801Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 [2025-05-26T03:17:58.801Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:58.801Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-05-26T03:17:58.830Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-05-26T03:17:58.830Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:58.830Z] latest [2025-05-26T03:17:58.830Z] 4.1.0-dev.12 [2025-05-26T03:17:58.830Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:17:58.830Z] main [2025-05-26T03:17:58.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:59.168Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:17:59.500Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:17:59.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T03:17:59.500Z] 2d23cf5c79e7: Preparing [2025-05-26T03:17:59.500Z] 5e1d853d491e: Preparing [2025-05-26T03:17:59.500Z] 6fe33aa6b50f: Preparing [2025-05-26T03:17:59.500Z] a7c639ffb568: Preparing [2025-05-26T03:17:59.500Z] 1652901e3df0: Preparing [2025-05-26T03:17:59.500Z] 1da4ae2d46ee: Preparing [2025-05-26T03:17:59.500Z] 739630f14f01: Preparing [2025-05-26T03:17:59.500Z] 5f196605ec81: Preparing [2025-05-26T03:17:59.500Z] c0bc23a4205d: Preparing [2025-05-26T03:17:59.500Z] 994456c4fd7b: Preparing [2025-05-26T03:17:59.500Z] 5f196605ec81: Waiting [2025-05-26T03:17:59.500Z] 1da4ae2d46ee: Waiting [2025-05-26T03:17:59.501Z] c0bc23a4205d: Waiting [2025-05-26T03:17:59.501Z] 994456c4fd7b: Waiting [2025-05-26T03:17:59.501Z] 1652901e3df0: Layer already exists [2025-05-26T03:17:59.501Z] a7c639ffb568: Layer already exists [2025-05-26T03:17:59.501Z] 5e1d853d491e: Pushed [2025-05-26T03:17:59.501Z] 6fe33aa6b50f: Pushed [2025-05-26T03:17:59.501Z] 2d23cf5c79e7: Pushed [2025-05-26T03:17:59.501Z] 994456c4fd7b: Layer already exists [2025-05-26T03:17:59.501Z] 5f196605ec81: Pushed [2025-05-26T03:18:00.066Z] c0bc23a4205d: Pushed [2025-05-26T03:18:04.253Z] 739630f14f01: Pushed [2025-05-26T03:18:10.813Z] 1da4ae2d46ee: Pushed [2025-05-26T03:18:10.813Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:11.155Z] + 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-26T03:18:11.478Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T03:18:11.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T03:18:11.478Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:11.478Z] 5e1d853d491e: Preparing [2025-05-26T03:18:11.478Z] 6fe33aa6b50f: Preparing [2025-05-26T03:18:11.478Z] a7c639ffb568: Preparing [2025-05-26T03:18:11.478Z] 1652901e3df0: Preparing [2025-05-26T03:18:11.478Z] 1da4ae2d46ee: Preparing [2025-05-26T03:18:11.478Z] 739630f14f01: Preparing [2025-05-26T03:18:11.478Z] 5f196605ec81: Preparing [2025-05-26T03:18:11.478Z] c0bc23a4205d: Preparing [2025-05-26T03:18:11.478Z] 994456c4fd7b: Preparing [2025-05-26T03:18:11.478Z] 739630f14f01: Waiting [2025-05-26T03:18:11.478Z] 5f196605ec81: Waiting [2025-05-26T03:18:11.478Z] c0bc23a4205d: Waiting [2025-05-26T03:18:11.478Z] 994456c4fd7b: Waiting [2025-05-26T03:18:11.478Z] 1da4ae2d46ee: Waiting [2025-05-26T03:18:11.478Z] 6fe33aa6b50f: Layer already exists [2025-05-26T03:18:11.478Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:11.478Z] 5e1d853d491e: Layer already exists [2025-05-26T03:18:11.478Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:11.478Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:11.478Z] 1da4ae2d46ee: Layer already exists [2025-05-26T03:18:11.478Z] 739630f14f01: Layer already exists [2025-05-26T03:18:11.478Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:11.478Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:11.478Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:11.478Z] latest: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:11.806Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:12.130Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 [2025-05-26T03:18:12.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T03:18:12.130Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:12.130Z] 5e1d853d491e: Preparing [2025-05-26T03:18:12.130Z] 6fe33aa6b50f: Preparing [2025-05-26T03:18:12.130Z] a7c639ffb568: Preparing [2025-05-26T03:18:12.130Z] 1652901e3df0: Preparing [2025-05-26T03:18:12.130Z] 1da4ae2d46ee: Preparing [2025-05-26T03:18:12.130Z] 739630f14f01: Preparing [2025-05-26T03:18:12.130Z] 5f196605ec81: Preparing [2025-05-26T03:18:12.130Z] c0bc23a4205d: Preparing [2025-05-26T03:18:12.130Z] 994456c4fd7b: Preparing [2025-05-26T03:18:12.130Z] 739630f14f01: Waiting [2025-05-26T03:18:12.130Z] 5f196605ec81: Waiting [2025-05-26T03:18:12.130Z] c0bc23a4205d: Waiting [2025-05-26T03:18:12.130Z] 994456c4fd7b: Waiting [2025-05-26T03:18:12.130Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:12.130Z] 6fe33aa6b50f: Layer already exists [2025-05-26T03:18:12.130Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:12.130Z] 5e1d853d491e: Layer already exists [2025-05-26T03:18:12.130Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:12.130Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:12.130Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:12.130Z] 739630f14f01: Layer already exists [2025-05-26T03:18:12.130Z] 1da4ae2d46ee: Layer already exists [2025-05-26T03:18:12.130Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:12.130Z] 4.1.0-dev.12: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:12.455Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:12.778Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:12.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T03:18:12.778Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:12.778Z] 5e1d853d491e: Preparing [2025-05-26T03:18:12.778Z] 6fe33aa6b50f: Preparing [2025-05-26T03:18:12.778Z] a7c639ffb568: Preparing [2025-05-26T03:18:12.778Z] 1652901e3df0: Preparing [2025-05-26T03:18:12.778Z] 1da4ae2d46ee: Preparing [2025-05-26T03:18:12.778Z] 739630f14f01: Preparing [2025-05-26T03:18:12.778Z] 5f196605ec81: Preparing [2025-05-26T03:18:12.778Z] c0bc23a4205d: Preparing [2025-05-26T03:18:12.778Z] 994456c4fd7b: Preparing [2025-05-26T03:18:12.778Z] 739630f14f01: Waiting [2025-05-26T03:18:12.778Z] c0bc23a4205d: Waiting [2025-05-26T03:18:12.778Z] 5f196605ec81: Waiting [2025-05-26T03:18:12.778Z] 994456c4fd7b: Waiting [2025-05-26T03:18:12.778Z] 1da4ae2d46ee: Waiting [2025-05-26T03:18:12.778Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:12.778Z] 5e1d853d491e: Layer already exists [2025-05-26T03:18:12.778Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:12.778Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:12.778Z] 6fe33aa6b50f: Layer already exists [2025-05-26T03:18:12.778Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:12.778Z] 1da4ae2d46ee: Layer already exists [2025-05-26T03:18:12.778Z] 739630f14f01: Layer already exists [2025-05-26T03:18:12.778Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:12.778Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:12.778Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:13.108Z] + 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-26T03:18:13.433Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T03:18:13.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-26T03:18:13.433Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:13.433Z] 5e1d853d491e: Preparing [2025-05-26T03:18:13.433Z] 6fe33aa6b50f: Preparing [2025-05-26T03:18:13.433Z] a7c639ffb568: Preparing [2025-05-26T03:18:13.433Z] 1652901e3df0: Preparing [2025-05-26T03:18:13.433Z] 1da4ae2d46ee: Preparing [2025-05-26T03:18:13.433Z] 739630f14f01: Preparing [2025-05-26T03:18:13.433Z] 5f196605ec81: Preparing [2025-05-26T03:18:13.433Z] 1da4ae2d46ee: Waiting [2025-05-26T03:18:13.433Z] 739630f14f01: Waiting [2025-05-26T03:18:13.433Z] c0bc23a4205d: Preparing [2025-05-26T03:18:13.433Z] 994456c4fd7b: Preparing [2025-05-26T03:18:13.433Z] 5f196605ec81: Waiting [2025-05-26T03:18:13.433Z] 994456c4fd7b: Waiting [2025-05-26T03:18:13.433Z] c0bc23a4205d: Waiting [2025-05-26T03:18:13.433Z] 5e1d853d491e: Layer already exists [2025-05-26T03:18:13.433Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:13.433Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:13.433Z] 6fe33aa6b50f: Layer already exists [2025-05-26T03:18:13.433Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:13.433Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:13.433Z] 739630f14f01: Layer already exists [2025-05-26T03:18:13.433Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:13.433Z] 1da4ae2d46ee: Layer already exists [2025-05-26T03:18:13.433Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:13.433Z] main: digest: sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:18:13.515Z] ===================================================== [Pipeline] echo [2025-05-26T03:18:13.533Z] taggedImages: [2025-05-26T03:18:13.533Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:13.533Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T03:18:13.533Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 [2025-05-26T03:18:13.533Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:13.533Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-05-26T03:18:13.557Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-05-26T03:18:13.557Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:13.557Z] latest [2025-05-26T03:18:13.557Z] 4.1.0-dev.12 [2025-05-26T03:18:13.557Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:13.557Z] main [2025-05-26T03:18:13.557Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:13.899Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:14.216Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:14.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T03:18:14.216Z] 020739c6476c: Preparing [2025-05-26T03:18:14.216Z] 62159647235c: Preparing [2025-05-26T03:18:14.216Z] ef44a40df405: Preparing [2025-05-26T03:18:14.216Z] a7c639ffb568: Preparing [2025-05-26T03:18:14.216Z] 1652901e3df0: Preparing [2025-05-26T03:18:14.216Z] 10cc5b0aa529: Preparing [2025-05-26T03:18:14.216Z] b2de419cae39: Preparing [2025-05-26T03:18:14.216Z] 89135fc5946b: Preparing [2025-05-26T03:18:14.216Z] 994456c4fd7b: Preparing [2025-05-26T03:18:14.216Z] 10cc5b0aa529: Waiting [2025-05-26T03:18:14.216Z] 994456c4fd7b: Waiting [2025-05-26T03:18:14.216Z] b2de419cae39: Waiting [2025-05-26T03:18:14.216Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:14.216Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:14.216Z] 020739c6476c: Pushed [2025-05-26T03:18:14.216Z] 62159647235c: Pushed [2025-05-26T03:18:14.216Z] ef44a40df405: Pushed [2025-05-26T03:18:14.216Z] b2de419cae39: Pushed [2025-05-26T03:18:14.216Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:14.474Z] 89135fc5946b: Pushed [2025-05-26T03:18:24.448Z] 10cc5b0aa529: Pushed [2025-05-26T03:18:24.448Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:24.770Z] + 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-26T03:18:25.094Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T03:18:25.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T03:18:25.094Z] 020739c6476c: Preparing [2025-05-26T03:18:25.094Z] 62159647235c: Preparing [2025-05-26T03:18:25.094Z] ef44a40df405: Preparing [2025-05-26T03:18:25.094Z] a7c639ffb568: Preparing [2025-05-26T03:18:25.094Z] 1652901e3df0: Preparing [2025-05-26T03:18:25.094Z] 10cc5b0aa529: Preparing [2025-05-26T03:18:25.094Z] b2de419cae39: Preparing [2025-05-26T03:18:25.094Z] 89135fc5946b: Preparing [2025-05-26T03:18:25.094Z] 994456c4fd7b: Preparing [2025-05-26T03:18:25.094Z] 10cc5b0aa529: Waiting [2025-05-26T03:18:25.094Z] b2de419cae39: Waiting [2025-05-26T03:18:25.094Z] 89135fc5946b: Waiting [2025-05-26T03:18:25.094Z] 994456c4fd7b: Waiting [2025-05-26T03:18:25.094Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:25.094Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:25.094Z] 020739c6476c: Layer already exists [2025-05-26T03:18:25.094Z] ef44a40df405: Layer already exists [2025-05-26T03:18:25.094Z] 62159647235c: Layer already exists [2025-05-26T03:18:25.094Z] 89135fc5946b: Layer already exists [2025-05-26T03:18:25.094Z] b2de419cae39: Layer already exists [2025-05-26T03:18:25.094Z] 10cc5b0aa529: Layer already exists [2025-05-26T03:18:25.094Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:25.094Z] latest: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:25.419Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:25.740Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 [2025-05-26T03:18:25.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T03:18:25.740Z] 020739c6476c: Preparing [2025-05-26T03:18:25.740Z] 62159647235c: Preparing [2025-05-26T03:18:25.740Z] ef44a40df405: Preparing [2025-05-26T03:18:25.740Z] a7c639ffb568: Preparing [2025-05-26T03:18:25.740Z] 1652901e3df0: Preparing [2025-05-26T03:18:25.740Z] 10cc5b0aa529: Preparing [2025-05-26T03:18:25.740Z] 10cc5b0aa529: Waiting [2025-05-26T03:18:25.740Z] b2de419cae39: Preparing [2025-05-26T03:18:25.740Z] 89135fc5946b: Preparing [2025-05-26T03:18:25.740Z] 994456c4fd7b: Preparing [2025-05-26T03:18:25.740Z] 89135fc5946b: Waiting [2025-05-26T03:18:25.740Z] b2de419cae39: Waiting [2025-05-26T03:18:25.740Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:25.740Z] ef44a40df405: Layer already exists [2025-05-26T03:18:25.740Z] 62159647235c: Layer already exists [2025-05-26T03:18:25.740Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:25.740Z] 020739c6476c: Layer already exists [2025-05-26T03:18:25.740Z] 10cc5b0aa529: Layer already exists [2025-05-26T03:18:25.740Z] b2de419cae39: Layer already exists [2025-05-26T03:18:25.740Z] 89135fc5946b: Layer already exists [2025-05-26T03:18:25.740Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:25.740Z] 4.1.0-dev.12: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:26.064Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:26.379Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:26.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T03:18:26.379Z] 020739c6476c: Preparing [2025-05-26T03:18:26.379Z] 62159647235c: Preparing [2025-05-26T03:18:26.379Z] ef44a40df405: Preparing [2025-05-26T03:18:26.379Z] a7c639ffb568: Preparing [2025-05-26T03:18:26.379Z] 1652901e3df0: Preparing [2025-05-26T03:18:26.379Z] 10cc5b0aa529: Preparing [2025-05-26T03:18:26.379Z] b2de419cae39: Preparing [2025-05-26T03:18:26.379Z] 89135fc5946b: Preparing [2025-05-26T03:18:26.379Z] 994456c4fd7b: Preparing [2025-05-26T03:18:26.379Z] 89135fc5946b: Waiting [2025-05-26T03:18:26.379Z] 10cc5b0aa529: Waiting [2025-05-26T03:18:26.379Z] 994456c4fd7b: Waiting [2025-05-26T03:18:26.379Z] b2de419cae39: Waiting [2025-05-26T03:18:26.379Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:26.379Z] 020739c6476c: Layer already exists [2025-05-26T03:18:26.379Z] ef44a40df405: Layer already exists [2025-05-26T03:18:26.379Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:26.379Z] 62159647235c: Layer already exists [2025-05-26T03:18:26.379Z] 89135fc5946b: Layer already exists [2025-05-26T03:18:26.379Z] 10cc5b0aa529: Layer already exists [2025-05-26T03:18:26.379Z] b2de419cae39: Layer already exists [2025-05-26T03:18:26.379Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:26.379Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:26.708Z] + 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-26T03:18:27.036Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T03:18:27.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-26T03:18:27.037Z] 020739c6476c: Preparing [2025-05-26T03:18:27.037Z] 62159647235c: Preparing [2025-05-26T03:18:27.037Z] ef44a40df405: Preparing [2025-05-26T03:18:27.037Z] a7c639ffb568: Preparing [2025-05-26T03:18:27.037Z] 1652901e3df0: Preparing [2025-05-26T03:18:27.037Z] 10cc5b0aa529: Preparing [2025-05-26T03:18:27.037Z] b2de419cae39: Preparing [2025-05-26T03:18:27.037Z] 89135fc5946b: Preparing [2025-05-26T03:18:27.037Z] 994456c4fd7b: Preparing [2025-05-26T03:18:27.037Z] 89135fc5946b: Waiting [2025-05-26T03:18:27.037Z] 10cc5b0aa529: Waiting [2025-05-26T03:18:27.037Z] b2de419cae39: Waiting [2025-05-26T03:18:27.037Z] ef44a40df405: Layer already exists [2025-05-26T03:18:27.037Z] 62159647235c: Layer already exists [2025-05-26T03:18:27.037Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:27.037Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:27.037Z] 020739c6476c: Layer already exists [2025-05-26T03:18:27.037Z] b2de419cae39: Layer already exists [2025-05-26T03:18:27.037Z] 10cc5b0aa529: Layer already exists [2025-05-26T03:18:27.037Z] 89135fc5946b: Layer already exists [2025-05-26T03:18:27.037Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:27.037Z] main: digest: sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:18:27.108Z] ===================================================== [Pipeline] echo [2025-05-26T03:18:27.121Z] taggedImages: [2025-05-26T03:18:27.121Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:27.121Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T03:18:27.121Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 [2025-05-26T03:18:27.121Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:27.121Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-05-26T03:18:27.152Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-05-26T03:18:27.152Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:27.152Z] latest [2025-05-26T03:18:27.152Z] 4.1.0-dev.12 [2025-05-26T03:18:27.152Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:27.152Z] main [2025-05-26T03:18:27.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:27.495Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:27.821Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:27.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T03:18:27.821Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:27.821Z] 910b3332f430: Preparing [2025-05-26T03:18:27.821Z] 4d61de2f42fc: Preparing [2025-05-26T03:18:27.821Z] a7c639ffb568: Preparing [2025-05-26T03:18:27.821Z] 1652901e3df0: Preparing [2025-05-26T03:18:27.821Z] 082a476bbccf: Preparing [2025-05-26T03:18:27.821Z] 5f196605ec81: Preparing [2025-05-26T03:18:27.821Z] c0bc23a4205d: Preparing [2025-05-26T03:18:27.821Z] 994456c4fd7b: Preparing [2025-05-26T03:18:27.821Z] 5f196605ec81: Waiting [2025-05-26T03:18:27.821Z] c0bc23a4205d: Waiting [2025-05-26T03:18:27.821Z] 994456c4fd7b: Waiting [2025-05-26T03:18:27.821Z] 082a476bbccf: Waiting [2025-05-26T03:18:27.821Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:27.821Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:27.821Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:27.821Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:27.821Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:27.821Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:27.821Z] 4d61de2f42fc: Pushed [2025-05-26T03:18:27.821Z] 910b3332f430: Pushed [2025-05-26T03:18:40.024Z] 082a476bbccf: Pushed [2025-05-26T03:18:40.024Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:40.347Z] + 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-26T03:18:40.658Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T03:18:40.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T03:18:40.658Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:40.658Z] 910b3332f430: Preparing [2025-05-26T03:18:40.658Z] 4d61de2f42fc: Preparing [2025-05-26T03:18:40.658Z] a7c639ffb568: Preparing [2025-05-26T03:18:40.658Z] 1652901e3df0: Preparing [2025-05-26T03:18:40.658Z] 082a476bbccf: Preparing [2025-05-26T03:18:40.658Z] 5f196605ec81: Preparing [2025-05-26T03:18:40.658Z] c0bc23a4205d: Preparing [2025-05-26T03:18:40.658Z] 994456c4fd7b: Preparing [2025-05-26T03:18:40.658Z] 082a476bbccf: Waiting [2025-05-26T03:18:40.658Z] 5f196605ec81: Waiting [2025-05-26T03:18:40.658Z] c0bc23a4205d: Waiting [2025-05-26T03:18:40.658Z] 994456c4fd7b: Waiting [2025-05-26T03:18:40.658Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:40.658Z] 910b3332f430: Layer already exists [2025-05-26T03:18:40.658Z] 4d61de2f42fc: Layer already exists [2025-05-26T03:18:40.658Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:40.658Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:40.658Z] 082a476bbccf: Layer already exists [2025-05-26T03:18:40.658Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:40.658Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:40.658Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:40.658Z] latest: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:40.978Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:41.300Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 [2025-05-26T03:18:41.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T03:18:41.300Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:41.300Z] 910b3332f430: Preparing [2025-05-26T03:18:41.300Z] 4d61de2f42fc: Preparing [2025-05-26T03:18:41.300Z] a7c639ffb568: Preparing [2025-05-26T03:18:41.300Z] 1652901e3df0: Preparing [2025-05-26T03:18:41.300Z] 082a476bbccf: Preparing [2025-05-26T03:18:41.300Z] 5f196605ec81: Preparing [2025-05-26T03:18:41.300Z] c0bc23a4205d: Preparing [2025-05-26T03:18:41.300Z] 994456c4fd7b: Preparing [2025-05-26T03:18:41.300Z] 5f196605ec81: Waiting [2025-05-26T03:18:41.300Z] c0bc23a4205d: Waiting [2025-05-26T03:18:41.300Z] 994456c4fd7b: Waiting [2025-05-26T03:18:41.300Z] 082a476bbccf: Waiting [2025-05-26T03:18:41.300Z] 4d61de2f42fc: Layer already exists [2025-05-26T03:18:41.300Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:41.300Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:41.300Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:41.300Z] 910b3332f430: Layer already exists [2025-05-26T03:18:41.300Z] 082a476bbccf: Layer already exists [2025-05-26T03:18:41.300Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:41.300Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:41.300Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:41.300Z] 4.1.0-dev.12: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:41.629Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:41.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:41.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T03:18:41.942Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:41.942Z] 910b3332f430: Preparing [2025-05-26T03:18:41.942Z] 4d61de2f42fc: Preparing [2025-05-26T03:18:41.942Z] a7c639ffb568: Preparing [2025-05-26T03:18:41.942Z] 1652901e3df0: Preparing [2025-05-26T03:18:41.942Z] 082a476bbccf: Preparing [2025-05-26T03:18:41.942Z] 5f196605ec81: Preparing [2025-05-26T03:18:41.942Z] c0bc23a4205d: Preparing [2025-05-26T03:18:41.942Z] 994456c4fd7b: Preparing [2025-05-26T03:18:41.942Z] 082a476bbccf: Waiting [2025-05-26T03:18:41.942Z] c0bc23a4205d: Waiting [2025-05-26T03:18:41.942Z] 5f196605ec81: Waiting [2025-05-26T03:18:41.942Z] 994456c4fd7b: Waiting [2025-05-26T03:18:41.942Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:41.942Z] 910b3332f430: Layer already exists [2025-05-26T03:18:41.942Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:41.942Z] 4d61de2f42fc: Layer already exists [2025-05-26T03:18:41.942Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:41.942Z] 082a476bbccf: Layer already exists [2025-05-26T03:18:41.942Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:41.942Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:41.942Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:41.942Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:42.278Z] + 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-26T03:18:42.600Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T03:18:42.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-26T03:18:42.600Z] 2d23cf5c79e7: Preparing [2025-05-26T03:18:42.600Z] 910b3332f430: Preparing [2025-05-26T03:18:42.600Z] 4d61de2f42fc: Preparing [2025-05-26T03:18:42.600Z] a7c639ffb568: Preparing [2025-05-26T03:18:42.600Z] 1652901e3df0: Preparing [2025-05-26T03:18:42.600Z] 082a476bbccf: Preparing [2025-05-26T03:18:42.600Z] 5f196605ec81: Preparing [2025-05-26T03:18:42.600Z] c0bc23a4205d: Preparing [2025-05-26T03:18:42.600Z] 994456c4fd7b: Preparing [2025-05-26T03:18:42.600Z] 5f196605ec81: Waiting [2025-05-26T03:18:42.600Z] 994456c4fd7b: Waiting [2025-05-26T03:18:42.600Z] 082a476bbccf: Waiting [2025-05-26T03:18:42.600Z] c0bc23a4205d: Waiting [2025-05-26T03:18:42.600Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:42.600Z] 910b3332f430: Layer already exists [2025-05-26T03:18:42.600Z] 4d61de2f42fc: Layer already exists [2025-05-26T03:18:42.600Z] 2d23cf5c79e7: Layer already exists [2025-05-26T03:18:42.600Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:42.600Z] c0bc23a4205d: Layer already exists [2025-05-26T03:18:42.600Z] 082a476bbccf: Layer already exists [2025-05-26T03:18:42.600Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:42.600Z] 5f196605ec81: Layer already exists [2025-05-26T03:18:42.600Z] main: digest: sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:18:42.678Z] ===================================================== [Pipeline] echo [2025-05-26T03:18:42.688Z] taggedImages: [2025-05-26T03:18:42.689Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:42.689Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T03:18:42.689Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 [2025-05-26T03:18:42.689Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:42.689Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-05-26T03:18:42.717Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-05-26T03:18:42.717Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:42.717Z] latest [2025-05-26T03:18:42.717Z] 4.1.0-dev.12 [2025-05-26T03:18:42.717Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:42.717Z] main [2025-05-26T03:18:42.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:43.069Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:43.390Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:43.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T03:18:43.390Z] c420e51da233: Preparing [2025-05-26T03:18:43.390Z] ece376a7520b: Preparing [2025-05-26T03:18:43.390Z] a7c639ffb568: Preparing [2025-05-26T03:18:43.390Z] 1652901e3df0: Preparing [2025-05-26T03:18:43.390Z] 4c0b020b9257: Preparing [2025-05-26T03:18:43.390Z] b5d3a86b98a1: Preparing [2025-05-26T03:18:43.390Z] 994456c4fd7b: Preparing [2025-05-26T03:18:43.390Z] b5d3a86b98a1: Waiting [2025-05-26T03:18:43.390Z] 994456c4fd7b: Waiting [2025-05-26T03:18:43.390Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:43.390Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:43.390Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:43.390Z] 4c0b020b9257: Pushed [2025-05-26T03:18:43.390Z] c420e51da233: Pushed [2025-05-26T03:18:43.957Z] b5d3a86b98a1: Pushed [2025-05-26T03:18:47.240Z] ece376a7520b: Pushed [2025-05-26T03:18:47.240Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:47.559Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:47.887Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T03:18:47.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T03:18:47.887Z] c420e51da233: Preparing [2025-05-26T03:18:47.887Z] ece376a7520b: Preparing [2025-05-26T03:18:47.887Z] a7c639ffb568: Preparing [2025-05-26T03:18:47.887Z] 1652901e3df0: Preparing [2025-05-26T03:18:47.887Z] 4c0b020b9257: Preparing [2025-05-26T03:18:47.887Z] b5d3a86b98a1: Preparing [2025-05-26T03:18:47.887Z] 994456c4fd7b: Preparing [2025-05-26T03:18:47.887Z] b5d3a86b98a1: Waiting [2025-05-26T03:18:47.887Z] 994456c4fd7b: Waiting [2025-05-26T03:18:47.887Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:47.887Z] c420e51da233: Layer already exists [2025-05-26T03:18:47.887Z] ece376a7520b: Layer already exists [2025-05-26T03:18:47.887Z] 4c0b020b9257: Layer already exists [2025-05-26T03:18:47.887Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:47.887Z] b5d3a86b98a1: Layer already exists [2025-05-26T03:18:47.887Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:47.887Z] latest: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:48.222Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:48.539Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 [2025-05-26T03:18:48.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T03:18:48.539Z] c420e51da233: Preparing [2025-05-26T03:18:48.539Z] ece376a7520b: Preparing [2025-05-26T03:18:48.539Z] a7c639ffb568: Preparing [2025-05-26T03:18:48.539Z] 1652901e3df0: Preparing [2025-05-26T03:18:48.539Z] 4c0b020b9257: Preparing [2025-05-26T03:18:48.539Z] b5d3a86b98a1: Preparing [2025-05-26T03:18:48.539Z] 994456c4fd7b: Preparing [2025-05-26T03:18:48.539Z] b5d3a86b98a1: Waiting [2025-05-26T03:18:48.539Z] 994456c4fd7b: Waiting [2025-05-26T03:18:48.539Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:48.539Z] ece376a7520b: Layer already exists [2025-05-26T03:18:48.539Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:48.539Z] c420e51da233: Layer already exists [2025-05-26T03:18:48.539Z] 4c0b020b9257: Layer already exists [2025-05-26T03:18:48.539Z] b5d3a86b98a1: Layer already exists [2025-05-26T03:18:48.539Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:48.539Z] 4.1.0-dev.12: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:48.861Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:49.183Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:49.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T03:18:49.183Z] c420e51da233: Preparing [2025-05-26T03:18:49.183Z] ece376a7520b: Preparing [2025-05-26T03:18:49.183Z] a7c639ffb568: Preparing [2025-05-26T03:18:49.183Z] 1652901e3df0: Preparing [2025-05-26T03:18:49.183Z] 4c0b020b9257: Preparing [2025-05-26T03:18:49.183Z] b5d3a86b98a1: Preparing [2025-05-26T03:18:49.183Z] 994456c4fd7b: Preparing [2025-05-26T03:18:49.183Z] b5d3a86b98a1: Waiting [2025-05-26T03:18:49.183Z] 994456c4fd7b: Waiting [2025-05-26T03:18:49.183Z] 4c0b020b9257: Layer already exists [2025-05-26T03:18:49.183Z] ece376a7520b: Layer already exists [2025-05-26T03:18:49.183Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:49.183Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:49.183Z] c420e51da233: Layer already exists [2025-05-26T03:18:49.183Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:49.183Z] b5d3a86b98a1: Layer already exists [2025-05-26T03:18:49.183Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:49.513Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:49.832Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T03:18:49.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-26T03:18:49.832Z] c420e51da233: Preparing [2025-05-26T03:18:49.832Z] ece376a7520b: Preparing [2025-05-26T03:18:49.832Z] a7c639ffb568: Preparing [2025-05-26T03:18:49.832Z] 1652901e3df0: Preparing [2025-05-26T03:18:49.832Z] 4c0b020b9257: Preparing [2025-05-26T03:18:49.832Z] b5d3a86b98a1: Preparing [2025-05-26T03:18:49.832Z] 994456c4fd7b: Preparing [2025-05-26T03:18:49.832Z] b5d3a86b98a1: Waiting [2025-05-26T03:18:49.832Z] 994456c4fd7b: Waiting [2025-05-26T03:18:49.832Z] c420e51da233: Layer already exists [2025-05-26T03:18:49.832Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:49.832Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:49.833Z] ece376a7520b: Layer already exists [2025-05-26T03:18:49.833Z] 4c0b020b9257: Layer already exists [2025-05-26T03:18:49.833Z] b5d3a86b98a1: Layer already exists [2025-05-26T03:18:49.833Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:49.833Z] main: digest: sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:18:49.914Z] ===================================================== [Pipeline] echo [2025-05-26T03:18:49.930Z] taggedImages: [2025-05-26T03:18:49.930Z] - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:49.930Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T03:18:49.930Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 [2025-05-26T03:18:49.930Z] - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:49.930Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-05-26T03:18:49.957Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-05-26T03:18:49.957Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:49.957Z] latest [2025-05-26T03:18:49.957Z] 4.1.0-dev.12 [2025-05-26T03:18:49.957Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:49.957Z] main [2025-05-26T03:18:49.957Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:50.300Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:50.622Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:50.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T03:18:50.622Z] f1c01301f10d: Preparing [2025-05-26T03:18:50.622Z] 001aa9058187: Preparing [2025-05-26T03:18:50.622Z] a7c639ffb568: Preparing [2025-05-26T03:18:50.622Z] 1652901e3df0: Preparing [2025-05-26T03:18:50.622Z] 3f9edde368f1: Preparing [2025-05-26T03:18:50.622Z] 1a3830a578e8: Preparing [2025-05-26T03:18:50.622Z] 994456c4fd7b: Preparing [2025-05-26T03:18:50.622Z] 1a3830a578e8: Waiting [2025-05-26T03:18:50.622Z] 994456c4fd7b: Waiting [2025-05-26T03:18:50.622Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:50.622Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:50.622Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:50.622Z] f1c01301f10d: Pushed [2025-05-26T03:18:50.622Z] 3f9edde368f1: Pushed [2025-05-26T03:18:50.882Z] 1a3830a578e8: Pushed [2025-05-26T03:18:54.164Z] 001aa9058187: Pushed [2025-05-26T03:18:54.164Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:54.488Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:54.803Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T03:18:54.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T03:18:54.803Z] f1c01301f10d: Preparing [2025-05-26T03:18:54.803Z] 001aa9058187: Preparing [2025-05-26T03:18:54.803Z] a7c639ffb568: Preparing [2025-05-26T03:18:54.803Z] 1652901e3df0: Preparing [2025-05-26T03:18:54.803Z] 3f9edde368f1: Preparing [2025-05-26T03:18:54.803Z] 1a3830a578e8: Preparing [2025-05-26T03:18:54.803Z] 994456c4fd7b: Preparing [2025-05-26T03:18:54.803Z] 1a3830a578e8: Waiting [2025-05-26T03:18:54.803Z] 994456c4fd7b: Waiting [2025-05-26T03:18:54.803Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:54.803Z] 3f9edde368f1: Layer already exists [2025-05-26T03:18:54.803Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:54.803Z] 001aa9058187: Layer already exists [2025-05-26T03:18:54.803Z] f1c01301f10d: Layer already exists [2025-05-26T03:18:54.803Z] 1a3830a578e8: Layer already exists [2025-05-26T03:18:54.803Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:54.803Z] latest: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:55.123Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:55.447Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 [2025-05-26T03:18:55.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T03:18:55.447Z] f1c01301f10d: Preparing [2025-05-26T03:18:55.447Z] 001aa9058187: Preparing [2025-05-26T03:18:55.447Z] a7c639ffb568: Preparing [2025-05-26T03:18:55.447Z] 1652901e3df0: Preparing [2025-05-26T03:18:55.447Z] 3f9edde368f1: Preparing [2025-05-26T03:18:55.447Z] 1a3830a578e8: Preparing [2025-05-26T03:18:55.447Z] 994456c4fd7b: Preparing [2025-05-26T03:18:55.447Z] 1a3830a578e8: Waiting [2025-05-26T03:18:55.447Z] 994456c4fd7b: Waiting [2025-05-26T03:18:55.447Z] 3f9edde368f1: Layer already exists [2025-05-26T03:18:55.447Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:55.447Z] 001aa9058187: Layer already exists [2025-05-26T03:18:55.447Z] f1c01301f10d: Layer already exists [2025-05-26T03:18:55.447Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:55.447Z] 1a3830a578e8: Layer already exists [2025-05-26T03:18:55.447Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:55.447Z] 4.1.0-dev.12: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:55.769Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:56.095Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T03:18:56.095Z] f1c01301f10d: Preparing [2025-05-26T03:18:56.095Z] 001aa9058187: Preparing [2025-05-26T03:18:56.095Z] a7c639ffb568: Preparing [2025-05-26T03:18:56.095Z] 1652901e3df0: Preparing [2025-05-26T03:18:56.095Z] 3f9edde368f1: Preparing [2025-05-26T03:18:56.095Z] 1a3830a578e8: Preparing [2025-05-26T03:18:56.095Z] 994456c4fd7b: Preparing [2025-05-26T03:18:56.095Z] 1a3830a578e8: Waiting [2025-05-26T03:18:56.095Z] 994456c4fd7b: Waiting [2025-05-26T03:18:56.095Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:56.095Z] 001aa9058187: Layer already exists [2025-05-26T03:18:56.095Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:56.095Z] f1c01301f10d: Layer already exists [2025-05-26T03:18:56.095Z] 3f9edde368f1: Layer already exists [2025-05-26T03:18:56.095Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:56.095Z] 1a3830a578e8: Layer already exists [2025-05-26T03:18:56.095Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:56.425Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:18:56.752Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T03:18:56.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-26T03:18:56.753Z] f1c01301f10d: Preparing [2025-05-26T03:18:56.753Z] 001aa9058187: Preparing [2025-05-26T03:18:56.753Z] a7c639ffb568: Preparing [2025-05-26T03:18:56.753Z] 1652901e3df0: Preparing [2025-05-26T03:18:56.753Z] 3f9edde368f1: Preparing [2025-05-26T03:18:56.753Z] 1a3830a578e8: Preparing [2025-05-26T03:18:56.753Z] 994456c4fd7b: Preparing [2025-05-26T03:18:56.753Z] 1a3830a578e8: Waiting [2025-05-26T03:18:56.753Z] 994456c4fd7b: Waiting [2025-05-26T03:18:56.753Z] 001aa9058187: Layer already exists [2025-05-26T03:18:56.753Z] 3f9edde368f1: Layer already exists [2025-05-26T03:18:56.753Z] a7c639ffb568: Layer already exists [2025-05-26T03:18:56.753Z] 1652901e3df0: Layer already exists [2025-05-26T03:18:56.753Z] f1c01301f10d: Layer already exists [2025-05-26T03:18:56.753Z] 994456c4fd7b: Layer already exists [2025-05-26T03:18:56.753Z] 1a3830a578e8: Layer already exists [2025-05-26T03:18:56.753Z] main: digest: sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:18:56.833Z] ===================================================== [Pipeline] echo [2025-05-26T03:18:56.851Z] taggedImages: [2025-05-26T03:18:56.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T03:18:56.851Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 [2025-05-26T03:18:56.852Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.852Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-05-26T03:18:56.941Z] ========================================================= [2025-05-26T03:18:56.941Z] [edgeXBuildMultiArch] RAW Config: [2025-05-26T03:18:56.941Z] images: [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T03:18:56.941Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:18:56.942Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T03:18:56.942Z] settingsFile: [2025-05-26T03:18:56.942Z] edgex-go-settings [2025-05-26T03:18:56.942Z] ========================================================= [Pipeline] node [2025-05-26T03:19:11.946Z] Still waiting to schedule task [2025-05-26T03:19:11.947Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-05-26T03:19:39.016Z] Running on prd-centos7-docker-4c-2g-2260 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:19:39.074Z] provisioning config files... [2025-05-26T03:19:39.128Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11143864319846055907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:19:40.983Z] ---> ****-login.sh [2025-05-26T03:19:40.983Z] nexus3.edgexfoundry.org:10001 [2025-05-26T03:19:41.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:19:41.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:19:41.589Z] Configure a credential helper to remove this warning. See [2025-05-26T03:19:41.590Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:19:41.590Z] [2025-05-26T03:19:41.590Z] Login Succeeded [2025-05-26T03:19:41.590Z] nexus3.edgexfoundry.org:10002 [2025-05-26T03:19:41.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:19:41.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:19:41.866Z] Configure a credential helper to remove this warning. See [2025-05-26T03:19:41.866Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:19:41.866Z] [2025-05-26T03:19:41.866Z] Login Succeeded [2025-05-26T03:19:41.866Z] nexus3.edgexfoundry.org:10003 [2025-05-26T03:19:42.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:19:42.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:19:42.165Z] Configure a credential helper to remove this warning. See [2025-05-26T03:19:42.165Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:19:42.165Z] [2025-05-26T03:19:42.165Z] Login Succeeded [2025-05-26T03:19:42.165Z] nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:42.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:19:42.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:19:42.440Z] Configure a credential helper to remove this warning. See [2025-05-26T03:19:42.440Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:19:42.440Z] [2025-05-26T03:19:42.440Z] Login Succeeded [2025-05-26T03:19:42.440Z] ****.io [2025-05-26T03:19:42.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:19:42.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:19:42.710Z] Configure a credential helper to remove this warning. See [2025-05-26T03:19:42.710Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:19:42.710Z] [2025-05-26T03:19:42.710Z] Login Succeeded [2025-05-26T03:19:42.710Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T03:19:42.718Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:19:43.079Z] + docker buildx ls [2025-05-26T03:19:43.339Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T03:19:43.339Z] default * docker [2025-05-26T03:19:43.339Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T03:19:43.664Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-05-26T03:19:43.664Z] edgex-builder [Pipeline] sh [2025-05-26T03:19:43.970Z] + docker buildx inspect --bootstrap [2025-05-26T03:19:43.970Z] #1 [internal] booting buildkit [2025-05-26T03:19:43.970Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-05-26T03:19:46.530Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2025-05-26T03:19:46.791Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-05-26T03:19:48.172Z] #1 creating container buildx_buildkit_edgex-builder0 1.6s done [2025-05-26T03:19:48.172Z] #1 DONE 4.3s [2025-05-26T03:19:48.172Z] Name: edgex-builder [2025-05-26T03:19:48.172Z] Driver: docker-container [2025-05-26T03:19:48.172Z] [2025-05-26T03:19:48.172Z] Nodes: [2025-05-26T03:19:48.172Z] Name: edgex-builder0 [2025-05-26T03:19:48.172Z] Endpoint: unix:///var/run/docker.sock [2025-05-26T03:19:48.172Z] Status: running [2025-05-26T03:19:48.172Z] Buildkit: v0.21.1 [2025-05-26T03:19:48.172Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-05-26T03:19:48.477Z] + docker buildx ls [2025-05-26T03:19:48.477Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T03:19:48.477Z] edgex-builder * docker-container [2025-05-26T03:19:48.477Z] 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-26T03:19:48.477Z] default docker [2025-05-26T03:19:48.477Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T03:19:48.769Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:19:48.769Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:19:49.029Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:49.029Z] #1 transferring dockerfile: 197B done [2025-05-26T03:19:49.029Z] #1 DONE 0.0s [2025-05-26T03:19:49.029Z] [2025-05-26T03:19:49.029Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:49.029Z] #2 DONE 0.1s [2025-05-26T03:19:49.029Z] [2025-05-26T03:19:49.029Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:49.029Z] #3 DONE 0.1s [2025-05-26T03:19:49.029Z] [2025-05-26T03:19:49.029Z] #4 [internal] load .dockerignore [2025-05-26T03:19:49.029Z] #4 transferring context: 2B done [2025-05-26T03:19:49.029Z] #4 DONE 0.0s [2025-05-26T03:19:49.029Z] [2025-05-26T03:19:49.029Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:49.029Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:49.029Z] #5 DONE 0.0s [2025-05-26T03:19:49.029Z] [2025-05-26T03:19:49.029Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:49.029Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:49.029Z] #6 DONE 0.1s [2025-05-26T03:19:49.293Z] [2025-05-26T03:19:49.293Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:49.293Z] #7 DONE 0.0s [2025-05-26T03:19:49.293Z] [2025-05-26T03:19:49.293Z] #8 exporting to image [2025-05-26T03:19:49.293Z] #8 exporting layers done [2025-05-26T03:19:49.293Z] #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 0.0s done [2025-05-26T03:19:49.293Z] #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done [2025-05-26T03:19:49.293Z] #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done [2025-05-26T03:19:49.293Z] #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done [2025-05-26T03:19:49.293Z] #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done [2025-05-26T03:19:49.293Z] #8 pushing layers [2025-05-26T03:19:49.293Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:49.293Z] #8 pushing layers 0.1s done [2025-05-26T03:19:49.293Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done [2025-05-26T03:19:49.293Z] #8 DONE 0.2s [2025-05-26T03:19:49.293Z] [2025-05-26T03:19:49.293Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:49.293Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:49.594Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-05-26T03:19:49.594Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-05-26T03:19:49.594Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:49.594Z] #1 transferring dockerfile: 163B done [2025-05-26T03:19:49.594Z] #1 DONE 0.0s [2025-05-26T03:19:49.594Z] [2025-05-26T03:19:49.594Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T03:19:49.594Z] #2 DONE 0.0s [2025-05-26T03:19:49.594Z] [2025-05-26T03:19:49.594Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-26T03:19:49.594Z] #3 DONE 0.0s [2025-05-26T03:19:49.594Z] [2025-05-26T03:19:49.594Z] #4 [internal] load .dockerignore [2025-05-26T03:19:49.594Z] #4 transferring context: 2B done [2025-05-26T03:19:49.594Z] #4 DONE 0.0s [2025-05-26T03:19:49.594Z] [2025-05-26T03:19:49.594Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:49.594Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:49.594Z] #5 DONE 0.0s [2025-05-26T03:19:49.594Z] [2025-05-26T03:19:49.594Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:49.856Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:49.856Z] #6 CACHED [2025-05-26T03:19:49.856Z] [2025-05-26T03:19:49.856Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:49.856Z] #5 CACHED [2025-05-26T03:19:49.856Z] [2025-05-26T03:19:49.856Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:49.856Z] #7 DONE 0.0s [2025-05-26T03:19:49.856Z] [2025-05-26T03:19:49.856Z] #8 exporting to image [2025-05-26T03:19:49.856Z] #8 exporting layers done [2025-05-26T03:19:49.856Z] #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done [2025-05-26T03:19:49.856Z] #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done [2025-05-26T03:19:49.856Z] #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done [2025-05-26T03:19:49.856Z] #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done [2025-05-26T03:19:49.856Z] #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done [2025-05-26T03:19:49.856Z] #8 pushing layers 0.0s done [2025-05-26T03:19:49.856Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done [2025-05-26T03:19:49.856Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:49.856Z] #8 DONE 0.1s [2025-05-26T03:19:49.856Z] [2025-05-26T03:19:49.856Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:49.856Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:50.167Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12' [2025-05-26T03:19:50.167Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 --push - [2025-05-26T03:19:50.167Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:50.167Z] #1 transferring dockerfile: 169B done [2025-05-26T03:19:50.167Z] #1 DONE 0.0s [2025-05-26T03:19:50.167Z] [2025-05-26T03:19:50.167Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 [2025-05-26T03:19:50.167Z] #2 DONE 0.0s [2025-05-26T03:19:50.167Z] [2025-05-26T03:19:50.167Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12 [2025-05-26T03:19:50.167Z] #3 DONE 0.0s [2025-05-26T03:19:50.167Z] [2025-05-26T03:19:50.167Z] #4 [internal] load .dockerignore [2025-05-26T03:19:50.167Z] #4 transferring context: 2B done [2025-05-26T03:19:50.167Z] #4 DONE 0.0s [2025-05-26T03:19:50.167Z] [2025-05-26T03:19:50.167Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:50.167Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:50.429Z] #5 CACHED [2025-05-26T03:19:50.429Z] [2025-05-26T03:19:50.429Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:50.429Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:50.429Z] #6 CACHED [2025-05-26T03:19:50.429Z] [2025-05-26T03:19:50.429Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:50.429Z] #7 DONE 0.0s [2025-05-26T03:19:50.429Z] [2025-05-26T03:19:50.429Z] #8 exporting to image [2025-05-26T03:19:50.429Z] #8 exporting layers done [2025-05-26T03:19:50.429Z] #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done [2025-05-26T03:19:50.429Z] #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done [2025-05-26T03:19:50.429Z] #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done [2025-05-26T03:19:50.429Z] #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done [2025-05-26T03:19:50.429Z] #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done [2025-05-26T03:19:50.429Z] #8 pushing layers 0.0s done [2025-05-26T03:19:50.429Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.12@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done [2025-05-26T03:19:50.429Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:50.429Z] #8 DONE 0.1s [2025-05-26T03:19:50.429Z] [2025-05-26T03:19:50.429Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:50.429Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:50.722Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:19:50.722Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:19:50.722Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:50.722Z] #1 transferring dockerfile: 210B done [2025-05-26T03:19:50.722Z] #1 DONE 0.0s [2025-05-26T03:19:50.722Z] [2025-05-26T03:19:50.722Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:50.722Z] #2 DONE 0.0s [2025-05-26T03:19:50.722Z] [2025-05-26T03:19:50.722Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:50.722Z] #3 DONE 0.0s [2025-05-26T03:19:50.722Z] [2025-05-26T03:19:50.722Z] #4 [internal] load .dockerignore [2025-05-26T03:19:50.722Z] #4 transferring context: 2B done [2025-05-26T03:19:50.722Z] #4 DONE 0.0s [2025-05-26T03:19:50.722Z] [2025-05-26T03:19:50.722Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:50.722Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:50.722Z] #5 DONE 0.0s [2025-05-26T03:19:50.722Z] [2025-05-26T03:19:50.722Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:50.988Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:50.988Z] #6 CACHED [2025-05-26T03:19:50.988Z] [2025-05-26T03:19:50.988Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:50.988Z] #5 CACHED [2025-05-26T03:19:50.988Z] [2025-05-26T03:19:50.988Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:50.988Z] #7 DONE 0.0s [2025-05-26T03:19:50.988Z] [2025-05-26T03:19:50.988Z] #8 exporting to image [2025-05-26T03:19:50.988Z] #8 exporting layers done [2025-05-26T03:19:50.988Z] #8 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done [2025-05-26T03:19:50.988Z] #8 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done [2025-05-26T03:19:50.988Z] #8 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done [2025-05-26T03:19:50.988Z] #8 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done [2025-05-26T03:19:50.988Z] #8 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done [2025-05-26T03:19:50.988Z] #8 pushing layers 0.0s done [2025-05-26T03:19:50.988Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done [2025-05-26T03:19:50.988Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:50.988Z] #8 DONE 0.1s [2025-05-26T03:19:50.988Z] [2025-05-26T03:19:50.988Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:50.988Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:51.275Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-05-26T03:19:51.275Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-05-26T03:19:51.275Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:51.275Z] #1 transferring dockerfile: 161B done [2025-05-26T03:19:51.275Z] #1 DONE 0.0s [2025-05-26T03:19:51.275Z] [2025-05-26T03:19:51.275Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T03:19:51.275Z] #2 DONE 0.0s [2025-05-26T03:19:51.275Z] [2025-05-26T03:19:51.275Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-26T03:19:51.275Z] #3 DONE 0.0s [2025-05-26T03:19:51.275Z] [2025-05-26T03:19:51.275Z] #4 [internal] load .dockerignore [2025-05-26T03:19:51.275Z] #4 transferring context: 2B done [2025-05-26T03:19:51.275Z] #4 DONE 0.0s [2025-05-26T03:19:51.275Z] [2025-05-26T03:19:51.275Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:51.275Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:51.275Z] #5 CACHED [2025-05-26T03:19:51.275Z] [2025-05-26T03:19:51.275Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc [2025-05-26T03:19:51.275Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:2d572e61f04d67e96f60160f30886900b9509b7132da53e0fbf9788726271ddc 0.0s done [2025-05-26T03:19:51.275Z] #6 CACHED [2025-05-26T03:19:51.275Z] [2025-05-26T03:19:51.275Z] #7 exporting to image [2025-05-26T03:19:51.275Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:51.535Z] #7 exporting layers done [2025-05-26T03:19:51.535Z] #7 exporting manifest sha256:b336c848c0879e35404c57013e7aeba5c4c4e2653e2d0d1d339963520b870487 done [2025-05-26T03:19:51.535Z] #7 exporting config sha256:b32d20d9cacb7beecc9d3c82a18d9477af9e43cf93be80aa14664164024f739b done [2025-05-26T03:19:51.535Z] #7 exporting manifest sha256:297cd650718eb1e74d2a4116e3a482c27bf89515ecc3fe7d9c50cde20a13bbc5 done [2025-05-26T03:19:51.535Z] #7 exporting config sha256:60cf24490b4eb9156e9ed6b468152ed91c1ec920e720958306f786e5e597c881 done [2025-05-26T03:19:51.535Z] #7 exporting manifest list sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d done [2025-05-26T03:19:51.535Z] #7 pushing layers 0.0s done [2025-05-26T03:19:51.535Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:b4ee5c3c0e19c4c34fee1af8a3c78f70f26bd0b81cf401c782c9e0a62ce3206d 0.1s done [2025-05-26T03:19:51.535Z] #7 DONE 0.1s [2025-05-26T03:19:51.535Z] [2025-05-26T03:19:51.535Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:51.535Z] #8 DONE 0.0s [2025-05-26T03:19:51.535Z] [2025-05-26T03:19:51.535Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:51.535Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:51.830Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:19:51.830Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:19:51.830Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:51.830Z] #1 transferring dockerfile: 216B done [2025-05-26T03:19:51.830Z] #1 DONE 0.0s [2025-05-26T03:19:51.830Z] [2025-05-26T03:19:51.830Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:51.830Z] #2 DONE 0.0s [2025-05-26T03:19:51.830Z] [2025-05-26T03:19:51.830Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:51.830Z] #3 DONE 0.1s [2025-05-26T03:19:51.830Z] [2025-05-26T03:19:51.830Z] #4 [internal] load .dockerignore [2025-05-26T03:19:51.830Z] #4 transferring context: 2B done [2025-05-26T03:19:51.830Z] #4 DONE 0.0s [2025-05-26T03:19:52.091Z] [2025-05-26T03:19:52.091Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:52.091Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:52.091Z] #5 ... [2025-05-26T03:19:52.091Z] [2025-05-26T03:19:52.091Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:52.091Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:52.091Z] #6 DONE 0.1s [2025-05-26T03:19:52.091Z] [2025-05-26T03:19:52.091Z] #7 exporting to image [2025-05-26T03:19:52.091Z] #7 exporting layers done [2025-05-26T03:19:52.091Z] #7 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done [2025-05-26T03:19:52.091Z] #7 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done [2025-05-26T03:19:52.091Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:52.091Z] #7 ... [2025-05-26T03:19:52.091Z] [2025-05-26T03:19:52.091Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:52.091Z] #8 DONE 0.0s [2025-05-26T03:19:52.091Z] [2025-05-26T03:19:52.091Z] #7 exporting to image [2025-05-26T03:19:52.091Z] #7 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba 0.0s done [2025-05-26T03:19:52.091Z] #7 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done [2025-05-26T03:19:52.091Z] #7 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.0s done [2025-05-26T03:19:52.091Z] #7 pushing layers [2025-05-26T03:19:52.350Z] #7 pushing layers 0.1s done [2025-05-26T03:19:52.350Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done [2025-05-26T03:19:52.350Z] #7 DONE 0.3s [2025-05-26T03:19:52.350Z] [2025-05-26T03:19:52.350Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:52.350Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:52.703Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-05-26T03:19:52.703Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-05-26T03:19:52.703Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:52.703Z] #1 transferring dockerfile: 182B done [2025-05-26T03:19:52.703Z] #1 DONE 0.0s [2025-05-26T03:19:52.703Z] [2025-05-26T03:19:52.703Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T03:19:52.703Z] #2 DONE 0.0s [2025-05-26T03:19:52.703Z] [2025-05-26T03:19:52.703Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-26T03:19:52.703Z] #3 DONE 0.0s [2025-05-26T03:19:52.703Z] [2025-05-26T03:19:52.703Z] #4 [internal] load .dockerignore [2025-05-26T03:19:52.703Z] #4 transferring context: 2B done [2025-05-26T03:19:52.703Z] #4 DONE 0.0s [2025-05-26T03:19:52.703Z] [2025-05-26T03:19:52.703Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:52.703Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:52.963Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:52.963Z] #5 CACHED [2025-05-26T03:19:52.963Z] [2025-05-26T03:19:52.963Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:52.963Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:52.963Z] #6 CACHED [2025-05-26T03:19:52.963Z] [2025-05-26T03:19:52.963Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:52.963Z] #7 DONE 0.0s [2025-05-26T03:19:52.963Z] [2025-05-26T03:19:52.963Z] #8 exporting to image [2025-05-26T03:19:52.963Z] #8 exporting layers done [2025-05-26T03:19:52.963Z] #8 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done [2025-05-26T03:19:52.963Z] #8 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done [2025-05-26T03:19:52.963Z] #8 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done [2025-05-26T03:19:52.963Z] #8 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done [2025-05-26T03:19:52.963Z] #8 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done [2025-05-26T03:19:52.963Z] #8 pushing layers 0.0s done [2025-05-26T03:19:52.963Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done [2025-05-26T03:19:52.963Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:52.963Z] #8 DONE 0.1s [2025-05-26T03:19:52.963Z] [2025-05-26T03:19:52.963Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:52.963Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:53.260Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12' [2025-05-26T03:19:53.261Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 --push - [2025-05-26T03:19:53.529Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:53.529Z] #1 transferring dockerfile: 188B done [2025-05-26T03:19:53.529Z] #1 DONE 0.0s [2025-05-26T03:19:53.529Z] [2025-05-26T03:19:53.529Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 [2025-05-26T03:19:53.529Z] #2 DONE 0.0s [2025-05-26T03:19:53.529Z] [2025-05-26T03:19:53.529Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12 [2025-05-26T03:19:53.529Z] #3 DONE 0.0s [2025-05-26T03:19:53.529Z] [2025-05-26T03:19:53.529Z] #4 [internal] load .dockerignore [2025-05-26T03:19:53.529Z] #4 transferring context: 2B done [2025-05-26T03:19:53.529Z] #4 DONE 0.0s [2025-05-26T03:19:53.529Z] [2025-05-26T03:19:53.529Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:53.529Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:53.529Z] #5 CACHED [2025-05-26T03:19:53.529Z] [2025-05-26T03:19:53.529Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:53.529Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:53.529Z] #6 CACHED [2025-05-26T03:19:53.529Z] [2025-05-26T03:19:53.529Z] #7 exporting to image [2025-05-26T03:19:53.529Z] #7 exporting layers [2025-05-26T03:19:53.529Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:53.529Z] #7 exporting layers done [2025-05-26T03:19:53.529Z] #7 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done [2025-05-26T03:19:53.529Z] #7 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done [2025-05-26T03:19:53.529Z] #7 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done [2025-05-26T03:19:53.529Z] #7 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done [2025-05-26T03:19:53.529Z] #7 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done [2025-05-26T03:19:53.529Z] #7 pushing layers 0.0s done [2025-05-26T03:19:53.530Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.12@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done [2025-05-26T03:19:53.530Z] #7 DONE 0.1s [2025-05-26T03:19:53.530Z] [2025-05-26T03:19:53.530Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:53.530Z] #8 DONE 0.0s [2025-05-26T03:19:53.530Z] [2025-05-26T03:19:53.530Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:53.530Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:53.831Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:19:53.831Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:19:53.831Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:53.831Z] #1 transferring dockerfile: 229B done [2025-05-26T03:19:53.831Z] #1 DONE 0.0s [2025-05-26T03:19:53.831Z] [2025-05-26T03:19:53.831Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:53.831Z] #2 DONE 0.0s [2025-05-26T03:19:53.831Z] [2025-05-26T03:19:53.831Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:53.831Z] #3 DONE 0.0s [2025-05-26T03:19:53.831Z] [2025-05-26T03:19:53.831Z] #4 [internal] load .dockerignore [2025-05-26T03:19:53.831Z] #4 transferring context: 2B done [2025-05-26T03:19:53.831Z] #4 DONE 0.0s [2025-05-26T03:19:53.831Z] [2025-05-26T03:19:53.831Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:53.831Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:53.831Z] #5 CACHED [2025-05-26T03:19:53.831Z] [2025-05-26T03:19:53.831Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:54.092Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:54.093Z] #6 CACHED [2025-05-26T03:19:54.093Z] [2025-05-26T03:19:54.093Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:54.093Z] #7 DONE 0.0s [2025-05-26T03:19:54.093Z] [2025-05-26T03:19:54.093Z] #8 exporting to image [2025-05-26T03:19:54.093Z] #8 exporting layers done [2025-05-26T03:19:54.093Z] #8 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done [2025-05-26T03:19:54.093Z] #8 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done [2025-05-26T03:19:54.093Z] #8 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done [2025-05-26T03:19:54.093Z] #8 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done [2025-05-26T03:19:54.093Z] #8 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done [2025-05-26T03:19:54.093Z] #8 pushing layers 0.0s done [2025-05-26T03:19:54.093Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done [2025-05-26T03:19:54.093Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:54.093Z] #8 DONE 0.1s [2025-05-26T03:19:54.093Z] [2025-05-26T03:19:54.093Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:54.093Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:54.386Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-05-26T03:19:54.386Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-05-26T03:19:54.386Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:54.386Z] #1 transferring dockerfile: 180B done [2025-05-26T03:19:54.386Z] #1 DONE 0.0s [2025-05-26T03:19:54.386Z] [2025-05-26T03:19:54.386Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T03:19:54.386Z] #2 DONE 0.0s [2025-05-26T03:19:54.386Z] [2025-05-26T03:19:54.386Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-26T03:19:54.386Z] #3 DONE 0.0s [2025-05-26T03:19:54.386Z] [2025-05-26T03:19:54.386Z] #4 [internal] load .dockerignore [2025-05-26T03:19:54.386Z] #4 transferring context: 2B done [2025-05-26T03:19:54.386Z] #4 DONE 0.0s [2025-05-26T03:19:54.386Z] [2025-05-26T03:19:54.386Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:54.386Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:54.386Z] #5 DONE 0.0s [2025-05-26T03:19:54.386Z] [2025-05-26T03:19:54.386Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:54.650Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf 0.0s done [2025-05-26T03:19:54.650Z] #6 CACHED [2025-05-26T03:19:54.650Z] [2025-05-26T03:19:54.650Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:46afac8d52643845dddfbcf694d4676e1537135c7bb7de21d0a97d3ec3e86caf [2025-05-26T03:19:54.650Z] #5 CACHED [2025-05-26T03:19:54.650Z] [2025-05-26T03:19:54.650Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:54.650Z] #7 DONE 0.0s [2025-05-26T03:19:54.650Z] [2025-05-26T03:19:54.650Z] #8 exporting to image [2025-05-26T03:19:54.650Z] #8 exporting layers done [2025-05-26T03:19:54.650Z] #8 exporting manifest sha256:12b47d43682d61b2c6c56ba67b747ec2d3cb20f8a1b861a0b23820f4106d6fdd done [2025-05-26T03:19:54.650Z] #8 exporting config sha256:cd595031fff81ae73f2ca7e821065138d8fdc3552e3a7ef76c8b58e8a162a68d done [2025-05-26T03:19:54.650Z] #8 exporting manifest sha256:8a59a922f488f4308f730fede7cf74cf1e03214a9ec5dbd81ce94e603879d2ba done [2025-05-26T03:19:54.650Z] #8 exporting config sha256:d7f855f6bac2ce4b61e02e7ab995cee7c9a33bf6930497b6df2c5f7feb2d38ab done [2025-05-26T03:19:54.650Z] #8 exporting manifest list sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e done [2025-05-26T03:19:54.650Z] #8 pushing layers 0.0s done [2025-05-26T03:19:54.650Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:51918c7599bd5fdb9bd1bdf1e0f718ca95ecd659a38dee9280e4f35cb556fc1e 0.1s done [2025-05-26T03:19:54.650Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:54.650Z] #8 DONE 0.1s [2025-05-26T03:19:54.650Z] [2025-05-26T03:19:54.650Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:54.650Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:54.947Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:19:54.947Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:19:54.947Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:54.947Z] #1 transferring dockerfile: 194B done [2025-05-26T03:19:54.947Z] #1 DONE 0.0s [2025-05-26T03:19:54.947Z] [2025-05-26T03:19:54.947Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:54.947Z] #2 DONE 0.1s [2025-05-26T03:19:54.947Z] [2025-05-26T03:19:54.947Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:54.947Z] #3 DONE 0.1s [2025-05-26T03:19:54.947Z] [2025-05-26T03:19:54.947Z] #4 [internal] load .dockerignore [2025-05-26T03:19:54.947Z] #4 transferring context: [2025-05-26T03:19:55.207Z] #4 transferring context: 2B done [2025-05-26T03:19:55.207Z] #4 DONE 0.0s [2025-05-26T03:19:55.207Z] [2025-05-26T03:19:55.207Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:55.207Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:55.207Z] #5 DONE 0.0s [2025-05-26T03:19:55.207Z] [2025-05-26T03:19:55.207Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:55.207Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:55.207Z] #6 DONE 0.1s [2025-05-26T03:19:55.207Z] [2025-05-26T03:19:55.207Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:55.207Z] #7 DONE 0.0s [2025-05-26T03:19:55.207Z] [2025-05-26T03:19:55.207Z] #8 exporting to image [2025-05-26T03:19:55.207Z] #8 exporting layers done [2025-05-26T03:19:55.207Z] #8 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done [2025-05-26T03:19:55.207Z] #8 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done [2025-05-26T03:19:55.207Z] #8 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 0.0s done [2025-05-26T03:19:55.207Z] #8 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done [2025-05-26T03:19:55.207Z] #8 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done [2025-05-26T03:19:55.207Z] #8 pushing layers [2025-05-26T03:19:55.207Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:55.466Z] #8 pushing layers 0.1s done [2025-05-26T03:19:55.466Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done [2025-05-26T03:19:55.466Z] #8 DONE 0.2s [2025-05-26T03:19:55.466Z] [2025-05-26T03:19:55.466Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:55.466Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:55.762Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-05-26T03:19:55.762Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-05-26T03:19:55.762Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:55.762Z] #1 transferring dockerfile: 160B done [2025-05-26T03:19:55.762Z] #1 DONE 0.0s [2025-05-26T03:19:55.762Z] [2025-05-26T03:19:55.762Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T03:19:55.762Z] #2 DONE 0.0s [2025-05-26T03:19:55.762Z] [2025-05-26T03:19:55.762Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-26T03:19:55.762Z] #3 DONE 0.0s [2025-05-26T03:19:55.762Z] [2025-05-26T03:19:55.762Z] #4 [internal] load .dockerignore [2025-05-26T03:19:55.762Z] #4 transferring context: 2B done [2025-05-26T03:19:55.762Z] #4 DONE 0.0s [2025-05-26T03:19:55.762Z] [2025-05-26T03:19:55.762Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:55.762Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:56.022Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:56.022Z] #5 CACHED [2025-05-26T03:19:56.022Z] [2025-05-26T03:19:56.022Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:56.022Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:56.022Z] #6 CACHED [2025-05-26T03:19:56.022Z] [2025-05-26T03:19:56.022Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:56.022Z] #7 DONE 0.0s [2025-05-26T03:19:56.022Z] [2025-05-26T03:19:56.022Z] #8 exporting to image [2025-05-26T03:19:56.022Z] #8 exporting layers done [2025-05-26T03:19:56.022Z] #8 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done [2025-05-26T03:19:56.022Z] #8 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done [2025-05-26T03:19:56.022Z] #8 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done [2025-05-26T03:19:56.022Z] #8 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done [2025-05-26T03:19:56.022Z] #8 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done [2025-05-26T03:19:56.022Z] #8 pushing layers 0.0s done [2025-05-26T03:19:56.022Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done [2025-05-26T03:19:56.022Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:56.022Z] #8 DONE 0.1s [2025-05-26T03:19:56.022Z] [2025-05-26T03:19:56.022Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:56.022Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:56.313Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 --push - [2025-05-26T03:19:56.313Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12' [2025-05-26T03:19:56.313Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:56.313Z] #1 transferring dockerfile: 166B done [2025-05-26T03:19:56.313Z] #1 DONE 0.0s [2025-05-26T03:19:56.313Z] [2025-05-26T03:19:56.313Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 [2025-05-26T03:19:56.313Z] #2 DONE 0.0s [2025-05-26T03:19:56.313Z] [2025-05-26T03:19:56.313Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12 [2025-05-26T03:19:56.313Z] #3 DONE 0.0s [2025-05-26T03:19:56.313Z] [2025-05-26T03:19:56.313Z] #4 [internal] load .dockerignore [2025-05-26T03:19:56.313Z] #4 transferring context: 2B done [2025-05-26T03:19:56.313Z] #4 DONE 0.0s [2025-05-26T03:19:56.313Z] [2025-05-26T03:19:56.313Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:56.313Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:56.313Z] #5 CACHED [2025-05-26T03:19:56.313Z] [2025-05-26T03:19:56.313Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:56.313Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:56.313Z] #6 CACHED [2025-05-26T03:19:56.313Z] [2025-05-26T03:19:56.313Z] #7 exporting to image [2025-05-26T03:19:56.313Z] #7 exporting layers done [2025-05-26T03:19:56.313Z] #7 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done [2025-05-26T03:19:56.313Z] #7 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done [2025-05-26T03:19:56.313Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:56.571Z] #7 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done [2025-05-26T03:19:56.571Z] #7 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done [2025-05-26T03:19:56.571Z] #7 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done [2025-05-26T03:19:56.571Z] #7 pushing layers 0.0s done [2025-05-26T03:19:56.572Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.12@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done [2025-05-26T03:19:56.572Z] #7 DONE 0.1s [2025-05-26T03:19:56.572Z] [2025-05-26T03:19:56.572Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:56.572Z] #8 DONE 0.0s [2025-05-26T03:19:56.572Z] [2025-05-26T03:19:56.572Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:56.572Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:56.858Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:19:56.859Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:19:56.859Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:56.859Z] #1 transferring dockerfile: 207B done [2025-05-26T03:19:56.859Z] #1 DONE 0.0s [2025-05-26T03:19:56.859Z] [2025-05-26T03:19:56.859Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:56.859Z] #2 DONE 0.0s [2025-05-26T03:19:56.859Z] [2025-05-26T03:19:56.859Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:56.859Z] #3 DONE 0.0s [2025-05-26T03:19:56.859Z] [2025-05-26T03:19:56.859Z] #4 [internal] load .dockerignore [2025-05-26T03:19:56.859Z] #4 transferring context: 2B done [2025-05-26T03:19:56.859Z] #4 DONE 0.0s [2025-05-26T03:19:56.859Z] [2025-05-26T03:19:56.859Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:56.859Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:56.859Z] #5 CACHED [2025-05-26T03:19:56.859Z] [2025-05-26T03:19:56.859Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:56.859Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:56.859Z] #6 CACHED [2025-05-26T03:19:56.859Z] [2025-05-26T03:19:56.859Z] #7 exporting to image [2025-05-26T03:19:56.859Z] #7 exporting layers done [2025-05-26T03:19:56.859Z] #7 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 [2025-05-26T03:19:56.859Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:57.118Z] #7 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done [2025-05-26T03:19:57.118Z] #7 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done [2025-05-26T03:19:57.118Z] #7 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done [2025-05-26T03:19:57.118Z] #7 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done [2025-05-26T03:19:57.118Z] #7 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done [2025-05-26T03:19:57.118Z] #7 pushing layers 0.0s done [2025-05-26T03:19:57.118Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done [2025-05-26T03:19:57.118Z] #7 DONE 0.1s [2025-05-26T03:19:57.118Z] [2025-05-26T03:19:57.118Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:57.118Z] #8 DONE 0.0s [2025-05-26T03:19:57.118Z] [2025-05-26T03:19:57.118Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:57.118Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:57.410Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-05-26T03:19:57.410Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-05-26T03:19:57.410Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:57.410Z] #1 transferring dockerfile: 158B 0.0s done [2025-05-26T03:19:57.410Z] #1 DONE 0.0s [2025-05-26T03:19:57.410Z] [2025-05-26T03:19:57.410Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T03:19:57.410Z] #2 DONE 0.0s [2025-05-26T03:19:57.410Z] [2025-05-26T03:19:57.410Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-26T03:19:57.410Z] #3 DONE 0.0s [2025-05-26T03:19:57.410Z] [2025-05-26T03:19:57.410Z] #4 [internal] load .dockerignore [2025-05-26T03:19:57.410Z] #4 transferring context: 2B done [2025-05-26T03:19:57.410Z] #4 DONE 0.0s [2025-05-26T03:19:57.670Z] [2025-05-26T03:19:57.670Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:57.670Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:57.670Z] #5 CACHED [2025-05-26T03:19:57.670Z] [2025-05-26T03:19:57.670Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 [2025-05-26T03:19:57.670Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:ed2833af988c59b4eef78d967b530296cb625122e3188c9362a5804b82a82c86 0.0s done [2025-05-26T03:19:57.670Z] #6 CACHED [2025-05-26T03:19:57.670Z] [2025-05-26T03:19:57.670Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:57.670Z] #7 DONE 0.0s [2025-05-26T03:19:57.670Z] [2025-05-26T03:19:57.670Z] #8 exporting to image [2025-05-26T03:19:57.670Z] #8 exporting layers done [2025-05-26T03:19:57.670Z] #8 exporting manifest sha256:08512a9c3526c0b6d1e11114ade785e72e0a3194f744cc05642fa54cb35815f4 done [2025-05-26T03:19:57.670Z] #8 exporting config sha256:e8c159d2d1b6dd02d5e994be664189a87478a7e3a8d39edad55135a8f4df002e done [2025-05-26T03:19:57.670Z] #8 exporting manifest sha256:690d8826b25231d4bb53335445a11eee1ddd0ea2b62b4ffc0812009163e91c22 done [2025-05-26T03:19:57.670Z] #8 exporting config sha256:15ceaca259257ae3ea2ce93d0013216483a894f0efab5714a680b3a4ba4d9792 done [2025-05-26T03:19:57.670Z] #8 exporting manifest list sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d done [2025-05-26T03:19:57.670Z] #8 pushing layers 0.0s done [2025-05-26T03:19:57.670Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c581e969ea1c876949e11296a405286848615d9ec5d5001ec5b876fce09ae7d 0.1s done [2025-05-26T03:19:57.670Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:57.670Z] #8 DONE 0.1s [2025-05-26T03:19:57.670Z] [2025-05-26T03:19:57.670Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:57.670Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:57.953Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:19:57.953Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:19:57.953Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:57.953Z] #1 transferring dockerfile: 196B done [2025-05-26T03:19:57.953Z] #1 DONE 0.0s [2025-05-26T03:19:57.953Z] [2025-05-26T03:19:57.953Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:57.953Z] #2 DONE 0.0s [2025-05-26T03:19:57.953Z] [2025-05-26T03:19:57.953Z] #3 [internal] load .dockerignore [2025-05-26T03:19:57.953Z] #3 transferring context: [2025-05-26T03:19:58.214Z] #3 transferring context: 2B done [2025-05-26T03:19:58.214Z] #3 DONE 0.0s [2025-05-26T03:19:58.214Z] [2025-05-26T03:19:58.214Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:19:58.214Z] #4 DONE 0.1s [2025-05-26T03:19:58.214Z] [2025-05-26T03:19:58.214Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:58.214Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:58.214Z] #5 DONE 0.0s [2025-05-26T03:19:58.214Z] [2025-05-26T03:19:58.214Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:58.214Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:58.214Z] #6 DONE 0.1s [2025-05-26T03:19:58.214Z] [2025-05-26T03:19:58.214Z] #7 exporting to image [2025-05-26T03:19:58.214Z] #7 exporting layers [2025-05-26T03:19:58.214Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:58.214Z] #7 ... [2025-05-26T03:19:58.214Z] [2025-05-26T03:19:58.214Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:58.214Z] #8 DONE 0.0s [2025-05-26T03:19:58.214Z] [2025-05-26T03:19:58.214Z] #7 exporting to image [2025-05-26T03:19:58.214Z] #7 exporting layers done [2025-05-26T03:19:58.214Z] #7 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done [2025-05-26T03:19:58.214Z] #7 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done [2025-05-26T03:19:58.214Z] #7 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done [2025-05-26T03:19:58.214Z] #7 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done [2025-05-26T03:19:58.214Z] #7 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.0s done [2025-05-26T03:19:58.214Z] #7 pushing layers [2025-05-26T03:19:58.473Z] #7 pushing layers 0.1s done [2025-05-26T03:19:58.473Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done [2025-05-26T03:19:58.473Z] #7 DONE 0.2s [2025-05-26T03:19:58.473Z] [2025-05-26T03:19:58.473Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:58.473Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:58.776Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-05-26T03:19:58.776Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-05-26T03:19:58.776Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:58.776Z] #1 transferring dockerfile: 162B done [2025-05-26T03:19:58.776Z] #1 DONE 0.0s [2025-05-26T03:19:58.776Z] [2025-05-26T03:19:58.776Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T03:19:58.776Z] #2 DONE 0.0s [2025-05-26T03:19:58.776Z] [2025-05-26T03:19:58.776Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-26T03:19:58.776Z] #3 DONE 0.0s [2025-05-26T03:19:58.776Z] [2025-05-26T03:19:58.776Z] #4 [internal] load .dockerignore [2025-05-26T03:19:58.776Z] #4 transferring context: 2B done [2025-05-26T03:19:58.776Z] #4 DONE 0.0s [2025-05-26T03:19:58.776Z] [2025-05-26T03:19:58.776Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:58.776Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:58.776Z] #5 DONE 0.0s [2025-05-26T03:19:58.776Z] [2025-05-26T03:19:58.776Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:59.036Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:59.036Z] #6 CACHED [2025-05-26T03:19:59.036Z] [2025-05-26T03:19:59.036Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:59.036Z] #5 CACHED [2025-05-26T03:19:59.036Z] [2025-05-26T03:19:59.036Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:59.036Z] #7 DONE 0.0s [2025-05-26T03:19:59.036Z] [2025-05-26T03:19:59.036Z] #8 exporting to image [2025-05-26T03:19:59.036Z] #8 exporting layers done [2025-05-26T03:19:59.036Z] #8 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done [2025-05-26T03:19:59.036Z] #8 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done [2025-05-26T03:19:59.036Z] #8 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done [2025-05-26T03:19:59.036Z] #8 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done [2025-05-26T03:19:59.036Z] #8 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done [2025-05-26T03:19:59.036Z] #8 pushing layers 0.0s done [2025-05-26T03:19:59.036Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done [2025-05-26T03:19:59.036Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:59.036Z] #8 DONE 0.1s [2025-05-26T03:19:59.036Z] [2025-05-26T03:19:59.036Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:59.036Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:59.325Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12' [2025-05-26T03:19:59.325Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 --push - [2025-05-26T03:19:59.325Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:59.325Z] #1 transferring dockerfile: 168B done [2025-05-26T03:19:59.325Z] #1 DONE 0.0s [2025-05-26T03:19:59.325Z] [2025-05-26T03:19:59.325Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 [2025-05-26T03:19:59.325Z] #2 DONE 0.0s [2025-05-26T03:19:59.325Z] [2025-05-26T03:19:59.325Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12 [2025-05-26T03:19:59.325Z] #3 DONE 0.0s [2025-05-26T03:19:59.325Z] [2025-05-26T03:19:59.325Z] #4 [internal] load .dockerignore [2025-05-26T03:19:59.325Z] #4 transferring context: 2B done [2025-05-26T03:19:59.325Z] #4 DONE 0.0s [2025-05-26T03:19:59.325Z] [2025-05-26T03:19:59.325Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:59.325Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:59.586Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:59.586Z] #5 CACHED [2025-05-26T03:19:59.586Z] [2025-05-26T03:19:59.586Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:59.586Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:59.586Z] #6 CACHED [2025-05-26T03:19:59.586Z] [2025-05-26T03:19:59.586Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:19:59.586Z] #7 DONE 0.0s [2025-05-26T03:19:59.586Z] [2025-05-26T03:19:59.586Z] #8 exporting to image [2025-05-26T03:19:59.586Z] #8 exporting layers done [2025-05-26T03:19:59.586Z] #8 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done [2025-05-26T03:19:59.586Z] #8 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done [2025-05-26T03:19:59.586Z] #8 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done [2025-05-26T03:19:59.586Z] #8 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done [2025-05-26T03:19:59.586Z] #8 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done [2025-05-26T03:19:59.586Z] #8 pushing layers 0.0s done [2025-05-26T03:19:59.586Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.12@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done [2025-05-26T03:19:59.586Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:19:59.586Z] #8 DONE 0.1s [2025-05-26T03:19:59.586Z] [2025-05-26T03:19:59.586Z] 1 warning found (use --debug to expand): [2025-05-26T03:19:59.586Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:19:59.879Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:19:59.879Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:19:59.879Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:19:59.879Z] #1 transferring dockerfile: 209B done [2025-05-26T03:19:59.879Z] #1 DONE 0.0s [2025-05-26T03:19:59.879Z] [2025-05-26T03:19:59.879Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:59.879Z] #2 DONE 0.0s [2025-05-26T03:19:59.879Z] [2025-05-26T03:19:59.879Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:19:59.879Z] #3 DONE 0.0s [2025-05-26T03:19:59.879Z] [2025-05-26T03:19:59.879Z] #4 [internal] load .dockerignore [2025-05-26T03:19:59.879Z] #4 transferring context: 2B done [2025-05-26T03:19:59.879Z] #4 DONE 0.0s [2025-05-26T03:19:59.879Z] [2025-05-26T03:19:59.879Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:59.879Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:59.879Z] #5 CACHED [2025-05-26T03:19:59.879Z] [2025-05-26T03:19:59.879Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:19:59.879Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:19:59.879Z] #6 CACHED [2025-05-26T03:19:59.879Z] [2025-05-26T03:19:59.879Z] #7 exporting to image [2025-05-26T03:19:59.879Z] #7 exporting layers done [2025-05-26T03:19:59.879Z] #7 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done [2025-05-26T03:19:59.879Z] #7 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done [2025-05-26T03:19:59.879Z] #7 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done [2025-05-26T03:19:59.879Z] #7 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done [2025-05-26T03:19:59.879Z] #7 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done [2025-05-26T03:19:59.879Z] #7 pushing layers 0.0s done [2025-05-26T03:19:59.879Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 [2025-05-26T03:19:59.879Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:00.137Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done [2025-05-26T03:20:00.137Z] #7 DONE 0.1s [2025-05-26T03:20:00.137Z] [2025-05-26T03:20:00.137Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:00.137Z] #8 DONE 0.0s [2025-05-26T03:20:00.137Z] [2025-05-26T03:20:00.137Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:00.137Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:00.429Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-05-26T03:20:00.429Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-05-26T03:20:00.429Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:00.429Z] #1 transferring dockerfile: 160B done [2025-05-26T03:20:00.429Z] #1 DONE 0.0s [2025-05-26T03:20:00.429Z] [2025-05-26T03:20:00.429Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T03:20:00.429Z] #2 DONE 0.0s [2025-05-26T03:20:00.429Z] [2025-05-26T03:20:00.429Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-26T03:20:00.429Z] #3 DONE 0.0s [2025-05-26T03:20:00.429Z] [2025-05-26T03:20:00.429Z] #4 [internal] load .dockerignore [2025-05-26T03:20:00.429Z] #4 transferring context: 2B done [2025-05-26T03:20:00.429Z] #4 DONE 0.0s [2025-05-26T03:20:00.429Z] [2025-05-26T03:20:00.429Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:20:00.429Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:20:00.429Z] #5 DONE 0.0s [2025-05-26T03:20:00.429Z] [2025-05-26T03:20:00.429Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:20:00.688Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 0.0s done [2025-05-26T03:20:00.688Z] #6 CACHED [2025-05-26T03:20:00.688Z] [2025-05-26T03:20:00.688Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:17f7db7a2cbf5ba2fad56990fd4f498fba80a6ed8a09ccb37a2a7d6edc1f7b71 [2025-05-26T03:20:00.688Z] #5 CACHED [2025-05-26T03:20:00.688Z] [2025-05-26T03:20:00.688Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:00.688Z] #7 DONE 0.0s [2025-05-26T03:20:00.688Z] [2025-05-26T03:20:00.688Z] #8 exporting to image [2025-05-26T03:20:00.688Z] #8 exporting layers done [2025-05-26T03:20:00.688Z] #8 exporting manifest sha256:296d59a8f0423f84d77e495404789bbc4756458a84d394d662c683ede2c0384b done [2025-05-26T03:20:00.688Z] #8 exporting config sha256:fb1e19b1b9dc4e19b96b817afd04d7d871b478baa3b98b36132266663346af57 done [2025-05-26T03:20:00.688Z] #8 exporting manifest sha256:befa9219fd7e5ed888ebfb874dc2ed1c136c7ca6092c7cfd1d3e9b60272aa81b done [2025-05-26T03:20:00.688Z] #8 exporting config sha256:f6cdb4c276075dc2d84fd26e38ad4da9b83387b00d9c24ceb8b882097f72b2ea done [2025-05-26T03:20:00.688Z] #8 exporting manifest list sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 done [2025-05-26T03:20:00.688Z] #8 pushing layers 0.0s done [2025-05-26T03:20:00.688Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:c7f9e7df333e606030d5c7f9965ce63affb87d7782605325f7f6b1fa28349bd3 0.1s done [2025-05-26T03:20:00.688Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:00.688Z] #8 DONE 0.1s [2025-05-26T03:20:00.688Z] [2025-05-26T03:20:00.688Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:00.688Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:00.975Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:00.975Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:00.975Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:00.975Z] #1 transferring dockerfile: 198B done [2025-05-26T03:20:00.975Z] #1 DONE 0.0s [2025-05-26T03:20:00.975Z] [2025-05-26T03:20:00.975Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:00.975Z] #2 DONE 0.0s [2025-05-26T03:20:00.975Z] [2025-05-26T03:20:00.975Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:00.975Z] #3 DONE 0.0s [2025-05-26T03:20:00.975Z] [2025-05-26T03:20:00.975Z] #4 [internal] load .dockerignore [2025-05-26T03:20:00.975Z] #4 transferring context: 2B done [2025-05-26T03:20:00.975Z] #4 DONE 0.0s [2025-05-26T03:20:01.234Z] [2025-05-26T03:20:01.234Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:01.234Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:01.234Z] #5 ... [2025-05-26T03:20:01.234Z] [2025-05-26T03:20:01.234Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:01.234Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:01.234Z] #6 DONE 0.1s [2025-05-26T03:20:01.234Z] [2025-05-26T03:20:01.234Z] #7 exporting to image [2025-05-26T03:20:01.234Z] #7 exporting layers done [2025-05-26T03:20:01.234Z] #7 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done [2025-05-26T03:20:01.234Z] #7 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done [2025-05-26T03:20:01.234Z] #7 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef 0.0s done [2025-05-26T03:20:01.234Z] #7 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 [2025-05-26T03:20:01.234Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:01.235Z] #7 ... [2025-05-26T03:20:01.235Z] [2025-05-26T03:20:01.235Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:01.235Z] #8 DONE 0.0s [2025-05-26T03:20:01.235Z] [2025-05-26T03:20:01.235Z] #7 exporting to image [2025-05-26T03:20:01.235Z] #7 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done [2025-05-26T03:20:01.235Z] #7 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done [2025-05-26T03:20:01.235Z] #7 pushing layers 0.1s done [2025-05-26T03:20:01.235Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff [2025-05-26T03:20:01.496Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done [2025-05-26T03:20:01.496Z] #7 DONE 0.2s [2025-05-26T03:20:01.496Z] [2025-05-26T03:20:01.496Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:01.496Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:01.795Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-05-26T03:20:01.795Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-05-26T03:20:01.795Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:01.795Z] #1 transferring dockerfile: 164B done [2025-05-26T03:20:01.795Z] #1 DONE 0.0s [2025-05-26T03:20:01.795Z] [2025-05-26T03:20:01.795Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T03:20:01.795Z] #2 DONE 0.0s [2025-05-26T03:20:01.795Z] [2025-05-26T03:20:01.795Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-26T03:20:01.795Z] #3 DONE 0.0s [2025-05-26T03:20:01.795Z] [2025-05-26T03:20:01.795Z] #4 [internal] load .dockerignore [2025-05-26T03:20:01.795Z] #4 transferring context: 2B done [2025-05-26T03:20:01.795Z] #4 DONE 0.0s [2025-05-26T03:20:01.795Z] [2025-05-26T03:20:01.795Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:01.795Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:01.795Z] #5 DONE 0.0s [2025-05-26T03:20:01.795Z] [2025-05-26T03:20:01.795Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:02.053Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:02.053Z] #6 CACHED [2025-05-26T03:20:02.053Z] [2025-05-26T03:20:02.053Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:02.053Z] #5 CACHED [2025-05-26T03:20:02.053Z] [2025-05-26T03:20:02.053Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:02.053Z] #7 DONE 0.0s [2025-05-26T03:20:02.053Z] [2025-05-26T03:20:02.053Z] #8 exporting to image [2025-05-26T03:20:02.053Z] #8 exporting layers done [2025-05-26T03:20:02.053Z] #8 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done [2025-05-26T03:20:02.053Z] #8 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done [2025-05-26T03:20:02.053Z] #8 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done [2025-05-26T03:20:02.053Z] #8 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done [2025-05-26T03:20:02.053Z] #8 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done [2025-05-26T03:20:02.053Z] #8 pushing layers 0.0s done [2025-05-26T03:20:02.053Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done [2025-05-26T03:20:02.053Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:02.053Z] #8 DONE 0.1s [2025-05-26T03:20:02.053Z] [2025-05-26T03:20:02.053Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:02.053Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:02.344Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 --push - [2025-05-26T03:20:02.344Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12' [2025-05-26T03:20:02.344Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:02.344Z] #1 transferring dockerfile: 170B done [2025-05-26T03:20:02.344Z] #1 DONE 0.0s [2025-05-26T03:20:02.344Z] [2025-05-26T03:20:02.344Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 [2025-05-26T03:20:02.344Z] #2 DONE 0.0s [2025-05-26T03:20:02.344Z] [2025-05-26T03:20:02.344Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12 [2025-05-26T03:20:02.344Z] #3 DONE 0.0s [2025-05-26T03:20:02.344Z] [2025-05-26T03:20:02.344Z] #4 [internal] load .dockerignore [2025-05-26T03:20:02.344Z] #4 transferring context: 2B done [2025-05-26T03:20:02.344Z] #4 DONE 0.0s [2025-05-26T03:20:02.344Z] [2025-05-26T03:20:02.344Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:02.344Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:02.344Z] #5 DONE 0.0s [2025-05-26T03:20:02.344Z] [2025-05-26T03:20:02.344Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:02.610Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:02.610Z] #6 CACHED [2025-05-26T03:20:02.610Z] [2025-05-26T03:20:02.610Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:02.610Z] #5 CACHED [2025-05-26T03:20:02.610Z] [2025-05-26T03:20:02.610Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:02.610Z] #7 DONE 0.0s [2025-05-26T03:20:02.610Z] [2025-05-26T03:20:02.610Z] #8 exporting to image [2025-05-26T03:20:02.610Z] #8 exporting layers done [2025-05-26T03:20:02.610Z] #8 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done [2025-05-26T03:20:02.610Z] #8 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done [2025-05-26T03:20:02.610Z] #8 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done [2025-05-26T03:20:02.610Z] #8 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done [2025-05-26T03:20:02.610Z] #8 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done [2025-05-26T03:20:02.610Z] #8 pushing layers 0.0s done [2025-05-26T03:20:02.610Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.12@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done [2025-05-26T03:20:02.610Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:02.610Z] #8 DONE 0.1s [2025-05-26T03:20:02.610Z] [2025-05-26T03:20:02.610Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:02.610Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:02.896Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:02.896Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:02.896Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:02.896Z] #1 transferring dockerfile: 211B done [2025-05-26T03:20:02.896Z] #1 DONE 0.0s [2025-05-26T03:20:02.896Z] [2025-05-26T03:20:02.896Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:02.896Z] #2 DONE 0.0s [2025-05-26T03:20:02.896Z] [2025-05-26T03:20:02.896Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:02.896Z] #3 DONE 0.0s [2025-05-26T03:20:02.896Z] [2025-05-26T03:20:02.896Z] #4 [internal] load .dockerignore [2025-05-26T03:20:02.896Z] #4 transferring context: 2B done [2025-05-26T03:20:02.896Z] #4 DONE 0.0s [2025-05-26T03:20:02.896Z] [2025-05-26T03:20:02.896Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:02.896Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:02.896Z] #5 CACHED [2025-05-26T03:20:02.896Z] [2025-05-26T03:20:02.896Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:02.896Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:02.896Z] #6 CACHED [2025-05-26T03:20:02.896Z] [2025-05-26T03:20:02.896Z] #7 exporting to image [2025-05-26T03:20:02.896Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:03.156Z] #7 exporting layers done [2025-05-26T03:20:03.156Z] #7 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done [2025-05-26T03:20:03.156Z] #7 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done [2025-05-26T03:20:03.156Z] #7 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done [2025-05-26T03:20:03.156Z] #7 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done [2025-05-26T03:20:03.156Z] #7 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done [2025-05-26T03:20:03.156Z] #7 pushing layers 0.0s done [2025-05-26T03:20:03.156Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done [2025-05-26T03:20:03.156Z] #7 DONE 0.1s [2025-05-26T03:20:03.156Z] [2025-05-26T03:20:03.156Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:03.156Z] #8 DONE 0.0s [2025-05-26T03:20:03.156Z] [2025-05-26T03:20:03.156Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:03.156Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:03.444Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-05-26T03:20:03.444Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-05-26T03:20:03.444Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:03.444Z] #1 transferring dockerfile: 162B done [2025-05-26T03:20:03.444Z] #1 DONE 0.0s [2025-05-26T03:20:03.444Z] [2025-05-26T03:20:03.444Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T03:20:03.444Z] #2 DONE 0.0s [2025-05-26T03:20:03.444Z] [2025-05-26T03:20:03.444Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-26T03:20:03.444Z] #3 DONE 0.0s [2025-05-26T03:20:03.444Z] [2025-05-26T03:20:03.444Z] #4 [internal] load .dockerignore [2025-05-26T03:20:03.444Z] #4 transferring context: 2B done [2025-05-26T03:20:03.444Z] #4 DONE 0.0s [2025-05-26T03:20:03.444Z] [2025-05-26T03:20:03.444Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:03.444Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:03.444Z] #5 DONE 0.0s [2025-05-26T03:20:03.444Z] [2025-05-26T03:20:03.444Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:03.703Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 0.0s done [2025-05-26T03:20:03.703Z] #6 CACHED [2025-05-26T03:20:03.703Z] [2025-05-26T03:20:03.703Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:cd5b0379a2c4fb02be473f01f23246e63446d1b8ef483cd58326ae4e14bc3ef8 [2025-05-26T03:20:03.703Z] #5 CACHED [2025-05-26T03:20:03.703Z] [2025-05-26T03:20:03.703Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:03.703Z] #7 DONE 0.0s [2025-05-26T03:20:03.703Z] [2025-05-26T03:20:03.703Z] #8 exporting to image [2025-05-26T03:20:03.703Z] #8 exporting layers done [2025-05-26T03:20:03.703Z] #8 exporting manifest sha256:832bf095e3a642431bf200219b10d6a57ee79234b7e12e81e248fff40a718adb done [2025-05-26T03:20:03.703Z] #8 exporting config sha256:1659f14e0cb12986a7a5269efbbe465d315b5d1de5d1f28de56108430b29c60f done [2025-05-26T03:20:03.703Z] #8 exporting manifest sha256:7257f9b9922643bd198f499e3423ec0fcb4e8c363bb03e49cd3f9e5c7520afef done [2025-05-26T03:20:03.703Z] #8 exporting config sha256:7611950df64a53bbdbbb6d88f7df426b0edab4ebaa51487fefd33c91261329a0 done [2025-05-26T03:20:03.703Z] #8 exporting manifest list sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff done [2025-05-26T03:20:03.703Z] #8 pushing layers 0.0s done [2025-05-26T03:20:03.703Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c1547c6eb1b936b1cabcf0811f528acf7e8e663c143d83af545b7fd3ae81f8ff 0.1s done [2025-05-26T03:20:03.703Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:03.703Z] #8 DONE 0.1s [2025-05-26T03:20:03.703Z] [2025-05-26T03:20:03.703Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:03.703Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:03.997Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:03.997Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:03.997Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:03.997Z] #1 transferring dockerfile: 206B done [2025-05-26T03:20:03.997Z] #1 DONE 0.0s [2025-05-26T03:20:03.997Z] [2025-05-26T03:20:03.997Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:03.997Z] #2 DONE 0.1s [2025-05-26T03:20:03.997Z] [2025-05-26T03:20:03.997Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:03.997Z] #3 DONE 0.1s [2025-05-26T03:20:03.997Z] [2025-05-26T03:20:03.997Z] #4 [internal] load .dockerignore [2025-05-26T03:20:03.997Z] #4 transferring context: [2025-05-26T03:20:04.263Z] #4 transferring context: 2B done [2025-05-26T03:20:04.263Z] #4 DONE 0.0s [2025-05-26T03:20:04.263Z] [2025-05-26T03:20:04.263Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:04.263Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:04.263Z] #5 DONE 0.0s [2025-05-26T03:20:04.263Z] [2025-05-26T03:20:04.263Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:04.263Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:04.263Z] #6 DONE 0.2s [2025-05-26T03:20:04.263Z] [2025-05-26T03:20:04.263Z] #7 exporting to image [2025-05-26T03:20:04.263Z] #7 exporting layers done [2025-05-26T03:20:04.263Z] #7 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done [2025-05-26T03:20:04.263Z] #7 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done [2025-05-26T03:20:04.263Z] #7 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done [2025-05-26T03:20:04.263Z] #7 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done [2025-05-26T03:20:04.263Z] #7 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done [2025-05-26T03:20:04.263Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:04.529Z] #7 ... [2025-05-26T03:20:04.529Z] [2025-05-26T03:20:04.529Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:04.529Z] #8 DONE 0.0s [2025-05-26T03:20:04.529Z] [2025-05-26T03:20:04.529Z] #7 exporting to image [2025-05-26T03:20:04.529Z] #7 pushing layers 0.1s done [2025-05-26T03:20:04.529Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f [2025-05-26T03:20:04.789Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done [2025-05-26T03:20:04.789Z] #7 DONE 0.3s [2025-05-26T03:20:04.789Z] [2025-05-26T03:20:04.789Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:04.789Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:05.087Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-05-26T03:20:05.087Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-05-26T03:20:05.087Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:05.087Z] #1 transferring dockerfile: 172B done [2025-05-26T03:20:05.087Z] #1 DONE 0.0s [2025-05-26T03:20:05.087Z] [2025-05-26T03:20:05.087Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T03:20:05.087Z] #2 DONE 0.0s [2025-05-26T03:20:05.087Z] [2025-05-26T03:20:05.087Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-26T03:20:05.087Z] #3 DONE 0.0s [2025-05-26T03:20:05.087Z] [2025-05-26T03:20:05.087Z] #4 [internal] load .dockerignore [2025-05-26T03:20:05.087Z] #4 transferring context: 2B done [2025-05-26T03:20:05.087Z] #4 DONE 0.0s [2025-05-26T03:20:05.087Z] [2025-05-26T03:20:05.087Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:05.087Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:05.087Z] #5 CACHED [2025-05-26T03:20:05.087Z] [2025-05-26T03:20:05.087Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:05.347Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:05.347Z] #6 CACHED [2025-05-26T03:20:05.347Z] [2025-05-26T03:20:05.347Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:05.347Z] #7 DONE 0.0s [2025-05-26T03:20:05.347Z] [2025-05-26T03:20:05.347Z] #8 exporting to image [2025-05-26T03:20:05.347Z] #8 exporting layers done [2025-05-26T03:20:05.347Z] #8 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done [2025-05-26T03:20:05.347Z] #8 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done [2025-05-26T03:20:05.347Z] #8 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done [2025-05-26T03:20:05.347Z] #8 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done [2025-05-26T03:20:05.347Z] #8 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done [2025-05-26T03:20:05.347Z] #8 pushing layers 0.0s done [2025-05-26T03:20:05.347Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done [2025-05-26T03:20:05.347Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:05.347Z] #8 DONE 0.1s [2025-05-26T03:20:05.347Z] [2025-05-26T03:20:05.347Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:05.347Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:05.642Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 --push - [2025-05-26T03:20:05.642Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12' [2025-05-26T03:20:05.642Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:05.642Z] #1 transferring dockerfile: 178B done [2025-05-26T03:20:05.642Z] #1 DONE 0.0s [2025-05-26T03:20:05.642Z] [2025-05-26T03:20:05.642Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 [2025-05-26T03:20:05.642Z] #2 DONE 0.0s [2025-05-26T03:20:05.642Z] [2025-05-26T03:20:05.642Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12 [2025-05-26T03:20:05.642Z] #3 DONE 0.0s [2025-05-26T03:20:05.642Z] [2025-05-26T03:20:05.642Z] #4 [internal] load .dockerignore [2025-05-26T03:20:05.642Z] #4 transferring context: 2B done [2025-05-26T03:20:05.642Z] #4 DONE 0.0s [2025-05-26T03:20:05.642Z] [2025-05-26T03:20:05.642Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:05.642Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:05.642Z] #5 CACHED [2025-05-26T03:20:05.642Z] [2025-05-26T03:20:05.642Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:05.642Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:05.642Z] #6 CACHED [2025-05-26T03:20:05.642Z] [2025-05-26T03:20:05.642Z] #7 exporting to image [2025-05-26T03:20:05.642Z] #7 exporting layers [2025-05-26T03:20:05.642Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:05.903Z] #7 exporting layers done [2025-05-26T03:20:05.903Z] #7 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done [2025-05-26T03:20:05.903Z] #7 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done [2025-05-26T03:20:05.903Z] #7 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done [2025-05-26T03:20:05.903Z] #7 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done [2025-05-26T03:20:05.903Z] #7 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done [2025-05-26T03:20:05.903Z] #7 pushing layers 0.0s done [2025-05-26T03:20:05.903Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.12@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done [2025-05-26T03:20:05.903Z] #7 DONE 0.2s [2025-05-26T03:20:05.903Z] [2025-05-26T03:20:05.903Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:05.903Z] #8 DONE 0.0s [2025-05-26T03:20:05.903Z] [2025-05-26T03:20:05.903Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:05.903Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:06.190Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:06.190Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:06.190Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:06.190Z] #1 transferring dockerfile: 219B done [2025-05-26T03:20:06.190Z] #1 DONE 0.0s [2025-05-26T03:20:06.190Z] [2025-05-26T03:20:06.190Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:06.190Z] #2 DONE 0.0s [2025-05-26T03:20:06.190Z] [2025-05-26T03:20:06.190Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:06.190Z] #3 DONE 0.0s [2025-05-26T03:20:06.190Z] [2025-05-26T03:20:06.190Z] #4 [internal] load .dockerignore [2025-05-26T03:20:06.190Z] #4 transferring context: 2B done [2025-05-26T03:20:06.190Z] #4 DONE 0.0s [2025-05-26T03:20:06.190Z] [2025-05-26T03:20:06.190Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:06.190Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:06.190Z] #5 DONE 0.0s [2025-05-26T03:20:06.190Z] [2025-05-26T03:20:06.190Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:06.450Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:06.450Z] #6 CACHED [2025-05-26T03:20:06.450Z] [2025-05-26T03:20:06.450Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:06.450Z] #5 CACHED [2025-05-26T03:20:06.450Z] [2025-05-26T03:20:06.450Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:06.450Z] #7 DONE 0.0s [2025-05-26T03:20:06.450Z] [2025-05-26T03:20:06.450Z] #8 exporting to image [2025-05-26T03:20:06.450Z] #8 exporting layers done [2025-05-26T03:20:06.450Z] #8 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done [2025-05-26T03:20:06.450Z] #8 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done [2025-05-26T03:20:06.450Z] #8 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done [2025-05-26T03:20:06.450Z] #8 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done [2025-05-26T03:20:06.450Z] #8 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done [2025-05-26T03:20:06.450Z] #8 pushing layers 0.0s done [2025-05-26T03:20:06.450Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done [2025-05-26T03:20:06.450Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:06.450Z] #8 DONE 0.1s [2025-05-26T03:20:06.450Z] [2025-05-26T03:20:06.450Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:06.450Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:06.741Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-05-26T03:20:06.741Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-05-26T03:20:06.741Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:06.741Z] #1 transferring dockerfile: 170B done [2025-05-26T03:20:06.741Z] #1 DONE 0.0s [2025-05-26T03:20:06.741Z] [2025-05-26T03:20:06.741Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T03:20:06.741Z] #2 DONE 0.0s [2025-05-26T03:20:06.741Z] [2025-05-26T03:20:06.741Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-26T03:20:06.741Z] #3 DONE 0.0s [2025-05-26T03:20:06.741Z] [2025-05-26T03:20:06.741Z] #4 [internal] load .dockerignore [2025-05-26T03:20:06.741Z] #4 transferring context: 2B done [2025-05-26T03:20:06.741Z] #4 DONE 0.0s [2025-05-26T03:20:06.741Z] [2025-05-26T03:20:06.741Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:06.741Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:06.741Z] #5 DONE 0.0s [2025-05-26T03:20:06.741Z] [2025-05-26T03:20:06.741Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:06.999Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 0.0s done [2025-05-26T03:20:06.999Z] #6 CACHED [2025-05-26T03:20:06.999Z] [2025-05-26T03:20:06.999Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ad74edcf31f43fa8267da98f5b481f890590b6b8943ec32b795757c6b30867d2 [2025-05-26T03:20:06.999Z] #5 CACHED [2025-05-26T03:20:06.999Z] [2025-05-26T03:20:06.999Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:06.999Z] #7 DONE 0.0s [2025-05-26T03:20:06.999Z] [2025-05-26T03:20:06.999Z] #8 exporting to image [2025-05-26T03:20:06.999Z] #8 exporting layers done [2025-05-26T03:20:06.999Z] #8 exporting manifest sha256:4c820db56c0e466224f9eaaa214cbd65a1145690043bba88cf049b3c7e194562 done [2025-05-26T03:20:06.999Z] #8 exporting config sha256:487b5a9c9e05a0999de8aede63c381db2d278889941696da2ab97804986d9615 done [2025-05-26T03:20:06.999Z] #8 exporting manifest sha256:8864c182e13b0a6740ee5696cfc96395e2583e5206cff8b3df83af12f41d7de3 done [2025-05-26T03:20:06.999Z] #8 exporting config sha256:3ac1beaef5d65c996bb8a7d28dff15ca27825ddb0a138152d2d774bbf7795cd2 done [2025-05-26T03:20:06.999Z] #8 exporting manifest list sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f done [2025-05-26T03:20:06.999Z] #8 pushing layers 0.0s done [2025-05-26T03:20:06.999Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6a5d027217bd424f610aa3749fa2dc75c14127f8a33270e41d2c0829438f192f 0.1s done [2025-05-26T03:20:06.999Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:06.999Z] #8 DONE 0.1s [2025-05-26T03:20:06.999Z] [2025-05-26T03:20:06.999Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:06.999Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:07.285Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:07.285Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:07.286Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:07.286Z] #1 DONE 0.0s [2025-05-26T03:20:07.286Z] [2025-05-26T03:20:07.286Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:07.286Z] #1 transferring dockerfile: 204B done [2025-05-26T03:20:07.286Z] #1 DONE 0.0s [2025-05-26T03:20:07.286Z] [2025-05-26T03:20:07.286Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:07.286Z] #2 DONE 0.0s [2025-05-26T03:20:07.286Z] [2025-05-26T03:20:07.286Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:07.286Z] #3 DONE 0.0s [2025-05-26T03:20:07.286Z] [2025-05-26T03:20:07.286Z] #4 [internal] load .dockerignore [2025-05-26T03:20:07.286Z] #4 transferring context: 2B done [2025-05-26T03:20:07.286Z] #4 DONE 0.0s [2025-05-26T03:20:07.547Z] [2025-05-26T03:20:07.547Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:07.547Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:07.547Z] #5 ... [2025-05-26T03:20:07.547Z] [2025-05-26T03:20:07.547Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:07.547Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:07.547Z] #6 DONE 0.1s [2025-05-26T03:20:07.547Z] [2025-05-26T03:20:07.547Z] #7 exporting to image [2025-05-26T03:20:07.547Z] #7 exporting layers done [2025-05-26T03:20:07.547Z] #7 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e 0.0s done [2025-05-26T03:20:07.547Z] #7 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done [2025-05-26T03:20:07.547Z] #7 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 0.0s done [2025-05-26T03:20:07.547Z] #7 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 [2025-05-26T03:20:07.547Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:07.547Z] #7 ... [2025-05-26T03:20:07.547Z] [2025-05-26T03:20:07.547Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:07.547Z] #8 DONE 0.0s [2025-05-26T03:20:07.547Z] [2025-05-26T03:20:07.547Z] #7 exporting to image [2025-05-26T03:20:07.547Z] #7 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done [2025-05-26T03:20:07.547Z] #7 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done [2025-05-26T03:20:07.547Z] #7 pushing layers 0.1s done [2025-05-26T03:20:07.547Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e [2025-05-26T03:20:07.806Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done [2025-05-26T03:20:07.806Z] #7 DONE 0.2s [2025-05-26T03:20:07.806Z] [2025-05-26T03:20:07.806Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:07.806Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:08.093Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-05-26T03:20:08.093Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-05-26T03:20:08.354Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:08.354Z] #1 transferring dockerfile: 170B done [2025-05-26T03:20:08.354Z] #1 DONE 0.0s [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T03:20:08.354Z] #2 DONE 0.0s [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-26T03:20:08.354Z] #3 DONE 0.0s [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #4 [internal] load .dockerignore [2025-05-26T03:20:08.354Z] #4 transferring context: 2B done [2025-05-26T03:20:08.354Z] #4 DONE 0.0s [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:08.354Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:08.354Z] #5 DONE 0.0s [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:08.354Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:08.354Z] #6 CACHED [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:08.354Z] #5 CACHED [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:08.354Z] #7 DONE 0.0s [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] #8 exporting to image [2025-05-26T03:20:08.354Z] #8 exporting layers done [2025-05-26T03:20:08.354Z] #8 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done [2025-05-26T03:20:08.354Z] #8 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done [2025-05-26T03:20:08.354Z] #8 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done [2025-05-26T03:20:08.354Z] #8 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done [2025-05-26T03:20:08.354Z] #8 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done [2025-05-26T03:20:08.354Z] #8 pushing layers 0.0s done [2025-05-26T03:20:08.354Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done [2025-05-26T03:20:08.354Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:08.354Z] #8 DONE 0.1s [2025-05-26T03:20:08.354Z] [2025-05-26T03:20:08.354Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:08.354Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:08.640Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12' [2025-05-26T03:20:08.640Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 --push - [2025-05-26T03:20:08.640Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:08.640Z] #1 DONE 0.0s [2025-05-26T03:20:08.640Z] [2025-05-26T03:20:08.640Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:08.640Z] #1 transferring dockerfile: 176B done [2025-05-26T03:20:08.640Z] #1 DONE 0.0s [2025-05-26T03:20:08.640Z] [2025-05-26T03:20:08.640Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 [2025-05-26T03:20:08.640Z] #2 DONE 0.0s [2025-05-26T03:20:08.640Z] [2025-05-26T03:20:08.640Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12 [2025-05-26T03:20:08.640Z] #3 DONE 0.0s [2025-05-26T03:20:08.640Z] [2025-05-26T03:20:08.640Z] #4 [internal] load .dockerignore [2025-05-26T03:20:08.640Z] #4 transferring context: 2B done [2025-05-26T03:20:08.640Z] #4 DONE 0.0s [2025-05-26T03:20:08.640Z] [2025-05-26T03:20:08.640Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:08.640Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:08.640Z] #5 DONE 0.0s [2025-05-26T03:20:08.640Z] [2025-05-26T03:20:08.640Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:08.899Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:08.899Z] #6 CACHED [2025-05-26T03:20:08.899Z] [2025-05-26T03:20:08.899Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:08.899Z] #5 CACHED [2025-05-26T03:20:08.899Z] [2025-05-26T03:20:08.899Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:08.899Z] #7 DONE 0.0s [2025-05-26T03:20:08.899Z] [2025-05-26T03:20:08.899Z] #8 exporting to image [2025-05-26T03:20:08.900Z] #8 exporting layers done [2025-05-26T03:20:08.900Z] #8 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done [2025-05-26T03:20:08.900Z] #8 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done [2025-05-26T03:20:08.900Z] #8 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done [2025-05-26T03:20:08.900Z] #8 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done [2025-05-26T03:20:08.900Z] #8 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done [2025-05-26T03:20:08.900Z] #8 pushing layers 0.0s done [2025-05-26T03:20:08.900Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.12@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done [2025-05-26T03:20:08.900Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:08.900Z] #8 DONE 0.1s [2025-05-26T03:20:08.900Z] [2025-05-26T03:20:08.900Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:08.900Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:09.188Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:09.188Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:09.448Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:09.449Z] #1 transferring dockerfile: 217B done [2025-05-26T03:20:09.449Z] #1 DONE 0.0s [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:09.449Z] #2 DONE 0.0s [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:09.449Z] #3 DONE 0.0s [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] #4 [internal] load .dockerignore [2025-05-26T03:20:09.449Z] #4 transferring context: 2B done [2025-05-26T03:20:09.449Z] #4 DONE 0.0s [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:09.449Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f done [2025-05-26T03:20:09.449Z] #5 CACHED [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:09.449Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:09.449Z] #6 CACHED [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] #7 exporting to image [2025-05-26T03:20:09.449Z] #7 exporting layers [2025-05-26T03:20:09.449Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:09.449Z] #7 exporting layers done [2025-05-26T03:20:09.449Z] #7 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done [2025-05-26T03:20:09.449Z] #7 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done [2025-05-26T03:20:09.449Z] #7 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done [2025-05-26T03:20:09.449Z] #7 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done [2025-05-26T03:20:09.449Z] #7 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done [2025-05-26T03:20:09.449Z] #7 pushing layers 0.0s done [2025-05-26T03:20:09.449Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done [2025-05-26T03:20:09.449Z] #7 DONE 0.1s [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:09.449Z] #8 DONE 0.0s [2025-05-26T03:20:09.449Z] [2025-05-26T03:20:09.449Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:09.449Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:09.735Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-05-26T03:20:09.735Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-05-26T03:20:09.735Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:09.735Z] #1 transferring dockerfile: 168B done [2025-05-26T03:20:09.735Z] #1 DONE 0.0s [2025-05-26T03:20:09.735Z] [2025-05-26T03:20:09.735Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T03:20:09.735Z] #2 DONE 0.0s [2025-05-26T03:20:09.735Z] [2025-05-26T03:20:09.735Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-26T03:20:09.735Z] #3 DONE 0.0s [2025-05-26T03:20:09.735Z] [2025-05-26T03:20:09.735Z] #4 [internal] load .dockerignore [2025-05-26T03:20:09.735Z] #4 transferring context: 2B 0.0s done [2025-05-26T03:20:09.735Z] #4 DONE 0.0s [2025-05-26T03:20:09.735Z] [2025-05-26T03:20:09.735Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:09.735Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:09.735Z] #5 DONE 0.0s [2025-05-26T03:20:09.735Z] [2025-05-26T03:20:09.735Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:09.993Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f 0.0s done [2025-05-26T03:20:09.993Z] #6 CACHED [2025-05-26T03:20:09.993Z] [2025-05-26T03:20:09.993Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:849951a324e95f4edc6371f008be29a1254cab745bce3c1f87a8b36a82292b5f [2025-05-26T03:20:09.993Z] #5 CACHED [2025-05-26T03:20:09.993Z] [2025-05-26T03:20:09.993Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:09.993Z] #7 DONE 0.0s [2025-05-26T03:20:09.993Z] [2025-05-26T03:20:09.993Z] #8 exporting to image [2025-05-26T03:20:09.994Z] #8 exporting layers done [2025-05-26T03:20:09.994Z] #8 exporting manifest sha256:e48562d9c616f078f877db643d1f8138d132fe4360b1b2e0356a0a8ba3ec976e done [2025-05-26T03:20:09.994Z] #8 exporting config sha256:e270388567e3787d7b85ebc4f80a2792364651c1b0fd9d2428477cf5b49391d7 done [2025-05-26T03:20:09.994Z] #8 exporting manifest sha256:6b3d56d19bd84757006fdf63f7accec12724be73bb1d255b86e28210443b7979 done [2025-05-26T03:20:09.994Z] #8 exporting config sha256:cd2be1a9ce043c831df7793a5405f5897c61e22b6a7b7ebf756dc2c0026873f7 done [2025-05-26T03:20:09.994Z] #8 exporting manifest list sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e done [2025-05-26T03:20:09.994Z] #8 pushing layers 0.0s done [2025-05-26T03:20:09.994Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:98d275138fa75323e2f8a8c71722cd036987bfbda620b4dae884802fcda4546e 0.1s done [2025-05-26T03:20:09.994Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:09.994Z] #8 DONE 0.1s [2025-05-26T03:20:09.994Z] [2025-05-26T03:20:09.994Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:09.994Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:10.281Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:10.281Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:10.540Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:10.541Z] #1 transferring dockerfile: 205B done [2025-05-26T03:20:10.541Z] #1 DONE 0.0s [2025-05-26T03:20:10.541Z] [2025-05-26T03:20:10.541Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:10.541Z] #2 DONE 0.0s [2025-05-26T03:20:10.541Z] [2025-05-26T03:20:10.541Z] #3 [internal] load .dockerignore [2025-05-26T03:20:10.541Z] #3 transferring context: 2B done [2025-05-26T03:20:10.541Z] #3 DONE 0.0s [2025-05-26T03:20:10.541Z] [2025-05-26T03:20:10.541Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:10.541Z] #4 DONE 0.1s [2025-05-26T03:20:10.541Z] [2025-05-26T03:20:10.541Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:10.541Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:10.541Z] #5 DONE 0.0s [2025-05-26T03:20:10.541Z] [2025-05-26T03:20:10.541Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:10.541Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:10.541Z] #6 DONE 0.0s [2025-05-26T03:20:10.541Z] [2025-05-26T03:20:10.541Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:10.541Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:10.541Z] #5 DONE 0.1s [2025-05-26T03:20:10.801Z] [2025-05-26T03:20:10.801Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:10.801Z] #7 DONE 0.0s [2025-05-26T03:20:10.801Z] [2025-05-26T03:20:10.801Z] #8 exporting to image [2025-05-26T03:20:10.801Z] #8 exporting layers done [2025-05-26T03:20:10.801Z] #8 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done [2025-05-26T03:20:10.801Z] #8 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done [2025-05-26T03:20:10.801Z] #8 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done [2025-05-26T03:20:10.801Z] #8 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done [2025-05-26T03:20:10.801Z] #8 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done [2025-05-26T03:20:10.801Z] #8 pushing layers 0.1s done [2025-05-26T03:20:10.801Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 [2025-05-26T03:20:10.801Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:10.801Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done [2025-05-26T03:20:10.801Z] #8 DONE 0.2s [2025-05-26T03:20:10.801Z] [2025-05-26T03:20:10.801Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:10.801Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:11.094Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-05-26T03:20:11.094Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-05-26T03:20:11.094Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:11.094Z] #1 transferring dockerfile: 171B done [2025-05-26T03:20:11.094Z] #1 DONE 0.0s [2025-05-26T03:20:11.094Z] [2025-05-26T03:20:11.094Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T03:20:11.094Z] #2 DONE 0.0s [2025-05-26T03:20:11.094Z] [2025-05-26T03:20:11.094Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-26T03:20:11.094Z] #3 DONE 0.0s [2025-05-26T03:20:11.094Z] [2025-05-26T03:20:11.094Z] #4 [internal] load .dockerignore [2025-05-26T03:20:11.094Z] #4 transferring context: 2B done [2025-05-26T03:20:11.094Z] #4 DONE 0.0s [2025-05-26T03:20:11.094Z] [2025-05-26T03:20:11.094Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:11.094Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:11.094Z] #5 CACHED [2025-05-26T03:20:11.094Z] [2025-05-26T03:20:11.094Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:11.094Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:11.094Z] #6 DONE 0.0s [2025-05-26T03:20:11.354Z] [2025-05-26T03:20:11.354Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:11.354Z] #6 CACHED [2025-05-26T03:20:11.354Z] [2025-05-26T03:20:11.354Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:11.354Z] #7 DONE 0.0s [2025-05-26T03:20:11.354Z] [2025-05-26T03:20:11.354Z] #8 exporting to image [2025-05-26T03:20:11.354Z] #8 exporting layers done [2025-05-26T03:20:11.354Z] #8 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done [2025-05-26T03:20:11.354Z] #8 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done [2025-05-26T03:20:11.354Z] #8 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done [2025-05-26T03:20:11.354Z] #8 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done [2025-05-26T03:20:11.354Z] #8 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done [2025-05-26T03:20:11.354Z] #8 pushing layers 0.0s done [2025-05-26T03:20:11.354Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done [2025-05-26T03:20:11.354Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:11.354Z] #8 DONE 0.1s [2025-05-26T03:20:11.354Z] [2025-05-26T03:20:11.354Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:11.354Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:11.640Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12' [2025-05-26T03:20:11.640Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 --push - [2025-05-26T03:20:11.640Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:11.640Z] #1 transferring dockerfile: 177B done [2025-05-26T03:20:11.640Z] #1 DONE 0.0s [2025-05-26T03:20:11.640Z] [2025-05-26T03:20:11.640Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 [2025-05-26T03:20:11.640Z] #2 DONE 0.0s [2025-05-26T03:20:11.640Z] [2025-05-26T03:20:11.640Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12 [2025-05-26T03:20:11.640Z] #3 DONE 0.0s [2025-05-26T03:20:11.640Z] [2025-05-26T03:20:11.640Z] #4 [internal] load .dockerignore [2025-05-26T03:20:11.640Z] #4 transferring context: 2B done [2025-05-26T03:20:11.640Z] #4 DONE 0.0s [2025-05-26T03:20:11.640Z] [2025-05-26T03:20:11.640Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:11.640Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:11.640Z] #5 CACHED [2025-05-26T03:20:11.640Z] [2025-05-26T03:20:11.640Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:11.640Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:11.640Z] #6 CACHED [2025-05-26T03:20:11.640Z] [2025-05-26T03:20:11.640Z] #7 exporting to image [2025-05-26T03:20:11.640Z] #7 exporting layers [2025-05-26T03:20:11.640Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:11.902Z] #7 exporting layers done [2025-05-26T03:20:11.902Z] #7 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done [2025-05-26T03:20:11.902Z] #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done [2025-05-26T03:20:11.902Z] #7 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done [2025-05-26T03:20:11.903Z] #7 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done [2025-05-26T03:20:11.903Z] #7 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done [2025-05-26T03:20:11.903Z] #7 pushing layers 0.0s done [2025-05-26T03:20:11.903Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.12@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done [2025-05-26T03:20:11.903Z] #7 DONE 0.1s [2025-05-26T03:20:11.903Z] [2025-05-26T03:20:11.903Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:11.903Z] #8 DONE 0.0s [2025-05-26T03:20:11.903Z] [2025-05-26T03:20:11.903Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:11.903Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:12.190Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:12.190Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:12.190Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:12.190Z] #1 transferring dockerfile: 218B done [2025-05-26T03:20:12.190Z] #1 DONE 0.0s [2025-05-26T03:20:12.190Z] [2025-05-26T03:20:12.190Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:12.190Z] #2 DONE 0.0s [2025-05-26T03:20:12.190Z] [2025-05-26T03:20:12.190Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:12.190Z] #3 DONE 0.0s [2025-05-26T03:20:12.190Z] [2025-05-26T03:20:12.190Z] #4 [internal] load .dockerignore [2025-05-26T03:20:12.190Z] #4 transferring context: 2B done [2025-05-26T03:20:12.190Z] #4 DONE 0.0s [2025-05-26T03:20:12.190Z] [2025-05-26T03:20:12.190Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:12.190Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:12.190Z] #5 CACHED [2025-05-26T03:20:12.190Z] [2025-05-26T03:20:12.190Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:12.190Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:12.190Z] #6 CACHED [2025-05-26T03:20:12.190Z] [2025-05-26T03:20:12.190Z] #7 exporting to image [2025-05-26T03:20:12.190Z] #7 exporting layers done [2025-05-26T03:20:12.190Z] #7 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done [2025-05-26T03:20:12.190Z] #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 [2025-05-26T03:20:12.190Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:12.449Z] #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done [2025-05-26T03:20:12.450Z] #7 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done [2025-05-26T03:20:12.450Z] #7 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done [2025-05-26T03:20:12.450Z] #7 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done [2025-05-26T03:20:12.450Z] #7 pushing layers 0.0s done [2025-05-26T03:20:12.450Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done [2025-05-26T03:20:12.450Z] #7 DONE 0.1s [2025-05-26T03:20:12.450Z] [2025-05-26T03:20:12.450Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:12.450Z] #8 DONE 0.0s [2025-05-26T03:20:12.450Z] [2025-05-26T03:20:12.450Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:12.450Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:12.815Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-05-26T03:20:12.816Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-05-26T03:20:12.816Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:12.816Z] #1 transferring dockerfile: 169B done [2025-05-26T03:20:12.816Z] #1 DONE 0.0s [2025-05-26T03:20:12.816Z] [2025-05-26T03:20:12.816Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T03:20:12.816Z] #2 DONE 0.0s [2025-05-26T03:20:12.816Z] [2025-05-26T03:20:12.816Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-26T03:20:12.816Z] #3 DONE 0.0s [2025-05-26T03:20:12.816Z] [2025-05-26T03:20:12.816Z] #4 [internal] load .dockerignore [2025-05-26T03:20:12.816Z] #4 transferring context: 2B done [2025-05-26T03:20:12.816Z] #4 DONE 0.0s [2025-05-26T03:20:12.816Z] [2025-05-26T03:20:12.816Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:12.816Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:12.816Z] #5 CACHED [2025-05-26T03:20:12.816Z] [2025-05-26T03:20:12.816Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae [2025-05-26T03:20:12.816Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:83fa3b3f5c2ffdc28f42ee71d9977b40dffe09c76042a26ce4bf8a05feda95ae 0.0s done [2025-05-26T03:20:12.816Z] #6 CACHED [2025-05-26T03:20:12.816Z] [2025-05-26T03:20:12.816Z] #7 exporting to image [2025-05-26T03:20:12.816Z] #7 exporting layers done [2025-05-26T03:20:12.816Z] #7 exporting manifest sha256:0d7bc928c68bfafd66c1bcf830811afbb9d25fd1d00acd60966c926455ec2dab done [2025-05-26T03:20:12.816Z] #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 [2025-05-26T03:20:12.816Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:13.092Z] #7 exporting config sha256:d5c586485887e1fa7a5322102ab9482466b165e8dced5f6c65373a8b1de9d4e9 done [2025-05-26T03:20:13.093Z] #7 exporting manifest sha256:d590cb84f3faf2bd8e03f5ab093689ecd03ed4e1b97418131a5ce68ca09d658f done [2025-05-26T03:20:13.093Z] #7 exporting config sha256:384a7353e30724e02b01634fa30c7aa37d1b4d464838dcfc383d9e06cea31adc done [2025-05-26T03:20:13.093Z] #7 exporting manifest list sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 done [2025-05-26T03:20:13.093Z] #7 pushing layers 0.0s done [2025-05-26T03:20:13.093Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:12d7383b0ee0c308e762f7573850878259f661199f527aaf8cc03625e239a812 0.1s done [2025-05-26T03:20:13.093Z] #7 DONE 0.1s [2025-05-26T03:20:13.093Z] [2025-05-26T03:20:13.093Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:13.093Z] #8 DONE 0.0s [2025-05-26T03:20:13.093Z] [2025-05-26T03:20:13.093Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:13.093Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:13.381Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:13.381Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:13.381Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:13.381Z] #1 transferring dockerfile: 211B done [2025-05-26T03:20:13.381Z] #1 DONE 0.0s [2025-05-26T03:20:13.381Z] [2025-05-26T03:20:13.381Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:13.381Z] #2 DONE 0.0s [2025-05-26T03:20:13.381Z] [2025-05-26T03:20:13.381Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:13.381Z] #3 DONE 0.0s [2025-05-26T03:20:13.381Z] [2025-05-26T03:20:13.381Z] #4 [internal] load .dockerignore [2025-05-26T03:20:13.381Z] #4 transferring context: 2B done [2025-05-26T03:20:13.381Z] #4 DONE 0.0s [2025-05-26T03:20:13.381Z] [2025-05-26T03:20:13.381Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:13.381Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:13.381Z] #5 DONE 0.0s [2025-05-26T03:20:13.381Z] [2025-05-26T03:20:13.381Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:13.642Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:13.642Z] #6 DONE 0.0s [2025-05-26T03:20:13.642Z] [2025-05-26T03:20:13.642Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:13.642Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:13.642Z] #5 DONE 0.1s [2025-05-26T03:20:13.642Z] [2025-05-26T03:20:13.642Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:13.642Z] #7 DONE 0.0s [2025-05-26T03:20:13.642Z] [2025-05-26T03:20:13.642Z] #8 exporting to image [2025-05-26T03:20:13.642Z] #8 exporting layers done [2025-05-26T03:20:13.642Z] #8 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 0.0s done [2025-05-26T03:20:13.642Z] #8 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done [2025-05-26T03:20:13.642Z] #8 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done [2025-05-26T03:20:13.642Z] #8 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done [2025-05-26T03:20:13.642Z] #8 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done [2025-05-26T03:20:13.642Z] #8 pushing layers 0.1s done [2025-05-26T03:20:13.642Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 [2025-05-26T03:20:13.642Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:13.901Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done [2025-05-26T03:20:13.901Z] #8 DONE 0.2s [2025-05-26T03:20:13.901Z] [2025-05-26T03:20:13.901Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:13.901Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:14.189Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-05-26T03:20:14.189Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-05-26T03:20:14.189Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:14.189Z] #1 transferring dockerfile: 177B done [2025-05-26T03:20:14.189Z] #1 DONE 0.0s [2025-05-26T03:20:14.189Z] [2025-05-26T03:20:14.189Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T03:20:14.189Z] #2 DONE 0.0s [2025-05-26T03:20:14.189Z] [2025-05-26T03:20:14.189Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-26T03:20:14.189Z] #3 DONE 0.0s [2025-05-26T03:20:14.189Z] [2025-05-26T03:20:14.189Z] #4 [internal] load .dockerignore [2025-05-26T03:20:14.189Z] #4 transferring context: 2B done [2025-05-26T03:20:14.189Z] #4 DONE 0.0s [2025-05-26T03:20:14.189Z] [2025-05-26T03:20:14.189Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:14.189Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:14.189Z] #5 CACHED [2025-05-26T03:20:14.189Z] [2025-05-26T03:20:14.189Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:14.449Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:14.449Z] #6 CACHED [2025-05-26T03:20:14.449Z] [2025-05-26T03:20:14.449Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:14.449Z] #7 DONE 0.0s [2025-05-26T03:20:14.449Z] [2025-05-26T03:20:14.449Z] #8 exporting to image [2025-05-26T03:20:14.449Z] #8 exporting layers done [2025-05-26T03:20:14.449Z] #8 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done [2025-05-26T03:20:14.449Z] #8 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done [2025-05-26T03:20:14.449Z] #8 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done [2025-05-26T03:20:14.449Z] #8 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done [2025-05-26T03:20:14.449Z] #8 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done [2025-05-26T03:20:14.449Z] #8 pushing layers 0.0s done [2025-05-26T03:20:14.449Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done [2025-05-26T03:20:14.449Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:14.449Z] #8 DONE 0.1s [2025-05-26T03:20:14.449Z] [2025-05-26T03:20:14.449Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:14.449Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:14.740Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12' [2025-05-26T03:20:14.740Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 --push - [2025-05-26T03:20:14.740Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:14.740Z] #1 transferring dockerfile: 183B done [2025-05-26T03:20:14.740Z] #1 DONE 0.0s [2025-05-26T03:20:14.740Z] [2025-05-26T03:20:14.740Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 [2025-05-26T03:20:14.740Z] #2 DONE 0.0s [2025-05-26T03:20:14.740Z] [2025-05-26T03:20:14.740Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12 [2025-05-26T03:20:14.740Z] #3 DONE 0.0s [2025-05-26T03:20:14.740Z] [2025-05-26T03:20:14.740Z] #4 [internal] load .dockerignore [2025-05-26T03:20:14.740Z] #4 transferring context: 2B done [2025-05-26T03:20:14.740Z] #4 DONE 0.0s [2025-05-26T03:20:14.740Z] [2025-05-26T03:20:14.740Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:14.740Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:14.740Z] #5 CACHED [2025-05-26T03:20:14.740Z] [2025-05-26T03:20:14.740Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:14.740Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:14.740Z] #6 CACHED [2025-05-26T03:20:14.740Z] [2025-05-26T03:20:14.740Z] #7 exporting to image [2025-05-26T03:20:14.740Z] #7 exporting layers [2025-05-26T03:20:14.740Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:15.000Z] #7 exporting layers done [2025-05-26T03:20:15.000Z] #7 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done [2025-05-26T03:20:15.000Z] #7 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done [2025-05-26T03:20:15.000Z] #7 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done [2025-05-26T03:20:15.000Z] #7 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done [2025-05-26T03:20:15.000Z] #7 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done [2025-05-26T03:20:15.000Z] #7 pushing layers 0.0s done [2025-05-26T03:20:15.000Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.12@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done [2025-05-26T03:20:15.000Z] #7 DONE 0.1s [2025-05-26T03:20:15.000Z] [2025-05-26T03:20:15.000Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:15.000Z] #8 DONE 0.0s [2025-05-26T03:20:15.000Z] [2025-05-26T03:20:15.000Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:15.000Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:15.284Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:15.284Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:15.284Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:15.284Z] #1 transferring dockerfile: 224B done [2025-05-26T03:20:15.284Z] #1 DONE 0.0s [2025-05-26T03:20:15.284Z] [2025-05-26T03:20:15.284Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:15.284Z] #2 DONE 0.0s [2025-05-26T03:20:15.284Z] [2025-05-26T03:20:15.284Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:15.284Z] #3 DONE 0.0s [2025-05-26T03:20:15.284Z] [2025-05-26T03:20:15.284Z] #4 [internal] load .dockerignore [2025-05-26T03:20:15.284Z] #4 transferring context: 2B done [2025-05-26T03:20:15.284Z] #4 DONE 0.0s [2025-05-26T03:20:15.284Z] [2025-05-26T03:20:15.284Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:15.284Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:15.284Z] #5 CACHED [2025-05-26T03:20:15.284Z] [2025-05-26T03:20:15.284Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:15.284Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:15.284Z] #6 CACHED [2025-05-26T03:20:15.284Z] [2025-05-26T03:20:15.284Z] #7 exporting to image [2025-05-26T03:20:15.284Z] #7 exporting layers done [2025-05-26T03:20:15.284Z] #7 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done [2025-05-26T03:20:15.284Z] #7 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done [2025-05-26T03:20:15.284Z] #7 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done [2025-05-26T03:20:15.284Z] #7 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 [2025-05-26T03:20:15.284Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:15.544Z] #7 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done [2025-05-26T03:20:15.544Z] #7 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done [2025-05-26T03:20:15.544Z] #7 pushing layers 0.0s done [2025-05-26T03:20:15.544Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done [2025-05-26T03:20:15.544Z] #7 DONE 0.1s [2025-05-26T03:20:15.544Z] [2025-05-26T03:20:15.544Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:15.544Z] #8 DONE 0.0s [2025-05-26T03:20:15.544Z] [2025-05-26T03:20:15.544Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:15.544Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:15.835Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-05-26T03:20:15.835Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-05-26T03:20:15.835Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:15.835Z] #1 transferring dockerfile: 175B done [2025-05-26T03:20:15.835Z] #1 DONE 0.0s [2025-05-26T03:20:15.835Z] [2025-05-26T03:20:15.835Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T03:20:15.835Z] #2 DONE 0.0s [2025-05-26T03:20:15.835Z] [2025-05-26T03:20:15.835Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-26T03:20:15.835Z] #3 DONE 0.0s [2025-05-26T03:20:15.835Z] [2025-05-26T03:20:15.835Z] #4 [internal] load .dockerignore [2025-05-26T03:20:15.835Z] #4 transferring context: 2B done [2025-05-26T03:20:15.835Z] #4 DONE 0.0s [2025-05-26T03:20:15.835Z] [2025-05-26T03:20:15.835Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:15.835Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:15.835Z] #5 DONE 0.0s [2025-05-26T03:20:15.835Z] [2025-05-26T03:20:15.835Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:16.094Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 0.0s done [2025-05-26T03:20:16.094Z] #6 CACHED [2025-05-26T03:20:16.094Z] [2025-05-26T03:20:16.094Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:e9654811260361ac291058f3679e63a8252c01e699bb3f8e4eb2721ab33677d4 [2025-05-26T03:20:16.094Z] #5 CACHED [2025-05-26T03:20:16.094Z] [2025-05-26T03:20:16.094Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:16.094Z] #7 DONE 0.0s [2025-05-26T03:20:16.094Z] [2025-05-26T03:20:16.094Z] #8 exporting to image [2025-05-26T03:20:16.094Z] #8 exporting layers done [2025-05-26T03:20:16.094Z] #8 exporting manifest sha256:de2c580988f096d86550ae911bf4ca59527cc8e425fac78d96d3655345cf7302 done [2025-05-26T03:20:16.094Z] #8 exporting config sha256:dd6c675b7118e5b3ba513a5e9e5bb4032ce68f93e7598c09e32592d2f4f02d9b done [2025-05-26T03:20:16.094Z] #8 exporting manifest sha256:2cee350c24aaa84187b2095ded3d8937bbf2373d609ea2d791f5a34fe9719417 done [2025-05-26T03:20:16.094Z] #8 exporting config sha256:08a1915c6925e1284197f24bcd3ba09b133de7cc51b58b7b0974ca8f252c05b2 done [2025-05-26T03:20:16.094Z] #8 exporting manifest list sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 done [2025-05-26T03:20:16.094Z] #8 pushing layers 0.0s done [2025-05-26T03:20:16.094Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b43bd07cf00bb882797256e8c03934a2c87e260bedf925d8ede4616618904858 0.1s done [2025-05-26T03:20:16.094Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:16.094Z] #8 DONE 0.1s [2025-05-26T03:20:16.094Z] [2025-05-26T03:20:16.094Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:16.094Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:16.379Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:16.380Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:16.639Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:16.639Z] #1 transferring dockerfile: 215B done [2025-05-26T03:20:16.639Z] #1 DONE 0.0s [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:16.639Z] #2 DONE 0.0s [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #3 [internal] load .dockerignore [2025-05-26T03:20:16.639Z] #3 transferring context: 2B done [2025-05-26T03:20:16.639Z] #3 DONE 0.0s [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:16.639Z] #4 DONE 0.1s [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:16.639Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:16.639Z] #5 DONE 0.0s [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:16.639Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:16.639Z] #6 DONE 0.1s [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #7 exporting to image [2025-05-26T03:20:16.639Z] #7 exporting layers done [2025-05-26T03:20:16.639Z] #7 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done [2025-05-26T03:20:16.639Z] #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 [2025-05-26T03:20:16.639Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:16.639Z] #7 ... [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:16.639Z] #8 DONE 0.0s [2025-05-26T03:20:16.639Z] [2025-05-26T03:20:16.639Z] #7 exporting to image [2025-05-26T03:20:16.639Z] #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done [2025-05-26T03:20:16.639Z] #7 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done [2025-05-26T03:20:16.639Z] #7 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done [2025-05-26T03:20:16.639Z] #7 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done [2025-05-26T03:20:16.639Z] #7 pushing layers 0.1s done [2025-05-26T03:20:16.639Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 [2025-05-26T03:20:16.899Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done [2025-05-26T03:20:16.899Z] #7 DONE 0.2s [2025-05-26T03:20:16.899Z] [2025-05-26T03:20:16.899Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:16.899Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:17.186Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-05-26T03:20:17.186Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-05-26T03:20:17.444Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:17.444Z] #1 transferring dockerfile: 181B done [2025-05-26T03:20:17.444Z] #1 DONE 0.0s [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T03:20:17.444Z] #2 DONE 0.0s [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-26T03:20:17.444Z] #3 DONE 0.0s [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] #4 [internal] load .dockerignore [2025-05-26T03:20:17.444Z] #4 transferring context: 2B done [2025-05-26T03:20:17.444Z] #4 DONE 0.0s [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:17.444Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:17.444Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:17.444Z] #5 CACHED [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:17.444Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:17.444Z] #6 CACHED [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:17.444Z] #7 DONE 0.0s [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] #8 exporting to image [2025-05-26T03:20:17.444Z] #8 exporting layers done [2025-05-26T03:20:17.444Z] #8 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done [2025-05-26T03:20:17.444Z] #8 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done [2025-05-26T03:20:17.444Z] #8 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done [2025-05-26T03:20:17.444Z] #8 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done [2025-05-26T03:20:17.444Z] #8 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done [2025-05-26T03:20:17.444Z] #8 pushing layers 0.0s done [2025-05-26T03:20:17.444Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done [2025-05-26T03:20:17.444Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:17.444Z] #8 DONE 0.1s [2025-05-26T03:20:17.444Z] [2025-05-26T03:20:17.444Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:17.444Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:17.731Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12' [2025-05-26T03:20:17.731Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 --push - [2025-05-26T03:20:17.990Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:17.990Z] #1 transferring dockerfile: 187B done [2025-05-26T03:20:17.990Z] #1 DONE 0.0s [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 [2025-05-26T03:20:17.990Z] #2 DONE 0.0s [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12 [2025-05-26T03:20:17.990Z] #3 DONE 0.0s [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] #4 [internal] load .dockerignore [2025-05-26T03:20:17.990Z] #4 transferring context: 2B done [2025-05-26T03:20:17.990Z] #4 DONE 0.0s [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:17.990Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:17.990Z] #5 CACHED [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:17.990Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:17.990Z] #6 CACHED [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] #7 exporting to image [2025-05-26T03:20:17.990Z] #7 exporting layers done [2025-05-26T03:20:17.990Z] #7 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done [2025-05-26T03:20:17.990Z] #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done [2025-05-26T03:20:17.990Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:17.990Z] #7 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done [2025-05-26T03:20:17.990Z] #7 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done [2025-05-26T03:20:17.990Z] #7 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done [2025-05-26T03:20:17.990Z] #7 pushing layers 0.0s done [2025-05-26T03:20:17.990Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.12@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done [2025-05-26T03:20:17.990Z] #7 DONE 0.1s [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:17.990Z] #8 DONE 0.0s [2025-05-26T03:20:17.990Z] [2025-05-26T03:20:17.990Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:17.990Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:18.278Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:18.278Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:18.278Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:18.278Z] #1 transferring dockerfile: 228B 0.0s done [2025-05-26T03:20:18.278Z] #1 DONE 0.0s [2025-05-26T03:20:18.278Z] [2025-05-26T03:20:18.278Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:18.278Z] #2 DONE 0.0s [2025-05-26T03:20:18.278Z] [2025-05-26T03:20:18.278Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:18.278Z] #3 DONE 0.0s [2025-05-26T03:20:18.278Z] [2025-05-26T03:20:18.278Z] #4 [internal] load .dockerignore [2025-05-26T03:20:18.278Z] #4 transferring context: 2B done [2025-05-26T03:20:18.278Z] #4 DONE 0.0s [2025-05-26T03:20:18.278Z] [2025-05-26T03:20:18.278Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:18.278Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:18.537Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:18.537Z] #5 CACHED [2025-05-26T03:20:18.537Z] [2025-05-26T03:20:18.537Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:18.537Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:18.537Z] #6 CACHED [2025-05-26T03:20:18.537Z] [2025-05-26T03:20:18.537Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:18.537Z] #7 DONE 0.0s [2025-05-26T03:20:18.537Z] [2025-05-26T03:20:18.537Z] #8 exporting to image [2025-05-26T03:20:18.537Z] #8 exporting layers done [2025-05-26T03:20:18.537Z] #8 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done [2025-05-26T03:20:18.537Z] #8 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done [2025-05-26T03:20:18.537Z] #8 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done [2025-05-26T03:20:18.537Z] #8 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done [2025-05-26T03:20:18.537Z] #8 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done [2025-05-26T03:20:18.537Z] #8 pushing layers 0.0s done [2025-05-26T03:20:18.537Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done [2025-05-26T03:20:18.537Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:18.537Z] #8 DONE 0.1s [2025-05-26T03:20:18.537Z] [2025-05-26T03:20:18.537Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:18.537Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:18.827Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-05-26T03:20:18.827Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-05-26T03:20:18.827Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:18.827Z] #1 transferring dockerfile: 179B done [2025-05-26T03:20:18.827Z] #1 DONE 0.0s [2025-05-26T03:20:18.827Z] [2025-05-26T03:20:18.827Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T03:20:18.827Z] #2 DONE 0.0s [2025-05-26T03:20:18.827Z] [2025-05-26T03:20:18.827Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-26T03:20:18.827Z] #3 DONE 0.0s [2025-05-26T03:20:18.827Z] [2025-05-26T03:20:18.827Z] #4 [internal] load .dockerignore [2025-05-26T03:20:18.827Z] #4 transferring context: 2B done [2025-05-26T03:20:18.827Z] #4 DONE 0.0s [2025-05-26T03:20:18.827Z] [2025-05-26T03:20:18.827Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:18.827Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:18.827Z] #5 CACHED [2025-05-26T03:20:18.827Z] [2025-05-26T03:20:18.827Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 [2025-05-26T03:20:18.827Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:c53e689ab2a5e71440dfdb9aa28d4566af3b55d900b32fae4d65f91dfdc70cb5 0.0s done [2025-05-26T03:20:18.827Z] #6 CACHED [2025-05-26T03:20:18.827Z] [2025-05-26T03:20:18.827Z] #7 exporting to image [2025-05-26T03:20:18.827Z] #7 exporting layers done [2025-05-26T03:20:18.827Z] #7 exporting manifest sha256:3e21796abb250e0cd044becbb21f3801fed1658ad178e03e3809ebe1096f46f3 done [2025-05-26T03:20:18.827Z] #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 [2025-05-26T03:20:18.827Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:19.088Z] #7 exporting config sha256:e7439815327c0336c2e2f319204047719f6d290730fcf1aae83f81f2cbd1c457 done [2025-05-26T03:20:19.088Z] #7 exporting manifest sha256:b73ec3c789f565037965cdcfef3437a7e4810ba44c50d1e00d4b289ba221df2d done [2025-05-26T03:20:19.088Z] #7 exporting config sha256:6d71a07ccd51a130fc1de8133d9907655b43345a169d6b2d939edeaa3c8f04ec done [2025-05-26T03:20:19.088Z] #7 exporting manifest list sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 done [2025-05-26T03:20:19.088Z] #7 pushing layers 0.0s done [2025-05-26T03:20:19.088Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:04463064bf5e0961fb87e280cfa5a9638bc14d6875cdae48af663509d95760e6 0.1s done [2025-05-26T03:20:19.088Z] #7 DONE 0.1s [2025-05-26T03:20:19.088Z] [2025-05-26T03:20:19.088Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:19.088Z] #8 DONE 0.0s [2025-05-26T03:20:19.088Z] [2025-05-26T03:20:19.088Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:19.088Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:19.383Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:19.383Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:19.383Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:19.383Z] #1 DONE 0.0s [2025-05-26T03:20:19.383Z] [2025-05-26T03:20:19.383Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:19.383Z] #1 transferring dockerfile: 205B done [2025-05-26T03:20:19.383Z] #1 DONE 0.0s [2025-05-26T03:20:19.383Z] [2025-05-26T03:20:19.383Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:19.383Z] #2 DONE 0.0s [2025-05-26T03:20:19.383Z] [2025-05-26T03:20:19.383Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:19.383Z] #3 DONE 0.1s [2025-05-26T03:20:19.383Z] [2025-05-26T03:20:19.383Z] #4 [internal] load .dockerignore [2025-05-26T03:20:19.383Z] #4 transferring context: 2B done [2025-05-26T03:20:19.383Z] #4 DONE 0.0s [2025-05-26T03:20:19.643Z] [2025-05-26T03:20:19.643Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:19.644Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:19.644Z] #5 ... [2025-05-26T03:20:19.644Z] [2025-05-26T03:20:19.644Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:19.644Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:19.644Z] #6 DONE 0.1s [2025-05-26T03:20:19.644Z] [2025-05-26T03:20:19.644Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:19.644Z] #7 DONE 0.0s [2025-05-26T03:20:19.644Z] [2025-05-26T03:20:19.644Z] #8 exporting to image [2025-05-26T03:20:19.644Z] #8 exporting layers done [2025-05-26T03:20:19.644Z] #8 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done [2025-05-26T03:20:19.644Z] #8 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done [2025-05-26T03:20:19.644Z] #8 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done [2025-05-26T03:20:19.644Z] #8 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done [2025-05-26T03:20:19.644Z] #8 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done [2025-05-26T03:20:19.644Z] #8 pushing layers [2025-05-26T03:20:19.644Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:19.903Z] #8 pushing layers 0.1s done [2025-05-26T03:20:19.903Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done [2025-05-26T03:20:19.903Z] #8 DONE 0.3s [2025-05-26T03:20:19.903Z] [2025-05-26T03:20:19.903Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:19.903Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:20.197Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-05-26T03:20:20.197Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-05-26T03:20:20.197Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:20.197Z] #1 transferring dockerfile: 171B done [2025-05-26T03:20:20.197Z] #1 DONE 0.0s [2025-05-26T03:20:20.197Z] [2025-05-26T03:20:20.197Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T03:20:20.197Z] #2 DONE 0.0s [2025-05-26T03:20:20.197Z] [2025-05-26T03:20:20.197Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-26T03:20:20.197Z] #3 DONE 0.0s [2025-05-26T03:20:20.197Z] [2025-05-26T03:20:20.197Z] #4 [internal] load .dockerignore [2025-05-26T03:20:20.197Z] #4 transferring context: 2B done [2025-05-26T03:20:20.197Z] #4 DONE 0.0s [2025-05-26T03:20:20.197Z] [2025-05-26T03:20:20.197Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:20.197Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:20.197Z] #5 DONE 0.0s [2025-05-26T03:20:20.197Z] [2025-05-26T03:20:20.197Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:20.463Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:20.463Z] #6 CACHED [2025-05-26T03:20:20.463Z] [2025-05-26T03:20:20.463Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:20.463Z] #5 CACHED [2025-05-26T03:20:20.463Z] [2025-05-26T03:20:20.463Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:20.463Z] #7 DONE 0.0s [2025-05-26T03:20:20.463Z] [2025-05-26T03:20:20.463Z] #8 exporting to image [2025-05-26T03:20:20.463Z] #8 exporting layers done [2025-05-26T03:20:20.463Z] #8 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done [2025-05-26T03:20:20.463Z] #8 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done [2025-05-26T03:20:20.463Z] #8 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done [2025-05-26T03:20:20.463Z] #8 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done [2025-05-26T03:20:20.463Z] #8 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done [2025-05-26T03:20:20.463Z] #8 pushing layers 0.0s done [2025-05-26T03:20:20.463Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done [2025-05-26T03:20:20.463Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:20.463Z] #8 DONE 0.1s [2025-05-26T03:20:20.463Z] [2025-05-26T03:20:20.463Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:20.463Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:20.752Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 --push - [2025-05-26T03:20:20.752Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12' [2025-05-26T03:20:20.752Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:20.752Z] #1 transferring dockerfile: 177B done [2025-05-26T03:20:20.752Z] #1 DONE 0.0s [2025-05-26T03:20:20.752Z] [2025-05-26T03:20:20.752Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 [2025-05-26T03:20:20.752Z] #2 DONE 0.0s [2025-05-26T03:20:20.752Z] [2025-05-26T03:20:20.752Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12 [2025-05-26T03:20:20.752Z] #3 DONE 0.0s [2025-05-26T03:20:20.752Z] [2025-05-26T03:20:20.752Z] #4 [internal] load .dockerignore [2025-05-26T03:20:20.752Z] #4 transferring context: 2B done [2025-05-26T03:20:20.752Z] #4 DONE 0.0s [2025-05-26T03:20:20.752Z] [2025-05-26T03:20:20.752Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:20.752Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:20.752Z] #5 DONE 0.0s [2025-05-26T03:20:20.752Z] [2025-05-26T03:20:20.752Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:21.011Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:21.011Z] #6 CACHED [2025-05-26T03:20:21.011Z] [2025-05-26T03:20:21.011Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:21.011Z] #5 CACHED [2025-05-26T03:20:21.011Z] [2025-05-26T03:20:21.011Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:21.011Z] #7 DONE 0.0s [2025-05-26T03:20:21.011Z] [2025-05-26T03:20:21.011Z] #8 exporting to image [2025-05-26T03:20:21.011Z] #8 exporting layers done [2025-05-26T03:20:21.011Z] #8 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done [2025-05-26T03:20:21.011Z] #8 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done [2025-05-26T03:20:21.011Z] #8 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done [2025-05-26T03:20:21.011Z] #8 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done [2025-05-26T03:20:21.011Z] #8 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done [2025-05-26T03:20:21.011Z] #8 pushing layers 0.0s done [2025-05-26T03:20:21.011Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.12@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done [2025-05-26T03:20:21.011Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:21.011Z] #8 DONE 0.1s [2025-05-26T03:20:21.011Z] [2025-05-26T03:20:21.011Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:21.011Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:21.300Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:21.301Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:21.301Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:21.301Z] #1 transferring dockerfile: 218B done [2025-05-26T03:20:21.301Z] #1 DONE 0.0s [2025-05-26T03:20:21.301Z] [2025-05-26T03:20:21.301Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:21.301Z] #2 DONE 0.0s [2025-05-26T03:20:21.301Z] [2025-05-26T03:20:21.301Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:21.301Z] #3 DONE 0.0s [2025-05-26T03:20:21.301Z] [2025-05-26T03:20:21.301Z] #4 [internal] load .dockerignore [2025-05-26T03:20:21.301Z] #4 transferring context: 2B done [2025-05-26T03:20:21.301Z] #4 DONE 0.0s [2025-05-26T03:20:21.301Z] [2025-05-26T03:20:21.301Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:21.301Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:21.301Z] #5 CACHED [2025-05-26T03:20:21.301Z] [2025-05-26T03:20:21.301Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:21.301Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:21.301Z] #6 CACHED [2025-05-26T03:20:21.301Z] [2025-05-26T03:20:21.301Z] #7 exporting to image [2025-05-26T03:20:21.301Z] #7 exporting layers done [2025-05-26T03:20:21.301Z] #7 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done [2025-05-26T03:20:21.301Z] #7 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c [2025-05-26T03:20:21.301Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:21.560Z] #7 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done [2025-05-26T03:20:21.560Z] #7 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done [2025-05-26T03:20:21.560Z] #7 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done [2025-05-26T03:20:21.560Z] #7 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done [2025-05-26T03:20:21.560Z] #7 pushing layers 0.0s done [2025-05-26T03:20:21.560Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done [2025-05-26T03:20:21.560Z] #7 DONE 0.1s [2025-05-26T03:20:21.560Z] [2025-05-26T03:20:21.560Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:21.560Z] #8 DONE 0.0s [2025-05-26T03:20:21.560Z] [2025-05-26T03:20:21.560Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:21.560Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:21.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-05-26T03:20:21.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-05-26T03:20:21.849Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:21.849Z] #1 transferring dockerfile: 169B done [2025-05-26T03:20:21.849Z] #1 DONE 0.0s [2025-05-26T03:20:21.849Z] [2025-05-26T03:20:21.849Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T03:20:21.849Z] #2 DONE 0.0s [2025-05-26T03:20:21.849Z] [2025-05-26T03:20:21.849Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-26T03:20:21.849Z] #3 DONE 0.0s [2025-05-26T03:20:21.849Z] [2025-05-26T03:20:21.849Z] #4 [internal] load .dockerignore [2025-05-26T03:20:21.849Z] #4 transferring context: 2B done [2025-05-26T03:20:21.849Z] #4 DONE 0.0s [2025-05-26T03:20:21.849Z] [2025-05-26T03:20:21.849Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:21.849Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:21.849Z] #5 CACHED [2025-05-26T03:20:21.849Z] [2025-05-26T03:20:21.849Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 [2025-05-26T03:20:21.849Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0c594c745c9ce0e47cfa997c558fb9cf2eb6c1b458ce382d4d60a41b71b81d35 0.0s done [2025-05-26T03:20:21.849Z] #6 CACHED [2025-05-26T03:20:21.849Z] [2025-05-26T03:20:21.849Z] #7 exporting to image [2025-05-26T03:20:21.849Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:22.109Z] #7 exporting layers done [2025-05-26T03:20:22.109Z] #7 exporting manifest sha256:3962a4a6e4c8432d410313a532d4b26ec2e3a87ac277dc06efa1ea7a9bd8093c done [2025-05-26T03:20:22.109Z] #7 exporting config sha256:67c927846e4715d7ca832395d65473cb6458d8fd4167ac6eff518bc66fe6284c done [2025-05-26T03:20:22.109Z] #7 exporting manifest sha256:f426b968dd29e1397f04403c0f4e9ecafdf32db2c1e88f45c119cb93d3fc22d5 done [2025-05-26T03:20:22.109Z] #7 exporting config sha256:ac8426eb6e1fe7c40725d56982d860644986b84fdd63de1aea3a29edc5d753fd done [2025-05-26T03:20:22.109Z] #7 exporting manifest list sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd done [2025-05-26T03:20:22.109Z] #7 pushing layers 0.0s done [2025-05-26T03:20:22.109Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:004f4dca0ed4e637b13f4fc87db03b479f13a9f295383594f2ddccdf9712affd 0.1s done [2025-05-26T03:20:22.109Z] #7 DONE 0.1s [2025-05-26T03:20:22.109Z] [2025-05-26T03:20:22.109Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:22.109Z] #8 DONE 0.0s [2025-05-26T03:20:22.109Z] [2025-05-26T03:20:22.109Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:22.109Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:22.396Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:22.396Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:22.396Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:22.396Z] #1 transferring dockerfile: 206B done [2025-05-26T03:20:22.396Z] #1 DONE 0.0s [2025-05-26T03:20:22.396Z] [2025-05-26T03:20:22.396Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:22.396Z] #2 DONE 0.0s [2025-05-26T03:20:22.396Z] [2025-05-26T03:20:22.396Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:22.396Z] #3 DONE 0.0s [2025-05-26T03:20:22.396Z] [2025-05-26T03:20:22.396Z] #4 [internal] load .dockerignore [2025-05-26T03:20:22.396Z] #4 transferring context: 2B done [2025-05-26T03:20:22.396Z] #4 DONE 0.0s [2025-05-26T03:20:22.396Z] [2025-05-26T03:20:22.396Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:22.396Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:22.656Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:22.656Z] #5 DONE 0.1s [2025-05-26T03:20:22.656Z] [2025-05-26T03:20:22.656Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:22.656Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:22.656Z] #6 DONE 0.0s [2025-05-26T03:20:22.656Z] [2025-05-26T03:20:22.656Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:22.656Z] #7 DONE 0.0s [2025-05-26T03:20:22.656Z] [2025-05-26T03:20:22.656Z] #8 exporting to image [2025-05-26T03:20:22.656Z] #8 exporting layers done [2025-05-26T03:20:22.656Z] #8 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done [2025-05-26T03:20:22.656Z] #8 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done [2025-05-26T03:20:22.656Z] #8 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done [2025-05-26T03:20:22.656Z] #8 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done [2025-05-26T03:20:22.656Z] #8 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done [2025-05-26T03:20:22.657Z] #8 pushing layers [2025-05-26T03:20:22.657Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:22.922Z] #8 pushing layers 0.1s done [2025-05-26T03:20:22.922Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done [2025-05-26T03:20:22.922Z] #8 DONE 0.3s [2025-05-26T03:20:22.922Z] [2025-05-26T03:20:22.922Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:22.922Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:23.219Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-05-26T03:20:23.219Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-05-26T03:20:23.219Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:23.219Z] #1 transferring dockerfile: 172B done [2025-05-26T03:20:23.219Z] #1 DONE 0.0s [2025-05-26T03:20:23.219Z] [2025-05-26T03:20:23.219Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T03:20:23.219Z] #2 DONE 0.0s [2025-05-26T03:20:23.219Z] [2025-05-26T03:20:23.219Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-26T03:20:23.219Z] #3 DONE 0.0s [2025-05-26T03:20:23.219Z] [2025-05-26T03:20:23.219Z] #4 [internal] load .dockerignore [2025-05-26T03:20:23.219Z] #4 transferring context: 2B done [2025-05-26T03:20:23.219Z] #4 DONE 0.0s [2025-05-26T03:20:23.219Z] [2025-05-26T03:20:23.219Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:23.219Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:23.219Z] #5 CACHED [2025-05-26T03:20:23.219Z] [2025-05-26T03:20:23.219Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:23.219Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:23.219Z] #6 CACHED [2025-05-26T03:20:23.219Z] [2025-05-26T03:20:23.219Z] #7 exporting to image [2025-05-26T03:20:23.219Z] #7 exporting layers done [2025-05-26T03:20:23.219Z] #7 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done [2025-05-26T03:20:23.219Z] #7 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done [2025-05-26T03:20:23.219Z] #7 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done [2025-05-26T03:20:23.219Z] #7 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done [2025-05-26T03:20:23.219Z] #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e [2025-05-26T03:20:23.219Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:23.478Z] #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done [2025-05-26T03:20:23.478Z] #7 pushing layers 0.0s done [2025-05-26T03:20:23.478Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done [2025-05-26T03:20:23.478Z] #7 DONE 0.1s [2025-05-26T03:20:23.478Z] [2025-05-26T03:20:23.478Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:23.478Z] #8 DONE 0.0s [2025-05-26T03:20:23.478Z] [2025-05-26T03:20:23.478Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:23.478Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:23.762Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12' [2025-05-26T03:20:23.762Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 --push - [2025-05-26T03:20:24.021Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:24.021Z] #1 transferring dockerfile: 178B done [2025-05-26T03:20:24.021Z] #1 DONE 0.0s [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 [2025-05-26T03:20:24.021Z] #2 DONE 0.0s [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12 [2025-05-26T03:20:24.021Z] #3 DONE 0.0s [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] #4 [internal] load .dockerignore [2025-05-26T03:20:24.021Z] #4 transferring context: 2B done [2025-05-26T03:20:24.021Z] #4 DONE 0.0s [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:24.021Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:24.021Z] #5 CACHED [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:24.021Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:24.021Z] #6 CACHED [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] #7 exporting to image [2025-05-26T03:20:24.021Z] #7 exporting layers done [2025-05-26T03:20:24.021Z] #7 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done [2025-05-26T03:20:24.021Z] #7 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done [2025-05-26T03:20:24.021Z] #7 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done [2025-05-26T03:20:24.021Z] #7 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done [2025-05-26T03:20:24.021Z] #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done [2025-05-26T03:20:24.021Z] #7 pushing layers 0.0s done [2025-05-26T03:20:24.021Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e [2025-05-26T03:20:24.021Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:24.021Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.12@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done [2025-05-26T03:20:24.021Z] #7 DONE 0.1s [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:24.021Z] #8 DONE 0.0s [2025-05-26T03:20:24.021Z] [2025-05-26T03:20:24.021Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:24.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:24.316Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:24.316Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:24.316Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:24.316Z] #1 transferring dockerfile: 219B done [2025-05-26T03:20:24.316Z] #1 DONE 0.0s [2025-05-26T03:20:24.316Z] [2025-05-26T03:20:24.316Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:24.316Z] #2 DONE 0.0s [2025-05-26T03:20:24.316Z] [2025-05-26T03:20:24.316Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:24.316Z] #3 DONE 0.0s [2025-05-26T03:20:24.316Z] [2025-05-26T03:20:24.316Z] #4 [internal] load .dockerignore [2025-05-26T03:20:24.316Z] #4 transferring context: 2B done [2025-05-26T03:20:24.316Z] #4 DONE 0.0s [2025-05-26T03:20:24.316Z] [2025-05-26T03:20:24.316Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:24.316Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:24.316Z] #5 CACHED [2025-05-26T03:20:24.316Z] [2025-05-26T03:20:24.316Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:24.316Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:24.316Z] #6 CACHED [2025-05-26T03:20:24.316Z] [2025-05-26T03:20:24.316Z] #7 exporting to image [2025-05-26T03:20:24.316Z] #7 exporting layers [2025-05-26T03:20:24.316Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:24.575Z] #7 exporting layers done [2025-05-26T03:20:24.575Z] #7 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done [2025-05-26T03:20:24.575Z] #7 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done [2025-05-26T03:20:24.575Z] #7 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done [2025-05-26T03:20:24.575Z] #7 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done [2025-05-26T03:20:24.575Z] #7 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done [2025-05-26T03:20:24.575Z] #7 pushing layers 0.0s done [2025-05-26T03:20:24.575Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done [2025-05-26T03:20:24.575Z] #7 DONE 0.1s [2025-05-26T03:20:24.575Z] [2025-05-26T03:20:24.575Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:24.575Z] #8 DONE 0.0s [2025-05-26T03:20:24.575Z] [2025-05-26T03:20:24.575Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:24.575Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:24.857Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-05-26T03:20:24.858Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-05-26T03:20:24.858Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:24.858Z] #1 transferring dockerfile: 170B done [2025-05-26T03:20:24.858Z] #1 DONE 0.0s [2025-05-26T03:20:24.858Z] [2025-05-26T03:20:24.858Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T03:20:24.858Z] #2 DONE 0.0s [2025-05-26T03:20:24.858Z] [2025-05-26T03:20:24.858Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-26T03:20:24.858Z] #3 DONE 0.0s [2025-05-26T03:20:24.858Z] [2025-05-26T03:20:24.858Z] #4 [internal] load .dockerignore [2025-05-26T03:20:24.858Z] #4 transferring context: 2B done [2025-05-26T03:20:24.858Z] #4 DONE 0.0s [2025-05-26T03:20:24.858Z] [2025-05-26T03:20:24.858Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:24.858Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:24.858Z] #5 DONE 0.0s [2025-05-26T03:20:24.858Z] [2025-05-26T03:20:24.858Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:25.118Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 0.0s done [2025-05-26T03:20:25.118Z] #6 CACHED [2025-05-26T03:20:25.118Z] [2025-05-26T03:20:25.118Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:70312345949c938594f69b602f841353df3a997a845f0be9ab76c480ff2c9826 [2025-05-26T03:20:25.118Z] #5 CACHED [2025-05-26T03:20:25.118Z] [2025-05-26T03:20:25.118Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:25.118Z] #7 DONE 0.0s [2025-05-26T03:20:25.118Z] [2025-05-26T03:20:25.118Z] #8 exporting to image [2025-05-26T03:20:25.118Z] #8 exporting layers done [2025-05-26T03:20:25.118Z] #8 exporting manifest sha256:10917ff31c764e7ef74048b1eea71c18d25b79f26c740f2ec7192a294b71a0eb done [2025-05-26T03:20:25.118Z] #8 exporting config sha256:9a3fa6a12433f1898f98761f92b949d0de124f1d89003c05dfb173d977a7e915 done [2025-05-26T03:20:25.118Z] #8 exporting manifest sha256:fa7eda41470275adb8734ee4d87f4981752bddeed5f4a48719b5105677c11eec done [2025-05-26T03:20:25.118Z] #8 exporting config sha256:161f00c8af30d91d4c6dbd4b62e2d022f7f130efffe2e2abf3271bf77eb0caea done [2025-05-26T03:20:25.118Z] #8 exporting manifest list sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e done [2025-05-26T03:20:25.118Z] #8 pushing layers 0.0s done [2025-05-26T03:20:25.118Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:b190811c9a25721c031c5c19f409a49376e353dd77c27c564b0214b6fd2fce6e 0.1s done [2025-05-26T03:20:25.118Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:25.118Z] #8 DONE 0.1s [2025-05-26T03:20:25.118Z] [2025-05-26T03:20:25.118Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:25.118Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:25.405Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:25.405Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:25.405Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:25.405Z] #1 transferring dockerfile: 206B 0.0s done [2025-05-26T03:20:25.405Z] #1 DONE 0.0s [2025-05-26T03:20:25.405Z] [2025-05-26T03:20:25.405Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:25.405Z] #2 DONE 0.0s [2025-05-26T03:20:25.405Z] [2025-05-26T03:20:25.405Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:25.405Z] #3 DONE 0.0s [2025-05-26T03:20:25.405Z] [2025-05-26T03:20:25.405Z] #4 [internal] load .dockerignore [2025-05-26T03:20:25.405Z] #4 transferring context: 2B done [2025-05-26T03:20:25.405Z] #4 DONE 0.0s [2025-05-26T03:20:25.663Z] [2025-05-26T03:20:25.663Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:25.663Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:25.663Z] #5 ... [2025-05-26T03:20:25.663Z] [2025-05-26T03:20:25.663Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:25.664Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:25.664Z] #6 DONE 0.1s [2025-05-26T03:20:25.664Z] [2025-05-26T03:20:25.664Z] #7 exporting to image [2025-05-26T03:20:25.664Z] #7 exporting layers done [2025-05-26T03:20:25.664Z] #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done [2025-05-26T03:20:25.664Z] #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done [2025-05-26T03:20:25.664Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:25.664Z] #7 ... [2025-05-26T03:20:25.664Z] [2025-05-26T03:20:25.664Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:25.664Z] #8 DONE 0.0s [2025-05-26T03:20:25.664Z] [2025-05-26T03:20:25.664Z] #7 exporting to image [2025-05-26T03:20:25.664Z] #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done [2025-05-26T03:20:25.664Z] #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done [2025-05-26T03:20:25.664Z] #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done [2025-05-26T03:20:25.664Z] #7 pushing layers 0.1s done [2025-05-26T03:20:25.664Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 [2025-05-26T03:20:25.923Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done [2025-05-26T03:20:25.923Z] #7 DONE 0.2s [2025-05-26T03:20:25.923Z] [2025-05-26T03:20:25.923Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:25.923Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:26.213Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-05-26T03:20:26.213Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-05-26T03:20:26.472Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:26.472Z] #1 transferring dockerfile: 172B done [2025-05-26T03:20:26.472Z] #1 DONE 0.0s [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T03:20:26.472Z] #2 DONE 0.0s [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-26T03:20:26.472Z] #3 DONE 0.0s [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] #4 [internal] load .dockerignore [2025-05-26T03:20:26.472Z] #4 transferring context: 2B done [2025-05-26T03:20:26.472Z] #4 DONE 0.0s [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:26.472Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:26.472Z] #5 CACHED [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:26.472Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:26.472Z] #6 CACHED [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] #7 exporting to image [2025-05-26T03:20:26.472Z] #7 exporting layers done [2025-05-26T03:20:26.472Z] #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done [2025-05-26T03:20:26.472Z] #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done [2025-05-26T03:20:26.472Z] #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done [2025-05-26T03:20:26.472Z] #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done [2025-05-26T03:20:26.472Z] #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done [2025-05-26T03:20:26.472Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:26.472Z] #7 pushing layers 0.0s done [2025-05-26T03:20:26.472Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done [2025-05-26T03:20:26.472Z] #7 DONE 0.1s [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:26.472Z] #8 DONE 0.0s [2025-05-26T03:20:26.472Z] [2025-05-26T03:20:26.472Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:26.472Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:26.781Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12' [2025-05-26T03:20:26.782Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 --push - [2025-05-26T03:20:26.782Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:26.782Z] #1 transferring dockerfile: 178B done [2025-05-26T03:20:26.782Z] #1 DONE 0.0s [2025-05-26T03:20:26.782Z] [2025-05-26T03:20:26.782Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 [2025-05-26T03:20:26.782Z] #2 DONE 0.0s [2025-05-26T03:20:26.782Z] [2025-05-26T03:20:26.782Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12 [2025-05-26T03:20:26.782Z] #3 DONE 0.0s [2025-05-26T03:20:26.782Z] [2025-05-26T03:20:26.782Z] #4 [internal] load .dockerignore [2025-05-26T03:20:26.782Z] #4 transferring context: 2B done [2025-05-26T03:20:26.782Z] #4 DONE 0.0s [2025-05-26T03:20:26.782Z] [2025-05-26T03:20:26.782Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:26.782Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:26.782Z] #5 CACHED [2025-05-26T03:20:26.782Z] [2025-05-26T03:20:26.782Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:26.782Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:26.782Z] #6 DONE 0.0s [2025-05-26T03:20:27.041Z] [2025-05-26T03:20:27.041Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:27.041Z] #6 CACHED [2025-05-26T03:20:27.041Z] [2025-05-26T03:20:27.041Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:27.041Z] #7 DONE 0.0s [2025-05-26T03:20:27.041Z] [2025-05-26T03:20:27.041Z] #8 exporting to image [2025-05-26T03:20:27.041Z] #8 exporting layers done [2025-05-26T03:20:27.041Z] #8 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done [2025-05-26T03:20:27.041Z] #8 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done [2025-05-26T03:20:27.041Z] #8 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done [2025-05-26T03:20:27.041Z] #8 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done [2025-05-26T03:20:27.041Z] #8 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done [2025-05-26T03:20:27.041Z] #8 pushing layers 0.0s done [2025-05-26T03:20:27.041Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.12@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done [2025-05-26T03:20:27.041Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:27.041Z] #8 DONE 0.1s [2025-05-26T03:20:27.041Z] [2025-05-26T03:20:27.041Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:27.041Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:27.327Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:27.327Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:27.586Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:27.586Z] #1 transferring dockerfile: 219B done [2025-05-26T03:20:27.586Z] #1 DONE 0.0s [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:27.586Z] #2 DONE 0.0s [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:27.586Z] #3 DONE 0.0s [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] #4 [internal] load .dockerignore [2025-05-26T03:20:27.586Z] #4 transferring context: 2B done [2025-05-26T03:20:27.586Z] #4 DONE 0.0s [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:27.586Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:27.586Z] #5 CACHED [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:27.586Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:27.586Z] #6 CACHED [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] #7 exporting to image [2025-05-26T03:20:27.586Z] #7 exporting layers [2025-05-26T03:20:27.586Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:27.586Z] #7 exporting layers done [2025-05-26T03:20:27.586Z] #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done [2025-05-26T03:20:27.586Z] #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done [2025-05-26T03:20:27.586Z] #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done [2025-05-26T03:20:27.586Z] #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done [2025-05-26T03:20:27.586Z] #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done [2025-05-26T03:20:27.586Z] #7 pushing layers 0.0s done [2025-05-26T03:20:27.586Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done [2025-05-26T03:20:27.586Z] #7 DONE 0.1s [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:27.586Z] #8 DONE 0.0s [2025-05-26T03:20:27.586Z] [2025-05-26T03:20:27.586Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:27.586Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:27.876Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-05-26T03:20:27.876Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-05-26T03:20:27.876Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:27.876Z] #1 transferring dockerfile: 170B done [2025-05-26T03:20:27.876Z] #1 DONE 0.0s [2025-05-26T03:20:27.876Z] [2025-05-26T03:20:27.876Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T03:20:27.876Z] #2 DONE 0.0s [2025-05-26T03:20:27.876Z] [2025-05-26T03:20:27.876Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-26T03:20:27.876Z] #3 DONE 0.0s [2025-05-26T03:20:27.876Z] [2025-05-26T03:20:27.876Z] #4 [internal] load .dockerignore [2025-05-26T03:20:27.876Z] #4 transferring context: 2B done [2025-05-26T03:20:27.876Z] #4 DONE 0.0s [2025-05-26T03:20:27.876Z] [2025-05-26T03:20:27.876Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:27.876Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:27.876Z] #5 CACHED [2025-05-26T03:20:27.876Z] [2025-05-26T03:20:27.876Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 [2025-05-26T03:20:27.876Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c2b4d1ea6675457f799a06dc19d0c4b5f883c0a868b8a7f5bebd657332ceff37 0.0s done [2025-05-26T03:20:27.876Z] #6 CACHED [2025-05-26T03:20:27.876Z] [2025-05-26T03:20:27.876Z] #7 exporting to image [2025-05-26T03:20:27.876Z] #7 exporting layers [2025-05-26T03:20:27.876Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:28.135Z] #7 exporting layers done [2025-05-26T03:20:28.135Z] #7 exporting manifest sha256:64af9a179b6772f40ed123e44ce8f0d19848bcfdd2da40ab11dbf30574baa17e done [2025-05-26T03:20:28.135Z] #7 exporting config sha256:cc2859f2e5ffa00d836b8bca3f31b96b462b7491447dc9879bf1fe1ac4c6e601 done [2025-05-26T03:20:28.135Z] #7 exporting manifest sha256:6b98591a4157ae4ce4db8de8b424a6773d79e9aae06241a0b2746138b0efd19d done [2025-05-26T03:20:28.135Z] #7 exporting config sha256:1f75151dab1e765dc48a4ec00a4994f462ce68c2633d7b1eddd47573b7c106e6 done [2025-05-26T03:20:28.135Z] #7 exporting manifest list sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 done [2025-05-26T03:20:28.135Z] #7 pushing layers 0.0s done [2025-05-26T03:20:28.135Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d440443d622713ab33a9c2b6fb9458b414b741db32b279b7dbd642b6cf158173 0.1s done [2025-05-26T03:20:28.135Z] #7 DONE 0.1s [2025-05-26T03:20:28.135Z] [2025-05-26T03:20:28.135Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:28.135Z] #8 DONE 0.0s [2025-05-26T03:20:28.135Z] [2025-05-26T03:20:28.135Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:28.135Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:28.417Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:28.417Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:28.682Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:28.682Z] #1 transferring dockerfile: 206B done [2025-05-26T03:20:28.682Z] #1 DONE 0.0s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:28.682Z] #2 DONE 0.0s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:28.682Z] #3 DONE 0.0s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #4 [internal] load .dockerignore [2025-05-26T03:20:28.682Z] #4 transferring context: 2B done [2025-05-26T03:20:28.682Z] #4 DONE 0.0s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:28.682Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:28.682Z] #5 DONE 0.0s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:28.682Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:28.682Z] #6 DONE 0.0s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:28.682Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:28.682Z] #5 DONE 0.1s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #7 exporting to image [2025-05-26T03:20:28.682Z] #7 exporting layers done [2025-05-26T03:20:28.682Z] #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done [2025-05-26T03:20:28.682Z] #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done [2025-05-26T03:20:28.682Z] #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done [2025-05-26T03:20:28.682Z] #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done [2025-05-26T03:20:28.682Z] #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done [2025-05-26T03:20:28.682Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:28.682Z] #7 ... [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:28.682Z] #8 DONE 0.0s [2025-05-26T03:20:28.682Z] [2025-05-26T03:20:28.682Z] #7 exporting to image [2025-05-26T03:20:28.682Z] #7 pushing layers 0.1s done [2025-05-26T03:20:28.682Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e [2025-05-26T03:20:28.942Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done [2025-05-26T03:20:28.943Z] #7 DONE 0.2s [2025-05-26T03:20:28.943Z] [2025-05-26T03:20:28.943Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:28.943Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:29.231Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-05-26T03:20:29.231Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-05-26T03:20:29.231Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:29.231Z] #1 transferring dockerfile: 172B done [2025-05-26T03:20:29.231Z] #1 DONE 0.0s [2025-05-26T03:20:29.231Z] [2025-05-26T03:20:29.231Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T03:20:29.231Z] #2 DONE 0.0s [2025-05-26T03:20:29.231Z] [2025-05-26T03:20:29.231Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-26T03:20:29.231Z] #3 DONE 0.0s [2025-05-26T03:20:29.231Z] [2025-05-26T03:20:29.231Z] #4 [internal] load .dockerignore [2025-05-26T03:20:29.231Z] #4 transferring context: 2B done [2025-05-26T03:20:29.231Z] #4 DONE 0.0s [2025-05-26T03:20:29.231Z] [2025-05-26T03:20:29.231Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:29.231Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:29.231Z] #5 CACHED [2025-05-26T03:20:29.231Z] [2025-05-26T03:20:29.231Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:29.231Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:29.231Z] #6 DONE 0.0s [2025-05-26T03:20:29.493Z] [2025-05-26T03:20:29.493Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:29.493Z] #6 CACHED [2025-05-26T03:20:29.493Z] [2025-05-26T03:20:29.493Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:29.493Z] #7 DONE 0.0s [2025-05-26T03:20:29.493Z] [2025-05-26T03:20:29.493Z] #8 exporting to image [2025-05-26T03:20:29.493Z] #8 exporting layers done [2025-05-26T03:20:29.493Z] #8 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done [2025-05-26T03:20:29.493Z] #8 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done [2025-05-26T03:20:29.493Z] #8 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done [2025-05-26T03:20:29.493Z] #8 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done [2025-05-26T03:20:29.493Z] #8 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done [2025-05-26T03:20:29.493Z] #8 pushing layers 0.0s done [2025-05-26T03:20:29.493Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done [2025-05-26T03:20:29.493Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:29.493Z] #8 DONE 0.1s [2025-05-26T03:20:29.493Z] [2025-05-26T03:20:29.493Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:29.493Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:29.827Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12' [2025-05-26T03:20:29.827Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 --push - [2025-05-26T03:20:29.827Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:29.827Z] #1 transferring dockerfile: 178B done [2025-05-26T03:20:29.827Z] #1 DONE 0.0s [2025-05-26T03:20:29.827Z] [2025-05-26T03:20:29.827Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 [2025-05-26T03:20:29.827Z] #2 DONE 0.0s [2025-05-26T03:20:29.827Z] [2025-05-26T03:20:29.827Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12 [2025-05-26T03:20:29.827Z] #3 DONE 0.0s [2025-05-26T03:20:29.827Z] [2025-05-26T03:20:29.827Z] #4 [internal] load .dockerignore [2025-05-26T03:20:29.827Z] #4 transferring context: 2B done [2025-05-26T03:20:29.827Z] #4 DONE 0.0s [2025-05-26T03:20:29.827Z] [2025-05-26T03:20:29.827Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:29.827Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:29.827Z] #5 CACHED [2025-05-26T03:20:29.827Z] [2025-05-26T03:20:29.827Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:29.827Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:29.827Z] #6 CACHED [2025-05-26T03:20:29.827Z] [2025-05-26T03:20:29.827Z] #7 exporting to image [2025-05-26T03:20:29.827Z] #7 exporting layers done [2025-05-26T03:20:29.827Z] #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done [2025-05-26T03:20:29.827Z] #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 [2025-05-26T03:20:29.827Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:30.107Z] #7 ... [2025-05-26T03:20:30.107Z] [2025-05-26T03:20:30.107Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:30.107Z] #8 DONE 0.0s [2025-05-26T03:20:30.107Z] [2025-05-26T03:20:30.107Z] #7 exporting to image [2025-05-26T03:20:30.107Z] #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done [2025-05-26T03:20:30.107Z] #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done [2025-05-26T03:20:30.107Z] #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done [2025-05-26T03:20:30.107Z] #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done [2025-05-26T03:20:30.107Z] #7 pushing layers 0.0s done [2025-05-26T03:20:30.107Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e [2025-05-26T03:20:32.014Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.12@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 1.8s done [2025-05-26T03:20:32.014Z] #7 DONE 1.8s [2025-05-26T03:20:32.014Z] [2025-05-26T03:20:32.014Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:32.014Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:32.305Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:32.305Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:32.305Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:32.305Z] #1 transferring dockerfile: 219B done [2025-05-26T03:20:32.305Z] #1 DONE 0.0s [2025-05-26T03:20:32.305Z] [2025-05-26T03:20:32.305Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:32.305Z] #2 DONE 0.0s [2025-05-26T03:20:32.305Z] [2025-05-26T03:20:32.305Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:32.305Z] #3 DONE 0.0s [2025-05-26T03:20:32.305Z] [2025-05-26T03:20:32.305Z] #4 [internal] load .dockerignore [2025-05-26T03:20:32.305Z] #4 transferring context: 2B done [2025-05-26T03:20:32.305Z] #4 DONE 0.0s [2025-05-26T03:20:32.305Z] [2025-05-26T03:20:32.305Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:32.305Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:32.305Z] #5 CACHED [2025-05-26T03:20:32.305Z] [2025-05-26T03:20:32.305Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:32.305Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:32.305Z] #6 CACHED [2025-05-26T03:20:32.305Z] [2025-05-26T03:20:32.305Z] #7 exporting to image [2025-05-26T03:20:32.305Z] #7 exporting layers done [2025-05-26T03:20:32.305Z] #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done [2025-05-26T03:20:32.305Z] #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 [2025-05-26T03:20:32.305Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:32.565Z] #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done [2025-05-26T03:20:32.565Z] #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done [2025-05-26T03:20:32.565Z] #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done [2025-05-26T03:20:32.565Z] #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done [2025-05-26T03:20:32.565Z] #7 pushing layers 0.0s done [2025-05-26T03:20:32.565Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done [2025-05-26T03:20:32.565Z] #7 DONE 0.1s [2025-05-26T03:20:32.565Z] [2025-05-26T03:20:32.565Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:32.565Z] #8 DONE 0.0s [2025-05-26T03:20:32.565Z] [2025-05-26T03:20:32.565Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:32.565Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:32.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-05-26T03:20:32.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-05-26T03:20:32.849Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:32.849Z] #1 transferring dockerfile: 170B done [2025-05-26T03:20:32.849Z] #1 DONE 0.0s [2025-05-26T03:20:32.849Z] [2025-05-26T03:20:32.849Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T03:20:32.849Z] #2 DONE 0.0s [2025-05-26T03:20:32.849Z] [2025-05-26T03:20:32.849Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-26T03:20:32.849Z] #3 DONE 0.0s [2025-05-26T03:20:32.849Z] [2025-05-26T03:20:32.849Z] #4 [internal] load .dockerignore [2025-05-26T03:20:32.849Z] #4 transferring context: 2B done [2025-05-26T03:20:32.849Z] #4 DONE 0.0s [2025-05-26T03:20:32.849Z] [2025-05-26T03:20:32.849Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:32.849Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:32.849Z] #5 CACHED [2025-05-26T03:20:32.849Z] [2025-05-26T03:20:32.849Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 [2025-05-26T03:20:32.849Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4e8311f0bd9486e275bfe0a02210ef6bf77e12b423a421478bdc54b712920a18 0.0s done [2025-05-26T03:20:32.849Z] #6 CACHED [2025-05-26T03:20:32.849Z] [2025-05-26T03:20:32.849Z] #7 exporting to image [2025-05-26T03:20:32.849Z] #7 exporting layers done [2025-05-26T03:20:32.849Z] #7 exporting manifest sha256:f200d6f7afe8503a20b4ade89c4b340eed78103ae6e965e13530d2db418b4e01 done [2025-05-26T03:20:32.849Z] #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 [2025-05-26T03:20:32.849Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:33.108Z] #7 exporting config sha256:864015ab2fb6f8fd3f903e8a4eb40f0a9832d31055290d975ad25c72c5916ea8 done [2025-05-26T03:20:33.108Z] #7 exporting manifest sha256:98352243d814cfe2e46bb34f8da2a45ffb28ee3ec1c8e4b5812bf18a1e7cf78e done [2025-05-26T03:20:33.108Z] #7 exporting config sha256:7e9aa180a5b89c9bc7b61bf6d7160063e54b99bb1466af4342803efa20698e82 done [2025-05-26T03:20:33.108Z] #7 exporting manifest list sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e done [2025-05-26T03:20:33.108Z] #7 pushing layers 0.0s done [2025-05-26T03:20:33.108Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:8be3b9fcfb82438681318d3910919821f03dec0a728caa4893ddf9554ceff74e 0.1s done [2025-05-26T03:20:33.108Z] #7 DONE 0.1s [2025-05-26T03:20:33.108Z] [2025-05-26T03:20:33.108Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:33.108Z] #8 DONE 0.0s [2025-05-26T03:20:33.108Z] [2025-05-26T03:20:33.108Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:33.108Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:33.395Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe' [2025-05-26T03:20:33.395Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe --push - [2025-05-26T03:20:33.395Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:33.395Z] #1 transferring dockerfile: 202B done [2025-05-26T03:20:33.395Z] #1 DONE 0.0s [2025-05-26T03:20:33.395Z] [2025-05-26T03:20:33.395Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:33.395Z] #2 DONE 0.0s [2025-05-26T03:20:33.395Z] [2025-05-26T03:20:33.395Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:20:33.395Z] #3 DONE 0.1s [2025-05-26T03:20:33.395Z] [2025-05-26T03:20:33.395Z] #4 [internal] load .dockerignore [2025-05-26T03:20:33.395Z] #4 transferring context: 2B done [2025-05-26T03:20:33.395Z] #4 DONE 0.0s [2025-05-26T03:20:33.395Z] [2025-05-26T03:20:33.395Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:33.395Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:33.656Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:33.656Z] #5 DONE 0.0s [2025-05-26T03:20:33.656Z] [2025-05-26T03:20:33.656Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:33.656Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:33.656Z] #6 DONE 0.1s [2025-05-26T03:20:33.656Z] [2025-05-26T03:20:33.656Z] #7 exporting to image [2025-05-26T03:20:33.656Z] #7 exporting layers done [2025-05-26T03:20:33.656Z] #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done [2025-05-26T03:20:33.656Z] #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done [2025-05-26T03:20:33.656Z] #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done [2025-05-26T03:20:33.656Z] #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 [2025-05-26T03:20:33.656Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:33.656Z] #7 ... [2025-05-26T03:20:33.656Z] [2025-05-26T03:20:33.656Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:33.656Z] #8 DONE 0.0s [2025-05-26T03:20:33.656Z] [2025-05-26T03:20:33.656Z] #7 exporting to image [2025-05-26T03:20:33.656Z] #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done [2025-05-26T03:20:33.656Z] #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done [2025-05-26T03:20:33.656Z] #7 pushing layers 0.1s done [2025-05-26T03:20:33.656Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 [2025-05-26T03:20:33.915Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done [2025-05-26T03:20:33.915Z] #7 DONE 0.2s [2025-05-26T03:20:33.915Z] [2025-05-26T03:20:33.915Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:33.915Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:34.203Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-05-26T03:20:34.203Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-05-26T03:20:34.203Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:34.203Z] #1 transferring dockerfile: 168B done [2025-05-26T03:20:34.203Z] #1 DONE 0.0s [2025-05-26T03:20:34.203Z] [2025-05-26T03:20:34.203Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T03:20:34.203Z] #2 DONE 0.0s [2025-05-26T03:20:34.203Z] [2025-05-26T03:20:34.203Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-26T03:20:34.203Z] #3 DONE 0.0s [2025-05-26T03:20:34.203Z] [2025-05-26T03:20:34.203Z] #4 [internal] load .dockerignore [2025-05-26T03:20:34.203Z] #4 transferring context: 2B done [2025-05-26T03:20:34.203Z] #4 DONE 0.0s [2025-05-26T03:20:34.203Z] [2025-05-26T03:20:34.203Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:34.203Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:34.203Z] #5 CACHED [2025-05-26T03:20:34.203Z] [2025-05-26T03:20:34.203Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:34.203Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:34.203Z] #6 CACHED [2025-05-26T03:20:34.203Z] [2025-05-26T03:20:34.203Z] #7 exporting to image [2025-05-26T03:20:34.203Z] #7 exporting layers done [2025-05-26T03:20:34.203Z] #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done [2025-05-26T03:20:34.203Z] #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 [2025-05-26T03:20:34.203Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:34.462Z] #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done [2025-05-26T03:20:34.462Z] #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done [2025-05-26T03:20:34.462Z] #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done [2025-05-26T03:20:34.463Z] #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done [2025-05-26T03:20:34.463Z] #7 pushing layers 0.0s done [2025-05-26T03:20:34.463Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done [2025-05-26T03:20:34.463Z] #7 DONE 0.1s [2025-05-26T03:20:34.463Z] [2025-05-26T03:20:34.463Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:34.463Z] #8 DONE 0.0s [2025-05-26T03:20:34.463Z] [2025-05-26T03:20:34.463Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:34.463Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:34.749Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12' [2025-05-26T03:20:34.749Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 --push - [2025-05-26T03:20:35.010Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:35.010Z] #1 transferring dockerfile: 174B done [2025-05-26T03:20:35.010Z] #1 DONE 0.0s [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 [2025-05-26T03:20:35.010Z] #2 DONE 0.0s [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12 [2025-05-26T03:20:35.010Z] #3 DONE 0.0s [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] #4 [internal] load .dockerignore [2025-05-26T03:20:35.010Z] #4 transferring context: 2B done [2025-05-26T03:20:35.010Z] #4 DONE 0.0s [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:35.010Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:35.010Z] #5 CACHED [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:35.010Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:35.010Z] #6 CACHED [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:35.010Z] #7 DONE 0.0s [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] #8 exporting to image [2025-05-26T03:20:35.010Z] #8 exporting layers done [2025-05-26T03:20:35.010Z] #8 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done [2025-05-26T03:20:35.010Z] #8 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done [2025-05-26T03:20:35.010Z] #8 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done [2025-05-26T03:20:35.010Z] #8 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done [2025-05-26T03:20:35.010Z] #8 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done [2025-05-26T03:20:35.010Z] #8 pushing layers 0.0s done [2025-05-26T03:20:35.010Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.12@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done [2025-05-26T03:20:35.010Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:35.010Z] #8 DONE 0.1s [2025-05-26T03:20:35.010Z] [2025-05-26T03:20:35.010Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:35.010Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:35.295Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12' [2025-05-26T03:20:35.295Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 --push - [2025-05-26T03:20:35.295Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:35.295Z] #1 transferring dockerfile: 215B done [2025-05-26T03:20:35.295Z] #1 DONE 0.0s [2025-05-26T03:20:35.295Z] [2025-05-26T03:20:35.295Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:35.295Z] #2 DONE 0.0s [2025-05-26T03:20:35.295Z] [2025-05-26T03:20:35.295Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:20:35.295Z] #3 DONE 0.0s [2025-05-26T03:20:35.295Z] [2025-05-26T03:20:35.295Z] #4 [internal] load .dockerignore [2025-05-26T03:20:35.295Z] #4 transferring context: 2B done [2025-05-26T03:20:35.295Z] #4 DONE 0.0s [2025-05-26T03:20:35.295Z] [2025-05-26T03:20:35.295Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:35.295Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:35.295Z] #5 CACHED [2025-05-26T03:20:35.295Z] [2025-05-26T03:20:35.295Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:35.295Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:35.295Z] #6 CACHED [2025-05-26T03:20:35.295Z] [2025-05-26T03:20:35.296Z] #7 exporting to image [2025-05-26T03:20:35.296Z] #7 exporting layers done [2025-05-26T03:20:35.296Z] #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done [2025-05-26T03:20:35.296Z] #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done [2025-05-26T03:20:35.296Z] #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done [2025-05-26T03:20:35.296Z] #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 [2025-05-26T03:20:35.296Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:35.555Z] #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done [2025-05-26T03:20:35.555Z] #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done [2025-05-26T03:20:35.555Z] #7 pushing layers 0.0s done [2025-05-26T03:20:35.555Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done [2025-05-26T03:20:35.555Z] #7 DONE 0.1s [2025-05-26T03:20:35.555Z] [2025-05-26T03:20:35.555Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:35.555Z] #8 DONE 0.0s [2025-05-26T03:20:35.555Z] [2025-05-26T03:20:35.555Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:35.555Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T03:20:35.843Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-05-26T03:20:35.843Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-05-26T03:20:35.843Z] #1 [internal] load build definition from Dockerfile [2025-05-26T03:20:35.843Z] #1 transferring dockerfile: 166B done [2025-05-26T03:20:35.843Z] #1 DONE 0.0s [2025-05-26T03:20:35.843Z] [2025-05-26T03:20:35.843Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T03:20:35.843Z] #2 DONE 0.0s [2025-05-26T03:20:35.843Z] [2025-05-26T03:20:35.843Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-26T03:20:35.843Z] #3 DONE 0.0s [2025-05-26T03:20:35.843Z] [2025-05-26T03:20:35.843Z] #4 [internal] load .dockerignore [2025-05-26T03:20:35.843Z] #4 transferring context: 2B done [2025-05-26T03:20:35.843Z] #4 DONE 0.0s [2025-05-26T03:20:35.843Z] [2025-05-26T03:20:35.843Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:35.843Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:35.843Z] #5 CACHED [2025-05-26T03:20:35.843Z] [2025-05-26T03:20:35.843Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 [2025-05-26T03:20:35.843Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:76d60d579603918a705a98011f73fca82914219a087c2fb1f9403901a0d1f568 0.0s done [2025-05-26T03:20:35.843Z] #6 CACHED [2025-05-26T03:20:35.843Z] [2025-05-26T03:20:35.843Z] #7 exporting to image [2025-05-26T03:20:35.843Z] #7 exporting layers done [2025-05-26T03:20:35.843Z] #7 exporting manifest sha256:b7ee77260bb4e1265fbbf6aab0b4ef6a404d41bfe3f4a579f19ac6ce62b5ed47 done [2025-05-26T03:20:35.843Z] #7 exporting config sha256:b4345d7aa0f27e8517766740717b5356b6fcc8f05baa6cb6ff50c8838d02b2a9 done [2025-05-26T03:20:35.843Z] #7 exporting manifest sha256:15316f397bc827ffec00f90a4e932dd9d27060133206160b2a14744d9265edf7 done [2025-05-26T03:20:35.843Z] #7 exporting config sha256:e22e1f2acfb30c97d92325e535b7014129d762f453aaa008abc9450f32f8d7b3 done [2025-05-26T03:20:35.843Z] #7 exporting manifest list sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 done [2025-05-26T03:20:35.843Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T03:20:36.101Z] #7 pushing layers 0.0s done [2025-05-26T03:20:36.101Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:eecbbb6ace62e76be5fcd1e0b6f97078350ac90c5ddf6448f2260f53e06a9336 0.1s done [2025-05-26T03:20:36.101Z] #7 DONE 0.1s [2025-05-26T03:20:36.101Z] [2025-05-26T03:20:36.101Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-26T03:20:36.101Z] #8 DONE 0.0s [2025-05-26T03:20:36.101Z] [2025-05-26T03:20:36.101Z] 1 warning found (use --debug to expand): [2025-05-26T03:20:36.101Z]  - 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-26T03:20:36.472Z] + '[' -d /w/workspace/edgex-go/839/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:20:36.779Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:20:37.338Z] ---> package-listing.sh [2025-05-26T03:20:37.338Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T03:20:37.338Z] ++ facter osfamily [2025-05-26T03:20:37.598Z] + OS_FAMILY=redhat [2025-05-26T03:20:37.598Z] + workspace=/w/workspace/edgex-go/839 [2025-05-26T03:20:37.599Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T03:20:37.599Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T03:20:37.599Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T03:20:37.599Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T03:20:37.599Z] + '[' /w/workspace/edgex-go/839 ']' [2025-05-26T03:20:37.599Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T03:20:37.599Z] + case "${OS_FAMILY}" in [2025-05-26T03:20:37.599Z] + rpm -qa [2025-05-26T03:20:37.599Z] + sort [2025-05-26T03:20:38.168Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T03:20:38.168Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T03:20:38.168Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T03:20:38.168Z] + '[' /w/workspace/edgex-go/839 ']' [2025-05-26T03:20:38.168Z] + mkdir -p /w/workspace/edgex-go/839/archives/ [2025-05-26T03:20:38.168Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/839/archives/ [Pipeline] echo [2025-05-26T03:20:38.181Z] 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/839/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:20:38.467Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:20:39.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:20:39.030Z] [2025-05-26T03:20:39.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:20:39.347Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:20:39.347Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T03:20:39.347Z] 5eb5b503b376: Pulling fs layer [2025-05-26T03:20:39.347Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T03:20:39.347Z] ec43610c2a17: Pulling fs layer [2025-05-26T03:20:39.347Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T03:20:39.347Z] 33b1e0a273af: Pulling fs layer [2025-05-26T03:20:39.347Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T03:20:39.347Z] 2f39f015ded8: Pulling fs layer [2025-05-26T03:20:39.347Z] 3a2ae6a8a46f: Waiting [2025-05-26T03:20:39.347Z] 33b1e0a273af: Waiting [2025-05-26T03:20:39.347Z] 5d3b04190fa2: Waiting [2025-05-26T03:20:39.347Z] 2f39f015ded8: Waiting [2025-05-26T03:20:39.347Z] 5c69ac0246d0: Verifying Checksum [2025-05-26T03:20:39.347Z] 5c69ac0246d0: Download complete [2025-05-26T03:20:39.347Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T03:20:39.347Z] 3a2ae6a8a46f: Download complete [2025-05-26T03:20:39.624Z] 33b1e0a273af: Verifying Checksum [2025-05-26T03:20:39.624Z] 33b1e0a273af: Download complete [2025-05-26T03:20:39.624Z] 5d3b04190fa2: Verifying Checksum [2025-05-26T03:20:39.624Z] 5d3b04190fa2: Download complete [2025-05-26T03:20:39.624Z] ec43610c2a17: Verifying Checksum [2025-05-26T03:20:39.624Z] ec43610c2a17: Download complete [2025-05-26T03:20:39.624Z] 5eb5b503b376: Verifying Checksum [2025-05-26T03:20:39.624Z] 5eb5b503b376: Download complete [2025-05-26T03:20:40.207Z] 2f39f015ded8: Verifying Checksum [2025-05-26T03:20:40.207Z] 2f39f015ded8: Download complete [2025-05-26T03:20:40.783Z] 5eb5b503b376: Pull complete [2025-05-26T03:20:41.057Z] 5c69ac0246d0: Pull complete [2025-05-26T03:20:41.320Z] ec43610c2a17: Pull complete [2025-05-26T03:20:41.578Z] 3a2ae6a8a46f: Pull complete [2025-05-26T03:20:41.578Z] 33b1e0a273af: Pull complete [2025-05-26T03:20:41.840Z] 5d3b04190fa2: Pull complete [2025-05-26T03:20:46.051Z] 2f39f015ded8: Pull complete [2025-05-26T03:20:46.051Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T03:20:46.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:20:46.051Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:20:46.199Z] prd-centos7-docker-4c-2g-2260 does not seem to be running inside a container [2025-05-26T03:20:46.229Z] $ 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/839/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-26T03:20:49.640Z] $ docker top 83367a049045087c75c13e34097922cb497771a73e8569810b3bcdd42fda2c9c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:20:50.015Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T03:20:50.308Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T03:20:50.596Z] + ls /var/log/sa-host [2025-05-26T03:20:50.596Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:20:50.680Z] provisioning config files... [2025-05-26T03:20:50.689Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config3134443715783372986tmp [Pipeline] { [Pipeline] echo [2025-05-26T03:20:50.741Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:20:51.065Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T03:20:51.071Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:20:51.417Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T03:20:51.431Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:20:51.712Z] ---> sudo-logs.sh [2025-05-26T03:20:51.712Z] Archiving 'sudo' log.. [2025-05-26T03:20:51.712Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:20:51.749Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-26T03:20:51.754Z] $ docker stop --time=1 83367a049045087c75c13e34097922cb497771a73e8569810b3bcdd42fda2c9c [2025-05-26T03:20:52.884Z] $ docker rm -f --volumes 83367a049045087c75c13e34097922cb497771a73e8569810b3bcdd42fda2c9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-26T03:20:52.995Z] [WS-CLEANUP] Deleting project workspace... [2025-05-26T03:20:52.995Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-26T03:20:53.012Z] [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-26T03:33:36.236Z] #154 ... [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-26T03:33:36.236Z] #147 DONE 1046.7s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T03:33:36.236Z] #150 ... [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:33:36.236Z] #155 DONE 0.1s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:33:36.236Z] #156 DONE 0.1s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:33:36.236Z] #68 ... [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #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-26T03:33:36.236Z] #157 DONE 0.2s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #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-26T03:33:36.236Z] #158 DONE 0.1s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #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-26T03:33:36.236Z] #159 DONE 0.1s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #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-26T03:33:36.236Z] #160 DONE 2.2s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:33:36.236Z] #68 ... [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #107 [core-common-config-bootstrapper] exporting to image [2025-05-26T03:33:36.236Z] #107 exporting layers [2025-05-26T03:33:36.236Z] #107 exporting layers 0.8s done [2025-05-26T03:33:36.236Z] #107 writing image sha256:83d727085c8aa3570bb74522e6caa347170c968a8c5216d31cb47c4dba1526d4 done [2025-05-26T03:33:36.236Z] #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-05-26T03:33:36.236Z] #107 DONE 8.4s [2025-05-26T03:33:36.236Z] [2025-05-26T03:33:36.236Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:33:48.549Z] #68 ... [2025-05-26T03:33:48.549Z] [2025-05-26T03:33:48.549Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-26T03:33:48.549Z] #150 DONE 1065.2s [2025-05-26T03:33:48.549Z] [2025-05-26T03:33:48.549Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:33:48.549Z] #68 ... [2025-05-26T03:33:48.549Z] [2025-05-26T03:33:48.549Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-26T03:33:48.549Z] #161 DONE 0.3s [2025-05-26T03:33:48.549Z] [2025-05-26T03:33:48.549Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-26T03:33:50.625Z] #162 DONE 2.3s [2025-05-26T03:33:50.625Z] [2025-05-26T03:33:50.625Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:33:50.914Z] #149 ... [2025-05-26T03:33:50.914Z] [2025-05-26T03:33:50.914Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:33:50.914Z] #163 DONE 0.3s [2025-05-26T03:33:50.914Z] [2025-05-26T03:33:50.914Z] #148 [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-26T03:33:51.180Z] #148 ... [2025-05-26T03:33:51.180Z] [2025-05-26T03:33:51.180Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:33:51.180Z] #164 DONE 0.2s [2025-05-26T03:33:51.180Z] [2025-05-26T03:33:51.180Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-26T03:33:51.456Z] #165 DONE 0.3s [2025-05-26T03:33:51.456Z] [2025-05-26T03:33:51.456Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-26T03:33:51.456Z] #166 DONE 0.1s [2025-05-26T03:33:51.456Z] [2025-05-26T03:33:51.456Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T03:33:51.745Z] #154 ... [2025-05-26T03:33:51.745Z] [2025-05-26T03:33:51.745Z] #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-26T03:33:52.014Z] #167 DONE 0.2s [2025-05-26T03:33:52.014Z] [2025-05-26T03:33:52.014Z] #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-26T03:33:52.014Z] #168 DONE 0.3s [2025-05-26T03:33:52.014Z] [2025-05-26T03:33:52.014Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:33:52.014Z] #149 ... [2025-05-26T03:33:52.014Z] [2025-05-26T03:33:52.014Z] #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-26T03:33:52.014Z] #169 DONE 0.1s [2025-05-26T03:33:52.285Z] [2025-05-26T03:33:52.285Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-26T03:33:52.285Z] #170 DONE 0.1s [2025-05-26T03:33:52.285Z] [2025-05-26T03:33:52.285Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:33:52.285Z] #68 ... [2025-05-26T03:33:52.285Z] [2025-05-26T03:33:52.285Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-26T03:33:54.875Z] #171 DONE 2.2s [2025-05-26T03:33:54.875Z] [2025-05-26T03:33:54.875Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:33:54.875Z] #68 ... [2025-05-26T03:33:54.875Z] [2025-05-26T03:33:54.875Z] #107 [security-bootstrapper] exporting to image [2025-05-26T03:33:54.875Z] #107 exporting layers [2025-05-26T03:33:55.470Z] #107 exporting layers 1.0s done [2025-05-26T03:33:55.470Z] #107 writing image sha256:e111591b8cc5f31ebac2a0dde5b93dc54504b09f22b598cb7dc349df1a51a168 done [2025-05-26T03:33:55.470Z] #107 naming to docker.io/library/security-bootstrapper-arm64 done [2025-05-26T03:33:55.470Z] #107 DONE 9.4s [2025-05-26T03:33:55.470Z] [2025-05-26T03:33:55.470Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:48:04.450Z] #68 ... [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-26T03:48:04.450Z] #144 DONE 1914.8s [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:48:04.450Z] #149 ... [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:48:04.450Z] #172 DONE 0.2s [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:48:04.450Z] #173 DONE 0.3s [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-26T03:48:04.450Z] #174 DONE 0.4s [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:48:04.450Z] #152 ... [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:48:04.450Z] #175 DONE 0.1s [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #107 [core-command] exporting to image [2025-05-26T03:48:04.450Z] #107 exporting layers [2025-05-26T03:48:04.450Z] #107 exporting layers 0.3s done [2025-05-26T03:48:04.450Z] #107 writing image sha256:ca497cafb43fb655f6c909e2908a8ac20f03b1d9341e878a8035795aad106a0d done [2025-05-26T03:48:04.450Z] #107 naming to docker.io/library/core-command-arm64 done [2025-05-26T03:48:04.450Z] #107 DONE 9.8s [2025-05-26T03:48:04.450Z] [2025-05-26T03:48:04.450Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:48:31.162Z] #149 ... [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-26T03:48:31.162Z] #154 DONE 1944.5s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:48:31.162Z] #145 ... [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:48:31.162Z] #176 DONE 0.3s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:48:31.162Z] #177 DONE 0.1s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:48:31.162Z] #68 ... [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #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-26T03:48:31.162Z] #178 DONE 0.3s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:48:31.162Z] #149 ... [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-26T03:48:31.162Z] #179 DONE 0.1s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-26T03:48:31.162Z] #180 DONE 0.4s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T03:48:31.162Z] #181 DONE 0.2s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #148 [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-26T03:48:31.162Z] #148 1946.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.12 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-26T03:48:31.162Z] #148 ... [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #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-26T03:48:31.162Z] #182 DONE 2.1s [2025-05-26T03:48:31.162Z] [2025-05-26T03:48:31.162Z] #107 [security-proxy-setup] exporting to image [2025-05-26T03:48:31.162Z] #107 exporting layers [2025-05-26T03:48:31.429Z] #107 exporting layers 0.9s done [2025-05-26T03:48:31.429Z] #107 writing image sha256:c25784cadab97e5e81ec07e3400a06f2d2f30911f7eae1ce9631b4f4864f3a3b [2025-05-26T03:48:31.696Z] #107 writing image sha256:c25784cadab97e5e81ec07e3400a06f2d2f30911f7eae1ce9631b4f4864f3a3b done [2025-05-26T03:48:31.696Z] #107 naming to docker.io/library/security-proxy-setup-arm64 done [2025-05-26T03:48:31.696Z] #107 DONE 10.7s [2025-05-26T03:48:31.696Z] [2025-05-26T03:48:31.696Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:49:03.922Z] #68 ... [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #148 [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-26T03:49:03.922Z] #148 DONE 1978.3s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:49:03.922Z] #68 ... [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:49:03.922Z] #183 DONE 0.3s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:49:03.922Z] #184 DONE 0.2s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T03:49:03.922Z] #146 ... [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #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-26T03:49:03.922Z] #185 DONE 0.2s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:49:03.922Z] #68 ... [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #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-26T03:49:03.922Z] #186 DONE 0.1s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #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-26T03:49:03.922Z] #187 DONE 0.1s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:49:03.922Z] #149 ... [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-26T03:49:03.922Z] #188 DONE 0.4s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:49:03.922Z] #68 ... [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-26T03:49:03.922Z] #189 DONE 0.4s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:49:03.922Z] #68 ... [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-26T03:49:03.922Z] #190 DONE 0.1s [2025-05-26T03:49:03.922Z] [2025-05-26T03:49:03.922Z] #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-26T03:49:04.878Z] #191 DONE 1.9s [2025-05-26T03:49:04.879Z] [2025-05-26T03:49:04.879Z] #107 [security-secretstore-setup] exporting to image [2025-05-26T03:49:04.879Z] #107 exporting layers [2025-05-26T03:49:06.295Z] #107 exporting layers 1.4s done [2025-05-26T03:49:06.559Z] #107 writing image sha256:74980513bcb789f1fd6623fd1f330d59b2e9b68089f2d509f57bc6fd802305a6 done [2025-05-26T03:49:06.559Z] #107 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-05-26T03:49:06.559Z] #107 DONE 12.1s [2025-05-26T03:49:06.559Z] [2025-05-26T03:49:06.559Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:50:02.922Z] #152 ... [2025-05-26T03:50:02.922Z] [2025-05-26T03:50:02.922Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-26T03:50:02.922Z] #149 DONE 2037.5s [2025-05-26T03:50:02.922Z] [2025-05-26T03:50:02.922Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:50:02.922Z] #152 ... [2025-05-26T03:50:02.922Z] [2025-05-26T03:50:02.923Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:50:02.923Z] #192 DONE 0.3s [2025-05-26T03:50:02.923Z] [2025-05-26T03:50:02.923Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:50:02.923Z] #193 DONE 0.1s [2025-05-26T03:50:02.923Z] [2025-05-26T03:50:02.923Z] #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-26T03:50:02.923Z] #194 DONE 0.4s [2025-05-26T03:50:02.923Z] [2025-05-26T03:50:02.923Z] #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-26T03:50:02.923Z] #195 DONE 0.1s [2025-05-26T03:50:02.923Z] [2025-05-26T03:50:02.923Z] #107 [security-spiffe-token-provider] exporting to image [2025-05-26T03:50:02.923Z] #107 exporting layers [2025-05-26T03:50:02.923Z] #107 exporting layers 0.9s done [2025-05-26T03:50:02.923Z] #107 writing image sha256:b8caef028a9602e3939abfc1b013ee505c7a1609653ab320b38be1b3e50f8e9d done [2025-05-26T03:50:02.923Z] #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-05-26T03:50:02.923Z] #107 DONE 13.0s [2025-05-26T03:50:02.923Z] [2025-05-26T03:50:02.923Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:50:41.877Z] #68 ... [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-26T03:50:41.877Z] #152 DONE 2073.6s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:50:41.877Z] #68 ... [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:50:41.877Z] #196 DONE 0.3s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:50:41.877Z] #197 DONE 0.2s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:50:41.877Z] #145 ... [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-26T03:50:41.877Z] #198 DONE 0.6s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-26T03:50:41.877Z] #199 DONE 0.2s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:50:41.877Z] #151 ... [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-26T03:50:41.877Z] #200 DONE 0.2s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #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-26T03:50:41.877Z] #201 DONE 2.0s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:50:41.877Z] #145 ... [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #107 [security-proxy-auth] exporting to image [2025-05-26T03:50:41.877Z] #107 exporting layers [2025-05-26T03:50:41.877Z] #107 exporting layers 0.7s done [2025-05-26T03:50:41.877Z] #107 writing image sha256:d0c9770a9d32809b7d3ecb454f40318977bbd16fc30ca28009e366bd43663f32 done [2025-05-26T03:50:41.877Z] #107 naming to docker.io/library/security-proxy-auth-arm64 done [2025-05-26T03:50:41.877Z] #107 DONE 13.7s [2025-05-26T03:50:41.877Z] [2025-05-26T03:50:41.877Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:50:42.143Z] #68 ... [2025-05-26T03:50:42.143Z] [2025-05-26T03:50:42.143Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-26T03:50:42.143Z] #143 DONE 2079.7s [2025-05-26T03:50:42.143Z] [2025-05-26T03:50:42.143Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:50:42.753Z] #145 ... [2025-05-26T03:50:42.753Z] [2025-05-26T03:50:42.753Z] #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-26T03:50:42.753Z] #146 DONE 2080.3s [2025-05-26T03:50:42.753Z] [2025-05-26T03:50:42.753Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:50:43.022Z] #145 ... [2025-05-26T03:50:43.022Z] [2025-05-26T03:50:43.022Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:50:43.299Z] #202 DONE 0.3s [2025-05-26T03:50:43.299Z] [2025-05-26T03:50:43.299Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:50:43.299Z] #145 ... [2025-05-26T03:50:43.299Z] [2025-05-26T03:50:43.299Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:50:43.894Z] #203 DONE 0.4s [2025-05-26T03:50:43.894Z] [2025-05-26T03:50:43.894Z] #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:50:43.894Z] #204 DONE 0.2s [2025-05-26T03:50:43.894Z] [2025-05-26T03:50:43.894Z] #205 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-26T03:50:44.161Z] #205 DONE 0.7s [2025-05-26T03:50:44.161Z] [2025-05-26T03:50:44.161Z] #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:50:44.161Z] #206 DONE 0.2s [2025-05-26T03:50:44.161Z] [2025-05-26T03:50:44.161Z] #107 [core-keeper] exporting to image [2025-05-26T03:50:44.762Z] #107 ... [2025-05-26T03:50:44.762Z] [2025-05-26T03:50:44.762Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-26T03:50:44.762Z] #207 DONE 0.6s [2025-05-26T03:50:44.762Z] [2025-05-26T03:50:44.762Z] #107 [core-keeper] exporting to image [2025-05-26T03:50:44.762Z] #107 exporting layers 0.6s done [2025-05-26T03:50:44.762Z] #107 writing image sha256:f29c959649f6aa6208bb1caa240cc5517d8fbc6deb8b80cbbe7a25ae50546d55 [2025-05-26T03:50:45.055Z] #107 writing image sha256:f29c959649f6aa6208bb1caa240cc5517d8fbc6deb8b80cbbe7a25ae50546d55 done [2025-05-26T03:50:45.055Z] #107 naming to docker.io/library/core-keeper-arm64 done [2025-05-26T03:50:45.055Z] #107 DONE 14.4s [2025-05-26T03:50:45.055Z] [2025-05-26T03:50:45.055Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:50:45.055Z] #208 DONE 0.3s [2025-05-26T03:50:45.055Z] [2025-05-26T03:50:45.055Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-26T03:50:45.324Z] #209 DONE 0.3s [2025-05-26T03:50:45.324Z] [2025-05-26T03:50:45.324Z] #107 [core-metadata] exporting to image [2025-05-26T03:50:45.593Z] #107 ... [2025-05-26T03:50:45.593Z] [2025-05-26T03:50:45.593Z] #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-26T03:50:45.593Z] #145 DONE 2083.2s [2025-05-26T03:50:45.593Z] [2025-05-26T03:50:45.593Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:50:46.205Z] #68 ... [2025-05-26T03:50:46.205Z] [2025-05-26T03:50:46.205Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:50:46.205Z] #210 DONE 0.2s [2025-05-26T03:50:46.205Z] [2025-05-26T03:50:46.205Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:50:46.205Z] #68 ... [2025-05-26T03:50:46.205Z] [2025-05-26T03:50:46.205Z] #107 [core-metadata] exporting to image [2025-05-26T03:50:46.205Z] #107 exporting layers 0.9s done [2025-05-26T03:50:46.205Z] #107 writing image sha256:10dc938fde4e4e07f5199c200aaaa26767489f561ac9bf03a755b44a595a6ae2 done [2025-05-26T03:50:46.205Z] #107 naming to docker.io/library/core-metadata-arm64 done [2025-05-26T03:50:46.205Z] #107 DONE 15.3s [2025-05-26T03:50:46.205Z] [2025-05-26T03:50:46.205Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:50:46.475Z] #211 DONE 0.2s [2025-05-26T03:50:46.475Z] [2025-05-26T03:50:46.475Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-26T03:50:47.074Z] #212 DONE 0.4s [2025-05-26T03:50:47.074Z] [2025-05-26T03:50:47.074Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:50:47.074Z] #68 ... [2025-05-26T03:50:47.074Z] [2025-05-26T03:50:47.074Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:50:47.074Z] #213 DONE 0.1s [2025-05-26T03:50:47.074Z] [2025-05-26T03:50:47.074Z] #107 [core-data] exporting to image [2025-05-26T03:50:47.340Z] #107 exporting layers 0.4s done [2025-05-26T03:50:47.606Z] #107 writing image sha256:22fbd90ff85da553ec62bd911bab7c86ad89596e094f111c3979033877316351 done [2025-05-26T03:50:47.606Z] #107 naming to docker.io/library/core-data-arm64 done [2025-05-26T03:50:47.606Z] #107 DONE 15.7s [2025-05-26T03:50:47.606Z] [2025-05-26T03:50:47.606Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-26T03:51:20.238Z] #153 DONE 2114.7s [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:51:20.238Z] #151 ... [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:51:20.238Z] #214 DONE 0.1s [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:51:20.238Z] #215 DONE 0.1s [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-26T03:51:20.238Z] #216 DONE 0.6s [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-26T03:51:20.238Z] #217 DONE 0.1s [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:51:20.238Z] #151 ... [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #107 [support-scheduler] exporting to image [2025-05-26T03:51:20.238Z] #107 exporting layers [2025-05-26T03:51:20.238Z] #107 exporting layers 0.9s done [2025-05-26T03:51:20.238Z] #107 writing image sha256:01a61f9e40231608bf7884ef6d1fada8a59189d5e7c2a9d187348f4e6f119706 done [2025-05-26T03:51:20.238Z] #107 naming to docker.io/library/support-scheduler-arm64 done [2025-05-26T03:51:20.238Z] #107 DONE 16.6s [2025-05-26T03:51:20.238Z] [2025-05-26T03:51:20.238Z] #151 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-26T03:51:25.567Z] #151 DONE 2122.7s [2025-05-26T03:51:25.567Z] [2025-05-26T03:51:25.567Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:51:25.567Z] #68 ... [2025-05-26T03:51:25.567Z] [2025-05-26T03:51:25.567Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-26T03:51:25.567Z] #218 DONE 0.2s [2025-05-26T03:51:25.567Z] [2025-05-26T03:51:25.567Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-26T03:51:25.567Z] #219 DONE 0.1s [2025-05-26T03:51:25.567Z] [2025-05-26T03:51:25.567Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:51:25.567Z] #68 ... [2025-05-26T03:51:25.567Z] [2025-05-26T03:51:25.567Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-26T03:51:26.153Z] #220 DONE 0.5s [2025-05-26T03:51:26.153Z] [2025-05-26T03:51:26.153Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-26T03:51:26.153Z] #221 DONE 0.1s [2025-05-26T03:51:26.153Z] [2025-05-26T03:51:26.153Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:51:26.153Z] #68 ... [2025-05-26T03:51:26.153Z] [2025-05-26T03:51:26.153Z] #107 [support-notifications] exporting to image [2025-05-26T03:51:26.153Z] #107 exporting layers [2025-05-26T03:51:26.737Z] #107 exporting layers 0.5s done [2025-05-26T03:51:26.738Z] #107 writing image sha256:de866105307c24c12941ec5cef7a6209dd21974c4de4976ef85f65dc03087bfb done [2025-05-26T03:51:26.738Z] #107 naming to docker.io/library/support-notifications-arm64 done [2025-05-26T03:51:26.738Z] #107 DONE 17.2s [2025-05-26T03:51:26.738Z] [2025-05-26T03:51:26.738Z] #68 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-26T03:51:26.738Z] time="2025-05-26T03:13:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-26T03:51:26.749Z] $ docker stop --time=1 bbcd77c4d146ed58e0756e8bd77142156109c20e73f58aa9ca3e319e7013e595 [2025-05-26T03:51:28.355Z] $ docker rm -f --volumes bbcd77c4d146ed58e0756e8bd77142156109c20e73f58aa9ca3e319e7013e595 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T03:51:28.858Z] + docker images [2025-05-26T03:51:28.858Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-26T03:51:28.858Z] support-notifications-arm64 latest de866105307c 3 seconds ago 52.3MB [2025-05-26T03:51:28.858Z] support-scheduler-arm64 latest 01a61f9e4023 10 seconds ago 48.5MB [2025-05-26T03:51:28.858Z] core-data-arm64 latest 22fbd90ff85d 42 seconds ago 33MB [2025-05-26T03:51:28.858Z] core-metadata-arm64 latest 10dc938fde4e 43 seconds ago 33.1MB [2025-05-26T03:51:28.858Z] core-keeper-arm64 latest f29c959649f6 44 seconds ago 32.6MB [2025-05-26T03:51:28.858Z] security-proxy-auth-arm64 latest d0c9770a9d32 49 seconds ago 31.9MB [2025-05-26T03:51:28.858Z] security-spiffe-token-provider-arm64 latest b8caef028a96 About a minute ago 48.1MB [2025-05-26T03:51:28.858Z] security-secretstore-setup-arm64 latest 74980513bcb7 2 minutes ago 67.6MB [2025-05-26T03:51:28.858Z] security-proxy-setup-arm64 latest c25784cadab9 2 minutes ago 38.7MB [2025-05-26T03:51:28.858Z] core-command-arm64 latest ca497cafb43f 3 minutes ago 28.5MB [2025-05-26T03:51:28.858Z] security-bootstrapper-arm64 latest e111591b8cc5 17 minutes ago 21.1MB [2025-05-26T03:51:28.858Z] core-common-config-bootstrapper-arm64 latest 83d727085c8a 17 minutes ago 17.9MB [2025-05-26T03:51:28.858Z] security-spire-config-arm64 latest ef78f4a92ce2 36 minutes ago 143MB [2025-05-26T03:51:28.858Z] security-spire-agent-arm64 latest 8cbb58ef64e9 36 minutes ago 187MB [2025-05-26T03:51:28.858Z] security-spire-server-arm64 latest a427ad36387e 36 minutes ago 144MB [2025-05-26T03:51:28.858Z] ci-base-image-arm64 latest b772965bd537 38 minutes ago 910MB [2025-05-26T03:51:28.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 6 weeks ago 560MB [2025-05-26T03:51:28.858Z] 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-26T03:51:29.016Z] provisioning config files... [2025-05-26T03:51:29.030Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/839@tmp/config14875242147197129651tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:51:29.382Z] ---> ****-login.sh [2025-05-26T03:51:29.382Z] nexus3.edgexfoundry.org:10001 [2025-05-26T03:51:29.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:51:29.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:51:29.652Z] Configure a credential helper to remove this warning. See [2025-05-26T03:51:29.653Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:51:29.653Z] [2025-05-26T03:51:29.653Z] Login Succeeded [2025-05-26T03:51:29.653Z] nexus3.edgexfoundry.org:10002 [2025-05-26T03:51:29.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:51:30.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:51:30.195Z] Configure a credential helper to remove this warning. See [2025-05-26T03:51:30.195Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:51:30.195Z] [2025-05-26T03:51:30.195Z] Login Succeeded [2025-05-26T03:51:30.195Z] nexus3.edgexfoundry.org:10003 [2025-05-26T03:51:30.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:51:30.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:51:30.463Z] Configure a credential helper to remove this warning. See [2025-05-26T03:51:30.463Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:51:30.463Z] [2025-05-26T03:51:30.463Z] Login Succeeded [2025-05-26T03:51:30.463Z] nexus3.edgexfoundry.org:10004 [2025-05-26T03:51:30.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:51:30.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:51:30.732Z] Configure a credential helper to remove this warning. See [2025-05-26T03:51:30.732Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:51:30.732Z] [2025-05-26T03:51:30.732Z] Login Succeeded [2025-05-26T03:51:30.732Z] ****.io [2025-05-26T03:51:31.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T03:51:31.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T03:51:31.271Z] Configure a credential helper to remove this warning. See [2025-05-26T03:51:31.271Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T03:51:31.271Z] [2025-05-26T03:51:31.271Z] Login Succeeded [2025-05-26T03:51:31.271Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T03:51:31.282Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:51:31.332Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-26T03:51:31.360Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-05-26T03:51:31.360Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:31.360Z] latest [2025-05-26T03:51:31.360Z] 4.1.0-dev.12 [2025-05-26T03:51:31.360Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:31.360Z] main [2025-05-26T03:51:31.360Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:31.727Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:32.088Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:32.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T03:51:32.088Z] 1bd9ece667f1: Preparing [2025-05-26T03:51:32.088Z] 26113d2afaad: Preparing [2025-05-26T03:51:32.088Z] 0d4027581518: Preparing [2025-05-26T03:51:32.088Z] f815f05dde13: Preparing [2025-05-26T03:51:32.088Z] a032244e9e1c: Preparing [2025-05-26T03:51:32.088Z] a6af9892bb15: Preparing [2025-05-26T03:51:32.088Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:32.088Z] a6af9892bb15: Waiting [2025-05-26T03:51:32.088Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:32.354Z] 0d4027581518: Pushed [2025-05-26T03:51:32.354Z] f815f05dde13: Pushed [2025-05-26T03:51:32.354Z] 1bd9ece667f1: Pushed [2025-05-26T03:51:32.354Z] a032244e9e1c: Pushed [2025-05-26T03:51:32.354Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:32.354Z] a6af9892bb15: Pushed [2025-05-26T03:51:36.592Z] 26113d2afaad: Pushed [2025-05-26T03:51:36.592Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:36.935Z] + 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-26T03:51:37.285Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-26T03:51:37.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T03:51:37.285Z] 1bd9ece667f1: Preparing [2025-05-26T03:51:37.285Z] 26113d2afaad: Preparing [2025-05-26T03:51:37.285Z] 0d4027581518: Preparing [2025-05-26T03:51:37.285Z] f815f05dde13: Preparing [2025-05-26T03:51:37.285Z] a032244e9e1c: Preparing [2025-05-26T03:51:37.285Z] a6af9892bb15: Preparing [2025-05-26T03:51:37.285Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:37.285Z] a6af9892bb15: Waiting [2025-05-26T03:51:37.285Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:37.285Z] 0d4027581518: Layer already exists [2025-05-26T03:51:37.285Z] 26113d2afaad: Layer already exists [2025-05-26T03:51:37.285Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:37.285Z] 1bd9ece667f1: Layer already exists [2025-05-26T03:51:37.285Z] f815f05dde13: Layer already exists [2025-05-26T03:51:37.285Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:37.285Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:37.551Z] latest: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:37.901Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:38.253Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 [2025-05-26T03:51:38.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T03:51:38.253Z] 1bd9ece667f1: Preparing [2025-05-26T03:51:38.253Z] 26113d2afaad: Preparing [2025-05-26T03:51:38.253Z] 0d4027581518: Preparing [2025-05-26T03:51:38.253Z] f815f05dde13: Preparing [2025-05-26T03:51:38.253Z] a032244e9e1c: Preparing [2025-05-26T03:51:38.253Z] a6af9892bb15: Preparing [2025-05-26T03:51:38.253Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:38.253Z] a6af9892bb15: Waiting [2025-05-26T03:51:38.253Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:38.253Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:38.253Z] 1bd9ece667f1: Layer already exists [2025-05-26T03:51:38.253Z] f815f05dde13: Layer already exists [2025-05-26T03:51:38.253Z] 0d4027581518: Layer already exists [2025-05-26T03:51:38.253Z] 26113d2afaad: Layer already exists [2025-05-26T03:51:38.253Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:38.253Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:38.253Z] 4.1.0-dev.12: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:38.598Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:38.948Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:38.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T03:51:38.948Z] 1bd9ece667f1: Preparing [2025-05-26T03:51:38.948Z] 26113d2afaad: Preparing [2025-05-26T03:51:38.948Z] 0d4027581518: Preparing [2025-05-26T03:51:38.948Z] f815f05dde13: Preparing [2025-05-26T03:51:38.948Z] a032244e9e1c: Preparing [2025-05-26T03:51:38.948Z] a6af9892bb15: Preparing [2025-05-26T03:51:38.948Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:38.948Z] a6af9892bb15: Waiting [2025-05-26T03:51:38.948Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:38.948Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:38.948Z] f815f05dde13: Layer already exists [2025-05-26T03:51:38.948Z] 1bd9ece667f1: Layer already exists [2025-05-26T03:51:38.948Z] 0d4027581518: Layer already exists [2025-05-26T03:51:38.948Z] 26113d2afaad: Layer already exists [2025-05-26T03:51:38.948Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:38.948Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:38.948Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:39.293Z] + 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-26T03:51:39.644Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-05-26T03:51:39.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-26T03:51:39.644Z] 1bd9ece667f1: Preparing [2025-05-26T03:51:39.644Z] 26113d2afaad: Preparing [2025-05-26T03:51:39.644Z] 0d4027581518: Preparing [2025-05-26T03:51:39.644Z] f815f05dde13: Preparing [2025-05-26T03:51:39.644Z] a032244e9e1c: Preparing [2025-05-26T03:51:39.644Z] a6af9892bb15: Preparing [2025-05-26T03:51:39.644Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:39.644Z] a6af9892bb15: Waiting [2025-05-26T03:51:39.644Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:39.644Z] f815f05dde13: Layer already exists [2025-05-26T03:51:39.644Z] 0d4027581518: Layer already exists [2025-05-26T03:51:39.644Z] 26113d2afaad: Layer already exists [2025-05-26T03:51:39.644Z] 1bd9ece667f1: Layer already exists [2025-05-26T03:51:39.644Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:39.644Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:39.644Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:39.907Z] main: digest: sha256:6f4bc22c02786bc480b187ee3a3819a8dd0afd6a0a1c7a29a88f5b72715fcb12 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:51:39.975Z] ===================================================== [Pipeline] echo [2025-05-26T03:51:39.986Z] taggedImages: [2025-05-26T03:51:39.986Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:39.986Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-26T03:51:39.986Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 [2025-05-26T03:51:39.986Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:39.986Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-26T03:51:40.011Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-05-26T03:51:40.011Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:40.011Z] latest [2025-05-26T03:51:40.011Z] 4.1.0-dev.12 [2025-05-26T03:51:40.011Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:40.011Z] main [2025-05-26T03:51:40.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:40.363Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:40.711Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:40.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T03:51:40.712Z] 33e17492e81d: Preparing [2025-05-26T03:51:40.712Z] 96e582332701: Preparing [2025-05-26T03:51:40.712Z] b49f3ae6f8ca: Preparing [2025-05-26T03:51:40.712Z] 6c1c0f9a7e28: Preparing [2025-05-26T03:51:40.712Z] 0d4027581518: Preparing [2025-05-26T03:51:40.712Z] f815f05dde13: Preparing [2025-05-26T03:51:40.712Z] a032244e9e1c: Preparing [2025-05-26T03:51:40.712Z] a6af9892bb15: Preparing [2025-05-26T03:51:40.712Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:40.712Z] f815f05dde13: Waiting [2025-05-26T03:51:40.712Z] a032244e9e1c: Waiting [2025-05-26T03:51:40.712Z] a6af9892bb15: Waiting [2025-05-26T03:51:40.712Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:40.712Z] 0d4027581518: Layer already exists [2025-05-26T03:51:40.975Z] f815f05dde13: Layer already exists [2025-05-26T03:51:40.975Z] b49f3ae6f8ca: Pushed [2025-05-26T03:51:40.975Z] 96e582332701: Pushed [2025-05-26T03:51:40.975Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:40.975Z] 33e17492e81d: Pushed [2025-05-26T03:51:40.975Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:40.975Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:42.897Z] 6c1c0f9a7e28: Pushed [2025-05-26T03:51:43.160Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:43.509Z] + 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-26T03:51:43.856Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-26T03:51:43.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T03:51:43.857Z] 33e17492e81d: Preparing [2025-05-26T03:51:43.857Z] 96e582332701: Preparing [2025-05-26T03:51:43.857Z] b49f3ae6f8ca: Preparing [2025-05-26T03:51:43.857Z] 6c1c0f9a7e28: Preparing [2025-05-26T03:51:43.857Z] 0d4027581518: Preparing [2025-05-26T03:51:43.857Z] f815f05dde13: Preparing [2025-05-26T03:51:43.857Z] a032244e9e1c: Preparing [2025-05-26T03:51:43.857Z] a6af9892bb15: Preparing [2025-05-26T03:51:43.857Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:43.857Z] a032244e9e1c: Waiting [2025-05-26T03:51:43.857Z] a6af9892bb15: Waiting [2025-05-26T03:51:43.857Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:43.857Z] f815f05dde13: Waiting [2025-05-26T03:51:43.857Z] 96e582332701: Layer already exists [2025-05-26T03:51:43.857Z] b49f3ae6f8ca: Layer already exists [2025-05-26T03:51:43.857Z] 33e17492e81d: Layer already exists [2025-05-26T03:51:43.857Z] 6c1c0f9a7e28: Layer already exists [2025-05-26T03:51:43.857Z] 0d4027581518: Layer already exists [2025-05-26T03:51:43.857Z] f815f05dde13: Layer already exists [2025-05-26T03:51:43.857Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:43.857Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:43.857Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:44.121Z] latest: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:44.483Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:44.830Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 [2025-05-26T03:51:44.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T03:51:44.831Z] 33e17492e81d: Preparing [2025-05-26T03:51:44.831Z] 96e582332701: Preparing [2025-05-26T03:51:44.831Z] b49f3ae6f8ca: Preparing [2025-05-26T03:51:44.831Z] 6c1c0f9a7e28: Preparing [2025-05-26T03:51:44.831Z] 0d4027581518: Preparing [2025-05-26T03:51:44.831Z] f815f05dde13: Preparing [2025-05-26T03:51:44.831Z] a032244e9e1c: Preparing [2025-05-26T03:51:44.831Z] a6af9892bb15: Preparing [2025-05-26T03:51:44.831Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:44.831Z] f815f05dde13: Waiting [2025-05-26T03:51:44.831Z] a032244e9e1c: Waiting [2025-05-26T03:51:44.831Z] a6af9892bb15: Waiting [2025-05-26T03:51:44.831Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:44.831Z] 0d4027581518: Layer already exists [2025-05-26T03:51:44.831Z] b49f3ae6f8ca: Layer already exists [2025-05-26T03:51:44.831Z] 33e17492e81d: Layer already exists [2025-05-26T03:51:44.831Z] 96e582332701: Layer already exists [2025-05-26T03:51:44.831Z] 6c1c0f9a7e28: Layer already exists [2025-05-26T03:51:44.831Z] f815f05dde13: Layer already exists [2025-05-26T03:51:44.831Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:44.831Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:44.831Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:44.831Z] 4.1.0-dev.12: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:45.436Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:45.775Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:45.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T03:51:45.775Z] 33e17492e81d: Preparing [2025-05-26T03:51:45.775Z] 96e582332701: Preparing [2025-05-26T03:51:45.775Z] b49f3ae6f8ca: Preparing [2025-05-26T03:51:45.775Z] 6c1c0f9a7e28: Preparing [2025-05-26T03:51:45.775Z] 0d4027581518: Preparing [2025-05-26T03:51:45.775Z] f815f05dde13: Preparing [2025-05-26T03:51:45.775Z] a032244e9e1c: Preparing [2025-05-26T03:51:45.775Z] a6af9892bb15: Preparing [2025-05-26T03:51:45.775Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:45.775Z] a032244e9e1c: Waiting [2025-05-26T03:51:45.775Z] a6af9892bb15: Waiting [2025-05-26T03:51:45.775Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:45.775Z] f815f05dde13: Waiting [2025-05-26T03:51:45.775Z] 0d4027581518: Layer already exists [2025-05-26T03:51:45.775Z] 96e582332701: Layer already exists [2025-05-26T03:51:45.775Z] 33e17492e81d: Layer already exists [2025-05-26T03:51:45.775Z] 6c1c0f9a7e28: Layer already exists [2025-05-26T03:51:45.775Z] b49f3ae6f8ca: Layer already exists [2025-05-26T03:51:45.775Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:45.775Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:45.775Z] f815f05dde13: Layer already exists [2025-05-26T03:51:45.775Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:45.775Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:46.378Z] + 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-26T03:51:46.711Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-05-26T03:51:46.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-26T03:51:46.711Z] 33e17492e81d: Preparing [2025-05-26T03:51:46.711Z] 96e582332701: Preparing [2025-05-26T03:51:46.711Z] b49f3ae6f8ca: Preparing [2025-05-26T03:51:46.711Z] 6c1c0f9a7e28: Preparing [2025-05-26T03:51:46.711Z] 0d4027581518: Preparing [2025-05-26T03:51:46.711Z] f815f05dde13: Preparing [2025-05-26T03:51:46.711Z] a032244e9e1c: Preparing [2025-05-26T03:51:46.711Z] a6af9892bb15: Preparing [2025-05-26T03:51:46.711Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:46.711Z] a032244e9e1c: Waiting [2025-05-26T03:51:46.711Z] a6af9892bb15: Waiting [2025-05-26T03:51:46.711Z] f815f05dde13: Waiting [2025-05-26T03:51:46.711Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:46.711Z] b49f3ae6f8ca: Layer already exists [2025-05-26T03:51:46.711Z] 0d4027581518: Layer already exists [2025-05-26T03:51:46.711Z] 33e17492e81d: Layer already exists [2025-05-26T03:51:46.711Z] 6c1c0f9a7e28: Layer already exists [2025-05-26T03:51:46.711Z] 96e582332701: Layer already exists [2025-05-26T03:51:46.711Z] f815f05dde13: Layer already exists [2025-05-26T03:51:46.711Z] a032244e9e1c: Layer already exists [2025-05-26T03:51:46.711Z] a6af9892bb15: Layer already exists [2025-05-26T03:51:46.711Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:46.974Z] main: digest: sha256:f57643e4b7ee1464c6f9d0ba87e8337f2440fa6be8b4402af78b87e9fcf3375a size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:51:47.067Z] ===================================================== [Pipeline] echo [2025-05-26T03:51:47.081Z] taggedImages: [2025-05-26T03:51:47.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:47.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-26T03:51:47.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 [2025-05-26T03:51:47.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:47.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T03:51:47.102Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-05-26T03:51:47.102Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:47.102Z] latest [2025-05-26T03:51:47.102Z] 4.1.0-dev.12 [2025-05-26T03:51:47.102Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:47.102Z] main [2025-05-26T03:51:47.102Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:47.459Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:47.814Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:47.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T03:51:47.815Z] e36ac7a41fbe: Preparing [2025-05-26T03:51:47.815Z] f4a37f6e31aa: Preparing [2025-05-26T03:51:47.815Z] 0d4027581518: Preparing [2025-05-26T03:51:47.815Z] f815f05dde13: Preparing [2025-05-26T03:51:47.815Z] f9ffcee0a51c: Preparing [2025-05-26T03:51:47.815Z] ec5931d4e5df: Preparing [2025-05-26T03:51:47.815Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:47.815Z] ec5931d4e5df: Waiting [2025-05-26T03:51:47.815Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:47.815Z] f815f05dde13: Layer already exists [2025-05-26T03:51:47.815Z] 0d4027581518: Layer already exists [2025-05-26T03:51:48.078Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:48.078Z] e36ac7a41fbe: Pushed [2025-05-26T03:51:48.078Z] f9ffcee0a51c: Pushed [2025-05-26T03:51:48.078Z] ec5931d4e5df: Pushed [2025-05-26T03:51:53.391Z] f4a37f6e31aa: Pushed [2025-05-26T03:51:53.391Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:53.747Z] + 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-26T03:51:54.096Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-26T03:51:54.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T03:51:54.096Z] e36ac7a41fbe: Preparing [2025-05-26T03:51:54.096Z] f4a37f6e31aa: Preparing [2025-05-26T03:51:54.096Z] 0d4027581518: Preparing [2025-05-26T03:51:54.096Z] f815f05dde13: Preparing [2025-05-26T03:51:54.096Z] f9ffcee0a51c: Preparing [2025-05-26T03:51:54.096Z] ec5931d4e5df: Preparing [2025-05-26T03:51:54.096Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:54.096Z] ec5931d4e5df: Waiting [2025-05-26T03:51:54.096Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:54.096Z] e36ac7a41fbe: Layer already exists [2025-05-26T03:51:54.096Z] f815f05dde13: Layer already exists [2025-05-26T03:51:54.096Z] f4a37f6e31aa: Layer already exists [2025-05-26T03:51:54.096Z] 0d4027581518: Layer already exists [2025-05-26T03:51:54.096Z] f9ffcee0a51c: Layer already exists [2025-05-26T03:51:54.097Z] ec5931d4e5df: Layer already exists [2025-05-26T03:51:54.097Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:54.097Z] latest: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:54.729Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:55.080Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 [2025-05-26T03:51:55.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T03:51:55.081Z] e36ac7a41fbe: Preparing [2025-05-26T03:51:55.081Z] f4a37f6e31aa: Preparing [2025-05-26T03:51:55.081Z] 0d4027581518: Preparing [2025-05-26T03:51:55.081Z] f815f05dde13: Preparing [2025-05-26T03:51:55.081Z] f9ffcee0a51c: Preparing [2025-05-26T03:51:55.081Z] ec5931d4e5df: Preparing [2025-05-26T03:51:55.081Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:55.081Z] ec5931d4e5df: Waiting [2025-05-26T03:51:55.081Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:55.081Z] f9ffcee0a51c: Layer already exists [2025-05-26T03:51:55.081Z] f815f05dde13: Layer already exists [2025-05-26T03:51:55.081Z] f4a37f6e31aa: Layer already exists [2025-05-26T03:51:55.081Z] 0d4027581518: Layer already exists [2025-05-26T03:51:55.081Z] e36ac7a41fbe: Layer already exists [2025-05-26T03:51:55.081Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:55.081Z] ec5931d4e5df: Layer already exists [2025-05-26T03:51:55.081Z] 4.1.0-dev.12: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:55.708Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:56.073Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:56.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T03:51:56.073Z] e36ac7a41fbe: Preparing [2025-05-26T03:51:56.073Z] f4a37f6e31aa: Preparing [2025-05-26T03:51:56.073Z] 0d4027581518: Preparing [2025-05-26T03:51:56.073Z] f815f05dde13: Preparing [2025-05-26T03:51:56.073Z] f9ffcee0a51c: Preparing [2025-05-26T03:51:56.073Z] ec5931d4e5df: Preparing [2025-05-26T03:51:56.073Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:56.073Z] ec5931d4e5df: Waiting [2025-05-26T03:51:56.073Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:56.073Z] 0d4027581518: Layer already exists [2025-05-26T03:51:56.073Z] f4a37f6e31aa: Layer already exists [2025-05-26T03:51:56.073Z] f9ffcee0a51c: Layer already exists [2025-05-26T03:51:56.073Z] e36ac7a41fbe: Layer already exists [2025-05-26T03:51:56.073Z] f815f05dde13: Layer already exists [2025-05-26T03:51:56.073Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:56.073Z] ec5931d4e5df: Layer already exists [2025-05-26T03:51:56.073Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:56.685Z] + 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-26T03:51:57.041Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-05-26T03:51:57.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-26T03:51:57.041Z] e36ac7a41fbe: Preparing [2025-05-26T03:51:57.041Z] f4a37f6e31aa: Preparing [2025-05-26T03:51:57.041Z] 0d4027581518: Preparing [2025-05-26T03:51:57.041Z] f815f05dde13: Preparing [2025-05-26T03:51:57.041Z] f9ffcee0a51c: Preparing [2025-05-26T03:51:57.041Z] ec5931d4e5df: Preparing [2025-05-26T03:51:57.041Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:57.041Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:57.041Z] ec5931d4e5df: Waiting [2025-05-26T03:51:57.041Z] f815f05dde13: Layer already exists [2025-05-26T03:51:57.041Z] f9ffcee0a51c: Layer already exists [2025-05-26T03:51:57.041Z] f4a37f6e31aa: Layer already exists [2025-05-26T03:51:57.041Z] e36ac7a41fbe: Layer already exists [2025-05-26T03:51:57.041Z] 0d4027581518: Layer already exists [2025-05-26T03:51:57.041Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:57.041Z] ec5931d4e5df: Layer already exists [2025-05-26T03:51:57.041Z] main: digest: sha256:8d8111f6f2f9b0eac7e7ff8ee3520f2d751e3a1d1c2bfbc1800e35303d97414e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:51:57.396Z] ===================================================== [Pipeline] echo [2025-05-26T03:51:57.407Z] taggedImages: [2025-05-26T03:51:57.407Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:57.407Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-26T03:51:57.407Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 [2025-05-26T03:51:57.407Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:57.407Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-26T03:51:57.439Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-05-26T03:51:57.439Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:57.439Z] latest [2025-05-26T03:51:57.439Z] 4.1.0-dev.12 [2025-05-26T03:51:57.439Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:51:57.439Z] main [2025-05-26T03:51:57.439Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:57.821Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:51:58.177Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:51:58.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T03:51:58.178Z] b4367a046378: Preparing [2025-05-26T03:51:58.178Z] 669024f69389: Preparing [2025-05-26T03:51:58.178Z] f815f05dde13: Preparing [2025-05-26T03:51:58.178Z] 936e013731de: Preparing [2025-05-26T03:51:58.178Z] bcf4be3a6295: Preparing [2025-05-26T03:51:58.178Z] dd9c8f8612c8: Preparing [2025-05-26T03:51:58.178Z] dd9c8f8612c8: Waiting [2025-05-26T03:51:58.178Z] f815f05dde13: Layer already exists [2025-05-26T03:51:58.442Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:51:58.442Z] bcf4be3a6295: Pushed [2025-05-26T03:51:58.442Z] 936e013731de: Pushed [2025-05-26T03:51:58.442Z] b4367a046378: Pushed [2025-05-26T03:52:03.764Z] 669024f69389: Pushed [2025-05-26T03:52:03.764Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:04.132Z] + 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-26T03:52:04.477Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-26T03:52:04.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T03:52:04.477Z] b4367a046378: Preparing [2025-05-26T03:52:04.477Z] 669024f69389: Preparing [2025-05-26T03:52:04.477Z] f815f05dde13: Preparing [2025-05-26T03:52:04.477Z] 936e013731de: Preparing [2025-05-26T03:52:04.477Z] bcf4be3a6295: Preparing [2025-05-26T03:52:04.477Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:04.477Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:04.477Z] b4367a046378: Layer already exists [2025-05-26T03:52:04.477Z] bcf4be3a6295: Layer already exists [2025-05-26T03:52:04.477Z] f815f05dde13: Layer already exists [2025-05-26T03:52:04.477Z] 669024f69389: Layer already exists [2025-05-26T03:52:04.477Z] 936e013731de: Layer already exists [2025-05-26T03:52:04.477Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:04.743Z] latest: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:05.107Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:05.465Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 [2025-05-26T03:52:05.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T03:52:05.465Z] b4367a046378: Preparing [2025-05-26T03:52:05.465Z] 669024f69389: Preparing [2025-05-26T03:52:05.465Z] f815f05dde13: Preparing [2025-05-26T03:52:05.465Z] 936e013731de: Preparing [2025-05-26T03:52:05.465Z] bcf4be3a6295: Preparing [2025-05-26T03:52:05.465Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:05.465Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:05.465Z] b4367a046378: Layer already exists [2025-05-26T03:52:05.465Z] bcf4be3a6295: Layer already exists [2025-05-26T03:52:05.465Z] 936e013731de: Layer already exists [2025-05-26T03:52:05.465Z] 669024f69389: Layer already exists [2025-05-26T03:52:05.465Z] f815f05dde13: Layer already exists [2025-05-26T03:52:05.465Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:05.465Z] 4.1.0-dev.12: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:05.822Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:06.171Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:06.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T03:52:06.171Z] b4367a046378: Preparing [2025-05-26T03:52:06.171Z] 669024f69389: Preparing [2025-05-26T03:52:06.171Z] f815f05dde13: Preparing [2025-05-26T03:52:06.171Z] 936e013731de: Preparing [2025-05-26T03:52:06.171Z] bcf4be3a6295: Preparing [2025-05-26T03:52:06.171Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:06.171Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:06.171Z] 669024f69389: Layer already exists [2025-05-26T03:52:06.171Z] f815f05dde13: Layer already exists [2025-05-26T03:52:06.171Z] 936e013731de: Layer already exists [2025-05-26T03:52:06.171Z] b4367a046378: Layer already exists [2025-05-26T03:52:06.171Z] bcf4be3a6295: Layer already exists [2025-05-26T03:52:06.171Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:06.437Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:06.783Z] + 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-26T03:52:07.133Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-05-26T03:52:07.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-26T03:52:07.133Z] b4367a046378: Preparing [2025-05-26T03:52:07.133Z] 669024f69389: Preparing [2025-05-26T03:52:07.133Z] f815f05dde13: Preparing [2025-05-26T03:52:07.133Z] 936e013731de: Preparing [2025-05-26T03:52:07.133Z] bcf4be3a6295: Preparing [2025-05-26T03:52:07.133Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:07.133Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:07.133Z] 936e013731de: Layer already exists [2025-05-26T03:52:07.133Z] b4367a046378: Layer already exists [2025-05-26T03:52:07.133Z] 669024f69389: Layer already exists [2025-05-26T03:52:07.133Z] bcf4be3a6295: Layer already exists [2025-05-26T03:52:07.133Z] f815f05dde13: Layer already exists [2025-05-26T03:52:07.133Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:07.397Z] main: digest: sha256:db155d909d2697a3ceb2cbb302a9400df47b4701ac67711523bd66689a09a2ab size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:52:07.472Z] ===================================================== [Pipeline] echo [2025-05-26T03:52:07.487Z] taggedImages: [2025-05-26T03:52:07.487Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:07.487Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-26T03:52:07.487Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 [2025-05-26T03:52:07.487Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:07.487Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-26T03:52:07.512Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-05-26T03:52:07.512Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:07.512Z] latest [2025-05-26T03:52:07.512Z] 4.1.0-dev.12 [2025-05-26T03:52:07.512Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:07.512Z] main [2025-05-26T03:52:07.512Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:07.872Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:08.219Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:08.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T03:52:08.219Z] 4a06e0822c81: Preparing [2025-05-26T03:52:08.219Z] 9ce863fade55: Preparing [2025-05-26T03:52:08.219Z] 6be8de8ddb6c: Preparing [2025-05-26T03:52:08.219Z] 0d4027581518: Preparing [2025-05-26T03:52:08.219Z] f815f05dde13: Preparing [2025-05-26T03:52:08.219Z] a032244e9e1c: Preparing [2025-05-26T03:52:08.219Z] a6af9892bb15: Preparing [2025-05-26T03:52:08.219Z] a032244e9e1c: Waiting [2025-05-26T03:52:08.219Z] a6af9892bb15: Waiting [2025-05-26T03:52:08.219Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:08.219Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:08.219Z] 0d4027581518: Layer already exists [2025-05-26T03:52:08.219Z] f815f05dde13: Layer already exists [2025-05-26T03:52:08.484Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:08.484Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:08.484Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:08.484Z] 9ce863fade55: Pushed [2025-05-26T03:52:08.484Z] 4a06e0822c81: Pushed [2025-05-26T03:52:13.806Z] 6be8de8ddb6c: Pushed [2025-05-26T03:52:13.806Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:14.157Z] + 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-26T03:52:14.534Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-26T03:52:14.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T03:52:14.534Z] 4a06e0822c81: Preparing [2025-05-26T03:52:14.534Z] 9ce863fade55: Preparing [2025-05-26T03:52:14.534Z] 6be8de8ddb6c: Preparing [2025-05-26T03:52:14.534Z] 0d4027581518: Preparing [2025-05-26T03:52:14.534Z] f815f05dde13: Preparing [2025-05-26T03:52:14.534Z] a032244e9e1c: Preparing [2025-05-26T03:52:14.534Z] a6af9892bb15: Preparing [2025-05-26T03:52:14.534Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:14.534Z] a6af9892bb15: Waiting [2025-05-26T03:52:14.534Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:14.534Z] a032244e9e1c: Waiting [2025-05-26T03:52:14.534Z] f815f05dde13: Layer already exists [2025-05-26T03:52:14.534Z] 6be8de8ddb6c: Layer already exists [2025-05-26T03:52:14.534Z] 0d4027581518: Layer already exists [2025-05-26T03:52:14.534Z] 9ce863fade55: Layer already exists [2025-05-26T03:52:14.534Z] 4a06e0822c81: Layer already exists [2025-05-26T03:52:14.534Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:14.534Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:14.534Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:14.804Z] latest: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:15.188Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:15.553Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 [2025-05-26T03:52:15.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T03:52:15.553Z] 4a06e0822c81: Preparing [2025-05-26T03:52:15.553Z] 9ce863fade55: Preparing [2025-05-26T03:52:15.553Z] 6be8de8ddb6c: Preparing [2025-05-26T03:52:15.553Z] 0d4027581518: Preparing [2025-05-26T03:52:15.553Z] f815f05dde13: Preparing [2025-05-26T03:52:15.553Z] a032244e9e1c: Preparing [2025-05-26T03:52:15.553Z] a6af9892bb15: Preparing [2025-05-26T03:52:15.553Z] a032244e9e1c: Waiting [2025-05-26T03:52:15.553Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:15.553Z] a6af9892bb15: Waiting [2025-05-26T03:52:15.553Z] 9ce863fade55: Layer already exists [2025-05-26T03:52:15.553Z] 0d4027581518: Layer already exists [2025-05-26T03:52:15.553Z] 4a06e0822c81: Layer already exists [2025-05-26T03:52:15.553Z] f815f05dde13: Layer already exists [2025-05-26T03:52:15.553Z] 6be8de8ddb6c: Layer already exists [2025-05-26T03:52:15.553Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:15.553Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:15.553Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:15.553Z] 4.1.0-dev.12: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:16.185Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:16.536Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:16.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T03:52:16.536Z] 4a06e0822c81: Preparing [2025-05-26T03:52:16.536Z] 9ce863fade55: Preparing [2025-05-26T03:52:16.536Z] 6be8de8ddb6c: Preparing [2025-05-26T03:52:16.536Z] 0d4027581518: Preparing [2025-05-26T03:52:16.536Z] f815f05dde13: Preparing [2025-05-26T03:52:16.536Z] a032244e9e1c: Preparing [2025-05-26T03:52:16.536Z] a6af9892bb15: Preparing [2025-05-26T03:52:16.536Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:16.536Z] a6af9892bb15: Waiting [2025-05-26T03:52:16.536Z] a032244e9e1c: Waiting [2025-05-26T03:52:16.536Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:16.536Z] 4a06e0822c81: Layer already exists [2025-05-26T03:52:16.536Z] 0d4027581518: Layer already exists [2025-05-26T03:52:16.536Z] 9ce863fade55: Layer already exists [2025-05-26T03:52:16.536Z] f815f05dde13: Layer already exists [2025-05-26T03:52:16.536Z] 6be8de8ddb6c: Layer already exists [2025-05-26T03:52:16.536Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:16.536Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:16.536Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:16.536Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:17.149Z] + 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-26T03:52:17.499Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-05-26T03:52:17.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-26T03:52:17.500Z] 4a06e0822c81: Preparing [2025-05-26T03:52:17.500Z] 9ce863fade55: Preparing [2025-05-26T03:52:17.500Z] 6be8de8ddb6c: Preparing [2025-05-26T03:52:17.500Z] 0d4027581518: Preparing [2025-05-26T03:52:17.500Z] f815f05dde13: Preparing [2025-05-26T03:52:17.500Z] a032244e9e1c: Preparing [2025-05-26T03:52:17.500Z] a6af9892bb15: Preparing [2025-05-26T03:52:17.500Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:17.500Z] a032244e9e1c: Waiting [2025-05-26T03:52:17.500Z] a6af9892bb15: Waiting [2025-05-26T03:52:17.500Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:17.500Z] f815f05dde13: Layer already exists [2025-05-26T03:52:17.500Z] 9ce863fade55: Layer already exists [2025-05-26T03:52:17.500Z] 0d4027581518: Layer already exists [2025-05-26T03:52:17.500Z] 6be8de8ddb6c: Layer already exists [2025-05-26T03:52:17.500Z] 4a06e0822c81: Layer already exists [2025-05-26T03:52:17.500Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:17.500Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:17.500Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:17.763Z] main: digest: sha256:7f6cdd5621676df015544693e4929edaafc66f1a9b33f399fa61c23e0130dbe6 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:52:17.846Z] ===================================================== [Pipeline] echo [2025-05-26T03:52:17.861Z] taggedImages: [2025-05-26T03:52:17.861Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:17.861Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-26T03:52:17.861Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 [2025-05-26T03:52:17.861Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:17.861Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-26T03:52:17.892Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-05-26T03:52:17.892Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:17.892Z] latest [2025-05-26T03:52:17.892Z] 4.1.0-dev.12 [2025-05-26T03:52:17.892Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:17.892Z] main [2025-05-26T03:52:17.892Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:18.371Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:18.728Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:18.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T03:52:18.728Z] 96a32580f200: Preparing [2025-05-26T03:52:18.728Z] c2a1111744ed: Preparing [2025-05-26T03:52:18.728Z] 45a6bd01c5f6: Preparing [2025-05-26T03:52:18.728Z] 866208cad19a: Preparing [2025-05-26T03:52:18.728Z] 7bafab4bdea6: Preparing [2025-05-26T03:52:18.728Z] 3f3bf953be95: Preparing [2025-05-26T03:52:18.728Z] 9fbf1d956bac: Preparing [2025-05-26T03:52:18.728Z] 0d4027581518: Preparing [2025-05-26T03:52:18.728Z] f815f05dde13: Preparing [2025-05-26T03:52:18.728Z] 9c6d01aabf8a: Preparing [2025-05-26T03:52:18.728Z] 4e6c8d6e933c: Preparing [2025-05-26T03:52:18.728Z] 5f70bf18a086: Preparing [2025-05-26T03:52:18.728Z] 4eee087cd3a6: Preparing [2025-05-26T03:52:18.728Z] 9c4d786501b9: Preparing [2025-05-26T03:52:18.728Z] 9786f8f4fd15: Preparing [2025-05-26T03:52:18.728Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:18.728Z] 3f3bf953be95: Waiting [2025-05-26T03:52:18.728Z] 9fbf1d956bac: Waiting [2025-05-26T03:52:18.728Z] 0d4027581518: Waiting [2025-05-26T03:52:18.728Z] f815f05dde13: Waiting [2025-05-26T03:52:18.728Z] 9c6d01aabf8a: Waiting [2025-05-26T03:52:18.728Z] 4e6c8d6e933c: Waiting [2025-05-26T03:52:18.728Z] 5f70bf18a086: Waiting [2025-05-26T03:52:18.728Z] 4eee087cd3a6: Waiting [2025-05-26T03:52:18.728Z] 9c4d786501b9: Waiting [2025-05-26T03:52:18.728Z] 9786f8f4fd15: Waiting [2025-05-26T03:52:18.728Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:18.993Z] 7bafab4bdea6: Pushed [2025-05-26T03:52:18.993Z] c2a1111744ed: Pushed [2025-05-26T03:52:18.993Z] 45a6bd01c5f6: Pushed [2025-05-26T03:52:18.993Z] 866208cad19a: Pushed [2025-05-26T03:52:18.993Z] 96a32580f200: Pushed [2025-05-26T03:52:18.993Z] 0d4027581518: Layer already exists [2025-05-26T03:52:18.993Z] f815f05dde13: Layer already exists [2025-05-26T03:52:18.993Z] 3f3bf953be95: Pushed [2025-05-26T03:52:18.993Z] 5f70bf18a086: Layer already exists [2025-05-26T03:52:19.256Z] 9c6d01aabf8a: Pushed [2025-05-26T03:52:19.256Z] 4e6c8d6e933c: Pushed [2025-05-26T03:52:19.256Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:19.256Z] 4eee087cd3a6: Pushed [2025-05-26T03:52:19.256Z] 9c4d786501b9: Pushed [2025-05-26T03:52:19.256Z] 9786f8f4fd15: Pushed [2025-05-26T03:52:21.905Z] 9fbf1d956bac: Pushed [2025-05-26T03:52:22.169Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:22.515Z] + 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-26T03:52:22.867Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-26T03:52:22.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T03:52:22.867Z] 96a32580f200: Preparing [2025-05-26T03:52:22.867Z] c2a1111744ed: Preparing [2025-05-26T03:52:22.867Z] 45a6bd01c5f6: Preparing [2025-05-26T03:52:22.867Z] 866208cad19a: Preparing [2025-05-26T03:52:22.867Z] 7bafab4bdea6: Preparing [2025-05-26T03:52:22.867Z] 3f3bf953be95: Preparing [2025-05-26T03:52:22.867Z] 9fbf1d956bac: Preparing [2025-05-26T03:52:22.867Z] 0d4027581518: Preparing [2025-05-26T03:52:22.867Z] f815f05dde13: Preparing [2025-05-26T03:52:22.867Z] 9c6d01aabf8a: Preparing [2025-05-26T03:52:22.867Z] 4e6c8d6e933c: Preparing [2025-05-26T03:52:22.867Z] 5f70bf18a086: Preparing [2025-05-26T03:52:22.867Z] 4eee087cd3a6: Preparing [2025-05-26T03:52:22.867Z] 9c4d786501b9: Preparing [2025-05-26T03:52:22.867Z] 9786f8f4fd15: Preparing [2025-05-26T03:52:22.867Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:22.867Z] 3f3bf953be95: Waiting [2025-05-26T03:52:22.867Z] 9fbf1d956bac: Waiting [2025-05-26T03:52:22.867Z] 9c6d01aabf8a: Waiting [2025-05-26T03:52:22.867Z] 9c4d786501b9: Waiting [2025-05-26T03:52:22.867Z] 4e6c8d6e933c: Waiting [2025-05-26T03:52:22.867Z] 9786f8f4fd15: Waiting [2025-05-26T03:52:22.867Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:22.867Z] 5f70bf18a086: Waiting [2025-05-26T03:52:22.867Z] 4eee087cd3a6: Waiting [2025-05-26T03:52:22.867Z] 0d4027581518: Waiting [2025-05-26T03:52:22.867Z] f815f05dde13: Waiting [2025-05-26T03:52:22.867Z] c2a1111744ed: Layer already exists [2025-05-26T03:52:22.867Z] 96a32580f200: Layer already exists [2025-05-26T03:52:22.867Z] 866208cad19a: Layer already exists [2025-05-26T03:52:22.867Z] 45a6bd01c5f6: Layer already exists [2025-05-26T03:52:22.867Z] 7bafab4bdea6: Layer already exists [2025-05-26T03:52:22.867Z] 9fbf1d956bac: Layer already exists [2025-05-26T03:52:22.867Z] 9c6d01aabf8a: Layer already exists [2025-05-26T03:52:22.867Z] 3f3bf953be95: Layer already exists [2025-05-26T03:52:22.867Z] f815f05dde13: Layer already exists [2025-05-26T03:52:22.867Z] 0d4027581518: Layer already exists [2025-05-26T03:52:22.867Z] 4eee087cd3a6: Layer already exists [2025-05-26T03:52:22.867Z] 4e6c8d6e933c: Layer already exists [2025-05-26T03:52:22.867Z] 5f70bf18a086: Layer already exists [2025-05-26T03:52:22.867Z] 9786f8f4fd15: Layer already exists [2025-05-26T03:52:22.867Z] 9c4d786501b9: Layer already exists [2025-05-26T03:52:22.867Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:23.131Z] latest: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:23.488Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:23.838Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 [2025-05-26T03:52:23.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T03:52:23.839Z] 96a32580f200: Preparing [2025-05-26T03:52:23.839Z] c2a1111744ed: Preparing [2025-05-26T03:52:23.839Z] 45a6bd01c5f6: Preparing [2025-05-26T03:52:23.839Z] 866208cad19a: Preparing [2025-05-26T03:52:23.839Z] 7bafab4bdea6: Preparing [2025-05-26T03:52:23.839Z] 3f3bf953be95: Preparing [2025-05-26T03:52:23.839Z] 9fbf1d956bac: Preparing [2025-05-26T03:52:23.839Z] 0d4027581518: Preparing [2025-05-26T03:52:23.839Z] f815f05dde13: Preparing [2025-05-26T03:52:23.839Z] 9fbf1d956bac: Waiting [2025-05-26T03:52:23.839Z] 0d4027581518: Waiting [2025-05-26T03:52:23.839Z] 3f3bf953be95: Waiting [2025-05-26T03:52:23.839Z] 9c6d01aabf8a: Preparing [2025-05-26T03:52:23.839Z] 4e6c8d6e933c: Preparing [2025-05-26T03:52:23.839Z] 5f70bf18a086: Preparing [2025-05-26T03:52:23.839Z] f815f05dde13: Waiting [2025-05-26T03:52:23.839Z] 4eee087cd3a6: Preparing [2025-05-26T03:52:23.839Z] 9c4d786501b9: Preparing [2025-05-26T03:52:23.839Z] 9786f8f4fd15: Preparing [2025-05-26T03:52:23.839Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:23.839Z] 4e6c8d6e933c: Waiting [2025-05-26T03:52:23.839Z] 5f70bf18a086: Waiting [2025-05-26T03:52:23.839Z] 4eee087cd3a6: Waiting [2025-05-26T03:52:23.839Z] 9c4d786501b9: Waiting [2025-05-26T03:52:23.839Z] 9786f8f4fd15: Waiting [2025-05-26T03:52:23.839Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:23.839Z] 9c6d01aabf8a: Waiting [2025-05-26T03:52:23.839Z] 7bafab4bdea6: Layer already exists [2025-05-26T03:52:23.839Z] 45a6bd01c5f6: Layer already exists [2025-05-26T03:52:23.839Z] 866208cad19a: Layer already exists [2025-05-26T03:52:23.839Z] 96a32580f200: Layer already exists [2025-05-26T03:52:23.839Z] c2a1111744ed: Layer already exists [2025-05-26T03:52:23.839Z] 9fbf1d956bac: Layer already exists [2025-05-26T03:52:23.839Z] 3f3bf953be95: Layer already exists [2025-05-26T03:52:23.839Z] f815f05dde13: Layer already exists [2025-05-26T03:52:23.839Z] 9c6d01aabf8a: Layer already exists [2025-05-26T03:52:23.839Z] 0d4027581518: Layer already exists [2025-05-26T03:52:23.839Z] 5f70bf18a086: Layer already exists [2025-05-26T03:52:23.839Z] 4e6c8d6e933c: Layer already exists [2025-05-26T03:52:23.839Z] 9c4d786501b9: Layer already exists [2025-05-26T03:52:23.839Z] 4eee087cd3a6: Layer already exists [2025-05-26T03:52:23.839Z] 9786f8f4fd15: Layer already exists [2025-05-26T03:52:23.839Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:24.105Z] 4.1.0-dev.12: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:24.468Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:24.826Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:24.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T03:52:24.826Z] 96a32580f200: Preparing [2025-05-26T03:52:24.826Z] c2a1111744ed: Preparing [2025-05-26T03:52:24.826Z] 45a6bd01c5f6: Preparing [2025-05-26T03:52:24.826Z] 866208cad19a: Preparing [2025-05-26T03:52:24.826Z] 7bafab4bdea6: Preparing [2025-05-26T03:52:24.826Z] 3f3bf953be95: Preparing [2025-05-26T03:52:24.826Z] 9fbf1d956bac: Preparing [2025-05-26T03:52:24.826Z] 0d4027581518: Preparing [2025-05-26T03:52:24.826Z] f815f05dde13: Preparing [2025-05-26T03:52:24.826Z] 9c6d01aabf8a: Preparing [2025-05-26T03:52:24.826Z] 4e6c8d6e933c: Preparing [2025-05-26T03:52:24.826Z] 5f70bf18a086: Preparing [2025-05-26T03:52:24.826Z] 4eee087cd3a6: Preparing [2025-05-26T03:52:24.826Z] 9c4d786501b9: Preparing [2025-05-26T03:52:24.826Z] 9786f8f4fd15: Preparing [2025-05-26T03:52:24.826Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:24.826Z] 4e6c8d6e933c: Waiting [2025-05-26T03:52:24.826Z] 5f70bf18a086: Waiting [2025-05-26T03:52:24.826Z] 4eee087cd3a6: Waiting [2025-05-26T03:52:24.826Z] 9c4d786501b9: Waiting [2025-05-26T03:52:24.826Z] 9786f8f4fd15: Waiting [2025-05-26T03:52:24.826Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:24.826Z] 0d4027581518: Waiting [2025-05-26T03:52:24.826Z] 3f3bf953be95: Waiting [2025-05-26T03:52:24.826Z] f815f05dde13: Waiting [2025-05-26T03:52:24.826Z] 9fbf1d956bac: Waiting [2025-05-26T03:52:24.826Z] 9c6d01aabf8a: Waiting [2025-05-26T03:52:24.826Z] 45a6bd01c5f6: Layer already exists [2025-05-26T03:52:24.826Z] 96a32580f200: Layer already exists [2025-05-26T03:52:24.826Z] c2a1111744ed: Layer already exists [2025-05-26T03:52:24.826Z] 7bafab4bdea6: Layer already exists [2025-05-26T03:52:24.826Z] 866208cad19a: Layer already exists [2025-05-26T03:52:24.826Z] f815f05dde13: Layer already exists [2025-05-26T03:52:24.826Z] 3f3bf953be95: Layer already exists [2025-05-26T03:52:24.826Z] 0d4027581518: Layer already exists [2025-05-26T03:52:24.826Z] 9fbf1d956bac: Layer already exists [2025-05-26T03:52:24.826Z] 9c6d01aabf8a: Layer already exists [2025-05-26T03:52:24.826Z] 4e6c8d6e933c: Layer already exists [2025-05-26T03:52:24.826Z] 9786f8f4fd15: Layer already exists [2025-05-26T03:52:24.826Z] 5f70bf18a086: Layer already exists [2025-05-26T03:52:24.826Z] 4eee087cd3a6: Layer already exists [2025-05-26T03:52:24.826Z] 9c4d786501b9: Layer already exists [2025-05-26T03:52:24.826Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:25.091Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:25.456Z] + 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-26T03:52:25.810Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-05-26T03:52:25.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-26T03:52:25.810Z] 96a32580f200: Preparing [2025-05-26T03:52:25.810Z] c2a1111744ed: Preparing [2025-05-26T03:52:25.810Z] 45a6bd01c5f6: Preparing [2025-05-26T03:52:25.810Z] 866208cad19a: Preparing [2025-05-26T03:52:25.810Z] 7bafab4bdea6: Preparing [2025-05-26T03:52:25.810Z] 3f3bf953be95: Preparing [2025-05-26T03:52:25.810Z] 9fbf1d956bac: Preparing [2025-05-26T03:52:25.810Z] 3f3bf953be95: Waiting [2025-05-26T03:52:25.810Z] 0d4027581518: Preparing [2025-05-26T03:52:25.810Z] 9fbf1d956bac: Waiting [2025-05-26T03:52:25.810Z] f815f05dde13: Preparing [2025-05-26T03:52:25.810Z] 0d4027581518: Waiting [2025-05-26T03:52:25.810Z] 9c6d01aabf8a: Preparing [2025-05-26T03:52:25.810Z] 4e6c8d6e933c: Preparing [2025-05-26T03:52:25.810Z] 5f70bf18a086: Preparing [2025-05-26T03:52:25.810Z] 4eee087cd3a6: Preparing [2025-05-26T03:52:25.810Z] f815f05dde13: Waiting [2025-05-26T03:52:25.810Z] 9c4d786501b9: Preparing [2025-05-26T03:52:25.810Z] 9c6d01aabf8a: Waiting [2025-05-26T03:52:25.810Z] 9786f8f4fd15: Preparing [2025-05-26T03:52:25.810Z] 4e6c8d6e933c: Waiting [2025-05-26T03:52:25.810Z] 5f70bf18a086: Waiting [2025-05-26T03:52:25.810Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:25.810Z] 4eee087cd3a6: Waiting [2025-05-26T03:52:25.810Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:25.810Z] 9c4d786501b9: Waiting [2025-05-26T03:52:25.810Z] 9786f8f4fd15: Waiting [2025-05-26T03:52:25.810Z] 866208cad19a: Layer already exists [2025-05-26T03:52:25.810Z] 96a32580f200: Layer already exists [2025-05-26T03:52:25.810Z] 7bafab4bdea6: Layer already exists [2025-05-26T03:52:25.810Z] 45a6bd01c5f6: Layer already exists [2025-05-26T03:52:25.810Z] c2a1111744ed: Layer already exists [2025-05-26T03:52:25.810Z] 0d4027581518: Layer already exists [2025-05-26T03:52:25.810Z] 3f3bf953be95: Layer already exists [2025-05-26T03:52:25.810Z] 9fbf1d956bac: Layer already exists [2025-05-26T03:52:25.810Z] 9c6d01aabf8a: Layer already exists [2025-05-26T03:52:25.810Z] f815f05dde13: Layer already exists [2025-05-26T03:52:25.810Z] 4e6c8d6e933c: Layer already exists [2025-05-26T03:52:25.810Z] 4eee087cd3a6: Layer already exists [2025-05-26T03:52:25.810Z] 9c4d786501b9: Layer already exists [2025-05-26T03:52:25.810Z] 9786f8f4fd15: Layer already exists [2025-05-26T03:52:25.810Z] 5f70bf18a086: Layer already exists [2025-05-26T03:52:25.810Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:26.075Z] main: digest: sha256:3b3ff2f799c26f958838c6f30d6b6f5308970b7cc90dfee6ef821248c930c09f size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:52:26.155Z] ===================================================== [Pipeline] echo [2025-05-26T03:52:26.167Z] taggedImages: [2025-05-26T03:52:26.167Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:26.167Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-26T03:52:26.167Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 [2025-05-26T03:52:26.167Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:26.167Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T03:52:26.196Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-05-26T03:52:26.196Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:26.196Z] latest [2025-05-26T03:52:26.196Z] 4.1.0-dev.12 [2025-05-26T03:52:26.196Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:26.196Z] main [2025-05-26T03:52:26.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:26.575Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:26.933Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:26.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T03:52:26.933Z] aba5158f950a: Preparing [2025-05-26T03:52:26.933Z] 6d5410442d6b: Preparing [2025-05-26T03:52:26.933Z] 8950189dcbb8: Preparing [2025-05-26T03:52:26.933Z] 72752c07a45b: Preparing [2025-05-26T03:52:26.933Z] 0d4027581518: Preparing [2025-05-26T03:52:26.933Z] f815f05dde13: Preparing [2025-05-26T03:52:26.933Z] a032244e9e1c: Preparing [2025-05-26T03:52:26.933Z] f815f05dde13: Waiting [2025-05-26T03:52:26.933Z] a032244e9e1c: Waiting [2025-05-26T03:52:26.933Z] a6af9892bb15: Preparing [2025-05-26T03:52:26.933Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:26.933Z] a6af9892bb15: Waiting [2025-05-26T03:52:26.933Z] 0d4027581518: Layer already exists [2025-05-26T03:52:27.197Z] f815f05dde13: Layer already exists [2025-05-26T03:52:27.197Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:27.197Z] 8950189dcbb8: Pushed [2025-05-26T03:52:27.197Z] 6d5410442d6b: Pushed [2025-05-26T03:52:27.197Z] aba5158f950a: Pushed [2025-05-26T03:52:27.197Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:27.197Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:32.518Z] 72752c07a45b: Pushed [2025-05-26T03:52:32.518Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:32.871Z] + 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-26T03:52:33.219Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-26T03:52:33.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T03:52:33.219Z] aba5158f950a: Preparing [2025-05-26T03:52:33.219Z] 6d5410442d6b: Preparing [2025-05-26T03:52:33.219Z] 8950189dcbb8: Preparing [2025-05-26T03:52:33.219Z] 72752c07a45b: Preparing [2025-05-26T03:52:33.219Z] 0d4027581518: Preparing [2025-05-26T03:52:33.219Z] f815f05dde13: Preparing [2025-05-26T03:52:33.219Z] a032244e9e1c: Preparing [2025-05-26T03:52:33.219Z] a6af9892bb15: Preparing [2025-05-26T03:52:33.219Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:33.219Z] a032244e9e1c: Waiting [2025-05-26T03:52:33.219Z] a6af9892bb15: Waiting [2025-05-26T03:52:33.219Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:33.219Z] f815f05dde13: Waiting [2025-05-26T03:52:33.219Z] 72752c07a45b: Layer already exists [2025-05-26T03:52:33.219Z] aba5158f950a: Layer already exists [2025-05-26T03:52:33.219Z] 8950189dcbb8: Layer already exists [2025-05-26T03:52:33.219Z] 6d5410442d6b: Layer already exists [2025-05-26T03:52:33.219Z] 0d4027581518: Layer already exists [2025-05-26T03:52:33.219Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:33.219Z] f815f05dde13: Layer already exists [2025-05-26T03:52:33.219Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:33.219Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:33.483Z] latest: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:33.826Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:34.164Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 [2025-05-26T03:52:34.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T03:52:34.164Z] aba5158f950a: Preparing [2025-05-26T03:52:34.164Z] 6d5410442d6b: Preparing [2025-05-26T03:52:34.164Z] 8950189dcbb8: Preparing [2025-05-26T03:52:34.164Z] 72752c07a45b: Preparing [2025-05-26T03:52:34.164Z] 0d4027581518: Preparing [2025-05-26T03:52:34.164Z] f815f05dde13: Preparing [2025-05-26T03:52:34.164Z] a032244e9e1c: Preparing [2025-05-26T03:52:34.164Z] a6af9892bb15: Preparing [2025-05-26T03:52:34.164Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:34.164Z] f815f05dde13: Waiting [2025-05-26T03:52:34.164Z] a032244e9e1c: Waiting [2025-05-26T03:52:34.164Z] a6af9892bb15: Waiting [2025-05-26T03:52:34.164Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:34.164Z] 72752c07a45b: Layer already exists [2025-05-26T03:52:34.164Z] 6d5410442d6b: Layer already exists [2025-05-26T03:52:34.164Z] 0d4027581518: Layer already exists [2025-05-26T03:52:34.164Z] 8950189dcbb8: Layer already exists [2025-05-26T03:52:34.164Z] aba5158f950a: Layer already exists [2025-05-26T03:52:34.164Z] f815f05dde13: Layer already exists [2025-05-26T03:52:34.164Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:34.164Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:34.164Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:34.429Z] 4.1.0-dev.12: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:34.772Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:35.120Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:35.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T03:52:35.120Z] aba5158f950a: Preparing [2025-05-26T03:52:35.120Z] 6d5410442d6b: Preparing [2025-05-26T03:52:35.120Z] 8950189dcbb8: Preparing [2025-05-26T03:52:35.120Z] 72752c07a45b: Preparing [2025-05-26T03:52:35.120Z] 0d4027581518: Preparing [2025-05-26T03:52:35.120Z] f815f05dde13: Preparing [2025-05-26T03:52:35.120Z] a032244e9e1c: Preparing [2025-05-26T03:52:35.120Z] a6af9892bb15: Preparing [2025-05-26T03:52:35.120Z] a032244e9e1c: Waiting [2025-05-26T03:52:35.120Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:35.120Z] a6af9892bb15: Waiting [2025-05-26T03:52:35.120Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:35.120Z] 72752c07a45b: Layer already exists [2025-05-26T03:52:35.120Z] 6d5410442d6b: Layer already exists [2025-05-26T03:52:35.120Z] aba5158f950a: Layer already exists [2025-05-26T03:52:35.120Z] 8950189dcbb8: Layer already exists [2025-05-26T03:52:35.120Z] 0d4027581518: Layer already exists [2025-05-26T03:52:35.120Z] f815f05dde13: Layer already exists [2025-05-26T03:52:35.120Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:35.120Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:35.120Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:35.383Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:35.736Z] + 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-26T03:52:36.084Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-05-26T03:52:36.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-26T03:52:36.084Z] aba5158f950a: Preparing [2025-05-26T03:52:36.084Z] 6d5410442d6b: Preparing [2025-05-26T03:52:36.084Z] 8950189dcbb8: Preparing [2025-05-26T03:52:36.084Z] 72752c07a45b: Preparing [2025-05-26T03:52:36.084Z] 0d4027581518: Preparing [2025-05-26T03:52:36.084Z] f815f05dde13: Preparing [2025-05-26T03:52:36.084Z] a032244e9e1c: Preparing [2025-05-26T03:52:36.084Z] a6af9892bb15: Preparing [2025-05-26T03:52:36.084Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:36.084Z] a032244e9e1c: Waiting [2025-05-26T03:52:36.084Z] a6af9892bb15: Waiting [2025-05-26T03:52:36.084Z] f815f05dde13: Waiting [2025-05-26T03:52:36.084Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:36.084Z] 72752c07a45b: Layer already exists [2025-05-26T03:52:36.084Z] 8950189dcbb8: Layer already exists [2025-05-26T03:52:36.084Z] 6d5410442d6b: Layer already exists [2025-05-26T03:52:36.084Z] 0d4027581518: Layer already exists [2025-05-26T03:52:36.084Z] aba5158f950a: Layer already exists [2025-05-26T03:52:36.084Z] f815f05dde13: Layer already exists [2025-05-26T03:52:36.084Z] a032244e9e1c: Layer already exists [2025-05-26T03:52:36.084Z] a6af9892bb15: Layer already exists [2025-05-26T03:52:36.084Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:36.347Z] main: digest: sha256:2f0fa579688f24a7d001a4afce71ebf8b6de122a9a668479653623a9c2f6ccdd size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:52:36.419Z] ===================================================== [Pipeline] echo [2025-05-26T03:52:36.431Z] taggedImages: [2025-05-26T03:52:36.431Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:36.431Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-26T03:52:36.431Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 [2025-05-26T03:52:36.431Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:36.431Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-26T03:52:36.459Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-05-26T03:52:36.459Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:36.459Z] latest [2025-05-26T03:52:36.459Z] 4.1.0-dev.12 [2025-05-26T03:52:36.459Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:36.459Z] main [2025-05-26T03:52:36.459Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:36.815Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:37.168Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:37.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T03:52:37.168Z] 5d7d2f99d977: Preparing [2025-05-26T03:52:37.168Z] beaa7ba24901: Preparing [2025-05-26T03:52:37.168Z] 9274136cc5fe: Preparing [2025-05-26T03:52:37.168Z] 635469c859af: Preparing [2025-05-26T03:52:37.168Z] 671ed07838b8: Preparing [2025-05-26T03:52:37.168Z] 0d4027581518: Preparing [2025-05-26T03:52:37.168Z] f815f05dde13: Preparing [2025-05-26T03:52:37.168Z] 5e9c5104a964: Preparing [2025-05-26T03:52:37.168Z] 3ddcb0bc3e83: Preparing [2025-05-26T03:52:37.168Z] ce9dc7e8dbb8: Preparing [2025-05-26T03:52:37.168Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:37.168Z] f815f05dde13: Waiting [2025-05-26T03:52:37.168Z] 5e9c5104a964: Waiting [2025-05-26T03:52:37.168Z] 3ddcb0bc3e83: Waiting [2025-05-26T03:52:37.168Z] ce9dc7e8dbb8: Waiting [2025-05-26T03:52:37.168Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:37.168Z] 0d4027581518: Waiting [2025-05-26T03:52:37.431Z] beaa7ba24901: Pushed [2025-05-26T03:52:37.431Z] 671ed07838b8: Pushed [2025-05-26T03:52:37.431Z] 635469c859af: Pushed [2025-05-26T03:52:37.431Z] 5d7d2f99d977: Pushed [2025-05-26T03:52:37.431Z] 0d4027581518: Layer already exists [2025-05-26T03:52:37.431Z] f815f05dde13: Layer already exists [2025-05-26T03:52:37.431Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:37.431Z] 5e9c5104a964: Pushed [2025-05-26T03:52:37.431Z] 3ddcb0bc3e83: Pushed [2025-05-26T03:52:40.752Z] ce9dc7e8dbb8: Pushed [2025-05-26T03:52:41.328Z] 9274136cc5fe: Pushed [2025-05-26T03:52:41.591Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:41.943Z] + 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-26T03:52:42.282Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-26T03:52:42.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T03:52:42.282Z] 5d7d2f99d977: Preparing [2025-05-26T03:52:42.282Z] beaa7ba24901: Preparing [2025-05-26T03:52:42.282Z] 9274136cc5fe: Preparing [2025-05-26T03:52:42.282Z] 635469c859af: Preparing [2025-05-26T03:52:42.282Z] 671ed07838b8: Preparing [2025-05-26T03:52:42.282Z] 0d4027581518: Preparing [2025-05-26T03:52:42.282Z] f815f05dde13: Preparing [2025-05-26T03:52:42.282Z] 5e9c5104a964: Preparing [2025-05-26T03:52:42.282Z] 3ddcb0bc3e83: Preparing [2025-05-26T03:52:42.282Z] ce9dc7e8dbb8: Preparing [2025-05-26T03:52:42.282Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:42.282Z] 5e9c5104a964: Waiting [2025-05-26T03:52:42.282Z] 3ddcb0bc3e83: Waiting [2025-05-26T03:52:42.282Z] 0d4027581518: Waiting [2025-05-26T03:52:42.282Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:42.282Z] f815f05dde13: Waiting [2025-05-26T03:52:42.282Z] ce9dc7e8dbb8: Waiting [2025-05-26T03:52:42.282Z] beaa7ba24901: Layer already exists [2025-05-26T03:52:42.282Z] 5d7d2f99d977: Layer already exists [2025-05-26T03:52:42.282Z] 635469c859af: Layer already exists [2025-05-26T03:52:42.282Z] 9274136cc5fe: Layer already exists [2025-05-26T03:52:42.282Z] 671ed07838b8: Layer already exists [2025-05-26T03:52:42.282Z] f815f05dde13: Layer already exists [2025-05-26T03:52:42.282Z] 0d4027581518: Layer already exists [2025-05-26T03:52:42.282Z] 3ddcb0bc3e83: Layer already exists [2025-05-26T03:52:42.282Z] 5e9c5104a964: Layer already exists [2025-05-26T03:52:42.282Z] ce9dc7e8dbb8: Layer already exists [2025-05-26T03:52:42.282Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:42.545Z] latest: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:42.893Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:43.237Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 [2025-05-26T03:52:43.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T03:52:43.237Z] 5d7d2f99d977: Preparing [2025-05-26T03:52:43.237Z] beaa7ba24901: Preparing [2025-05-26T03:52:43.237Z] 9274136cc5fe: Preparing [2025-05-26T03:52:43.237Z] 635469c859af: Preparing [2025-05-26T03:52:43.237Z] 671ed07838b8: Preparing [2025-05-26T03:52:43.237Z] 0d4027581518: Preparing [2025-05-26T03:52:43.237Z] f815f05dde13: Preparing [2025-05-26T03:52:43.237Z] 5e9c5104a964: Preparing [2025-05-26T03:52:43.237Z] 3ddcb0bc3e83: Preparing [2025-05-26T03:52:43.237Z] ce9dc7e8dbb8: Preparing [2025-05-26T03:52:43.237Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:43.237Z] 5e9c5104a964: Waiting [2025-05-26T03:52:43.237Z] 3ddcb0bc3e83: Waiting [2025-05-26T03:52:43.237Z] 0d4027581518: Waiting [2025-05-26T03:52:43.237Z] f815f05dde13: Waiting [2025-05-26T03:52:43.237Z] ce9dc7e8dbb8: Waiting [2025-05-26T03:52:43.237Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:43.237Z] beaa7ba24901: Layer already exists [2025-05-26T03:52:43.237Z] 635469c859af: Layer already exists [2025-05-26T03:52:43.237Z] 671ed07838b8: Layer already exists [2025-05-26T03:52:43.237Z] 5d7d2f99d977: Layer already exists [2025-05-26T03:52:43.237Z] 9274136cc5fe: Layer already exists [2025-05-26T03:52:43.237Z] 0d4027581518: Layer already exists [2025-05-26T03:52:43.237Z] f815f05dde13: Layer already exists [2025-05-26T03:52:43.237Z] 5e9c5104a964: Layer already exists [2025-05-26T03:52:43.237Z] 3ddcb0bc3e83: Layer already exists [2025-05-26T03:52:43.237Z] ce9dc7e8dbb8: Layer already exists [2025-05-26T03:52:43.237Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:43.500Z] 4.1.0-dev.12: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:43.841Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:44.182Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:44.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T03:52:44.182Z] 5d7d2f99d977: Preparing [2025-05-26T03:52:44.182Z] beaa7ba24901: Preparing [2025-05-26T03:52:44.182Z] 9274136cc5fe: Preparing [2025-05-26T03:52:44.182Z] 635469c859af: Preparing [2025-05-26T03:52:44.182Z] 671ed07838b8: Preparing [2025-05-26T03:52:44.182Z] 0d4027581518: Preparing [2025-05-26T03:52:44.182Z] f815f05dde13: Preparing [2025-05-26T03:52:44.182Z] 5e9c5104a964: Preparing [2025-05-26T03:52:44.182Z] 3ddcb0bc3e83: Preparing [2025-05-26T03:52:44.182Z] ce9dc7e8dbb8: Preparing [2025-05-26T03:52:44.182Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:44.182Z] 3ddcb0bc3e83: Waiting [2025-05-26T03:52:44.182Z] 0d4027581518: Waiting [2025-05-26T03:52:44.182Z] ce9dc7e8dbb8: Waiting [2025-05-26T03:52:44.182Z] f815f05dde13: Waiting [2025-05-26T03:52:44.182Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:44.182Z] 5e9c5104a964: Waiting [2025-05-26T03:52:44.182Z] 5d7d2f99d977: Layer already exists [2025-05-26T03:52:44.182Z] beaa7ba24901: Layer already exists [2025-05-26T03:52:44.182Z] 635469c859af: Layer already exists [2025-05-26T03:52:44.182Z] 9274136cc5fe: Layer already exists [2025-05-26T03:52:44.182Z] 671ed07838b8: Layer already exists [2025-05-26T03:52:44.182Z] 5e9c5104a964: Layer already exists [2025-05-26T03:52:44.183Z] f815f05dde13: Layer already exists [2025-05-26T03:52:44.183Z] 0d4027581518: Layer already exists [2025-05-26T03:52:44.183Z] ce9dc7e8dbb8: Layer already exists [2025-05-26T03:52:44.183Z] 3ddcb0bc3e83: Layer already exists [2025-05-26T03:52:44.183Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:44.446Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:44.793Z] + 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-26T03:52:45.143Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-05-26T03:52:45.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-26T03:52:45.143Z] 5d7d2f99d977: Preparing [2025-05-26T03:52:45.143Z] beaa7ba24901: Preparing [2025-05-26T03:52:45.143Z] 9274136cc5fe: Preparing [2025-05-26T03:52:45.143Z] 635469c859af: Preparing [2025-05-26T03:52:45.143Z] 671ed07838b8: Preparing [2025-05-26T03:52:45.143Z] 0d4027581518: Preparing [2025-05-26T03:52:45.143Z] f815f05dde13: Preparing [2025-05-26T03:52:45.143Z] 5e9c5104a964: Preparing [2025-05-26T03:52:45.143Z] 3ddcb0bc3e83: Preparing [2025-05-26T03:52:45.143Z] ce9dc7e8dbb8: Preparing [2025-05-26T03:52:45.143Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:45.143Z] 5e9c5104a964: Waiting [2025-05-26T03:52:45.143Z] 3ddcb0bc3e83: Waiting [2025-05-26T03:52:45.143Z] ce9dc7e8dbb8: Waiting [2025-05-26T03:52:45.143Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:45.143Z] 0d4027581518: Waiting [2025-05-26T03:52:45.143Z] f815f05dde13: Waiting [2025-05-26T03:52:45.143Z] 635469c859af: Layer already exists [2025-05-26T03:52:45.143Z] 671ed07838b8: Layer already exists [2025-05-26T03:52:45.143Z] 9274136cc5fe: Layer already exists [2025-05-26T03:52:45.143Z] 5d7d2f99d977: Layer already exists [2025-05-26T03:52:45.143Z] beaa7ba24901: Layer already exists [2025-05-26T03:52:45.143Z] f815f05dde13: Layer already exists [2025-05-26T03:52:45.143Z] 0d4027581518: Layer already exists [2025-05-26T03:52:45.143Z] ce9dc7e8dbb8: Layer already exists [2025-05-26T03:52:45.143Z] 5e9c5104a964: Layer already exists [2025-05-26T03:52:45.143Z] 3ddcb0bc3e83: Layer already exists [2025-05-26T03:52:45.143Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:45.407Z] main: digest: sha256:4efb4bc83f32300a27c5ec12afd23bebf12ec6cc3c992f05f9d9932317864599 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:52:45.480Z] ===================================================== [Pipeline] echo [2025-05-26T03:52:45.496Z] taggedImages: [2025-05-26T03:52:45.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:45.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-26T03:52:45.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 [2025-05-26T03:52:45.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:45.497Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-26T03:52:45.522Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-05-26T03:52:45.522Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:45.522Z] latest [2025-05-26T03:52:45.522Z] 4.1.0-dev.12 [2025-05-26T03:52:45.522Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:45.522Z] main [2025-05-26T03:52:45.522Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:45.876Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:46.221Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:46.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T03:52:46.221Z] 69da56d715b5: Preparing [2025-05-26T03:52:46.221Z] be759d4c9977: Preparing [2025-05-26T03:52:46.221Z] b8883df3bfa9: Preparing [2025-05-26T03:52:46.221Z] ad6efb8b0364: Preparing [2025-05-26T03:52:46.221Z] b0ed63af7397: Preparing [2025-05-26T03:52:46.221Z] 9180922af26f: Preparing [2025-05-26T03:52:46.221Z] ba72975556db: Preparing [2025-05-26T03:52:46.221Z] 0d4027581518: Preparing [2025-05-26T03:52:46.221Z] f815f05dde13: Preparing [2025-05-26T03:52:46.221Z] e76034307fa5: Preparing [2025-05-26T03:52:46.221Z] 4f899a253ba8: Preparing [2025-05-26T03:52:46.221Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:46.221Z] 0d4027581518: Waiting [2025-05-26T03:52:46.221Z] f815f05dde13: Waiting [2025-05-26T03:52:46.221Z] e76034307fa5: Waiting [2025-05-26T03:52:46.221Z] 4f899a253ba8: Waiting [2025-05-26T03:52:46.221Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:46.221Z] 9180922af26f: Waiting [2025-05-26T03:52:46.221Z] ba72975556db: Waiting [2025-05-26T03:52:46.484Z] be759d4c9977: Pushed [2025-05-26T03:52:46.484Z] b0ed63af7397: Pushed [2025-05-26T03:52:46.484Z] 69da56d715b5: Pushed [2025-05-26T03:52:46.484Z] 0d4027581518: Layer already exists [2025-05-26T03:52:46.484Z] f815f05dde13: Layer already exists [2025-05-26T03:52:46.484Z] 9180922af26f: Pushed [2025-05-26T03:52:46.484Z] ba72975556db: Pushed [2025-05-26T03:52:46.748Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:46.748Z] e76034307fa5: Pushed [2025-05-26T03:52:49.306Z] 4f899a253ba8: Pushed [2025-05-26T03:52:50.707Z] ad6efb8b0364: Pushed [2025-05-26T03:52:52.639Z] b8883df3bfa9: Pushed [2025-05-26T03:52:52.903Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:53.263Z] + 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-26T03:52:53.612Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-26T03:52:53.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T03:52:53.612Z] 69da56d715b5: Preparing [2025-05-26T03:52:53.612Z] be759d4c9977: Preparing [2025-05-26T03:52:53.612Z] b8883df3bfa9: Preparing [2025-05-26T03:52:53.612Z] ad6efb8b0364: Preparing [2025-05-26T03:52:53.612Z] b0ed63af7397: Preparing [2025-05-26T03:52:53.612Z] 9180922af26f: Preparing [2025-05-26T03:52:53.612Z] ba72975556db: Preparing [2025-05-26T03:52:53.612Z] 0d4027581518: Preparing [2025-05-26T03:52:53.612Z] f815f05dde13: Preparing [2025-05-26T03:52:53.612Z] e76034307fa5: Preparing [2025-05-26T03:52:53.612Z] 4f899a253ba8: Preparing [2025-05-26T03:52:53.612Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:53.612Z] 0d4027581518: Waiting [2025-05-26T03:52:53.612Z] f815f05dde13: Waiting [2025-05-26T03:52:53.612Z] 9180922af26f: Waiting [2025-05-26T03:52:53.612Z] e76034307fa5: Waiting [2025-05-26T03:52:53.612Z] ba72975556db: Waiting [2025-05-26T03:52:53.613Z] 4f899a253ba8: Waiting [2025-05-26T03:52:53.613Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:53.613Z] 69da56d715b5: Layer already exists [2025-05-26T03:52:53.613Z] be759d4c9977: Layer already exists [2025-05-26T03:52:53.613Z] ad6efb8b0364: Layer already exists [2025-05-26T03:52:53.613Z] b0ed63af7397: Layer already exists [2025-05-26T03:52:53.613Z] b8883df3bfa9: Layer already exists [2025-05-26T03:52:53.613Z] f815f05dde13: Layer already exists [2025-05-26T03:52:53.613Z] ba72975556db: Layer already exists [2025-05-26T03:52:53.613Z] e76034307fa5: Layer already exists [2025-05-26T03:52:53.613Z] 0d4027581518: Layer already exists [2025-05-26T03:52:53.613Z] 9180922af26f: Layer already exists [2025-05-26T03:52:53.878Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:53.878Z] 4f899a253ba8: Layer already exists [2025-05-26T03:52:53.878Z] latest: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:54.232Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:54.591Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 [2025-05-26T03:52:54.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T03:52:54.591Z] 69da56d715b5: Preparing [2025-05-26T03:52:54.591Z] be759d4c9977: Preparing [2025-05-26T03:52:54.591Z] b8883df3bfa9: Preparing [2025-05-26T03:52:54.591Z] ad6efb8b0364: Preparing [2025-05-26T03:52:54.591Z] b0ed63af7397: Preparing [2025-05-26T03:52:54.591Z] 9180922af26f: Preparing [2025-05-26T03:52:54.591Z] ba72975556db: Preparing [2025-05-26T03:52:54.591Z] 0d4027581518: Preparing [2025-05-26T03:52:54.591Z] f815f05dde13: Preparing [2025-05-26T03:52:54.591Z] e76034307fa5: Preparing [2025-05-26T03:52:54.591Z] 4f899a253ba8: Preparing [2025-05-26T03:52:54.591Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:54.591Z] f815f05dde13: Waiting [2025-05-26T03:52:54.591Z] e76034307fa5: Waiting [2025-05-26T03:52:54.591Z] 9180922af26f: Waiting [2025-05-26T03:52:54.591Z] 4f899a253ba8: Waiting [2025-05-26T03:52:54.591Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:54.591Z] ba72975556db: Waiting [2025-05-26T03:52:54.591Z] 0d4027581518: Waiting [2025-05-26T03:52:54.591Z] be759d4c9977: Layer already exists [2025-05-26T03:52:54.591Z] b8883df3bfa9: Layer already exists [2025-05-26T03:52:54.591Z] 69da56d715b5: Layer already exists [2025-05-26T03:52:54.591Z] ad6efb8b0364: Layer already exists [2025-05-26T03:52:54.591Z] b0ed63af7397: Layer already exists [2025-05-26T03:52:54.591Z] 9180922af26f: Layer already exists [2025-05-26T03:52:54.591Z] ba72975556db: Layer already exists [2025-05-26T03:52:54.591Z] e76034307fa5: Layer already exists [2025-05-26T03:52:54.591Z] 0d4027581518: Layer already exists [2025-05-26T03:52:54.591Z] f815f05dde13: Layer already exists [2025-05-26T03:52:54.591Z] 4f899a253ba8: Layer already exists [2025-05-26T03:52:54.591Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:54.856Z] 4.1.0-dev.12: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:55.209Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:55.565Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:55.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T03:52:55.565Z] 69da56d715b5: Preparing [2025-05-26T03:52:55.565Z] be759d4c9977: Preparing [2025-05-26T03:52:55.565Z] b8883df3bfa9: Preparing [2025-05-26T03:52:55.565Z] ad6efb8b0364: Preparing [2025-05-26T03:52:55.565Z] b0ed63af7397: Preparing [2025-05-26T03:52:55.565Z] 9180922af26f: Preparing [2025-05-26T03:52:55.565Z] ba72975556db: Preparing [2025-05-26T03:52:55.565Z] 0d4027581518: Preparing [2025-05-26T03:52:55.565Z] f815f05dde13: Preparing [2025-05-26T03:52:55.565Z] e76034307fa5: Preparing [2025-05-26T03:52:55.565Z] 4f899a253ba8: Preparing [2025-05-26T03:52:55.565Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:55.565Z] 9180922af26f: Waiting [2025-05-26T03:52:55.565Z] ba72975556db: Waiting [2025-05-26T03:52:55.565Z] 0d4027581518: Waiting [2025-05-26T03:52:55.565Z] 4f899a253ba8: Waiting [2025-05-26T03:52:55.565Z] f815f05dde13: Waiting [2025-05-26T03:52:55.565Z] e76034307fa5: Waiting [2025-05-26T03:52:55.565Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:55.565Z] 69da56d715b5: Layer already exists [2025-05-26T03:52:55.565Z] b0ed63af7397: Layer already exists [2025-05-26T03:52:55.565Z] ad6efb8b0364: Layer already exists [2025-05-26T03:52:55.565Z] b8883df3bfa9: Layer already exists [2025-05-26T03:52:55.565Z] be759d4c9977: Layer already exists [2025-05-26T03:52:55.565Z] 0d4027581518: Layer already exists [2025-05-26T03:52:55.565Z] ba72975556db: Layer already exists [2025-05-26T03:52:55.565Z] 9180922af26f: Layer already exists [2025-05-26T03:52:55.565Z] e76034307fa5: Layer already exists [2025-05-26T03:52:55.565Z] f815f05dde13: Layer already exists [2025-05-26T03:52:55.565Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:55.565Z] 4f899a253ba8: Layer already exists [2025-05-26T03:52:55.830Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:56.192Z] + 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-26T03:52:56.544Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-05-26T03:52:56.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-26T03:52:56.544Z] 69da56d715b5: Preparing [2025-05-26T03:52:56.544Z] be759d4c9977: Preparing [2025-05-26T03:52:56.544Z] b8883df3bfa9: Preparing [2025-05-26T03:52:56.544Z] ad6efb8b0364: Preparing [2025-05-26T03:52:56.544Z] b0ed63af7397: Preparing [2025-05-26T03:52:56.544Z] 9180922af26f: Preparing [2025-05-26T03:52:56.544Z] ba72975556db: Preparing [2025-05-26T03:52:56.544Z] 0d4027581518: Preparing [2025-05-26T03:52:56.544Z] f815f05dde13: Preparing [2025-05-26T03:52:56.544Z] e76034307fa5: Preparing [2025-05-26T03:52:56.544Z] 4f899a253ba8: Preparing [2025-05-26T03:52:56.544Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:56.544Z] f815f05dde13: Waiting [2025-05-26T03:52:56.544Z] 9180922af26f: Waiting [2025-05-26T03:52:56.544Z] e76034307fa5: Waiting [2025-05-26T03:52:56.544Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:56.544Z] ba72975556db: Waiting [2025-05-26T03:52:56.544Z] 4f899a253ba8: Waiting [2025-05-26T03:52:56.544Z] 0d4027581518: Waiting [2025-05-26T03:52:56.544Z] b0ed63af7397: Layer already exists [2025-05-26T03:52:56.544Z] ad6efb8b0364: Layer already exists [2025-05-26T03:52:56.544Z] 69da56d715b5: Layer already exists [2025-05-26T03:52:56.544Z] be759d4c9977: Layer already exists [2025-05-26T03:52:56.544Z] b8883df3bfa9: Layer already exists [2025-05-26T03:52:56.544Z] 9180922af26f: Layer already exists [2025-05-26T03:52:56.544Z] 0d4027581518: Layer already exists [2025-05-26T03:52:56.544Z] ba72975556db: Layer already exists [2025-05-26T03:52:56.544Z] f815f05dde13: Layer already exists [2025-05-26T03:52:56.544Z] e76034307fa5: Layer already exists [2025-05-26T03:52:56.544Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:56.544Z] 4f899a253ba8: Layer already exists [2025-05-26T03:52:56.809Z] main: digest: sha256:ef6154a5f4a791e645fd676874bca27cc52c2e0173efcdfd16f00f64080966d5 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:52:56.963Z] ===================================================== [Pipeline] echo [2025-05-26T03:52:56.977Z] taggedImages: [2025-05-26T03:52:56.977Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:56.977Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-26T03:52:56.977Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 [2025-05-26T03:52:56.977Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:56.977Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-26T03:52:57.005Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-05-26T03:52:57.005Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:57.005Z] latest [2025-05-26T03:52:57.005Z] 4.1.0-dev.12 [2025-05-26T03:52:57.005Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:52:57.005Z] main [2025-05-26T03:52:57.005Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:57.431Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:52:57.801Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:52:57.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T03:52:57.801Z] 36df8836b2fd: Preparing [2025-05-26T03:52:57.801Z] 7738fe837c1a: Preparing [2025-05-26T03:52:57.801Z] 0d4027581518: Preparing [2025-05-26T03:52:57.801Z] f815f05dde13: Preparing [2025-05-26T03:52:57.801Z] cc456b0db372: Preparing [2025-05-26T03:52:57.801Z] df6809772b9b: Preparing [2025-05-26T03:52:57.801Z] dd9c8f8612c8: Preparing [2025-05-26T03:52:57.801Z] df6809772b9b: Waiting [2025-05-26T03:52:57.801Z] dd9c8f8612c8: Waiting [2025-05-26T03:52:58.073Z] 0d4027581518: Layer already exists [2025-05-26T03:52:58.073Z] f815f05dde13: Layer already exists [2025-05-26T03:52:58.073Z] cc456b0db372: Pushed [2025-05-26T03:52:58.073Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:52:58.073Z] 36df8836b2fd: Pushed [2025-05-26T03:53:00.042Z] df6809772b9b: Pushed [2025-05-26T03:53:04.288Z] 7738fe837c1a: Pushed [2025-05-26T03:53:04.288Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:04.647Z] + 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-26T03:53:04.999Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-26T03:53:04.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T03:53:04.999Z] 36df8836b2fd: Preparing [2025-05-26T03:53:04.999Z] 7738fe837c1a: Preparing [2025-05-26T03:53:04.999Z] 0d4027581518: Preparing [2025-05-26T03:53:04.999Z] f815f05dde13: Preparing [2025-05-26T03:53:04.999Z] cc456b0db372: Preparing [2025-05-26T03:53:04.999Z] df6809772b9b: Preparing [2025-05-26T03:53:04.999Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:04.999Z] df6809772b9b: Waiting [2025-05-26T03:53:04.999Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:04.999Z] 36df8836b2fd: Layer already exists [2025-05-26T03:53:04.999Z] 0d4027581518: Layer already exists [2025-05-26T03:53:04.999Z] f815f05dde13: Layer already exists [2025-05-26T03:53:04.999Z] 7738fe837c1a: Layer already exists [2025-05-26T03:53:04.999Z] cc456b0db372: Layer already exists [2025-05-26T03:53:04.999Z] df6809772b9b: Layer already exists [2025-05-26T03:53:04.999Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:05.263Z] latest: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:05.615Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:05.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 [2025-05-26T03:53:05.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T03:53:05.963Z] 36df8836b2fd: Preparing [2025-05-26T03:53:05.963Z] 7738fe837c1a: Preparing [2025-05-26T03:53:05.963Z] 0d4027581518: Preparing [2025-05-26T03:53:05.963Z] f815f05dde13: Preparing [2025-05-26T03:53:05.963Z] cc456b0db372: Preparing [2025-05-26T03:53:05.963Z] df6809772b9b: Preparing [2025-05-26T03:53:05.963Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:05.963Z] df6809772b9b: Waiting [2025-05-26T03:53:05.963Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:05.963Z] 36df8836b2fd: Layer already exists [2025-05-26T03:53:05.963Z] 7738fe837c1a: Layer already exists [2025-05-26T03:53:05.963Z] 0d4027581518: Layer already exists [2025-05-26T03:53:05.963Z] cc456b0db372: Layer already exists [2025-05-26T03:53:05.963Z] f815f05dde13: Layer already exists [2025-05-26T03:53:05.963Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:05.963Z] df6809772b9b: Layer already exists [2025-05-26T03:53:06.228Z] 4.1.0-dev.12: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:06.584Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:06.933Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:53:06.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T03:53:06.933Z] 36df8836b2fd: Preparing [2025-05-26T03:53:06.933Z] 7738fe837c1a: Preparing [2025-05-26T03:53:06.933Z] 0d4027581518: Preparing [2025-05-26T03:53:06.933Z] f815f05dde13: Preparing [2025-05-26T03:53:06.933Z] cc456b0db372: Preparing [2025-05-26T03:53:06.933Z] df6809772b9b: Preparing [2025-05-26T03:53:06.933Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:06.933Z] df6809772b9b: Waiting [2025-05-26T03:53:06.933Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:06.933Z] 7738fe837c1a: Layer already exists [2025-05-26T03:53:06.933Z] 36df8836b2fd: Layer already exists [2025-05-26T03:53:06.933Z] 0d4027581518: Layer already exists [2025-05-26T03:53:06.933Z] cc456b0db372: Layer already exists [2025-05-26T03:53:06.933Z] f815f05dde13: Layer already exists [2025-05-26T03:53:06.933Z] df6809772b9b: Layer already exists [2025-05-26T03:53:06.933Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:07.197Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:07.541Z] + 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-26T03:53:07.887Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-05-26T03:53:07.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-26T03:53:07.888Z] 36df8836b2fd: Preparing [2025-05-26T03:53:07.888Z] 7738fe837c1a: Preparing [2025-05-26T03:53:07.888Z] 0d4027581518: Preparing [2025-05-26T03:53:07.888Z] f815f05dde13: Preparing [2025-05-26T03:53:07.888Z] cc456b0db372: Preparing [2025-05-26T03:53:07.888Z] df6809772b9b: Preparing [2025-05-26T03:53:07.888Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:07.888Z] df6809772b9b: Waiting [2025-05-26T03:53:07.888Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:07.888Z] 36df8836b2fd: Layer already exists [2025-05-26T03:53:07.888Z] f815f05dde13: Layer already exists [2025-05-26T03:53:07.888Z] 7738fe837c1a: Layer already exists [2025-05-26T03:53:07.888Z] 0d4027581518: Layer already exists [2025-05-26T03:53:07.888Z] cc456b0db372: Layer already exists [2025-05-26T03:53:07.888Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:07.888Z] df6809772b9b: Layer already exists [2025-05-26T03:53:08.152Z] main: digest: sha256:2cfb27a5925d012e2b145c925ae7e192004388da9883214e9e383dd57abf0d6b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:53:08.235Z] ===================================================== [Pipeline] echo [2025-05-26T03:53:08.251Z] taggedImages: [2025-05-26T03:53:08.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:53:08.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-26T03:53:08.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 [2025-05-26T03:53:08.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:53:08.251Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-26T03:53:08.280Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-05-26T03:53:08.280Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:53:08.280Z] latest [2025-05-26T03:53:08.280Z] 4.1.0-dev.12 [2025-05-26T03:53:08.280Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:53:08.280Z] main [2025-05-26T03:53:08.280Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:08.652Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:09.001Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:53:09.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T03:53:09.001Z] 2ef76717497a: Preparing [2025-05-26T03:53:09.001Z] aa2d435e1fc4: Preparing [2025-05-26T03:53:09.001Z] f87a5ee04800: Preparing [2025-05-26T03:53:09.001Z] 0d4027581518: Preparing [2025-05-26T03:53:09.001Z] f815f05dde13: Preparing [2025-05-26T03:53:09.001Z] 8fd4dc9319fe: Preparing [2025-05-26T03:53:09.001Z] cdc0372e4dca: Preparing [2025-05-26T03:53:09.001Z] 91edb6d18f3d: Preparing [2025-05-26T03:53:09.001Z] 1062896329cf: Preparing [2025-05-26T03:53:09.001Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:09.001Z] cdc0372e4dca: Waiting [2025-05-26T03:53:09.001Z] 91edb6d18f3d: Waiting [2025-05-26T03:53:09.001Z] 1062896329cf: Waiting [2025-05-26T03:53:09.001Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:09.001Z] 8fd4dc9319fe: Waiting [2025-05-26T03:53:09.001Z] f815f05dde13: Layer already exists [2025-05-26T03:53:09.266Z] 0d4027581518: Layer already exists [2025-05-26T03:53:09.266Z] f87a5ee04800: Pushed [2025-05-26T03:53:09.266Z] aa2d435e1fc4: Pushed [2025-05-26T03:53:09.266Z] 2ef76717497a: Pushed [2025-05-26T03:53:09.266Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:09.266Z] 91edb6d18f3d: Pushed [2025-05-26T03:53:10.227Z] 1062896329cf: Pushed [2025-05-26T03:53:20.479Z] cdc0372e4dca: Pushed [2025-05-26T03:53:35.429Z] 8fd4dc9319fe: Pushed [2025-05-26T03:53:35.429Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:35.778Z] + 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-26T03:53:36.124Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-26T03:53:36.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T03:53:36.124Z] 2ef76717497a: Preparing [2025-05-26T03:53:36.124Z] aa2d435e1fc4: Preparing [2025-05-26T03:53:36.124Z] f87a5ee04800: Preparing [2025-05-26T03:53:36.124Z] 0d4027581518: Preparing [2025-05-26T03:53:36.124Z] f815f05dde13: Preparing [2025-05-26T03:53:36.124Z] 8fd4dc9319fe: Preparing [2025-05-26T03:53:36.124Z] cdc0372e4dca: Preparing [2025-05-26T03:53:36.124Z] 91edb6d18f3d: Preparing [2025-05-26T03:53:36.124Z] 1062896329cf: Preparing [2025-05-26T03:53:36.124Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:36.124Z] 8fd4dc9319fe: Waiting [2025-05-26T03:53:36.124Z] 1062896329cf: Waiting [2025-05-26T03:53:36.124Z] cdc0372e4dca: Waiting [2025-05-26T03:53:36.124Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:36.124Z] 91edb6d18f3d: Waiting [2025-05-26T03:53:36.124Z] 2ef76717497a: Layer already exists [2025-05-26T03:53:36.124Z] aa2d435e1fc4: Layer already exists [2025-05-26T03:53:36.124Z] f815f05dde13: Layer already exists [2025-05-26T03:53:36.124Z] 0d4027581518: Layer already exists [2025-05-26T03:53:36.124Z] f87a5ee04800: Layer already exists [2025-05-26T03:53:36.124Z] 8fd4dc9319fe: Layer already exists [2025-05-26T03:53:36.124Z] cdc0372e4dca: Layer already exists [2025-05-26T03:53:36.124Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:53:36.124Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:36.124Z] 1062896329cf: Layer already exists [2025-05-26T03:53:36.124Z] latest: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:36.738Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:37.087Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 [2025-05-26T03:53:37.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T03:53:37.088Z] 2ef76717497a: Preparing [2025-05-26T03:53:37.088Z] aa2d435e1fc4: Preparing [2025-05-26T03:53:37.088Z] f87a5ee04800: Preparing [2025-05-26T03:53:37.088Z] 0d4027581518: Preparing [2025-05-26T03:53:37.088Z] f815f05dde13: Preparing [2025-05-26T03:53:37.088Z] 8fd4dc9319fe: Preparing [2025-05-26T03:53:37.088Z] cdc0372e4dca: Preparing [2025-05-26T03:53:37.088Z] 91edb6d18f3d: Preparing [2025-05-26T03:53:37.088Z] 1062896329cf: Preparing [2025-05-26T03:53:37.088Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:37.088Z] cdc0372e4dca: Waiting [2025-05-26T03:53:37.088Z] 91edb6d18f3d: Waiting [2025-05-26T03:53:37.088Z] 1062896329cf: Waiting [2025-05-26T03:53:37.088Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:37.088Z] 8fd4dc9319fe: Waiting [2025-05-26T03:53:37.088Z] 2ef76717497a: Layer already exists [2025-05-26T03:53:37.088Z] 0d4027581518: Layer already exists [2025-05-26T03:53:37.088Z] f87a5ee04800: Layer already exists [2025-05-26T03:53:37.088Z] f815f05dde13: Layer already exists [2025-05-26T03:53:37.088Z] aa2d435e1fc4: Layer already exists [2025-05-26T03:53:37.088Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:53:37.088Z] cdc0372e4dca: Layer already exists [2025-05-26T03:53:37.088Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:37.088Z] 8fd4dc9319fe: Layer already exists [2025-05-26T03:53:37.088Z] 1062896329cf: Layer already exists [2025-05-26T03:53:37.350Z] 4.1.0-dev.12: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:37.697Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:38.043Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:53:38.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T03:53:38.043Z] 2ef76717497a: Preparing [2025-05-26T03:53:38.043Z] aa2d435e1fc4: Preparing [2025-05-26T03:53:38.043Z] f87a5ee04800: Preparing [2025-05-26T03:53:38.043Z] 0d4027581518: Preparing [2025-05-26T03:53:38.043Z] f815f05dde13: Preparing [2025-05-26T03:53:38.043Z] 8fd4dc9319fe: Preparing [2025-05-26T03:53:38.043Z] cdc0372e4dca: Preparing [2025-05-26T03:53:38.043Z] 91edb6d18f3d: Preparing [2025-05-26T03:53:38.043Z] 1062896329cf: Preparing [2025-05-26T03:53:38.043Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:38.043Z] 91edb6d18f3d: Waiting [2025-05-26T03:53:38.043Z] 1062896329cf: Waiting [2025-05-26T03:53:38.043Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:38.043Z] 8fd4dc9319fe: Waiting [2025-05-26T03:53:38.043Z] cdc0372e4dca: Waiting [2025-05-26T03:53:38.043Z] aa2d435e1fc4: Layer already exists [2025-05-26T03:53:38.043Z] f87a5ee04800: Layer already exists [2025-05-26T03:53:38.043Z] f815f05dde13: Layer already exists [2025-05-26T03:53:38.043Z] 2ef76717497a: Layer already exists [2025-05-26T03:53:38.043Z] 0d4027581518: Layer already exists [2025-05-26T03:53:38.043Z] 8fd4dc9319fe: Layer already exists [2025-05-26T03:53:38.043Z] cdc0372e4dca: Layer already exists [2025-05-26T03:53:38.043Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:53:38.043Z] 1062896329cf: Layer already exists [2025-05-26T03:53:38.043Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:38.043Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:38.655Z] + 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-26T03:53:39.000Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-05-26T03:53:39.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-26T03:53:39.000Z] 2ef76717497a: Preparing [2025-05-26T03:53:39.000Z] aa2d435e1fc4: Preparing [2025-05-26T03:53:39.000Z] f87a5ee04800: Preparing [2025-05-26T03:53:39.000Z] 0d4027581518: Preparing [2025-05-26T03:53:39.000Z] f815f05dde13: Preparing [2025-05-26T03:53:39.000Z] 8fd4dc9319fe: Preparing [2025-05-26T03:53:39.000Z] cdc0372e4dca: Preparing [2025-05-26T03:53:39.000Z] 91edb6d18f3d: Preparing [2025-05-26T03:53:39.000Z] 1062896329cf: Preparing [2025-05-26T03:53:39.000Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:39.000Z] 8fd4dc9319fe: Waiting [2025-05-26T03:53:39.000Z] cdc0372e4dca: Waiting [2025-05-26T03:53:39.000Z] 91edb6d18f3d: Waiting [2025-05-26T03:53:39.000Z] 1062896329cf: Waiting [2025-05-26T03:53:39.000Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:39.000Z] f87a5ee04800: Layer already exists [2025-05-26T03:53:39.000Z] f815f05dde13: Layer already exists [2025-05-26T03:53:39.000Z] aa2d435e1fc4: Layer already exists [2025-05-26T03:53:39.000Z] 0d4027581518: Layer already exists [2025-05-26T03:53:39.000Z] 2ef76717497a: Layer already exists [2025-05-26T03:53:39.000Z] cdc0372e4dca: Layer already exists [2025-05-26T03:53:39.000Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:53:39.000Z] 8fd4dc9319fe: Layer already exists [2025-05-26T03:53:39.000Z] 1062896329cf: Layer already exists [2025-05-26T03:53:39.000Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:39.000Z] main: digest: sha256:baa299aa530763aaf5a005dcecc20d0947a9c3b3cc2d79f067f42495f8947519 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:53:39.338Z] ===================================================== [Pipeline] echo [2025-05-26T03:53:39.356Z] taggedImages: [2025-05-26T03:53:39.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:53:39.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-26T03:53:39.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 [2025-05-26T03:53:39.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:53:39.356Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-26T03:53:39.385Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-05-26T03:53:39.385Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:53:39.385Z] latest [2025-05-26T03:53:39.385Z] 4.1.0-dev.12 [2025-05-26T03:53:39.385Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:53:39.385Z] main [2025-05-26T03:53:39.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:39.751Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:53:40.107Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:53:40.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T03:53:40.107Z] 357504b7c059: Preparing [2025-05-26T03:53:40.107Z] 38af929648bc: Preparing [2025-05-26T03:53:40.107Z] 34b33457a871: Preparing [2025-05-26T03:53:40.107Z] 0d4027581518: Preparing [2025-05-26T03:53:40.107Z] f815f05dde13: Preparing [2025-05-26T03:53:40.107Z] 7f8749f03c70: Preparing [2025-05-26T03:53:40.107Z] 363b25ea1c79: Preparing [2025-05-26T03:53:40.107Z] 90a0924965df: Preparing [2025-05-26T03:53:40.107Z] dd9c8f8612c8: Preparing [2025-05-26T03:53:40.107Z] 363b25ea1c79: Waiting [2025-05-26T03:53:40.107Z] 90a0924965df: Waiting [2025-05-26T03:53:40.107Z] dd9c8f8612c8: Waiting [2025-05-26T03:53:40.107Z] 7f8749f03c70: Waiting [2025-05-26T03:53:40.107Z] f815f05dde13: Layer already exists [2025-05-26T03:53:40.107Z] 0d4027581518: Layer already exists [2025-05-26T03:53:40.371Z] 34b33457a871: Pushed [2025-05-26T03:53:40.371Z] 38af929648bc: Pushed [2025-05-26T03:53:40.371Z] 357504b7c059: Pushed [2025-05-26T03:53:40.371Z] 363b25ea1c79: Pushed [2025-05-26T03:53:40.371Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:53:40.947Z] 90a0924965df: Pushed [2025-05-26T03:54:07.571Z] 7f8749f03c70: Pushed [2025-05-26T03:54:07.571Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:07.911Z] + 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-26T03:54:08.254Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-26T03:54:08.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T03:54:08.254Z] 357504b7c059: Preparing [2025-05-26T03:54:08.254Z] 38af929648bc: Preparing [2025-05-26T03:54:08.254Z] 34b33457a871: Preparing [2025-05-26T03:54:08.254Z] 0d4027581518: Preparing [2025-05-26T03:54:08.254Z] f815f05dde13: Preparing [2025-05-26T03:54:08.254Z] 7f8749f03c70: Preparing [2025-05-26T03:54:08.254Z] 363b25ea1c79: Preparing [2025-05-26T03:54:08.254Z] 90a0924965df: Preparing [2025-05-26T03:54:08.254Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:08.254Z] 7f8749f03c70: Waiting [2025-05-26T03:54:08.254Z] 363b25ea1c79: Waiting [2025-05-26T03:54:08.254Z] 90a0924965df: Waiting [2025-05-26T03:54:08.254Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:08.254Z] 0d4027581518: Layer already exists [2025-05-26T03:54:08.254Z] 357504b7c059: Layer already exists [2025-05-26T03:54:08.254Z] 34b33457a871: Layer already exists [2025-05-26T03:54:08.254Z] 38af929648bc: Layer already exists [2025-05-26T03:54:08.254Z] f815f05dde13: Layer already exists [2025-05-26T03:54:08.254Z] 7f8749f03c70: Layer already exists [2025-05-26T03:54:08.254Z] 363b25ea1c79: Layer already exists [2025-05-26T03:54:08.254Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:08.254Z] 90a0924965df: Layer already exists [2025-05-26T03:54:08.517Z] latest: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:08.871Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:09.219Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 [2025-05-26T03:54:09.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T03:54:09.219Z] 357504b7c059: Preparing [2025-05-26T03:54:09.219Z] 38af929648bc: Preparing [2025-05-26T03:54:09.219Z] 34b33457a871: Preparing [2025-05-26T03:54:09.219Z] 0d4027581518: Preparing [2025-05-26T03:54:09.219Z] f815f05dde13: Preparing [2025-05-26T03:54:09.219Z] 7f8749f03c70: Preparing [2025-05-26T03:54:09.219Z] 363b25ea1c79: Preparing [2025-05-26T03:54:09.219Z] 90a0924965df: Preparing [2025-05-26T03:54:09.219Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:09.219Z] 7f8749f03c70: Waiting [2025-05-26T03:54:09.219Z] 363b25ea1c79: Waiting [2025-05-26T03:54:09.219Z] 90a0924965df: Waiting [2025-05-26T03:54:09.219Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:09.219Z] 38af929648bc: Layer already exists [2025-05-26T03:54:09.219Z] 0d4027581518: Layer already exists [2025-05-26T03:54:09.219Z] 34b33457a871: Layer already exists [2025-05-26T03:54:09.219Z] f815f05dde13: Layer already exists [2025-05-26T03:54:09.219Z] 357504b7c059: Layer already exists [2025-05-26T03:54:09.219Z] 7f8749f03c70: Layer already exists [2025-05-26T03:54:09.219Z] 90a0924965df: Layer already exists [2025-05-26T03:54:09.219Z] 363b25ea1c79: Layer already exists [2025-05-26T03:54:09.219Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:09.219Z] 4.1.0-dev.12: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:09.578Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:09.921Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:09.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T03:54:09.921Z] 357504b7c059: Preparing [2025-05-26T03:54:09.921Z] 38af929648bc: Preparing [2025-05-26T03:54:09.921Z] 34b33457a871: Preparing [2025-05-26T03:54:09.921Z] 0d4027581518: Preparing [2025-05-26T03:54:09.921Z] f815f05dde13: Preparing [2025-05-26T03:54:09.921Z] 7f8749f03c70: Preparing [2025-05-26T03:54:09.921Z] 363b25ea1c79: Preparing [2025-05-26T03:54:09.921Z] 90a0924965df: Preparing [2025-05-26T03:54:09.921Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:09.921Z] 363b25ea1c79: Waiting [2025-05-26T03:54:09.921Z] 90a0924965df: Waiting [2025-05-26T03:54:09.921Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:09.921Z] 7f8749f03c70: Waiting [2025-05-26T03:54:09.921Z] 0d4027581518: Layer already exists [2025-05-26T03:54:09.921Z] 34b33457a871: Layer already exists [2025-05-26T03:54:09.921Z] 357504b7c059: Layer already exists [2025-05-26T03:54:09.921Z] f815f05dde13: Layer already exists [2025-05-26T03:54:09.921Z] 38af929648bc: Layer already exists [2025-05-26T03:54:09.921Z] 363b25ea1c79: Layer already exists [2025-05-26T03:54:09.921Z] 90a0924965df: Layer already exists [2025-05-26T03:54:09.921Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:09.921Z] 7f8749f03c70: Layer already exists [2025-05-26T03:54:10.183Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:10.530Z] + 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-26T03:54:10.878Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-05-26T03:54:10.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-26T03:54:10.878Z] 357504b7c059: Preparing [2025-05-26T03:54:10.878Z] 38af929648bc: Preparing [2025-05-26T03:54:10.878Z] 34b33457a871: Preparing [2025-05-26T03:54:10.878Z] 0d4027581518: Preparing [2025-05-26T03:54:10.878Z] f815f05dde13: Preparing [2025-05-26T03:54:10.878Z] 7f8749f03c70: Preparing [2025-05-26T03:54:10.878Z] 363b25ea1c79: Preparing [2025-05-26T03:54:10.878Z] 90a0924965df: Preparing [2025-05-26T03:54:10.878Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:10.878Z] 363b25ea1c79: Waiting [2025-05-26T03:54:10.878Z] 90a0924965df: Waiting [2025-05-26T03:54:10.878Z] 7f8749f03c70: Waiting [2025-05-26T03:54:10.878Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:10.878Z] f815f05dde13: Layer already exists [2025-05-26T03:54:10.878Z] 38af929648bc: Layer already exists [2025-05-26T03:54:10.878Z] 357504b7c059: Layer already exists [2025-05-26T03:54:10.878Z] 0d4027581518: Layer already exists [2025-05-26T03:54:10.878Z] 34b33457a871: Layer already exists [2025-05-26T03:54:10.878Z] 7f8749f03c70: Layer already exists [2025-05-26T03:54:10.878Z] 363b25ea1c79: Layer already exists [2025-05-26T03:54:10.878Z] 90a0924965df: Layer already exists [2025-05-26T03:54:10.878Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:10.878Z] main: digest: sha256:91062a8967625a366d5dd6c3688087dc04b4ec9459ffa83f6318a6ebabf53690 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:54:11.224Z] ===================================================== [Pipeline] echo [2025-05-26T03:54:11.233Z] taggedImages: [2025-05-26T03:54:11.233Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:11.233Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-26T03:54:11.233Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 [2025-05-26T03:54:11.233Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:11.233Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-26T03:54:11.265Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-05-26T03:54:11.265Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:11.265Z] latest [2025-05-26T03:54:11.265Z] 4.1.0-dev.12 [2025-05-26T03:54:11.265Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:11.265Z] main [2025-05-26T03:54:11.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:11.631Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:11.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:11.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T03:54:11.969Z] 11148bf426f6: Preparing [2025-05-26T03:54:11.969Z] 579cfad3aff8: Preparing [2025-05-26T03:54:11.969Z] dc0ca4fee1eb: Preparing [2025-05-26T03:54:11.969Z] 0d4027581518: Preparing [2025-05-26T03:54:11.969Z] f815f05dde13: Preparing [2025-05-26T03:54:11.969Z] 8c160b475d7d: Preparing [2025-05-26T03:54:11.969Z] 91edb6d18f3d: Preparing [2025-05-26T03:54:11.969Z] 1062896329cf: Preparing [2025-05-26T03:54:11.969Z] 8c160b475d7d: Waiting [2025-05-26T03:54:11.969Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:11.969Z] 1062896329cf: Waiting [2025-05-26T03:54:11.969Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:11.969Z] 91edb6d18f3d: Waiting [2025-05-26T03:54:11.969Z] f815f05dde13: Layer already exists [2025-05-26T03:54:11.969Z] 0d4027581518: Layer already exists [2025-05-26T03:54:12.234Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:54:12.234Z] 11148bf426f6: Pushed [2025-05-26T03:54:12.234Z] 1062896329cf: Layer already exists [2025-05-26T03:54:12.234Z] 579cfad3aff8: Pushed [2025-05-26T03:54:12.234Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:12.234Z] dc0ca4fee1eb: Pushed [2025-05-26T03:54:38.882Z] 8c160b475d7d: Pushed [2025-05-26T03:54:38.882Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:39.232Z] + 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-26T03:54:39.577Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-26T03:54:39.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T03:54:39.577Z] 11148bf426f6: Preparing [2025-05-26T03:54:39.577Z] 579cfad3aff8: Preparing [2025-05-26T03:54:39.577Z] dc0ca4fee1eb: Preparing [2025-05-26T03:54:39.577Z] 0d4027581518: Preparing [2025-05-26T03:54:39.577Z] f815f05dde13: Preparing [2025-05-26T03:54:39.577Z] 8c160b475d7d: Preparing [2025-05-26T03:54:39.577Z] 91edb6d18f3d: Preparing [2025-05-26T03:54:39.577Z] 1062896329cf: Preparing [2025-05-26T03:54:39.577Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:39.577Z] 8c160b475d7d: Waiting [2025-05-26T03:54:39.577Z] 91edb6d18f3d: Waiting [2025-05-26T03:54:39.577Z] 1062896329cf: Waiting [2025-05-26T03:54:39.577Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:39.577Z] 11148bf426f6: Layer already exists [2025-05-26T03:54:39.577Z] f815f05dde13: Layer already exists [2025-05-26T03:54:39.577Z] 0d4027581518: Layer already exists [2025-05-26T03:54:39.577Z] 579cfad3aff8: Layer already exists [2025-05-26T03:54:39.577Z] dc0ca4fee1eb: Layer already exists [2025-05-26T03:54:39.577Z] 1062896329cf: Layer already exists [2025-05-26T03:54:39.577Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:39.577Z] 8c160b475d7d: Layer already exists [2025-05-26T03:54:39.577Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:54:39.577Z] latest: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:40.191Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:40.535Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 [2025-05-26T03:54:40.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T03:54:40.535Z] 11148bf426f6: Preparing [2025-05-26T03:54:40.535Z] 579cfad3aff8: Preparing [2025-05-26T03:54:40.535Z] dc0ca4fee1eb: Preparing [2025-05-26T03:54:40.535Z] 0d4027581518: Preparing [2025-05-26T03:54:40.535Z] f815f05dde13: Preparing [2025-05-26T03:54:40.535Z] 8c160b475d7d: Preparing [2025-05-26T03:54:40.535Z] 91edb6d18f3d: Preparing [2025-05-26T03:54:40.535Z] 1062896329cf: Preparing [2025-05-26T03:54:40.535Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:40.535Z] 91edb6d18f3d: Waiting [2025-05-26T03:54:40.535Z] 1062896329cf: Waiting [2025-05-26T03:54:40.535Z] 8c160b475d7d: Waiting [2025-05-26T03:54:40.535Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:40.535Z] f815f05dde13: Layer already exists [2025-05-26T03:54:40.535Z] 579cfad3aff8: Layer already exists [2025-05-26T03:54:40.535Z] 0d4027581518: Layer already exists [2025-05-26T03:54:40.535Z] dc0ca4fee1eb: Layer already exists [2025-05-26T03:54:40.535Z] 11148bf426f6: Layer already exists [2025-05-26T03:54:40.535Z] 1062896329cf: Layer already exists [2025-05-26T03:54:40.535Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:54:40.535Z] 8c160b475d7d: Layer already exists [2025-05-26T03:54:40.535Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:40.535Z] 4.1.0-dev.12: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:41.138Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:41.489Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:41.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T03:54:41.489Z] 11148bf426f6: Preparing [2025-05-26T03:54:41.489Z] 579cfad3aff8: Preparing [2025-05-26T03:54:41.489Z] dc0ca4fee1eb: Preparing [2025-05-26T03:54:41.489Z] 0d4027581518: Preparing [2025-05-26T03:54:41.489Z] f815f05dde13: Preparing [2025-05-26T03:54:41.489Z] 8c160b475d7d: Preparing [2025-05-26T03:54:41.489Z] 91edb6d18f3d: Preparing [2025-05-26T03:54:41.489Z] 1062896329cf: Preparing [2025-05-26T03:54:41.489Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:41.489Z] 8c160b475d7d: Waiting [2025-05-26T03:54:41.489Z] 91edb6d18f3d: Waiting [2025-05-26T03:54:41.489Z] 1062896329cf: Waiting [2025-05-26T03:54:41.489Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:41.489Z] f815f05dde13: Layer already exists [2025-05-26T03:54:41.489Z] 11148bf426f6: Layer already exists [2025-05-26T03:54:41.489Z] dc0ca4fee1eb: Layer already exists [2025-05-26T03:54:41.489Z] 0d4027581518: Layer already exists [2025-05-26T03:54:41.489Z] 579cfad3aff8: Layer already exists [2025-05-26T03:54:41.489Z] 8c160b475d7d: Layer already exists [2025-05-26T03:54:41.489Z] 1062896329cf: Layer already exists [2025-05-26T03:54:41.489Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:54:41.489Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:41.489Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:41.842Z] + 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-26T03:54:42.187Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-05-26T03:54:42.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-26T03:54:42.187Z] 11148bf426f6: Preparing [2025-05-26T03:54:42.187Z] 579cfad3aff8: Preparing [2025-05-26T03:54:42.187Z] dc0ca4fee1eb: Preparing [2025-05-26T03:54:42.187Z] 0d4027581518: Preparing [2025-05-26T03:54:42.187Z] f815f05dde13: Preparing [2025-05-26T03:54:42.187Z] 8c160b475d7d: Preparing [2025-05-26T03:54:42.187Z] 91edb6d18f3d: Preparing [2025-05-26T03:54:42.187Z] 1062896329cf: Preparing [2025-05-26T03:54:42.187Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:42.187Z] 1062896329cf: Waiting [2025-05-26T03:54:42.187Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:42.187Z] 8c160b475d7d: Waiting [2025-05-26T03:54:42.187Z] 91edb6d18f3d: Waiting [2025-05-26T03:54:42.187Z] dc0ca4fee1eb: Layer already exists [2025-05-26T03:54:42.187Z] f815f05dde13: Layer already exists [2025-05-26T03:54:42.187Z] 0d4027581518: Layer already exists [2025-05-26T03:54:42.187Z] 11148bf426f6: Layer already exists [2025-05-26T03:54:42.187Z] 579cfad3aff8: Layer already exists [2025-05-26T03:54:42.187Z] 1062896329cf: Layer already exists [2025-05-26T03:54:42.187Z] 91edb6d18f3d: Layer already exists [2025-05-26T03:54:42.187Z] 8c160b475d7d: Layer already exists [2025-05-26T03:54:42.187Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:42.187Z] main: digest: sha256:acba83105615730d75c316dc981f345b7e1caed085215d348294bf1008173d2f size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:54:42.521Z] ===================================================== [Pipeline] echo [2025-05-26T03:54:42.536Z] taggedImages: [2025-05-26T03:54:42.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:42.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-26T03:54:42.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 [2025-05-26T03:54:42.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:42.536Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-26T03:54:42.561Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-05-26T03:54:42.561Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:42.561Z] latest [2025-05-26T03:54:42.561Z] 4.1.0-dev.12 [2025-05-26T03:54:42.561Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:42.561Z] main [2025-05-26T03:54:42.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:42.918Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:43.260Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:43.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T03:54:43.260Z] 062a50c072e0: Preparing [2025-05-26T03:54:43.260Z] 0acff11d7d79: Preparing [2025-05-26T03:54:43.260Z] 0d4027581518: Preparing [2025-05-26T03:54:43.260Z] f815f05dde13: Preparing [2025-05-26T03:54:43.260Z] 1e9eb8435238: Preparing [2025-05-26T03:54:43.260Z] 437728e02ea0: Preparing [2025-05-26T03:54:43.260Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:43.260Z] 437728e02ea0: Waiting [2025-05-26T03:54:43.260Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:43.260Z] 0d4027581518: Layer already exists [2025-05-26T03:54:43.260Z] f815f05dde13: Layer already exists [2025-05-26T03:54:43.525Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:43.525Z] 1e9eb8435238: Pushed [2025-05-26T03:54:43.525Z] 062a50c072e0: Pushed [2025-05-26T03:54:44.919Z] 437728e02ea0: Pushed [2025-05-26T03:54:51.608Z] 0acff11d7d79: Pushed [2025-05-26T03:54:51.608Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:51.981Z] + 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-26T03:54:52.337Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-26T03:54:52.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T03:54:52.337Z] 062a50c072e0: Preparing [2025-05-26T03:54:52.337Z] 0acff11d7d79: Preparing [2025-05-26T03:54:52.337Z] 0d4027581518: Preparing [2025-05-26T03:54:52.337Z] f815f05dde13: Preparing [2025-05-26T03:54:52.337Z] 1e9eb8435238: Preparing [2025-05-26T03:54:52.337Z] 437728e02ea0: Preparing [2025-05-26T03:54:52.337Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:52.337Z] 437728e02ea0: Waiting [2025-05-26T03:54:52.337Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:52.337Z] 062a50c072e0: Layer already exists [2025-05-26T03:54:52.337Z] 0d4027581518: Layer already exists [2025-05-26T03:54:52.337Z] 1e9eb8435238: Layer already exists [2025-05-26T03:54:52.337Z] 0acff11d7d79: Layer already exists [2025-05-26T03:54:52.337Z] f815f05dde13: Layer already exists [2025-05-26T03:54:52.337Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:52.337Z] 437728e02ea0: Layer already exists [2025-05-26T03:54:52.337Z] latest: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:52.945Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:53.295Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 [2025-05-26T03:54:53.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T03:54:53.295Z] 062a50c072e0: Preparing [2025-05-26T03:54:53.295Z] 0acff11d7d79: Preparing [2025-05-26T03:54:53.295Z] 0d4027581518: Preparing [2025-05-26T03:54:53.295Z] f815f05dde13: Preparing [2025-05-26T03:54:53.295Z] 1e9eb8435238: Preparing [2025-05-26T03:54:53.295Z] 437728e02ea0: Preparing [2025-05-26T03:54:53.295Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:53.295Z] 437728e02ea0: Waiting [2025-05-26T03:54:53.295Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:53.295Z] 0d4027581518: Layer already exists [2025-05-26T03:54:53.295Z] 062a50c072e0: Layer already exists [2025-05-26T03:54:53.295Z] 0acff11d7d79: Layer already exists [2025-05-26T03:54:53.295Z] 1e9eb8435238: Layer already exists [2025-05-26T03:54:53.295Z] f815f05dde13: Layer already exists [2025-05-26T03:54:53.295Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:53.295Z] 437728e02ea0: Layer already exists [2025-05-26T03:54:53.295Z] 4.1.0-dev.12: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:53.645Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:53.987Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:53.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T03:54:53.987Z] 062a50c072e0: Preparing [2025-05-26T03:54:53.987Z] 0acff11d7d79: Preparing [2025-05-26T03:54:53.987Z] 0d4027581518: Preparing [2025-05-26T03:54:53.987Z] f815f05dde13: Preparing [2025-05-26T03:54:53.987Z] 1e9eb8435238: Preparing [2025-05-26T03:54:53.987Z] 437728e02ea0: Preparing [2025-05-26T03:54:53.987Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:53.987Z] 437728e02ea0: Waiting [2025-05-26T03:54:53.987Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:53.987Z] 1e9eb8435238: Layer already exists [2025-05-26T03:54:53.987Z] 0d4027581518: Layer already exists [2025-05-26T03:54:53.987Z] 0acff11d7d79: Layer already exists [2025-05-26T03:54:53.987Z] 062a50c072e0: Layer already exists [2025-05-26T03:54:53.987Z] f815f05dde13: Layer already exists [2025-05-26T03:54:53.987Z] 437728e02ea0: Layer already exists [2025-05-26T03:54:53.987Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:53.987Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:54.331Z] + 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-26T03:54:54.683Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-05-26T03:54:54.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-26T03:54:54.683Z] 062a50c072e0: Preparing [2025-05-26T03:54:54.683Z] 0acff11d7d79: Preparing [2025-05-26T03:54:54.683Z] 0d4027581518: Preparing [2025-05-26T03:54:54.683Z] f815f05dde13: Preparing [2025-05-26T03:54:54.683Z] 1e9eb8435238: Preparing [2025-05-26T03:54:54.683Z] 437728e02ea0: Preparing [2025-05-26T03:54:54.683Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:54.683Z] 437728e02ea0: Waiting [2025-05-26T03:54:54.683Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:54.683Z] f815f05dde13: Layer already exists [2025-05-26T03:54:54.683Z] 1e9eb8435238: Layer already exists [2025-05-26T03:54:54.683Z] 062a50c072e0: Layer already exists [2025-05-26T03:54:54.683Z] 0d4027581518: Layer already exists [2025-05-26T03:54:54.683Z] 0acff11d7d79: Layer already exists [2025-05-26T03:54:54.683Z] 437728e02ea0: Layer already exists [2025-05-26T03:54:54.683Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:54.946Z] main: digest: sha256:fa5b3b32c3e12ba8693454a92365cc0acd8663378751cafa7064e2836c7cfce7 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:54:55.027Z] ===================================================== [Pipeline] echo [2025-05-26T03:54:55.041Z] taggedImages: [2025-05-26T03:54:55.041Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:55.041Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-26T03:54:55.041Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 [2025-05-26T03:54:55.041Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:55.041Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-26T03:54:55.076Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-05-26T03:54:55.076Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:55.076Z] latest [2025-05-26T03:54:55.076Z] 4.1.0-dev.12 [2025-05-26T03:54:55.076Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:54:55.076Z] main [2025-05-26T03:54:55.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:55.443Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:54:55.791Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:54:55.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T03:54:55.791Z] 1d7b5a076fcf: Preparing [2025-05-26T03:54:55.791Z] d3b4454d91a9: Preparing [2025-05-26T03:54:55.791Z] 0d4027581518: Preparing [2025-05-26T03:54:55.791Z] f815f05dde13: Preparing [2025-05-26T03:54:55.791Z] 14e52e07af53: Preparing [2025-05-26T03:54:55.791Z] 200e8debc65a: Preparing [2025-05-26T03:54:55.791Z] dd9c8f8612c8: Preparing [2025-05-26T03:54:55.791Z] 200e8debc65a: Waiting [2025-05-26T03:54:55.791Z] dd9c8f8612c8: Waiting [2025-05-26T03:54:55.791Z] 0d4027581518: Layer already exists [2025-05-26T03:54:55.791Z] f815f05dde13: Layer already exists [2025-05-26T03:54:56.056Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:54:56.056Z] 14e52e07af53: Pushed [2025-05-26T03:54:56.056Z] 1d7b5a076fcf: Pushed [2025-05-26T03:54:56.633Z] 200e8debc65a: Pushed [2025-05-26T03:55:04.805Z] d3b4454d91a9: Pushed [2025-05-26T03:55:04.805Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:05.175Z] + 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-26T03:55:05.523Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-26T03:55:05.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T03:55:05.524Z] 1d7b5a076fcf: Preparing [2025-05-26T03:55:05.524Z] d3b4454d91a9: Preparing [2025-05-26T03:55:05.524Z] 0d4027581518: Preparing [2025-05-26T03:55:05.524Z] f815f05dde13: Preparing [2025-05-26T03:55:05.524Z] 14e52e07af53: Preparing [2025-05-26T03:55:05.524Z] 200e8debc65a: Preparing [2025-05-26T03:55:05.524Z] dd9c8f8612c8: Preparing [2025-05-26T03:55:05.524Z] 200e8debc65a: Waiting [2025-05-26T03:55:05.524Z] dd9c8f8612c8: Waiting [2025-05-26T03:55:05.524Z] 0d4027581518: Layer already exists [2025-05-26T03:55:05.524Z] f815f05dde13: Layer already exists [2025-05-26T03:55:05.524Z] d3b4454d91a9: Layer already exists [2025-05-26T03:55:05.524Z] 1d7b5a076fcf: Layer already exists [2025-05-26T03:55:05.524Z] 14e52e07af53: Layer already exists [2025-05-26T03:55:05.524Z] 200e8debc65a: Layer already exists [2025-05-26T03:55:05.524Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:55:05.524Z] latest: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:06.144Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:06.484Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 [2025-05-26T03:55:06.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T03:55:06.484Z] 1d7b5a076fcf: Preparing [2025-05-26T03:55:06.484Z] d3b4454d91a9: Preparing [2025-05-26T03:55:06.484Z] 0d4027581518: Preparing [2025-05-26T03:55:06.485Z] f815f05dde13: Preparing [2025-05-26T03:55:06.485Z] 14e52e07af53: Preparing [2025-05-26T03:55:06.485Z] 200e8debc65a: Preparing [2025-05-26T03:55:06.485Z] dd9c8f8612c8: Preparing [2025-05-26T03:55:06.485Z] 200e8debc65a: Waiting [2025-05-26T03:55:06.485Z] dd9c8f8612c8: Waiting [2025-05-26T03:55:06.485Z] 0d4027581518: Layer already exists [2025-05-26T03:55:06.485Z] d3b4454d91a9: Layer already exists [2025-05-26T03:55:06.485Z] 1d7b5a076fcf: Layer already exists [2025-05-26T03:55:06.485Z] f815f05dde13: Layer already exists [2025-05-26T03:55:06.485Z] 14e52e07af53: Layer already exists [2025-05-26T03:55:06.485Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:55:06.485Z] 200e8debc65a: Layer already exists [2025-05-26T03:55:06.485Z] 4.1.0-dev.12: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:06.836Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:07.181Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:55:07.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T03:55:07.181Z] 1d7b5a076fcf: Preparing [2025-05-26T03:55:07.181Z] d3b4454d91a9: Preparing [2025-05-26T03:55:07.181Z] 0d4027581518: Preparing [2025-05-26T03:55:07.181Z] f815f05dde13: Preparing [2025-05-26T03:55:07.181Z] 14e52e07af53: Preparing [2025-05-26T03:55:07.181Z] 200e8debc65a: Preparing [2025-05-26T03:55:07.181Z] dd9c8f8612c8: Preparing [2025-05-26T03:55:07.181Z] dd9c8f8612c8: Waiting [2025-05-26T03:55:07.181Z] 200e8debc65a: Waiting [2025-05-26T03:55:07.181Z] 1d7b5a076fcf: Layer already exists [2025-05-26T03:55:07.181Z] d3b4454d91a9: Layer already exists [2025-05-26T03:55:07.181Z] 0d4027581518: Layer already exists [2025-05-26T03:55:07.181Z] f815f05dde13: Layer already exists [2025-05-26T03:55:07.181Z] 14e52e07af53: Layer already exists [2025-05-26T03:55:07.181Z] 200e8debc65a: Layer already exists [2025-05-26T03:55:07.181Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:55:07.181Z] a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:07.785Z] + 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-26T03:55:08.125Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-05-26T03:55:08.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-26T03:55:08.125Z] 1d7b5a076fcf: Preparing [2025-05-26T03:55:08.125Z] d3b4454d91a9: Preparing [2025-05-26T03:55:08.125Z] 0d4027581518: Preparing [2025-05-26T03:55:08.125Z] f815f05dde13: Preparing [2025-05-26T03:55:08.125Z] 14e52e07af53: Preparing [2025-05-26T03:55:08.125Z] 200e8debc65a: Preparing [2025-05-26T03:55:08.125Z] dd9c8f8612c8: Preparing [2025-05-26T03:55:08.125Z] 200e8debc65a: Waiting [2025-05-26T03:55:08.125Z] dd9c8f8612c8: Waiting [2025-05-26T03:55:08.125Z] 0d4027581518: Layer already exists [2025-05-26T03:55:08.125Z] d3b4454d91a9: Layer already exists [2025-05-26T03:55:08.125Z] f815f05dde13: Layer already exists [2025-05-26T03:55:08.125Z] 1d7b5a076fcf: Layer already exists [2025-05-26T03:55:08.125Z] 14e52e07af53: Layer already exists [2025-05-26T03:55:08.125Z] dd9c8f8612c8: Layer already exists [2025-05-26T03:55:08.125Z] 200e8debc65a: Layer already exists [2025-05-26T03:55:08.388Z] main: digest: sha256:cf18200be801b0e1c82dec551c1b5dc65042afe29ee18237a230cefe03b712c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T03:55:08.458Z] ===================================================== [Pipeline] echo [2025-05-26T03:55:08.470Z] taggedImages: [2025-05-26T03:55:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [2025-05-26T03:55:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-26T03:55:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 [2025-05-26T03:55:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [2025-05-26T03:55:08.470Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-05-26T03:55:08.483Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.492Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-05-26T03:55:08.501Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.511Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.523Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-26T03:55:08.534Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.547Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-05-26T03:55:08.557Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.568Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.578Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T03:55:08.591Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.601Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-05-26T03:55:08.611Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.624Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.638Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-26T03:55:08.651Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.667Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-05-26T03:55:08.676Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.688Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.703Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-26T03:55:08.716Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.732Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-05-26T03:55:08.827Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.836Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-26T03:55:08.859Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.868Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-05-26T03:55:08.882Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.892Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.902Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-26T03:55:08.911Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.924Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-05-26T03:55:08.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.948Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:08.964Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-26T03:55:08.977Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:08.990Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.003Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.015Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.027Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-26T03:55:09.038Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:09.053Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.069Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.083Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.095Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-26T03:55:09.108Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:09.119Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.129Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.140Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.150Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-26T03:55:09.161Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:09.175Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.184Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.199Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.209Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-26T03:55:09.219Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:09.230Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.241Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.250Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.261Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-26T03:55:09.272Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:09.288Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.304Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.318Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.327Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-26T03:55:09.338Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:09.346Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.359Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.370Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.381Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-26T03:55:09.393Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] echo [2025-05-26T03:55:09.402Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-05-26T03:55:09.417Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.431Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a4fc37660b1b21c16fcdbb2815343e7b100a20fe-4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:55:09.442Z] 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-26T03:55:09.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T03:55:09.820Z] [2025-05-26T03:55:09.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:10.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T03:55:10.148Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-26T03:55:10.148Z] 8998bd30e6a1: Pulling fs layer [2025-05-26T03:55:10.148Z] 04944245beec: Pulling fs layer [2025-05-26T03:55:10.148Z] 699f458cf7ca: Pulling fs layer [2025-05-26T03:55:10.148Z] 765212b225bb: Pulling fs layer [2025-05-26T03:55:10.148Z] f23df028b6ca: Pulling fs layer [2025-05-26T03:55:10.148Z] d65c8cfc05b1: Pulling fs layer [2025-05-26T03:55:10.148Z] 2437ff75d9bd: Pulling fs layer [2025-05-26T03:55:10.148Z] 765212b225bb: Waiting [2025-05-26T03:55:10.148Z] d65c8cfc05b1: Waiting [2025-05-26T03:55:10.148Z] f23df028b6ca: Waiting [2025-05-26T03:55:10.413Z] 04944245beec: Verifying Checksum [2025-05-26T03:55:10.413Z] 04944245beec: Download complete [2025-05-26T03:55:10.413Z] 765212b225bb: Download complete [2025-05-26T03:55:10.413Z] f23df028b6ca: Verifying Checksum [2025-05-26T03:55:10.413Z] f23df028b6ca: Download complete [2025-05-26T03:55:10.413Z] d65c8cfc05b1: Verifying Checksum [2025-05-26T03:55:10.413Z] d65c8cfc05b1: Download complete [2025-05-26T03:55:10.413Z] 699f458cf7ca: Verifying Checksum [2025-05-26T03:55:10.413Z] 699f458cf7ca: Download complete [2025-05-26T03:55:10.994Z] 8998bd30e6a1: Verifying Checksum [2025-05-26T03:55:10.994Z] 8998bd30e6a1: Download complete [2025-05-26T03:55:13.573Z] 2437ff75d9bd: Verifying Checksum [2025-05-26T03:55:13.573Z] 2437ff75d9bd: Download complete [2025-05-26T03:55:15.510Z] 8998bd30e6a1: Pull complete [2025-05-26T03:55:16.090Z] 04944245beec: Pull complete [2025-05-26T03:55:18.031Z] 699f458cf7ca: Pull complete [2025-05-26T03:55:18.031Z] 765212b225bb: Pull complete [2025-05-26T03:55:18.988Z] f23df028b6ca: Pull complete [2025-05-26T03:55:18.988Z] d65c8cfc05b1: Pull complete [2025-05-26T03:55:37.169Z] 2437ff75d9bd: Pull complete [2025-05-26T03:55:37.169Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-26T03:55:37.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T03:55:37.169Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:55:37.372Z] prd-ubuntu20.04-docker-arm64-4c-16g-2258 does not seem to be running inside a container [2025-05-26T03:55:37.421Z] $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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-26T03:55:40.075Z] $ docker top d393c402e02a606fbeb8d683840bee3acd86b2b37b90d57aa3a1d0b6311dab98 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:55:41.018Z] ---> job-cost.sh [2025-05-26T03:55:41.018Z] lf-activate-venv: SKIPPING [2025-05-26T03:55:41.018Z] INFO: No Stack... [2025-05-26T03:55:41.595Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-26T03:55:42.175Z] INFO: Archiving Costs [Pipeline] sh [2025-05-26T03:55:42.806Z] + cat /w/workspace/edgex-go/839/archives/cost.csv [2025-05-26T03:55:42.806Z] + cut -d, -f6 [Pipeline] lock [2025-05-26T03:55:42.843Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-839-stack-cost] [2025-05-26T03:55:42.852Z] Resource [jenkins-edgexfoundry-edgex-go-main-839-stack-cost] did not exist. Created. [2025-05-26T03:55:42.857Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-839-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-26T03:55:43.522Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-26T03:55:44.214Z] Stashed 1 file(s) [Pipeline] } [2025-05-26T03:55:44.224Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-839-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-26T03:55:44.234Z] $ docker stop --time=1 d393c402e02a606fbeb8d683840bee3acd86b2b37b90d57aa3a1d0b6311dab98 [2025-05-26T03:55:45.745Z] $ docker rm -f --volumes d393c402e02a606fbeb8d683840bee3acd86b2b37b90d57aa3a1d0b6311dab98 [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-26T03:55:46.303Z] provisioning config files... [2025-05-26T03:55:46.311Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/839@tmp/config8329443924311455037tmp [Pipeline] { [Pipeline] sh [2025-05-26T03:55:46.620Z] + set +x [2025-05-26T03:55:46.620Z] + curl -s https://codecov.io/bash [2025-05-26T03:55:46.620Z] + bash -s -- [2025-05-26T03:55:46.620Z] [2025-05-26T03:55:46.620Z] _____ _ [2025-05-26T03:55:46.620Z] / ____| | | [2025-05-26T03:55:46.620Z] | | ___ __| | ___ ___ _____ __ [2025-05-26T03:55:46.620Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-05-26T03:55:46.620Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-05-26T03:55:46.620Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-05-26T03:55:46.620Z] Bash-1.0.6 [2025-05-26T03:55:46.620Z] [2025-05-26T03:55:46.620Z] [2025-05-26T03:55:46.620Z] ==> git version 2.25.1 found [2025-05-26T03:55:46.620Z] ==> 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-26T03:55:46.620Z] Release-Date: 2020-01-08 [2025-05-26T03:55:46.621Z] 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-26T03:55:46.621Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-05-26T03:55:46.621Z] ==> Jenkins CI detected. [2025-05-26T03:55:46.621Z] current dir:  /w/workspace/edgex-go/839 [2025-05-26T03:55:46.621Z] project root: . [2025-05-26T03:55:46.621Z] --> token set from env [2025-05-26T03:55:46.621Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-05-26T03:55:46.621Z] ==> Running gcov in . (disable via -X gcov) [2025-05-26T03:55:46.621Z] ==> Python coveragepy not found [2025-05-26T03:55:46.621Z] ==> Searching for coverage reports in: [2025-05-26T03:55:46.621Z] + . [2025-05-26T03:55:46.880Z] -> Found 1 reports [2025-05-26T03:55:46.880Z] ==> Detecting git/mercurial file structure [2025-05-26T03:55:46.880Z] ==> Reading reports [2025-05-26T03:55:46.880Z] + ./coverage.out bytes=1661048 [2025-05-26T03:55:46.880Z] ==> Appending adjustments [2025-05-26T03:55:46.880Z] https://docs.codecov.io/docs/fixing-reports [2025-05-26T03:55:48.260Z] + Found adjustments [2025-05-26T03:55:48.260Z] ==> Gzipping contents [2025-05-26T03:55:48.260Z] 140K /tmp/codecov.xgBGf8.gz [2025-05-26T03:55:48.260Z] ==> Uploading reports [2025-05-26T03:55:48.260Z] url: https://codecov.io [2025-05-26T03:55:48.260Z] query: branch=main&commit=a4fc37660b1b21c16fcdbb2815343e7b100a20fe&build=839&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F839%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-26T03:55:48.260Z] -> Pinging Codecov [2025-05-26T03:55:48.260Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=a4fc37660b1b21c16fcdbb2815343e7b100a20fe&build=839&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F839%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-26T03:55:48.520Z] -> Uploading to [2025-05-26T03:55:48.521Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/a4fc37660b1b21c16fcdbb2815343e7b100a20fe/754ca703-0214-4cec-9557-7adeeeb61c0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250526%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250526T035548Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=96c8e84d8ffce8bcb6760d165d97474fd96eb262134532b51f2fde9f65038707 [2025-05-26T03:55:48.521Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:55:48.521Z] Dload Upload Total Spent Left Speed [2025-05-26T03:55:48.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 513k --:--:-- --:--:-- --:--:-- 513k [2025-05-26T03:55:48.784Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a4fc37660b1b21c16fcdbb2815343e7b100a20fe [Pipeline] } [2025-05-26T03:55:48.793Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-05-26T03:55:49.036Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-05-26T03:55:49.053Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:49.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T03:55:49.360Z] [2025-05-26T03:55:49.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:55:49.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T03:55:49.666Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-05-26T03:55:49.666Z] 43c4264eed91: Pulling fs layer [2025-05-26T03:55:49.666Z] 4cc291be95ef: Pulling fs layer [2025-05-26T03:55:49.666Z] 2ac1f1163629: Pulling fs layer [2025-05-26T03:55:49.666Z] 5c3c966382ef: Pulling fs layer [2025-05-26T03:55:49.666Z] 4f4fb700ef54: Pulling fs layer [2025-05-26T03:55:49.666Z] d9c7d2e4e75e: Pulling fs layer [2025-05-26T03:55:49.666Z] 9c3e1370e548: Pulling fs layer [2025-05-26T03:55:49.666Z] 4f4fb700ef54: Waiting [2025-05-26T03:55:49.666Z] 5c3c966382ef: Waiting [2025-05-26T03:55:49.666Z] d9c7d2e4e75e: Waiting [2025-05-26T03:55:49.666Z] 9c3e1370e548: Waiting [2025-05-26T03:55:49.666Z] 4cc291be95ef: Verifying Checksum [2025-05-26T03:55:49.666Z] 4cc291be95ef: Download complete [2025-05-26T03:55:49.666Z] 5c3c966382ef: Verifying Checksum [2025-05-26T03:55:49.666Z] 5c3c966382ef: Download complete [2025-05-26T03:55:49.666Z] 4f4fb700ef54: Verifying Checksum [2025-05-26T03:55:49.666Z] 4f4fb700ef54: Download complete [2025-05-26T03:55:49.666Z] 43c4264eed91: Download complete [2025-05-26T03:55:49.925Z] 43c4264eed91: Pull complete [2025-05-26T03:55:49.925Z] d9c7d2e4e75e: Verifying Checksum [2025-05-26T03:55:49.925Z] d9c7d2e4e75e: Download complete [2025-05-26T03:55:49.925Z] 4cc291be95ef: Pull complete [2025-05-26T03:55:50.184Z] 2ac1f1163629: Verifying Checksum [2025-05-26T03:55:50.184Z] 2ac1f1163629: Download complete [2025-05-26T03:55:50.763Z] 9c3e1370e548: Verifying Checksum [2025-05-26T03:55:50.763Z] 9c3e1370e548: Download complete [2025-05-26T03:55:54.043Z] 2ac1f1163629: Pull complete [2025-05-26T03:55:54.043Z] 5c3c966382ef: Pull complete [2025-05-26T03:55:54.043Z] 4f4fb700ef54: Pull complete [2025-05-26T03:55:54.043Z] d9c7d2e4e75e: Pull complete [2025-05-26T03:55:57.328Z] 9c3e1370e548: Pull complete [2025-05-26T03:55:57.328Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-05-26T03:55:57.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-26T03:55:57.328Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:55:57.442Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:55:57.461Z] $ 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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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:55:59.569Z] $ docker top 38e1192a9cd8927d9cc73e600acb5bc58dbe29ebb9dcfc1b2a68ccb9bcfc3235 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:55:59.922Z] + git config --global --add safe.directory /w/workspace/edgex-go/839 [Pipeline] echo [2025-05-26T03:55:59.934Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-05-26T03:56:00.212Z] + set -o pipefail [2025-05-26T03:56:00.212Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-05-26T03:56:08.330Z] [2025-05-26T03:56:08.330Z] Monitoring /w/workspace/edgex-go/839 (github.com/edgexfoundry/edgex-go)... [2025-05-26T03:56:08.330Z] [2025-05-26T03:56:08.330Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/3e40a24a-502a-4843-b4d4-38066b787269 [2025-05-26T03:56:08.330Z] [2025-05-26T03:56:08.330Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-05-26T03:56:08.330Z] [Pipeline] } [2025-05-26T03:56:08.331Z] $ docker stop --time=1 38e1192a9cd8927d9cc73e600acb5bc58dbe29ebb9dcfc1b2a68ccb9bcfc3235 [2025-05-26T03:56:10.845Z] $ docker rm -f --volumes 38e1192a9cd8927d9cc73e600acb5bc58dbe29ebb9dcfc1b2a68ccb9bcfc3235 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-05-26T03:56:11.380Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:56:11.406Z] provisioning config files... [2025-05-26T03:56:11.413Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/839@tmp/config17565424534396124361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:56:11.715Z] --> edgex-publish-swagger.sh [2025-05-26T03:56:11.715Z] === Publish openapi API === [2025-05-26T03:56:11.715Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-05-26T03:56:11.715Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/839/openapi/core-command.yaml] [2025-05-26T03:56:11.715Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:11.715Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:11.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 269 130k --:--:-- --:--:-- --:--:-- 130k [2025-05-26T03:56:11.976Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:11.976Z] [2025-05-26T03:56:11.976Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/839/openapi/core-data.yaml] [2025-05-26T03:56:11.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:11.976Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:12.236Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 226 237k --:--:-- --:--:-- --:--:-- 237k [2025-05-26T03:56:12.236Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:12.236Z] [2025-05-26T03:56:12.236Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/839/openapi/core-keeper.yaml] [2025-05-26T03:56:12.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:12.236Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:12.806Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 133 66199 --:--:-- --:--:-- --:--:-- 66332 [2025-05-26T03:56:12.806Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:12.806Z] [2025-05-26T03:56:12.806Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/839/openapi/core-metadata.yaml] [2025-05-26T03:56:12.806Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:12.806Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:12.806Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 383 911k --:--:-- --:--:-- --:--:-- 911k [2025-05-26T03:56:12.806Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:12.806Z] [2025-05-26T03:56:12.806Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/839/openapi/security-proxy-auth.yaml] [2025-05-26T03:56:12.806Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:12.806Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:13.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 511 185k --:--:-- --:--:-- --:--:-- 185k [2025-05-26T03:56:13.064Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:13.064Z] [2025-05-26T03:56:13.064Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/839/openapi/security-secretstore-setup.yaml] [2025-05-26T03:56:13.064Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:13.064Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:13.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 545 32338 --:--:-- --:--:-- --:--:-- 32884 [2025-05-26T03:56:13.064Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:13.064Z] [2025-05-26T03:56:13.064Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/839/openapi/support-notifications.yaml] [2025-05-26T03:56:13.064Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:13.064Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:13.323Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 377 557k --:--:-- --:--:-- --:--:-- 558k [2025-05-26T03:56:13.323Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:13.323Z] [2025-05-26T03:56:13.323Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/839/openapi/support-scheduler.yaml] [2025-05-26T03:56:13.323Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T03:56:13.323Z] Dload Upload Total Spent Left Speed [2025-05-26T03:56:13.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 464 348k --:--:-- --:--:-- --:--:-- 349k [2025-05-26T03:56:13.582Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-26T03:56:13.582Z] [Pipeline] } [2025-05-26T03:56:13.588Z] 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:56:14.024Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:56:14.024Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:56:14.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:56:14.326Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:56:14.432Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:56:14.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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:56:14.868Z] $ docker top f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 -eo pid,comm [2025-05-26T03:56:14.981Z] 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:56:14.981Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:56:15.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:56:15.035Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:56:15.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:56:15.134Z] $ docker exec f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 ssh-agent [2025-05-26T03:56:15.290Z] SSH_AUTH_SOCK=/tmp/ssh-Sq9OU4pbngDg/agent.33 [2025-05-26T03:56:15.290Z] SSH_AGENT_PID=38 [2025-05-26T03:56:15.305Z] Running ssh-add (command line suppressed) [2025-05-26T03:56:15.419Z] Identity added: /w/workspace/edgex-go/839@tmp/private_key_1366215232783095819.key (/w/workspace/edgex-go/839@tmp/private_key_1366215232783095819.key) [2025-05-26T03:56:15.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:56:15.788Z] + git semver tag [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:15,993 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:15,997 [run_tag] DEBUG tag force:False [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:15,997 [check_head_tag] DEBUG check head tag [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:15,998 [execute] INFO git cat-file --batch-check [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:15,998 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/839, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:16,000 [execute] INFO git cat-file --batch [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:16,000 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/839, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:16,012 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:16,012 [execute] INFO git tag -a v4.1.0-dev.12 -m v4.1.0-dev.12 [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:16,012 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.12', '-m', 'v4.1.0-dev.12'], cwd=/w/workspace/edgex-go/839, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:56:16.049Z] 2025-05-26 03:56:16,015 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:56:16.049Z] 4.1.0-dev.12 [Pipeline] } [2025-05-26T03:56:16.307Z] $ docker exec --env ******** --env ******** f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 ssh-agent -k [2025-05-26T03:56:16.414Z] unset SSH_AUTH_SOCK; [2025-05-26T03:56:16.414Z] unset SSH_AGENT_PID; [2025-05-26T03:56:16.414Z] echo Agent pid 38 killed; [2025-05-26T03:56:16.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:56:16.779Z] + git semver [Pipeline] } [2025-05-26T03:56:17.350Z] $ docker stop --time=1 f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 [2025-05-26T03:56:18.657Z] $ docker rm -f --volumes f1b2e482c6ad140da0e65dbdf3425215b2d4248fb54f49513661d9cd57b851f9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:56:19.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T03:56:19.094Z] [2025-05-26T03:56:19.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:56:19.406Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T03:56:19.406Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-05-26T03:56:19.406Z] ab5ef0e58194: Pulling fs layer [2025-05-26T03:56:19.406Z] 9712f1f96733: Pulling fs layer [2025-05-26T03:56:19.406Z] 63f879dbbcfc: Pulling fs layer [2025-05-26T03:56:19.406Z] 0d9ebad4ef96: Pulling fs layer [2025-05-26T03:56:19.406Z] e9a5061849ea: Pulling fs layer [2025-05-26T03:56:19.406Z] d747dcd14b5f: Pulling fs layer [2025-05-26T03:56:19.406Z] 2de7ff778b66: Pulling fs layer [2025-05-26T03:56:19.406Z] 0d9ebad4ef96: Waiting [2025-05-26T03:56:19.406Z] e9a5061849ea: Waiting [2025-05-26T03:56:19.406Z] d747dcd14b5f: Waiting [2025-05-26T03:56:19.406Z] 2de7ff778b66: Waiting [2025-05-26T03:56:19.406Z] 9712f1f96733: Verifying Checksum [2025-05-26T03:56:19.406Z] 9712f1f96733: Download complete [2025-05-26T03:56:19.666Z] 63f879dbbcfc: Verifying Checksum [2025-05-26T03:56:19.666Z] 63f879dbbcfc: Download complete [2025-05-26T03:56:19.925Z] e9a5061849ea: Verifying Checksum [2025-05-26T03:56:19.925Z] e9a5061849ea: Download complete [2025-05-26T03:56:19.925Z] d747dcd14b5f: Download complete [2025-05-26T03:56:19.925Z] 0d9ebad4ef96: Verifying Checksum [2025-05-26T03:56:19.925Z] 0d9ebad4ef96: Download complete [2025-05-26T03:56:19.925Z] ab5ef0e58194: Verifying Checksum [2025-05-26T03:56:19.925Z] ab5ef0e58194: Download complete [2025-05-26T03:56:19.925Z] 2de7ff778b66: Verifying Checksum [2025-05-26T03:56:19.925Z] 2de7ff778b66: Download complete [2025-05-26T03:56:23.212Z] ab5ef0e58194: Pull complete [2025-05-26T03:56:23.212Z] 9712f1f96733: Pull complete [2025-05-26T03:56:23.471Z] 63f879dbbcfc: Pull complete [2025-05-26T03:56:27.663Z] 0d9ebad4ef96: Pull complete [2025-05-26T03:56:27.663Z] e9a5061849ea: Pull complete [2025-05-26T03:56:27.663Z] d747dcd14b5f: Pull complete [2025-05-26T03:56:29.041Z] 2de7ff778b66: Pull complete [2025-05-26T03:56:29.041Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-05-26T03:56:29.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-26T03:56:29.041Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:56:29.137Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:56:29.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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:56:31.479Z] $ docker top 629391ae1154afa016996f1d30128fe7feec48ca58cd342216a5db5dd0fc1b68 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:56:31.572Z] provisioning config files... [2025-05-26T03:56:31.579Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/839@tmp/config11426564303251988059tmp [2025-05-26T03:56:31.590Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/839@tmp/config4885503641242262735tmp [2025-05-26T03:56:31.598Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/839@tmp/config7098735350455118229tmp [Pipeline] { [Pipeline] echo [2025-05-26T03:56:31.624Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:56:31.922Z] ---> sigul-configuration.sh [2025-05-26T03:56:31.922Z] gpg: directory `/root/.gnupg' created [2025-05-26T03:56:31.922Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-05-26T03:56:31.922Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-05-26T03:56:31.922Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-05-26T03:56:31.922Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-05-26T03:56:31.922Z] gpg: CAST5 encrypted data [2025-05-26T03:56:31.922Z] gpg: encrypted with 1 passphrase [2025-05-26T03:56:31.922Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-05-26T03:56:32.219Z] + mkdir /home/jenkins [2025-05-26T03:56:32.219Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-05-26T03:56:32.514Z] + 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:56:32.529Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:56:32.825Z] ---> sigul-install.sh [2025-05-26T03:56:32.825Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-05-26T03:56:33.122Z] + git tag --list [2025-05-26T03:56:33.123Z] 0.6.0 [2025-05-26T03:56:33.123Z] 0.6.1 [2025-05-26T03:56:33.123Z] 0.7.0 [2025-05-26T03:56:33.123Z] 0.7.1 [2025-05-26T03:56:33.123Z] v1.0.0 [2025-05-26T03:56:33.123Z] v1.0.1 [2025-05-26T03:56:33.123Z] v1.1.0 [2025-05-26T03:56:33.123Z] v1.2.0 [2025-05-26T03:56:33.123Z] v1.2.1 [2025-05-26T03:56:33.123Z] v1.3.0 [2025-05-26T03:56:33.123Z] v1.3.1 [2025-05-26T03:56:33.123Z] v2.0.0 [2025-05-26T03:56:33.123Z] v2.1.0 [2025-05-26T03:56:33.123Z] v2.1.1 [2025-05-26T03:56:33.123Z] v2.2.0 [2025-05-26T03:56:33.123Z] v2.3.0 [2025-05-26T03:56:33.123Z] v3.0 [2025-05-26T03:56:33.123Z] v3.0.0 [2025-05-26T03:56:33.123Z] v3.1 [2025-05-26T03:56:33.123Z] v3.1.0 [2025-05-26T03:56:33.123Z] v3.1.1 [2025-05-26T03:56:33.123Z] v4.0 [2025-05-26T03:56:33.123Z] v4.0.0 [2025-05-26T03:56:33.123Z] v4.0.1 [2025-05-26T03:56:33.123Z] v4.1.0-dev.1 [2025-05-26T03:56:33.123Z] v4.1.0-dev.10 [2025-05-26T03:56:33.123Z] v4.1.0-dev.11 [2025-05-26T03:56:33.123Z] v4.1.0-dev.12 [2025-05-26T03:56:33.123Z] v4.1.0-dev.2 [2025-05-26T03:56:33.123Z] v4.1.0-dev.3 [2025-05-26T03:56:33.123Z] v4.1.0-dev.4 [2025-05-26T03:56:33.123Z] v4.1.0-dev.5 [2025-05-26T03:56:33.123Z] v4.1.0-dev.6 [2025-05-26T03:56:33.123Z] v4.1.0-dev.7 [2025-05-26T03:56:33.123Z] v4.1.0-dev.8 [2025-05-26T03:56:33.123Z] v4.1.0-dev.9 [Pipeline] sh [2025-05-26T03:56:33.412Z] + lftools sign git-tag v4.1.0-dev.12 [2025-05-26T03:56:33.979Z] Signing Git tag with Sigul... [2025-05-26T03:56:33.979Z] Signing v4.1.0-dev.12 [Pipeline] echo [2025-05-26T03:56:34.560Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:56:34.853Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-05-26T03:56:34.860Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-05-26T03:56:34.875Z] $ docker stop --time=1 629391ae1154afa016996f1d30128fe7feec48ca58cd342216a5db5dd0fc1b68 [2025-05-26T03:56:36.164Z] $ docker rm -f --volumes 629391ae1154afa016996f1d30128fe7feec48ca58cd342216a5db5dd0fc1b68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-05-26T03:56:36.618Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:56:36.618Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:56:36.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:56:36.928Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:56:37.005Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:56:37.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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:56:37.407Z] $ docker top 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 -eo pid,comm [2025-05-26T03:56:37.467Z] 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:56:37.467Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:56:37.516Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:56:37.516Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:56:37.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:56:37.625Z] $ docker exec 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 ssh-agent [2025-05-26T03:56:37.754Z] SSH_AUTH_SOCK=/tmp/ssh-tI23Jfdxz84s/agent.31 [2025-05-26T03:56:37.754Z] SSH_AGENT_PID=37 [2025-05-26T03:56:37.759Z] Running ssh-add (command line suppressed) [2025-05-26T03:56:37.863Z] Identity added: /w/workspace/edgex-go/839@tmp/private_key_3727314301168913630.key (/w/workspace/edgex-go/839@tmp/private_key_3727314301168913630.key) [2025-05-26T03:56:37.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:56:38.181Z] + git semver bump pre [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,391 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,397 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,397 [bump_version] DEBUG bumping version:4.1.0-dev.12 on axis:pre with prefix:dev [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,397 [bump_version] DEBUG bumped version:4.1.0-dev.13 [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,397 [write_version] DEBUG write version:4.1.0-dev.13 to path:/w/workspace/edgex-go/839/.semver/main with force:True [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,397 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,398 [write_file] DEBUG write to file:/w/workspace/edgex-go/839/.semver/main [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,400 [execute] INFO git cat-file --batch-check [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,400 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/839/.semver, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,403 [execute] INFO git cat-file --batch [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,403 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/839/.semver, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:56:38.440Z] 2025-05-26 03:56:38,407 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:56:38.440Z] 4.1.0-dev.13 [Pipeline] } [2025-05-26T03:56:38.695Z] $ docker exec --env ******** --env ******** 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 ssh-agent -k [2025-05-26T03:56:38.795Z] unset SSH_AUTH_SOCK; [2025-05-26T03:56:38.795Z] unset SSH_AGENT_PID; [2025-05-26T03:56:38.795Z] echo Agent pid 37 killed; [2025-05-26T03:56:38.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:56:39.148Z] + git semver [Pipeline] } [2025-05-26T03:56:39.713Z] $ docker stop --time=1 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 [2025-05-26T03:56:41.031Z] $ docker rm -f --volumes 3da20974e90d0300f29d89d3b3a4d8be3972258ec1a86340cf433dea98864687 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-26T03:56:41.491Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-26T03:56:41.491Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:56:41.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T03:56:41.790Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:56:41.870Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:56:41.885Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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:56:42.238Z] $ docker top b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 -eo pid,comm [2025-05-26T03:56:42.302Z] 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:56:42.302Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-26T03:56:42.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-26T03:56:42.361Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-26T03:56:42.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-26T03:56:42.466Z] $ docker exec b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 ssh-agent [2025-05-26T03:56:42.596Z] SSH_AUTH_SOCK=/tmp/ssh-unYcmLbFu8yU/agent.32 [2025-05-26T03:56:42.596Z] SSH_AGENT_PID=38 [2025-05-26T03:56:42.600Z] Running ssh-add (command line suppressed) [2025-05-26T03:56:42.711Z] Identity added: /w/workspace/edgex-go/839@tmp/private_key_8900088332722511972.key (/w/workspace/edgex-go/839@tmp/private_key_8900088332722511972.key) [2025-05-26T03:56:42.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-26T03:56:43.032Z] + git semver push [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,259 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,263 [run_push] DEBUG push [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,264 [execute] INFO git cat-file --batch-check [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,264 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/839/.semver, stdin=, shell=False, universal_newlines=False) [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,266 [execute] INFO git rev-list 6437d2b6d439621d25a578c6b3a77299149a106d -- [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,266 [execute] DEBUG Popen(['git', 'rev-list', '6437d2b6d439621d25a578c6b3a77299149a106d', '--'], cwd=/w/workspace/edgex-go/839/.semver, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,283 [execute] INFO git fetch -v -- origin [2025-05-26T03:56:43.297Z] 2025-05-26 03:56:43,283 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/839/.semver, stdin=None, shell=False, universal_newlines=True) [2025-05-26T03:56:44.234Z] 2025-05-26 03:56:43,875 [run_push] DEBUG no remote changes detected [2025-05-26T03:56:44.234Z] 2025-05-26 03:56:43,875 [execute] INFO git push origin semver [2025-05-26T03:56:44.234Z] 2025-05-26 03:56:43,875 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/839/.semver, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:56:44.803Z] 2025-05-26 03:56:44,592 [run_push] DEBUG push all version tags [2025-05-26T03:56:44.803Z] 2025-05-26 03:56:44,592 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-05-26T03:56:44.803Z] 2025-05-26 03:56:44,592 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/839, stdin=None, shell=False, universal_newlines=False) [2025-05-26T03:56:45.372Z] 2025-05-26 03:56:45,186 [read_version] DEBUG read version from /w/workspace/edgex-go/839/.semver/main [2025-05-26T03:56:45.372Z] 4.1.0-dev.13 [Pipeline] } [2025-05-26T03:56:45.369Z] $ docker exec --env ******** --env ******** b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 ssh-agent -k [2025-05-26T03:56:45.469Z] unset SSH_AUTH_SOCK; [2025-05-26T03:56:45.469Z] unset SSH_AGENT_PID; [2025-05-26T03:56:45.469Z] echo Agent pid 38 killed; [2025-05-26T03:56:45.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T03:56:45.821Z] + git semver [Pipeline] } [2025-05-26T03:56:46.387Z] $ docker stop --time=1 b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 [2025-05-26T03:56:47.689Z] $ docker rm -f --volumes b92afb05de2303cb5d4780a42491f7d9057335b3727b4010e0facb0c2aa6d516 [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:56:48.228Z] + [ -d /w/workspace/edgex-go/839/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:56:48.519Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:56:49.375Z] ---> package-listing.sh [2025-05-26T03:56:49.375Z] ++ facter osfamily [2025-05-26T03:56:49.375Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T03:56:49.633Z] + OS_FAMILY=debian [2025-05-26T03:56:49.633Z] + workspace=/w/workspace/edgex-go/839 [2025-05-26T03:56:49.633Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T03:56:49.633Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T03:56:49.633Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T03:56:49.633Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T03:56:49.633Z] + '[' /w/workspace/edgex-go/839 ']' [2025-05-26T03:56:49.633Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T03:56:49.633Z] + case "${OS_FAMILY}" in [2025-05-26T03:56:49.633Z] + dpkg -l [2025-05-26T03:56:49.633Z] + grep '^ii' [2025-05-26T03:56:49.633Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T03:56:49.633Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T03:56:49.633Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T03:56:49.633Z] + '[' /w/workspace/edgex-go/839 ']' [2025-05-26T03:56:49.633Z] + mkdir -p /w/workspace/edgex-go/839/archives/ [2025-05-26T03:56:49.633Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/839/archives/ [Pipeline] echo [2025-05-26T03:56:49.645Z] 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/839/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:56:49.922Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:56:50.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:56:50.486Z] [2025-05-26T03:56:50.486Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T03:56:50.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:56:51.042Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T03:56:51.042Z] 5eb5b503b376: Pulling fs layer [2025-05-26T03:56:51.042Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T03:56:51.042Z] ec43610c2a17: Pulling fs layer [2025-05-26T03:56:51.042Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T03:56:51.042Z] 33b1e0a273af: Pulling fs layer [2025-05-26T03:56:51.042Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T03:56:51.042Z] 2f39f015ded8: Pulling fs layer [2025-05-26T03:56:51.042Z] 33b1e0a273af: Waiting [2025-05-26T03:56:51.042Z] 5d3b04190fa2: Waiting [2025-05-26T03:56:51.042Z] 2f39f015ded8: Waiting [2025-05-26T03:56:51.042Z] 3a2ae6a8a46f: Waiting [2025-05-26T03:56:51.042Z] 5c69ac0246d0: Download complete [2025-05-26T03:56:51.042Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T03:56:51.042Z] 3a2ae6a8a46f: Download complete [2025-05-26T03:56:51.042Z] 33b1e0a273af: Verifying Checksum [2025-05-26T03:56:51.042Z] 33b1e0a273af: Download complete [2025-05-26T03:56:51.042Z] ec43610c2a17: Verifying Checksum [2025-05-26T03:56:51.042Z] ec43610c2a17: Download complete [2025-05-26T03:56:51.300Z] 5eb5b503b376: Verifying Checksum [2025-05-26T03:56:51.300Z] 5eb5b503b376: Download complete [2025-05-26T03:56:51.864Z] 2f39f015ded8: Download complete [2025-05-26T03:56:52.429Z] 5eb5b503b376: Pull complete [2025-05-26T03:56:52.686Z] 5c69ac0246d0: Pull complete [2025-05-26T03:56:52.944Z] ec43610c2a17: Pull complete [2025-05-26T03:56:52.944Z] 3a2ae6a8a46f: Pull complete [2025-05-26T03:56:53.203Z] 33b1e0a273af: Pull complete [2025-05-26T03:56:53.203Z] 5d3b04190fa2: Pull complete [2025-05-26T03:56:58.467Z] 2f39f015ded8: Pull complete [2025-05-26T03:56:58.467Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T03:56:58.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T03:56:58.467Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T03:56:58.562Z] prd-ubuntu20.04-docker-8c-8g-2256 does not seem to be running inside a container [2025-05-26T03:56:58.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/839/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/839 -v /w/workspace/edgex-go/839:/w/workspace/edgex-go/839:rw,z -v /w/workspace/edgex-go/839@tmp:/w/workspace/edgex-go/839@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:57:00.496Z] $ docker top 94b69a1efa54c382150fae43534d139b1d62bb4d656dd4a4bbc9bfd821c2b575 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T03:57:00.856Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T03:57:01.137Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T03:57:01.423Z] + ls /var/log/sa-host [2025-05-26T03:57:01.423Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T03:57:01.456Z] provisioning config files... [2025-05-26T03:57:01.464Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/839@tmp/config2922963077281727782tmp [Pipeline] { [Pipeline] echo [2025-05-26T03:57:01.484Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:57:01.766Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T03:57:01.773Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:57:02.086Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T03:57:02.096Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:57:02.380Z] ---> sudo-logs.sh [2025-05-26T03:57:02.380Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-26T03:57:02.408Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:57:02.689Z] ---> job-cost.sh [2025-05-26T03:57:02.689Z] lf-activate-venv: SKIPPING [2025-05-26T03:57:02.689Z] DEBUG: total: 0.10999999940395355 [2025-05-26T03:57:02.689Z] INFO: Retrieving Stack Cost... [2025-05-26T03:57:03.257Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-26T03:57:03.516Z] INFO: Archiving Costs [Pipeline] echo [2025-05-26T03:57:03.531Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T03:57:03.814Z] ---> logs-deploy.sh [2025-05-26T03:57:03.814Z] lf-activate-venv: SKIPPING [2025-05-26T03:57:03.814Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/839 [2025-05-26T03:57:03.814Z] INFO: archiving workspace using pattern(s): [2025-05-26T03:57:04.755Z] Archives upload complete. [2025-05-26T03:57:05.013Z] INFO: archiving logs to Nexus [2025-05-26T03:57:05.581Z] ---> uname -a: [2025-05-26T03:57:05.581Z] Linux prd-ubuntu20-04-docker-8c-8g-2256 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-05-26T03:57:05.581Z] [2025-05-26T03:57:05.581Z] [2025-05-26T03:57:05.581Z] ---> lscpu: [2025-05-26T03:57:05.581Z] Architecture: x86_64 [2025-05-26T03:57:05.581Z] CPU op-mode(s): 32-bit, 64-bit [2025-05-26T03:57:05.581Z] Byte Order: Little Endian [2025-05-26T03:57:05.581Z] Address sizes: 40 bits physical, 48 bits virtual [2025-05-26T03:57:05.581Z] CPU(s): 8 [2025-05-26T03:57:05.581Z] On-line CPU(s) list: 0-7 [2025-05-26T03:57:05.581Z] Thread(s) per core: 1 [2025-05-26T03:57:05.581Z] Core(s) per socket: 1 [2025-05-26T03:57:05.581Z] Socket(s): 8 [2025-05-26T03:57:05.581Z] NUMA node(s): 1 [2025-05-26T03:57:05.581Z] Vendor ID: AuthenticAMD [2025-05-26T03:57:05.581Z] CPU family: 23 [2025-05-26T03:57:05.581Z] Model: 49 [2025-05-26T03:57:05.581Z] Model name: AMD EPYC-Rome Processor [2025-05-26T03:57:05.581Z] Stepping: 0 [2025-05-26T03:57:05.581Z] CPU MHz: 2799.998 [2025-05-26T03:57:05.581Z] BogoMIPS: 5599.99 [2025-05-26T03:57:05.581Z] Virtualization: AMD-V [2025-05-26T03:57:05.581Z] Hypervisor vendor: KVM [2025-05-26T03:57:05.581Z] Virtualization type: full [2025-05-26T03:57:05.581Z] L1d cache: 256 KiB [2025-05-26T03:57:05.581Z] L1i cache: 256 KiB [2025-05-26T03:57:05.581Z] L2 cache: 4 MiB [2025-05-26T03:57:05.581Z] L3 cache: 128 MiB [2025-05-26T03:57:05.581Z] NUMA node0 CPU(s): 0-7 [2025-05-26T03:57:05.581Z] Vulnerability Itlb multihit: Not affected [2025-05-26T03:57:05.581Z] Vulnerability L1tf: Not affected [2025-05-26T03:57:05.581Z] Vulnerability Mds: Not affected [2025-05-26T03:57:05.581Z] Vulnerability Meltdown: Not affected [2025-05-26T03:57:05.581Z] Vulnerability Mmio stale data: Not affected [2025-05-26T03:57:05.581Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-05-26T03:57:05.581Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-05-26T03:57:05.581Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-05-26T03:57:05.581Z] Vulnerability Srbds: Not affected [2025-05-26T03:57:05.581Z] Vulnerability Tsx async abort: Not affected [2025-05-26T03:57:05.581Z] 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:57:05.581Z] [2025-05-26T03:57:05.581Z] [2025-05-26T03:57:05.581Z] ---> nproc: [2025-05-26T03:57:05.581Z] 8 [2025-05-26T03:57:05.581Z] [2025-05-26T03:57:05.581Z] [2025-05-26T03:57:05.581Z] ---> df -h: [2025-05-26T03:57:05.581Z] Filesystem Size Used Avail Use% Mounted on [2025-05-26T03:57:05.581Z] overlay 155G 31G 125G 20% / [2025-05-26T03:57:05.581Z] tmpfs 64M 0 64M 0% /dev [2025-05-26T03:57:05.581Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-05-26T03:57:05.581Z] shm 64M 0 64M 0% /dev/shm [2025-05-26T03:57:05.581Z] /dev/vda1 155G 31G 125G 20% /facter-os [2025-05-26T03:57:05.581Z] [2025-05-26T03:57:05.581Z]