Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 21cd7c14f5e382ba721c8756160f6132a91a8ed6 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-ssh15336311395411165206.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-ssh12884076627277416815.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-ssh11912622079231710723.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-ssh13370157738411245677.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-ssh3206255481600875403.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1368 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/837 [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/837 # 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 21cd7c14f5e382ba721c8756160f6132a91a8ed6 (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 21cd7c14f5e382ba721c8756160f6132a91a8ed6 # timeout=10 Commit message: "Merge pull request #5146 from judehung/refactor-5145" > git rev-list --no-walk 8ec17c0583c108eeedf5a0d381a3a47edca9dddf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-12T06:04:45.372Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-12T06:04:45.447Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-12T06:04:45.476Z] ========================================================= [2025-05-12T06:04:45.476Z] EdgeX Global Pipelines Version Info [2025-05-12T06:04:45.476Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:04:46.612Z] ------------------- [2025-05-12T06:04:46.612Z] stable info: [2025-05-12T06:04:46.612Z] ------------------- [2025-05-12T06:04:46.612Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-12T06:04:46.612Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-12T06:04:46.612Z] Message: update stable to v1.0.274 [2025-05-12T06:04:46.873Z] ------------------- [2025-05-12T06:04:46.873Z] experimental info: [2025-05-12T06:04:46.873Z] ------------------- [2025-05-12T06:04:46.873Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-12T06:04:46.873Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-05-12T06:04:46.873Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-05-12T06:04:46.948Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-05-12T06:04:46.965Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-05-12T06:04:46.981Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-05-12T06:04:47.000Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-05-12T06:04:47.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-05-12T06:04:47.043Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-05-12T06:04:47.065Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-05-12T06:04:47.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-05-12T06:04:47.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-05-12T06:04:47.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-05-12T06:04:47.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-05-12T06:04:47.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-12T06:04:47.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-05-12T06:04:47.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-05-12T06:04:47.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-05-12T06:04:47.263Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-05-12T06:04:47.283Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-12T06:04:47.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-12T06:04:47.324Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-05-12T06:04:47.349Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-05-12T06:04:47.372Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-05-12T06:04:47.389Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-12T06:04:47.406Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-05-12T06:04:47.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-12T06:04:47.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-12T06:04:47.462Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-12T06:04:47.485Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:04:47.502Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21cd7c1 [Pipeline] echo [2025-05-12T06:04:47.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:04:47.585Z] provisioning config files... [2025-05-12T06:04:47.601Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config10286788041587859170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:04:47.930Z] ---> ****-login.sh [2025-05-12T06:04:47.930Z] nexus3.edgexfoundry.org:10001 [2025-05-12T06:04:48.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:04:48.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:04:48.455Z] Configure a credential helper to remove this warning. See [2025-05-12T06:04:48.455Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:04:48.455Z] [2025-05-12T06:04:48.455Z] Login Succeeded [2025-05-12T06:04:48.455Z] nexus3.edgexfoundry.org:10002 [2025-05-12T06:04:48.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:04:48.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:04:48.715Z] Configure a credential helper to remove this warning. See [2025-05-12T06:04:48.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:04:48.715Z] [2025-05-12T06:04:48.715Z] Login Succeeded [2025-05-12T06:04:48.715Z] nexus3.edgexfoundry.org:10003 [2025-05-12T06:04:48.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:04:48.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:04:48.715Z] Configure a credential helper to remove this warning. See [2025-05-12T06:04:48.715Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:04:48.715Z] [2025-05-12T06:04:48.716Z] Login Succeeded [2025-05-12T06:04:48.716Z] nexus3.edgexfoundry.org:10004 [2025-05-12T06:04:48.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:04:48.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:04:48.716Z] Configure a credential helper to remove this warning. See [2025-05-12T06:04:48.716Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:04:48.716Z] [2025-05-12T06:04:48.716Z] Login Succeeded [2025-05-12T06:04:48.716Z] ****.io [2025-05-12T06:04:48.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:04:48.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:04:48.978Z] Configure a credential helper to remove this warning. See [2025-05-12T06:04:48.978Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:04:48.978Z] [2025-05-12T06:04:48.978Z] Login Succeeded [2025-05-12T06:04:48.978Z] ---> ****-login.sh ends [Pipeline] } [2025-05-12T06:04:48.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-12T06:04:49.310Z] + 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-12T06:04:49.310Z] + dirname cmd/core-command/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo core-command,cmd/core-command/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/core-data/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo core-data,cmd/core-data/Dockerfile [2025-05-12T06:04:49.310Z] + + cut -d/dirname -f2 cmd/core-keeper/Dockerfile [2025-05-12T06:04:49.310Z] [2025-05-12T06:04:49.310Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/core-metadata/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-spire-agent/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-spire-config/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/security-spire-server/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/support-notifications/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-05-12T06:04:49.310Z] + dirname cmd/support-scheduler/Dockerfile [2025-05-12T06:04:49.310Z] + cut -d/ -f2 [2025-05-12T06:04:49.310Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-05-12T06:04:49.340Z] 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-12T06:04:49.701Z] + git rev-list -1 --merges 21cd7c14f5e382ba721c8756160f6132a91a8ed6~1..21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:04:49.712Z] -----------> git rev-list -1 --merges 21cd7c14f5e382ba721c8756160f6132a91a8ed6~1..21cd7c14f5e382ba721c8756160f6132a91a8ed6 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:04:49.712Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [false] [Pipeline] sh [2025-05-12T06:04:50.004Z] + git log --format=format:%s -1 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:04:50.021Z] ========================================================= [2025-05-12T06:04:50.021Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-05-12T06:04:50.021Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-05-12T06:04:50.464Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-12T06:04:50.465Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-05-12T06:04:50.465Z] + [ -e /tmp/ssh_known_hosts ] [2025-05-12T06:04:50.465Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-05-12T06:04:50.465Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-05-12T06:04:50.465Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-05-12T06:04:50.465Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:04:50.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-12T06:04:50.907Z] [2025-05-12T06:04:50.907Z] 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-12T06:04:51.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-12T06:04:51.221Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-05-12T06:04:51.221Z] b85a868b505f: Pulling fs layer [2025-05-12T06:04:51.221Z] e2be974225ed: Pulling fs layer [2025-05-12T06:04:51.221Z] 339a4e72a1f5: Pulling fs layer [2025-05-12T06:04:51.221Z] 988bab9f4d93: Pulling fs layer [2025-05-12T06:04:51.221Z] 1469e6f7b9e6: Pulling fs layer [2025-05-12T06:04:51.221Z] eaf3925da568: Pulling fs layer [2025-05-12T06:04:51.221Z] bab4dde63d76: Pulling fs layer [2025-05-12T06:04:51.221Z] bde34c3a00c8: Pulling fs layer [2025-05-12T06:04:51.221Z] b352a97aabf1: Pulling fs layer [2025-05-12T06:04:51.221Z] 4872d77fe225: Pulling fs layer [2025-05-12T06:04:51.221Z] 5851b861e8e6: Pulling fs layer [2025-05-12T06:04:51.221Z] 988bab9f4d93: Waiting [2025-05-12T06:04:51.221Z] 1469e6f7b9e6: Waiting [2025-05-12T06:04:51.221Z] bde34c3a00c8: Waiting [2025-05-12T06:04:51.221Z] eaf3925da568: Waiting [2025-05-12T06:04:51.221Z] 4872d77fe225: Waiting [2025-05-12T06:04:51.221Z] bab4dde63d76: Waiting [2025-05-12T06:04:51.221Z] 5851b861e8e6: Waiting [2025-05-12T06:04:51.221Z] e2be974225ed: Verifying Checksum [2025-05-12T06:04:51.221Z] e2be974225ed: Download complete [2025-05-12T06:04:51.221Z] 988bab9f4d93: Verifying Checksum [2025-05-12T06:04:51.221Z] 988bab9f4d93: Download complete [2025-05-12T06:04:51.221Z] 1469e6f7b9e6: Verifying Checksum [2025-05-12T06:04:51.221Z] 1469e6f7b9e6: Download complete [2025-05-12T06:04:51.482Z] eaf3925da568: Download complete [2025-05-12T06:04:51.482Z] 339a4e72a1f5: Verifying Checksum [2025-05-12T06:04:51.482Z] 339a4e72a1f5: Download complete [2025-05-12T06:04:51.482Z] bde34c3a00c8: Download complete [2025-05-12T06:04:51.482Z] b352a97aabf1: Download complete [2025-05-12T06:04:51.482Z] 4872d77fe225: Verifying Checksum [2025-05-12T06:04:51.482Z] 4872d77fe225: Download complete [2025-05-12T06:04:51.482Z] 5851b861e8e6: Download complete [2025-05-12T06:04:51.482Z] b85a868b505f: Verifying Checksum [2025-05-12T06:04:51.482Z] b85a868b505f: Download complete [2025-05-12T06:04:51.743Z] bab4dde63d76: Verifying Checksum [2025-05-12T06:04:51.743Z] bab4dde63d76: Download complete [2025-05-12T06:04:52.678Z] b85a868b505f: Pull complete [2025-05-12T06:04:52.950Z] e2be974225ed: Pull complete [2025-05-12T06:04:53.214Z] 339a4e72a1f5: Pull complete [2025-05-12T06:04:53.214Z] 988bab9f4d93: Pull complete [2025-05-12T06:04:53.481Z] 1469e6f7b9e6: Pull complete [2025-05-12T06:04:53.742Z] eaf3925da568: Pull complete [2025-05-12T06:04:55.646Z] bab4dde63d76: Pull complete [2025-05-12T06:04:55.646Z] bde34c3a00c8: Pull complete [2025-05-12T06:04:55.646Z] b352a97aabf1: Pull complete [2025-05-12T06:04:55.646Z] 4872d77fe225: Pull complete [2025-05-12T06:04:55.646Z] 5851b861e8e6: Pull complete [2025-05-12T06:04:55.905Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-05-12T06:04:55.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-12T06:04:55.905Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:04:56.038Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:04:56.065Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:04:58.162Z] $ docker top 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d -eo pid,comm [2025-05-12T06:04:58.228Z] 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-12T06:04:58.228Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-12T06:04:58.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-12T06:04:58.286Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-12T06:04:58.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-12T06:04:58.396Z] $ docker exec 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent [2025-05-12T06:04:58.520Z] SSH_AUTH_SOCK=/tmp/ssh-sPglFbfDmx1L/agent.33 [2025-05-12T06:04:58.520Z] SSH_AGENT_PID=39 [2025-05-12T06:04:58.528Z] Running ssh-add (command line suppressed) [2025-05-12T06:04:58.638Z] Identity added: /w/workspace/edgex-go/837@tmp/private_key_3029580588319336525.key (/w/workspace/edgex-go/837@tmp/private_key_3029580588319336525.key) [2025-05-12T06:04:58.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-12T06:04:58.954Z] + git tag --points-at HEAD [Pipeline] } [2025-05-12T06:04:58.962Z] $ docker exec --env ******** --env ******** 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent -k [2025-05-12T06:04:59.068Z] unset SSH_AUTH_SOCK; [2025-05-12T06:04:59.069Z] unset SSH_AGENT_PID; [2025-05-12T06:04:59.069Z] echo Agent pid 39 killed; [2025-05-12T06:04:59.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-05-12T06:04:59.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-12T06:04:59.121Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-12T06:04:59.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-12T06:04:59.233Z] $ docker exec 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent [2025-05-12T06:04:59.356Z] SSH_AUTH_SOCK=/tmp/ssh-NqvQyI4sDLHU/agent.73 [2025-05-12T06:04:59.356Z] SSH_AGENT_PID=79 [2025-05-12T06:04:59.360Z] Running ssh-add (command line suppressed) [2025-05-12T06:04:59.463Z] Identity added: /w/workspace/edgex-go/837@tmp/private_key_16762474971933090660.key (/w/workspace/edgex-go/837@tmp/private_key_16762474971933090660.key) [2025-05-12T06:04:59.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-12T06:04:59.778Z] + git semver init [2025-05-12T06:05:00.038Z] 2025-05-12 06:04:59,945 [run_init] DEBUG init version:0.0.0 force:False [2025-05-12T06:05:00.038Z] 2025-05-12 06:04:59,946 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/837/.semver [2025-05-12T06:05:00.038Z] 2025-05-12 06:04:59,946 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/837/.semver [2025-05-12T06:05:00.038Z] 2025-05-12 06:04:59,947 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/837/.semver'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=None) [2025-05-12T06:05:05.306Z] 2025-05-12 06:05:04,847 [append_file] DEBUG append to file:/w/workspace/edgex-go/837/.git/info/exclude [2025-05-12T06:05:05.306Z] 2025-05-12 06:05:04,848 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/837/.semver/main with force:False [2025-05-12T06:05:05.306Z] 2025-05-12 06:05:04,848 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:05:05.306Z] 2025-05-12 06:05:04,848 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:05:05.306Z] 4.1.0-dev.10 [Pipeline] } [2025-05-12T06:05:05.313Z] $ docker exec --env ******** --env ******** 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d ssh-agent -k [2025-05-12T06:05:05.407Z] unset SSH_AUTH_SOCK; [2025-05-12T06:05:05.408Z] unset SSH_AGENT_PID; [2025-05-12T06:05:05.408Z] echo Agent pid 79 killed; [2025-05-12T06:05:05.421Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-12T06:05:05.755Z] + git semver [Pipeline] } [2025-05-12T06:05:06.025Z] $ docker stop --time=1 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d [2025-05-12T06:05:07.310Z] $ docker rm -f --volumes 181d8f855a42824bb39808a263c90b8c61e3723e3a196d4f661e7eaf74c27d1d [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-12T06:05:07.667Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-05-12T06:05:07.919Z] Stashed 1 file(s) [Pipeline] echo [2025-05-12T06:05:07.925Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.10 [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-12T06:05:08.377Z] + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] echo [2025-05-12T06:05:08.392Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-12T06:05:08.415Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-12T06:05:08.433Z] ========================================================= [2025-05-12T06:05:08.433Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-05-12T06:05:08.433Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-12T06:05:08.731Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-12T06:05:08.731Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-05-12T06:05:08.731Z] 0a9a5dfd008f: Pulling fs layer [2025-05-12T06:05:08.731Z] dbfa0bcfca99: Pulling fs layer [2025-05-12T06:05:08.731Z] 70eabb1d9476: Pulling fs layer [2025-05-12T06:05:08.731Z] 957bedc73fa3: Pulling fs layer [2025-05-12T06:05:08.731Z] 4f4fb700ef54: Pulling fs layer [2025-05-12T06:05:08.731Z] f40432e63723: Pulling fs layer [2025-05-12T06:05:08.731Z] 90b4343acab7: Pulling fs layer [2025-05-12T06:05:08.731Z] 9f67ea4ac784: Pulling fs layer [2025-05-12T06:05:08.731Z] 9228b9a606be: Pulling fs layer [2025-05-12T06:05:08.731Z] 957bedc73fa3: Waiting [2025-05-12T06:05:08.731Z] 4f4fb700ef54: Waiting [2025-05-12T06:05:08.731Z] f40432e63723: Waiting [2025-05-12T06:05:08.731Z] 90b4343acab7: Waiting [2025-05-12T06:05:08.731Z] 9f67ea4ac784: Waiting [2025-05-12T06:05:08.731Z] 9228b9a606be: Waiting [2025-05-12T06:05:08.731Z] dbfa0bcfca99: Verifying Checksum [2025-05-12T06:05:08.731Z] dbfa0bcfca99: Download complete [2025-05-12T06:05:08.731Z] 957bedc73fa3: Verifying Checksum [2025-05-12T06:05:08.731Z] 957bedc73fa3: Download complete [2025-05-12T06:05:08.731Z] 4f4fb700ef54: Download complete [2025-05-12T06:05:08.731Z] f40432e63723: Verifying Checksum [2025-05-12T06:05:08.731Z] f40432e63723: Download complete [2025-05-12T06:05:08.731Z] 0a9a5dfd008f: Download complete [2025-05-12T06:05:08.731Z] 90b4343acab7: Verifying Checksum [2025-05-12T06:05:08.731Z] 90b4343acab7: Download complete [2025-05-12T06:05:08.992Z] 0a9a5dfd008f: Pull complete [2025-05-12T06:05:08.992Z] 9228b9a606be: Verifying Checksum [2025-05-12T06:05:08.992Z] 9228b9a606be: Download complete [2025-05-12T06:05:08.992Z] dbfa0bcfca99: Pull complete [2025-05-12T06:05:09.255Z] 70eabb1d9476: Download complete [2025-05-12T06:05:09.513Z] 9f67ea4ac784: Verifying Checksum [2025-05-12T06:05:09.513Z] 9f67ea4ac784: Download complete [2025-05-12T06:05:13.696Z] 70eabb1d9476: Pull complete [2025-05-12T06:05:13.696Z] 957bedc73fa3: Pull complete [2025-05-12T06:05:13.696Z] 4f4fb700ef54: Pull complete [2025-05-12T06:05:13.696Z] f40432e63723: Pull complete [2025-05-12T06:05:13.696Z] 90b4343acab7: Pull complete [2025-05-12T06:05:15.595Z] 9f67ea4ac784: Pull complete [2025-05-12T06:05:16.164Z] 9228b9a606be: Pull complete [2025-05-12T06:05:16.164Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-05-12T06:05:16.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-12T06:05:16.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-12T06:05:16.471Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-12T06:05:16.471Z] WORKDIR /edgex [2025-05-12T06:05:16.471Z] COPY go.mod . [2025-05-12T06:05:16.471Z] RUN go mod download [2025-05-12T06:05:16.471Z] + docker build -t ci-base-image-x86_64 -f - . [2025-05-12T06:05:17.039Z] Sending build context to Docker daemon 185.8MB [2025-05-12T06:05:17.039Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-05-12T06:05:17.039Z] ---> 69404ca5bff2 [2025-05-12T06:05:17.039Z] Step 2/4 : WORKDIR /edgex [2025-05-12T06:05:20.335Z] ---> Running in bc2fde129809 [2025-05-12T06:05:20.335Z] Removing intermediate container bc2fde129809 [2025-05-12T06:05:20.335Z] ---> 9814fee32f6e [2025-05-12T06:05:20.335Z] Step 3/4 : COPY go.mod . [2025-05-12T06:05:20.335Z] ---> 5907fcdb6472 [2025-05-12T06:05:20.335Z] Step 4/4 : RUN go mod download [2025-05-12T06:05:20.335Z] ---> Running in 37d6dfc8a27a [2025-05-12T06:05:23.047Z] Still waiting to schedule task [2025-05-12T06:05:23.048Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1366’ [2025-05-12T06:05:42.289Z] Removing intermediate container 37d6dfc8a27a [2025-05-12T06:05:42.290Z] ---> 924194f75a1d [2025-05-12T06:05:42.290Z] Successfully built 924194f75a1d [2025-05-12T06:05:42.290Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:05:42.597Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-12T06:05:42.597Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:05:42.681Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:05:42.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:05:43.115Z] $ docker top 91dbe4a4e7f5dcee14a8dbef5c4618cf053b04e7eeaa342461cf012ca043de3b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-12T06:05:43.485Z] + go version [2025-05-12T06:05:43.485Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-05-12T06:05:43.489Z] $ docker stop --time=1 91dbe4a4e7f5dcee14a8dbef5c4618cf053b04e7eeaa342461cf012ca043de3b [2025-05-12T06:05:44.782Z] $ docker rm -f --volumes 91dbe4a4e7f5dcee14a8dbef5c4618cf053b04e7eeaa342461cf012ca043de3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:05:45.310Z] + docker inspect -f . ci-base-image-x86_64 [2025-05-12T06:05:45.310Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:05:45.394Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:05:45.417Z] $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:05:45.750Z] $ docker top 2b9058c5b6b5e225e6b845ed658cc02ba757f92aceb32c3fe9fbdf11a4e4f52d -eo pid,comm [Pipeline] { [Pipeline] echo [2025-05-12T06:05:45.835Z] ========================================================= [2025-05-12T06:05:45.835Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-05-12T06:05:45.835Z] ========================================================= [Pipeline] sh [2025-05-12T06:05:46.112Z] + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] fileExists [Pipeline] sh [2025-05-12T06:05:46.417Z] + make test [2025-05-12T06:05:46.417Z] go test -race -coverprofile=coverage.out ./... [2025-05-12T06:05:54.617Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-05-12T06:06:21.154Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-05-12T06:06:21.154Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-05-12T06:06:21.154Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-05-12T06:06:21.154Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-05-12T06:06:21.154Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-05-12T06:06:21.412Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-05-12T06:06:21.412Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-05-12T06:06:21.412Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-05-12T06:06:21.412Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-05-12T06:06:21.412Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-05-12T06:06:21.670Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-05-12T06:06:21.670Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-05-12T06:06:21.670Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-05-12T06:06:21.670Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-05-12T06:06:21.670Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-05-12T06:06:22.602Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-05-12T06:06:22.602Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-05-12T06:06:23.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 28.7% of statements [2025-05-12T06:06:24.916Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-05-12T06:06:24.916Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-05-12T06:06:24.916Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-05-12T06:06:24.916Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-05-12T06:06:25.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.047s coverage: 97.0% of statements [2025-05-12T06:06:26.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-05-12T06:06:26.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-05-12T06:06:26.558Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-05-12T06:06:26.558Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-05-12T06:06:26.558Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-05-12T06:06:26.558Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-12T06:06:26.558Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-05-12T06:06:26.558Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-05-12T06:06:26.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-05-12T06:06:26.558Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-05-12T06:06:27.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-05-12T06:06:27.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-05-12T06:06:27.931Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-05-12T06:06:27.931Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-05-12T06:06:27.931Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-12T06:06:27.931Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-05-12T06:06:28.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.054s coverage: 69.2% of statements [2025-05-12T06:06:28.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 3.5% of statements [2025-05-12T06:06:28.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.047s coverage: 45.2% of statements [2025-05-12T06:06:29.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.886s coverage: 93.4% of statements [2025-05-12T06:06:29.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.052s coverage: 92.3% of statements [2025-05-12T06:06:29.386Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-05-12T06:06:29.386Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-05-12T06:06:30.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.052s coverage: 8.4% of statements [2025-05-12T06:06:31.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-05-12T06:06:31.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-05-12T06:06:31.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-05-12T06:06:31.695Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-05-12T06:06:33.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.358s coverage: 95.8% of statements [2025-05-12T06:06:33.073Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements [2025-05-12T06:06:33.331Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-05-12T06:06:33.331Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-05-12T06:06:33.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-05-12T06:06:33.331Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-05-12T06:06:33.331Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-05-12T06:06:33.331Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-05-12T06:06:34.271Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.042s coverage: 0.0% of statements [no tests to run] [2025-05-12T06:06:34.530Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.049s coverage: 1.0% of statements [2025-05-12T06:06:34.530Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements [2025-05-12T06:06:34.530Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.020s coverage: 81.1% of statements [2025-05-12T06:06:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.027s coverage: 40.0% of statements [2025-05-12T06:06:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements [2025-05-12T06:06:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements [2025-05-12T06:06:35.098Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-05-12T06:06:35.098Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-05-12T06:06:35.098Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-05-12T06:06:35.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements [2025-05-12T06:06:35.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-05-12T06:06:35.926Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-05-12T06:06:35.926Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-05-12T06:06:35.926Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-05-12T06:06:35.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2025-05-12T06:06:37.304Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-05-12T06:06:37.304Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-05-12T06:06:37.304Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-05-12T06:06:37.871Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-05-12T06:06:37.871Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-05-12T06:06:37.871Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-05-12T06:06:37.871Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-05-12T06:06:38.807Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-05-12T06:06:38.807Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-05-12T06:06:39.065Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-05-12T06:06:40.968Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-05-12T06:06:40.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-05-12T06:06:42.346Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-05-12T06:06:43.721Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-05-12T06:06:43.721Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-05-12T06:06:43.721Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-05-12T06:06:47.007Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-05-12T06:06:47.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2025-05-12T06:06:47.575Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-05-12T06:06:47.575Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-05-12T06:06:47.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-05-12T06:06:47.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-05-12T06:06:47.575Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-12T06:06:49.483Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-05-12T06:06:49.483Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-05-12T06:06:49.483Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-05-12T06:06:49.483Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-05-12T06:06:49.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-05-12T06:06:49.483Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-05-12T06:06:50.049Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-05-12T06:06:50.050Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-05-12T06:06:50.050Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-05-12T06:06:50.050Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-05-12T06:06:50.050Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-05-12T06:06:50.050Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-05-12T06:06:51.959Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-05-12T06:06:51.959Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-05-12T06:06:51.959Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-05-12T06:06:51.959Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-05-12T06:06:52.893Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-05-12T06:06:52.893Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-05-12T06:06:52.893Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-12T06:06:52.893Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-05-12T06:06:52.893Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-05-12T06:06:52.893Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-05-12T06:06:53.151Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-05-12T06:06:54.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-05-12T06:06:54.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-05-12T06:06:54.534Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.048s coverage: 92.9% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.108s coverage: 81.8% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.083s coverage: 82.1% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.045s coverage: 6.8% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.174s coverage: 54.5% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.156s coverage: 29.2% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 17.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.128s coverage: 94.9% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.031s coverage: 9.0% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.068s coverage: 97.7% of statements [2025-05-12T06:07:01.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements [2025-05-12T06:07:01.369Z] 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-12T06:07:01.628Z] running golangci-lint [2025-05-12T06:07:01.888Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-05-12T06:07:01.888Z] go version go1.23.8 linux/amd64 [2025-05-12T06:07:02.147Z] 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-12T06:07:02.147Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-05-12T06:07:02.147Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-05-12T06:07:28.717Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|imports|name|types_sizes|compiled_files|deps|files) took 23.956424573s" [2025-05-12T06:07:28.717Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 62.463467ms" [2025-05-12T06:07:40.920Z] level=info msg="[linters_context/goanalysis] analyzers took 1m58.280842531s with top 10 stages: buildir: 1m8.166101127s, gosec: 4.406990595s, inspect: 2.988575249s, fact_deprecated: 2.406926303s, ctrlflow: 2.156992073s, printf: 1.921660974s, fact_purity: 1.436787565s, unused: 1.364438835s, S1038: 1.296923733s, nilness: 1.194663263s" [2025-05-12T06:07:40.920Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-05-12T06:07:40.920Z] level=info msg="[runner] Processors filtering stat (in/out): autogenerated_exclude: 202/202, exclude-rules: 202/20, nolint: 20/0, skip_files: 202/202, skip_dirs: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, identifier_marker: 202/202, exclude: 202/202, cgo: 202/202, filename_unadjuster: 202/202" [2025-05-12T06:07:40.920Z] level=info msg="[runner] processing took 19.923839ms with stages: nolint: 8.790631ms, identifier_marker: 5.509254ms, path_prettifier: 1.660735ms, exclude-rules: 1.59794ms, autogenerated_exclude: 1.219472ms, skip_dirs: 1.002745ms, cgo: 67.665µs, invalid_issue: 38.753µs, filename_unadjuster: 31.103µs, max_same_issues: 1.36µs, uniq_by_line: 780ns, skip_files: 740ns, max_from_linter: 730ns, fixer: 430ns, exclude: 371ns, path_prefixer: 260ns, sort_results: 220ns, source_code: 160ns, diff: 160ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, severity-rules: 100ns" [2025-05-12T06:07:40.920Z] level=info msg="[runner] linters took 14.112210692s with stages: goanalysis_metalinter: 14.092188096s" [2025-05-12T06:07:40.920Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-05-12T06:07:40.920Z] level=info msg="Memory: 378 samples, avg is 306.9MB, max is 1343.7MB" [2025-05-12T06:07:40.920Z] level=info msg="Execution took 38.139068423s" [2025-05-12T06:07:40.920Z] go vet ./... [2025-05-12T06:07:47.502Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-05-12T06:07:47.762Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-05-12T06:07:47.762Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-05-12T06:07:48.037Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-05-12T06:07:48.332Z] + ls -al . [2025-05-12T06:07:48.333Z] total 1992 [2025-05-12T06:07:48.333Z] drwxrwxr-x 11 1001 1001 4096 May 12 06:05 . [2025-05-12T06:07:48.333Z] drwxr-xr-x 4 root root 4096 May 12 06:05 .. [2025-05-12T06:07:48.333Z] drwxrwxr-x 2 1001 1001 4096 May 12 06:04 .blubracket [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 10 May 12 06:04 .dockerignore [2025-05-12T06:07:48.333Z] drwxrwxr-x 8 1001 1001 4096 May 12 06:07 .git [2025-05-12T06:07:48.333Z] drwxrwxr-x 3 1001 1001 4096 May 12 06:04 .github [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 909 May 12 06:04 .gitignore [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 218 May 12 06:04 .golangci.yml [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 100 May 12 06:04 .hadolint.yml [2025-05-12T06:07:48.333Z] drwxr-xr-x 3 1001 1001 4096 May 12 06:05 .semver [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 155 May 12 06:04 .sonarcloud.properties [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 1171 May 12 06:04 ADOPTERS.md [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 17374 May 12 06:04 Attribution.txt [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 108018 May 12 06:04 CHANGELOG.md [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 3804 May 12 06:04 CONTRIBUTING.md [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 677 May 12 06:04 GOVERNANCE.md [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 858 May 12 06:04 Jenkinsfile [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 10775 May 12 06:04 LICENSE [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 16740 May 12 06:04 Makefile [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 582 May 12 06:04 OWNERS.md [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 9932 May 12 06:04 README.md [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 789 May 12 06:04 SECURITY.md [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 12 May 12 06:05 VERSION [2025-05-12T06:07:48.333Z] drwxrwxr-x 2 1001 1001 4096 May 12 06:04 bin [2025-05-12T06:07:48.333Z] drwxrwxr-x 19 1001 1001 4096 May 12 06:04 cmd [2025-05-12T06:07:48.333Z] -rw-r--r-- 1 root root 1661048 May 12 06:07 coverage.out [2025-05-12T06:07:48.333Z] drwxrwxr-x 2 1001 1001 4096 May 12 06:04 fuzz_test [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 6491 May 12 06:04 go.mod [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 88213 May 12 06:04 go.sum [2025-05-12T06:07:48.333Z] drwxrwxr-x 7 1001 1001 4096 May 12 06:04 internal [2025-05-12T06:07:48.333Z] drwxrwxr-x 2 1001 1001 4096 May 12 06:04 openapi [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 584 May 12 06:04 security.txt [2025-05-12T06:07:48.333Z] -rw-rw-r-- 1 1001 1001 204 May 12 06:04 version.go [Pipeline] sh [2025-05-12T06:07:48.622Z] + '[' -e coverage.out ] [2025-05-12T06:07:48.622Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-05-12T06:07:48.783Z] Stashed 1 file(s) [Pipeline] sh [2025-05-12T06:07:49.062Z] + make build [2025-05-12T06:07:49.063Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-12T06:08:15.619Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-12T06:08:15.619Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-12T06:08:15.619Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-12T06:08:15.620Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-12T06:08:16.999Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-12T06:08:22.269Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-12T06:08:24.365Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-12T06:08:26.271Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-12T06:08:28.802Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-12T06:08:29.735Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-12T06:08:31.113Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-12T06:08:32.048Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-05-12T06:08:33.423Z] $ docker stop --time=1 2b9058c5b6b5e225e6b845ed658cc02ba757f92aceb32c3fe9fbdf11a4e4f52d [2025-05-12T06:08:37.468Z] $ docker rm -f --volumes 2b9058c5b6b5e225e6b845ed658cc02ba757f92aceb32c3fe9fbdf11a4e4f52d [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-12T06:08:38.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-12T06:08:38.681Z] [2025-05-12T06:08:38.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:08:38.989Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-12T06:08:38.989Z] latest: Pulling from edgex-devops/edgex-compose [2025-05-12T06:08:38.989Z] 91d30c5bc195: Pulling fs layer [2025-05-12T06:08:38.989Z] 2e9b0aa3be6d: Pulling fs layer [2025-05-12T06:08:38.989Z] 9c61dcf015f6: Pulling fs layer [2025-05-12T06:08:38.989Z] 4698f68db338: Pulling fs layer [2025-05-12T06:08:38.989Z] 2a2f49069b9e: Pulling fs layer [2025-05-12T06:08:38.989Z] e0025b399a48: Pulling fs layer [2025-05-12T06:08:38.989Z] 4698f68db338: Waiting [2025-05-12T06:08:38.989Z] 2a2f49069b9e: Waiting [2025-05-12T06:08:38.989Z] e0025b399a48: Waiting [2025-05-12T06:08:38.989Z] 91d30c5bc195: Verifying Checksum [2025-05-12T06:08:38.989Z] 91d30c5bc195: Download complete [2025-05-12T06:08:38.989Z] 4698f68db338: Verifying Checksum [2025-05-12T06:08:38.989Z] 4698f68db338: Download complete [2025-05-12T06:08:39.248Z] 2e9b0aa3be6d: Verifying Checksum [2025-05-12T06:08:39.248Z] 2e9b0aa3be6d: Download complete [2025-05-12T06:08:39.248Z] e0025b399a48: Verifying Checksum [2025-05-12T06:08:39.248Z] e0025b399a48: Download complete [2025-05-12T06:08:39.248Z] 91d30c5bc195: Pull complete [2025-05-12T06:08:39.248Z] 2a2f49069b9e: Verifying Checksum [2025-05-12T06:08:39.248Z] 2a2f49069b9e: Download complete [2025-05-12T06:08:39.507Z] 2e9b0aa3be6d: Pull complete [2025-05-12T06:08:39.764Z] 9c61dcf015f6: Verifying Checksum [2025-05-12T06:08:39.764Z] 9c61dcf015f6: Download complete [2025-05-12T06:08:42.295Z] 9c61dcf015f6: Pull complete [2025-05-12T06:08:42.295Z] 4698f68db338: Pull complete [2025-05-12T06:08:42.553Z] 2a2f49069b9e: Pull complete [2025-05-12T06:08:42.553Z] e0025b399a48: Pull complete [2025-05-12T06:08:42.553Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-05-12T06:08:42.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-05-12T06:08:42.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:08:42.663Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:08:42.678Z] $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:08:44.588Z] $ docker top 72f3418351fbd15428a872285b1979e7cb7e29eacd7466465619fe280210896d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-12T06:08:44.962Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-12T06:08:47.497Z] #1 [security-spire-server internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #1 transferring dockerfile: 1.70kB done [2025-05-12T06:08:47.497Z] #1 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #2 transferring dockerfile: 3.02kB done [2025-05-12T06:08:47.497Z] #2 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #3 transferring dockerfile: 2.49kB done [2025-05-12T06:08:47.497Z] #3 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #4 transferring dockerfile: 1.89kB done [2025-05-12T06:08:47.497Z] #4 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #5 [support-notifications internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #5 transferring dockerfile: 2.00kB done [2025-05-12T06:08:47.497Z] #5 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #6 [support-scheduler internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #6 transferring dockerfile: 1.83kB done [2025-05-12T06:08:47.497Z] #6 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #7 [core-data internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #7 transferring dockerfile: 2.04kB done [2025-05-12T06:08:47.497Z] #7 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #8 [core-command internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #8 transferring dockerfile: 1.94kB done [2025-05-12T06:08:47.497Z] #8 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #9 [core-metadata internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #9 transferring dockerfile: 2.10kB done [2025-05-12T06:08:47.497Z] #9 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #10 transferring dockerfile: 2.23kB done [2025-05-12T06:08:47.497Z] #10 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #11 [security-spire-config internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #11 transferring dockerfile: 1.69kB done [2025-05-12T06:08:47.497Z] #11 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #12 [core-keeper internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #12 transferring dockerfile: 2.01kB done [2025-05-12T06:08:47.497Z] #12 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #13 transferring dockerfile: 2.14kB done [2025-05-12T06:08:47.497Z] #13 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #14 transferring dockerfile: 2.50kB done [2025-05-12T06:08:47.497Z] #14 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2025-05-12T06:08:47.497Z] #15 transferring dockerfile: 1.81kB done [2025-05-12T06:08:47.497Z] #15 DONE 0.0s [2025-05-12T06:08:47.497Z] [2025-05-12T06:08:47.497Z] #16 [security-spire-server internal] load .dockerignore [2025-05-12T06:08:47.497Z] #16 transferring context: 50B done [2025-05-12T06:08:47.497Z] #16 DONE 0.0s [2025-05-12T06:08:47.756Z] [2025-05-12T06:08:47.756Z] #17 [security-bootstrapper internal] load .dockerignore [2025-05-12T06:08:47.756Z] #17 transferring context: 50B done [2025-05-12T06:08:47.756Z] #17 DONE 0.0s [2025-05-12T06:08:47.756Z] [2025-05-12T06:08:47.756Z] #18 [security-secretstore-setup internal] load .dockerignore [2025-05-12T06:08:47.756Z] #18 transferring context: 50B done [2025-05-12T06:08:47.756Z] #18 DONE 0.0s [2025-05-12T06:08:47.756Z] [2025-05-12T06:08:47.756Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2025-05-12T06:08:47.757Z] #19 transferring context: 50B done [2025-05-12T06:08:47.757Z] #19 DONE 0.0s [2025-05-12T06:08:47.757Z] [2025-05-12T06:08:47.757Z] #20 [support-notifications internal] load .dockerignore [2025-05-12T06:08:47.757Z] #20 transferring context: 50B done [2025-05-12T06:08:47.757Z] #20 DONE 0.0s [2025-05-12T06:08:47.757Z] [2025-05-12T06:08:47.757Z] #21 [support-scheduler internal] load .dockerignore [2025-05-12T06:08:47.757Z] #21 transferring context: 50B done [2025-05-12T06:08:47.757Z] #21 DONE 0.0s [2025-05-12T06:08:47.757Z] [2025-05-12T06:08:47.757Z] #22 [core-data internal] load .dockerignore [2025-05-12T06:08:47.757Z] #22 transferring context: 50B done [2025-05-12T06:08:47.757Z] #22 DONE 0.0s [2025-05-12T06:08:47.757Z] [2025-05-12T06:08:47.757Z] #23 [core-keeper internal] load .dockerignore [2025-05-12T06:08:48.014Z] #23 transferring context: 50B done [2025-05-12T06:08:48.014Z] #23 DONE 0.1s [2025-05-12T06:08:48.014Z] [2025-05-12T06:08:48.014Z] #24 [core-command internal] load .dockerignore [2025-05-12T06:08:48.014Z] #24 transferring context: 50B done [2025-05-12T06:08:48.014Z] #24 DONE 0.1s [2025-05-12T06:08:48.014Z] [2025-05-12T06:08:48.014Z] #25 [core-metadata internal] load .dockerignore [2025-05-12T06:08:48.014Z] #25 transferring context: 50B done [2025-05-12T06:08:48.014Z] #25 DONE 0.1s [2025-05-12T06:08:48.014Z] [2025-05-12T06:08:48.014Z] #26 [security-spire-config internal] load .dockerignore [2025-05-12T06:08:48.014Z] #26 transferring context: 50B done [2025-05-12T06:08:48.014Z] #26 DONE 0.1s [2025-05-12T06:08:48.014Z] [2025-05-12T06:08:48.015Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-12T06:08:48.015Z] #27 transferring context: 50B done [2025-05-12T06:08:48.015Z] #27 DONE 0.1s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #28 [security-proxy-auth internal] load .dockerignore [2025-05-12T06:08:48.015Z] #28 transferring context: 50B done [2025-05-12T06:08:48.015Z] #28 DONE 0.1s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #29 [security-proxy-setup internal] load .dockerignore [2025-05-12T06:08:48.015Z] #29 transferring context: 50B done [2025-05-12T06:08:48.015Z] #29 DONE 0.1s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #30 [security-spire-agent internal] load .dockerignore [2025-05-12T06:08:48.015Z] #30 transferring context: 50B done [2025-05-12T06:08:48.015Z] #30 DONE 0.0s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #31 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:08:48.015Z] #31 DONE 0.1s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-12T06:08:48.015Z] #32 ... [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-12T06:08:48.015Z] #33 DONE 0.0s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:08:48.015Z] #31 DONE 0.1s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-12T06:08:48.015Z] #33 DONE 0.0s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #34 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:08:48.015Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:08:48.015Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:08:48.015Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-12T06:08:48.015Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-12T06:08:48.015Z] #34 DONE 0.1s [2025-05-12T06:08:48.015Z] [2025-05-12T06:08:48.015Z] #31 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:08:48.274Z] #31 ... [2025-05-12T06:08:48.274Z] [2025-05-12T06:08:48.274Z] #34 [core-command stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:08:48.274Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:08:48.274Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:08:48.274Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-12T06:08:48.274Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-12T06:08:48.274Z] #34 DONE 0.1s [2025-05-12T06:08:48.274Z] [2025-05-12T06:08:48.274Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-12T06:08:48.274Z] #33 DONE 0.0s [2025-05-12T06:08:48.274Z] [2025-05-12T06:08:48.274Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:08:48.274Z] #31 ... [2025-05-12T06:08:48.274Z] [2025-05-12T06:08:48.274Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-05-12T06:08:48.274Z] #33 DONE 0.0s [2025-05-12T06:08:48.274Z] [2025-05-12T06:08:48.274Z] #31 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:08:48.534Z] #31 DONE 0.4s [2025-05-12T06:08:48.534Z] [2025-05-12T06:08:48.534Z] #34 [core-keeper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:08:48.534Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:08:48.534Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:08:48.534Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-12T06:08:48.534Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-12T06:08:48.534Z] #34 DONE 0.1s [2025-05-12T06:08:48.534Z] [2025-05-12T06:08:48.534Z] #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-05-12T06:08:49.493Z] #35 DONE 1.1s [2025-05-12T06:08:49.493Z] [2025-05-12T06:08:49.493Z] #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-05-12T06:08:54.767Z] #36 ... [2025-05-12T06:08:54.767Z] [2025-05-12T06:08:54.767Z] #37 [security-bootstrapper internal] load build context [2025-05-12T06:08:54.767Z] #37 transferring context: 293.44MB 6.2s [2025-05-12T06:08:56.665Z] #37 ... [2025-05-12T06:08:56.665Z] [2025-05-12T06:08:56.665Z] #38 [core-data internal] load build context [2025-05-12T06:08:56.923Z] #38 ... [2025-05-12T06:08:56.923Z] [2025-05-12T06:08:56.923Z] #39 [support-notifications internal] load build context [2025-05-12T06:08:56.923Z] #39 transferring context: 503.55MB 8.7s done [2025-05-12T06:08:57.678Z] #39 ... [2025-05-12T06:08:57.678Z] [2025-05-12T06:08:57.678Z] #38 [core-data internal] load build context [2025-05-12T06:08:58.247Z] #38 ... [2025-05-12T06:08:58.247Z] [2025-05-12T06:08:58.247Z] #40 [security-secretstore-setup internal] load build context [2025-05-12T06:08:58.247Z] #40 ... [2025-05-12T06:08:58.247Z] [2025-05-12T06:08:58.247Z] #41 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-12T06:08:58.247Z] #0 0.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:58.247Z] #0 0.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:58.247Z] #0 1.313 (1/4) Installing ca-certificates (20241121-r1) [2025-05-12T06:08:58.247Z] #0 1.462 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-12T06:08:58.247Z] #0 1.471 (3/4) Installing su-exec (0.2-r3) [2025-05-12T06:08:58.247Z] #0 1.474 (4/4) Installing yq-go (4.44.1-r2) [2025-05-12T06:08:58.247Z] #0 1.551 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:08:58.247Z] #0 1.566 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:08:58.247Z] #0 1.607 OK: 19 MiB in 18 packages [2025-05-12T06:08:58.247Z] #41 ... [2025-05-12T06:08:58.247Z] [2025-05-12T06:08:58.247Z] #42 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-12T06:08:58.247Z] #0 4.001 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:58.247Z] #0 4.071 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:58.247Z] #0 4.323 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-12T06:08:58.247Z] #0 4.329 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:08:58.247Z] #0 4.334 OK: 8 MiB in 15 packages [2025-05-12T06:08:58.505Z] #42 ... [2025-05-12T06:08:58.505Z] [2025-05-12T06:08:58.505Z] #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-12T06:08:58.505Z] #0 4.912 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:58.505Z] #0 4.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:58.505Z] #0 5.249 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-12T06:08:58.505Z] #0 5.252 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:08:58.505Z] #0 5.259 OK: 8 MiB in 15 packages [2025-05-12T06:08:58.505Z] #43 ... [2025-05-12T06:08:58.505Z] [2025-05-12T06:08:58.505Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-12T06:08:58.505Z] #44 ... [2025-05-12T06:08:58.505Z] [2025-05-12T06:08:58.505Z] #45 [core-command internal] load build context [2025-05-12T06:08:58.505Z] #45 transferring context: 503.55MB 9.6s done [2025-05-12T06:08:58.763Z] #45 ... [2025-05-12T06:08:58.763Z] [2025-05-12T06:08:58.763Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-12T06:08:58.763Z] #32 ... [2025-05-12T06:08:58.763Z] [2025-05-12T06:08:58.763Z] #46 [core-keeper internal] load build context [2025-05-12T06:08:59.021Z] #46 ... [2025-05-12T06:08:59.021Z] [2025-05-12T06:08:59.021Z] #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-12T06:08:59.021Z] #47 ... [2025-05-12T06:08:59.021Z] [2025-05-12T06:08:59.021Z] #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-12T06:08:59.021Z] #48 ... [2025-05-12T06:08:59.021Z] [2025-05-12T06:08:59.021Z] #49 [security-proxy-setup internal] load build context [2025-05-12T06:08:59.278Z] #49 ... [2025-05-12T06:08:59.278Z] [2025-05-12T06:08:59.278Z] #50 [core-metadata internal] load build context [2025-05-12T06:08:59.278Z] #50 transferring context: 503.55MB 10.7s done [2025-05-12T06:08:59.535Z] #50 ... [2025-05-12T06:08:59.535Z] [2025-05-12T06:08:59.535Z] #51 [security-proxy-auth internal] load build context [2025-05-12T06:08:59.535Z] #51 transferring context: 503.55MB 10.5s done [2025-05-12T06:08:59.535Z] #51 ... [2025-05-12T06:08:59.535Z] [2025-05-12T06:08:59.535Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-12T06:08:59.535Z] #0 1.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:59.535Z] #0 1.551 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:59.535Z] #0 1.851 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:08:59.535Z] #0 1.851 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:08:59.535Z] #0 1.851 OK: 24171 distinct packages available [2025-05-12T06:08:59.535Z] #0 1.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:59.535Z] #0 1.979 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:59.535Z] #0 2.277 (1/14) Installing ca-certificates (20241121-r1) [2025-05-12T06:08:59.535Z] #0 2.294 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-12T06:08:59.535Z] #0 2.304 (3/14) Installing c-ares (1.33.1-r0) [2025-05-12T06:08:59.535Z] #0 2.310 (4/14) Installing libunistring (1.2-r0) [2025-05-12T06:08:59.535Z] #0 2.325 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-12T06:08:59.535Z] #0 2.332 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-12T06:08:59.535Z] #0 2.337 (7/14) Installing libpsl (0.21.5-r1) [2025-05-12T06:08:59.535Z] #0 2.342 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-12T06:08:59.535Z] #0 2.351 (9/14) Installing libcurl (8.12.1-r0) [2025-05-12T06:08:59.535Z] #0 2.358 (10/14) Installing curl (8.12.1-r0) [2025-05-12T06:08:59.535Z] #0 2.363 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-12T06:08:59.535Z] #0 2.366 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-12T06:08:59.535Z] #0 2.369 (13/14) Installing libucontext (1.2-r3) [2025-05-12T06:08:59.535Z] #0 2.375 (14/14) Installing gcompat (1.1.0-r4) [2025-05-12T06:08:59.535Z] #0 2.380 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:08:59.535Z] #0 2.386 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:08:59.535Z] #0 2.438 OK: 13 MiB in 28 packages [2025-05-12T06:08:59.535Z] #52 ... [2025-05-12T06:08:59.535Z] [2025-05-12T06:08:59.535Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-12T06:08:59.535Z] #0 5.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:59.535Z] #0 5.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:08:59.535Z] #0 5.614 (1/3) Installing ca-certificates (20241121-r1) [2025-05-12T06:08:59.535Z] #0 5.629 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-12T06:08:59.535Z] #0 5.632 (3/3) Installing tzdata (2025b-r0) [2025-05-12T06:08:59.535Z] #0 5.665 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:08:59.535Z] #0 5.677 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:08:59.535Z] #0 5.724 OK: 10 MiB in 17 packages [2025-05-12T06:08:59.793Z] #53 ... [2025-05-12T06:08:59.793Z] [2025-05-12T06:08:59.793Z] #54 [security-spiffe-token-provider internal] load build context [2025-05-12T06:08:59.793Z] #54 transferring context: 503.55MB 11.3s done [2025-05-12T06:08:59.793Z] #54 ... [2025-05-12T06:08:59.793Z] [2025-05-12T06:08:59.793Z] #55 [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-12T06:09:00.050Z] #55 ... [2025-05-12T06:09:00.050Z] [2025-05-12T06:09:00.050Z] #56 [core-common-config-bootstrapper internal] load build context [2025-05-12T06:09:00.050Z] #56 ... [2025-05-12T06:09:00.050Z] [2025-05-12T06:09:00.050Z] #57 [support-scheduler internal] load build context [2025-05-12T06:09:00.050Z] #57 transferring context: 503.55MB 10.8s done [2025-05-12T06:09:00.739Z] #57 ... [2025-05-12T06:09:00.739Z] [2025-05-12T06:09:00.739Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-12T06:09:01.483Z] #58 ... [2025-05-12T06:09:01.483Z] [2025-05-12T06:09:01.483Z] #40 [security-secretstore-setup internal] load build context [2025-05-12T06:09:01.742Z] #40 transferring context: 503.55MB 13.7s done [2025-05-12T06:09:01.768Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1369 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-05-12T06:09:01.788Z] Running in /w/workspace/edgex-go/837 [Pipeline] { [Pipeline] checkout [2025-05-12T06:09:04.851Z] The recommended git tool is: git [2025-05-12T06:09:07.047Z] #40 ... [2025-05-12T06:09:07.048Z] [2025-05-12T06:09:07.048Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-12T06:09:07.048Z] #32 DONE 18.6s [2025-05-12T06:09:07.048Z] [2025-05-12T06:09:07.048Z] #34 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:09:07.048Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:09:07.048Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:09:07.048Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-05-12T06:09:07.048Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-05-12T06:09:07.048Z] #34 DONE 0.2s [2025-05-12T06:09:07.048Z] [2025-05-12T06:09:07.048Z] #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-12T06:09:07.048Z] #47 DONE 18.2s [2025-05-12T06:09:07.048Z] [2025-05-12T06:09:07.048Z] #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:07.048Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:07.048Z] #59 ... [2025-05-12T06:09:07.048Z] [2025-05-12T06:09:07.048Z] #37 [security-bootstrapper internal] load build context [2025-05-12T06:09:07.048Z] #37 transferring context: 503.55MB 10.8s done [2025-05-12T06:09:07.330Z] #37 ... [2025-05-12T06:09:07.330Z] [2025-05-12T06:09:07.330Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-12T06:09:08.326Z] #60 ... [2025-05-12T06:09:08.326Z] [2025-05-12T06:09:08.326Z] #38 [core-data internal] load build context [2025-05-12T06:09:08.326Z] #38 transferring context: 503.55MB 10.8s done [2025-05-12T06:09:08.326Z] #38 ... [2025-05-12T06:09:08.326Z] [2025-05-12T06:09:08.326Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-12T06:09:08.917Z] #61 ... [2025-05-12T06:09:08.917Z] [2025-05-12T06:09:08.917Z] #46 [core-keeper internal] load build context [2025-05-12T06:09:08.917Z] #46 transferring context: 503.55MB 10.4s done [2025-05-12T06:09:09.176Z] #46 ... [2025-05-12T06:09:09.176Z] [2025-05-12T06:09:09.176Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:09:09.176Z] #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:09:09.436Z] #62 ... [2025-05-12T06:09:09.436Z] [2025-05-12T06:09:09.436Z] #49 [security-proxy-setup internal] load build context [2025-05-12T06:09:09.436Z] #49 transferring context: 503.55MB 11.4s done [2025-05-12T06:09:10.061Z] using credential edgex-jenkins-ssh [2025-05-12T06:09:10.082Z] Cloning the remote Git repository [2025-05-12T06:09:10.409Z] #49 ... [2025-05-12T06:09:10.409Z] [2025-05-12T06:09:10.409Z] #56 [core-common-config-bootstrapper internal] load build context [2025-05-12T06:09:10.409Z] #56 transferring context: 503.55MB 11.6s done [2025-05-12T06:09:10.409Z] #56 ... [2025-05-12T06:09:10.409Z] [2025-05-12T06:09:10.409Z] #63 [security-spire-agent internal] load build context [2025-05-12T06:09:10.127Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-05-12T06:09:10.217Z] > git init /w/workspace/edgex-go/837 # timeout=10 [2025-05-12T06:09:10.353Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-05-12T06:09:10.354Z] > git --version # timeout=10 [2025-05-12T06:09:10.378Z] > git --version # 'git version 2.25.1' [2025-05-12T06:09:10.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-12T06:09:10.537Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-12T06:09:12.391Z] #63 ... [2025-05-12T06:09:12.391Z] [2025-05-12T06:09:12.391Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:12.391Z] #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 5.5s done [2025-05-12T06:09:12.650Z] #59 ... [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #39 [support-notifications internal] load build context [2025-05-12T06:09:12.650Z] #39 DONE 24.5s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #36 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-05-12T06:09:12.650Z] #36 DONE 23.6s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #45 [core-command internal] load build context [2025-05-12T06:09:12.650Z] #45 DONE 24.4s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #37 [security-bootstrapper internal] load build context [2025-05-12T06:09:12.650Z] #37 DONE 24.6s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #46 [core-keeper internal] load build context [2025-05-12T06:09:12.650Z] #46 DONE 24.3s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #38 [core-data internal] load build context [2025-05-12T06:09:12.650Z] #38 DONE 24.5s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #50 [core-metadata internal] load build context [2025-05-12T06:09:12.650Z] #50 DONE 24.5s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #43 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-12T06:09:12.650Z] #43 DONE 24.5s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-12T06:09:12.650Z] #52 DONE 24.5s [2025-05-12T06:09:12.650Z] [2025-05-12T06:09:12.650Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:12.650Z] #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-05-12T06:09:12.650Z] #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-12T06:09:12.650Z] #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-05-12T06:09:12.650Z] #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-05-12T06:09:12.650Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-05-12T06:09:12.650Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-05-12T06:09:12.921Z] #59 ... [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #51 [security-proxy-auth internal] load build context [2025-05-12T06:09:12.922Z] #51 DONE 24.4s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #42 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-05-12T06:09:12.922Z] #42 DONE 24.5s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #53 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-12T06:09:12.922Z] #53 DONE 24.5s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #41 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-12T06:09:12.922Z] #41 DONE 24.6s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #57 [support-scheduler internal] load build context [2025-05-12T06:09:12.922Z] #57 DONE 24.6s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #49 [security-proxy-setup internal] load build context [2025-05-12T06:09:12.922Z] #49 DONE 24.4s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #54 [security-spiffe-token-provider internal] load build context [2025-05-12T06:09:12.922Z] #54 DONE 24.8s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #56 [core-common-config-bootstrapper internal] load build context [2025-05-12T06:09:12.922Z] #56 DONE 24.4s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:12.922Z] #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-05-12T06:09:12.922Z] #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-05-12T06:09:12.922Z] #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-05-12T06:09:12.922Z] #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-05-12T06:09:12.922Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-05-12T06:09:12.922Z] #59 ... [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #40 [security-secretstore-setup internal] load build context [2025-05-12T06:09:12.922Z] #40 DONE 24.8s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #64 [security-spire-config internal] load build context [2025-05-12T06:09:12.922Z] #64 transferring context: 22.05kB 0.0s done [2025-05-12T06:09:12.922Z] #64 DONE 6.4s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #63 [security-spire-agent internal] load build context [2025-05-12T06:09:12.922Z] #63 transferring context: 23.33kB done [2025-05-12T06:09:12.922Z] #63 DONE 6.4s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #65 [security-spire-server internal] load build context [2025-05-12T06:09:12.922Z] #65 transferring context: 23.80kB 0.0s done [2025-05-12T06:09:12.922Z] #65 DONE 6.4s [2025-05-12T06:09:12.922Z] [2025-05-12T06:09:12.922Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:12.922Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 5.24MB / 36.47MB 0.3s [2025-05-12T06:09:12.922Z] #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-05-12T06:09:13.183Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.26MB / 36.47MB 0.5s [2025-05-12T06:09:13.183Z] #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-05-12T06:09:13.183Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.6s [2025-05-12T06:09:13.441Z] #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.7s done [2025-05-12T06:09:13.441Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-05-12T06:09:13.441Z] #59 ... [2025-05-12T06:09:13.441Z] [2025-05-12T06:09:13.441Z] #55 [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-12T06:09:13.441Z] #55 DONE 24.9s [2025-05-12T06:09:13.441Z] [2025-05-12T06:09:13.441Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:14.812Z] #59 ... [2025-05-12T06:09:14.812Z] [2025-05-12T06:09:14.812Z] #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-12T06:09:14.812Z] #44 25.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:14.812Z] #44 25.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:14.812Z] #44 25.71 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-12T06:09:14.812Z] #44 25.72 (2/2) Installing su-exec (0.2-r3) [2025-05-12T06:09:14.812Z] #44 25.72 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:09:14.812Z] #44 25.72 OK: 8 MiB in 16 packages [2025-05-12T06:09:14.812Z] #44 DONE 26.8s [2025-05-12T06:09:14.812Z] [2025-05-12T06:09:14.812Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:15.070Z] #59 ... [2025-05-12T06:09:15.070Z] [2025-05-12T06:09:15.070Z] #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-12T06:09:15.070Z] #48 25.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #48 25.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #48 25.72 (1/7) Installing ca-certificates (20241121-r1) [2025-05-12T06:09:15.070Z] #48 25.74 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-12T06:09:15.070Z] #48 25.74 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-12T06:09:15.070Z] #48 25.75 (4/7) Installing libsodium (1.0.19-r0) [2025-05-12T06:09:15.070Z] #48 25.75 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-12T06:09:15.070Z] #48 25.77 (6/7) Installing libzmq (4.3.5-r2) [2025-05-12T06:09:15.070Z] #48 25.78 (7/7) Installing zeromq (4.3.5-r2) [2025-05-12T06:09:15.070Z] #48 25.79 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:09:15.070Z] #48 25.79 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:09:15.070Z] #48 25.83 OK: 12 MiB in 21 packages [2025-05-12T06:09:15.070Z] #48 DONE 26.8s [2025-05-12T06:09:15.070Z] [2025-05-12T06:09:15.070Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:15.070Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.6s done [2025-05-12T06:09:15.070Z] #59 ... [2025-05-12T06:09:15.070Z] [2025-05-12T06:09:15.070Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-12T06:09:15.070Z] #58 24.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #58 25.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #58 25.42 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-12T06:09:15.070Z] #58 25.43 (2/4) Installing openssl (3.3.3-r0) [2025-05-12T06:09:15.070Z] #58 25.44 (3/4) Installing su-exec (0.2-r3) [2025-05-12T06:09:15.070Z] #58 25.44 (4/4) Installing yq-go (4.44.1-r2) [2025-05-12T06:09:15.070Z] #58 25.52 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:09:15.070Z] #58 25.53 OK: 19 MiB in 18 packages [2025-05-12T06:09:15.070Z] #58 DONE 26.5s [2025-05-12T06:09:15.070Z] [2025-05-12T06:09:15.070Z] #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-12T06:09:15.070Z] #61 5.888 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #61 5.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #61 6.266 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:09:15.070Z] #61 6.266 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:09:15.070Z] #61 6.266 OK: 24171 distinct packages available [2025-05-12T06:09:15.070Z] #61 6.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #61 6.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.070Z] #61 6.685 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-12T06:09:15.070Z] #61 6.688 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-12T06:09:15.070Z] #61 6.691 (3/5) Installing libucontext (1.2-r3) [2025-05-12T06:09:15.070Z] #61 6.694 (4/5) Installing gcompat (1.1.0-r4) [2025-05-12T06:09:15.070Z] #61 6.698 (5/5) Installing openssl (3.3.3-r0) [2025-05-12T06:09:15.070Z] #61 6.715 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:09:15.070Z] #61 6.722 OK: 9 MiB in 19 packages [2025-05-12T06:09:15.070Z] #61 DONE 7.1s [2025-05-12T06:09:15.070Z] [2025-05-12T06:09:15.070Z] #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:09:15.070Z] #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.6s done [2025-05-12T06:09:15.328Z] #59 DONE 8.9s [2025-05-12T06:09:15.328Z] [2025-05-12T06:09:15.328Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:09:15.328Z] #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 5.6s done [2025-05-12T06:09:15.328Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-05-12T06:09:15.328Z] #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-12T06:09:15.328Z] #62 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-05-12T06:09:15.328Z] #62 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-05-12T06:09:15.328Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-05-12T06:09:15.328Z] #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-05-12T06:09:15.328Z] #62 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.8s done [2025-05-12T06:09:15.328Z] #62 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-05-12T06:09:15.328Z] #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-05-12T06:09:15.328Z] #62 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.7s done [2025-05-12T06:09:15.328Z] #62 DONE 8.7s [2025-05-12T06:09:15.328Z] [2025-05-12T06:09:15.328Z] #66 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-05-12T06:09:15.328Z] #66 ... [2025-05-12T06:09:15.328Z] [2025-05-12T06:09:15.328Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-12T06:09:15.328Z] #0 2.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.328Z] #0 2.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.328Z] #0 2.391 OK: 248 MiB in 58 packages [2025-05-12T06:09:15.328Z] #67 DONE 2.7s [2025-05-12T06:09:15.328Z] [2025-05-12T06:09:15.328Z] #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:09:15.328Z] #0 2.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.328Z] #0 2.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.328Z] #0 2.460 OK: 248 MiB in 58 packages [2025-05-12T06:09:15.328Z] #68 DONE 2.7s [2025-05-12T06:09:15.328Z] [2025-05-12T06:09:15.328Z] #69 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:09:15.328Z] #69 DONE 0.1s [2025-05-12T06:09:15.585Z] [2025-05-12T06:09:15.585Z] #70 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:09:15.585Z] #70 DONE 0.1s [2025-05-12T06:09:15.585Z] [2025-05-12T06:09:15.585Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-12T06:09:15.585Z] #0 1.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #0 1.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #0 2.230 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:09:15.585Z] #0 2.230 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:09:15.585Z] #0 2.230 OK: 24171 distinct packages available [2025-05-12T06:09:15.585Z] #0 2.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #0 2.428 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #0 2.747 OK: 248 MiB in 58 packages [2025-05-12T06:09:15.585Z] #71 DONE 2.8s [2025-05-12T06:09:15.585Z] [2025-05-12T06:09:15.585Z] #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:09:15.585Z] #72 DONE 0.1s [2025-05-12T06:09:15.585Z] [2025-05-12T06:09:15.585Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-12T06:09:15.585Z] #60 7.483 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #60 7.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #60 7.872 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:09:15.585Z] #60 7.872 v3.20.6-147-g99277590035 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:09:15.585Z] #60 7.872 OK: 24171 distinct packages available [2025-05-12T06:09:15.585Z] #60 7.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #60 8.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:15.585Z] #60 8.380 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-12T06:09:15.585Z] #60 8.384 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-12T06:09:15.585Z] #60 8.395 (3/4) Installing libucontext (1.2-r3) [2025-05-12T06:09:15.585Z] #60 8.395 (4/4) Installing gcompat (1.1.0-r4) [2025-05-12T06:09:15.585Z] #60 8.395 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:09:15.585Z] #60 8.404 OK: 8 MiB in 18 packages [2025-05-12T06:09:16.151Z] #60 DONE 8.9s [2025-05-12T06:09:16.151Z] [2025-05-12T06:09:16.151Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-12T06:09:16.409Z] #73 ... [2025-05-12T06:09:16.409Z] [2025-05-12T06:09:16.409Z] #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-12T06:09:16.409Z] #74 DONE 3.7s [2025-05-12T06:09:16.409Z] [2025-05-12T06:09:16.409Z] #75 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:09:16.409Z] #0 3.285 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.409Z] #0 3.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.409Z] #0 3.639 OK: 248 MiB in 58 packages [2025-05-12T06:09:16.409Z] #75 DONE 3.8s [2025-05-12T06:09:16.409Z] [2025-05-12T06:09:16.409Z] #76 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:09:16.409Z] #76 DONE 0.1s [2025-05-12T06:09:16.409Z] [2025-05-12T06:09:16.409Z] #77 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:16.668Z] #77 ... [2025-05-12T06:09:16.668Z] [2025-05-12T06:09:16.668Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:09:16.668Z] #0 3.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.668Z] #0 3.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.668Z] #0 3.736 OK: 8 MiB in 15 packages [2025-05-12T06:09:16.668Z] #78 DONE 3.9s [2025-05-12T06:09:16.668Z] [2025-05-12T06:09:16.668Z] #79 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-12T06:09:16.668Z] #0 3.531 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.668Z] #0 3.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.668Z] #0 3.898 OK: 248 MiB in 58 packages [2025-05-12T06:09:16.668Z] #79 DONE 4.1s [2025-05-12T06:09:16.668Z] [2025-05-12T06:09:16.668Z] #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:09:16.668Z] #80 DONE 0.0s [2025-05-12T06:09:16.668Z] [2025-05-12T06:09:16.668Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-12T06:09:16.668Z] #0 1.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.668Z] #0 1.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:16.668Z] #0 1.628 OK: 19 MiB in 18 packages [2025-05-12T06:09:16.668Z] #81 DONE 1.7s [2025-05-12T06:09:16.668Z] [2025-05-12T06:09:16.668Z] #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:16.926Z] #82 ... [2025-05-12T06:09:16.926Z] [2025-05-12T06:09:16.926Z] #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-12T06:09:16.926Z] #83 DONE 0.0s [2025-05-12T06:09:17.185Z] [2025-05-12T06:09:17.185Z] #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-12T06:09:17.185Z] #84 ... [2025-05-12T06:09:17.185Z] [2025-05-12T06:09:17.185Z] #85 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:09:17.185Z] #0 4.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.185Z] #0 4.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.185Z] #0 4.443 OK: 10 MiB in 17 packages [2025-05-12T06:09:17.185Z] #85 DONE 4.5s [2025-05-12T06:09:17.442Z] [2025-05-12T06:09:17.442Z] #86 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-05-12T06:09:17.442Z] #0 4.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.442Z] #0 4.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.442Z] #0 4.705 OK: 8 MiB in 15 packages [2025-05-12T06:09:17.442Z] #86 ... [2025-05-12T06:09:17.442Z] [2025-05-12T06:09:17.442Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:09:17.442Z] #0 3.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.442Z] #0 4.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.442Z] #0 4.720 OK: 13 MiB in 28 packages [2025-05-12T06:09:17.442Z] #87 DONE 4.8s [2025-05-12T06:09:17.442Z] [2025-05-12T06:09:17.442Z] #86 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-05-12T06:09:17.699Z] #86 DONE 4.8s [2025-05-12T06:09:17.700Z] [2025-05-12T06:09:17.700Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:09:17.700Z] #0 2.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.700Z] #0 2.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.957Z] #88 2.766 OK: 12 MiB in 21 packages [2025-05-12T06:09:17.957Z] #88 DONE 2.9s [2025-05-12T06:09:17.957Z] [2025-05-12T06:09:17.957Z] #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-12T06:09:17.957Z] #0 4.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.957Z] #0 4.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:17.957Z] #0 5.176 OK: 19 MiB in 18 packages [2025-05-12T06:09:18.215Z] #89 DONE 5.3s [2025-05-12T06:09:18.216Z] [2025-05-12T06:09:18.216Z] #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-12T06:09:18.216Z] #0 4.155 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:18.216Z] #0 4.614 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:18.781Z] #90 ... [2025-05-12T06:09:18.781Z] [2025-05-12T06:09:18.781Z] #66 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-05-12T06:09:18.781Z] #66 3.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:18.781Z] #66 3.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:18.781Z] #66 3.447 OK: 9 MiB in 19 packages [2025-05-12T06:09:18.781Z] #66 DONE 3.8s [2025-05-12T06:09:18.781Z] [2025-05-12T06:09:18.781Z] #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-12T06:09:19.713Z] #91 DONE 0.8s [2025-05-12T06:09:19.713Z] [2025-05-12T06:09:19.713Z] #90 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-12T06:09:19.713Z] #90 5.347 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-12T06:09:19.713Z] #90 5.640 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:09:19.713Z] #90 5.648 OK: 8 MiB in 15 packages [2025-05-12T06:09:19.713Z] #90 DONE 5.9s [2025-05-12T06:09:19.713Z] [2025-05-12T06:09:19.713Z] #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-12T06:09:19.713Z] #0 3.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:19.713Z] #0 3.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:19.713Z] #0 3.688 OK: 8 MiB in 16 packages [2025-05-12T06:09:19.713Z] #92 DONE 4.4s [2025-05-12T06:09:19.713Z] [2025-05-12T06:09:19.713Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:09:19.713Z] #93 DONE 0.8s [2025-05-12T06:09:19.713Z] [2025-05-12T06:09:19.713Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-12T06:09:19.713Z] #94 DONE 0.1s [2025-05-12T06:09:19.713Z] [2025-05-12T06:09:19.713Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:09:20.382Z] #95 ... [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #96 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-12T06:09:20.382Z] #96 DONE 0.6s [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:09:20.382Z] #95 DONE 0.7s [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-12T06:09:20.382Z] #97 DONE 0.1s [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-12T06:09:20.382Z] #98 DONE 0.1s [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-05-12T06:09:20.382Z] #99 DONE 0.1s [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-12T06:09:20.382Z] #100 DONE 0.1s [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-12T06:09:20.382Z] #101 DONE 0.1s [2025-05-12T06:09:20.382Z] [2025-05-12T06:09:20.382Z] #102 [security-spire-server] exporting to image [2025-05-12T06:09:20.382Z] #102 exporting layers [2025-05-12T06:09:20.661Z] #102 ... [2025-05-12T06:09:20.661Z] [2025-05-12T06:09:20.661Z] #103 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-12T06:09:20.661Z] #103 DONE 0.1s [2025-05-12T06:09:20.661Z] [2025-05-12T06:09:20.661Z] #104 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-12T06:09:20.661Z] #104 DONE 0.1s [2025-05-12T06:09:20.661Z] [2025-05-12T06:09:20.661Z] #105 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-12T06:09:20.661Z] #105 DONE 1.2s [2025-05-12T06:09:20.661Z] [2025-05-12T06:09:20.661Z] #106 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-12T06:09:20.661Z] #106 DONE 0.0s [2025-05-12T06:09:20.661Z] [2025-05-12T06:09:20.661Z] #107 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-12T06:09:20.661Z] #107 DONE 0.1s [2025-05-12T06:09:20.661Z] [2025-05-12T06:09:20.661Z] #102 [security-spire-agent] exporting to image [2025-05-12T06:09:21.097Z] #102 ... [2025-05-12T06:09:21.097Z] [2025-05-12T06:09:21.097Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-12T06:09:21.097Z] #73 4.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:21.097Z] #73 4.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:21.097Z] #73 4.577 OK: 8 MiB in 18 packages [2025-05-12T06:09:21.097Z] #73 DONE 4.7s [2025-05-12T06:09:21.097Z] [2025-05-12T06:09:21.097Z] #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:09:21.715Z] #108 DONE 0.8s [2025-05-12T06:09:21.715Z] [2025-05-12T06:09:21.715Z] #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-12T06:09:21.715Z] #84 3.735 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:21.715Z] #84 4.181 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-05-12T06:09:21.715Z] #84 4.975 OK: 248 MiB in 58 packages [2025-05-12T06:09:21.715Z] #84 DONE 5.1s [2025-05-12T06:09:21.715Z] [2025-05-12T06:09:21.715Z] #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-12T06:09:21.715Z] #109 DONE 0.1s [2025-05-12T06:09:21.715Z] [2025-05-12T06:09:21.715Z] #110 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-12T06:09:21.715Z] #110 DONE 0.1s [2025-05-12T06:09:21.715Z] [2025-05-12T06:09:21.715Z] #111 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-12T06:09:21.715Z] #111 DONE 0.1s [2025-05-12T06:09:21.715Z] [2025-05-12T06:09:21.715Z] #102 [security-spire-agent] exporting to image [2025-05-12T06:09:21.715Z] #102 exporting layers 1.3s done [2025-05-12T06:09:21.715Z] #102 writing image sha256:c1dee4f5ef58808bf97c5b126bef7cc412cf72e4b23e2f50858ffbfcb37293e4 [2025-05-12T06:09:22.015Z] #102 exporting layers 1.1s done [2025-05-12T06:09:22.015Z] #102 writing image sha256:c1dee4f5ef58808bf97c5b126bef7cc412cf72e4b23e2f50858ffbfcb37293e4 0.0s done [2025-05-12T06:09:22.015Z] #102 naming to docker.io/library/security-spire-server done [2025-05-12T06:09:22.015Z] #102 writing image sha256:1d6f908981898cc9212f34a80af95218e0beaa67f6bf06e3d63c5d22a7de9242 done [2025-05-12T06:09:22.015Z] #102 naming to docker.io/library/security-spire-agent done [2025-05-12T06:09:22.015Z] #102 DONE 1.3s [2025-05-12T06:09:22.015Z] [2025-05-12T06:09:22.015Z] #112 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-12T06:09:22.015Z] #112 DONE 0.2s [2025-05-12T06:09:22.015Z] [2025-05-12T06:09:22.015Z] #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-12T06:09:22.015Z] #113 DONE 0.0s [2025-05-12T06:09:22.015Z] [2025-05-12T06:09:22.015Z] #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-12T06:09:22.015Z] #114 DONE 0.0s [2025-05-12T06:09:22.015Z] [2025-05-12T06:09:22.015Z] #102 [security-spire-config] exporting to image [2025-05-12T06:09:23.031Z] #102 exporting layers 0.7s done [2025-05-12T06:09:23.031Z] #102 writing image sha256:a8467ac0fdb05ef69d78f549c97a609eead8d44dd1446bbac4b344fdbb2f8d3c done [2025-05-12T06:09:23.031Z] #102 naming to docker.io/library/security-spire-config done [2025-05-12T06:09:23.031Z] #102 DONE 2.0s [2025-05-12T06:09:23.031Z] [2025-05-12T06:09:23.031Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:25.582Z] #115 ... [2025-05-12T06:09:25.582Z] [2025-05-12T06:09:25.582Z] #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:25.582Z] #116 ... [2025-05-12T06:09:25.582Z] [2025-05-12T06:09:25.582Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:25.840Z] #117 ... [2025-05-12T06:09:25.840Z] [2025-05-12T06:09:25.840Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:28.538Z] Avoid second fetch [2025-05-12T06:09:28.539Z] Checking out Revision 21cd7c14f5e382ba721c8756160f6132a91a8ed6 (main) [2025-05-12T06:09:27.526Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-05-12T06:09:27.549Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-12T06:09:28.556Z] > git config core.sparsecheckout # timeout=10 [2025-05-12T06:09:28.646Z] > git checkout -f 21cd7c14f5e382ba721c8756160f6132a91a8ed6 # timeout=10 [2025-05-12T06:09:29.541Z] Commit message: "Merge pull request #5146 from judehung/refactor-5145" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-12T06:09:34.361Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-12T06:09:34.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:09:34.361Z] Dload Upload Total Spent Left Speed [2025-05-12T06:09:34.361Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 66466 0 --:--:-- --:--:-- --:--:-- 66466 [Pipeline] sh [2025-05-12T06:09:34.703Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-12T06:09:35.053Z] + sudo tee /etc/docker/daemon.new [2025-05-12T06:09:35.053Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-12T06:09:35.053Z] { [2025-05-12T06:09:35.053Z] "registry-mirrors": [ [2025-05-12T06:09:35.053Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-12T06:09:35.053Z] ], [2025-05-12T06:09:35.053Z] "bip": "10.250.0.254/24", [2025-05-12T06:09:35.053Z] "hosts": [ [2025-05-12T06:09:35.053Z] "tcp://0.0.0.0:5555", [2025-05-12T06:09:35.053Z] "unix:///var/run/docker.sock" [2025-05-12T06:09:35.053Z] ], [2025-05-12T06:09:35.053Z] "mtu": 1458, [2025-05-12T06:09:35.053Z] "selinux-enabled": true, [2025-05-12T06:09:35.053Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-12T06:09:35.053Z] } [Pipeline] sh [2025-05-12T06:09:35.379Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-12T06:09:35.716Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:09:53.989Z] provisioning config files... [2025-05-12T06:09:54.010Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config2038281280944311322tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:09:54.458Z] ---> ****-login.sh [2025-05-12T06:09:54.458Z] nexus3.edgexfoundry.org:10001 [2025-05-12T06:09:54.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:09:54.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:09:54.997Z] Configure a credential helper to remove this warning. See [2025-05-12T06:09:54.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:09:54.997Z] [2025-05-12T06:09:54.997Z] Login Succeeded [2025-05-12T06:09:55.273Z] nexus3.edgexfoundry.org:10002 [2025-05-12T06:09:55.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:09:55.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:09:55.544Z] Configure a credential helper to remove this warning. See [2025-05-12T06:09:55.544Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:09:55.544Z] [2025-05-12T06:09:55.544Z] Login Succeeded [2025-05-12T06:09:55.544Z] nexus3.edgexfoundry.org:10003 [2025-05-12T06:09:55.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:09:55.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:09:55.817Z] Configure a credential helper to remove this warning. See [2025-05-12T06:09:55.817Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:09:55.817Z] [2025-05-12T06:09:55.817Z] Login Succeeded [2025-05-12T06:09:55.817Z] nexus3.edgexfoundry.org:10004 [2025-05-12T06:09:56.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:09:56.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:09:56.113Z] Configure a credential helper to remove this warning. See [2025-05-12T06:09:56.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:09:56.113Z] [2025-05-12T06:09:56.113Z] Login Succeeded [2025-05-12T06:09:56.113Z] ****.io [2025-05-12T06:09:56.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:09:56.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:09:56.661Z] Configure a credential helper to remove this warning. See [2025-05-12T06:09:56.661Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:09:56.661Z] [2025-05-12T06:09:56.661Z] Login Succeeded [2025-05-12T06:09:56.661Z] ---> ****-login.sh ends [Pipeline] } [2025-05-12T06:09:56.679Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-05-12T06:09:57.327Z] + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] echo [2025-05-12T06:09:57.349Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-12T06:09:57.372Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-12T06:09:57.387Z] ========================================================= [2025-05-12T06:09:57.387Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-05-12T06:09:57.387Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-05-12T06:09:57.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-12T06:09:57.703Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-05-12T06:09:57.703Z] 94e9d8af2201: Pulling fs layer [2025-05-12T06:09:57.703Z] 634366ca850b: Pulling fs layer [2025-05-12T06:09:57.703Z] f66ade281fe9: Pulling fs layer [2025-05-12T06:09:57.703Z] 13fd4ce6e94e: Pulling fs layer [2025-05-12T06:09:57.703Z] 4f4fb700ef54: Pulling fs layer [2025-05-12T06:09:57.703Z] 4cccf3f17d63: Pulling fs layer [2025-05-12T06:09:57.703Z] 2d8010953d95: Pulling fs layer [2025-05-12T06:09:57.703Z] ec743f232bc5: Pulling fs layer [2025-05-12T06:09:57.703Z] 4cccf3f17d63: Waiting [2025-05-12T06:09:57.703Z] 2d8010953d95: Waiting [2025-05-12T06:09:57.703Z] 13fd4ce6e94e: Waiting [2025-05-12T06:09:57.703Z] 4f4fb700ef54: Waiting [2025-05-12T06:09:57.703Z] ec743f232bc5: Waiting [2025-05-12T06:09:57.950Z] #118 DONE 38.2s [2025-05-12T06:09:57.950Z] [2025-05-12T06:09:57.950Z] #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:57.950Z] #116 DONE 38.3s [2025-05-12T06:09:57.950Z] [2025-05-12T06:09:57.950Z] #119 [security-bootstrapper builder 6/7] COPY . . [2025-05-12T06:09:57.950Z] #119 ... [2025-05-12T06:09:57.950Z] [2025-05-12T06:09:57.950Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:57.950Z] #115 DONE 32.2s [2025-05-12T06:09:57.950Z] [2025-05-12T06:09:57.950Z] #77 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:57.950Z] #77 DONE 37.3s [2025-05-12T06:09:57.950Z] [2025-05-12T06:09:57.950Z] #82 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:57.950Z] #82 DONE 37.0s [2025-05-12T06:09:57.950Z] [2025-05-12T06:09:57.950Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:09:57.950Z] #117 DONE 38.4s [2025-05-12T06:09:57.950Z] [2025-05-12T06:09:57.950Z] #120 [support-scheduler builder 6/7] COPY . . [2025-05-12T06:09:57.970Z] 634366ca850b: Verifying Checksum [2025-05-12T06:09:57.970Z] 634366ca850b: Download complete [2025-05-12T06:09:57.970Z] 13fd4ce6e94e: Verifying Checksum [2025-05-12T06:09:57.970Z] 13fd4ce6e94e: Download complete [2025-05-12T06:09:57.970Z] 4f4fb700ef54: Verifying Checksum [2025-05-12T06:09:57.970Z] 4f4fb700ef54: Download complete [2025-05-12T06:09:57.970Z] 94e9d8af2201: Verifying Checksum [2025-05-12T06:09:57.970Z] 94e9d8af2201: Download complete [2025-05-12T06:09:57.970Z] 4cccf3f17d63: Verifying Checksum [2025-05-12T06:09:57.970Z] 4cccf3f17d63: Download complete [2025-05-12T06:09:58.555Z] ec743f232bc5: Verifying Checksum [2025-05-12T06:09:58.555Z] ec743f232bc5: Download complete [2025-05-12T06:09:58.823Z] 94e9d8af2201: Pull complete [2025-05-12T06:09:59.789Z] 634366ca850b: Pull complete [2025-05-12T06:09:59.789Z] f66ade281fe9: Download complete [2025-05-12T06:10:01.209Z] 2d8010953d95: Verifying Checksum [2025-05-12T06:10:01.209Z] 2d8010953d95: Download complete [2025-05-12T06:10:03.229Z] #120 ... [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #121 [support-notifications builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #121 DONE 9.4s [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #122 [core-data builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #122 DONE 9.4s [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #123 [security-proxy-setup builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #123 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:10:03.229Z] #124 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #125 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:10:03.229Z] #125 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #119 [security-bootstrapper builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #119 DONE 9.4s [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #126 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:10:03.229Z] #127 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #128 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:10:03.229Z] #128 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #120 [support-scheduler builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #120 DONE 9.4s [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #129 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:10:03.229Z] #129 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:10:03.229Z] #130 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #131 [security-proxy-auth builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #131 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #132 [core-keeper builder 7/8] COPY . . [2025-05-12T06:10:03.229Z] #132 DONE 9.5s [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:10:03.229Z] #133 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #134 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #134 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:10:03.229Z] #135 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:10:03.229Z] #136 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #137 [core-metadata builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #137 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:10:03.229Z] #138 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #139 [core-command builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #139 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #140 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:10:03.229Z] #140 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #141 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:10:03.229Z] #141 CACHED [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #142 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-12T06:10:03.229Z] #142 DONE 9.5s [2025-05-12T06:10:03.229Z] [2025-05-12T06:10:03.229Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-12T06:10:05.156Z] #143 1.505 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-12T06:10:13.260Z] #143 ... [2025-05-12T06:10:13.260Z] [2025-05-12T06:10:13.260Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-12T06:10:13.260Z] #0 1.461 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-12T06:10:13.518Z] #144 ... [2025-05-12T06:10:13.518Z] [2025-05-12T06:10:13.518Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-12T06:10:13.518Z] #0 1.400 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-12T06:10:13.518Z] #145 ... [2025-05-12T06:10:13.518Z] [2025-05-12T06:10:13.518Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-12T06:10:13.518Z] #0 0.809 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-12T06:10:13.776Z] #146 ... [2025-05-12T06:10:13.776Z] [2025-05-12T06:10:13.776Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-12T06:10:13.776Z] #0 0.834 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-12T06:10:13.776Z] #147 ... [2025-05-12T06:10:13.776Z] [2025-05-12T06:10:13.776Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:10:13.776Z] #0 0.412 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-12T06:10:14.356Z] #148 ... [2025-05-12T06:10:14.356Z] [2025-05-12T06:10:14.356Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:10:14.356Z] #0 1.078 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-12T06:10:14.615Z] #149 ... [2025-05-12T06:10:14.615Z] [2025-05-12T06:10:14.615Z] #150 [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-12T06:10:14.615Z] #0 0.451 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-12T06:10:14.615Z] #150 ... [2025-05-12T06:10:14.615Z] [2025-05-12T06:10:14.615Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-12T06:10:14.615Z] #0 1.139 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-12T06:10:14.873Z] #151 ... [2025-05-12T06:10:14.873Z] [2025-05-12T06:10:14.873Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-12T06:10:14.873Z] #0 0.557 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-12T06:10:14.873Z] #152 ... [2025-05-12T06:10:14.873Z] [2025-05-12T06:10:14.873Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-12T06:10:14.873Z] #0 1.197 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-12T06:10:15.133Z] #153 ... [2025-05-12T06:10:15.133Z] [2025-05-12T06:10:15.133Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-12T06:10:15.133Z] #0 0.708 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-12T06:10:16.236Z] f66ade281fe9: Pull complete [2025-05-12T06:10:16.236Z] 13fd4ce6e94e: Pull complete [2025-05-12T06:10:16.236Z] 4f4fb700ef54: Pull complete [2025-05-12T06:10:16.236Z] 4cccf3f17d63: Pull complete [2025-05-12T06:10:24.515Z] 2d8010953d95: Pull complete [2025-05-12T06:10:25.951Z] ec743f232bc5: Pull complete [2025-05-12T06:10:25.951Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-05-12T06:10:25.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-12T06:10:25.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-05-12T06:10:26.295Z] + docker build -t ci-base-image-arm64+ -f - . [2025-05-12T06:10:26.295Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-12T06:10:26.295Z] WORKDIR /edgex [2025-05-12T06:10:26.295Z] COPY go.mod . [2025-05-12T06:10:26.295Z] RUN go mod download [2025-05-12T06:10:27.255Z] Sending build context to Docker daemon 3.695MB [2025-05-12T06:10:27.255Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-05-12T06:10:27.255Z] ---> 12c1d4c06be1 [2025-05-12T06:10:27.255Z] Step 2/4 : WORKDIR /edgex [2025-05-12T06:10:29.197Z] ---> Running in 5066711fe3ad [2025-05-12T06:10:29.197Z] Removing intermediate container 5066711fe3ad [2025-05-12T06:10:29.197Z] ---> 8d613472337b [2025-05-12T06:10:29.197Z] Step 3/4 : COPY go.mod . [2025-05-12T06:10:29.784Z] ---> 69b23242f629 [2025-05-12T06:10:29.784Z] Step 4/4 : RUN go mod download [2025-05-12T06:10:29.784Z] ---> Running in caeab38761ca [2025-05-12T06:11:26.262Z] Removing intermediate container caeab38761ca [2025-05-12T06:11:26.262Z] ---> 09dd0e538140 [2025-05-12T06:11:26.262Z] Successfully built 09dd0e538140 [2025-05-12T06:11:26.262Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:11:26.636Z] + docker inspect -f . ci-base-image-arm64 [2025-05-12T06:11:26.637Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:11:26.866Z] prd-ubuntu20.04-docker-arm64-4c-16g-1369 does not seem to be running inside a container [2025-05-12T06:11:26.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:11:28.252Z] $ docker top 7cf7892d6feb22bc836c12016a12dd9fa0475805ce718b26b978911a397b359e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-12T06:11:29.105Z] + go version [2025-05-12T06:11:29.105Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-05-12T06:11:29.114Z] $ docker stop --time=1 7cf7892d6feb22bc836c12016a12dd9fa0475805ce718b26b978911a397b359e [2025-05-12T06:11:30.749Z] $ docker rm -f --volumes 7cf7892d6feb22bc836c12016a12dd9fa0475805ce718b26b978911a397b359e [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-12T06:11:31.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-12T06:11:31.424Z] [2025-05-12T06:11:31.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:11:31.760Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-12T06:11:31.760Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-05-12T06:11:31.760Z] 547446be3368: Pulling fs layer [2025-05-12T06:11:31.760Z] d125d8839a47: Pulling fs layer [2025-05-12T06:11:31.760Z] 3e85d5ac6304: Pulling fs layer [2025-05-12T06:11:31.760Z] c3105a71a48b: Pulling fs layer [2025-05-12T06:11:31.760Z] 0f093f025ec4: Pulling fs layer [2025-05-12T06:11:31.760Z] c3106fc0e877: Pulling fs layer [2025-05-12T06:11:31.760Z] c3105a71a48b: Waiting [2025-05-12T06:11:31.760Z] 0f093f025ec4: Waiting [2025-05-12T06:11:31.760Z] c3106fc0e877: Waiting [2025-05-12T06:11:32.343Z] 547446be3368: Verifying Checksum [2025-05-12T06:11:32.343Z] 547446be3368: Download complete [2025-05-12T06:11:32.343Z] c3105a71a48b: Verifying Checksum [2025-05-12T06:11:32.343Z] c3105a71a48b: Download complete [2025-05-12T06:11:32.343Z] d125d8839a47: Verifying Checksum [2025-05-12T06:11:32.343Z] d125d8839a47: Download complete [2025-05-12T06:11:32.613Z] 547446be3368: Pull complete [2025-05-12T06:11:33.585Z] d125d8839a47: Pull complete [2025-05-12T06:11:33.855Z] c3106fc0e877: Verifying Checksum [2025-05-12T06:11:33.855Z] c3106fc0e877: Download complete [2025-05-12T06:11:34.127Z] 0f093f025ec4: Verifying Checksum [2025-05-12T06:11:34.127Z] 0f093f025ec4: Download complete [2025-05-12T06:11:35.111Z] 3e85d5ac6304: Verifying Checksum [2025-05-12T06:11:35.111Z] 3e85d5ac6304: Download complete [2025-05-12T06:11:37.072Z] #154 DONE 92.7s [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-12T06:11:37.072Z] #146 DONE 92.7s [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:11:37.072Z] #149 ... [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-12T06:11:37.072Z] #155 DONE 0.2s [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:11:37.072Z] #156 DONE 0.1s [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-12T06:11:37.072Z] #157 ... [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:11:37.072Z] #158 DONE 0.2s [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-12T06:11:37.072Z] #159 DONE 0.4s [2025-05-12T06:11:37.072Z] [2025-05-12T06:11:37.072Z] #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:11:37.338Z] #160 DONE 0.3s [2025-05-12T06:11:37.338Z] [2025-05-12T06:11:37.338Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-12T06:11:37.338Z] #161 DONE 0.2s [2025-05-12T06:11:37.338Z] [2025-05-12T06:11:37.338Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-12T06:11:37.602Z] #144 ... [2025-05-12T06:11:37.602Z] [2025-05-12T06:11:37.602Z] #162 [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-12T06:11:37.602Z] #162 ... [2025-05-12T06:11:37.602Z] [2025-05-12T06:11:37.602Z] #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-12T06:11:37.602Z] #157 DONE 1.4s [2025-05-12T06:11:37.863Z] [2025-05-12T06:11:37.863Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:11:37.863Z] #163 DONE 0.3s [2025-05-12T06:11:37.863Z] [2025-05-12T06:11:37.863Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:11:38.121Z] #149 ... [2025-05-12T06:11:38.121Z] [2025-05-12T06:11:38.121Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:11:38.121Z] #164 DONE 0.2s [2025-05-12T06:11:38.121Z] [2025-05-12T06:11:38.121Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-12T06:11:38.701Z] #165 DONE 0.5s [2025-05-12T06:11:38.701Z] [2025-05-12T06:11:38.701Z] #162 [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-12T06:11:38.701Z] #162 DONE 1.2s [2025-05-12T06:11:38.701Z] [2025-05-12T06:11:38.701Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-12T06:11:38.701Z] #166 DONE 0.1s [2025-05-12T06:11:38.701Z] [2025-05-12T06:11:38.701Z] #102 [core-common-config-bootstrapper] exporting to image [2025-05-12T06:11:38.701Z] #102 exporting layers [2025-05-12T06:11:38.965Z] #102 ... [2025-05-12T06:11:38.965Z] [2025-05-12T06:11:38.965Z] #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-12T06:11:38.965Z] #167 DONE 0.2s [2025-05-12T06:11:39.222Z] [2025-05-12T06:11:39.222Z] #102 [core-common-config-bootstrapper] exporting to image [2025-05-12T06:11:39.222Z] #102 exporting layers 0.3s done [2025-05-12T06:11:39.222Z] #102 writing image sha256:3fa2fb6e78f8768c6336f45986d03a7666f0fbbf53f2709a423e3d9a96de7fa8 done [2025-05-12T06:11:39.222Z] #102 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2025-05-12T06:11:39.222Z] #102 DONE 2.4s [2025-05-12T06:11:39.222Z] [2025-05-12T06:11:39.222Z] #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-12T06:11:39.222Z] #168 DONE 0.2s [2025-05-12T06:11:39.222Z] [2025-05-12T06:11:39.222Z] #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-12T06:11:39.222Z] #169 DONE 0.1s [2025-05-12T06:11:39.222Z] [2025-05-12T06:11:39.222Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-12T06:11:39.222Z] #170 DONE 0.1s [2025-05-12T06:11:39.222Z] [2025-05-12T06:11:39.222Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-12T06:11:41.111Z] #171 DONE 1.5s [2025-05-12T06:11:41.111Z] [2025-05-12T06:11:41.111Z] #102 [security-bootstrapper] exporting to image [2025-05-12T06:11:41.111Z] #102 exporting layers 0.5s done [2025-05-12T06:11:41.111Z] #102 writing image sha256:2fa68c7012e63783b84a230e36a82aa341c6c60a87871b031a11ea42f1e43d8e done [2025-05-12T06:11:41.111Z] #102 naming to docker.io/library/security-bootstrapper done [2025-05-12T06:11:41.111Z] #102 DONE 2.9s [2025-05-12T06:11:41.111Z] [2025-05-12T06:11:41.111Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-12T06:11:45.228Z] 3e85d5ac6304: Pull complete [2025-05-12T06:11:45.228Z] c3105a71a48b: Pull complete [2025-05-12T06:11:45.814Z] 0f093f025ec4: Pull complete [2025-05-12T06:11:46.080Z] c3106fc0e877: Pull complete [2025-05-12T06:11:46.080Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-05-12T06:11:46.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-05-12T06:11:46.080Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:11:46.294Z] prd-ubuntu20.04-docker-arm64-4c-16g-1369 does not seem to be running inside a container [2025-05-12T06:11:46.348Z] $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:11:48.345Z] $ docker top 8ca86cdfdf1218ed706f339c70fed8cf8341a3171bb267bab1792da9912a218b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-12T06:11:49.175Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-05-12T06:11:59.363Z] #1 [core-data internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #1 transferring dockerfile: 2.04kB done [2025-05-12T06:11:59.363Z] #1 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #2 transferring dockerfile: 3.02kB done [2025-05-12T06:11:59.363Z] #2 DONE 0.0s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #3 transferring dockerfile: 2.49kB done [2025-05-12T06:11:59.363Z] #3 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #4 transferring dockerfile: 1.69kB 0.0s done [2025-05-12T06:11:59.363Z] #4 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #5 [core-command internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #5 transferring dockerfile: 1.94kB 0.0s done [2025-05-12T06:11:59.363Z] #5 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #6 transferring dockerfile: 1.81kB done [2025-05-12T06:11:59.363Z] #6 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #7 [support-notifications internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #7 transferring dockerfile: 2.00kB done [2025-05-12T06:11:59.363Z] #7 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #8 transferring dockerfile: 2.23kB done [2025-05-12T06:11:59.363Z] #8 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #9 [security-spire-server internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #9 transferring dockerfile: 1.70kB done [2025-05-12T06:11:59.363Z] #9 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #10 transferring dockerfile: 1.89kB done [2025-05-12T06:11:59.363Z] #10 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #11 [core-keeper internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #11 transferring dockerfile: 2.01kB 0.0s done [2025-05-12T06:11:59.363Z] #11 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #12 transferring dockerfile: 2.50kB done [2025-05-12T06:11:59.363Z] #12 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #13 [support-scheduler internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #13 transferring dockerfile: 1.83kB done [2025-05-12T06:11:59.363Z] #13 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #14 transferring dockerfile: 2.14kB done [2025-05-12T06:11:59.363Z] #14 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #15 [core-metadata internal] load build definition from Dockerfile [2025-05-12T06:11:59.363Z] #15 transferring dockerfile: 2.10kB done [2025-05-12T06:11:59.363Z] #15 DONE 0.1s [2025-05-12T06:11:59.363Z] [2025-05-12T06:11:59.363Z] #16 [core-data internal] load .dockerignore [2025-05-12T06:11:59.639Z] #16 transferring context: 50B done [2025-05-12T06:11:59.639Z] #16 DONE 0.1s [2025-05-12T06:12:00.480Z] [2025-05-12T06:12:00.480Z] #17 [security-bootstrapper internal] load .dockerignore [2025-05-12T06:12:00.480Z] #17 transferring context: 50B done [2025-05-12T06:12:00.480Z] #17 DONE 0.1s [2025-05-12T06:12:00.480Z] [2025-05-12T06:12:00.480Z] #18 [security-secretstore-setup internal] load .dockerignore [2025-05-12T06:12:00.480Z] #18 transferring context: 50B done [2025-05-12T06:12:00.480Z] #18 DONE 0.1s [2025-05-12T06:12:00.480Z] [2025-05-12T06:12:00.480Z] #19 [security-spire-config internal] load .dockerignore [2025-05-12T06:12:00.480Z] #19 transferring context: 50B 0.0s done [2025-05-12T06:12:00.480Z] #19 DONE 0.1s [2025-05-12T06:12:00.480Z] [2025-05-12T06:12:00.480Z] #20 [core-command internal] load .dockerignore [2025-05-12T06:12:00.480Z] #20 transferring context: 50B 0.0s done [2025-05-12T06:12:00.480Z] #20 DONE 0.1s [2025-05-12T06:12:00.480Z] [2025-05-12T06:12:00.480Z] #21 [security-spire-agent internal] load .dockerignore [2025-05-12T06:12:00.480Z] #21 transferring context: 50B 0.0s done [2025-05-12T06:12:00.480Z] #21 DONE 0.1s [2025-05-12T06:12:00.480Z] [2025-05-12T06:12:00.480Z] #22 [support-notifications internal] load .dockerignore [2025-05-12T06:12:00.480Z] #22 transferring context: 50B done [2025-05-12T06:12:00.480Z] #22 DONE 0.1s [2025-05-12T06:12:00.480Z] [2025-05-12T06:12:00.480Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2025-05-12T06:12:00.771Z] #23 transferring context: 50B 0.0s done [2025-05-12T06:12:00.771Z] #23 DONE 0.1s [2025-05-12T06:12:00.771Z] [2025-05-12T06:12:00.771Z] #24 [security-spire-server internal] load .dockerignore [2025-05-12T06:12:00.771Z] #24 transferring context: 50B 0.0s done [2025-05-12T06:12:00.771Z] #24 DONE 0.1s [2025-05-12T06:12:00.771Z] [2025-05-12T06:12:00.771Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2025-05-12T06:12:01.053Z] #25 transferring context: 50B done [2025-05-12T06:12:01.053Z] #25 DONE 0.0s [2025-05-12T06:12:01.053Z] [2025-05-12T06:12:01.053Z] #26 [core-keeper internal] load .dockerignore [2025-05-12T06:12:01.053Z] #26 transferring context: 50B done [2025-05-12T06:12:01.053Z] #26 DONE 0.1s [2025-05-12T06:12:01.053Z] [2025-05-12T06:12:01.053Z] #27 [security-proxy-setup internal] load .dockerignore [2025-05-12T06:12:01.053Z] #27 transferring context: 50B 0.0s done [2025-05-12T06:12:01.053Z] #27 DONE 0.1s [2025-05-12T06:12:01.053Z] [2025-05-12T06:12:01.053Z] #28 [support-scheduler internal] load .dockerignore [2025-05-12T06:12:01.053Z] #28 transferring context: 50B done [2025-05-12T06:12:01.053Z] #28 DONE 0.0s [2025-05-12T06:12:01.053Z] [2025-05-12T06:12:01.053Z] #29 [security-proxy-auth internal] load .dockerignore [2025-05-12T06:12:01.053Z] #29 transferring context: 50B done [2025-05-12T06:12:01.053Z] #29 DONE 0.1s [2025-05-12T06:12:01.053Z] [2025-05-12T06:12:01.053Z] #30 [core-metadata internal] load .dockerignore [2025-05-12T06:12:01.332Z] #30 transferring context: 50B done [2025-05-12T06:12:01.332Z] #30 DONE 0.1s [2025-05-12T06:12:01.332Z] [2025-05-12T06:12:01.332Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:01.332Z] #31 DONE 0.0s [2025-05-12T06:12:01.332Z] [2025-05-12T06:12:01.332Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:12:01.599Z] #32 DONE 0.4s [2025-05-12T06:12:01.599Z] [2025-05-12T06:12:01.599Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:12:01.599Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:12:01.868Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:12:01.868Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-12T06:12:01.868Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-12T06:12:02.136Z] #33 ... [2025-05-12T06:12:02.136Z] [2025-05-12T06:12:02.136Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:02.136Z] #31 DONE 0.0s [2025-05-12T06:12:02.136Z] [2025-05-12T06:12:02.136Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:12:02.136Z] #32 DONE 0.4s [2025-05-12T06:12:02.136Z] [2025-05-12T06:12:02.136Z] #34 [security-bootstrapper internal] load build context [2025-05-12T06:12:02.404Z] #34 ... [2025-05-12T06:12:02.404Z] [2025-05-12T06:12:02.404Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:02.404Z] #31 DONE 0.0s [2025-05-12T06:12:02.404Z] [2025-05-12T06:12:02.404Z] #34 [security-bootstrapper internal] load build context [2025-05-12T06:12:02.404Z] #34 ... [2025-05-12T06:12:02.404Z] [2025-05-12T06:12:02.404Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:02.404Z] #31 DONE 0.0s [2025-05-12T06:12:02.404Z] [2025-05-12T06:12:02.404Z] #34 [security-bootstrapper internal] load build context [2025-05-12T06:12:02.672Z] #34 ... [2025-05-12T06:12:02.672Z] [2025-05-12T06:12:02.672Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:12:02.672Z] #32 DONE 0.7s [2025-05-12T06:12:02.672Z] [2025-05-12T06:12:02.672Z] #34 [security-bootstrapper internal] load build context [2025-05-12T06:12:02.672Z] #34 ... [2025-05-12T06:12:02.672Z] [2025-05-12T06:12:02.672Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:02.672Z] #31 DONE 0.0s [2025-05-12T06:12:02.672Z] [2025-05-12T06:12:02.672Z] #35 [core-data internal] load build context [2025-05-12T06:12:02.672Z] #35 transferring context: 3.22MB 0.8s done [2025-05-12T06:12:02.672Z] #35 DONE 1.1s [2025-05-12T06:12:02.941Z] [2025-05-12T06:12:02.941Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:02.941Z] #31 DONE 0.0s [2025-05-12T06:12:02.941Z] [2025-05-12T06:12:02.941Z] #34 [security-bootstrapper internal] load build context [2025-05-12T06:12:02.941Z] #34 ... [2025-05-12T06:12:02.941Z] [2025-05-12T06:12:02.941Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:12:02.941Z] #32 DONE 0.9s [2025-05-12T06:12:02.941Z] [2025-05-12T06:12:02.941Z] #34 [security-bootstrapper internal] load build context [2025-05-12T06:12:03.214Z] #34 ... [2025-05-12T06:12:03.214Z] [2025-05-12T06:12:03.214Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:03.214Z] #31 DONE 0.0s [2025-05-12T06:12:03.214Z] [2025-05-12T06:12:03.214Z] #36 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-12T06:12:03.214Z] #36 DONE 2.3s [2025-05-12T06:12:03.214Z] [2025-05-12T06:12:03.214Z] #34 [security-bootstrapper internal] load build context [2025-05-12T06:12:03.487Z] #34 transferring context: 3.22MB 1.0s done [2025-05-12T06:12:03.487Z] #34 DONE 1.3s [2025-05-12T06:12:03.487Z] [2025-05-12T06:12:03.487Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:03.487Z] #31 DONE 0.0s [2025-05-12T06:12:03.487Z] [2025-05-12T06:12:03.487Z] #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-05-12T06:12:03.754Z] #37 ... [2025-05-12T06:12:03.754Z] [2025-05-12T06:12:03.754Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:12:03.754Z] #32 DONE 1.4s [2025-05-12T06:12:03.754Z] [2025-05-12T06:12:03.754Z] #36 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-12T06:12:03.754Z] #36 DONE 2.4s [2025-05-12T06:12:03.754Z] [2025-05-12T06:12:03.754Z] #37 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-05-12T06:12:03.754Z] #37 ... [2025-05-12T06:12:03.754Z] [2025-05-12T06:12:03.754Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:03.754Z] #31 DONE 0.0s [2025-05-12T06:12:04.021Z] [2025-05-12T06:12:04.021Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:12:04.021Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:12:04.021Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:12:04.021Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-12T06:12:04.021Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-12T06:12:04.309Z] #33 ... [2025-05-12T06:12:04.309Z] [2025-05-12T06:12:04.309Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:04.309Z] #31 DONE 0.0s [2025-05-12T06:12:04.309Z] [2025-05-12T06:12:04.309Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-05-12T06:12:04.309Z] #31 DONE 0.1s [2025-05-12T06:12:04.309Z] [2025-05-12T06:12:04.309Z] #38 [security-secretstore-setup internal] load build context [2025-05-12T06:12:04.309Z] #38 transferring context: 3.22MB 1.6s done [2025-05-12T06:12:04.903Z] #38 ... [2025-05-12T06:12:04.903Z] [2025-05-12T06:12:04.903Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-05-12T06:12:04.903Z] #39 DONE 2.2s [2025-05-12T06:12:04.903Z] [2025-05-12T06:12:04.903Z] #40 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-05-12T06:12:04.903Z] #40 DONE 2.5s [2025-05-12T06:12:04.903Z] [2025-05-12T06:12:04.903Z] #41 [security-spire-agent internal] load build context [2025-05-12T06:12:04.903Z] #41 DONE 0.0s [2025-05-12T06:12:04.903Z] [2025-05-12T06:12:04.903Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:12:04.903Z] #42 DONE 0.0s [2025-05-12T06:12:04.903Z] [2025-05-12T06:12:04.903Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:04.903Z] #43 DONE 0.0s [2025-05-12T06:12:04.903Z] [2025-05-12T06:12:04.903Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:12:04.903Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:12:04.903Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:12:04.903Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-12T06:12:04.903Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-12T06:12:05.174Z] #33 ... [2025-05-12T06:12:05.174Z] [2025-05-12T06:12:05.174Z] #38 [security-secretstore-setup internal] load build context [2025-05-12T06:12:05.174Z] #38 DONE 2.6s [2025-05-12T06:12:05.174Z] [2025-05-12T06:12:05.174Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:05.174Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:05.447Z] #43 ... [2025-05-12T06:12:05.447Z] [2025-05-12T06:12:05.447Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-05-12T06:12:05.447Z] #32 DONE 3.1s [2025-05-12T06:12:05.447Z] [2025-05-12T06:12:05.447Z] #44 [core-command internal] load build context [2025-05-12T06:12:05.447Z] #44 transferring context: 3.22MB 1.6s done [2025-05-12T06:12:05.447Z] #44 DONE 2.6s [2025-05-12T06:12:05.721Z] [2025-05-12T06:12:05.721Z] #45 [core-common-config-bootstrapper internal] load build context [2025-05-12T06:12:05.721Z] #45 ... [2025-05-12T06:12:05.721Z] [2025-05-12T06:12:05.721Z] #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-05-12T06:12:05.721Z] #36 DONE 2.5s [2025-05-12T06:12:05.996Z] [2025-05-12T06:12:05.996Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:12:05.996Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-05-12T06:12:05.996Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-05-12T06:12:05.996Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-05-12T06:12:05.996Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-05-12T06:12:06.293Z] #33 ... [2025-05-12T06:12:06.293Z] [2025-05-12T06:12:06.293Z] #37 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-05-12T06:12:06.293Z] #37 DONE 3.6s [2025-05-12T06:12:06.293Z] [2025-05-12T06:12:06.293Z] #46 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:12:06.293Z] #46 ... [2025-05-12T06:12:06.293Z] [2025-05-12T06:12:06.293Z] #45 [core-common-config-bootstrapper internal] load build context [2025-05-12T06:12:06.293Z] #45 transferring context: 3.22MB 2.6s done [2025-05-12T06:12:06.293Z] #45 DONE 3.4s [2025-05-12T06:12:06.586Z] [2025-05-12T06:12:06.586Z] #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:12:07.562Z] #47 ... [2025-05-12T06:12:07.562Z] [2025-05-12T06:12:07.562Z] #48 [support-notifications internal] load build context [2025-05-12T06:12:07.562Z] #48 transferring context: 3.22MB 3.0s done [2025-05-12T06:12:07.562Z] #48 DONE 4.5s [2025-05-12T06:12:07.831Z] [2025-05-12T06:12:07.831Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:07.831Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 2.5s done [2025-05-12T06:12:08.103Z] #43 ... [2025-05-12T06:12:08.103Z] [2025-05-12T06:12:08.103Z] #49 [security-spire-config internal] load build context [2025-05-12T06:12:08.103Z] #49 transferring context: 22.05kB 0.6s done [2025-05-12T06:12:08.103Z] #49 DONE 3.0s [2025-05-12T06:12:08.103Z] [2025-05-12T06:12:08.103Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:08.103Z] #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-05-12T06:12:08.375Z] #43 ... [2025-05-12T06:12:08.376Z] [2025-05-12T06:12:08.376Z] #41 [security-spire-agent internal] load build context [2025-05-12T06:12:08.376Z] #41 transferring context: 23.33kB 0.4s done [2025-05-12T06:12:08.376Z] #41 DONE 3.2s [2025-05-12T06:12:08.376Z] [2025-05-12T06:12:08.376Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:08.376Z] #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-05-12T06:12:08.644Z] #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-05-12T06:12:08.644Z] #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-05-12T06:12:09.617Z] #43 ... [2025-05-12T06:12:09.617Z] [2025-05-12T06:12:09.617Z] #50 [security-spire-server internal] load build context [2025-05-12T06:12:09.617Z] #50 transferring context: 23.80kB 0.3s done [2025-05-12T06:12:09.617Z] #50 DONE 4.6s [2025-05-12T06:12:09.886Z] [2025-05-12T06:12:09.886Z] #51 [security-spiffe-token-provider internal] load build context [2025-05-12T06:12:10.870Z] #51 ... [2025-05-12T06:12:10.870Z] [2025-05-12T06:12:10.870Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:10.870Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.8s [2025-05-12T06:12:10.870Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.0s [2025-05-12T06:12:11.138Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.1s [2025-05-12T06:12:11.138Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s done [2025-05-12T06:12:11.138Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.2s [2025-05-12T06:12:11.138Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-05-12T06:12:11.412Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s done [2025-05-12T06:12:11.412Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.3s [2025-05-12T06:12:11.412Z] #43 ... [2025-05-12T06:12:11.412Z] [2025-05-12T06:12:11.412Z] #52 [security-proxy-setup internal] load build context [2025-05-12T06:12:11.412Z] #52 transferring context: 3.22MB 3.1s done [2025-05-12T06:12:11.412Z] #52 DONE 7.5s [2025-05-12T06:12:11.412Z] [2025-05-12T06:12:11.412Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:11.412Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done [2025-05-12T06:12:11.412Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.4s done [2025-05-12T06:12:11.687Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.6s done [2025-05-12T06:12:11.687Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.7s [2025-05-12T06:12:11.964Z] #43 ... [2025-05-12T06:12:11.964Z] [2025-05-12T06:12:11.964Z] #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-12T06:12:11.964Z] #53 ... [2025-05-12T06:12:11.964Z] [2025-05-12T06:12:11.964Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:11.964Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s done [2025-05-12T06:12:11.964Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.1s [2025-05-12T06:12:12.236Z] #43 ... [2025-05-12T06:12:12.236Z] [2025-05-12T06:12:12.236Z] #51 [security-spiffe-token-provider internal] load build context [2025-05-12T06:12:12.236Z] #51 transferring context: 3.22MB 5.8s done [2025-05-12T06:12:12.236Z] #51 DONE 8.2s [2025-05-12T06:12:12.236Z] [2025-05-12T06:12:12.236Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:12.236Z] #43 ... [2025-05-12T06:12:12.236Z] [2025-05-12T06:12:12.236Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-12T06:12:12.236Z] #0 6.055 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:12.236Z] #0 6.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:12.236Z] #0 9.826 (1/2) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:12.236Z] #0 9.826 (2/2) Installing su-exec (0.2-r3) [2025-05-12T06:12:12.236Z] #0 9.908 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:12.236Z] #0 10.04 OK: 9 MiB in 16 packages [2025-05-12T06:12:12.624Z] #54 ... [2025-05-12T06:12:12.624Z] [2025-05-12T06:12:12.624Z] #55 [core-keeper internal] load build context [2025-05-12T06:12:12.624Z] #55 transferring context: 3.22MB 6.6s done [2025-05-12T06:12:12.624Z] #55 ... [2025-05-12T06:12:12.624Z] [2025-05-12T06:12:12.624Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-12T06:12:12.624Z] #56 ... [2025-05-12T06:12:12.624Z] [2025-05-12T06:12:12.624Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:12.893Z] #43 ... [2025-05-12T06:12:12.893Z] [2025-05-12T06:12:12.893Z] #57 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-12T06:12:12.893Z] #0 9.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:12.893Z] #0 9.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:12.893Z] #57 ... [2025-05-12T06:12:12.893Z] [2025-05-12T06:12:12.893Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:13.337Z] #43 ... [2025-05-12T06:12:13.337Z] [2025-05-12T06:12:13.337Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-12T06:12:13.337Z] #0 5.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:13.337Z] #0 5.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:13.337Z] #0 8.768 (1/7) Installing ca-certificates (20241121-r1) [2025-05-12T06:12:13.337Z] #0 8.966 (2/7) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:13.337Z] #0 8.966 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-05-12T06:12:13.337Z] #0 8.966 (4/7) Installing libsodium (1.0.19-r0) [2025-05-12T06:12:13.337Z] #0 9.106 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-05-12T06:12:13.337Z] #0 9.447 (6/7) Installing libzmq (4.3.5-r2) [2025-05-12T06:12:13.337Z] #0 9.447 (7/7) Installing zeromq (4.3.5-r2) [2025-05-12T06:12:13.337Z] #0 9.447 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:13.337Z] #0 9.627 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:12:13.611Z] #58 10.04 OK: 14 MiB in 21 packages [2025-05-12T06:12:13.611Z] #58 ... [2025-05-12T06:12:13.611Z] [2025-05-12T06:12:13.611Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:13.612Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 3.6s [2025-05-12T06:12:13.882Z] #43 ... [2025-05-12T06:12:13.882Z] [2025-05-12T06:12:13.882Z] #54 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-05-12T06:12:13.882Z] #54 DONE 11.6s [2025-05-12T06:12:13.882Z] [2025-05-12T06:12:13.882Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:14.157Z] #43 ... [2025-05-12T06:12:14.157Z] [2025-05-12T06:12:14.157Z] #55 [core-keeper internal] load build context [2025-05-12T06:12:14.157Z] #55 DONE 10.4s [2025-05-12T06:12:14.157Z] [2025-05-12T06:12:14.157Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:14.157Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 4.3s [2025-05-12T06:12:14.435Z] #43 ... [2025-05-12T06:12:14.435Z] [2025-05-12T06:12:14.435Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-12T06:12:14.706Z] #59 ... [2025-05-12T06:12:14.706Z] [2025-05-12T06:12:14.706Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-12T06:12:14.706Z] #60 ... [2025-05-12T06:12:14.706Z] [2025-05-12T06:12:14.706Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-12T06:12:14.706Z] #0 8.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:14.706Z] #0 9.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:14.981Z] #61 ... [2025-05-12T06:12:14.981Z] [2025-05-12T06:12:14.981Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:14.981Z] #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done [2025-05-12T06:12:14.981Z] #43 ... [2025-05-12T06:12:14.981Z] [2025-05-12T06:12:14.981Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:12:14.981Z] #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.9s done [2025-05-12T06:12:14.981Z] #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-05-12T06:12:14.981Z] #42 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-05-12T06:12:14.981Z] #42 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-05-12T06:12:14.981Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.0s done [2025-05-12T06:12:14.981Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.3s done [2025-05-12T06:12:14.981Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.7s done [2025-05-12T06:12:14.981Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.29MB / 14.28MB 5.3s [2025-05-12T06:12:14.981Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.6s done [2025-05-12T06:12:14.981Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done [2025-05-12T06:12:15.256Z] #42 ... [2025-05-12T06:12:15.256Z] [2025-05-12T06:12:15.256Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-12T06:12:15.256Z] #60 DONE 10.5s [2025-05-12T06:12:15.256Z] [2025-05-12T06:12:15.256Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:12:15.256Z] #42 ... [2025-05-12T06:12:15.256Z] [2025-05-12T06:12:15.256Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:15.256Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 5.2s [2025-05-12T06:12:15.792Z] #43 ... [2025-05-12T06:12:15.792Z] [2025-05-12T06:12:15.792Z] #62 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-12T06:12:15.792Z] #62 ... [2025-05-12T06:12:15.792Z] [2025-05-12T06:12:15.793Z] #63 [security-proxy-auth internal] load build context [2025-05-12T06:12:16.062Z] #63 ... [2025-05-12T06:12:16.062Z] [2025-05-12T06:12:16.062Z] #64 [support-scheduler internal] load build context [2025-05-12T06:12:16.062Z] #64 ... [2025-05-12T06:12:16.062Z] [2025-05-12T06:12:16.062Z] #65 [core-metadata internal] load build context [2025-05-12T06:12:16.333Z] #65 ... [2025-05-12T06:12:16.333Z] [2025-05-12T06:12:16.333Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-05-12T06:12:16.333Z] #58 DONE 12.6s [2025-05-12T06:12:16.333Z] [2025-05-12T06:12:16.333Z] #65 [core-metadata internal] load build context [2025-05-12T06:12:16.333Z] #65 ... [2025-05-12T06:12:16.333Z] [2025-05-12T06:12:16.333Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-12T06:12:16.333Z] #66 ... [2025-05-12T06:12:16.333Z] [2025-05-12T06:12:16.333Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-12T06:12:16.611Z] #67 ... [2025-05-12T06:12:16.611Z] [2025-05-12T06:12:16.611Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-12T06:12:16.611Z] #68 ... [2025-05-12T06:12:16.611Z] [2025-05-12T06:12:16.611Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-12T06:12:16.880Z] #69 ... [2025-05-12T06:12:16.880Z] [2025-05-12T06:12:16.880Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-12T06:12:16.880Z] #70 ... [2025-05-12T06:12:16.880Z] [2025-05-12T06:12:16.880Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:16.880Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.30MB / 33.17MB 7.0s [2025-05-12T06:12:17.172Z] #43 ... [2025-05-12T06:12:17.172Z] [2025-05-12T06:12:17.172Z] #64 [support-scheduler internal] load build context [2025-05-12T06:12:17.172Z] #64 transferring context: 3.22MB 8.7s done [2025-05-12T06:12:17.172Z] #64 DONE 11.3s [2025-05-12T06:12:17.172Z] [2025-05-12T06:12:17.172Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:17.172Z] #43 ... [2025-05-12T06:12:17.172Z] [2025-05-12T06:12:17.172Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-12T06:12:18.560Z] #71 ... [2025-05-12T06:12:18.560Z] [2025-05-12T06:12:18.560Z] #65 [core-metadata internal] load build context [2025-05-12T06:12:18.560Z] #65 transferring context: 3.22MB 8.0s done [2025-05-12T06:12:18.560Z] #65 DONE 11.5s [2025-05-12T06:12:18.560Z] [2025-05-12T06:12:18.560Z] #63 [security-proxy-auth internal] load build context [2025-05-12T06:12:18.560Z] #63 transferring context: 3.22MB 8.4s done [2025-05-12T06:12:18.560Z] #63 DONE 11.5s [2025-05-12T06:12:18.560Z] [2025-05-12T06:12:18.560Z] #57 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-05-12T06:12:18.560Z] #57 13.05 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:18.560Z] #57 13.09 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:18.560Z] #57 13.14 OK: 9 MiB in 15 packages [2025-05-12T06:12:18.560Z] #57 DONE 14.8s [2025-05-12T06:12:18.560Z] [2025-05-12T06:12:18.560Z] #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-05-12T06:12:19.527Z] #72 ... [2025-05-12T06:12:19.527Z] [2025-05-12T06:12:19.527Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-05-12T06:12:19.527Z] #61 13.01 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:19.527Z] #61 13.05 (2/4) Installing openssl (3.3.3-r0) [2025-05-12T06:12:19.527Z] #61 13.09 (3/4) Installing su-exec (0.2-r3) [2025-05-12T06:12:19.527Z] #61 13.09 (4/4) Installing yq-go (4.44.1-r2) [2025-05-12T06:12:19.527Z] #61 13.63 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:19.527Z] #61 13.78 OK: 20 MiB in 18 packages [2025-05-12T06:12:19.527Z] #61 DONE 14.9s [2025-05-12T06:12:19.527Z] [2025-05-12T06:12:19.527Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:19.527Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.96MB / 33.17MB 9.8s [2025-05-12T06:12:19.527Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-05-12T06:12:20.498Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 10.7s [2025-05-12T06:12:20.767Z] #43 ... [2025-05-12T06:12:20.767Z] [2025-05-12T06:12:20.767Z] #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-05-12T06:12:20.767Z] #53 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:20.767Z] #53 13.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:20.767Z] #53 17.43 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:20.767Z] #53 17.43 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:20.767Z] #53 17.54 OK: 9 MiB in 15 packages [2025-05-12T06:12:20.767Z] #53 DONE 18.9s [2025-05-12T06:12:20.767Z] [2025-05-12T06:12:20.767Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:21.732Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.86MB / 33.17MB 11.7s [2025-05-12T06:12:22.000Z] #43 ... [2025-05-12T06:12:22.000Z] [2025-05-12T06:12:22.000Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-05-12T06:12:22.000Z] #56 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:22.000Z] #56 12.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:22.000Z] #56 16.29 (1/4) Installing ca-certificates (20241121-r1) [2025-05-12T06:12:22.000Z] #56 16.56 (2/4) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:22.000Z] #56 16.59 (3/4) Installing su-exec (0.2-r3) [2025-05-12T06:12:22.000Z] #56 16.63 (4/4) Installing yq-go (4.44.1-r2) [2025-05-12T06:12:22.000Z] #56 17.23 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:22.000Z] #56 17.39 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:12:22.000Z] #56 18.03 OK: 20 MiB in 18 packages [2025-05-12T06:12:22.000Z] #56 DONE 19.6s [2025-05-12T06:12:22.000Z] [2025-05-12T06:12:22.000Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:23.128Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.65MB / 33.17MB 12.6s [2025-05-12T06:12:24.126Z] #43 ... [2025-05-12T06:12:24.126Z] [2025-05-12T06:12:24.126Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-12T06:12:24.126Z] #73 ... [2025-05-12T06:12:24.126Z] [2025-05-12T06:12:24.126Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:24.126Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.73MB / 33.17MB 14.2s [2025-05-12T06:12:25.115Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.52MB / 33.17MB 15.2s [2025-05-12T06:12:25.115Z] #43 ... [2025-05-12T06:12:25.115Z] [2025-05-12T06:12:25.115Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:12:25.115Z] #42 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.0s done [2025-05-12T06:12:25.115Z] #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-05-12T06:12:25.383Z] #42 ... [2025-05-12T06:12:25.383Z] [2025-05-12T06:12:25.383Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:25.383Z] #43 ... [2025-05-12T06:12:25.383Z] [2025-05-12T06:12:25.383Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-12T06:12:25.651Z] #74 ... [2025-05-12T06:12:25.651Z] [2025-05-12T06:12:25.651Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-05-12T06:12:25.651Z] #68 DONE 19.3s [2025-05-12T06:12:25.651Z] [2025-05-12T06:12:25.651Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:25.651Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 15.7s [2025-05-12T06:12:26.246Z] #43 ... [2025-05-12T06:12:26.246Z] [2025-05-12T06:12:26.246Z] #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:26.518Z] #75 ... [2025-05-12T06:12:26.518Z] [2025-05-12T06:12:26.518Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:26.792Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 16.8s [2025-05-12T06:12:27.059Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 17.3s [2025-05-12T06:12:27.327Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 17.4s done [2025-05-12T06:12:27.595Z] #43 ... [2025-05-12T06:12:27.595Z] [2025-05-12T06:12:27.595Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-12T06:12:27.595Z] #59 13.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:27.595Z] #59 14.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:27.595Z] #59 18.09 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:12:27.595Z] #59 18.09 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:12:27.595Z] #59 18.09 OK: 24049 distinct packages available [2025-05-12T06:12:27.595Z] #59 18.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:27.595Z] #59 19.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:27.595Z] #59 ... [2025-05-12T06:12:27.595Z] [2025-05-12T06:12:27.595Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-12T06:12:27.595Z] #67 21.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:27.936Z] #144 ... [2025-05-12T06:12:27.936Z] [2025-05-12T06:12:27.936Z] #150 [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-12T06:12:27.936Z] #150 144.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-12T06:12:29.007Z] #67 22.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:29.611Z] #67 ... [2025-05-12T06:12:29.611Z] [2025-05-12T06:12:29.611Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-12T06:12:29.611Z] #76 ... [2025-05-12T06:12:29.611Z] [2025-05-12T06:12:29.611Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-12T06:12:29.611Z] #59 23.48 (1/14) Installing ca-certificates (20241121-r1) [2025-05-12T06:12:29.611Z] #59 23.84 (2/14) Installing brotli-libs (1.1.0-r2) [2025-05-12T06:12:29.611Z] #59 23.92 (3/14) Installing c-ares (1.33.1-r0) [2025-05-12T06:12:29.611Z] #59 23.96 (4/14) Installing libunistring (1.2-r0) [2025-05-12T06:12:29.611Z] #59 24.09 (5/14) Installing libidn2 (2.3.7-r0) [2025-05-12T06:12:29.611Z] #59 24.12 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-05-12T06:12:29.611Z] #59 24.15 (7/14) Installing libpsl (0.21.5-r1) [2025-05-12T06:12:29.611Z] #59 24.25 (8/14) Installing zstd-libs (1.5.6-r0) [2025-05-12T06:12:29.611Z] #59 24.32 (9/14) Installing libcurl (8.12.1-r0) [2025-05-12T06:12:29.611Z] #59 24.38 (10/14) Installing curl (8.12.1-r0) [2025-05-12T06:12:29.611Z] #59 24.42 (11/14) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:29.611Z] #59 24.43 (12/14) Installing musl-obstack (1.2.3-r2) [2025-05-12T06:12:29.611Z] #59 24.51 (13/14) Installing libucontext (1.2-r3) [2025-05-12T06:12:29.611Z] #59 24.61 (14/14) Installing gcompat (1.1.0-r4) [2025-05-12T06:12:29.611Z] #59 24.70 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:29.611Z] #59 24.88 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:12:30.196Z] #59 ... [2025-05-12T06:12:30.196Z] [2025-05-12T06:12:30.196Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-12T06:12:30.196Z] #66 14.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.196Z] #66 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.196Z] #66 18.36 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:12:30.196Z] #66 18.36 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:12:30.196Z] #66 18.36 OK: 24049 distinct packages available [2025-05-12T06:12:30.196Z] #66 19.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.196Z] #66 19.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.469Z] #66 ... [2025-05-12T06:12:30.469Z] [2025-05-12T06:12:30.469Z] #62 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-12T06:12:30.469Z] #62 14.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.469Z] #62 15.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.469Z] #62 18.90 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:12:30.469Z] #62 18.90 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:12:30.469Z] #62 18.90 OK: 24049 distinct packages available [2025-05-12T06:12:30.469Z] #62 19.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.469Z] #62 20.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.469Z] #62 ... [2025-05-12T06:12:30.469Z] [2025-05-12T06:12:30.469Z] #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-05-12T06:12:30.469Z] #72 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.740Z] #72 ... [2025-05-12T06:12:30.740Z] [2025-05-12T06:12:30.740Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-05-12T06:12:30.740Z] #69 17.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.740Z] #69 18.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:30.740Z] #69 22.70 OK: 239 MiB in 58 packages [2025-05-12T06:12:30.740Z] #69 DONE 24.4s [2025-05-12T06:12:30.740Z] [2025-05-12T06:12:30.740Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:30.740Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.1s [2025-05-12T06:12:31.007Z] #43 ... [2025-05-12T06:12:31.007Z] [2025-05-12T06:12:31.007Z] #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:31.007Z] #77 ... [2025-05-12T06:12:31.007Z] [2025-05-12T06:12:31.007Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-12T06:12:31.007Z] #59 26.63 OK: 15 MiB in 28 packages [2025-05-12T06:12:31.600Z] #59 ... [2025-05-12T06:12:31.600Z] [2025-05-12T06:12:31.600Z] #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:12:31.600Z] #78 DONE 0.8s [2025-05-12T06:12:31.600Z] [2025-05-12T06:12:31.600Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:32.185Z] #43 ... [2025-05-12T06:12:32.185Z] [2025-05-12T06:12:32.185Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-12T06:12:32.185Z] #79 ... [2025-05-12T06:12:32.185Z] [2025-05-12T06:12:32.185Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:33.599Z] #43 ... [2025-05-12T06:12:33.599Z] [2025-05-12T06:12:33.599Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-05-12T06:12:33.599Z] #59 DONE 28.8s [2025-05-12T06:12:33.599Z] [2025-05-12T06:12:33.599Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:35.554Z] #43 ... [2025-05-12T06:12:35.554Z] [2025-05-12T06:12:35.554Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-12T06:12:35.554Z] #0 7.525 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:35.554Z] #0 9.543 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:35.824Z] #80 ... [2025-05-12T06:12:35.824Z] [2025-05-12T06:12:35.824Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-05-12T06:12:35.824Z] #66 26.12 (1/4) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:35.824Z] #66 26.15 (2/4) Installing musl-obstack (1.2.3-r2) [2025-05-12T06:12:35.824Z] #66 26.18 (3/4) Installing libucontext (1.2-r3) [2025-05-12T06:12:35.824Z] #66 26.21 (4/4) Installing gcompat (1.1.0-r4) [2025-05-12T06:12:35.824Z] #66 26.29 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:35.824Z] #66 26.48 OK: 9 MiB in 18 packages [2025-05-12T06:12:35.824Z] #66 DONE 29.7s [2025-05-12T06:12:35.824Z] [2025-05-12T06:12:35.824Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:35.824Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.2s [2025-05-12T06:12:35.824Z] #43 ... [2025-05-12T06:12:35.824Z] [2025-05-12T06:12:35.824Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:12:35.824Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.0s [2025-05-12T06:12:36.411Z] #42 ... [2025-05-12T06:12:36.411Z] [2025-05-12T06:12:36.411Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:36.678Z] #43 ... [2025-05-12T06:12:36.678Z] [2025-05-12T06:12:36.678Z] #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:12:36.678Z] #47 20.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:36.678Z] #47 21.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:36.945Z] #47 ... [2025-05-12T06:12:36.945Z] [2025-05-12T06:12:36.945Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:37.927Z] #43 ... [2025-05-12T06:12:37.927Z] [2025-05-12T06:12:37.927Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-12T06:12:37.927Z] #70 21.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:37.927Z] #70 22.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:37.927Z] #70 ... [2025-05-12T06:12:37.927Z] [2025-05-12T06:12:37.927Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:38.510Z] #43 ... [2025-05-12T06:12:38.510Z] [2025-05-12T06:12:38.510Z] #62 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-05-12T06:12:38.510Z] #62 28.35 (1/5) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:38.510Z] #62 28.38 (2/5) Installing musl-obstack (1.2.3-r2) [2025-05-12T06:12:38.510Z] #62 28.40 (3/5) Installing libucontext (1.2-r3) [2025-05-12T06:12:38.510Z] #62 28.46 (4/5) Installing gcompat (1.1.0-r4) [2025-05-12T06:12:38.510Z] #62 28.49 (5/5) Installing openssl (3.3.3-r0) [2025-05-12T06:12:38.510Z] #62 28.89 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:38.510Z] #62 29.20 OK: 10 MiB in 19 packages [2025-05-12T06:12:38.510Z] #62 DONE 32.9s [2025-05-12T06:12:38.510Z] [2025-05-12T06:12:38.510Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:39.094Z] #43 ... [2025-05-12T06:12:39.094Z] [2025-05-12T06:12:39.094Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-12T06:12:39.094Z] #71 21.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:39.094Z] #71 23.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:39.094Z] #71 ... [2025-05-12T06:12:39.094Z] [2025-05-12T06:12:39.094Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:40.499Z] #43 ... [2025-05-12T06:12:40.499Z] [2025-05-12T06:12:40.499Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-12T06:12:40.499Z] #74 14.80 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.499Z] #74 16.59 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.499Z] #74 ... [2025-05-12T06:12:40.499Z] [2025-05-12T06:12:40.499Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-12T06:12:40.499Z] #73 16.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.499Z] #73 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.499Z] #73 ... [2025-05-12T06:12:40.499Z] [2025-05-12T06:12:40.499Z] #46 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:12:40.499Z] #46 24.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.499Z] #46 26.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.764Z] #46 ... [2025-05-12T06:12:40.764Z] [2025-05-12T06:12:40.764Z] #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:40.764Z] #75 14.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.764Z] #75 16.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:40.764Z] #75 ... [2025-05-12T06:12:40.764Z] [2025-05-12T06:12:40.764Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-12T06:12:40.764Z] #71 33.56 (1/3) Installing ca-certificates (20241121-r1) [2025-05-12T06:12:41.347Z] #71 ... [2025-05-12T06:12:41.347Z] [2025-05-12T06:12:41.347Z] #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:41.347Z] #77 10.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:41.347Z] #77 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:41.347Z] #77 ... [2025-05-12T06:12:41.347Z] [2025-05-12T06:12:41.347Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-12T06:12:41.347Z] #76 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:41.347Z] #76 14.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:41.347Z] #76 ... [2025-05-12T06:12:41.347Z] [2025-05-12T06:12:41.347Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-12T06:12:41.347Z] #71 34.23 (2/3) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:41.613Z] #71 34.28 (3/3) Installing tzdata (2025b-r0) [2025-05-12T06:12:41.613Z] #71 ... [2025-05-12T06:12:41.613Z] [2025-05-12T06:12:41.613Z] #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:12:41.613Z] #81 ... [2025-05-12T06:12:41.613Z] [2025-05-12T06:12:41.613Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:41.613Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.9s [2025-05-12T06:12:41.880Z] #43 ... [2025-05-12T06:12:41.880Z] [2025-05-12T06:12:41.880Z] #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:12:41.880Z] #47 34.01 OK: 239 MiB in 58 packages [2025-05-12T06:12:41.880Z] #47 DONE 35.8s [2025-05-12T06:12:41.880Z] [2025-05-12T06:12:41.880Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:42.462Z] #43 ... [2025-05-12T06:12:42.462Z] [2025-05-12T06:12:42.462Z] #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:12:42.462Z] #82 DONE 0.7s [2025-05-12T06:12:42.462Z] [2025-05-12T06:12:42.462Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:42.462Z] #43 ... [2025-05-12T06:12:42.462Z] [2025-05-12T06:12:42.462Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-12T06:12:42.462Z] #79 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:42.462Z] #79 13.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:42.733Z] #79 ... [2025-05-12T06:12:42.733Z] [2025-05-12T06:12:42.733Z] #72 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-05-12T06:12:42.733Z] #72 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:42.832Z] #150 DONE 158.5s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-12T06:12:42.832Z] #152 DONE 158.5s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-12T06:12:42.832Z] #143 DONE 158.5s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-12T06:12:42.832Z] #144 DONE 158.5s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-12T06:12:42.832Z] #147 DONE 158.5s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-12T06:12:42.832Z] #145 DONE 158.5s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-12T06:12:42.832Z] #153 DONE 158.6s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #172 ... [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:12:42.832Z] #149 DONE 158.6s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-12T06:12:42.832Z] #151 DONE 158.7s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:12:42.832Z] #148 DONE 158.7s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #172 DONE 0.2s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #173 ... [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #174 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #175 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #175 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #176 DONE 0.2s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #177 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #177 DONE 0.2s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #178 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #178 DONE 0.2s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #179 DONE 0.2s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #180 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #180 ... [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #173 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #181 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #181 CACHED [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #182 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #182 CACHED [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #183 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #183 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #184 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #184 CACHED [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:42.832Z] #185 CACHED [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #186 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #186 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #187 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #187 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #188 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-12T06:12:42.832Z] #188 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #189 DONE 0.4s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:42.832Z] #190 DONE 0.3s [2025-05-12T06:12:42.832Z] [2025-05-12T06:12:42.832Z] #191 [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-12T06:12:43.007Z] #72 ... [2025-05-12T06:12:43.007Z] [2025-05-12T06:12:43.007Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:43.276Z] #43 ... [2025-05-12T06:12:43.276Z] [2025-05-12T06:12:43.276Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-05-12T06:12:43.276Z] #67 34.55 OK: 239 MiB in 58 packages [2025-05-12T06:12:43.276Z] #67 DONE 37.0s [2025-05-12T06:12:43.276Z] [2025-05-12T06:12:43.276Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:43.276Z] #43 ... [2025-05-12T06:12:43.276Z] [2025-05-12T06:12:43.276Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:43.276Z] #0 5.688 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:43.276Z] #0 7.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:43.476Z] #191 ... [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #180 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:12:43.476Z] #180 DONE 1.0s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #192 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-12T06:12:43.476Z] #192 DONE 0.8s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-12T06:12:43.476Z] #193 DONE 0.8s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #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-12T06:12:43.476Z] #194 DONE 0.8s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #195 [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-12T06:12:43.476Z] #195 DONE 0.9s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-12T06:12:43.476Z] #196 DONE 0.8s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-12T06:12:43.476Z] #197 DONE 0.8s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-12T06:12:43.476Z] #198 DONE 0.9s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #199 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:12:43.476Z] #199 DONE 0.8s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #191 [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-12T06:12:43.476Z] #191 DONE 0.8s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #200 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:12:43.476Z] #200 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #201 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:12:43.476Z] #201 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #202 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:12:43.476Z] #202 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-12T06:12:43.476Z] #203 ... [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #204 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:12:43.476Z] #204 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #205 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-12T06:12:43.476Z] #205 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #206 [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-12T06:12:43.476Z] #206 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-12T06:12:43.476Z] #207 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #208 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-12T06:12:43.476Z] #208 DONE 0.2s [2025-05-12T06:12:43.476Z] [2025-05-12T06:12:43.476Z] #209 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-05-12T06:12:43.476Z] #209 DONE 0.2s [2025-05-12T06:12:43.543Z] #83 ... [2025-05-12T06:12:43.543Z] [2025-05-12T06:12:43.543Z] #84 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:12:43.736Z] [2025-05-12T06:12:43.736Z] #102 [security-spiffe-token-provider] exporting to image [2025-05-12T06:12:43.736Z] #102 exporting layers 0.2s done [2025-05-12T06:12:43.736Z] #102 ... [2025-05-12T06:12:43.736Z] [2025-05-12T06:12:43.736Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-12T06:12:43.736Z] #203 DONE 0.4s [2025-05-12T06:12:43.995Z] [2025-05-12T06:12:43.995Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-12T06:12:43.995Z] #210 DONE 0.4s [2025-05-12T06:12:43.995Z] [2025-05-12T06:12:43.995Z] #211 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-12T06:12:43.995Z] #211 DONE 0.4s [2025-05-12T06:12:43.995Z] [2025-05-12T06:12:43.995Z] #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:12:43.995Z] #212 DONE 0.3s [2025-05-12T06:12:43.995Z] [2025-05-12T06:12:43.995Z] #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-12T06:12:43.995Z] #213 DONE 0.4s [2025-05-12T06:12:43.995Z] [2025-05-12T06:12:43.995Z] #214 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-12T06:12:43.995Z] #214 ... [2025-05-12T06:12:43.995Z] [2025-05-12T06:12:43.995Z] #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:12:43.995Z] #215 DONE 0.1s [2025-05-12T06:12:44.124Z] #84 DONE 0.5s [2025-05-12T06:12:44.124Z] [2025-05-12T06:12:44.124Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:44.254Z] [2025-05-12T06:12:44.254Z] #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-12T06:12:44.254Z] #216 DONE 0.2s [2025-05-12T06:12:44.254Z] [2025-05-12T06:12:44.254Z] #217 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-12T06:12:44.254Z] #217 DONE 0.2s [2025-05-12T06:12:44.254Z] [2025-05-12T06:12:44.254Z] #102 [core-data] exporting to image [2025-05-12T06:12:44.254Z] #102 exporting layers 0.7s done [2025-05-12T06:12:44.254Z] #102 writing image sha256:5bc09daba8d9fec4631b4940037992a36547aa303c72a8e69d6248bc6790094a 0.0s done [2025-05-12T06:12:44.254Z] #102 naming to docker.io/library/core-keeper done [2025-05-12T06:12:44.254Z] #102 writing image sha256:04743db49620a69775766df45f4abf6e63042cb758bf7cc4135c6f45640f8ecf 0.0s done [2025-05-12T06:12:44.254Z] #102 naming to docker.io/library/core-command done [2025-05-12T06:12:44.254Z] #102 writing image sha256:6f92f69ccd799a23871ec4d6f2386fce8cf998a5c008899113518556489bf3f0 0.1s done [2025-05-12T06:12:44.254Z] #102 naming to docker.io/library/core-data done [2025-05-12T06:12:44.254Z] #102 writing image sha256:42d102c349e9c63271e1f15cc360f47875d4e871e2d270862de72e42988666fc [2025-05-12T06:12:44.254Z] #102 writing image sha256:7203a64d10083d81805855692266ffd05b5f7893874909ae06dec97f1bff8032 [2025-05-12T06:12:44.254Z] #102 writing image sha256:42d102c349e9c63271e1f15cc360f47875d4e871e2d270862de72e42988666fc done [2025-05-12T06:12:44.254Z] #102 writing image sha256:7203a64d10083d81805855692266ffd05b5f7893874909ae06dec97f1bff8032 done [2025-05-12T06:12:44.254Z] #102 naming to docker.io/library/security-spiffe-token-provider done [2025-05-12T06:12:44.254Z] #102 naming to docker.io/library/support-scheduler done [2025-05-12T06:12:44.513Z] #102 ... [2025-05-12T06:12:44.513Z] [2025-05-12T06:12:44.513Z] #214 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-12T06:12:44.513Z] #214 DONE 0.6s [2025-05-12T06:12:44.513Z] [2025-05-12T06:12:44.513Z] #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-12T06:12:44.513Z] #218 DONE 0.4s [2025-05-12T06:12:44.513Z] [2025-05-12T06:12:44.513Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-12T06:12:44.513Z] #219 DONE 0.1s [2025-05-12T06:12:44.513Z] [2025-05-12T06:12:44.513Z] #102 [support-notifications] exporting to image [2025-05-12T06:12:44.513Z] #102 exporting layers 0.4s done [2025-05-12T06:12:44.513Z] #102 writing image sha256:1a4ab13630b16e630c4d12a7d8572971896066c46fac2b6239c446a6bf9adab9 done [2025-05-12T06:12:44.513Z] #102 naming to docker.io/library/core-metadata done [2025-05-12T06:12:44.513Z] #102 writing image sha256:f178fa47c9bcb44dd770d2298d2ea9579b6063cae2d962bc5b47b3b125deaa40 done [2025-05-12T06:12:44.513Z] #102 naming to docker.io/library/support-notifications done [2025-05-12T06:12:44.770Z] #102 ... [2025-05-12T06:12:44.770Z] [2025-05-12T06:12:44.770Z] #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-12T06:12:44.770Z] #220 DONE 0.6s [2025-05-12T06:12:44.770Z] [2025-05-12T06:12:44.770Z] #102 [security-proxy-setup] exporting to image [2025-05-12T06:12:45.028Z] #102 exporting layers 0.2s done [2025-05-12T06:12:45.028Z] #102 writing image sha256:84160ed124a9863f6e8281dac604d49aeeeb9de58256257a412a4522dd2654ab done [2025-05-12T06:12:45.028Z] #102 naming to docker.io/library/security-proxy-setup done [2025-05-12T06:12:45.028Z] #102 ... [2025-05-12T06:12:45.028Z] [2025-05-12T06:12:45.028Z] #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-12T06:12:45.028Z] #221 DONE 0.5s [2025-05-12T06:12:45.028Z] [2025-05-12T06:12:45.028Z] #102 [security-secretstore-setup] exporting to image [2025-05-12T06:12:45.287Z] #102 exporting layers 0.3s done [2025-05-12T06:12:45.287Z] #102 writing image sha256:3d91d691b9c71aedc0ea952cae2c25f2cd7140f52029c889dad223d53ff06d68 done [2025-05-12T06:12:45.287Z] #102 naming to docker.io/library/security-proxy-auth done [2025-05-12T06:12:45.287Z] #102 writing image sha256:2b13562899e3a2f0966f0e17eadc461b21731b7e0b2f9943b3b5d22968886a39 done [2025-05-12T06:12:45.287Z] #102 naming to docker.io/library/security-secretstore-setup done [2025-05-12T06:12:45.287Z] #102 DONE 4.8s [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:12:45.287Z] time="2025-05-12T06:08:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-12T06:12:45.284Z] $ docker stop --time=1 72f3418351fbd15428a872285b1979e7cb7e29eacd7466465619fe280210896d [2025-05-12T06:12:46.065Z] #43 ... [2025-05-12T06:12:46.065Z] [2025-05-12T06:12:46.065Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-12T06:12:46.065Z] #0 4.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:46.065Z] #0 6.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:46.065Z] #85 ... [2025-05-12T06:12:46.065Z] [2025-05-12T06:12:46.065Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:46.065Z] #43 ... [2025-05-12T06:12:46.065Z] [2025-05-12T06:12:46.065Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-05-12T06:12:46.065Z] #73 29.78 OK: 9 MiB in 16 packages [2025-05-12T06:12:46.065Z] #73 DONE 32.1s [2025-05-12T06:12:46.340Z] [2025-05-12T06:12:46.340Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-05-12T06:12:46.340Z] #76 24.91 OK: 20 MiB in 18 packages [2025-05-12T06:12:46.340Z] #76 DONE 26.6s [2025-05-12T06:12:46.340Z] [2025-05-12T06:12:46.340Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-12T06:12:46.340Z] #86 ... [2025-05-12T06:12:46.340Z] [2025-05-12T06:12:46.340Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:12:46.340Z] #42 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.6s done [2025-05-12T06:12:46.554Z] $ docker rm -f --volumes 72f3418351fbd15428a872285b1979e7cb7e29eacd7466465619fe280210896d [2025-05-12T06:12:46.613Z] #42 ... [2025-05-12T06:12:46.613Z] [2025-05-12T06:12:46.613Z] #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-05-12T06:12:46.613Z] #86 DONE 0.4s [2025-05-12T06:12:46.613Z] [2025-05-12T06:12:46.613Z] #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-12T06:12:46.879Z] #87 ... [2025-05-12T06:12:46.880Z] [2025-05-12T06:12:46.880Z] #72 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade [2025-05-12T06:12:46.880Z] #72 27.66 OK: 9 MiB in 15 packages [2025-05-12T06:12:46.880Z] #72 DONE 29.7s [2025-05-12T06:12:46.880Z] [2025-05-12T06:12:46.880Z] #75 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:46.880Z] #75 28.20 OK: 14 MiB in 21 packages [2025-05-12T06:12:46.880Z] #75 DONE 30.6s [2025-05-12T06:12:46.880Z] [2025-05-12T06:12:46.880Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-12T06:12:46.880Z] #79 24.90 OK: 20 MiB in 18 packages [2025-05-12T06:12:46.920Z] + docker images [2025-05-12T06:12:46.920Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-12T06:12:46.920Z] security-proxy-auth latest 3d91d691b9c7 2 seconds ago 31.4MB [2025-05-12T06:12:46.920Z] security-proxy-setup latest 84160ed124a9 2 seconds ago 38.3MB [2025-05-12T06:12:46.920Z] security-secretstore-setup latest 2b13562899e3 2 seconds ago 68MB [2025-05-12T06:12:46.920Z] support-scheduler latest 7203a64d1008 3 seconds ago 48.4MB [2025-05-12T06:12:46.920Z] core-keeper latest 5bc09daba8d9 3 seconds ago 32.2MB [2025-05-12T06:12:46.920Z] support-notifications latest f178fa47c9bc 3 seconds ago 52MB [2025-05-12T06:12:46.920Z] core-data latest 6f92f69ccd79 3 seconds ago 32.5MB [2025-05-12T06:12:46.920Z] security-spiffe-token-provider latest 42d102c349e9 3 seconds ago 47.2MB [2025-05-12T06:12:46.920Z] core-command latest 04743db49620 3 seconds ago 28MB [2025-05-12T06:12:46.920Z] core-metadata latest 1a4ab13630b1 3 seconds ago 32.7MB [2025-05-12T06:12:46.920Z] security-bootstrapper latest 2fa68c7012e6 About a minute ago 20.3MB [2025-05-12T06:12:46.920Z] core-common-config-bootstrapper latest 3fa2fb6e78f8 About a minute ago 17.1MB [2025-05-12T06:12:46.920Z] security-spire-config latest a8467ac0fdb0 3 minutes ago 149MB [2025-05-12T06:12:46.920Z] security-spire-server latest c1dee4f5ef58 3 minutes ago 149MB [2025-05-12T06:12:46.920Z] security-spire-agent latest 1d6f90898189 3 minutes ago 195MB [2025-05-12T06:12:46.920Z] ci-base-image-x86_64 latest 924194f75a1d 7 minutes ago 925MB [2025-05-12T06:12:46.920Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 4 weeks ago 574MB [2025-05-12T06:12:46.920Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 23 months ago 334MB [2025-05-12T06:12:46.920Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:12:47.077Z] provisioning config files... [2025-05-12T06:12:47.088Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config4410847816993483994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:12:47.393Z] ---> ****-login.sh [2025-05-12T06:12:47.393Z] nexus3.edgexfoundry.org:10001 [2025-05-12T06:12:47.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:12:47.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:12:47.393Z] Configure a credential helper to remove this warning. See [2025-05-12T06:12:47.394Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:12:47.394Z] [2025-05-12T06:12:47.394Z] Login Succeeded [2025-05-12T06:12:47.394Z] nexus3.edgexfoundry.org:10002 [2025-05-12T06:12:47.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:12:47.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:12:47.394Z] Configure a credential helper to remove this warning. See [2025-05-12T06:12:47.394Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:12:47.394Z] [2025-05-12T06:12:47.394Z] Login Succeeded [2025-05-12T06:12:47.394Z] nexus3.edgexfoundry.org:10003 [2025-05-12T06:12:47.467Z] #79 ... [2025-05-12T06:12:47.468Z] [2025-05-12T06:12:47.468Z] #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:47.468Z] #77 23.76 OK: 9 MiB in 15 packages [2025-05-12T06:12:47.468Z] #77 DONE 26.4s [2025-05-12T06:12:47.468Z] [2025-05-12T06:12:47.468Z] #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:47.468Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.6s done [2025-05-12T06:12:47.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:12:47.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:12:47.653Z] Configure a credential helper to remove this warning. See [2025-05-12T06:12:47.653Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:12:47.653Z] [2025-05-12T06:12:47.653Z] Login Succeeded [2025-05-12T06:12:47.654Z] nexus3.edgexfoundry.org:10004 [2025-05-12T06:12:47.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:12:47.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:12:47.654Z] Configure a credential helper to remove this warning. See [2025-05-12T06:12:47.654Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:12:47.654Z] [2025-05-12T06:12:47.654Z] Login Succeeded [2025-05-12T06:12:47.654Z] ****.io [2025-05-12T06:12:47.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:12:47.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:12:47.913Z] Configure a credential helper to remove this warning. See [2025-05-12T06:12:47.913Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:12:47.913Z] [2025-05-12T06:12:47.913Z] Login Succeeded [2025-05-12T06:12:47.913Z] ---> ****-login.sh ends [Pipeline] } [2025-05-12T06:12:47.920Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:12:47.976Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-12T06:12:48.011Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-05-12T06:12:48.011Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:48.011Z] latest [2025-05-12T06:12:48.011Z] 4.1.0-dev.10 [2025-05-12T06:12:48.011Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:12:48.011Z] main [2025-05-12T06:12:48.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:48.369Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:48.447Z] #43 ... [2025-05-12T06:12:48.447Z] [2025-05-12T06:12:48.447Z] #46 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-05-12T06:12:48.447Z] #46 39.19 OK: 239 MiB in 58 packages [2025-05-12T06:12:48.447Z] #46 DONE 43.0s [2025-05-12T06:12:48.447Z] [2025-05-12T06:12:48.447Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-05-12T06:12:48.447Z] #71 36.43 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:48.447Z] #71 36.65 Executing ca-certificates-20241121-r1.trigger [2025-05-12T06:12:48.447Z] #71 38.50 OK: 11 MiB in 17 packages [2025-05-12T06:12:48.447Z] #71 DONE 41.3s [2025-05-12T06:12:48.447Z] [2025-05-12T06:12:48.447Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:12:48.695Z] + docker push nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:48.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-12T06:12:48.695Z] f3c5d81a203a: Preparing [2025-05-12T06:12:48.695Z] 52c7ae0664ee: Preparing [2025-05-12T06:12:48.695Z] 099b32bf1031: Preparing [2025-05-12T06:12:48.695Z] 739a764237d5: Preparing [2025-05-12T06:12:48.695Z] 2652acbebf60: Preparing [2025-05-12T06:12:48.695Z] b98f8b1ff336: Preparing [2025-05-12T06:12:48.695Z] 994456c4fd7b: Preparing [2025-05-12T06:12:48.695Z] 994456c4fd7b: Waiting [2025-05-12T06:12:48.695Z] b98f8b1ff336: Waiting [2025-05-12T06:12:48.695Z] 099b32bf1031: Pushed [2025-05-12T06:12:48.695Z] 2652acbebf60: Pushed [2025-05-12T06:12:48.695Z] 739a764237d5: Pushed [2025-05-12T06:12:48.695Z] f3c5d81a203a: Pushed [2025-05-12T06:12:48.695Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:48.695Z] b98f8b1ff336: Pushed [2025-05-12T06:12:48.715Z] #43 ... [2025-05-12T06:12:48.715Z] [2025-05-12T06:12:48.715Z] #88 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-05-12T06:12:48.715Z] #0 4.936 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:48.715Z] #0 7.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:48.715Z] #88 ... [2025-05-12T06:12:48.715Z] [2025-05-12T06:12:48.715Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:48.988Z] #89 ... [2025-05-12T06:12:48.988Z] [2025-05-12T06:12:48.988Z] #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-05-12T06:12:48.988Z] #79 DONE 26.9s [2025-05-12T06:12:49.258Z] [2025-05-12T06:12:49.258Z] #90 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:12:49.258Z] #90 ... [2025-05-12T06:12:49.258Z] [2025-05-12T06:12:49.258Z] #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-05-12T06:12:49.258Z] #80 21.82 OK: 239 MiB in 58 packages [2025-05-12T06:12:49.258Z] #80 DONE 23.7s [2025-05-12T06:12:49.535Z] [2025-05-12T06:12:49.535Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-05-12T06:12:49.535Z] #74 29.44 (1/1) Installing dumb-init (1.2.5-r3) [2025-05-12T06:12:49.535Z] #74 30.20 Executing busybox-1.36.1-r29.trigger [2025-05-12T06:12:49.535Z] #74 30.64 OK: 9 MiB in 15 packages [2025-05-12T06:12:49.535Z] #74 DONE 34.1s [2025-05-12T06:12:49.535Z] [2025-05-12T06:12:49.535Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-12T06:12:50.118Z] #91 ... [2025-05-12T06:12:50.118Z] [2025-05-12T06:12:50.118Z] #90 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:12:50.118Z] #90 DONE 1.7s [2025-05-12T06:12:50.118Z] [2025-05-12T06:12:50.118Z] #92 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:12:50.395Z] #92 ... [2025-05-12T06:12:50.395Z] [2025-05-12T06:12:50.395Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-12T06:12:50.395Z] #70 34.12 v3.20.6-123-g69369a13792 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-05-12T06:12:50.395Z] #70 34.12 v3.20.6-118-g155f6933c0f [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-05-12T06:12:50.395Z] #70 34.12 OK: 24049 distinct packages available [2025-05-12T06:12:50.395Z] #70 36.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:50.395Z] #70 38.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:50.600Z] 52c7ae0664ee: Pushed [2025-05-12T06:12:50.662Z] #70 ... [2025-05-12T06:12:50.662Z] [2025-05-12T06:12:50.662Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-05-12T06:12:50.662Z] #91 DONE 1.4s [2025-05-12T06:12:50.662Z] [2025-05-12T06:12:50.662Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:12:50.662Z] #93 ... [2025-05-12T06:12:50.662Z] [2025-05-12T06:12:50.662Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:50.662Z] #83 17.31 OK: 15 MiB in 28 packages [2025-05-12T06:12:50.859Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:51.186Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:51.505Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-12T06:12:51.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-12T06:12:51.505Z] f3c5d81a203a: Preparing [2025-05-12T06:12:51.505Z] 52c7ae0664ee: Preparing [2025-05-12T06:12:51.505Z] 099b32bf1031: Preparing [2025-05-12T06:12:51.505Z] 739a764237d5: Preparing [2025-05-12T06:12:51.505Z] 2652acbebf60: Preparing [2025-05-12T06:12:51.505Z] b98f8b1ff336: Preparing [2025-05-12T06:12:51.505Z] 994456c4fd7b: Preparing [2025-05-12T06:12:51.505Z] 994456c4fd7b: Waiting [2025-05-12T06:12:51.505Z] b98f8b1ff336: Waiting [2025-05-12T06:12:51.505Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:51.505Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:51.505Z] f3c5d81a203a: Layer already exists [2025-05-12T06:12:51.505Z] 739a764237d5: Layer already exists [2025-05-12T06:12:51.505Z] 52c7ae0664ee: Layer already exists [2025-05-12T06:12:51.505Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:51.505Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:51.505Z] latest: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:51.826Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:52.174Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 [2025-05-12T06:12:52.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-12T06:12:52.174Z] f3c5d81a203a: Preparing [2025-05-12T06:12:52.174Z] 52c7ae0664ee: Preparing [2025-05-12T06:12:52.174Z] 099b32bf1031: Preparing [2025-05-12T06:12:52.174Z] 739a764237d5: Preparing [2025-05-12T06:12:52.174Z] 2652acbebf60: Preparing [2025-05-12T06:12:52.174Z] b98f8b1ff336: Preparing [2025-05-12T06:12:52.174Z] 994456c4fd7b: Preparing [2025-05-12T06:12:52.174Z] b98f8b1ff336: Waiting [2025-05-12T06:12:52.174Z] 994456c4fd7b: Waiting [2025-05-12T06:12:52.174Z] 739a764237d5: Layer already exists [2025-05-12T06:12:52.174Z] 52c7ae0664ee: Layer already exists [2025-05-12T06:12:52.174Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:52.174Z] f3c5d81a203a: Layer already exists [2025-05-12T06:12:52.174Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:52.174Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:52.174Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:52.174Z] 4.1.0-dev.10: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:52.510Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:52.604Z] #83 DONE 18.9s [2025-05-12T06:12:52.604Z] [2025-05-12T06:12:52.604Z] #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-05-12T06:12:52.604Z] #85 15.55 OK: 9 MiB in 18 packages [2025-05-12T06:12:52.604Z] #85 DONE 16.6s [2025-05-12T06:12:52.604Z] [2025-05-12T06:12:52.604Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:12:52.604Z] #94 ... [2025-05-12T06:12:52.604Z] [2025-05-12T06:12:52.604Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:12:52.834Z] + docker push nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:12:52.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-12T06:12:52.835Z] f3c5d81a203a: Preparing [2025-05-12T06:12:52.835Z] 52c7ae0664ee: Preparing [2025-05-12T06:12:52.835Z] 099b32bf1031: Preparing [2025-05-12T06:12:52.835Z] 739a764237d5: Preparing [2025-05-12T06:12:52.835Z] 2652acbebf60: Preparing [2025-05-12T06:12:52.835Z] b98f8b1ff336: Preparing [2025-05-12T06:12:52.835Z] 994456c4fd7b: Preparing [2025-05-12T06:12:52.835Z] b98f8b1ff336: Waiting [2025-05-12T06:12:52.835Z] 994456c4fd7b: Waiting [2025-05-12T06:12:52.835Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:52.835Z] f3c5d81a203a: Layer already exists [2025-05-12T06:12:52.835Z] 739a764237d5: Layer already exists [2025-05-12T06:12:52.835Z] 52c7ae0664ee: Layer already exists [2025-05-12T06:12:52.835Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:52.835Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:52.835Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:52.835Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:53.160Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [2025-05-12T06:12:53.182Z] #95 ... [2025-05-12T06:12:53.182Z] [2025-05-12T06:12:53.182Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-12T06:12:53.182Z] #70 46.85 OK: 239 MiB in 58 packages [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:53.449Z] #70 ... [2025-05-12T06:12:53.449Z] [2025-05-12T06:12:53.449Z] #87 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-05-12T06:12:53.449Z] #87 DONE 7.3s [2025-05-12T06:12:53.480Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-05-12T06:12:53.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-05-12T06:12:53.480Z] f3c5d81a203a: Preparing [2025-05-12T06:12:53.480Z] 52c7ae0664ee: Preparing [2025-05-12T06:12:53.480Z] 099b32bf1031: Preparing [2025-05-12T06:12:53.480Z] 739a764237d5: Preparing [2025-05-12T06:12:53.480Z] 2652acbebf60: Preparing [2025-05-12T06:12:53.480Z] b98f8b1ff336: Preparing [2025-05-12T06:12:53.480Z] 994456c4fd7b: Preparing [2025-05-12T06:12:53.480Z] b98f8b1ff336: Waiting [2025-05-12T06:12:53.480Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:53.480Z] 739a764237d5: Layer already exists [2025-05-12T06:12:53.480Z] 52c7ae0664ee: Layer already exists [2025-05-12T06:12:53.480Z] f3c5d81a203a: Layer already exists [2025-05-12T06:12:53.480Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:53.480Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:53.480Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:53.480Z] main: digest: sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:12:53.545Z] ===================================================== [Pipeline] echo [2025-05-12T06:12:53.566Z] taggedImages: [2025-05-12T06:12:53.566Z] - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:53.566Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-12T06:12:53.566Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 [2025-05-12T06:12:53.566Z] - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:12:53.566Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-05-12T06:12:53.595Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-05-12T06:12:53.595Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:53.595Z] latest [2025-05-12T06:12:53.595Z] 4.1.0-dev.10 [2025-05-12T06:12:53.595Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:12:53.595Z] main [2025-05-12T06:12:53.595Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:53.720Z] [2025-05-12T06:12:53.720Z] #88 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-05-12T06:12:53.720Z] #88 14.92 OK: 10 MiB in 19 packages [2025-05-12T06:12:53.720Z] #88 ... [2025-05-12T06:12:53.720Z] [2025-05-12T06:12:53.720Z] #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-05-12T06:12:53.720Z] #96 DONE 0.4s [2025-05-12T06:12:53.948Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [2025-05-12T06:12:53.988Z] [2025-05-12T06:12:53.988Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:12:53.988Z] #94 ... [2025-05-12T06:12:53.988Z] [2025-05-12T06:12:53.988Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-05-12T06:12:53.988Z] #70 DONE 47.8s [Pipeline] { [Pipeline] sh [2025-05-12T06:12:54.254Z] [2025-05-12T06:12:54.254Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:12:54.254Z] #89 5.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-05-12T06:12:54.273Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:54.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-12T06:12:54.273Z] b75570e9c44b: Preparing [2025-05-12T06:12:54.273Z] 792fca180e85: Preparing [2025-05-12T06:12:54.273Z] 9f5d4c869274: Preparing [2025-05-12T06:12:54.273Z] bba97decd366: Preparing [2025-05-12T06:12:54.273Z] 099b32bf1031: Preparing [2025-05-12T06:12:54.273Z] 739a764237d5: Preparing [2025-05-12T06:12:54.273Z] 2652acbebf60: Preparing [2025-05-12T06:12:54.273Z] b98f8b1ff336: Preparing [2025-05-12T06:12:54.273Z] 994456c4fd7b: Preparing [2025-05-12T06:12:54.273Z] 739a764237d5: Waiting [2025-05-12T06:12:54.273Z] 2652acbebf60: Waiting [2025-05-12T06:12:54.273Z] b98f8b1ff336: Waiting [2025-05-12T06:12:54.273Z] 994456c4fd7b: Waiting [2025-05-12T06:12:54.273Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:54.273Z] 739a764237d5: Layer already exists [2025-05-12T06:12:54.273Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:54.273Z] 792fca180e85: Pushed [2025-05-12T06:12:54.273Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:54.273Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:54.273Z] b75570e9c44b: Pushed [2025-05-12T06:12:54.273Z] 9f5d4c869274: Pushed [2025-05-12T06:12:54.842Z] #89 ... [2025-05-12T06:12:54.842Z] [2025-05-12T06:12:54.842Z] #88 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-05-12T06:12:54.842Z] #88 DONE 16.0s [2025-05-12T06:12:54.842Z] [2025-05-12T06:12:54.842Z] #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:12:54.842Z] #97 DONE 0.8s [2025-05-12T06:12:54.842Z] [2025-05-12T06:12:54.842Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:12:55.207Z] bba97decd366: Pushed [2025-05-12T06:12:55.466Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:55.795Z] + 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-12T06:12:56.127Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-12T06:12:56.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-12T06:12:56.127Z] b75570e9c44b: Preparing [2025-05-12T06:12:56.127Z] 792fca180e85: Preparing [2025-05-12T06:12:56.127Z] 9f5d4c869274: Preparing [2025-05-12T06:12:56.127Z] bba97decd366: Preparing [2025-05-12T06:12:56.127Z] 099b32bf1031: Preparing [2025-05-12T06:12:56.127Z] 739a764237d5: Preparing [2025-05-12T06:12:56.127Z] 2652acbebf60: Preparing [2025-05-12T06:12:56.127Z] b98f8b1ff336: Preparing [2025-05-12T06:12:56.127Z] 994456c4fd7b: Preparing [2025-05-12T06:12:56.127Z] 739a764237d5: Waiting [2025-05-12T06:12:56.127Z] 2652acbebf60: Waiting [2025-05-12T06:12:56.127Z] b98f8b1ff336: Waiting [2025-05-12T06:12:56.127Z] 994456c4fd7b: Waiting [2025-05-12T06:12:56.127Z] 9f5d4c869274: Layer already exists [2025-05-12T06:12:56.127Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:56.127Z] bba97decd366: Layer already exists [2025-05-12T06:12:56.127Z] 792fca180e85: Layer already exists [2025-05-12T06:12:56.127Z] b75570e9c44b: Layer already exists [2025-05-12T06:12:56.127Z] 739a764237d5: Layer already exists [2025-05-12T06:12:56.127Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:56.127Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:56.127Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:56.127Z] latest: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:56.463Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:56.780Z] #98 ... [2025-05-12T06:12:56.780Z] [2025-05-12T06:12:56.780Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-05-12T06:12:56.780Z] #99 DONE 2.3s [2025-05-12T06:12:56.783Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 [2025-05-12T06:12:56.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-12T06:12:56.783Z] b75570e9c44b: Preparing [2025-05-12T06:12:56.783Z] 792fca180e85: Preparing [2025-05-12T06:12:56.783Z] 9f5d4c869274: Preparing [2025-05-12T06:12:56.783Z] bba97decd366: Preparing [2025-05-12T06:12:56.783Z] 099b32bf1031: Preparing [2025-05-12T06:12:56.783Z] 739a764237d5: Preparing [2025-05-12T06:12:56.783Z] 2652acbebf60: Preparing [2025-05-12T06:12:56.783Z] b98f8b1ff336: Preparing [2025-05-12T06:12:56.783Z] 994456c4fd7b: Preparing [2025-05-12T06:12:56.783Z] 739a764237d5: Waiting [2025-05-12T06:12:56.783Z] 2652acbebf60: Waiting [2025-05-12T06:12:56.783Z] b98f8b1ff336: Waiting [2025-05-12T06:12:56.783Z] 994456c4fd7b: Waiting [2025-05-12T06:12:56.783Z] bba97decd366: Layer already exists [2025-05-12T06:12:56.783Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:56.783Z] b75570e9c44b: Layer already exists [2025-05-12T06:12:56.783Z] 792fca180e85: Layer already exists [2025-05-12T06:12:56.783Z] 9f5d4c869274: Layer already exists [2025-05-12T06:12:56.783Z] 739a764237d5: Layer already exists [2025-05-12T06:12:56.783Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:56.783Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:56.783Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:56.783Z] 4.1.0-dev.10: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:57.050Z] [2025-05-12T06:12:57.050Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:12:57.050Z] #100 ... [2025-05-12T06:12:57.050Z] [2025-05-12T06:12:57.050Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:12:57.050Z] #101 DONE 2.2s [2025-05-12T06:12:57.050Z] [2025-05-12T06:12:57.050Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:12:57.050Z] #102 DONE 2.4s [2025-05-12T06:12:57.111Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:57.317Z] [2025-05-12T06:12:57.317Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-12T06:12:57.317Z] #103 ... [2025-05-12T06:12:57.317Z] [2025-05-12T06:12:57.317Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-05-12T06:12:57.317Z] #104 DONE 0.3s [2025-05-12T06:12:57.436Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:12:57.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-12T06:12:57.436Z] b75570e9c44b: Preparing [2025-05-12T06:12:57.436Z] 792fca180e85: Preparing [2025-05-12T06:12:57.436Z] 9f5d4c869274: Preparing [2025-05-12T06:12:57.436Z] bba97decd366: Preparing [2025-05-12T06:12:57.436Z] 099b32bf1031: Preparing [2025-05-12T06:12:57.436Z] 739a764237d5: Preparing [2025-05-12T06:12:57.436Z] 2652acbebf60: Preparing [2025-05-12T06:12:57.436Z] b98f8b1ff336: Preparing [2025-05-12T06:12:57.436Z] 994456c4fd7b: Preparing [2025-05-12T06:12:57.436Z] 2652acbebf60: Waiting [2025-05-12T06:12:57.436Z] b98f8b1ff336: Waiting [2025-05-12T06:12:57.436Z] 994456c4fd7b: Waiting [2025-05-12T06:12:57.436Z] 739a764237d5: Waiting [2025-05-12T06:12:57.436Z] b75570e9c44b: Layer already exists [2025-05-12T06:12:57.436Z] bba97decd366: Layer already exists [2025-05-12T06:12:57.436Z] 792fca180e85: Layer already exists [2025-05-12T06:12:57.436Z] 9f5d4c869274: Layer already exists [2025-05-12T06:12:57.436Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:57.436Z] 739a764237d5: Layer already exists [2025-05-12T06:12:57.436Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:57.436Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:57.436Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:57.436Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:57.582Z] [2025-05-12T06:12:57.583Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-05-12T06:12:57.583Z] #103 DONE 0.4s [2025-05-12T06:12:57.583Z] [2025-05-12T06:12:57.583Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-12T06:12:57.583Z] #105 ... [2025-05-12T06:12:57.583Z] [2025-05-12T06:12:57.583Z] #106 [security-spire-config stage-2 6/10] COPY security.txt / [2025-05-12T06:12:57.583Z] #106 DONE 0.3s [2025-05-12T06:12:57.766Z] + 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-12T06:12:57.866Z] [2025-05-12T06:12:57.866Z] #105 [security-spire-server stage-2 6/9] COPY security.txt / [2025-05-12T06:12:57.866Z] #105 DONE 0.2s [2025-05-12T06:12:57.866Z] [2025-05-12T06:12:57.866Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-12T06:12:58.106Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-12T06:12:58.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-05-12T06:12:58.106Z] b75570e9c44b: Preparing [2025-05-12T06:12:58.106Z] 792fca180e85: Preparing [2025-05-12T06:12:58.106Z] 9f5d4c869274: Preparing [2025-05-12T06:12:58.106Z] bba97decd366: Preparing [2025-05-12T06:12:58.106Z] 099b32bf1031: Preparing [2025-05-12T06:12:58.106Z] 739a764237d5: Preparing [2025-05-12T06:12:58.106Z] 2652acbebf60: Preparing [2025-05-12T06:12:58.106Z] b98f8b1ff336: Preparing [2025-05-12T06:12:58.106Z] 994456c4fd7b: Preparing [2025-05-12T06:12:58.106Z] 2652acbebf60: Waiting [2025-05-12T06:12:58.106Z] b98f8b1ff336: Waiting [2025-05-12T06:12:58.106Z] 739a764237d5: Waiting [2025-05-12T06:12:58.106Z] 994456c4fd7b: Waiting [2025-05-12T06:12:58.106Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:58.106Z] bba97decd366: Layer already exists [2025-05-12T06:12:58.106Z] b75570e9c44b: Layer already exists [2025-05-12T06:12:58.106Z] 792fca180e85: Layer already exists [2025-05-12T06:12:58.106Z] 9f5d4c869274: Layer already exists [2025-05-12T06:12:58.106Z] 2652acbebf60: Layer already exists [2025-05-12T06:12:58.106Z] 739a764237d5: Layer already exists [2025-05-12T06:12:58.106Z] b98f8b1ff336: Layer already exists [2025-05-12T06:12:58.106Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:58.106Z] main: digest: sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2025-05-12T06:12:58.143Z] #107 ... [2025-05-12T06:12:58.143Z] [2025-05-12T06:12:58.143Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-05-12T06:12:58.143Z] #108 DONE 0.4s [2025-05-12T06:12:58.143Z] [2025-05-12T06:12:58.143Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-05-12T06:12:58.143Z] #107 DONE 0.4s [2025-05-12T06:12:58.143Z] [2025-05-12T06:12:58.143Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:12:58.182Z] ===================================================== [Pipeline] echo [2025-05-12T06:12:58.201Z] taggedImages: [2025-05-12T06:12:58.201Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:58.201Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-12T06:12:58.201Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 [2025-05-12T06:12:58.201Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:12:58.201Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-05-12T06:12:58.226Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-05-12T06:12:58.226Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:58.226Z] latest [2025-05-12T06:12:58.226Z] 4.1.0-dev.10 [2025-05-12T06:12:58.226Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:12:58.226Z] main [2025-05-12T06:12:58.226Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:58.409Z] #109 DONE 0.3s [2025-05-12T06:12:58.409Z] [2025-05-12T06:12:58.409Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-05-12T06:12:58.409Z] #110 DONE 0.3s [2025-05-12T06:12:58.409Z] [2025-05-12T06:12:58.409Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-12T06:12:58.565Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:12:58.675Z] #111 ... [2025-05-12T06:12:58.675Z] [2025-05-12T06:12:58.675Z] #112 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-05-12T06:12:58.675Z] #112 DONE 0.3s [2025-05-12T06:12:58.891Z] + docker push nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:12:58.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-12T06:12:58.891Z] 247c06d11d16: Preparing [2025-05-12T06:12:58.891Z] 38db254f9eef: Preparing [2025-05-12T06:12:58.891Z] 099b32bf1031: Preparing [2025-05-12T06:12:58.891Z] 739a764237d5: Preparing [2025-05-12T06:12:58.891Z] 4958ae109314: Preparing [2025-05-12T06:12:58.891Z] 0eec3ba5854e: Preparing [2025-05-12T06:12:58.891Z] 994456c4fd7b: Preparing [2025-05-12T06:12:58.891Z] 0eec3ba5854e: Waiting [2025-05-12T06:12:58.891Z] 994456c4fd7b: Waiting [2025-05-12T06:12:58.891Z] 099b32bf1031: Layer already exists [2025-05-12T06:12:58.891Z] 739a764237d5: Layer already exists [2025-05-12T06:12:58.891Z] 994456c4fd7b: Layer already exists [2025-05-12T06:12:58.891Z] 4958ae109314: Pushed [2025-05-12T06:12:58.891Z] 247c06d11d16: Pushed [2025-05-12T06:12:58.891Z] 0eec3ba5854e: Pushed [2025-05-12T06:12:58.942Z] [2025-05-12T06:12:58.942Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-05-12T06:12:58.942Z] #111 DONE 0.4s [2025-05-12T06:12:58.942Z] [2025-05-12T06:12:58.942Z] #113 [security-spire-server] exporting to image [2025-05-12T06:12:58.942Z] #113 exporting layers [2025-05-12T06:13:00.346Z] #113 ... [2025-05-12T06:13:00.346Z] [2025-05-12T06:13:00.346Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-05-12T06:13:00.346Z] #89 6.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-05-12T06:13:00.346Z] #89 11.05 OK: 11 MiB in 17 packages [2025-05-12T06:13:00.346Z] #89 DONE 11.9s [2025-05-12T06:13:00.612Z] [2025-05-12T06:13:00.612Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:13:00.877Z] #95 ... [2025-05-12T06:13:00.877Z] [2025-05-12T06:13:00.877Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-05-12T06:13:00.877Z] #100 DONE 3.9s [2025-05-12T06:13:00.877Z] [2025-05-12T06:13:00.877Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-05-12T06:13:00.877Z] #114 DONE 0.2s [2025-05-12T06:13:00.877Z] [2025-05-12T06:13:00.877Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:13:01.142Z] #94 ... [2025-05-12T06:13:01.142Z] [2025-05-12T06:13:01.142Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-05-12T06:13:01.408Z] #115 DONE 0.2s [2025-05-12T06:13:01.408Z] [2025-05-12T06:13:01.408Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-05-12T06:13:01.408Z] #116 DONE 0.2s [2025-05-12T06:13:01.408Z] [2025-05-12T06:13:01.408Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:13:01.425Z] 38db254f9eef: Pushed [2025-05-12T06:13:01.425Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:01.676Z] #42 ... [2025-05-12T06:13:01.676Z] [2025-05-12T06:13:01.676Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-05-12T06:13:01.676Z] #117 DONE 0.2s [2025-05-12T06:13:01.676Z] [2025-05-12T06:13:01.676Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-05-12T06:13:01.752Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:01.955Z] #118 DONE 0.3s [2025-05-12T06:13:01.955Z] [2025-05-12T06:13:01.955Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:13:01.955Z] #33 ... [2025-05-12T06:13:01.955Z] [2025-05-12T06:13:01.955Z] #113 [security-spire-agent] exporting to image [2025-05-12T06:13:02.084Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-12T06:13:02.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-12T06:13:02.084Z] 247c06d11d16: Preparing [2025-05-12T06:13:02.084Z] 38db254f9eef: Preparing [2025-05-12T06:13:02.084Z] 099b32bf1031: Preparing [2025-05-12T06:13:02.084Z] 739a764237d5: Preparing [2025-05-12T06:13:02.084Z] 4958ae109314: Preparing [2025-05-12T06:13:02.084Z] 0eec3ba5854e: Preparing [2025-05-12T06:13:02.084Z] 994456c4fd7b: Preparing [2025-05-12T06:13:02.084Z] 0eec3ba5854e: Waiting [2025-05-12T06:13:02.084Z] 994456c4fd7b: Waiting [2025-05-12T06:13:02.084Z] 247c06d11d16: Layer already exists [2025-05-12T06:13:02.084Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:02.084Z] 38db254f9eef: Layer already exists [2025-05-12T06:13:02.084Z] 739a764237d5: Layer already exists [2025-05-12T06:13:02.084Z] 4958ae109314: Layer already exists [2025-05-12T06:13:02.084Z] 0eec3ba5854e: Layer already exists [2025-05-12T06:13:02.084Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:02.084Z] latest: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:02.415Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:02.751Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 [2025-05-12T06:13:02.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-12T06:13:02.752Z] 247c06d11d16: Preparing [2025-05-12T06:13:02.752Z] 38db254f9eef: Preparing [2025-05-12T06:13:02.752Z] 099b32bf1031: Preparing [2025-05-12T06:13:02.752Z] 739a764237d5: Preparing [2025-05-12T06:13:02.752Z] 4958ae109314: Preparing [2025-05-12T06:13:02.752Z] 0eec3ba5854e: Preparing [2025-05-12T06:13:02.752Z] 994456c4fd7b: Preparing [2025-05-12T06:13:02.752Z] 0eec3ba5854e: Waiting [2025-05-12T06:13:02.752Z] 994456c4fd7b: Waiting [2025-05-12T06:13:02.752Z] 247c06d11d16: Layer already exists [2025-05-12T06:13:02.752Z] 739a764237d5: Layer already exists [2025-05-12T06:13:02.752Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:02.752Z] 4958ae109314: Layer already exists [2025-05-12T06:13:02.752Z] 38db254f9eef: Layer already exists [2025-05-12T06:13:02.752Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:02.752Z] 0eec3ba5854e: Layer already exists [2025-05-12T06:13:02.752Z] 4.1.0-dev.10: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:03.081Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:03.364Z] #113 exporting layers 4.3s done [2025-05-12T06:13:03.364Z] #113 writing image sha256:d89e0afa4a6228707553adf73ac64e0dc571c501ce3ef06cf44697809f91340c 0.0s done [2025-05-12T06:13:03.364Z] #113 naming to docker.io/library/security-spire-config-arm64 done [2025-05-12T06:13:03.364Z] #113 exporting layers 4.5s done [2025-05-12T06:13:03.364Z] #113 writing image sha256:30a84741f799272bbaa983f8f06be4a789d3ef53200238a720736952ed919e01 0.0s done [2025-05-12T06:13:03.364Z] #113 naming to docker.io/library/security-spire-server-arm64 done [2025-05-12T06:13:03.414Z] + docker push nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:03.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-12T06:13:03.414Z] 247c06d11d16: Preparing [2025-05-12T06:13:03.414Z] 38db254f9eef: Preparing [2025-05-12T06:13:03.414Z] 099b32bf1031: Preparing [2025-05-12T06:13:03.414Z] 739a764237d5: Preparing [2025-05-12T06:13:03.414Z] 4958ae109314: Preparing [2025-05-12T06:13:03.414Z] 0eec3ba5854e: Preparing [2025-05-12T06:13:03.414Z] 994456c4fd7b: Preparing [2025-05-12T06:13:03.414Z] 0eec3ba5854e: Waiting [2025-05-12T06:13:03.414Z] 994456c4fd7b: Waiting [2025-05-12T06:13:03.414Z] 739a764237d5: Layer already exists [2025-05-12T06:13:03.414Z] 247c06d11d16: Layer already exists [2025-05-12T06:13:03.414Z] 4958ae109314: Layer already exists [2025-05-12T06:13:03.414Z] 38db254f9eef: Layer already exists [2025-05-12T06:13:03.414Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:03.414Z] 0eec3ba5854e: Layer already exists [2025-05-12T06:13:03.414Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:03.414Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:03.742Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:04.064Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-05-12T06:13:04.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-05-12T06:13:04.064Z] 247c06d11d16: Preparing [2025-05-12T06:13:04.064Z] 38db254f9eef: Preparing [2025-05-12T06:13:04.064Z] 099b32bf1031: Preparing [2025-05-12T06:13:04.064Z] 739a764237d5: Preparing [2025-05-12T06:13:04.064Z] 4958ae109314: Preparing [2025-05-12T06:13:04.064Z] 0eec3ba5854e: Preparing [2025-05-12T06:13:04.064Z] 994456c4fd7b: Preparing [2025-05-12T06:13:04.064Z] 994456c4fd7b: Waiting [2025-05-12T06:13:04.064Z] 0eec3ba5854e: Waiting [2025-05-12T06:13:04.064Z] 38db254f9eef: Layer already exists [2025-05-12T06:13:04.064Z] 739a764237d5: Layer already exists [2025-05-12T06:13:04.064Z] 4958ae109314: Layer already exists [2025-05-12T06:13:04.064Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:04.064Z] 247c06d11d16: Layer already exists [2025-05-12T06:13:04.064Z] 0eec3ba5854e: Layer already exists [2025-05-12T06:13:04.064Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:04.064Z] main: digest: sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:04.134Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:04.149Z] taggedImages: [2025-05-12T06:13:04.150Z] - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:04.150Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-12T06:13:04.150Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 [2025-05-12T06:13:04.150Z] - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:04.150Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-05-12T06:13:04.180Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-05-12T06:13:04.180Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:04.180Z] latest [2025-05-12T06:13:04.180Z] 4.1.0-dev.10 [2025-05-12T06:13:04.180Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:04.180Z] main [2025-05-12T06:13:04.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:04.536Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:04.772Z] #113 exporting layers 2.4s done [2025-05-12T06:13:04.772Z] #113 writing image sha256:b234b5cf5594a95df7826053ba85dcce525a1ab707c82e9c61b37949fe0bdf1f done [2025-05-12T06:13:04.772Z] #113 naming to docker.io/library/security-spire-agent-arm64 done [2025-05-12T06:13:04.772Z] #113 DONE 5.6s [2025-05-12T06:13:04.772Z] [2025-05-12T06:13:04.772Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:13:04.862Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:04.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-12T06:13:04.862Z] 08a3178700c3: Preparing [2025-05-12T06:13:04.862Z] 821e9df5ec24: Preparing [2025-05-12T06:13:04.862Z] 739a764237d5: Preparing [2025-05-12T06:13:04.862Z] ca4f76ac3f9a: Preparing [2025-05-12T06:13:04.862Z] 01164d963e71: Preparing [2025-05-12T06:13:04.862Z] 994456c4fd7b: Preparing [2025-05-12T06:13:04.862Z] 994456c4fd7b: Waiting [2025-05-12T06:13:04.862Z] 739a764237d5: Layer already exists [2025-05-12T06:13:04.862Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:04.862Z] 08a3178700c3: Pushed [2025-05-12T06:13:04.862Z] 01164d963e71: Pushed [2025-05-12T06:13:04.862Z] ca4f76ac3f9a: Pushed [2025-05-12T06:13:07.393Z] 821e9df5ec24: Pushed [2025-05-12T06:13:07.393Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:07.729Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:08.047Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-12T06:13:08.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-12T06:13:08.047Z] 08a3178700c3: Preparing [2025-05-12T06:13:08.047Z] 821e9df5ec24: Preparing [2025-05-12T06:13:08.047Z] 739a764237d5: Preparing [2025-05-12T06:13:08.047Z] ca4f76ac3f9a: Preparing [2025-05-12T06:13:08.047Z] 01164d963e71: Preparing [2025-05-12T06:13:08.047Z] 994456c4fd7b: Preparing [2025-05-12T06:13:08.047Z] 994456c4fd7b: Waiting [2025-05-12T06:13:08.047Z] 821e9df5ec24: Layer already exists [2025-05-12T06:13:08.047Z] 01164d963e71: Layer already exists [2025-05-12T06:13:08.047Z] ca4f76ac3f9a: Layer already exists [2025-05-12T06:13:08.047Z] 739a764237d5: Layer already exists [2025-05-12T06:13:08.047Z] 08a3178700c3: Layer already exists [2025-05-12T06:13:08.047Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:08.047Z] latest: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:08.373Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:08.700Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 [2025-05-12T06:13:08.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-12T06:13:08.700Z] 08a3178700c3: Preparing [2025-05-12T06:13:08.700Z] 821e9df5ec24: Preparing [2025-05-12T06:13:08.700Z] 739a764237d5: Preparing [2025-05-12T06:13:08.700Z] ca4f76ac3f9a: Preparing [2025-05-12T06:13:08.700Z] 01164d963e71: Preparing [2025-05-12T06:13:08.700Z] 994456c4fd7b: Preparing [2025-05-12T06:13:08.700Z] 994456c4fd7b: Waiting [2025-05-12T06:13:08.700Z] 821e9df5ec24: Layer already exists [2025-05-12T06:13:08.700Z] ca4f76ac3f9a: Layer already exists [2025-05-12T06:13:08.700Z] 739a764237d5: Layer already exists [2025-05-12T06:13:08.700Z] 08a3178700c3: Layer already exists [2025-05-12T06:13:08.700Z] 01164d963e71: Layer already exists [2025-05-12T06:13:08.700Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:08.700Z] 4.1.0-dev.10: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:09.025Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:09.353Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:09.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-12T06:13:09.353Z] 08a3178700c3: Preparing [2025-05-12T06:13:09.353Z] 821e9df5ec24: Preparing [2025-05-12T06:13:09.353Z] 739a764237d5: Preparing [2025-05-12T06:13:09.353Z] ca4f76ac3f9a: Preparing [2025-05-12T06:13:09.353Z] 01164d963e71: Preparing [2025-05-12T06:13:09.353Z] 994456c4fd7b: Preparing [2025-05-12T06:13:09.353Z] 994456c4fd7b: Waiting [2025-05-12T06:13:09.353Z] 08a3178700c3: Layer already exists [2025-05-12T06:13:09.353Z] 821e9df5ec24: Layer already exists [2025-05-12T06:13:09.353Z] ca4f76ac3f9a: Layer already exists [2025-05-12T06:13:09.353Z] 01164d963e71: Layer already exists [2025-05-12T06:13:09.353Z] 739a764237d5: Layer already exists [2025-05-12T06:13:09.353Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:09.353Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:09.680Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:10.016Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-12T06:13:10.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-05-12T06:13:10.016Z] 08a3178700c3: Preparing [2025-05-12T06:13:10.016Z] 821e9df5ec24: Preparing [2025-05-12T06:13:10.016Z] 739a764237d5: Preparing [2025-05-12T06:13:10.016Z] ca4f76ac3f9a: Preparing [2025-05-12T06:13:10.016Z] 01164d963e71: Preparing [2025-05-12T06:13:10.016Z] 994456c4fd7b: Preparing [2025-05-12T06:13:10.016Z] 994456c4fd7b: Waiting [2025-05-12T06:13:10.016Z] 739a764237d5: Layer already exists [2025-05-12T06:13:10.016Z] 821e9df5ec24: Layer already exists [2025-05-12T06:13:10.016Z] 01164d963e71: Layer already exists [2025-05-12T06:13:10.016Z] 08a3178700c3: Layer already exists [2025-05-12T06:13:10.016Z] ca4f76ac3f9a: Layer already exists [2025-05-12T06:13:10.016Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:10.016Z] main: digest: sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:10.088Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:10.107Z] taggedImages: [2025-05-12T06:13:10.107Z] - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:10.107Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-12T06:13:10.107Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 [2025-05-12T06:13:10.107Z] - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:10.107Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-05-12T06:13:10.139Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-05-12T06:13:10.139Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:10.139Z] latest [2025-05-12T06:13:10.139Z] 4.1.0-dev.10 [2025-05-12T06:13:10.139Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:10.139Z] main [2025-05-12T06:13:10.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:10.485Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:10.818Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:10.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-12T06:13:10.818Z] b7a7679976d1: Preparing [2025-05-12T06:13:10.818Z] f1c0267b48ff: Preparing [2025-05-12T06:13:10.818Z] 324e92b86bd1: Preparing [2025-05-12T06:13:10.818Z] 099b32bf1031: Preparing [2025-05-12T06:13:10.818Z] 739a764237d5: Preparing [2025-05-12T06:13:10.818Z] 2652acbebf60: Preparing [2025-05-12T06:13:10.818Z] b98f8b1ff336: Preparing [2025-05-12T06:13:10.818Z] 994456c4fd7b: Preparing [2025-05-12T06:13:10.818Z] 2652acbebf60: Waiting [2025-05-12T06:13:10.818Z] 994456c4fd7b: Waiting [2025-05-12T06:13:10.818Z] b98f8b1ff336: Waiting [2025-05-12T06:13:10.818Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:10.818Z] 739a764237d5: Layer already exists [2025-05-12T06:13:10.818Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:10.818Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:10.818Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:10.818Z] b7a7679976d1: Pushed [2025-05-12T06:13:10.818Z] f1c0267b48ff: Pushed [2025-05-12T06:13:13.353Z] 324e92b86bd1: Pushed [2025-05-12T06:13:13.353Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:13.691Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:14.043Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-12T06:13:14.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-12T06:13:14.043Z] b7a7679976d1: Preparing [2025-05-12T06:13:14.043Z] f1c0267b48ff: Preparing [2025-05-12T06:13:14.043Z] 324e92b86bd1: Preparing [2025-05-12T06:13:14.043Z] 099b32bf1031: Preparing [2025-05-12T06:13:14.043Z] 739a764237d5: Preparing [2025-05-12T06:13:14.043Z] 2652acbebf60: Preparing [2025-05-12T06:13:14.043Z] b98f8b1ff336: Preparing [2025-05-12T06:13:14.043Z] 994456c4fd7b: Preparing [2025-05-12T06:13:14.043Z] 2652acbebf60: Waiting [2025-05-12T06:13:14.043Z] b98f8b1ff336: Waiting [2025-05-12T06:13:14.043Z] 994456c4fd7b: Waiting [2025-05-12T06:13:14.043Z] 324e92b86bd1: Layer already exists [2025-05-12T06:13:14.043Z] b7a7679976d1: Layer already exists [2025-05-12T06:13:14.043Z] 739a764237d5: Layer already exists [2025-05-12T06:13:14.043Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:14.043Z] f1c0267b48ff: Layer already exists [2025-05-12T06:13:14.043Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:14.043Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:14.043Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:14.043Z] latest: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:14.385Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:14.708Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 [2025-05-12T06:13:14.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-12T06:13:14.708Z] b7a7679976d1: Preparing [2025-05-12T06:13:14.708Z] f1c0267b48ff: Preparing [2025-05-12T06:13:14.708Z] 324e92b86bd1: Preparing [2025-05-12T06:13:14.708Z] 099b32bf1031: Preparing [2025-05-12T06:13:14.708Z] 739a764237d5: Preparing [2025-05-12T06:13:14.708Z] 2652acbebf60: Preparing [2025-05-12T06:13:14.708Z] b98f8b1ff336: Preparing [2025-05-12T06:13:14.708Z] 994456c4fd7b: Preparing [2025-05-12T06:13:14.708Z] 2652acbebf60: Waiting [2025-05-12T06:13:14.708Z] b98f8b1ff336: Waiting [2025-05-12T06:13:14.708Z] 994456c4fd7b: Waiting [2025-05-12T06:13:14.708Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:14.708Z] 739a764237d5: Layer already exists [2025-05-12T06:13:14.708Z] b7a7679976d1: Layer already exists [2025-05-12T06:13:14.708Z] 324e92b86bd1: Layer already exists [2025-05-12T06:13:14.708Z] f1c0267b48ff: Layer already exists [2025-05-12T06:13:14.708Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:14.708Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:14.708Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:14.708Z] 4.1.0-dev.10: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:15.241Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:15.566Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:15.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-12T06:13:15.566Z] b7a7679976d1: Preparing [2025-05-12T06:13:15.566Z] f1c0267b48ff: Preparing [2025-05-12T06:13:15.566Z] 324e92b86bd1: Preparing [2025-05-12T06:13:15.566Z] 099b32bf1031: Preparing [2025-05-12T06:13:15.566Z] 739a764237d5: Preparing [2025-05-12T06:13:15.566Z] 2652acbebf60: Preparing [2025-05-12T06:13:15.566Z] b98f8b1ff336: Preparing [2025-05-12T06:13:15.566Z] 994456c4fd7b: Preparing [2025-05-12T06:13:15.566Z] 2652acbebf60: Waiting [2025-05-12T06:13:15.566Z] b98f8b1ff336: Waiting [2025-05-12T06:13:15.566Z] 994456c4fd7b: Waiting [2025-05-12T06:13:15.566Z] f1c0267b48ff: Layer already exists [2025-05-12T06:13:15.566Z] 324e92b86bd1: Layer already exists [2025-05-12T06:13:15.566Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:15.566Z] b7a7679976d1: Layer already exists [2025-05-12T06:13:15.566Z] 739a764237d5: Layer already exists [2025-05-12T06:13:15.566Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:15.566Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:15.566Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:15.566Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:15.897Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:16.221Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-12T06:13:16.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-05-12T06:13:16.221Z] b7a7679976d1: Preparing [2025-05-12T06:13:16.221Z] f1c0267b48ff: Preparing [2025-05-12T06:13:16.221Z] 324e92b86bd1: Preparing [2025-05-12T06:13:16.221Z] 099b32bf1031: Preparing [2025-05-12T06:13:16.221Z] 739a764237d5: Preparing [2025-05-12T06:13:16.221Z] 2652acbebf60: Preparing [2025-05-12T06:13:16.221Z] b98f8b1ff336: Preparing [2025-05-12T06:13:16.221Z] 994456c4fd7b: Preparing [2025-05-12T06:13:16.221Z] b98f8b1ff336: Waiting [2025-05-12T06:13:16.221Z] 2652acbebf60: Waiting [2025-05-12T06:13:16.221Z] 994456c4fd7b: Waiting [2025-05-12T06:13:16.221Z] 739a764237d5: Layer already exists [2025-05-12T06:13:16.221Z] f1c0267b48ff: Layer already exists [2025-05-12T06:13:16.221Z] 324e92b86bd1: Layer already exists [2025-05-12T06:13:16.221Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:16.221Z] b7a7679976d1: Layer already exists [2025-05-12T06:13:16.221Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:16.221Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:16.221Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:16.221Z] main: digest: sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:16.311Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:16.329Z] taggedImages: [2025-05-12T06:13:16.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:16.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-12T06:13:16.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 [2025-05-12T06:13:16.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:16.329Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-05-12T06:13:16.385Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-05-12T06:13:16.385Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:16.385Z] latest [2025-05-12T06:13:16.385Z] 4.1.0-dev.10 [2025-05-12T06:13:16.385Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:16.385Z] main [2025-05-12T06:13:16.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:16.751Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:17.074Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:17.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-12T06:13:17.074Z] 1e96107c1c52: Preparing [2025-05-12T06:13:17.074Z] b75f0e77d5ce: Preparing [2025-05-12T06:13:17.074Z] 7e40007531ef: Preparing [2025-05-12T06:13:17.074Z] 2696ed21d51c: Preparing [2025-05-12T06:13:17.074Z] 5fad285c7e57: Preparing [2025-05-12T06:13:17.074Z] 0bb6e208c379: Preparing [2025-05-12T06:13:17.074Z] 09c4cac37ff0: Preparing [2025-05-12T06:13:17.074Z] 099b32bf1031: Preparing [2025-05-12T06:13:17.074Z] 739a764237d5: Preparing [2025-05-12T06:13:17.074Z] 0bb6e208c379: Waiting [2025-05-12T06:13:17.074Z] 099b32bf1031: Waiting [2025-05-12T06:13:17.074Z] 09c4cac37ff0: Waiting [2025-05-12T06:13:17.074Z] 739a764237d5: Waiting [2025-05-12T06:13:17.074Z] 494c928e6b74: Preparing [2025-05-12T06:13:17.074Z] cf8c3ce160b4: Preparing [2025-05-12T06:13:17.074Z] 5f70bf18a086: Preparing [2025-05-12T06:13:17.074Z] 6e5d6c24f499: Preparing [2025-05-12T06:13:17.074Z] 494c928e6b74: Waiting [2025-05-12T06:13:17.074Z] cf8c3ce160b4: Waiting [2025-05-12T06:13:17.074Z] 5f70bf18a086: Waiting [2025-05-12T06:13:17.074Z] 255b300a6b9c: Preparing [2025-05-12T06:13:17.074Z] af80a0d7b4c5: Preparing [2025-05-12T06:13:17.074Z] 994456c4fd7b: Preparing [2025-05-12T06:13:17.074Z] 6e5d6c24f499: Waiting [2025-05-12T06:13:17.074Z] 255b300a6b9c: Waiting [2025-05-12T06:13:17.074Z] af80a0d7b4c5: Waiting [2025-05-12T06:13:17.074Z] 994456c4fd7b: Waiting [2025-05-12T06:13:17.074Z] 5fad285c7e57: Pushed [2025-05-12T06:13:17.074Z] 2696ed21d51c: Pushed [2025-05-12T06:13:17.074Z] b75f0e77d5ce: Pushed [2025-05-12T06:13:17.074Z] 7e40007531ef: Pushed [2025-05-12T06:13:17.074Z] 1e96107c1c52: Pushed [2025-05-12T06:13:17.074Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:17.074Z] 739a764237d5: Layer already exists [2025-05-12T06:13:17.074Z] 5f70bf18a086: Layer already exists [2025-05-12T06:13:17.074Z] 0bb6e208c379: Pushed [2025-05-12T06:13:17.333Z] 494c928e6b74: Pushed [2025-05-12T06:13:17.333Z] cf8c3ce160b4: Pushed [2025-05-12T06:13:17.333Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:17.333Z] 6e5d6c24f499: Pushed [2025-05-12T06:13:17.333Z] 255b300a6b9c: Pushed [2025-05-12T06:13:17.333Z] af80a0d7b4c5: Pushed [2025-05-12T06:13:18.708Z] 09c4cac37ff0: Pushed [2025-05-12T06:13:18.708Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:19.038Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:19.362Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-12T06:13:19.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-12T06:13:19.362Z] 1e96107c1c52: Preparing [2025-05-12T06:13:19.362Z] b75f0e77d5ce: Preparing [2025-05-12T06:13:19.362Z] 7e40007531ef: Preparing [2025-05-12T06:13:19.362Z] 2696ed21d51c: Preparing [2025-05-12T06:13:19.362Z] 5fad285c7e57: Preparing [2025-05-12T06:13:19.362Z] 0bb6e208c379: Preparing [2025-05-12T06:13:19.362Z] 09c4cac37ff0: Preparing [2025-05-12T06:13:19.362Z] 099b32bf1031: Preparing [2025-05-12T06:13:19.362Z] 739a764237d5: Preparing [2025-05-12T06:13:19.362Z] 494c928e6b74: Preparing [2025-05-12T06:13:19.362Z] cf8c3ce160b4: Preparing [2025-05-12T06:13:19.362Z] 5f70bf18a086: Preparing [2025-05-12T06:13:19.362Z] 6e5d6c24f499: Preparing [2025-05-12T06:13:19.362Z] 255b300a6b9c: Preparing [2025-05-12T06:13:19.362Z] af80a0d7b4c5: Preparing [2025-05-12T06:13:19.362Z] 994456c4fd7b: Preparing [2025-05-12T06:13:19.362Z] 5f70bf18a086: Waiting [2025-05-12T06:13:19.362Z] 6e5d6c24f499: Waiting [2025-05-12T06:13:19.362Z] 739a764237d5: Waiting [2025-05-12T06:13:19.362Z] 255b300a6b9c: Waiting [2025-05-12T06:13:19.362Z] 494c928e6b74: Waiting [2025-05-12T06:13:19.362Z] cf8c3ce160b4: Waiting [2025-05-12T06:13:19.362Z] 0bb6e208c379: Waiting [2025-05-12T06:13:19.362Z] 09c4cac37ff0: Waiting [2025-05-12T06:13:19.362Z] 099b32bf1031: Waiting [2025-05-12T06:13:19.362Z] af80a0d7b4c5: Waiting [2025-05-12T06:13:19.362Z] 7e40007531ef: Layer already exists [2025-05-12T06:13:19.362Z] 2696ed21d51c: Layer already exists [2025-05-12T06:13:19.362Z] 5fad285c7e57: Layer already exists [2025-05-12T06:13:19.362Z] 1e96107c1c52: Layer already exists [2025-05-12T06:13:19.362Z] b75f0e77d5ce: Layer already exists [2025-05-12T06:13:19.362Z] 0bb6e208c379: Layer already exists [2025-05-12T06:13:19.362Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:19.362Z] 739a764237d5: Layer already exists [2025-05-12T06:13:19.362Z] 09c4cac37ff0: Layer already exists [2025-05-12T06:13:19.362Z] 494c928e6b74: Layer already exists [2025-05-12T06:13:19.362Z] cf8c3ce160b4: Layer already exists [2025-05-12T06:13:19.362Z] 6e5d6c24f499: Layer already exists [2025-05-12T06:13:19.362Z] 255b300a6b9c: Layer already exists [2025-05-12T06:13:19.362Z] 5f70bf18a086: Layer already exists [2025-05-12T06:13:19.362Z] af80a0d7b4c5: Layer already exists [2025-05-12T06:13:19.362Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:19.362Z] latest: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:19.692Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:20.025Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 [2025-05-12T06:13:20.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-12T06:13:20.025Z] 1e96107c1c52: Preparing [2025-05-12T06:13:20.025Z] b75f0e77d5ce: Preparing [2025-05-12T06:13:20.025Z] 7e40007531ef: Preparing [2025-05-12T06:13:20.025Z] 2696ed21d51c: Preparing [2025-05-12T06:13:20.025Z] 5fad285c7e57: Preparing [2025-05-12T06:13:20.025Z] 0bb6e208c379: Preparing [2025-05-12T06:13:20.025Z] 09c4cac37ff0: Preparing [2025-05-12T06:13:20.025Z] 099b32bf1031: Preparing [2025-05-12T06:13:20.025Z] 739a764237d5: Preparing [2025-05-12T06:13:20.025Z] 494c928e6b74: Preparing [2025-05-12T06:13:20.025Z] cf8c3ce160b4: Preparing [2025-05-12T06:13:20.025Z] 5f70bf18a086: Preparing [2025-05-12T06:13:20.025Z] 6e5d6c24f499: Preparing [2025-05-12T06:13:20.025Z] 255b300a6b9c: Preparing [2025-05-12T06:13:20.025Z] af80a0d7b4c5: Preparing [2025-05-12T06:13:20.025Z] 994456c4fd7b: Preparing [2025-05-12T06:13:20.025Z] 494c928e6b74: Waiting [2025-05-12T06:13:20.025Z] af80a0d7b4c5: Waiting [2025-05-12T06:13:20.025Z] 255b300a6b9c: Waiting [2025-05-12T06:13:20.025Z] 994456c4fd7b: Waiting [2025-05-12T06:13:20.025Z] cf8c3ce160b4: Waiting [2025-05-12T06:13:20.025Z] 5f70bf18a086: Waiting [2025-05-12T06:13:20.025Z] 0bb6e208c379: Waiting [2025-05-12T06:13:20.025Z] 6e5d6c24f499: Waiting [2025-05-12T06:13:20.025Z] 09c4cac37ff0: Waiting [2025-05-12T06:13:20.025Z] 099b32bf1031: Waiting [2025-05-12T06:13:20.025Z] 739a764237d5: Waiting [2025-05-12T06:13:20.025Z] b75f0e77d5ce: Layer already exists [2025-05-12T06:13:20.025Z] 2696ed21d51c: Layer already exists [2025-05-12T06:13:20.025Z] 7e40007531ef: Layer already exists [2025-05-12T06:13:20.025Z] 5fad285c7e57: Layer already exists [2025-05-12T06:13:20.025Z] 1e96107c1c52: Layer already exists [2025-05-12T06:13:20.025Z] 0bb6e208c379: Layer already exists [2025-05-12T06:13:20.025Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:20.025Z] 09c4cac37ff0: Layer already exists [2025-05-12T06:13:20.025Z] 739a764237d5: Layer already exists [2025-05-12T06:13:20.025Z] 494c928e6b74: Layer already exists [2025-05-12T06:13:20.025Z] cf8c3ce160b4: Layer already exists [2025-05-12T06:13:20.025Z] 5f70bf18a086: Layer already exists [2025-05-12T06:13:20.025Z] af80a0d7b4c5: Layer already exists [2025-05-12T06:13:20.025Z] 6e5d6c24f499: Layer already exists [2025-05-12T06:13:20.025Z] 255b300a6b9c: Layer already exists [2025-05-12T06:13:20.025Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:20.025Z] 4.1.0-dev.10: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:20.361Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:20.686Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:20.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-12T06:13:20.686Z] 1e96107c1c52: Preparing [2025-05-12T06:13:20.686Z] b75f0e77d5ce: Preparing [2025-05-12T06:13:20.686Z] 7e40007531ef: Preparing [2025-05-12T06:13:20.686Z] 2696ed21d51c: Preparing [2025-05-12T06:13:20.686Z] 5fad285c7e57: Preparing [2025-05-12T06:13:20.686Z] 0bb6e208c379: Preparing [2025-05-12T06:13:20.686Z] 09c4cac37ff0: Preparing [2025-05-12T06:13:20.686Z] 099b32bf1031: Preparing [2025-05-12T06:13:20.686Z] 739a764237d5: Preparing [2025-05-12T06:13:20.686Z] 494c928e6b74: Preparing [2025-05-12T06:13:20.686Z] cf8c3ce160b4: Preparing [2025-05-12T06:13:20.686Z] 5f70bf18a086: Preparing [2025-05-12T06:13:20.686Z] 6e5d6c24f499: Preparing [2025-05-12T06:13:20.686Z] 255b300a6b9c: Preparing [2025-05-12T06:13:20.686Z] af80a0d7b4c5: Preparing [2025-05-12T06:13:20.686Z] 994456c4fd7b: Preparing [2025-05-12T06:13:20.686Z] 0bb6e208c379: Waiting [2025-05-12T06:13:20.686Z] 5f70bf18a086: Waiting [2025-05-12T06:13:20.686Z] 09c4cac37ff0: Waiting [2025-05-12T06:13:20.686Z] 6e5d6c24f499: Waiting [2025-05-12T06:13:20.686Z] 099b32bf1031: Waiting [2025-05-12T06:13:20.686Z] 255b300a6b9c: Waiting [2025-05-12T06:13:20.686Z] 739a764237d5: Waiting [2025-05-12T06:13:20.686Z] cf8c3ce160b4: Waiting [2025-05-12T06:13:20.686Z] af80a0d7b4c5: Waiting [2025-05-12T06:13:20.686Z] 994456c4fd7b: Waiting [2025-05-12T06:13:20.686Z] 494c928e6b74: Waiting [2025-05-12T06:13:20.686Z] 1e96107c1c52: Layer already exists [2025-05-12T06:13:20.686Z] 7e40007531ef: Layer already exists [2025-05-12T06:13:20.686Z] 5fad285c7e57: Layer already exists [2025-05-12T06:13:20.686Z] b75f0e77d5ce: Layer already exists [2025-05-12T06:13:20.686Z] 2696ed21d51c: Layer already exists [2025-05-12T06:13:20.686Z] 739a764237d5: Layer already exists [2025-05-12T06:13:20.686Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:20.686Z] 0bb6e208c379: Layer already exists [2025-05-12T06:13:20.686Z] 09c4cac37ff0: Layer already exists [2025-05-12T06:13:20.686Z] 494c928e6b74: Layer already exists [2025-05-12T06:13:20.686Z] 6e5d6c24f499: Layer already exists [2025-05-12T06:13:20.686Z] 5f70bf18a086: Layer already exists [2025-05-12T06:13:20.686Z] cf8c3ce160b4: Layer already exists [2025-05-12T06:13:20.686Z] 255b300a6b9c: Layer already exists [2025-05-12T06:13:20.686Z] af80a0d7b4c5: Layer already exists [2025-05-12T06:13:20.686Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:20.686Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:21.020Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:21.341Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-12T06:13:21.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-05-12T06:13:21.341Z] 1e96107c1c52: Preparing [2025-05-12T06:13:21.341Z] b75f0e77d5ce: Preparing [2025-05-12T06:13:21.341Z] 7e40007531ef: Preparing [2025-05-12T06:13:21.341Z] 2696ed21d51c: Preparing [2025-05-12T06:13:21.341Z] 5fad285c7e57: Preparing [2025-05-12T06:13:21.341Z] 0bb6e208c379: Preparing [2025-05-12T06:13:21.341Z] 09c4cac37ff0: Preparing [2025-05-12T06:13:21.341Z] 09c4cac37ff0: Waiting [2025-05-12T06:13:21.341Z] 099b32bf1031: Preparing [2025-05-12T06:13:21.341Z] 739a764237d5: Preparing [2025-05-12T06:13:21.341Z] 099b32bf1031: Waiting [2025-05-12T06:13:21.341Z] 739a764237d5: Waiting [2025-05-12T06:13:21.341Z] 494c928e6b74: Preparing [2025-05-12T06:13:21.341Z] cf8c3ce160b4: Preparing [2025-05-12T06:13:21.341Z] 5f70bf18a086: Preparing [2025-05-12T06:13:21.341Z] 494c928e6b74: Waiting [2025-05-12T06:13:21.341Z] 6e5d6c24f499: Preparing [2025-05-12T06:13:21.341Z] 5f70bf18a086: Waiting [2025-05-12T06:13:21.341Z] 255b300a6b9c: Preparing [2025-05-12T06:13:21.341Z] af80a0d7b4c5: Preparing [2025-05-12T06:13:21.341Z] 6e5d6c24f499: Waiting [2025-05-12T06:13:21.341Z] 255b300a6b9c: Waiting [2025-05-12T06:13:21.341Z] 994456c4fd7b: Preparing [2025-05-12T06:13:21.341Z] 994456c4fd7b: Waiting [2025-05-12T06:13:21.341Z] af80a0d7b4c5: Waiting [2025-05-12T06:13:21.341Z] 5fad285c7e57: Layer already exists [2025-05-12T06:13:21.341Z] 7e40007531ef: Layer already exists [2025-05-12T06:13:21.341Z] 1e96107c1c52: Layer already exists [2025-05-12T06:13:21.341Z] b75f0e77d5ce: Layer already exists [2025-05-12T06:13:21.341Z] 2696ed21d51c: Layer already exists [2025-05-12T06:13:21.341Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:21.341Z] 0bb6e208c379: Layer already exists [2025-05-12T06:13:21.341Z] 09c4cac37ff0: Layer already exists [2025-05-12T06:13:21.341Z] 739a764237d5: Layer already exists [2025-05-12T06:13:21.341Z] 494c928e6b74: Layer already exists [2025-05-12T06:13:21.341Z] 5f70bf18a086: Layer already exists [2025-05-12T06:13:21.341Z] 6e5d6c24f499: Layer already exists [2025-05-12T06:13:21.341Z] cf8c3ce160b4: Layer already exists [2025-05-12T06:13:21.341Z] 255b300a6b9c: Layer already exists [2025-05-12T06:13:21.341Z] af80a0d7b4c5: Layer already exists [2025-05-12T06:13:21.341Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:21.341Z] main: digest: sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:21.412Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:21.429Z] taggedImages: [2025-05-12T06:13:21.429Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:21.429Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-12T06:13:21.429Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 [2025-05-12T06:13:21.429Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:21.429Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-05-12T06:13:21.458Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-05-12T06:13:21.458Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:21.458Z] latest [2025-05-12T06:13:21.458Z] 4.1.0-dev.10 [2025-05-12T06:13:21.458Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:21.458Z] main [2025-05-12T06:13:21.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:21.804Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:22.138Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:22.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-12T06:13:22.138Z] 60784ef3005c: Preparing [2025-05-12T06:13:22.138Z] 7643b7b22855: Preparing [2025-05-12T06:13:22.138Z] 045e9cf93d0b: Preparing [2025-05-12T06:13:22.138Z] 54f26827e890: Preparing [2025-05-12T06:13:22.138Z] 099b32bf1031: Preparing [2025-05-12T06:13:22.138Z] 739a764237d5: Preparing [2025-05-12T06:13:22.138Z] 2652acbebf60: Preparing [2025-05-12T06:13:22.138Z] b98f8b1ff336: Preparing [2025-05-12T06:13:22.138Z] 994456c4fd7b: Preparing [2025-05-12T06:13:22.138Z] 2652acbebf60: Waiting [2025-05-12T06:13:22.138Z] b98f8b1ff336: Waiting [2025-05-12T06:13:22.138Z] 994456c4fd7b: Waiting [2025-05-12T06:13:22.138Z] 739a764237d5: Waiting [2025-05-12T06:13:22.138Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:22.138Z] 739a764237d5: Layer already exists [2025-05-12T06:13:22.138Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:22.138Z] 7643b7b22855: Pushed [2025-05-12T06:13:22.138Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:22.138Z] 045e9cf93d0b: Pushed [2025-05-12T06:13:22.138Z] 60784ef3005c: Pushed [2025-05-12T06:13:22.138Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:24.833Z] 54f26827e890: Pushed [2025-05-12T06:13:24.833Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:25.215Z] + 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-12T06:13:25.542Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-12T06:13:25.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-12T06:13:25.542Z] 60784ef3005c: Preparing [2025-05-12T06:13:25.542Z] 7643b7b22855: Preparing [2025-05-12T06:13:25.542Z] 045e9cf93d0b: Preparing [2025-05-12T06:13:25.542Z] 54f26827e890: Preparing [2025-05-12T06:13:25.542Z] 099b32bf1031: Preparing [2025-05-12T06:13:25.542Z] 739a764237d5: Preparing [2025-05-12T06:13:25.542Z] 2652acbebf60: Preparing [2025-05-12T06:13:25.542Z] b98f8b1ff336: Preparing [2025-05-12T06:13:25.542Z] 994456c4fd7b: Preparing [2025-05-12T06:13:25.542Z] 739a764237d5: Waiting [2025-05-12T06:13:25.542Z] b98f8b1ff336: Waiting [2025-05-12T06:13:25.542Z] 994456c4fd7b: Waiting [2025-05-12T06:13:25.542Z] 2652acbebf60: Waiting [2025-05-12T06:13:25.542Z] 54f26827e890: Layer already exists [2025-05-12T06:13:25.542Z] 7643b7b22855: Layer already exists [2025-05-12T06:13:25.542Z] 60784ef3005c: Layer already exists [2025-05-12T06:13:25.542Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:25.542Z] 045e9cf93d0b: Layer already exists [2025-05-12T06:13:25.542Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:25.542Z] 739a764237d5: Layer already exists [2025-05-12T06:13:25.542Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:25.542Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:25.542Z] latest: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:25.887Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:26.228Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 [2025-05-12T06:13:26.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-12T06:13:26.228Z] 60784ef3005c: Preparing [2025-05-12T06:13:26.228Z] 7643b7b22855: Preparing [2025-05-12T06:13:26.228Z] 045e9cf93d0b: Preparing [2025-05-12T06:13:26.228Z] 54f26827e890: Preparing [2025-05-12T06:13:26.228Z] 099b32bf1031: Preparing [2025-05-12T06:13:26.228Z] 739a764237d5: Preparing [2025-05-12T06:13:26.228Z] 2652acbebf60: Preparing [2025-05-12T06:13:26.228Z] b98f8b1ff336: Preparing [2025-05-12T06:13:26.228Z] 994456c4fd7b: Preparing [2025-05-12T06:13:26.228Z] 739a764237d5: Waiting [2025-05-12T06:13:26.228Z] 2652acbebf60: Waiting [2025-05-12T06:13:26.228Z] b98f8b1ff336: Waiting [2025-05-12T06:13:26.228Z] 994456c4fd7b: Waiting [2025-05-12T06:13:26.228Z] 54f26827e890: Layer already exists [2025-05-12T06:13:26.228Z] 7643b7b22855: Layer already exists [2025-05-12T06:13:26.228Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:26.228Z] 60784ef3005c: Layer already exists [2025-05-12T06:13:26.228Z] 045e9cf93d0b: Layer already exists [2025-05-12T06:13:26.228Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:26.228Z] 739a764237d5: Layer already exists [2025-05-12T06:13:26.228Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:26.228Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:26.228Z] 4.1.0-dev.10: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:26.564Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:26.885Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:26.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-12T06:13:26.885Z] 60784ef3005c: Preparing [2025-05-12T06:13:26.885Z] 7643b7b22855: Preparing [2025-05-12T06:13:26.885Z] 045e9cf93d0b: Preparing [2025-05-12T06:13:26.885Z] 54f26827e890: Preparing [2025-05-12T06:13:26.885Z] 099b32bf1031: Preparing [2025-05-12T06:13:26.885Z] 739a764237d5: Preparing [2025-05-12T06:13:26.885Z] 2652acbebf60: Preparing [2025-05-12T06:13:26.885Z] b98f8b1ff336: Preparing [2025-05-12T06:13:26.885Z] 994456c4fd7b: Preparing [2025-05-12T06:13:26.885Z] 2652acbebf60: Waiting [2025-05-12T06:13:26.885Z] b98f8b1ff336: Waiting [2025-05-12T06:13:26.885Z] 739a764237d5: Waiting [2025-05-12T06:13:26.885Z] 994456c4fd7b: Waiting [2025-05-12T06:13:26.885Z] 60784ef3005c: Layer already exists [2025-05-12T06:13:26.885Z] 7643b7b22855: Layer already exists [2025-05-12T06:13:26.885Z] 54f26827e890: Layer already exists [2025-05-12T06:13:26.885Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:26.885Z] 045e9cf93d0b: Layer already exists [2025-05-12T06:13:26.885Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:26.885Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:26.885Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:26.885Z] 739a764237d5: Layer already exists [2025-05-12T06:13:26.885Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:27.211Z] + 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-12T06:13:27.534Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-12T06:13:27.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-05-12T06:13:27.534Z] 60784ef3005c: Preparing [2025-05-12T06:13:27.534Z] 7643b7b22855: Preparing [2025-05-12T06:13:27.534Z] 045e9cf93d0b: Preparing [2025-05-12T06:13:27.534Z] 54f26827e890: Preparing [2025-05-12T06:13:27.534Z] 099b32bf1031: Preparing [2025-05-12T06:13:27.534Z] 739a764237d5: Preparing [2025-05-12T06:13:27.534Z] 2652acbebf60: Preparing [2025-05-12T06:13:27.534Z] b98f8b1ff336: Preparing [2025-05-12T06:13:27.534Z] 739a764237d5: Waiting [2025-05-12T06:13:27.534Z] b98f8b1ff336: Waiting [2025-05-12T06:13:27.534Z] 994456c4fd7b: Preparing [2025-05-12T06:13:27.534Z] 994456c4fd7b: Waiting [2025-05-12T06:13:27.534Z] 54f26827e890: Layer already exists [2025-05-12T06:13:27.534Z] 7643b7b22855: Layer already exists [2025-05-12T06:13:27.534Z] 60784ef3005c: Layer already exists [2025-05-12T06:13:27.534Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:27.534Z] 045e9cf93d0b: Layer already exists [2025-05-12T06:13:27.534Z] 2652acbebf60: Layer already exists [2025-05-12T06:13:27.534Z] 739a764237d5: Layer already exists [2025-05-12T06:13:27.534Z] b98f8b1ff336: Layer already exists [2025-05-12T06:13:27.534Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:27.534Z] main: digest: sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:27.613Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:27.626Z] taggedImages: [2025-05-12T06:13:27.626Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:27.626Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-12T06:13:27.626Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 [2025-05-12T06:13:27.626Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:27.626Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-05-12T06:13:27.659Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-05-12T06:13:27.659Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:27.659Z] latest [2025-05-12T06:13:27.659Z] 4.1.0-dev.10 [2025-05-12T06:13:27.659Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:27.659Z] main [2025-05-12T06:13:27.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:28.005Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:28.333Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:28.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-12T06:13:28.333Z] 23d0c7fdaa85: Preparing [2025-05-12T06:13:28.333Z] 11ec0903692a: Preparing [2025-05-12T06:13:28.333Z] 74fb2bfc3ce5: Preparing [2025-05-12T06:13:28.333Z] 2165122975ac: Preparing [2025-05-12T06:13:28.333Z] 4a3c97150586: Preparing [2025-05-12T06:13:28.333Z] 099b32bf1031: Preparing [2025-05-12T06:13:28.333Z] 739a764237d5: Preparing [2025-05-12T06:13:28.333Z] 39ef3f5d1f44: Preparing [2025-05-12T06:13:28.333Z] 3b11fb018901: Preparing [2025-05-12T06:13:28.333Z] 099b32bf1031: Waiting [2025-05-12T06:13:28.333Z] 739a764237d5: Waiting [2025-05-12T06:13:28.333Z] 39ef3f5d1f44: Waiting [2025-05-12T06:13:28.333Z] c9e9c7b40b7f: Preparing [2025-05-12T06:13:28.333Z] 994456c4fd7b: Preparing [2025-05-12T06:13:28.333Z] c9e9c7b40b7f: Waiting [2025-05-12T06:13:28.333Z] 994456c4fd7b: Waiting [2025-05-12T06:13:28.333Z] 4a3c97150586: Pushed [2025-05-12T06:13:28.333Z] 2165122975ac: Pushed [2025-05-12T06:13:28.333Z] 23d0c7fdaa85: Pushed [2025-05-12T06:13:28.333Z] 11ec0903692a: Pushed [2025-05-12T06:13:28.333Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:28.333Z] 739a764237d5: Layer already exists [2025-05-12T06:13:28.333Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:28.591Z] 39ef3f5d1f44: Pushed [2025-05-12T06:13:28.591Z] 3b11fb018901: Pushed [2025-05-12T06:13:29.969Z] c9e9c7b40b7f: Pushed [2025-05-12T06:13:30.228Z] 74fb2bfc3ce5: Pushed [2025-05-12T06:13:30.228Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:30.566Z] + 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-12T06:13:30.894Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-12T06:13:30.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-12T06:13:30.894Z] 23d0c7fdaa85: Preparing [2025-05-12T06:13:30.894Z] 11ec0903692a: Preparing [2025-05-12T06:13:30.894Z] 74fb2bfc3ce5: Preparing [2025-05-12T06:13:30.894Z] 2165122975ac: Preparing [2025-05-12T06:13:30.894Z] 4a3c97150586: Preparing [2025-05-12T06:13:30.894Z] 099b32bf1031: Preparing [2025-05-12T06:13:30.894Z] 739a764237d5: Preparing [2025-05-12T06:13:30.894Z] 39ef3f5d1f44: Preparing [2025-05-12T06:13:30.894Z] 3b11fb018901: Preparing [2025-05-12T06:13:30.894Z] c9e9c7b40b7f: Preparing [2025-05-12T06:13:30.894Z] 994456c4fd7b: Preparing [2025-05-12T06:13:30.894Z] 3b11fb018901: Waiting [2025-05-12T06:13:30.894Z] 099b32bf1031: Waiting [2025-05-12T06:13:30.894Z] c9e9c7b40b7f: Waiting [2025-05-12T06:13:30.894Z] 39ef3f5d1f44: Waiting [2025-05-12T06:13:30.894Z] 994456c4fd7b: Waiting [2025-05-12T06:13:30.894Z] 739a764237d5: Waiting [2025-05-12T06:13:30.894Z] 4a3c97150586: Layer already exists [2025-05-12T06:13:30.894Z] 2165122975ac: Layer already exists [2025-05-12T06:13:30.894Z] 74fb2bfc3ce5: Layer already exists [2025-05-12T06:13:30.894Z] 23d0c7fdaa85: Layer already exists [2025-05-12T06:13:30.894Z] 11ec0903692a: Layer already exists [2025-05-12T06:13:30.894Z] 739a764237d5: Layer already exists [2025-05-12T06:13:30.894Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:30.894Z] 39ef3f5d1f44: Layer already exists [2025-05-12T06:13:30.894Z] c9e9c7b40b7f: Layer already exists [2025-05-12T06:13:30.894Z] 3b11fb018901: Layer already exists [2025-05-12T06:13:30.894Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:30.894Z] latest: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:31.226Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:31.562Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 [2025-05-12T06:13:31.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-12T06:13:31.562Z] 23d0c7fdaa85: Preparing [2025-05-12T06:13:31.562Z] 11ec0903692a: Preparing [2025-05-12T06:13:31.562Z] 74fb2bfc3ce5: Preparing [2025-05-12T06:13:31.562Z] 2165122975ac: Preparing [2025-05-12T06:13:31.562Z] 4a3c97150586: Preparing [2025-05-12T06:13:31.562Z] 099b32bf1031: Preparing [2025-05-12T06:13:31.562Z] 739a764237d5: Preparing [2025-05-12T06:13:31.562Z] 39ef3f5d1f44: Preparing [2025-05-12T06:13:31.562Z] 3b11fb018901: Preparing [2025-05-12T06:13:31.562Z] c9e9c7b40b7f: Preparing [2025-05-12T06:13:31.562Z] 994456c4fd7b: Preparing [2025-05-12T06:13:31.562Z] 739a764237d5: Waiting [2025-05-12T06:13:31.562Z] 39ef3f5d1f44: Waiting [2025-05-12T06:13:31.562Z] 3b11fb018901: Waiting [2025-05-12T06:13:31.562Z] c9e9c7b40b7f: Waiting [2025-05-12T06:13:31.562Z] 994456c4fd7b: Waiting [2025-05-12T06:13:31.562Z] 099b32bf1031: Waiting [2025-05-12T06:13:31.562Z] 2165122975ac: Layer already exists [2025-05-12T06:13:31.562Z] 4a3c97150586: Layer already exists [2025-05-12T06:13:31.562Z] 23d0c7fdaa85: Layer already exists [2025-05-12T06:13:31.562Z] 11ec0903692a: Layer already exists [2025-05-12T06:13:31.562Z] 74fb2bfc3ce5: Layer already exists [2025-05-12T06:13:31.562Z] 739a764237d5: Layer already exists [2025-05-12T06:13:31.562Z] c9e9c7b40b7f: Layer already exists [2025-05-12T06:13:31.562Z] 3b11fb018901: Layer already exists [2025-05-12T06:13:31.562Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:31.562Z] 39ef3f5d1f44: Layer already exists [2025-05-12T06:13:31.562Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:31.562Z] 4.1.0-dev.10: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:31.901Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:32.224Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:32.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-12T06:13:32.224Z] 23d0c7fdaa85: Preparing [2025-05-12T06:13:32.224Z] 11ec0903692a: Preparing [2025-05-12T06:13:32.224Z] 74fb2bfc3ce5: Preparing [2025-05-12T06:13:32.224Z] 2165122975ac: Preparing [2025-05-12T06:13:32.224Z] 4a3c97150586: Preparing [2025-05-12T06:13:32.224Z] 099b32bf1031: Preparing [2025-05-12T06:13:32.224Z] 739a764237d5: Preparing [2025-05-12T06:13:32.224Z] 39ef3f5d1f44: Preparing [2025-05-12T06:13:32.224Z] 3b11fb018901: Preparing [2025-05-12T06:13:32.224Z] c9e9c7b40b7f: Preparing [2025-05-12T06:13:32.224Z] 994456c4fd7b: Preparing [2025-05-12T06:13:32.224Z] 39ef3f5d1f44: Waiting [2025-05-12T06:13:32.224Z] 3b11fb018901: Waiting [2025-05-12T06:13:32.224Z] c9e9c7b40b7f: Waiting [2025-05-12T06:13:32.224Z] 994456c4fd7b: Waiting [2025-05-12T06:13:32.224Z] 099b32bf1031: Waiting [2025-05-12T06:13:32.224Z] 739a764237d5: Waiting [2025-05-12T06:13:32.224Z] 4a3c97150586: Layer already exists [2025-05-12T06:13:32.224Z] 74fb2bfc3ce5: Layer already exists [2025-05-12T06:13:32.224Z] 23d0c7fdaa85: Layer already exists [2025-05-12T06:13:32.224Z] 2165122975ac: Layer already exists [2025-05-12T06:13:32.224Z] 11ec0903692a: Layer already exists [2025-05-12T06:13:32.224Z] 39ef3f5d1f44: Layer already exists [2025-05-12T06:13:32.224Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:32.224Z] 3b11fb018901: Layer already exists [2025-05-12T06:13:32.224Z] 739a764237d5: Layer already exists [2025-05-12T06:13:32.224Z] c9e9c7b40b7f: Layer already exists [2025-05-12T06:13:32.224Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:32.224Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:32.557Z] + 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-12T06:13:32.884Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-12T06:13:32.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-05-12T06:13:32.884Z] 23d0c7fdaa85: Preparing [2025-05-12T06:13:32.884Z] 11ec0903692a: Preparing [2025-05-12T06:13:32.884Z] 74fb2bfc3ce5: Preparing [2025-05-12T06:13:32.884Z] 2165122975ac: Preparing [2025-05-12T06:13:32.884Z] 4a3c97150586: Preparing [2025-05-12T06:13:32.884Z] 099b32bf1031: Preparing [2025-05-12T06:13:32.884Z] 739a764237d5: Preparing [2025-05-12T06:13:32.884Z] 39ef3f5d1f44: Preparing [2025-05-12T06:13:32.884Z] 3b11fb018901: Preparing [2025-05-12T06:13:32.884Z] c9e9c7b40b7f: Preparing [2025-05-12T06:13:32.884Z] 994456c4fd7b: Preparing [2025-05-12T06:13:32.884Z] 099b32bf1031: Waiting [2025-05-12T06:13:32.884Z] 739a764237d5: Waiting [2025-05-12T06:13:32.884Z] 39ef3f5d1f44: Waiting [2025-05-12T06:13:32.884Z] 3b11fb018901: Waiting [2025-05-12T06:13:32.884Z] c9e9c7b40b7f: Waiting [2025-05-12T06:13:32.884Z] 994456c4fd7b: Waiting [2025-05-12T06:13:32.884Z] 2165122975ac: Layer already exists [2025-05-12T06:13:32.884Z] 11ec0903692a: Layer already exists [2025-05-12T06:13:32.884Z] 23d0c7fdaa85: Layer already exists [2025-05-12T06:13:32.884Z] 4a3c97150586: Layer already exists [2025-05-12T06:13:32.884Z] 74fb2bfc3ce5: Layer already exists [2025-05-12T06:13:32.884Z] 39ef3f5d1f44: Layer already exists [2025-05-12T06:13:32.884Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:32.884Z] 3b11fb018901: Layer already exists [2025-05-12T06:13:32.884Z] 739a764237d5: Layer already exists [2025-05-12T06:13:32.884Z] c9e9c7b40b7f: Layer already exists [2025-05-12T06:13:32.884Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:32.884Z] main: digest: sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:32.964Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:32.977Z] taggedImages: [2025-05-12T06:13:32.977Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:32.977Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-12T06:13:32.977Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 [2025-05-12T06:13:32.977Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:32.977Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-05-12T06:13:33.003Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-05-12T06:13:33.003Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:33.003Z] latest [2025-05-12T06:13:33.003Z] 4.1.0-dev.10 [2025-05-12T06:13:33.003Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:33.003Z] main [2025-05-12T06:13:33.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:33.355Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:33.691Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:33.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-12T06:13:33.692Z] 025812836774: Preparing [2025-05-12T06:13:33.692Z] fa3923995491: Preparing [2025-05-12T06:13:33.692Z] bf8aa5327d9d: Preparing [2025-05-12T06:13:33.692Z] e7ec6dfb4fa7: Preparing [2025-05-12T06:13:33.692Z] b7945bfc9111: Preparing [2025-05-12T06:13:33.692Z] 498b5b28dc58: Preparing [2025-05-12T06:13:33.692Z] 975c725d87e3: Preparing [2025-05-12T06:13:33.692Z] 099b32bf1031: Preparing [2025-05-12T06:13:33.692Z] 739a764237d5: Preparing [2025-05-12T06:13:33.692Z] afc99c1f9fe8: Preparing [2025-05-12T06:13:33.692Z] 5c1186089f8d: Preparing [2025-05-12T06:13:33.692Z] 994456c4fd7b: Preparing [2025-05-12T06:13:33.692Z] 498b5b28dc58: Waiting [2025-05-12T06:13:33.692Z] 099b32bf1031: Waiting [2025-05-12T06:13:33.692Z] 739a764237d5: Waiting [2025-05-12T06:13:33.692Z] 975c725d87e3: Waiting [2025-05-12T06:13:33.692Z] afc99c1f9fe8: Waiting [2025-05-12T06:13:33.692Z] 5c1186089f8d: Waiting [2025-05-12T06:13:33.692Z] 994456c4fd7b: Waiting [2025-05-12T06:13:33.692Z] fa3923995491: Pushed [2025-05-12T06:13:33.692Z] b7945bfc9111: Pushed [2025-05-12T06:13:33.692Z] 025812836774: Pushed [2025-05-12T06:13:33.692Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:33.692Z] 739a764237d5: Layer already exists [2025-05-12T06:13:33.692Z] 498b5b28dc58: Pushed [2025-05-12T06:13:33.692Z] 975c725d87e3: Pushed [2025-05-12T06:13:33.950Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:33.950Z] afc99c1f9fe8: Pushed [2025-05-12T06:13:34.884Z] 5c1186089f8d: Pushed [2025-05-12T06:13:35.450Z] e7ec6dfb4fa7: Pushed [2025-05-12T06:13:36.384Z] bf8aa5327d9d: Pushed [2025-05-12T06:13:36.384Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:36.712Z] + 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-12T06:13:37.032Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-12T06:13:37.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-12T06:13:37.032Z] 025812836774: Preparing [2025-05-12T06:13:37.032Z] fa3923995491: Preparing [2025-05-12T06:13:37.032Z] bf8aa5327d9d: Preparing [2025-05-12T06:13:37.032Z] e7ec6dfb4fa7: Preparing [2025-05-12T06:13:37.032Z] b7945bfc9111: Preparing [2025-05-12T06:13:37.032Z] 498b5b28dc58: Preparing [2025-05-12T06:13:37.032Z] 975c725d87e3: Preparing [2025-05-12T06:13:37.032Z] 099b32bf1031: Preparing [2025-05-12T06:13:37.032Z] 739a764237d5: Preparing [2025-05-12T06:13:37.032Z] afc99c1f9fe8: Preparing [2025-05-12T06:13:37.032Z] 5c1186089f8d: Preparing [2025-05-12T06:13:37.032Z] 994456c4fd7b: Preparing [2025-05-12T06:13:37.032Z] 099b32bf1031: Waiting [2025-05-12T06:13:37.032Z] 739a764237d5: Waiting [2025-05-12T06:13:37.032Z] afc99c1f9fe8: Waiting [2025-05-12T06:13:37.032Z] 5c1186089f8d: Waiting [2025-05-12T06:13:37.032Z] 994456c4fd7b: Waiting [2025-05-12T06:13:37.032Z] 498b5b28dc58: Waiting [2025-05-12T06:13:37.032Z] 975c725d87e3: Waiting [2025-05-12T06:13:37.032Z] 025812836774: Layer already exists [2025-05-12T06:13:37.032Z] fa3923995491: Layer already exists [2025-05-12T06:13:37.032Z] e7ec6dfb4fa7: Layer already exists [2025-05-12T06:13:37.032Z] b7945bfc9111: Layer already exists [2025-05-12T06:13:37.032Z] bf8aa5327d9d: Layer already exists [2025-05-12T06:13:37.032Z] 498b5b28dc58: Layer already exists [2025-05-12T06:13:37.032Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:37.032Z] 975c725d87e3: Layer already exists [2025-05-12T06:13:37.032Z] afc99c1f9fe8: Layer already exists [2025-05-12T06:13:37.032Z] 739a764237d5: Layer already exists [2025-05-12T06:13:37.032Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:37.032Z] 5c1186089f8d: Layer already exists [2025-05-12T06:13:37.032Z] latest: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:37.368Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:37.701Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 [2025-05-12T06:13:37.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-12T06:13:37.701Z] 025812836774: Preparing [2025-05-12T06:13:37.701Z] fa3923995491: Preparing [2025-05-12T06:13:37.701Z] bf8aa5327d9d: Preparing [2025-05-12T06:13:37.701Z] e7ec6dfb4fa7: Preparing [2025-05-12T06:13:37.701Z] b7945bfc9111: Preparing [2025-05-12T06:13:37.701Z] 498b5b28dc58: Preparing [2025-05-12T06:13:37.701Z] 975c725d87e3: Preparing [2025-05-12T06:13:37.701Z] 099b32bf1031: Preparing [2025-05-12T06:13:37.701Z] 739a764237d5: Preparing [2025-05-12T06:13:37.701Z] afc99c1f9fe8: Preparing [2025-05-12T06:13:37.701Z] 5c1186089f8d: Preparing [2025-05-12T06:13:37.701Z] 994456c4fd7b: Preparing [2025-05-12T06:13:37.701Z] 975c725d87e3: Waiting [2025-05-12T06:13:37.701Z] 099b32bf1031: Waiting [2025-05-12T06:13:37.701Z] 739a764237d5: Waiting [2025-05-12T06:13:37.701Z] 498b5b28dc58: Waiting [2025-05-12T06:13:37.701Z] afc99c1f9fe8: Waiting [2025-05-12T06:13:37.701Z] 5c1186089f8d: Waiting [2025-05-12T06:13:37.701Z] 994456c4fd7b: Waiting [2025-05-12T06:13:37.701Z] bf8aa5327d9d: Layer already exists [2025-05-12T06:13:37.701Z] e7ec6dfb4fa7: Layer already exists [2025-05-12T06:13:37.701Z] fa3923995491: Layer already exists [2025-05-12T06:13:37.701Z] b7945bfc9111: Layer already exists [2025-05-12T06:13:37.701Z] 025812836774: Layer already exists [2025-05-12T06:13:37.701Z] 498b5b28dc58: Layer already exists [2025-05-12T06:13:37.701Z] 975c725d87e3: Layer already exists [2025-05-12T06:13:37.701Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:37.701Z] 739a764237d5: Layer already exists [2025-05-12T06:13:37.701Z] afc99c1f9fe8: Layer already exists [2025-05-12T06:13:37.701Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:37.701Z] 5c1186089f8d: Layer already exists [2025-05-12T06:13:37.701Z] 4.1.0-dev.10: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:38.024Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:38.581Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:38.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-12T06:13:38.581Z] 025812836774: Preparing [2025-05-12T06:13:38.581Z] fa3923995491: Preparing [2025-05-12T06:13:38.581Z] bf8aa5327d9d: Preparing [2025-05-12T06:13:38.581Z] e7ec6dfb4fa7: Preparing [2025-05-12T06:13:38.581Z] b7945bfc9111: Preparing [2025-05-12T06:13:38.581Z] 498b5b28dc58: Preparing [2025-05-12T06:13:38.581Z] 975c725d87e3: Preparing [2025-05-12T06:13:38.581Z] 099b32bf1031: Preparing [2025-05-12T06:13:38.581Z] 739a764237d5: Preparing [2025-05-12T06:13:38.581Z] afc99c1f9fe8: Preparing [2025-05-12T06:13:38.581Z] 5c1186089f8d: Preparing [2025-05-12T06:13:38.581Z] 994456c4fd7b: Preparing [2025-05-12T06:13:38.581Z] 975c725d87e3: Waiting [2025-05-12T06:13:38.581Z] 099b32bf1031: Waiting [2025-05-12T06:13:38.581Z] 739a764237d5: Waiting [2025-05-12T06:13:38.581Z] afc99c1f9fe8: Waiting [2025-05-12T06:13:38.581Z] 5c1186089f8d: Waiting [2025-05-12T06:13:38.581Z] 994456c4fd7b: Waiting [2025-05-12T06:13:38.581Z] 498b5b28dc58: Waiting [2025-05-12T06:13:38.581Z] e7ec6dfb4fa7: Layer already exists [2025-05-12T06:13:38.581Z] bf8aa5327d9d: Layer already exists [2025-05-12T06:13:38.581Z] 025812836774: Layer already exists [2025-05-12T06:13:38.581Z] fa3923995491: Layer already exists [2025-05-12T06:13:38.581Z] b7945bfc9111: Layer already exists [2025-05-12T06:13:38.581Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:38.581Z] 975c725d87e3: Layer already exists [2025-05-12T06:13:38.581Z] 739a764237d5: Layer already exists [2025-05-12T06:13:38.581Z] 498b5b28dc58: Layer already exists [2025-05-12T06:13:38.581Z] afc99c1f9fe8: Layer already exists [2025-05-12T06:13:38.581Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:38.581Z] 5c1186089f8d: Layer already exists [2025-05-12T06:13:38.581Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:38.908Z] + 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-12T06:13:39.238Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-12T06:13:39.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-05-12T06:13:39.238Z] 025812836774: Preparing [2025-05-12T06:13:39.238Z] fa3923995491: Preparing [2025-05-12T06:13:39.238Z] bf8aa5327d9d: Preparing [2025-05-12T06:13:39.238Z] e7ec6dfb4fa7: Preparing [2025-05-12T06:13:39.238Z] b7945bfc9111: Preparing [2025-05-12T06:13:39.238Z] 498b5b28dc58: Preparing [2025-05-12T06:13:39.238Z] 975c725d87e3: Preparing [2025-05-12T06:13:39.238Z] 099b32bf1031: Preparing [2025-05-12T06:13:39.238Z] 739a764237d5: Preparing [2025-05-12T06:13:39.238Z] afc99c1f9fe8: Preparing [2025-05-12T06:13:39.238Z] 5c1186089f8d: Preparing [2025-05-12T06:13:39.238Z] 994456c4fd7b: Preparing [2025-05-12T06:13:39.238Z] 099b32bf1031: Waiting [2025-05-12T06:13:39.238Z] afc99c1f9fe8: Waiting [2025-05-12T06:13:39.238Z] 994456c4fd7b: Waiting [2025-05-12T06:13:39.238Z] 5c1186089f8d: Waiting [2025-05-12T06:13:39.238Z] 739a764237d5: Waiting [2025-05-12T06:13:39.238Z] 498b5b28dc58: Waiting [2025-05-12T06:13:39.238Z] 975c725d87e3: Waiting [2025-05-12T06:13:39.238Z] fa3923995491: Layer already exists [2025-05-12T06:13:39.238Z] b7945bfc9111: Layer already exists [2025-05-12T06:13:39.238Z] bf8aa5327d9d: Layer already exists [2025-05-12T06:13:39.238Z] 025812836774: Layer already exists [2025-05-12T06:13:39.238Z] e7ec6dfb4fa7: Layer already exists [2025-05-12T06:13:39.238Z] 975c725d87e3: Layer already exists [2025-05-12T06:13:39.238Z] 498b5b28dc58: Layer already exists [2025-05-12T06:13:39.238Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:39.238Z] 739a764237d5: Layer already exists [2025-05-12T06:13:39.238Z] afc99c1f9fe8: Layer already exists [2025-05-12T06:13:39.238Z] 5c1186089f8d: Layer already exists [2025-05-12T06:13:39.238Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:39.238Z] main: digest: sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:39.323Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:39.342Z] taggedImages: [2025-05-12T06:13:39.342Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:39.342Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-12T06:13:39.342Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 [2025-05-12T06:13:39.342Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:39.342Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-05-12T06:13:39.380Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-05-12T06:13:39.380Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:39.380Z] latest [2025-05-12T06:13:39.380Z] 4.1.0-dev.10 [2025-05-12T06:13:39.380Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:39.380Z] main [2025-05-12T06:13:39.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:39.737Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:40.061Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:40.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-12T06:13:40.061Z] 39d9fd98431f: Preparing [2025-05-12T06:13:40.061Z] 64fa548efcad: Preparing [2025-05-12T06:13:40.061Z] 099b32bf1031: Preparing [2025-05-12T06:13:40.061Z] 739a764237d5: Preparing [2025-05-12T06:13:40.061Z] fe8817d4848a: Preparing [2025-05-12T06:13:40.061Z] a9809692d7d1: Preparing [2025-05-12T06:13:40.061Z] 994456c4fd7b: Preparing [2025-05-12T06:13:40.061Z] 994456c4fd7b: Waiting [2025-05-12T06:13:40.061Z] a9809692d7d1: Waiting [2025-05-12T06:13:40.061Z] 739a764237d5: Layer already exists [2025-05-12T06:13:40.061Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:40.061Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:40.061Z] fe8817d4848a: Pushed [2025-05-12T06:13:40.061Z] 39d9fd98431f: Pushed [2025-05-12T06:13:40.993Z] a9809692d7d1: Pushed [2025-05-12T06:13:42.895Z] 64fa548efcad: Pushed [2025-05-12T06:13:42.895Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:43.486Z] + 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-12T06:13:43.810Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-12T06:13:43.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-12T06:13:43.810Z] 39d9fd98431f: Preparing [2025-05-12T06:13:43.810Z] 64fa548efcad: Preparing [2025-05-12T06:13:43.810Z] 099b32bf1031: Preparing [2025-05-12T06:13:43.810Z] 739a764237d5: Preparing [2025-05-12T06:13:43.810Z] fe8817d4848a: Preparing [2025-05-12T06:13:43.810Z] a9809692d7d1: Preparing [2025-05-12T06:13:43.810Z] 994456c4fd7b: Preparing [2025-05-12T06:13:43.810Z] 994456c4fd7b: Waiting [2025-05-12T06:13:43.810Z] a9809692d7d1: Waiting [2025-05-12T06:13:43.810Z] 739a764237d5: Layer already exists [2025-05-12T06:13:43.810Z] fe8817d4848a: Layer already exists [2025-05-12T06:13:43.810Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:43.810Z] 39d9fd98431f: Layer already exists [2025-05-12T06:13:43.810Z] 64fa548efcad: Layer already exists [2025-05-12T06:13:43.810Z] a9809692d7d1: Layer already exists [2025-05-12T06:13:43.810Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:43.810Z] latest: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:44.142Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:44.464Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 [2025-05-12T06:13:44.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-12T06:13:44.464Z] 39d9fd98431f: Preparing [2025-05-12T06:13:44.464Z] 64fa548efcad: Preparing [2025-05-12T06:13:44.464Z] 099b32bf1031: Preparing [2025-05-12T06:13:44.464Z] 739a764237d5: Preparing [2025-05-12T06:13:44.464Z] fe8817d4848a: Preparing [2025-05-12T06:13:44.464Z] a9809692d7d1: Preparing [2025-05-12T06:13:44.464Z] 994456c4fd7b: Preparing [2025-05-12T06:13:44.464Z] a9809692d7d1: Waiting [2025-05-12T06:13:44.464Z] 994456c4fd7b: Waiting [2025-05-12T06:13:44.464Z] 64fa548efcad: Layer already exists [2025-05-12T06:13:44.464Z] 39d9fd98431f: Layer already exists [2025-05-12T06:13:44.464Z] fe8817d4848a: Layer already exists [2025-05-12T06:13:44.464Z] 739a764237d5: Layer already exists [2025-05-12T06:13:44.464Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:44.464Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:44.464Z] a9809692d7d1: Layer already exists [2025-05-12T06:13:44.464Z] 4.1.0-dev.10: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:44.786Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:45.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:45.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-12T06:13:45.110Z] 39d9fd98431f: Preparing [2025-05-12T06:13:45.110Z] 64fa548efcad: Preparing [2025-05-12T06:13:45.110Z] 099b32bf1031: Preparing [2025-05-12T06:13:45.110Z] 739a764237d5: Preparing [2025-05-12T06:13:45.110Z] fe8817d4848a: Preparing [2025-05-12T06:13:45.110Z] a9809692d7d1: Preparing [2025-05-12T06:13:45.110Z] 994456c4fd7b: Preparing [2025-05-12T06:13:45.110Z] a9809692d7d1: Waiting [2025-05-12T06:13:45.110Z] 994456c4fd7b: Waiting [2025-05-12T06:13:45.110Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:45.110Z] 739a764237d5: Layer already exists [2025-05-12T06:13:45.110Z] 64fa548efcad: Layer already exists [2025-05-12T06:13:45.110Z] fe8817d4848a: Layer already exists [2025-05-12T06:13:45.110Z] 39d9fd98431f: Layer already exists [2025-05-12T06:13:45.110Z] a9809692d7d1: Layer already exists [2025-05-12T06:13:45.110Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:45.110Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:45.444Z] + 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-12T06:13:45.770Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-12T06:13:45.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-05-12T06:13:45.770Z] 39d9fd98431f: Preparing [2025-05-12T06:13:45.770Z] 64fa548efcad: Preparing [2025-05-12T06:13:45.770Z] 099b32bf1031: Preparing [2025-05-12T06:13:45.770Z] 739a764237d5: Preparing [2025-05-12T06:13:45.770Z] fe8817d4848a: Preparing [2025-05-12T06:13:45.770Z] a9809692d7d1: Preparing [2025-05-12T06:13:45.770Z] 994456c4fd7b: Preparing [2025-05-12T06:13:45.770Z] a9809692d7d1: Waiting [2025-05-12T06:13:45.770Z] 994456c4fd7b: Waiting [2025-05-12T06:13:45.770Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:45.770Z] 739a764237d5: Layer already exists [2025-05-12T06:13:45.770Z] 64fa548efcad: Layer already exists [2025-05-12T06:13:45.770Z] 39d9fd98431f: Layer already exists [2025-05-12T06:13:45.770Z] fe8817d4848a: Layer already exists [2025-05-12T06:13:45.770Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:45.770Z] a9809692d7d1: Layer already exists [2025-05-12T06:13:45.770Z] main: digest: sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:13:45.840Z] ===================================================== [Pipeline] echo [2025-05-12T06:13:45.852Z] taggedImages: [2025-05-12T06:13:45.852Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:45.852Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-12T06:13:45.852Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 [2025-05-12T06:13:45.852Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:45.852Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-05-12T06:13:45.880Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-05-12T06:13:45.880Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:45.880Z] latest [2025-05-12T06:13:45.880Z] 4.1.0-dev.10 [2025-05-12T06:13:45.880Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:45.880Z] main [2025-05-12T06:13:45.880Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:46.236Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:46.563Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:13:46.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-12T06:13:46.563Z] cec48dae5d32: Preparing [2025-05-12T06:13:46.563Z] 0741f1a0ce6d: Preparing [2025-05-12T06:13:46.563Z] fd1aa0d60bc7: Preparing [2025-05-12T06:13:46.563Z] 099b32bf1031: Preparing [2025-05-12T06:13:46.563Z] 739a764237d5: Preparing [2025-05-12T06:13:46.563Z] 57f9cd90296c: Preparing [2025-05-12T06:13:46.563Z] 1807a2a76759: Preparing [2025-05-12T06:13:46.563Z] 824ad6d36c7c: Preparing [2025-05-12T06:13:46.563Z] 75c2f318edfe: Preparing [2025-05-12T06:13:46.563Z] 994456c4fd7b: Preparing [2025-05-12T06:13:46.563Z] 57f9cd90296c: Waiting [2025-05-12T06:13:46.563Z] 1807a2a76759: Waiting [2025-05-12T06:13:46.563Z] 824ad6d36c7c: Waiting [2025-05-12T06:13:46.563Z] 75c2f318edfe: Waiting [2025-05-12T06:13:46.563Z] 994456c4fd7b: Waiting [2025-05-12T06:13:46.563Z] 739a764237d5: Layer already exists [2025-05-12T06:13:46.563Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:46.563Z] cec48dae5d32: Pushed [2025-05-12T06:13:46.563Z] 0741f1a0ce6d: Pushed [2025-05-12T06:13:46.563Z] fd1aa0d60bc7: Pushed [2025-05-12T06:13:46.563Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:46.563Z] 824ad6d36c7c: Pushed [2025-05-12T06:13:47.130Z] 75c2f318edfe: Pushed [2025-05-12T06:13:51.317Z] 1807a2a76759: Pushed [2025-05-12T06:13:57.894Z] 57f9cd90296c: Pushed [2025-05-12T06:13:57.894Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:58.231Z] + 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-12T06:13:58.558Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-12T06:13:58.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-12T06:13:58.558Z] cec48dae5d32: Preparing [2025-05-12T06:13:58.558Z] 0741f1a0ce6d: Preparing [2025-05-12T06:13:58.558Z] fd1aa0d60bc7: Preparing [2025-05-12T06:13:58.558Z] 099b32bf1031: Preparing [2025-05-12T06:13:58.558Z] 739a764237d5: Preparing [2025-05-12T06:13:58.558Z] 57f9cd90296c: Preparing [2025-05-12T06:13:58.558Z] 1807a2a76759: Preparing [2025-05-12T06:13:58.558Z] 824ad6d36c7c: Preparing [2025-05-12T06:13:58.558Z] 75c2f318edfe: Preparing [2025-05-12T06:13:58.558Z] 994456c4fd7b: Preparing [2025-05-12T06:13:58.558Z] 824ad6d36c7c: Waiting [2025-05-12T06:13:58.558Z] 75c2f318edfe: Waiting [2025-05-12T06:13:58.558Z] 994456c4fd7b: Waiting [2025-05-12T06:13:58.558Z] 1807a2a76759: Waiting [2025-05-12T06:13:58.558Z] 57f9cd90296c: Waiting [2025-05-12T06:13:58.558Z] fd1aa0d60bc7: Layer already exists [2025-05-12T06:13:58.558Z] 739a764237d5: Layer already exists [2025-05-12T06:13:58.558Z] cec48dae5d32: Layer already exists [2025-05-12T06:13:58.558Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:58.558Z] 0741f1a0ce6d: Layer already exists [2025-05-12T06:13:58.558Z] 75c2f318edfe: Layer already exists [2025-05-12T06:13:58.558Z] 57f9cd90296c: Layer already exists [2025-05-12T06:13:58.558Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:58.558Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:13:58.558Z] 1807a2a76759: Layer already exists [2025-05-12T06:13:58.558Z] latest: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:58.891Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:59.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 [2025-05-12T06:13:59.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-12T06:13:59.214Z] cec48dae5d32: Preparing [2025-05-12T06:13:59.214Z] 0741f1a0ce6d: Preparing [2025-05-12T06:13:59.214Z] fd1aa0d60bc7: Preparing [2025-05-12T06:13:59.214Z] 099b32bf1031: Preparing [2025-05-12T06:13:59.214Z] 739a764237d5: Preparing [2025-05-12T06:13:59.214Z] 57f9cd90296c: Preparing [2025-05-12T06:13:59.214Z] 1807a2a76759: Preparing [2025-05-12T06:13:59.214Z] 824ad6d36c7c: Preparing [2025-05-12T06:13:59.214Z] 75c2f318edfe: Preparing [2025-05-12T06:13:59.214Z] 994456c4fd7b: Preparing [2025-05-12T06:13:59.214Z] 1807a2a76759: Waiting [2025-05-12T06:13:59.214Z] 824ad6d36c7c: Waiting [2025-05-12T06:13:59.214Z] 75c2f318edfe: Waiting [2025-05-12T06:13:59.214Z] 994456c4fd7b: Waiting [2025-05-12T06:13:59.214Z] 57f9cd90296c: Waiting [2025-05-12T06:13:59.214Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:59.214Z] 0741f1a0ce6d: Layer already exists [2025-05-12T06:13:59.214Z] fd1aa0d60bc7: Layer already exists [2025-05-12T06:13:59.214Z] 739a764237d5: Layer already exists [2025-05-12T06:13:59.214Z] cec48dae5d32: Layer already exists [2025-05-12T06:13:59.214Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:13:59.214Z] 57f9cd90296c: Layer already exists [2025-05-12T06:13:59.214Z] 75c2f318edfe: Layer already exists [2025-05-12T06:13:59.214Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:59.214Z] 1807a2a76759: Layer already exists [2025-05-12T06:13:59.214Z] 4.1.0-dev.10: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:59.544Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:13:59.873Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:13:59.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-12T06:13:59.873Z] cec48dae5d32: Preparing [2025-05-12T06:13:59.873Z] 0741f1a0ce6d: Preparing [2025-05-12T06:13:59.873Z] fd1aa0d60bc7: Preparing [2025-05-12T06:13:59.873Z] 099b32bf1031: Preparing [2025-05-12T06:13:59.873Z] 739a764237d5: Preparing [2025-05-12T06:13:59.873Z] 57f9cd90296c: Preparing [2025-05-12T06:13:59.873Z] 1807a2a76759: Preparing [2025-05-12T06:13:59.873Z] 824ad6d36c7c: Preparing [2025-05-12T06:13:59.873Z] 75c2f318edfe: Preparing [2025-05-12T06:13:59.873Z] 994456c4fd7b: Preparing [2025-05-12T06:13:59.873Z] 824ad6d36c7c: Waiting [2025-05-12T06:13:59.873Z] 994456c4fd7b: Waiting [2025-05-12T06:13:59.873Z] 75c2f318edfe: Waiting [2025-05-12T06:13:59.873Z] 57f9cd90296c: Waiting [2025-05-12T06:13:59.873Z] 1807a2a76759: Waiting [2025-05-12T06:13:59.873Z] fd1aa0d60bc7: Layer already exists [2025-05-12T06:13:59.873Z] 099b32bf1031: Layer already exists [2025-05-12T06:13:59.873Z] 739a764237d5: Layer already exists [2025-05-12T06:13:59.873Z] cec48dae5d32: Layer already exists [2025-05-12T06:13:59.873Z] 0741f1a0ce6d: Layer already exists [2025-05-12T06:13:59.873Z] 57f9cd90296c: Layer already exists [2025-05-12T06:13:59.873Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:13:59.873Z] 994456c4fd7b: Layer already exists [2025-05-12T06:13:59.873Z] 75c2f318edfe: Layer already exists [2025-05-12T06:13:59.873Z] 1807a2a76759: Layer already exists [2025-05-12T06:13:59.873Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:00.197Z] + 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-12T06:14:00.530Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-12T06:14:00.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-05-12T06:14:00.530Z] cec48dae5d32: Preparing [2025-05-12T06:14:00.530Z] 0741f1a0ce6d: Preparing [2025-05-12T06:14:00.530Z] fd1aa0d60bc7: Preparing [2025-05-12T06:14:00.530Z] 099b32bf1031: Preparing [2025-05-12T06:14:00.530Z] 739a764237d5: Preparing [2025-05-12T06:14:00.530Z] 57f9cd90296c: Preparing [2025-05-12T06:14:00.530Z] 1807a2a76759: Preparing [2025-05-12T06:14:00.530Z] 824ad6d36c7c: Preparing [2025-05-12T06:14:00.530Z] 75c2f318edfe: Preparing [2025-05-12T06:14:00.530Z] 994456c4fd7b: Preparing [2025-05-12T06:14:00.530Z] 57f9cd90296c: Waiting [2025-05-12T06:14:00.530Z] 1807a2a76759: Waiting [2025-05-12T06:14:00.530Z] 824ad6d36c7c: Waiting [2025-05-12T06:14:00.530Z] 75c2f318edfe: Waiting [2025-05-12T06:14:00.530Z] 994456c4fd7b: Waiting [2025-05-12T06:14:00.530Z] 739a764237d5: Layer already exists [2025-05-12T06:14:00.530Z] 0741f1a0ce6d: Layer already exists [2025-05-12T06:14:00.530Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:00.530Z] fd1aa0d60bc7: Layer already exists [2025-05-12T06:14:00.530Z] cec48dae5d32: Layer already exists [2025-05-12T06:14:00.530Z] 1807a2a76759: Layer already exists [2025-05-12T06:14:00.530Z] 57f9cd90296c: Layer already exists [2025-05-12T06:14:00.530Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:14:00.530Z] 75c2f318edfe: Layer already exists [2025-05-12T06:14:00.530Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:00.530Z] main: digest: sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:14:00.599Z] ===================================================== [Pipeline] echo [2025-05-12T06:14:00.611Z] taggedImages: [2025-05-12T06:14:00.611Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:00.611Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-12T06:14:00.611Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 [2025-05-12T06:14:00.611Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:00.611Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-05-12T06:14:00.631Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-05-12T06:14:00.631Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:00.631Z] latest [2025-05-12T06:14:00.631Z] 4.1.0-dev.10 [2025-05-12T06:14:00.631Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:00.631Z] main [2025-05-12T06:14:00.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:00.970Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:01.297Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:01.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-12T06:14:01.297Z] c0d94458ef78: Preparing [2025-05-12T06:14:01.297Z] ac14be49427b: Preparing [2025-05-12T06:14:01.297Z] ae61f600e703: Preparing [2025-05-12T06:14:01.297Z] 099b32bf1031: Preparing [2025-05-12T06:14:01.297Z] 739a764237d5: Preparing [2025-05-12T06:14:01.297Z] e07e82f28006: Preparing [2025-05-12T06:14:01.297Z] 085f6941caae: Preparing [2025-05-12T06:14:01.297Z] 8029d6c4c349: Preparing [2025-05-12T06:14:01.297Z] 994456c4fd7b: Preparing [2025-05-12T06:14:01.297Z] e07e82f28006: Waiting [2025-05-12T06:14:01.297Z] 8029d6c4c349: Waiting [2025-05-12T06:14:01.297Z] 994456c4fd7b: Waiting [2025-05-12T06:14:01.297Z] 085f6941caae: Waiting [2025-05-12T06:14:01.297Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:01.297Z] 739a764237d5: Layer already exists [2025-05-12T06:14:01.297Z] c0d94458ef78: Pushed [2025-05-12T06:14:01.297Z] ac14be49427b: Pushed [2025-05-12T06:14:01.297Z] 085f6941caae: Pushed [2025-05-12T06:14:01.297Z] ae61f600e703: Pushed [2025-05-12T06:14:01.297Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:01.555Z] 8029d6c4c349: Pushed [2025-05-12T06:14:11.530Z] e07e82f28006: Pushed [2025-05-12T06:14:11.530Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:11.865Z] + 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-12T06:14:12.198Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-12T06:14:12.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-12T06:14:12.198Z] c0d94458ef78: Preparing [2025-05-12T06:14:12.198Z] ac14be49427b: Preparing [2025-05-12T06:14:12.198Z] ae61f600e703: Preparing [2025-05-12T06:14:12.198Z] 099b32bf1031: Preparing [2025-05-12T06:14:12.198Z] 739a764237d5: Preparing [2025-05-12T06:14:12.198Z] e07e82f28006: Preparing [2025-05-12T06:14:12.198Z] 085f6941caae: Preparing [2025-05-12T06:14:12.198Z] 8029d6c4c349: Preparing [2025-05-12T06:14:12.198Z] 994456c4fd7b: Preparing [2025-05-12T06:14:12.198Z] 085f6941caae: Waiting [2025-05-12T06:14:12.198Z] 8029d6c4c349: Waiting [2025-05-12T06:14:12.198Z] e07e82f28006: Waiting [2025-05-12T06:14:12.198Z] ae61f600e703: Layer already exists [2025-05-12T06:14:12.198Z] c0d94458ef78: Layer already exists [2025-05-12T06:14:12.198Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:12.198Z] 739a764237d5: Layer already exists [2025-05-12T06:14:12.198Z] ac14be49427b: Layer already exists [2025-05-12T06:14:12.198Z] 8029d6c4c349: Layer already exists [2025-05-12T06:14:12.198Z] 085f6941caae: Layer already exists [2025-05-12T06:14:12.198Z] e07e82f28006: Layer already exists [2025-05-12T06:14:12.198Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:12.198Z] latest: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:12.538Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:12.856Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 [2025-05-12T06:14:12.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-12T06:14:12.856Z] c0d94458ef78: Preparing [2025-05-12T06:14:12.856Z] ac14be49427b: Preparing [2025-05-12T06:14:12.856Z] ae61f600e703: Preparing [2025-05-12T06:14:12.856Z] 099b32bf1031: Preparing [2025-05-12T06:14:12.856Z] 739a764237d5: Preparing [2025-05-12T06:14:12.856Z] e07e82f28006: Preparing [2025-05-12T06:14:12.856Z] 085f6941caae: Preparing [2025-05-12T06:14:12.856Z] 8029d6c4c349: Preparing [2025-05-12T06:14:12.856Z] 994456c4fd7b: Preparing [2025-05-12T06:14:12.856Z] e07e82f28006: Waiting [2025-05-12T06:14:12.856Z] 085f6941caae: Waiting [2025-05-12T06:14:12.856Z] 8029d6c4c349: Waiting [2025-05-12T06:14:12.856Z] 994456c4fd7b: Waiting [2025-05-12T06:14:12.856Z] 739a764237d5: Layer already exists [2025-05-12T06:14:12.856Z] c0d94458ef78: Layer already exists [2025-05-12T06:14:12.856Z] ac14be49427b: Layer already exists [2025-05-12T06:14:12.856Z] ae61f600e703: Layer already exists [2025-05-12T06:14:12.856Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:12.856Z] 8029d6c4c349: Layer already exists [2025-05-12T06:14:12.856Z] e07e82f28006: Layer already exists [2025-05-12T06:14:12.856Z] 085f6941caae: Layer already exists [2025-05-12T06:14:12.856Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:12.856Z] 4.1.0-dev.10: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:13.186Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:13.506Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:13.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-12T06:14:13.506Z] c0d94458ef78: Preparing [2025-05-12T06:14:13.506Z] ac14be49427b: Preparing [2025-05-12T06:14:13.506Z] ae61f600e703: Preparing [2025-05-12T06:14:13.506Z] 099b32bf1031: Preparing [2025-05-12T06:14:13.506Z] 739a764237d5: Preparing [2025-05-12T06:14:13.506Z] e07e82f28006: Preparing [2025-05-12T06:14:13.506Z] 085f6941caae: Preparing [2025-05-12T06:14:13.506Z] 8029d6c4c349: Preparing [2025-05-12T06:14:13.506Z] 994456c4fd7b: Preparing [2025-05-12T06:14:13.506Z] e07e82f28006: Waiting [2025-05-12T06:14:13.506Z] 085f6941caae: Waiting [2025-05-12T06:14:13.506Z] 8029d6c4c349: Waiting [2025-05-12T06:14:13.506Z] 994456c4fd7b: Waiting [2025-05-12T06:14:13.506Z] c0d94458ef78: Layer already exists [2025-05-12T06:14:13.506Z] 739a764237d5: Layer already exists [2025-05-12T06:14:13.506Z] ae61f600e703: Layer already exists [2025-05-12T06:14:13.506Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:13.506Z] ac14be49427b: Layer already exists [2025-05-12T06:14:13.506Z] 085f6941caae: Layer already exists [2025-05-12T06:14:13.506Z] e07e82f28006: Layer already exists [2025-05-12T06:14:13.506Z] 8029d6c4c349: Layer already exists [2025-05-12T06:14:13.506Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:13.506Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:13.842Z] + 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-12T06:14:14.169Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-12T06:14:14.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-05-12T06:14:14.170Z] c0d94458ef78: Preparing [2025-05-12T06:14:14.170Z] ac14be49427b: Preparing [2025-05-12T06:14:14.170Z] ae61f600e703: Preparing [2025-05-12T06:14:14.170Z] 099b32bf1031: Preparing [2025-05-12T06:14:14.170Z] 739a764237d5: Preparing [2025-05-12T06:14:14.170Z] e07e82f28006: Preparing [2025-05-12T06:14:14.170Z] 085f6941caae: Preparing [2025-05-12T06:14:14.170Z] 8029d6c4c349: Preparing [2025-05-12T06:14:14.170Z] 994456c4fd7b: Preparing [2025-05-12T06:14:14.170Z] 085f6941caae: Waiting [2025-05-12T06:14:14.170Z] e07e82f28006: Waiting [2025-05-12T06:14:14.170Z] ac14be49427b: Layer already exists [2025-05-12T06:14:14.170Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:14.170Z] 739a764237d5: Layer already exists [2025-05-12T06:14:14.170Z] ae61f600e703: Layer already exists [2025-05-12T06:14:14.170Z] c0d94458ef78: Layer already exists [2025-05-12T06:14:14.170Z] 8029d6c4c349: Layer already exists [2025-05-12T06:14:14.170Z] 085f6941caae: Layer already exists [2025-05-12T06:14:14.170Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:14.170Z] e07e82f28006: Layer already exists [2025-05-12T06:14:14.170Z] main: digest: sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:14:14.255Z] ===================================================== [Pipeline] echo [2025-05-12T06:14:14.274Z] taggedImages: [2025-05-12T06:14:14.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:14.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-12T06:14:14.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 [2025-05-12T06:14:14.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:14.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-05-12T06:14:14.309Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-05-12T06:14:14.309Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:14.309Z] latest [2025-05-12T06:14:14.309Z] 4.1.0-dev.10 [2025-05-12T06:14:14.309Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:14.309Z] main [2025-05-12T06:14:14.309Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:14.664Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:14.992Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:14.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-12T06:14:14.992Z] cec48dae5d32: Preparing [2025-05-12T06:14:14.992Z] dc048946b6f4: Preparing [2025-05-12T06:14:14.992Z] b9b6886ccf8d: Preparing [2025-05-12T06:14:14.992Z] 099b32bf1031: Preparing [2025-05-12T06:14:14.992Z] 739a764237d5: Preparing [2025-05-12T06:14:14.992Z] 6ea4f5e6b834: Preparing [2025-05-12T06:14:14.992Z] 824ad6d36c7c: Preparing [2025-05-12T06:14:14.992Z] 75c2f318edfe: Preparing [2025-05-12T06:14:14.992Z] 994456c4fd7b: Preparing [2025-05-12T06:14:14.992Z] 824ad6d36c7c: Waiting [2025-05-12T06:14:14.992Z] 6ea4f5e6b834: Waiting [2025-05-12T06:14:14.992Z] 75c2f318edfe: Waiting [2025-05-12T06:14:14.992Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:14.992Z] cec48dae5d32: Layer already exists [2025-05-12T06:14:14.992Z] 739a764237d5: Layer already exists [2025-05-12T06:14:14.992Z] b9b6886ccf8d: Pushed [2025-05-12T06:14:14.992Z] dc048946b6f4: Pushed [2025-05-12T06:14:14.992Z] 75c2f318edfe: Layer already exists [2025-05-12T06:14:14.992Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:14:14.992Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:26.488Z] #43 ... [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #95 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #95 DONE 97.8s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #119 [security-bootstrapper builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #119 ... [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #93 DONE 96.5s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #81 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #81 DONE 108.9s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #94 DONE 89.8s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #92 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #92 DONE 90.3s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #98 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #98 DONE 85.7s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #120 DONE 1.8s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #121 [support-scheduler builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #121 DONE 2.0s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #122 [security-proxy-setup builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #122 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:14:26.489Z] #123 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #124 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #125 [support-notifications builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #125 DONE 2.0s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #119 [security-bootstrapper builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #119 DONE 2.0s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #126 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #127 [security-secretstore-setup builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #127 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #128 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:14:26.489Z] #128 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-12T06:14:26.489Z] #129 ... [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #130 [core-metadata builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #130 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:14:26.489Z] #131 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #132 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:14:26.489Z] #133 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #134 [security-proxy-auth builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #134 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #135 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #136 [core-keeper builder 7/8] COPY . . [2025-05-12T06:14:26.489Z] #136 DONE 2.0s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #137 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #138 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #138 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #139 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:14:26.489Z] #139 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #140 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-05-12T06:14:26.489Z] #140 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #141 [core-command builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #141 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #142 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-05-12T06:14:26.489Z] #142 CACHED [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #143 [core-data builder 6/7] COPY . . [2025-05-12T06:14:26.489Z] #143 DONE 2.0s [2025-05-12T06:14:26.489Z] [2025-05-12T06:14:26.489Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-12T06:14:27.196Z] 6ea4f5e6b834: Pushed [2025-05-12T06:14:27.196Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:27.778Z] + 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-12T06:14:27.962Z] #144 ... [2025-05-12T06:14:27.962Z] [2025-05-12T06:14:27.962Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-12T06:14:27.962Z] #0 5.034 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-05-12T06:14:28.098Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-12T06:14:28.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-12T06:14:28.098Z] cec48dae5d32: Preparing [2025-05-12T06:14:28.098Z] dc048946b6f4: Preparing [2025-05-12T06:14:28.098Z] b9b6886ccf8d: Preparing [2025-05-12T06:14:28.098Z] 099b32bf1031: Preparing [2025-05-12T06:14:28.098Z] 739a764237d5: Preparing [2025-05-12T06:14:28.098Z] 6ea4f5e6b834: Preparing [2025-05-12T06:14:28.098Z] 824ad6d36c7c: Preparing [2025-05-12T06:14:28.098Z] 75c2f318edfe: Preparing [2025-05-12T06:14:28.098Z] 994456c4fd7b: Preparing [2025-05-12T06:14:28.098Z] 824ad6d36c7c: Waiting [2025-05-12T06:14:28.098Z] 75c2f318edfe: Waiting [2025-05-12T06:14:28.098Z] 994456c4fd7b: Waiting [2025-05-12T06:14:28.098Z] 6ea4f5e6b834: Waiting [2025-05-12T06:14:28.098Z] cec48dae5d32: Layer already exists [2025-05-12T06:14:28.098Z] dc048946b6f4: Layer already exists [2025-05-12T06:14:28.098Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:28.098Z] 739a764237d5: Layer already exists [2025-05-12T06:14:28.098Z] b9b6886ccf8d: Layer already exists [2025-05-12T06:14:28.098Z] 6ea4f5e6b834: Layer already exists [2025-05-12T06:14:28.098Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:14:28.098Z] 75c2f318edfe: Layer already exists [2025-05-12T06:14:28.098Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:28.098Z] latest: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:28.232Z] #145 ... [2025-05-12T06:14:28.232Z] [2025-05-12T06:14:28.232Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-12T06:14:28.232Z] #0 5.599 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-05-12T06:14:28.232Z] #146 ... [2025-05-12T06:14:28.232Z] [2025-05-12T06:14:28.232Z] #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-12T06:14:28.232Z] #129 5.912 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-05-12T06:14:28.425Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:28.743Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 [2025-05-12T06:14:28.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-12T06:14:28.743Z] cec48dae5d32: Preparing [2025-05-12T06:14:28.743Z] dc048946b6f4: Preparing [2025-05-12T06:14:28.743Z] b9b6886ccf8d: Preparing [2025-05-12T06:14:28.743Z] 099b32bf1031: Preparing [2025-05-12T06:14:28.743Z] 739a764237d5: Preparing [2025-05-12T06:14:28.743Z] 6ea4f5e6b834: Preparing [2025-05-12T06:14:28.743Z] 824ad6d36c7c: Preparing [2025-05-12T06:14:28.743Z] 75c2f318edfe: Preparing [2025-05-12T06:14:28.743Z] 994456c4fd7b: Preparing [2025-05-12T06:14:28.743Z] 824ad6d36c7c: Waiting [2025-05-12T06:14:28.743Z] 6ea4f5e6b834: Waiting [2025-05-12T06:14:28.743Z] 75c2f318edfe: Waiting [2025-05-12T06:14:28.743Z] 994456c4fd7b: Waiting [2025-05-12T06:14:28.743Z] dc048946b6f4: Layer already exists [2025-05-12T06:14:28.743Z] 739a764237d5: Layer already exists [2025-05-12T06:14:28.743Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:28.743Z] cec48dae5d32: Layer already exists [2025-05-12T06:14:28.743Z] b9b6886ccf8d: Layer already exists [2025-05-12T06:14:28.743Z] 6ea4f5e6b834: Layer already exists [2025-05-12T06:14:28.743Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:14:28.743Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:28.743Z] 75c2f318edfe: Layer already exists [2025-05-12T06:14:28.743Z] 4.1.0-dev.10: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:29.075Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:29.404Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:29.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-12T06:14:29.404Z] cec48dae5d32: Preparing [2025-05-12T06:14:29.404Z] dc048946b6f4: Preparing [2025-05-12T06:14:29.404Z] b9b6886ccf8d: Preparing [2025-05-12T06:14:29.404Z] 099b32bf1031: Preparing [2025-05-12T06:14:29.404Z] 739a764237d5: Preparing [2025-05-12T06:14:29.404Z] 6ea4f5e6b834: Preparing [2025-05-12T06:14:29.404Z] 824ad6d36c7c: Preparing [2025-05-12T06:14:29.404Z] 75c2f318edfe: Preparing [2025-05-12T06:14:29.404Z] 994456c4fd7b: Preparing [2025-05-12T06:14:29.404Z] 824ad6d36c7c: Waiting [2025-05-12T06:14:29.404Z] 6ea4f5e6b834: Waiting [2025-05-12T06:14:29.404Z] 75c2f318edfe: Waiting [2025-05-12T06:14:29.404Z] 994456c4fd7b: Waiting [2025-05-12T06:14:29.404Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:29.404Z] cec48dae5d32: Layer already exists [2025-05-12T06:14:29.404Z] b9b6886ccf8d: Layer already exists [2025-05-12T06:14:29.404Z] dc048946b6f4: Layer already exists [2025-05-12T06:14:29.404Z] 739a764237d5: Layer already exists [2025-05-12T06:14:29.404Z] 6ea4f5e6b834: Layer already exists [2025-05-12T06:14:29.404Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:14:29.404Z] 75c2f318edfe: Layer already exists [2025-05-12T06:14:29.404Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:29.404Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:29.732Z] + 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-12T06:14:30.052Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-12T06:14:30.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-05-12T06:14:30.052Z] cec48dae5d32: Preparing [2025-05-12T06:14:30.052Z] dc048946b6f4: Preparing [2025-05-12T06:14:30.052Z] b9b6886ccf8d: Preparing [2025-05-12T06:14:30.052Z] 099b32bf1031: Preparing [2025-05-12T06:14:30.052Z] 739a764237d5: Preparing [2025-05-12T06:14:30.052Z] 6ea4f5e6b834: Preparing [2025-05-12T06:14:30.052Z] 824ad6d36c7c: Preparing [2025-05-12T06:14:30.052Z] 75c2f318edfe: Preparing [2025-05-12T06:14:30.052Z] 994456c4fd7b: Preparing [2025-05-12T06:14:30.052Z] 6ea4f5e6b834: Waiting [2025-05-12T06:14:30.052Z] 824ad6d36c7c: Waiting [2025-05-12T06:14:30.052Z] 994456c4fd7b: Waiting [2025-05-12T06:14:30.052Z] 75c2f318edfe: Waiting [2025-05-12T06:14:30.052Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:30.052Z] dc048946b6f4: Layer already exists [2025-05-12T06:14:30.052Z] 739a764237d5: Layer already exists [2025-05-12T06:14:30.052Z] cec48dae5d32: Layer already exists [2025-05-12T06:14:30.052Z] b9b6886ccf8d: Layer already exists [2025-05-12T06:14:30.052Z] 75c2f318edfe: Layer already exists [2025-05-12T06:14:30.052Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:30.052Z] 6ea4f5e6b834: Layer already exists [2025-05-12T06:14:30.052Z] 824ad6d36c7c: Layer already exists [2025-05-12T06:14:30.052Z] main: digest: sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:14:30.126Z] ===================================================== [Pipeline] echo [2025-05-12T06:14:30.140Z] taggedImages: [2025-05-12T06:14:30.141Z] - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:30.141Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-12T06:14:30.141Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 [2025-05-12T06:14:30.141Z] - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:30.141Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-05-12T06:14:30.167Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-05-12T06:14:30.167Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:30.167Z] latest [2025-05-12T06:14:30.167Z] 4.1.0-dev.10 [2025-05-12T06:14:30.167Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:30.167Z] main [2025-05-12T06:14:30.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:30.522Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:30.850Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:30.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-12T06:14:30.850Z] 88bf78e0398b: Preparing [2025-05-12T06:14:30.850Z] 38ff23b71b01: Preparing [2025-05-12T06:14:30.850Z] 099b32bf1031: Preparing [2025-05-12T06:14:30.850Z] 739a764237d5: Preparing [2025-05-12T06:14:30.850Z] 8fae88c790bc: Preparing [2025-05-12T06:14:30.850Z] 418bf7d0b8da: Preparing [2025-05-12T06:14:30.850Z] 994456c4fd7b: Preparing [2025-05-12T06:14:30.850Z] 418bf7d0b8da: Waiting [2025-05-12T06:14:30.850Z] 994456c4fd7b: Waiting [2025-05-12T06:14:30.850Z] 739a764237d5: Layer already exists [2025-05-12T06:14:30.850Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:30.850Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:30.850Z] 8fae88c790bc: Pushed [2025-05-12T06:14:30.850Z] 88bf78e0398b: Pushed [2025-05-12T06:14:31.416Z] 418bf7d0b8da: Pushed [2025-05-12T06:14:32.512Z] #129 ... [2025-05-12T06:14:32.512Z] [2025-05-12T06:14:32.512Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-12T06:14:32.512Z] #0 3.937 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-05-12T06:14:32.512Z] #147 ... [2025-05-12T06:14:32.512Z] [2025-05-12T06:14:32.512Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-12T06:14:32.512Z] #0 6.128 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-05-12T06:14:32.779Z] #148 ... [2025-05-12T06:14:32.779Z] [2025-05-12T06:14:32.779Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-12T06:14:32.779Z] #0 5.014 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-05-12T06:14:33.128Z] #149 ... [2025-05-12T06:14:33.128Z] [2025-05-12T06:14:33.128Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:14:33.128Z] #0 5.554 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-05-12T06:14:33.128Z] #150 ... [2025-05-12T06:14:33.128Z] [2025-05-12T06:14:33.128Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-12T06:14:33.128Z] #0 5.903 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-05-12T06:14:33.396Z] #151 ... [2025-05-12T06:14:33.396Z] [2025-05-12T06:14:33.396Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-12T06:14:33.396Z] #0 4.651 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-05-12T06:14:33.396Z] #152 ... [2025-05-12T06:14:33.396Z] [2025-05-12T06:14:33.396Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:14:33.397Z] #0 6.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-05-12T06:14:33.664Z] #153 ... [2025-05-12T06:14:33.664Z] [2025-05-12T06:14:33.664Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-12T06:14:33.664Z] #0 6.049 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-05-12T06:14:33.664Z] #154 ... [2025-05-12T06:14:33.664Z] [2025-05-12T06:14:33.664Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-12T06:14:33.664Z] #144 6.354 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-05-12T06:14:34.703Z] 38ff23b71b01: Pushed [2025-05-12T06:14:34.703Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:35.027Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:35.362Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-12T06:14:35.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-12T06:14:35.362Z] 88bf78e0398b: Preparing [2025-05-12T06:14:35.362Z] 38ff23b71b01: Preparing [2025-05-12T06:14:35.362Z] 099b32bf1031: Preparing [2025-05-12T06:14:35.362Z] 739a764237d5: Preparing [2025-05-12T06:14:35.362Z] 8fae88c790bc: Preparing [2025-05-12T06:14:35.362Z] 418bf7d0b8da: Preparing [2025-05-12T06:14:35.362Z] 994456c4fd7b: Preparing [2025-05-12T06:14:35.362Z] 418bf7d0b8da: Waiting [2025-05-12T06:14:35.362Z] 994456c4fd7b: Waiting [2025-05-12T06:14:35.362Z] 88bf78e0398b: Layer already exists [2025-05-12T06:14:35.362Z] 38ff23b71b01: Layer already exists [2025-05-12T06:14:35.362Z] 8fae88c790bc: Layer already exists [2025-05-12T06:14:35.362Z] 739a764237d5: Layer already exists [2025-05-12T06:14:35.362Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:35.362Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:35.362Z] 418bf7d0b8da: Layer already exists [2025-05-12T06:14:35.362Z] latest: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:35.698Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:36.022Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 [2025-05-12T06:14:36.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-12T06:14:36.022Z] 88bf78e0398b: Preparing [2025-05-12T06:14:36.022Z] 38ff23b71b01: Preparing [2025-05-12T06:14:36.022Z] 099b32bf1031: Preparing [2025-05-12T06:14:36.022Z] 739a764237d5: Preparing [2025-05-12T06:14:36.022Z] 8fae88c790bc: Preparing [2025-05-12T06:14:36.022Z] 418bf7d0b8da: Preparing [2025-05-12T06:14:36.022Z] 994456c4fd7b: Preparing [2025-05-12T06:14:36.022Z] 418bf7d0b8da: Waiting [2025-05-12T06:14:36.022Z] 994456c4fd7b: Waiting [2025-05-12T06:14:36.022Z] 8fae88c790bc: Layer already exists [2025-05-12T06:14:36.022Z] 88bf78e0398b: Layer already exists [2025-05-12T06:14:36.022Z] 739a764237d5: Layer already exists [2025-05-12T06:14:36.022Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:36.022Z] 38ff23b71b01: Layer already exists [2025-05-12T06:14:36.022Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:36.022Z] 418bf7d0b8da: Layer already exists [2025-05-12T06:14:36.022Z] 4.1.0-dev.10: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:36.360Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:36.684Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:36.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-12T06:14:36.684Z] 88bf78e0398b: Preparing [2025-05-12T06:14:36.684Z] 38ff23b71b01: Preparing [2025-05-12T06:14:36.684Z] 099b32bf1031: Preparing [2025-05-12T06:14:36.684Z] 739a764237d5: Preparing [2025-05-12T06:14:36.684Z] 8fae88c790bc: Preparing [2025-05-12T06:14:36.684Z] 418bf7d0b8da: Preparing [2025-05-12T06:14:36.684Z] 994456c4fd7b: Preparing [2025-05-12T06:14:36.684Z] 418bf7d0b8da: Waiting [2025-05-12T06:14:36.684Z] 994456c4fd7b: Waiting [2025-05-12T06:14:36.684Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:36.684Z] 38ff23b71b01: Layer already exists [2025-05-12T06:14:36.684Z] 739a764237d5: Layer already exists [2025-05-12T06:14:36.684Z] 88bf78e0398b: Layer already exists [2025-05-12T06:14:36.684Z] 8fae88c790bc: Layer already exists [2025-05-12T06:14:36.684Z] 418bf7d0b8da: Layer already exists [2025-05-12T06:14:36.684Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:36.684Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:37.012Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:37.333Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-12T06:14:37.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-05-12T06:14:37.333Z] 88bf78e0398b: Preparing [2025-05-12T06:14:37.333Z] 38ff23b71b01: Preparing [2025-05-12T06:14:37.333Z] 099b32bf1031: Preparing [2025-05-12T06:14:37.333Z] 739a764237d5: Preparing [2025-05-12T06:14:37.333Z] 8fae88c790bc: Preparing [2025-05-12T06:14:37.333Z] 418bf7d0b8da: Preparing [2025-05-12T06:14:37.333Z] 994456c4fd7b: Preparing [2025-05-12T06:14:37.333Z] 994456c4fd7b: Waiting [2025-05-12T06:14:37.333Z] 418bf7d0b8da: Waiting [2025-05-12T06:14:37.333Z] 88bf78e0398b: Layer already exists [2025-05-12T06:14:37.333Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:37.333Z] 38ff23b71b01: Layer already exists [2025-05-12T06:14:37.333Z] 739a764237d5: Layer already exists [2025-05-12T06:14:37.333Z] 8fae88c790bc: Layer already exists [2025-05-12T06:14:37.333Z] 418bf7d0b8da: Layer already exists [2025-05-12T06:14:37.333Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:37.333Z] main: digest: sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:14:37.405Z] ===================================================== [Pipeline] echo [2025-05-12T06:14:37.425Z] taggedImages: [2025-05-12T06:14:37.425Z] - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:37.425Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-12T06:14:37.425Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 [2025-05-12T06:14:37.425Z] - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:37.425Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-05-12T06:14:37.457Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-05-12T06:14:37.458Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:37.458Z] latest [2025-05-12T06:14:37.458Z] 4.1.0-dev.10 [2025-05-12T06:14:37.458Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:37.458Z] main [2025-05-12T06:14:37.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:37.805Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:38.129Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:38.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-12T06:14:38.129Z] 25ef840d5359: Preparing [2025-05-12T06:14:38.129Z] 9b0452c9f195: Preparing [2025-05-12T06:14:38.129Z] 099b32bf1031: Preparing [2025-05-12T06:14:38.129Z] 739a764237d5: Preparing [2025-05-12T06:14:38.129Z] 8ad91b767a0e: Preparing [2025-05-12T06:14:38.129Z] 58bad4d87dab: Preparing [2025-05-12T06:14:38.129Z] 994456c4fd7b: Preparing [2025-05-12T06:14:38.129Z] 58bad4d87dab: Waiting [2025-05-12T06:14:38.129Z] 994456c4fd7b: Waiting [2025-05-12T06:14:38.129Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:38.129Z] 739a764237d5: Layer already exists [2025-05-12T06:14:38.129Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:38.129Z] 8ad91b767a0e: Pushed [2025-05-12T06:14:38.129Z] 25ef840d5359: Pushed [2025-05-12T06:14:38.389Z] 58bad4d87dab: Pushed [2025-05-12T06:14:41.675Z] 9b0452c9f195: Pushed [2025-05-12T06:14:41.676Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:42.000Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:42.385Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-12T06:14:42.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-12T06:14:42.385Z] 25ef840d5359: Preparing [2025-05-12T06:14:42.385Z] 9b0452c9f195: Preparing [2025-05-12T06:14:42.385Z] 099b32bf1031: Preparing [2025-05-12T06:14:42.385Z] 739a764237d5: Preparing [2025-05-12T06:14:42.385Z] 8ad91b767a0e: Preparing [2025-05-12T06:14:42.385Z] 58bad4d87dab: Preparing [2025-05-12T06:14:42.385Z] 994456c4fd7b: Preparing [2025-05-12T06:14:42.385Z] 58bad4d87dab: Waiting [2025-05-12T06:14:42.385Z] 994456c4fd7b: Waiting [2025-05-12T06:14:42.385Z] 8ad91b767a0e: Layer already exists [2025-05-12T06:14:42.385Z] 25ef840d5359: Layer already exists [2025-05-12T06:14:42.385Z] 739a764237d5: Layer already exists [2025-05-12T06:14:42.385Z] 9b0452c9f195: Layer already exists [2025-05-12T06:14:42.385Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:42.385Z] 58bad4d87dab: Layer already exists [2025-05-12T06:14:42.385Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:42.385Z] latest: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:42.732Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:43.074Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 [2025-05-12T06:14:43.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-12T06:14:43.074Z] 25ef840d5359: Preparing [2025-05-12T06:14:43.074Z] 9b0452c9f195: Preparing [2025-05-12T06:14:43.074Z] 099b32bf1031: Preparing [2025-05-12T06:14:43.074Z] 739a764237d5: Preparing [2025-05-12T06:14:43.074Z] 8ad91b767a0e: Preparing [2025-05-12T06:14:43.074Z] 58bad4d87dab: Preparing [2025-05-12T06:14:43.074Z] 994456c4fd7b: Preparing [2025-05-12T06:14:43.074Z] 58bad4d87dab: Waiting [2025-05-12T06:14:43.074Z] 994456c4fd7b: Waiting [2025-05-12T06:14:43.074Z] 9b0452c9f195: Layer already exists [2025-05-12T06:14:43.074Z] 739a764237d5: Layer already exists [2025-05-12T06:14:43.074Z] 8ad91b767a0e: Layer already exists [2025-05-12T06:14:43.074Z] 25ef840d5359: Layer already exists [2025-05-12T06:14:43.074Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:43.074Z] 58bad4d87dab: Layer already exists [2025-05-12T06:14:43.074Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:43.074Z] 4.1.0-dev.10: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:43.415Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:43.732Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:43.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-12T06:14:43.732Z] 25ef840d5359: Preparing [2025-05-12T06:14:43.732Z] 9b0452c9f195: Preparing [2025-05-12T06:14:43.732Z] 099b32bf1031: Preparing [2025-05-12T06:14:43.732Z] 739a764237d5: Preparing [2025-05-12T06:14:43.732Z] 8ad91b767a0e: Preparing [2025-05-12T06:14:43.732Z] 58bad4d87dab: Preparing [2025-05-12T06:14:43.732Z] 994456c4fd7b: Preparing [2025-05-12T06:14:43.732Z] 58bad4d87dab: Waiting [2025-05-12T06:14:43.732Z] 25ef840d5359: Layer already exists [2025-05-12T06:14:43.732Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:43.732Z] 8ad91b767a0e: Layer already exists [2025-05-12T06:14:43.732Z] 739a764237d5: Layer already exists [2025-05-12T06:14:43.732Z] 9b0452c9f195: Layer already exists [2025-05-12T06:14:43.732Z] 58bad4d87dab: Layer already exists [2025-05-12T06:14:43.732Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:43.732Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:44.062Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:14:44.384Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-12T06:14:44.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-05-12T06:14:44.384Z] 25ef840d5359: Preparing [2025-05-12T06:14:44.384Z] 9b0452c9f195: Preparing [2025-05-12T06:14:44.384Z] 099b32bf1031: Preparing [2025-05-12T06:14:44.384Z] 739a764237d5: Preparing [2025-05-12T06:14:44.384Z] 8ad91b767a0e: Preparing [2025-05-12T06:14:44.384Z] 58bad4d87dab: Preparing [2025-05-12T06:14:44.384Z] 994456c4fd7b: Preparing [2025-05-12T06:14:44.384Z] 58bad4d87dab: Waiting [2025-05-12T06:14:44.384Z] 994456c4fd7b: Waiting [2025-05-12T06:14:44.384Z] 8ad91b767a0e: Layer already exists [2025-05-12T06:14:44.384Z] 739a764237d5: Layer already exists [2025-05-12T06:14:44.384Z] 25ef840d5359: Layer already exists [2025-05-12T06:14:44.384Z] 9b0452c9f195: Layer already exists [2025-05-12T06:14:44.384Z] 099b32bf1031: Layer already exists [2025-05-12T06:14:44.384Z] 58bad4d87dab: Layer already exists [2025-05-12T06:14:44.384Z] 994456c4fd7b: Layer already exists [2025-05-12T06:14:44.384Z] main: digest: sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:14:44.465Z] ===================================================== [Pipeline] echo [2025-05-12T06:14:44.485Z] taggedImages: [2025-05-12T06:14:44.485Z] - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.485Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-12T06:14:44.485Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 [2025-05-12T06:14:44.485Z] - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.485Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-05-12T06:14:44.617Z] ========================================================= [2025-05-12T06:14:44.617Z] [edgeXBuildMultiArch] RAW Config: [2025-05-12T06:14:44.617Z] images: [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:14:44.617Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-12T06:14:44.617Z] settingsFile: [2025-05-12T06:14:44.617Z] edgex-go-settings [2025-05-12T06:14:44.617Z] ========================================================= [Pipeline] node [2025-05-12T06:14:59.620Z] Still waiting to schedule task [2025-05-12T06:14:59.621Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-05-12T06:15:34.553Z] Running on prd-centos7-docker-4c-2g-1370 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:15:34.608Z] provisioning config files... [2025-05-12T06:15:34.647Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config10107888295048634054tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:15:36.294Z] ---> ****-login.sh [2025-05-12T06:15:36.294Z] nexus3.edgexfoundry.org:10001 [2025-05-12T06:15:36.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:15:36.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:15:36.572Z] Configure a credential helper to remove this warning. See [2025-05-12T06:15:36.572Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:15:36.572Z] [2025-05-12T06:15:36.572Z] Login Succeeded [2025-05-12T06:15:36.572Z] nexus3.edgexfoundry.org:10002 [2025-05-12T06:15:36.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:15:36.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:15:36.573Z] Configure a credential helper to remove this warning. See [2025-05-12T06:15:36.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:15:36.573Z] [2025-05-12T06:15:36.573Z] Login Succeeded [2025-05-12T06:15:36.573Z] nexus3.edgexfoundry.org:10003 [2025-05-12T06:15:36.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:15:36.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:15:36.573Z] Configure a credential helper to remove this warning. See [2025-05-12T06:15:36.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:15:36.573Z] [2025-05-12T06:15:36.573Z] Login Succeeded [2025-05-12T06:15:36.573Z] nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:36.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:15:36.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:15:36.838Z] Configure a credential helper to remove this warning. See [2025-05-12T06:15:36.839Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:15:36.839Z] [2025-05-12T06:15:36.839Z] Login Succeeded [2025-05-12T06:15:36.839Z] ****.io [2025-05-12T06:15:36.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:15:37.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:15:37.101Z] Configure a credential helper to remove this warning. See [2025-05-12T06:15:37.102Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:15:37.102Z] [2025-05-12T06:15:37.102Z] Login Succeeded [2025-05-12T06:15:37.102Z] ---> ****-login.sh ends [Pipeline] } [2025-05-12T06:15:37.111Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-12T06:15:37.469Z] + docker buildx ls [2025-05-12T06:15:37.470Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-12T06:15:37.470Z] default * docker [2025-05-12T06:15:37.470Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-12T06:15:38.140Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-05-12T06:15:38.141Z] edgex-builder [Pipeline] sh [2025-05-12T06:15:38.447Z] + docker buildx inspect --bootstrap [2025-05-12T06:15:38.448Z] #1 [internal] booting buildkit [2025-05-12T06:15:38.448Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-05-12T06:15:41.756Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-05-12T06:15:41.756Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-05-12T06:15:43.137Z] #1 creating container buildx_buildkit_edgex-builder0 1.7s done [2025-05-12T06:15:43.137Z] #1 DONE 4.6s [2025-05-12T06:15:43.137Z] Name: edgex-builder [2025-05-12T06:15:43.137Z] Driver: docker-container [2025-05-12T06:15:43.137Z] [2025-05-12T06:15:43.137Z] Nodes: [2025-05-12T06:15:43.137Z] Name: edgex-builder0 [2025-05-12T06:15:43.137Z] Endpoint: unix:///var/run/docker.sock [2025-05-12T06:15:43.137Z] Status: running [2025-05-12T06:15:43.137Z] Buildkit: v0.21.1 [2025-05-12T06:15:43.137Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-05-12T06:15:43.428Z] + docker buildx ls [2025-05-12T06:15:43.428Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-12T06:15:43.428Z] edgex-builder * docker-container [2025-05-12T06:15:43.428Z] 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-12T06:15:43.428Z] default docker [2025-05-12T06:15:43.428Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-12T06:15:43.732Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:15:43.732Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:15:43.995Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:43.995Z] #1 transferring dockerfile: 197B done [2025-05-12T06:15:43.995Z] #1 DONE 0.1s [2025-05-12T06:15:43.995Z] [2025-05-12T06:15:43.995Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:43.995Z] #2 DONE 0.1s [2025-05-12T06:15:43.995Z] [2025-05-12T06:15:43.995Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:44.260Z] #3 DONE 0.1s [2025-05-12T06:15:44.260Z] [2025-05-12T06:15:44.260Z] #4 [internal] load .dockerignore [2025-05-12T06:15:44.260Z] #4 transferring context: 2B done [2025-05-12T06:15:44.260Z] #4 DONE 0.1s [2025-05-12T06:15:44.260Z] [2025-05-12T06:15:44.260Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:44.260Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:44.260Z] #5 ... [2025-05-12T06:15:44.260Z] [2025-05-12T06:15:44.260Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:44.260Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:44.260Z] #6 DONE 0.1s [2025-05-12T06:15:44.260Z] [2025-05-12T06:15:44.260Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:44.260Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:44.520Z] #5 DONE 0.3s [2025-05-12T06:15:44.520Z] [2025-05-12T06:15:44.520Z] #7 exporting to image [2025-05-12T06:15:44.520Z] #7 exporting layers done [2025-05-12T06:15:44.520Z] #7 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f 0.0s done [2025-05-12T06:15:44.520Z] #7 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 0.0s done [2025-05-12T06:15:44.520Z] #7 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 0.0s done [2025-05-12T06:15:44.520Z] #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 [2025-05-12T06:15:44.520Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:44.520Z] #7 ... [2025-05-12T06:15:44.520Z] [2025-05-12T06:15:44.520Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:44.520Z] #8 DONE 0.0s [2025-05-12T06:15:44.520Z] [2025-05-12T06:15:44.520Z] #7 exporting to image [2025-05-12T06:15:44.520Z] #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 0.0s done [2025-05-12T06:15:44.520Z] #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.0s done [2025-05-12T06:15:44.520Z] #7 pushing layers [2025-05-12T06:15:44.782Z] #7 pushing layers 0.1s done [2025-05-12T06:15:44.782Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done [2025-05-12T06:15:44.782Z] #7 DONE 0.4s [2025-05-12T06:15:45.042Z] [2025-05-12T06:15:45.042Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:45.042Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:45.352Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-05-12T06:15:45.352Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-05-12T06:15:45.613Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:45.613Z] #1 transferring dockerfile: 163B done [2025-05-12T06:15:45.613Z] #1 DONE 0.1s [2025-05-12T06:15:45.613Z] [2025-05-12T06:15:45.613Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-12T06:15:45.613Z] #2 DONE 0.1s [2025-05-12T06:15:45.613Z] [2025-05-12T06:15:45.613Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-05-12T06:15:45.613Z] #3 DONE 0.1s [2025-05-12T06:15:45.613Z] [2025-05-12T06:15:45.613Z] #4 [internal] load .dockerignore [2025-05-12T06:15:45.613Z] #4 transferring context: 2B done [2025-05-12T06:15:45.613Z] #4 DONE 0.1s [2025-05-12T06:15:45.613Z] [2025-05-12T06:15:45.613Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:45.613Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.1s done [2025-05-12T06:15:45.613Z] #5 CACHED [2025-05-12T06:15:45.613Z] [2025-05-12T06:15:45.613Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:45.613Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.1s done [2025-05-12T06:15:45.613Z] #6 CACHED [2025-05-12T06:15:45.613Z] [2025-05-12T06:15:45.613Z] #7 exporting to image [2025-05-12T06:15:45.613Z] #7 exporting layers done [2025-05-12T06:15:45.613Z] #7 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done [2025-05-12T06:15:45.613Z] #7 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done [2025-05-12T06:15:45.613Z] #7 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done [2025-05-12T06:15:45.613Z] #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done [2025-05-12T06:15:45.613Z] #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a [2025-05-12T06:15:45.613Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:45.873Z] #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done [2025-05-12T06:15:45.873Z] #7 pushing layers 0.0s done [2025-05-12T06:15:45.873Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done [2025-05-12T06:15:45.873Z] #7 DONE 0.1s [2025-05-12T06:15:45.873Z] [2025-05-12T06:15:45.873Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:45.873Z] #8 DONE 0.0s [2025-05-12T06:15:45.873Z] [2025-05-12T06:15:45.873Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:45.873Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:46.164Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10' [2025-05-12T06:15:46.164Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 --push - [2025-05-12T06:15:46.164Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:46.164Z] #1 transferring dockerfile: 169B done [2025-05-12T06:15:46.164Z] #1 DONE 0.0s [2025-05-12T06:15:46.164Z] [2025-05-12T06:15:46.164Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 [2025-05-12T06:15:46.164Z] #2 DONE 0.0s [2025-05-12T06:15:46.164Z] [2025-05-12T06:15:46.164Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10 [2025-05-12T06:15:46.425Z] #3 DONE 0.0s [2025-05-12T06:15:46.425Z] [2025-05-12T06:15:46.425Z] #4 [internal] load .dockerignore [2025-05-12T06:15:46.425Z] #4 transferring context: 2B done [2025-05-12T06:15:46.425Z] #4 DONE 0.1s [2025-05-12T06:15:46.425Z] [2025-05-12T06:15:46.425Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:46.425Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:46.425Z] #5 CACHED [2025-05-12T06:15:46.425Z] [2025-05-12T06:15:46.425Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:46.425Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:46.425Z] #6 CACHED [2025-05-12T06:15:46.425Z] [2025-05-12T06:15:46.425Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:46.425Z] #7 DONE 0.0s [2025-05-12T06:15:46.425Z] [2025-05-12T06:15:46.425Z] #8 exporting to image [2025-05-12T06:15:46.425Z] #8 exporting layers done [2025-05-12T06:15:46.425Z] #8 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done [2025-05-12T06:15:46.425Z] #8 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done [2025-05-12T06:15:46.425Z] #8 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done [2025-05-12T06:15:46.425Z] #8 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done [2025-05-12T06:15:46.425Z] #8 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done [2025-05-12T06:15:46.425Z] #8 pushing layers 0.0s done [2025-05-12T06:15:46.425Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.10@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done [2025-05-12T06:15:46.425Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:46.425Z] #8 DONE 0.1s [2025-05-12T06:15:46.684Z] [2025-05-12T06:15:46.684Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:46.684Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:46.978Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:15:46.978Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:15:47.238Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:47.238Z] #1 transferring dockerfile: 210B done [2025-05-12T06:15:47.238Z] #1 DONE 0.1s [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:15:47.238Z] #2 DONE 0.0s [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:15:47.238Z] #3 DONE 0.0s [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #4 [internal] load .dockerignore [2025-05-12T06:15:47.238Z] #4 transferring context: 2B done [2025-05-12T06:15:47.238Z] #4 DONE 0.1s [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:47.238Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:47.238Z] #5 DONE 0.0s [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:47.238Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:47.238Z] #6 CACHED [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:47.238Z] #5 CACHED [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:47.238Z] #7 DONE 0.0s [2025-05-12T06:15:47.238Z] [2025-05-12T06:15:47.238Z] #8 exporting to image [2025-05-12T06:15:47.238Z] #8 exporting layers done [2025-05-12T06:15:47.238Z] #8 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done [2025-05-12T06:15:47.238Z] #8 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done [2025-05-12T06:15:47.238Z] #8 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done [2025-05-12T06:15:47.238Z] #8 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done [2025-05-12T06:15:47.238Z] #8 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done [2025-05-12T06:15:47.238Z] #8 pushing layers 0.0s done [2025-05-12T06:15:47.238Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done [2025-05-12T06:15:47.238Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:47.238Z] #8 DONE 0.1s [2025-05-12T06:15:47.498Z] [2025-05-12T06:15:47.498Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:47.498Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:47.838Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-05-12T06:15:47.838Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-05-12T06:15:48.098Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:48.098Z] #1 transferring dockerfile: 161B done [2025-05-12T06:15:48.098Z] #1 DONE 0.0s [2025-05-12T06:15:48.098Z] [2025-05-12T06:15:48.098Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-12T06:15:48.098Z] #2 DONE 0.0s [2025-05-12T06:15:48.098Z] [2025-05-12T06:15:48.098Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-05-12T06:15:48.098Z] #3 DONE 0.0s [2025-05-12T06:15:48.098Z] [2025-05-12T06:15:48.098Z] #4 [internal] load .dockerignore [2025-05-12T06:15:48.098Z] #4 transferring context: [2025-05-12T06:15:48.098Z] #4 transferring context: 2B done [2025-05-12T06:15:48.098Z] #4 DONE 0.1s [2025-05-12T06:15:48.098Z] [2025-05-12T06:15:48.098Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:48.098Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:48.098Z] #5 CACHED [2025-05-12T06:15:48.098Z] [2025-05-12T06:15:48.098Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 [2025-05-12T06:15:48.098Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:fbccaaeefaf07dded1607141e0adc00b17e440903c90f1e1fdf07e330a41eff3 0.0s done [2025-05-12T06:15:48.098Z] #6 CACHED [2025-05-12T06:15:48.098Z] [2025-05-12T06:15:48.098Z] #7 exporting to image [2025-05-12T06:15:48.098Z] #7 exporting layers done [2025-05-12T06:15:48.098Z] #7 exporting manifest sha256:0c450ac4277e4d56196c6e0d70ce6a518bc11e02f8b9d64d82225c32dcdcd44f done [2025-05-12T06:15:48.098Z] #7 exporting config sha256:83b96bc0f6beb90a57fb4996b52c51f6ca066692c409cd15fb18ac8abc6203b7 done [2025-05-12T06:15:48.098Z] #7 exporting manifest sha256:69776d5cff53e87f0c34b780fc2a24113f2a04b14cd1f72de5e81f126d875dc7 done [2025-05-12T06:15:48.098Z] #7 exporting config sha256:9fe3a6be63d44105f044fc6be31e140cbb8f26a36fcdc9d0a54c9e8f1ed64ef8 done [2025-05-12T06:15:48.098Z] #7 exporting manifest list sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a done [2025-05-12T06:15:48.098Z] #7 pushing layers 0.0s done [2025-05-12T06:15:48.098Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a [2025-05-12T06:15:48.098Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:48.357Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:488060e947f307c9e671f86cd27d3866fdab649aaa6623c502534cb79925ee9a 0.1s done [2025-05-12T06:15:48.358Z] #7 DONE 0.1s [2025-05-12T06:15:48.358Z] [2025-05-12T06:15:48.358Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:48.358Z] #8 DONE 0.0s [2025-05-12T06:15:48.358Z] [2025-05-12T06:15:48.358Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:48.358Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:48.647Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:15:48.647Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:15:48.909Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:48.909Z] #1 transferring dockerfile: 216B done [2025-05-12T06:15:48.909Z] #1 DONE 0.1s [2025-05-12T06:15:48.909Z] [2025-05-12T06:15:48.909Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:48.909Z] #2 DONE 0.1s [2025-05-12T06:15:48.909Z] [2025-05-12T06:15:48.909Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:48.909Z] #3 DONE 0.1s [2025-05-12T06:15:48.909Z] [2025-05-12T06:15:48.909Z] #4 [internal] load .dockerignore [2025-05-12T06:15:48.909Z] #4 transferring context: 2B done [2025-05-12T06:15:48.909Z] #4 DONE 0.1s [2025-05-12T06:15:48.909Z] [2025-05-12T06:15:48.909Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:48.909Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:48.909Z] #5 DONE 0.0s [2025-05-12T06:15:48.909Z] [2025-05-12T06:15:48.909Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:49.170Z] #6 DONE 0.0s [2025-05-12T06:15:49.170Z] [2025-05-12T06:15:49.170Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:49.170Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:49.170Z] #5 DONE 0.2s [2025-05-12T06:15:49.170Z] [2025-05-12T06:15:49.170Z] #7 exporting to image [2025-05-12T06:15:49.170Z] #7 exporting layers done [2025-05-12T06:15:49.170Z] #7 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b 0.0s done [2025-05-12T06:15:49.170Z] #7 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 0.0s done [2025-05-12T06:15:49.170Z] #7 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b 0.0s done [2025-05-12T06:15:49.170Z] #7 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 [2025-05-12T06:15:49.170Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:49.430Z] #7 ... [2025-05-12T06:15:49.430Z] [2025-05-12T06:15:49.430Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:49.430Z] #8 DONE 0.0s [2025-05-12T06:15:49.430Z] [2025-05-12T06:15:49.430Z] #7 exporting to image [2025-05-12T06:15:49.430Z] #7 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 0.0s done [2025-05-12T06:15:49.430Z] #7 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.0s done [2025-05-12T06:15:49.430Z] #7 pushing layers [2025-05-12T06:15:49.430Z] #7 pushing layers 0.1s done [2025-05-12T06:15:49.430Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done [2025-05-12T06:15:49.430Z] #7 DONE 0.3s [2025-05-12T06:15:49.689Z] [2025-05-12T06:15:49.689Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:49.689Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:49.983Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-05-12T06:15:49.983Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-05-12T06:15:50.244Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:50.244Z] #1 transferring dockerfile: 182B done [2025-05-12T06:15:50.244Z] #1 DONE 0.1s [2025-05-12T06:15:50.244Z] [2025-05-12T06:15:50.244Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-12T06:15:50.244Z] #2 DONE 0.1s [2025-05-12T06:15:50.244Z] [2025-05-12T06:15:50.244Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-05-12T06:15:50.244Z] #3 DONE 0.1s [2025-05-12T06:15:50.244Z] [2025-05-12T06:15:50.244Z] #4 [internal] load .dockerignore [2025-05-12T06:15:50.244Z] #4 transferring context: 2B done [2025-05-12T06:15:50.244Z] #4 DONE 0.1s [2025-05-12T06:15:50.244Z] [2025-05-12T06:15:50.244Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:50.244Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:50.244Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:50.244Z] #5 CACHED [2025-05-12T06:15:50.244Z] [2025-05-12T06:15:50.244Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:50.244Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.1s done [2025-05-12T06:15:50.244Z] #6 CACHED [2025-05-12T06:15:50.244Z] [2025-05-12T06:15:50.244Z] #7 exporting to image [2025-05-12T06:15:50.244Z] #7 exporting layers done [2025-05-12T06:15:50.244Z] #7 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done [2025-05-12T06:15:50.244Z] #7 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done [2025-05-12T06:15:50.244Z] #7 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b [2025-05-12T06:15:50.244Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:50.505Z] #7 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done [2025-05-12T06:15:50.505Z] #7 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done [2025-05-12T06:15:50.505Z] #7 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done [2025-05-12T06:15:50.505Z] #7 pushing layers 0.0s done [2025-05-12T06:15:50.505Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done [2025-05-12T06:15:50.505Z] #7 DONE 0.1s [2025-05-12T06:15:50.505Z] [2025-05-12T06:15:50.505Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:50.505Z] #8 DONE 0.0s [2025-05-12T06:15:50.505Z] [2025-05-12T06:15:50.505Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:50.505Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:50.789Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10' [2025-05-12T06:15:50.790Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 --push - [2025-05-12T06:15:50.790Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:50.790Z] #1 transferring dockerfile: 188B done [2025-05-12T06:15:50.790Z] #1 DONE 0.1s [2025-05-12T06:15:50.790Z] [2025-05-12T06:15:50.790Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 [2025-05-12T06:15:50.790Z] #2 DONE 0.0s [2025-05-12T06:15:50.790Z] [2025-05-12T06:15:50.790Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10 [2025-05-12T06:15:50.790Z] #3 DONE 0.0s [2025-05-12T06:15:50.790Z] [2025-05-12T06:15:50.790Z] #4 [internal] load .dockerignore [2025-05-12T06:15:51.054Z] #4 transferring context: 2B done [2025-05-12T06:15:51.054Z] #4 DONE 0.1s [2025-05-12T06:15:51.054Z] [2025-05-12T06:15:51.054Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:51.054Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:51.054Z] #5 DONE 0.1s [2025-05-12T06:15:51.054Z] [2025-05-12T06:15:51.054Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:51.054Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:51.054Z] #6 CACHED [2025-05-12T06:15:51.054Z] [2025-05-12T06:15:51.054Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:51.054Z] #5 CACHED [2025-05-12T06:15:51.054Z] [2025-05-12T06:15:51.054Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:51.054Z] #7 DONE 0.0s [2025-05-12T06:15:51.054Z] [2025-05-12T06:15:51.054Z] #8 exporting to image [2025-05-12T06:15:51.054Z] #8 exporting layers done [2025-05-12T06:15:51.054Z] #8 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done [2025-05-12T06:15:51.054Z] #8 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done [2025-05-12T06:15:51.054Z] #8 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done [2025-05-12T06:15:51.054Z] #8 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done [2025-05-12T06:15:51.054Z] #8 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done [2025-05-12T06:15:51.054Z] #8 pushing layers 0.0s done [2025-05-12T06:15:51.054Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf [2025-05-12T06:15:51.054Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:51.314Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.10@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done [2025-05-12T06:15:51.314Z] #8 DONE 0.1s [2025-05-12T06:15:51.314Z] [2025-05-12T06:15:51.314Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:51.314Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:51.616Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:15:51.616Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:15:51.874Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:51.874Z] #1 transferring dockerfile: 229B done [2025-05-12T06:15:51.874Z] #1 DONE 0.1s [2025-05-12T06:15:51.874Z] [2025-05-12T06:15:51.874Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:15:51.874Z] #2 DONE 0.0s [2025-05-12T06:15:51.874Z] [2025-05-12T06:15:51.874Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:15:51.874Z] #3 DONE 0.0s [2025-05-12T06:15:51.874Z] [2025-05-12T06:15:51.874Z] #4 [internal] load .dockerignore [2025-05-12T06:15:51.874Z] #4 transferring context: 2B done [2025-05-12T06:15:51.874Z] #4 DONE 0.1s [2025-05-12T06:15:51.874Z] [2025-05-12T06:15:51.874Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:51.874Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:51.874Z] #5 DONE 0.0s [2025-05-12T06:15:51.874Z] [2025-05-12T06:15:51.874Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:52.134Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:52.134Z] #6 CACHED [2025-05-12T06:15:52.134Z] [2025-05-12T06:15:52.134Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:52.134Z] #5 CACHED [2025-05-12T06:15:52.134Z] [2025-05-12T06:15:52.134Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:52.134Z] #7 DONE 0.0s [2025-05-12T06:15:52.134Z] [2025-05-12T06:15:52.134Z] #8 exporting to image [2025-05-12T06:15:52.134Z] #8 exporting layers done [2025-05-12T06:15:52.134Z] #8 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done [2025-05-12T06:15:52.134Z] #8 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done [2025-05-12T06:15:52.134Z] #8 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done [2025-05-12T06:15:52.134Z] #8 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done [2025-05-12T06:15:52.134Z] #8 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done [2025-05-12T06:15:52.134Z] #8 pushing layers 0.0s done [2025-05-12T06:15:52.134Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done [2025-05-12T06:15:52.134Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:52.134Z] #8 DONE 0.1s [2025-05-12T06:15:52.134Z] [2025-05-12T06:15:52.134Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:52.134Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:52.429Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-05-12T06:15:52.429Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-05-12T06:15:52.688Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:52.688Z] #1 transferring dockerfile: 180B done [2025-05-12T06:15:52.688Z] #1 DONE 0.1s [2025-05-12T06:15:52.688Z] [2025-05-12T06:15:52.688Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-12T06:15:52.688Z] #2 DONE 0.0s [2025-05-12T06:15:52.688Z] [2025-05-12T06:15:52.688Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-05-12T06:15:52.688Z] #3 DONE 0.1s [2025-05-12T06:15:52.688Z] [2025-05-12T06:15:52.688Z] #4 [internal] load .dockerignore [2025-05-12T06:15:52.688Z] #4 transferring context: [2025-05-12T06:15:52.688Z] #4 transferring context: 2B done [2025-05-12T06:15:52.688Z] #4 DONE 0.1s [2025-05-12T06:15:52.688Z] [2025-05-12T06:15:52.688Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:52.688Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:52.688Z] #5 CACHED [2025-05-12T06:15:52.688Z] [2025-05-12T06:15:52.688Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee [2025-05-12T06:15:52.688Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f94a57ed584f91ebaa8e16c58f809f89cc7e937ab7078d5f6f1035da04e646ee 0.0s done [2025-05-12T06:15:52.688Z] #6 CACHED [2025-05-12T06:15:52.948Z] [2025-05-12T06:15:52.948Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:52.948Z] #7 DONE 0.0s [2025-05-12T06:15:52.948Z] [2025-05-12T06:15:52.948Z] #8 exporting to image [2025-05-12T06:15:52.948Z] #8 exporting layers done [2025-05-12T06:15:52.948Z] #8 exporting manifest sha256:d35bf68c87ac907c0b6a71221749c2f9fd03ea7bdf92ca58f2942c086da66a7b done [2025-05-12T06:15:52.948Z] #8 exporting config sha256:ef5fce365d0fd7d4dc61a21ade67cac43ceadb5eb0d101ded1801df86baf8621 done [2025-05-12T06:15:52.948Z] #8 exporting manifest sha256:647dffbc5648b7e5f93ab72ee0eea5d0075de2482ead23e932dd77cbb8f0842b done [2025-05-12T06:15:52.948Z] #8 exporting config sha256:aacc8827c17e4d619223761c3e074298e5f0f4f9ec8c93032de56834f8160be2 done [2025-05-12T06:15:52.948Z] #8 exporting manifest list sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf done [2025-05-12T06:15:52.948Z] #8 pushing layers 0.0s done [2025-05-12T06:15:52.948Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf [2025-05-12T06:15:52.948Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:53.207Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b03386946f9f0c95ef1b543116cb79e182a576838263fe5fe5e850a58ebed3cf 0.1s done [2025-05-12T06:15:53.208Z] #8 DONE 0.1s [2025-05-12T06:15:53.208Z] [2025-05-12T06:15:53.208Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:53.208Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:53.511Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:15:53.511Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:15:53.770Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:53.770Z] #1 transferring dockerfile: 194B 0.0s done [2025-05-12T06:15:53.770Z] #1 DONE 0.1s [2025-05-12T06:15:53.770Z] [2025-05-12T06:15:53.770Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:53.770Z] #2 ... [2025-05-12T06:15:53.770Z] [2025-05-12T06:15:53.770Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:53.770Z] #3 DONE 0.1s [2025-05-12T06:15:54.030Z] [2025-05-12T06:15:54.030Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:54.030Z] #2 DONE 0.2s [2025-05-12T06:15:54.030Z] [2025-05-12T06:15:54.030Z] #4 [internal] load .dockerignore [2025-05-12T06:15:54.030Z] #4 transferring context: 2B done [2025-05-12T06:15:54.030Z] #4 DONE 0.1s [2025-05-12T06:15:54.030Z] [2025-05-12T06:15:54.030Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:54.030Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:54.030Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:54.030Z] #5 DONE 0.1s [2025-05-12T06:15:54.030Z] [2025-05-12T06:15:54.030Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:54.030Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:54.293Z] #6 DONE 0.3s [2025-05-12T06:15:54.293Z] [2025-05-12T06:15:54.293Z] #7 exporting to image [2025-05-12T06:15:54.293Z] #7 exporting layers done [2025-05-12T06:15:54.293Z] #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 0.0s done [2025-05-12T06:15:54.293Z] #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 0.0s done [2025-05-12T06:15:54.293Z] #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 0.0s done [2025-05-12T06:15:54.293Z] #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 [2025-05-12T06:15:54.293Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:54.552Z] #7 ... [2025-05-12T06:15:54.552Z] [2025-05-12T06:15:54.552Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:54.552Z] #8 DONE 0.0s [2025-05-12T06:15:54.552Z] [2025-05-12T06:15:54.552Z] #7 exporting to image [2025-05-12T06:15:54.552Z] #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 0.0s done [2025-05-12T06:15:54.552Z] #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.0s done [2025-05-12T06:15:54.552Z] #7 pushing layers [2025-05-12T06:15:54.552Z] #7 pushing layers 0.1s done [2025-05-12T06:15:54.552Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done [2025-05-12T06:15:54.552Z] #7 DONE 0.3s [2025-05-12T06:15:54.812Z] [2025-05-12T06:15:54.812Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:54.812Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:55.105Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-05-12T06:15:55.106Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-05-12T06:15:55.367Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:55.367Z] #1 transferring dockerfile: 160B done [2025-05-12T06:15:55.367Z] #1 DONE 0.1s [2025-05-12T06:15:55.367Z] [2025-05-12T06:15:55.367Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-12T06:15:55.367Z] #2 DONE 0.1s [2025-05-12T06:15:55.367Z] [2025-05-12T06:15:55.367Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-05-12T06:15:55.367Z] #3 DONE 0.0s [2025-05-12T06:15:55.367Z] [2025-05-12T06:15:55.367Z] #4 [internal] load .dockerignore [2025-05-12T06:15:55.367Z] #4 transferring context: 2B done [2025-05-12T06:15:55.367Z] #4 DONE 0.1s [2025-05-12T06:15:55.628Z] [2025-05-12T06:15:55.628Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:55.628Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:55.628Z] #5 CACHED [2025-05-12T06:15:55.628Z] [2025-05-12T06:15:55.628Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:55.628Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:55.628Z] #6 CACHED [2025-05-12T06:15:55.628Z] [2025-05-12T06:15:55.628Z] #7 exporting to image [2025-05-12T06:15:55.628Z] #7 exporting layers done [2025-05-12T06:15:55.628Z] #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 done [2025-05-12T06:15:55.628Z] #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done [2025-05-12T06:15:55.628Z] #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done [2025-05-12T06:15:55.628Z] #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 done [2025-05-12T06:15:55.628Z] #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.0s done [2025-05-12T06:15:55.628Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:55.628Z] #7 pushing layers 0.0s done [2025-05-12T06:15:55.628Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done [2025-05-12T06:15:55.628Z] #7 DONE 0.2s [2025-05-12T06:15:55.628Z] [2025-05-12T06:15:55.628Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:55.628Z] #8 DONE 0.0s [2025-05-12T06:15:55.889Z] [2025-05-12T06:15:55.889Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:55.889Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:56.186Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10' [2025-05-12T06:15:56.186Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 --push - [2025-05-12T06:15:56.445Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:56.445Z] #1 transferring dockerfile: 166B done [2025-05-12T06:15:56.445Z] #1 DONE 0.1s [2025-05-12T06:15:56.445Z] [2025-05-12T06:15:56.445Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 [2025-05-12T06:15:56.445Z] #2 DONE 0.0s [2025-05-12T06:15:56.445Z] [2025-05-12T06:15:56.445Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10 [2025-05-12T06:15:56.445Z] #3 DONE 0.1s [2025-05-12T06:15:56.445Z] [2025-05-12T06:15:56.445Z] #4 [internal] load .dockerignore [2025-05-12T06:15:56.445Z] #4 transferring context: 2B done [2025-05-12T06:15:56.445Z] #4 DONE 0.1s [2025-05-12T06:15:56.445Z] [2025-05-12T06:15:56.445Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:56.445Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:56.445Z] #5 DONE 0.0s [2025-05-12T06:15:56.445Z] [2025-05-12T06:15:56.445Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:56.705Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.1s done [2025-05-12T06:15:56.705Z] #6 CACHED [2025-05-12T06:15:56.705Z] [2025-05-12T06:15:56.705Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:56.705Z] #5 CACHED [2025-05-12T06:15:56.705Z] [2025-05-12T06:15:56.705Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:56.705Z] #7 DONE 0.0s [2025-05-12T06:15:56.705Z] [2025-05-12T06:15:56.705Z] #8 exporting to image [2025-05-12T06:15:56.705Z] #8 exporting layers done [2025-05-12T06:15:56.705Z] #8 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 done [2025-05-12T06:15:56.705Z] #8 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done [2025-05-12T06:15:56.705Z] #8 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done [2025-05-12T06:15:56.705Z] #8 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 done [2025-05-12T06:15:56.705Z] #8 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee done [2025-05-12T06:15:56.705Z] #8 pushing layers 0.0s done [2025-05-12T06:15:56.705Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee [2025-05-12T06:15:56.705Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:56.705Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.10@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done [2025-05-12T06:15:56.705Z] #8 DONE 0.1s [2025-05-12T06:15:56.705Z] [2025-05-12T06:15:56.705Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:56.705Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:56.996Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:15:56.996Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:15:57.255Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:57.255Z] #1 transferring dockerfile: 207B done [2025-05-12T06:15:57.255Z] #1 DONE 0.1s [2025-05-12T06:15:57.255Z] [2025-05-12T06:15:57.255Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:15:57.255Z] #2 DONE 0.0s [2025-05-12T06:15:57.255Z] [2025-05-12T06:15:57.255Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:15:57.255Z] #3 DONE 0.1s [2025-05-12T06:15:57.255Z] [2025-05-12T06:15:57.255Z] #4 [internal] load .dockerignore [2025-05-12T06:15:57.255Z] #4 transferring context: 2B done [2025-05-12T06:15:57.255Z] #4 DONE 0.1s [2025-05-12T06:15:57.255Z] [2025-05-12T06:15:57.255Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:57.255Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:57.255Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:57.255Z] #5 CACHED [2025-05-12T06:15:57.255Z] [2025-05-12T06:15:57.255Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:57.255Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.1s done [2025-05-12T06:15:57.255Z] #6 CACHED [2025-05-12T06:15:57.255Z] [2025-05-12T06:15:57.255Z] #7 exporting to image [2025-05-12T06:15:57.255Z] #7 exporting layers done [2025-05-12T06:15:57.255Z] #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 0.0s done [2025-05-12T06:15:57.255Z] #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done [2025-05-12T06:15:57.255Z] #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done [2025-05-12T06:15:57.255Z] #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 done [2025-05-12T06:15:57.255Z] #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee done [2025-05-12T06:15:57.255Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:57.515Z] #7 pushing layers 0.0s done [2025-05-12T06:15:57.515Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done [2025-05-12T06:15:57.515Z] #7 DONE 0.1s [2025-05-12T06:15:57.515Z] [2025-05-12T06:15:57.515Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:57.515Z] #8 DONE 0.0s [2025-05-12T06:15:57.515Z] [2025-05-12T06:15:57.515Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:57.515Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:57.803Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-05-12T06:15:57.803Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-05-12T06:15:58.064Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:58.064Z] #1 transferring dockerfile: 158B done [2025-05-12T06:15:58.064Z] #1 DONE 0.1s [2025-05-12T06:15:58.064Z] [2025-05-12T06:15:58.064Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-12T06:15:58.064Z] #2 DONE 0.0s [2025-05-12T06:15:58.064Z] [2025-05-12T06:15:58.064Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-05-12T06:15:58.064Z] #3 DONE 0.1s [2025-05-12T06:15:58.064Z] [2025-05-12T06:15:58.064Z] #4 [internal] load .dockerignore [2025-05-12T06:15:58.064Z] #4 transferring context: 2B done [2025-05-12T06:15:58.064Z] #4 DONE 0.1s [2025-05-12T06:15:58.064Z] [2025-05-12T06:15:58.064Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:58.064Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:58.325Z] #5 CACHED [2025-05-12T06:15:58.325Z] [2025-05-12T06:15:58.325Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 [2025-05-12T06:15:58.325Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:606530f66d5b562cfca401817eb7a4778d01e9197e2d370507514cdfe1b1abe2 0.0s done [2025-05-12T06:15:58.325Z] #6 CACHED [2025-05-12T06:15:58.325Z] [2025-05-12T06:15:58.325Z] #7 exporting to image [2025-05-12T06:15:58.325Z] #7 exporting layers done [2025-05-12T06:15:58.325Z] #7 exporting manifest sha256:b3428d8b4f72d9c8602921dc838d9208280832e8d0336e189c79fa18f931fbb5 0.0s done [2025-05-12T06:15:58.325Z] #7 exporting config sha256:56b292413c9b7747f31417037cf96315aec9357c9337ea6885013813b00a9249 done [2025-05-12T06:15:58.325Z] #7 exporting manifest sha256:aa5e7b2b7893c6bfeb7eeb4ecb1b90bd8523ba6cd2ecbf78fe9f7e7f67f9bcc1 done [2025-05-12T06:15:58.325Z] #7 exporting config sha256:4b3dd9e103d25c0a20abe09c1bd67108bf89365d8f35aea73d4a11b1ffe5b876 0.0s done [2025-05-12T06:15:58.325Z] #7 exporting manifest list sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee done [2025-05-12T06:15:58.325Z] #7 pushing layers 0.0s done [2025-05-12T06:15:58.325Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee [2025-05-12T06:15:58.325Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:58.325Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:66820b16207c0a73eb432b3e4bcf96d930b7addfb317ebc8c19bfa8480f366ee 0.1s done [2025-05-12T06:15:58.325Z] #7 DONE 0.2s [2025-05-12T06:15:58.325Z] [2025-05-12T06:15:58.325Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:58.325Z] #8 DONE 0.0s [2025-05-12T06:15:58.325Z] [2025-05-12T06:15:58.325Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:58.325Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:58.612Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:15:58.612Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:15:58.871Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:15:58.871Z] #1 transferring dockerfile: 196B done [2025-05-12T06:15:58.871Z] #1 DONE 0.1s [2025-05-12T06:15:58.871Z] [2025-05-12T06:15:58.871Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:58.871Z] #2 DONE 0.1s [2025-05-12T06:15:58.871Z] [2025-05-12T06:15:58.871Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:15:58.871Z] #3 DONE 0.1s [2025-05-12T06:15:58.871Z] [2025-05-12T06:15:58.871Z] #4 [internal] load .dockerignore [2025-05-12T06:15:58.871Z] #4 transferring context: 2B done [2025-05-12T06:15:58.871Z] #4 DONE 0.1s [2025-05-12T06:15:59.130Z] [2025-05-12T06:15:59.130Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:15:59.130Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:15:59.130Z] #5 DONE 0.0s [2025-05-12T06:15:59.130Z] [2025-05-12T06:15:59.130Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:15:59.130Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:15:59.130Z] #6 DONE 0.2s [2025-05-12T06:15:59.130Z] [2025-05-12T06:15:59.130Z] #7 exporting to image [2025-05-12T06:15:59.130Z] #7 exporting layers done [2025-05-12T06:15:59.130Z] #7 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 0.0s done [2025-05-12T06:15:59.130Z] #7 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 0.0s done [2025-05-12T06:15:59.130Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:15:59.389Z] #7 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 0.0s done [2025-05-12T06:15:59.389Z] #7 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 0.1s done [2025-05-12T06:15:59.389Z] #7 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.0s done [2025-05-12T06:15:59.389Z] #7 ... [2025-05-12T06:15:59.389Z] [2025-05-12T06:15:59.389Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:15:59.389Z] #8 DONE 0.0s [2025-05-12T06:15:59.389Z] [2025-05-12T06:15:59.389Z] #7 exporting to image [2025-05-12T06:15:59.389Z] #7 pushing layers 0.1s done [2025-05-12T06:15:59.389Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 [2025-05-12T06:15:59.649Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done [2025-05-12T06:15:59.649Z] #7 DONE 0.3s [2025-05-12T06:15:59.649Z] [2025-05-12T06:15:59.649Z] 1 warning found (use --debug to expand): [2025-05-12T06:15:59.649Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:15:59.936Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-05-12T06:15:59.936Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-05-12T06:16:00.196Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:00.196Z] #1 transferring dockerfile: 162B done [2025-05-12T06:16:00.196Z] #1 DONE 0.0s [2025-05-12T06:16:00.196Z] [2025-05-12T06:16:00.196Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-12T06:16:00.196Z] #2 DONE 0.1s [2025-05-12T06:16:00.196Z] [2025-05-12T06:16:00.196Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-05-12T06:16:00.196Z] #3 DONE 0.1s [2025-05-12T06:16:00.196Z] [2025-05-12T06:16:00.196Z] #4 [internal] load .dockerignore [2025-05-12T06:16:00.196Z] #4 transferring context: 2B done [2025-05-12T06:16:00.196Z] #4 DONE 0.1s [2025-05-12T06:16:00.196Z] [2025-05-12T06:16:00.196Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:00.196Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:00.196Z] #5 DONE 0.0s [2025-05-12T06:16:00.196Z] [2025-05-12T06:16:00.196Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:00.460Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:00.460Z] #6 CACHED [2025-05-12T06:16:00.460Z] [2025-05-12T06:16:00.460Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:00.460Z] #5 CACHED [2025-05-12T06:16:00.460Z] [2025-05-12T06:16:00.460Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:00.460Z] #7 DONE 0.0s [2025-05-12T06:16:00.460Z] [2025-05-12T06:16:00.460Z] #8 exporting to image [2025-05-12T06:16:00.460Z] #8 exporting layers done [2025-05-12T06:16:00.460Z] #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done [2025-05-12T06:16:00.460Z] #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done [2025-05-12T06:16:00.460Z] #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done [2025-05-12T06:16:00.460Z] #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done [2025-05-12T06:16:00.460Z] #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done [2025-05-12T06:16:00.460Z] #8 pushing layers 0.0s done [2025-05-12T06:16:00.460Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done [2025-05-12T06:16:00.460Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:00.460Z] #8 DONE 0.1s [2025-05-12T06:16:00.460Z] [2025-05-12T06:16:00.460Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:00.460Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:00.760Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10' [2025-05-12T06:16:00.760Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 --push - [2025-05-12T06:16:01.022Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:01.022Z] #1 transferring dockerfile: 168B done [2025-05-12T06:16:01.022Z] #1 DONE 0.1s [2025-05-12T06:16:01.022Z] [2025-05-12T06:16:01.022Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 [2025-05-12T06:16:01.022Z] #2 DONE 0.1s [2025-05-12T06:16:01.022Z] [2025-05-12T06:16:01.022Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10 [2025-05-12T06:16:01.022Z] #3 DONE 0.1s [2025-05-12T06:16:01.022Z] [2025-05-12T06:16:01.022Z] #4 [internal] load .dockerignore [2025-05-12T06:16:01.022Z] #4 transferring context: 2B done [2025-05-12T06:16:01.022Z] #4 DONE 0.1s [2025-05-12T06:16:01.022Z] [2025-05-12T06:16:01.022Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:01.022Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:01.022Z] #5 DONE 0.0s [2025-05-12T06:16:01.022Z] [2025-05-12T06:16:01.022Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:01.286Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:01.286Z] #6 CACHED [2025-05-12T06:16:01.286Z] [2025-05-12T06:16:01.286Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:01.286Z] #5 CACHED [2025-05-12T06:16:01.286Z] [2025-05-12T06:16:01.286Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:01.286Z] #7 DONE 0.0s [2025-05-12T06:16:01.286Z] [2025-05-12T06:16:01.286Z] #8 exporting to image [2025-05-12T06:16:01.286Z] #8 exporting layers done [2025-05-12T06:16:01.286Z] #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done [2025-05-12T06:16:01.286Z] #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done [2025-05-12T06:16:01.286Z] #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done [2025-05-12T06:16:01.286Z] #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done [2025-05-12T06:16:01.286Z] #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done [2025-05-12T06:16:01.286Z] #8 pushing layers 0.0s done [2025-05-12T06:16:01.286Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.10@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done [2025-05-12T06:16:01.286Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:01.286Z] #8 DONE 0.1s [2025-05-12T06:16:01.286Z] [2025-05-12T06:16:01.286Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:01.286Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:01.576Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:01.576Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:01.838Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:01.838Z] #1 transferring dockerfile: 209B done [2025-05-12T06:16:01.838Z] #1 DONE 0.1s [2025-05-12T06:16:01.838Z] [2025-05-12T06:16:01.838Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:01.838Z] #2 DONE 0.0s [2025-05-12T06:16:01.838Z] [2025-05-12T06:16:01.838Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:01.838Z] #3 DONE 0.1s [2025-05-12T06:16:01.838Z] [2025-05-12T06:16:01.838Z] #4 [internal] load .dockerignore [2025-05-12T06:16:01.838Z] #4 transferring context: 2B done [2025-05-12T06:16:01.838Z] #4 DONE 0.0s [2025-05-12T06:16:01.838Z] [2025-05-12T06:16:01.838Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:01.838Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:01.838Z] #5 DONE 0.0s [2025-05-12T06:16:01.838Z] [2025-05-12T06:16:01.838Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:02.099Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:02.099Z] #6 CACHED [2025-05-12T06:16:02.099Z] [2025-05-12T06:16:02.099Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:02.099Z] #5 CACHED [2025-05-12T06:16:02.099Z] [2025-05-12T06:16:02.099Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:02.099Z] #7 DONE 0.0s [2025-05-12T06:16:02.099Z] [2025-05-12T06:16:02.099Z] #8 exporting to image [2025-05-12T06:16:02.099Z] #8 exporting layers done [2025-05-12T06:16:02.099Z] #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done [2025-05-12T06:16:02.099Z] #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done [2025-05-12T06:16:02.099Z] #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done [2025-05-12T06:16:02.099Z] #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done [2025-05-12T06:16:02.099Z] #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done [2025-05-12T06:16:02.099Z] #8 pushing layers 0.0s done [2025-05-12T06:16:02.099Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done [2025-05-12T06:16:02.099Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:02.099Z] #8 DONE 0.1s [2025-05-12T06:16:02.099Z] [2025-05-12T06:16:02.099Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:02.099Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:02.386Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-05-12T06:16:02.386Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-05-12T06:16:02.646Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:02.646Z] #1 transferring dockerfile: 160B done [2025-05-12T06:16:02.646Z] #1 DONE 0.1s [2025-05-12T06:16:02.646Z] [2025-05-12T06:16:02.646Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-12T06:16:02.646Z] #2 DONE 0.1s [2025-05-12T06:16:02.646Z] [2025-05-12T06:16:02.646Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-05-12T06:16:02.646Z] #3 DONE 0.1s [2025-05-12T06:16:02.646Z] [2025-05-12T06:16:02.646Z] #4 [internal] load .dockerignore [2025-05-12T06:16:02.646Z] #4 transferring context: 2B done [2025-05-12T06:16:02.646Z] #4 DONE 0.1s [2025-05-12T06:16:02.646Z] [2025-05-12T06:16:02.646Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:02.646Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:02.646Z] #5 DONE 0.0s [2025-05-12T06:16:02.646Z] [2025-05-12T06:16:02.646Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:02.905Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 0.0s done [2025-05-12T06:16:02.905Z] #6 CACHED [2025-05-12T06:16:02.905Z] [2025-05-12T06:16:02.905Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:5d7eff4f7e1ae81fae3d14a36f76ec350cdf586ea955b93b2b355bccbe523709 [2025-05-12T06:16:02.905Z] #5 CACHED [2025-05-12T06:16:02.905Z] [2025-05-12T06:16:02.905Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:02.905Z] #7 DONE 0.0s [2025-05-12T06:16:02.905Z] [2025-05-12T06:16:02.905Z] #8 exporting to image [2025-05-12T06:16:02.905Z] #8 exporting layers done [2025-05-12T06:16:02.905Z] #8 exporting manifest sha256:6e7aa4e46492a9acdde1b43f128c03e6183682a18905e0d9f3e8016934a51758 done [2025-05-12T06:16:02.905Z] #8 exporting config sha256:8b73296d0edcb53652cc3942acf76c95a5ce1c8d34cd36df52498d0fb5cc4b59 done [2025-05-12T06:16:02.905Z] #8 exporting manifest sha256:b713540faa086b835c3122fe7399df3abb76ecf626994693626fe0d79f998529 done [2025-05-12T06:16:02.905Z] #8 exporting config sha256:48e80dee69db2e55b85d7de4dae83300dc4087f73e6c5d1af25d236371dab7c5 done [2025-05-12T06:16:02.905Z] #8 exporting manifest list sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 done [2025-05-12T06:16:02.905Z] #8 pushing layers 0.0s done [2025-05-12T06:16:02.905Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0bcf51181e81ea7139009ccd4509f124bb8ff43ea08bc65de6b69d1e23f5cbc2 0.1s done [2025-05-12T06:16:02.905Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:02.905Z] #8 DONE 0.1s [2025-05-12T06:16:02.905Z] [2025-05-12T06:16:02.905Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:02.905Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:03.196Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:03.196Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:03.456Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:03.456Z] #1 transferring dockerfile: 198B done [2025-05-12T06:16:03.456Z] #1 DONE 0.1s [2025-05-12T06:16:03.456Z] [2025-05-12T06:16:03.456Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:03.456Z] #2 DONE 0.1s [2025-05-12T06:16:03.456Z] [2025-05-12T06:16:03.456Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:03.456Z] #3 DONE 0.1s [2025-05-12T06:16:03.456Z] [2025-05-12T06:16:03.456Z] #4 [internal] load .dockerignore [2025-05-12T06:16:03.456Z] #4 transferring context: 2B done [2025-05-12T06:16:03.456Z] #4 DONE 0.1s [2025-05-12T06:16:03.456Z] [2025-05-12T06:16:03.456Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:03.456Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:03.715Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:03.715Z] #5 DONE 0.2s [2025-05-12T06:16:03.715Z] [2025-05-12T06:16:03.715Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:03.715Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.1s done [2025-05-12T06:16:03.715Z] #6 DONE 0.1s [2025-05-12T06:16:03.715Z] [2025-05-12T06:16:03.715Z] #7 exporting to image [2025-05-12T06:16:03.715Z] #7 exporting layers done [2025-05-12T06:16:03.715Z] #7 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 0.0s done [2025-05-12T06:16:03.715Z] #7 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc 0.0s done [2025-05-12T06:16:03.715Z] #7 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 0.0s done [2025-05-12T06:16:03.715Z] #7 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b 0.0s done [2025-05-12T06:16:03.715Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:03.979Z] #7 ... [2025-05-12T06:16:03.979Z] [2025-05-12T06:16:03.979Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:03.979Z] #8 DONE 0.0s [2025-05-12T06:16:03.979Z] [2025-05-12T06:16:03.979Z] #7 exporting to image [2025-05-12T06:16:03.979Z] #7 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.0s done [2025-05-12T06:16:03.979Z] #7 pushing layers 0.1s done [2025-05-12T06:16:03.979Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 [2025-05-12T06:16:03.979Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done [2025-05-12T06:16:03.979Z] #7 DONE 0.3s [2025-05-12T06:16:04.238Z] [2025-05-12T06:16:04.238Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:04.238Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:04.538Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-05-12T06:16:04.538Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-05-12T06:16:04.796Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:04.796Z] #1 transferring dockerfile: 164B done [2025-05-12T06:16:04.796Z] #1 DONE 0.1s [2025-05-12T06:16:04.796Z] [2025-05-12T06:16:04.796Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-12T06:16:04.796Z] #2 DONE 0.1s [2025-05-12T06:16:04.796Z] [2025-05-12T06:16:04.796Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-05-12T06:16:04.796Z] #3 DONE 0.1s [2025-05-12T06:16:04.796Z] [2025-05-12T06:16:04.796Z] #4 [internal] load .dockerignore [2025-05-12T06:16:04.796Z] #4 transferring context: 2B done [2025-05-12T06:16:04.796Z] #4 DONE 0.1s [2025-05-12T06:16:04.796Z] [2025-05-12T06:16:04.796Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:04.796Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:05.056Z] #5 CACHED [2025-05-12T06:16:05.056Z] [2025-05-12T06:16:05.056Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:05.056Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:05.056Z] #6 CACHED [2025-05-12T06:16:05.056Z] [2025-05-12T06:16:05.056Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:05.056Z] #7 DONE 0.0s [2025-05-12T06:16:05.056Z] [2025-05-12T06:16:05.056Z] #8 exporting to image [2025-05-12T06:16:05.056Z] #8 exporting layers done [2025-05-12T06:16:05.056Z] #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done [2025-05-12T06:16:05.056Z] #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done [2025-05-12T06:16:05.056Z] #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done [2025-05-12T06:16:05.056Z] #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done [2025-05-12T06:16:05.056Z] #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done [2025-05-12T06:16:05.056Z] #8 pushing layers 0.0s done [2025-05-12T06:16:05.056Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 [2025-05-12T06:16:05.056Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:05.056Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done [2025-05-12T06:16:05.056Z] #8 DONE 0.2s [2025-05-12T06:16:05.056Z] [2025-05-12T06:16:05.056Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:05.056Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:05.599Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10' [2025-05-12T06:16:05.599Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 --push - [2025-05-12T06:16:05.861Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:05.861Z] #1 transferring dockerfile: 170B done [2025-05-12T06:16:05.861Z] #1 DONE 0.1s [2025-05-12T06:16:05.861Z] [2025-05-12T06:16:05.861Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 [2025-05-12T06:16:05.861Z] #2 DONE 0.0s [2025-05-12T06:16:05.861Z] [2025-05-12T06:16:05.861Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10 [2025-05-12T06:16:05.861Z] #3 DONE 0.0s [2025-05-12T06:16:05.861Z] [2025-05-12T06:16:05.861Z] #4 [internal] load .dockerignore [2025-05-12T06:16:05.861Z] #4 transferring context: 2B done [2025-05-12T06:16:05.861Z] #4 DONE 0.0s [2025-05-12T06:16:05.861Z] [2025-05-12T06:16:05.861Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:05.861Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:05.861Z] #5 CACHED [2025-05-12T06:16:05.861Z] [2025-05-12T06:16:05.861Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:05.861Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:05.861Z] #6 DONE 0.0s [2025-05-12T06:16:06.120Z] [2025-05-12T06:16:06.120Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:06.120Z] #6 CACHED [2025-05-12T06:16:06.120Z] [2025-05-12T06:16:06.120Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:06.120Z] #7 DONE 0.0s [2025-05-12T06:16:06.120Z] [2025-05-12T06:16:06.120Z] #8 exporting to image [2025-05-12T06:16:06.120Z] #8 exporting layers done [2025-05-12T06:16:06.120Z] #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done [2025-05-12T06:16:06.120Z] #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done [2025-05-12T06:16:06.120Z] #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done [2025-05-12T06:16:06.120Z] #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done [2025-05-12T06:16:06.120Z] #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done [2025-05-12T06:16:06.120Z] #8 pushing layers 0.0s done [2025-05-12T06:16:06.120Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.10@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done [2025-05-12T06:16:06.120Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:06.120Z] #8 DONE 0.1s [2025-05-12T06:16:06.120Z] [2025-05-12T06:16:06.120Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:06.120Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:06.414Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:06.414Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:06.674Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:06.674Z] #1 transferring dockerfile: 211B done [2025-05-12T06:16:06.674Z] #1 DONE 0.1s [2025-05-12T06:16:06.674Z] [2025-05-12T06:16:06.674Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:06.674Z] #2 DONE 0.0s [2025-05-12T06:16:06.674Z] [2025-05-12T06:16:06.674Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:06.674Z] #3 DONE 0.0s [2025-05-12T06:16:06.674Z] [2025-05-12T06:16:06.674Z] #4 [internal] load .dockerignore [2025-05-12T06:16:06.674Z] #4 transferring context: 2B done [2025-05-12T06:16:06.674Z] #4 DONE 0.0s [2025-05-12T06:16:06.674Z] [2025-05-12T06:16:06.674Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:06.674Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:06.674Z] #5 CACHED [2025-05-12T06:16:06.674Z] [2025-05-12T06:16:06.674Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:06.935Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:06.935Z] #6 CACHED [2025-05-12T06:16:06.935Z] [2025-05-12T06:16:06.935Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:06.935Z] #7 DONE 0.0s [2025-05-12T06:16:06.935Z] [2025-05-12T06:16:06.935Z] #8 exporting to image [2025-05-12T06:16:06.935Z] #8 exporting layers done [2025-05-12T06:16:06.935Z] #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done [2025-05-12T06:16:06.935Z] #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done [2025-05-12T06:16:06.935Z] #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done [2025-05-12T06:16:06.935Z] #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done [2025-05-12T06:16:06.935Z] #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done [2025-05-12T06:16:06.935Z] #8 pushing layers 0.0s done [2025-05-12T06:16:06.935Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done [2025-05-12T06:16:06.935Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:06.935Z] #8 DONE 0.1s [2025-05-12T06:16:06.935Z] [2025-05-12T06:16:06.935Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:06.935Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:07.218Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-05-12T06:16:07.218Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-05-12T06:16:07.479Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:07.479Z] #1 transferring dockerfile: 162B done [2025-05-12T06:16:07.479Z] #1 DONE 0.1s [2025-05-12T06:16:07.479Z] [2025-05-12T06:16:07.479Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-12T06:16:07.479Z] #2 DONE 0.0s [2025-05-12T06:16:07.479Z] [2025-05-12T06:16:07.479Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-05-12T06:16:07.479Z] #3 DONE 0.1s [2025-05-12T06:16:07.479Z] [2025-05-12T06:16:07.479Z] #4 [internal] load .dockerignore [2025-05-12T06:16:07.479Z] #4 transferring context: 2B done [2025-05-12T06:16:07.479Z] #4 DONE 0.1s [2025-05-12T06:16:07.479Z] [2025-05-12T06:16:07.479Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:07.479Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:07.479Z] #5 DONE 0.0s [2025-05-12T06:16:07.479Z] [2025-05-12T06:16:07.479Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:07.742Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 0.0s done [2025-05-12T06:16:07.742Z] #6 CACHED [2025-05-12T06:16:07.742Z] [2025-05-12T06:16:07.742Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:84fd881d916b9e4e9292c5acb8a8eab815fe5b5388acb9802075f62204ecc345 [2025-05-12T06:16:07.742Z] #5 CACHED [2025-05-12T06:16:07.742Z] [2025-05-12T06:16:07.742Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:07.742Z] #7 DONE 0.0s [2025-05-12T06:16:07.742Z] [2025-05-12T06:16:07.742Z] #8 exporting to image [2025-05-12T06:16:07.742Z] #8 exporting layers done [2025-05-12T06:16:07.742Z] #8 exporting manifest sha256:36ceba732c1ffba21a585ebcc183b769aa8966193e49fbde3c314148ccf9dbc4 done [2025-05-12T06:16:07.742Z] #8 exporting config sha256:6d2aafc5ca48601cd2e34a21f84cda0bfe0095fa80502adf200ad9db978905dc done [2025-05-12T06:16:07.742Z] #8 exporting manifest sha256:7db6ea77ca9390744f97be23fe5d3bcb211c7fdda91e3589c5696934675f7377 done [2025-05-12T06:16:07.742Z] #8 exporting config sha256:812a29cca9d8bf8ad1ebcc6ca3d048f66091528a7ae553614f4070e138cdca3b done [2025-05-12T06:16:07.742Z] #8 exporting manifest list sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 done [2025-05-12T06:16:07.742Z] #8 pushing layers 0.0s done [2025-05-12T06:16:07.742Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:63c1c3597a8d922005d016b9beb2ba71b11f07b2e0c71443cd2f26f9f5924472 0.1s done [2025-05-12T06:16:07.742Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:07.742Z] #8 DONE 0.1s [2025-05-12T06:16:07.742Z] [2025-05-12T06:16:07.742Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:07.742Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:08.033Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:08.033Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:08.294Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:08.294Z] #1 transferring dockerfile: 206B done [2025-05-12T06:16:08.294Z] #1 DONE 0.1s [2025-05-12T06:16:08.294Z] [2025-05-12T06:16:08.294Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:08.294Z] #2 DONE 0.2s [2025-05-12T06:16:08.294Z] [2025-05-12T06:16:08.294Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:08.294Z] #3 DONE 0.2s [2025-05-12T06:16:08.294Z] [2025-05-12T06:16:08.294Z] #4 [internal] load .dockerignore [2025-05-12T06:16:08.294Z] #4 transferring context: [2025-05-12T06:16:08.553Z] #4 transferring context: 2B done [2025-05-12T06:16:08.553Z] #4 DONE 0.1s [2025-05-12T06:16:08.553Z] [2025-05-12T06:16:08.553Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:08.553Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.1s done [2025-05-12T06:16:08.553Z] #5 DONE 0.1s [2025-05-12T06:16:08.553Z] [2025-05-12T06:16:08.553Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:08.553Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:09.120Z] #6 DONE 0.7s [2025-05-12T06:16:09.120Z] [2025-05-12T06:16:09.120Z] #7 exporting to image [2025-05-12T06:16:09.120Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:09.120Z] #7 exporting layers done [2025-05-12T06:16:09.120Z] #7 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 0.0s done [2025-05-12T06:16:09.120Z] #7 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a 0.0s done [2025-05-12T06:16:09.120Z] #7 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e 0.1s done [2025-05-12T06:16:09.120Z] #7 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e [2025-05-12T06:16:09.378Z] #7 ... [2025-05-12T06:16:09.378Z] [2025-05-12T06:16:09.378Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:09.378Z] #8 DONE 0.0s [2025-05-12T06:16:09.378Z] [2025-05-12T06:16:09.378Z] #7 exporting to image [2025-05-12T06:16:09.378Z] #7 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e 0.0s done [2025-05-12T06:16:09.378Z] #7 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.0s done [2025-05-12T06:16:09.378Z] #7 pushing layers [2025-05-12T06:16:09.378Z] #7 pushing layers 0.1s done [2025-05-12T06:16:09.378Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done [2025-05-12T06:16:09.378Z] #7 DONE 0.4s [2025-05-12T06:16:09.636Z] [2025-05-12T06:16:09.637Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:09.637Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:09.934Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-05-12T06:16:09.934Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-05-12T06:16:10.193Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:10.193Z] #1 transferring dockerfile: 172B done [2025-05-12T06:16:10.193Z] #1 DONE 0.0s [2025-05-12T06:16:10.193Z] [2025-05-12T06:16:10.193Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-12T06:16:10.193Z] #2 DONE 0.0s [2025-05-12T06:16:10.193Z] [2025-05-12T06:16:10.193Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-05-12T06:16:10.193Z] #3 DONE 0.1s [2025-05-12T06:16:10.193Z] [2025-05-12T06:16:10.193Z] #4 [internal] load .dockerignore [2025-05-12T06:16:10.193Z] #4 transferring context: 2B done [2025-05-12T06:16:10.193Z] #4 DONE 0.1s [2025-05-12T06:16:10.193Z] [2025-05-12T06:16:10.193Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:10.193Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:10.193Z] #5 DONE 0.0s [2025-05-12T06:16:10.193Z] [2025-05-12T06:16:10.193Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:10.453Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.1s done [2025-05-12T06:16:10.453Z] #6 CACHED [2025-05-12T06:16:10.453Z] [2025-05-12T06:16:10.453Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:10.453Z] #5 CACHED [2025-05-12T06:16:10.453Z] [2025-05-12T06:16:10.453Z] #7 exporting to image [2025-05-12T06:16:10.453Z] #7 exporting layers done [2025-05-12T06:16:10.453Z] #7 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 0.0s done [2025-05-12T06:16:10.453Z] #7 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a 0.0s done [2025-05-12T06:16:10.453Z] #7 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done [2025-05-12T06:16:10.453Z] #7 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done [2025-05-12T06:16:10.453Z] #7 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 done [2025-05-12T06:16:10.453Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:10.453Z] #7 pushing layers 0.0s done [2025-05-12T06:16:10.453Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done [2025-05-12T06:16:10.453Z] #7 DONE 0.2s [2025-05-12T06:16:10.453Z] [2025-05-12T06:16:10.453Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:10.453Z] #8 DONE 0.0s [2025-05-12T06:16:10.712Z] [2025-05-12T06:16:10.712Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:10.712Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:10.998Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10' [2025-05-12T06:16:10.998Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 --push - [2025-05-12T06:16:11.257Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:11.257Z] #1 transferring dockerfile: 178B done [2025-05-12T06:16:11.257Z] #1 DONE 0.1s [2025-05-12T06:16:11.257Z] [2025-05-12T06:16:11.257Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 [2025-05-12T06:16:11.257Z] #2 DONE 0.0s [2025-05-12T06:16:11.257Z] [2025-05-12T06:16:11.257Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10 [2025-05-12T06:16:11.257Z] #3 DONE 0.1s [2025-05-12T06:16:11.257Z] [2025-05-12T06:16:11.257Z] #4 [internal] load .dockerignore [2025-05-12T06:16:11.257Z] #4 transferring context: 2B done [2025-05-12T06:16:11.257Z] #4 DONE 0.1s [2025-05-12T06:16:11.257Z] [2025-05-12T06:16:11.257Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:11.257Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:11.515Z] #5 CACHED [2025-05-12T06:16:11.515Z] [2025-05-12T06:16:11.515Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:11.515Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:11.515Z] #6 CACHED [2025-05-12T06:16:11.515Z] [2025-05-12T06:16:11.515Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:11.515Z] #7 DONE 0.0s [2025-05-12T06:16:11.515Z] [2025-05-12T06:16:11.515Z] #8 exporting to image [2025-05-12T06:16:11.515Z] #8 exporting layers done [2025-05-12T06:16:11.515Z] #8 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 0.0s done [2025-05-12T06:16:11.515Z] #8 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a done [2025-05-12T06:16:11.515Z] #8 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done [2025-05-12T06:16:11.515Z] #8 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done [2025-05-12T06:16:11.515Z] #8 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.0s done [2025-05-12T06:16:11.515Z] #8 pushing layers 0.0s done [2025-05-12T06:16:11.515Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 [2025-05-12T06:16:11.515Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:11.515Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.10@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done [2025-05-12T06:16:11.515Z] #8 DONE 0.2s [2025-05-12T06:16:11.515Z] [2025-05-12T06:16:11.515Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:11.515Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:11.803Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:11.803Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:12.062Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:12.062Z] #1 transferring dockerfile: 219B done [2025-05-12T06:16:12.062Z] #1 DONE 0.1s [2025-05-12T06:16:12.062Z] [2025-05-12T06:16:12.062Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:12.062Z] #2 DONE 0.0s [2025-05-12T06:16:12.062Z] [2025-05-12T06:16:12.063Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:12.063Z] #3 DONE 0.1s [2025-05-12T06:16:12.063Z] [2025-05-12T06:16:12.063Z] #4 [internal] load .dockerignore [2025-05-12T06:16:12.063Z] #4 transferring context: 2B done [2025-05-12T06:16:12.063Z] #4 DONE 0.1s [2025-05-12T06:16:12.063Z] [2025-05-12T06:16:12.063Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:12.063Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:12.063Z] #5 DONE 0.0s [2025-05-12T06:16:12.063Z] [2025-05-12T06:16:12.063Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:12.322Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:12.322Z] #6 CACHED [2025-05-12T06:16:12.322Z] [2025-05-12T06:16:12.322Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:12.322Z] #5 CACHED [2025-05-12T06:16:12.322Z] [2025-05-12T06:16:12.322Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:12.322Z] #7 DONE 0.0s [2025-05-12T06:16:12.322Z] [2025-05-12T06:16:12.322Z] #8 exporting to image [2025-05-12T06:16:12.322Z] #8 exporting layers done [2025-05-12T06:16:12.322Z] #8 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 done [2025-05-12T06:16:12.322Z] #8 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a done [2025-05-12T06:16:12.322Z] #8 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done [2025-05-12T06:16:12.322Z] #8 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done [2025-05-12T06:16:12.322Z] #8 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 done [2025-05-12T06:16:12.322Z] #8 pushing layers 0.0s done [2025-05-12T06:16:12.322Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done [2025-05-12T06:16:12.322Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:12.322Z] #8 DONE 0.1s [2025-05-12T06:16:12.322Z] [2025-05-12T06:16:12.322Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:12.322Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:12.609Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-05-12T06:16:12.609Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-05-12T06:16:12.867Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:12.867Z] #1 transferring dockerfile: 170B done [2025-05-12T06:16:12.867Z] #1 DONE 0.1s [2025-05-12T06:16:12.867Z] [2025-05-12T06:16:12.867Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-12T06:16:12.867Z] #2 DONE 0.0s [2025-05-12T06:16:12.867Z] [2025-05-12T06:16:12.867Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-05-12T06:16:12.867Z] #3 DONE 0.0s [2025-05-12T06:16:12.867Z] [2025-05-12T06:16:12.867Z] #4 [internal] load .dockerignore [2025-05-12T06:16:12.867Z] #4 transferring context: 2B done [2025-05-12T06:16:12.867Z] #4 DONE 0.1s [2025-05-12T06:16:12.867Z] [2025-05-12T06:16:12.867Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:12.867Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:12.867Z] #5 DONE 0.0s [2025-05-12T06:16:12.867Z] [2025-05-12T06:16:12.867Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:13.126Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 0.0s done [2025-05-12T06:16:13.126Z] #6 CACHED [2025-05-12T06:16:13.126Z] [2025-05-12T06:16:13.126Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:02ed96c87f539e06c8196c1759b153850b52e3e50de262fd5f4e27725fbc7183 [2025-05-12T06:16:13.126Z] #5 CACHED [2025-05-12T06:16:13.126Z] [2025-05-12T06:16:13.126Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:13.126Z] #7 DONE 0.0s [2025-05-12T06:16:13.126Z] [2025-05-12T06:16:13.126Z] #8 exporting to image [2025-05-12T06:16:13.126Z] #8 exporting layers done [2025-05-12T06:16:13.126Z] #8 exporting manifest sha256:b29a188bb83862edc1f7144602a652c064d4023b81ac82eb061307b03a414677 done [2025-05-12T06:16:13.126Z] #8 exporting config sha256:f5653d837c35ae7bbf905a94f268da9662eb056bfe22275e9c245ae587736d9a done [2025-05-12T06:16:13.126Z] #8 exporting manifest sha256:00768704aa992a47b25dbfeb9a195e403ff797eb51a419ccc34bcfeb8aec296e done [2025-05-12T06:16:13.126Z] #8 exporting config sha256:b625d1fbcafd7d6b2715829a01d2cd2a6851c12c666f7a785854767eea40e70e done [2025-05-12T06:16:13.126Z] #8 exporting manifest list sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 done [2025-05-12T06:16:13.126Z] #8 pushing layers 0.0s done [2025-05-12T06:16:13.126Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 [2025-05-12T06:16:13.126Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:13.126Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:735def2a3638624d5d8b019dd8ac4721321631535c65ae3ab9e9207a5a32c6e4 0.1s done [2025-05-12T06:16:13.126Z] #8 DONE 0.1s [2025-05-12T06:16:13.126Z] [2025-05-12T06:16:13.126Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:13.126Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:13.413Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:13.414Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:13.672Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:13.672Z] #1 transferring dockerfile: 204B done [2025-05-12T06:16:13.672Z] #1 DONE 0.1s [2025-05-12T06:16:13.672Z] [2025-05-12T06:16:13.672Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:13.672Z] #2 DONE 0.1s [2025-05-12T06:16:13.672Z] [2025-05-12T06:16:13.672Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:13.933Z] #3 DONE 0.1s [2025-05-12T06:16:13.933Z] [2025-05-12T06:16:13.933Z] #4 [internal] load .dockerignore [2025-05-12T06:16:13.933Z] #4 transferring context: 2B done [2025-05-12T06:16:13.933Z] #4 DONE 0.1s [2025-05-12T06:16:13.933Z] [2025-05-12T06:16:13.933Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:13.933Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done [2025-05-12T06:16:13.933Z] #5 DONE 0.0s [2025-05-12T06:16:13.933Z] [2025-05-12T06:16:13.933Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:13.933Z] #6 DONE 0.0s [2025-05-12T06:16:13.933Z] [2025-05-12T06:16:13.933Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:13.933Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done [2025-05-12T06:16:13.933Z] #5 DONE 0.2s [2025-05-12T06:16:14.193Z] [2025-05-12T06:16:14.193Z] #7 exporting to image [2025-05-12T06:16:14.193Z] #7 exporting layers done [2025-05-12T06:16:14.193Z] #7 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 0.0s done [2025-05-12T06:16:14.193Z] #7 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 0.0s done [2025-05-12T06:16:14.193Z] #7 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 0.0s done [2025-05-12T06:16:14.193Z] #7 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac 0.0s done [2025-05-12T06:16:14.193Z] #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 [2025-05-12T06:16:14.193Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:14.193Z] #7 ... [2025-05-12T06:16:14.193Z] [2025-05-12T06:16:14.193Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:14.193Z] #8 DONE 0.0s [2025-05-12T06:16:14.193Z] [2025-05-12T06:16:14.193Z] #7 exporting to image [2025-05-12T06:16:14.193Z] #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.0s done [2025-05-12T06:16:14.193Z] #7 pushing layers 0.1s done [2025-05-12T06:16:14.193Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 [2025-05-12T06:16:14.452Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done [2025-05-12T06:16:14.452Z] #7 DONE 0.3s [2025-05-12T06:16:14.452Z] [2025-05-12T06:16:14.452Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:14.452Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:14.737Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-05-12T06:16:14.737Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-05-12T06:16:14.998Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:14.998Z] #1 transferring dockerfile: 170B done [2025-05-12T06:16:14.998Z] #1 DONE 0.1s [2025-05-12T06:16:14.998Z] [2025-05-12T06:16:14.998Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-12T06:16:15.604Z] #2 DONE 0.4s [2025-05-12T06:16:15.604Z] [2025-05-12T06:16:15.604Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-05-12T06:16:15.604Z] #3 DONE 0.3s [2025-05-12T06:16:15.604Z] [2025-05-12T06:16:15.604Z] #4 [internal] load .dockerignore [2025-05-12T06:16:15.604Z] #4 transferring context: [2025-05-12T06:16:15.604Z] #4 transferring context: 2B done [2025-05-12T06:16:15.604Z] #4 DONE 0.1s [2025-05-12T06:16:15.604Z] [2025-05-12T06:16:15.604Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:15.604Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done [2025-05-12T06:16:15.604Z] #5 CACHED [2025-05-12T06:16:15.604Z] [2025-05-12T06:16:15.604Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:15.604Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done [2025-05-12T06:16:15.604Z] #6 CACHED [2025-05-12T06:16:15.604Z] [2025-05-12T06:16:15.604Z] #7 exporting to image [2025-05-12T06:16:15.604Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:15.604Z] #7 exporting layers done [2025-05-12T06:16:15.604Z] #7 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done [2025-05-12T06:16:15.604Z] #7 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done [2025-05-12T06:16:15.604Z] #7 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done [2025-05-12T06:16:15.604Z] #7 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done [2025-05-12T06:16:15.604Z] #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done [2025-05-12T06:16:15.604Z] #7 pushing layers 0.0s done [2025-05-12T06:16:15.604Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done [2025-05-12T06:16:15.604Z] #7 DONE 0.1s [2025-05-12T06:16:15.604Z] [2025-05-12T06:16:15.604Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:15.604Z] #8 DONE 0.0s [2025-05-12T06:16:15.890Z] [2025-05-12T06:16:15.890Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:15.890Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:16.205Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 --push - [2025-05-12T06:16:16.205Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10' [2025-05-12T06:16:16.464Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:16.464Z] #1 transferring dockerfile: 176B done [2025-05-12T06:16:16.464Z] #1 DONE 0.1s [2025-05-12T06:16:16.464Z] [2025-05-12T06:16:16.464Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 [2025-05-12T06:16:16.464Z] #2 DONE 0.0s [2025-05-12T06:16:16.464Z] [2025-05-12T06:16:16.464Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10 [2025-05-12T06:16:16.464Z] #3 DONE 0.1s [2025-05-12T06:16:16.464Z] [2025-05-12T06:16:16.464Z] #4 [internal] load .dockerignore [2025-05-12T06:16:16.464Z] #4 transferring context: 2B done [2025-05-12T06:16:16.464Z] #4 DONE 0.1s [2025-05-12T06:16:16.464Z] [2025-05-12T06:16:16.464Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:16.464Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done [2025-05-12T06:16:16.464Z] #5 DONE 0.1s [2025-05-12T06:16:16.464Z] [2025-05-12T06:16:16.464Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:16.721Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done [2025-05-12T06:16:16.721Z] #6 CACHED [2025-05-12T06:16:16.721Z] [2025-05-12T06:16:16.721Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:16.721Z] #5 CACHED [2025-05-12T06:16:16.721Z] [2025-05-12T06:16:16.721Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:16.721Z] #7 DONE 0.0s [2025-05-12T06:16:16.721Z] [2025-05-12T06:16:16.721Z] #8 exporting to image [2025-05-12T06:16:16.721Z] #8 exporting layers done [2025-05-12T06:16:16.721Z] #8 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done [2025-05-12T06:16:16.721Z] #8 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done [2025-05-12T06:16:16.721Z] #8 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done [2025-05-12T06:16:16.721Z] #8 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done [2025-05-12T06:16:16.721Z] #8 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done [2025-05-12T06:16:16.721Z] #8 pushing layers 0.0s done [2025-05-12T06:16:16.721Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.10@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done [2025-05-12T06:16:16.721Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:16.721Z] #8 DONE 0.1s [2025-05-12T06:16:16.721Z] [2025-05-12T06:16:16.721Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:16.721Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:17.008Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:17.009Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:17.276Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:17.276Z] #1 transferring dockerfile: 217B done [2025-05-12T06:16:17.276Z] #1 DONE 0.1s [2025-05-12T06:16:17.276Z] [2025-05-12T06:16:17.276Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:17.276Z] #2 DONE 0.1s [2025-05-12T06:16:17.276Z] [2025-05-12T06:16:17.276Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:17.276Z] #3 DONE 0.1s [2025-05-12T06:16:17.276Z] [2025-05-12T06:16:17.276Z] #4 [internal] load .dockerignore [2025-05-12T06:16:17.276Z] #4 transferring context: 2B done [2025-05-12T06:16:17.276Z] #4 DONE 0.1s [2025-05-12T06:16:17.276Z] [2025-05-12T06:16:17.276Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:17.276Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:17.534Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done [2025-05-12T06:16:17.534Z] #5 CACHED [2025-05-12T06:16:17.534Z] [2025-05-12T06:16:17.534Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:17.534Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done [2025-05-12T06:16:17.534Z] #6 CACHED [2025-05-12T06:16:17.534Z] [2025-05-12T06:16:17.534Z] #7 exporting to image [2025-05-12T06:16:17.534Z] #7 exporting layers done [2025-05-12T06:16:17.534Z] #7 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done [2025-05-12T06:16:17.534Z] #7 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done [2025-05-12T06:16:17.534Z] #7 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done [2025-05-12T06:16:17.534Z] #7 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done [2025-05-12T06:16:17.534Z] #7 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done [2025-05-12T06:16:17.534Z] #7 pushing layers 0.0s done [2025-05-12T06:16:17.534Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 [2025-05-12T06:16:17.534Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:17.534Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done [2025-05-12T06:16:17.534Z] #7 DONE 0.1s [2025-05-12T06:16:17.534Z] [2025-05-12T06:16:17.534Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:17.534Z] #8 DONE 0.0s [2025-05-12T06:16:17.534Z] [2025-05-12T06:16:17.534Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:17.534Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:17.826Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-05-12T06:16:17.826Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-05-12T06:16:18.088Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:18.088Z] #1 transferring dockerfile: 168B done [2025-05-12T06:16:18.088Z] #1 DONE 0.1s [2025-05-12T06:16:18.088Z] [2025-05-12T06:16:18.088Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-12T06:16:18.088Z] #2 DONE 0.0s [2025-05-12T06:16:18.088Z] [2025-05-12T06:16:18.088Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-05-12T06:16:18.088Z] #3 DONE 0.1s [2025-05-12T06:16:18.088Z] [2025-05-12T06:16:18.088Z] #4 [internal] load .dockerignore [2025-05-12T06:16:18.088Z] #4 transferring context: 2B done [2025-05-12T06:16:18.088Z] #4 DONE 0.1s [2025-05-12T06:16:18.088Z] [2025-05-12T06:16:18.088Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:18.088Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.0s done [2025-05-12T06:16:18.088Z] #5 DONE 0.1s [2025-05-12T06:16:18.088Z] [2025-05-12T06:16:18.088Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:18.348Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a 0.1s done [2025-05-12T06:16:18.348Z] #6 CACHED [2025-05-12T06:16:18.348Z] [2025-05-12T06:16:18.348Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:daaaaa531a165cf608f4c8c824e0519d7e397ed3ce95ff41a1888e1f32eff16a [2025-05-12T06:16:18.348Z] #5 CACHED [2025-05-12T06:16:18.348Z] [2025-05-12T06:16:18.348Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:18.348Z] #7 DONE 0.0s [2025-05-12T06:16:18.348Z] [2025-05-12T06:16:18.348Z] #8 exporting to image [2025-05-12T06:16:18.348Z] #8 exporting layers done [2025-05-12T06:16:18.348Z] #8 exporting manifest sha256:a6cc29a4fb001efd274e79ede85e98e4b2c94e03a1d0cfa1d44cc5fc7575d742 done [2025-05-12T06:16:18.348Z] #8 exporting config sha256:7c602a00ab46385a84508ebe58fb7deaf9dd67ccc7a0c6cd64bb5fe2d225c8c8 done [2025-05-12T06:16:18.348Z] #8 exporting manifest sha256:a4657c5364991c2343ebc60d02fb4e045930fac8064a2e664792ab7755f75a65 done [2025-05-12T06:16:18.348Z] #8 exporting config sha256:9f2b58f079302554e14785843c46c6b425d22a4f7b93cfa8753fa2a5df561fac done [2025-05-12T06:16:18.348Z] #8 exporting manifest list sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 done [2025-05-12T06:16:18.348Z] #8 pushing layers 0.0s done [2025-05-12T06:16:18.348Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:20d1088fad09b01522f7c4a3dfa5bf64b77621cd239cdf64d14945d9f2fdbe14 0.1s done [2025-05-12T06:16:18.348Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:18.348Z] #8 DONE 0.1s [2025-05-12T06:16:18.348Z] [2025-05-12T06:16:18.348Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:18.348Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:18.638Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:18.638Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:18.898Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:18.898Z] #1 transferring dockerfile: 205B done [2025-05-12T06:16:18.898Z] #1 DONE 0.1s [2025-05-12T06:16:18.898Z] [2025-05-12T06:16:18.898Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:18.898Z] #2 DONE 0.1s [2025-05-12T06:16:18.898Z] [2025-05-12T06:16:18.898Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:18.898Z] #3 DONE 0.1s [2025-05-12T06:16:18.898Z] [2025-05-12T06:16:18.898Z] #4 [internal] load .dockerignore [2025-05-12T06:16:18.898Z] #4 transferring context: 2B done [2025-05-12T06:16:18.898Z] #4 DONE 0.1s [2025-05-12T06:16:19.157Z] [2025-05-12T06:16:19.157Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:19.157Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done [2025-05-12T06:16:19.157Z] #5 DONE 0.0s [2025-05-12T06:16:19.157Z] [2025-05-12T06:16:19.157Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:19.157Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done [2025-05-12T06:16:19.417Z] #6 DONE 0.3s [2025-05-12T06:16:19.417Z] [2025-05-12T06:16:19.417Z] #7 exporting to image [2025-05-12T06:16:19.417Z] #7 exporting layers done [2025-05-12T06:16:19.417Z] #7 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 0.1s done [2025-05-12T06:16:19.417Z] #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f [2025-05-12T06:16:19.417Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:19.417Z] #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 0.0s done [2025-05-12T06:16:19.417Z] #7 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 0.0s done [2025-05-12T06:16:19.417Z] #7 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c 0.0s done [2025-05-12T06:16:19.417Z] #7 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.0s done [2025-05-12T06:16:19.417Z] #7 pushing layers [2025-05-12T06:16:19.675Z] #7 ... [2025-05-12T06:16:19.675Z] [2025-05-12T06:16:19.675Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:19.675Z] #8 DONE 0.0s [2025-05-12T06:16:19.675Z] [2025-05-12T06:16:19.675Z] #7 exporting to image [2025-05-12T06:16:19.675Z] #7 pushing layers 0.1s done [2025-05-12T06:16:19.675Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a [2025-05-12T06:16:19.675Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done [2025-05-12T06:16:19.675Z] #7 DONE 0.4s [2025-05-12T06:16:19.935Z] [2025-05-12T06:16:19.935Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:19.935Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:20.222Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-05-12T06:16:20.222Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-05-12T06:16:20.482Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:20.482Z] #1 transferring dockerfile: 171B done [2025-05-12T06:16:20.482Z] #1 DONE 0.1s [2025-05-12T06:16:20.482Z] [2025-05-12T06:16:20.482Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-12T06:16:20.482Z] #2 DONE 0.0s [2025-05-12T06:16:20.482Z] [2025-05-12T06:16:20.482Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-05-12T06:16:20.482Z] #3 DONE 0.1s [2025-05-12T06:16:20.482Z] [2025-05-12T06:16:20.482Z] #4 [internal] load .dockerignore [2025-05-12T06:16:20.482Z] #4 transferring context: 2B done [2025-05-12T06:16:20.482Z] #4 DONE 0.0s [2025-05-12T06:16:20.482Z] [2025-05-12T06:16:20.482Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:20.482Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:20.741Z] #5 ... [2025-05-12T06:16:20.741Z] [2025-05-12T06:16:20.741Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:20.741Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.1s done [2025-05-12T06:16:20.741Z] #6 CACHED [2025-05-12T06:16:21.000Z] [2025-05-12T06:16:21.000Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:21.000Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.3s done [2025-05-12T06:16:21.000Z] #5 CACHED [2025-05-12T06:16:21.000Z] [2025-05-12T06:16:21.000Z] #7 exporting to image [2025-05-12T06:16:21.000Z] #7 exporting layers done [2025-05-12T06:16:21.000Z] #7 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 0.0s done [2025-05-12T06:16:21.000Z] #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f [2025-05-12T06:16:21.000Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:21.000Z] #7 ... [2025-05-12T06:16:21.000Z] [2025-05-12T06:16:21.000Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:21.000Z] #8 DONE 0.0s [2025-05-12T06:16:21.000Z] [2025-05-12T06:16:21.000Z] #7 exporting to image [2025-05-12T06:16:21.000Z] #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 0.0s done [2025-05-12T06:16:21.000Z] #7 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 0.0s done [2025-05-12T06:16:21.000Z] #7 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done [2025-05-12T06:16:21.000Z] #7 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.0s done [2025-05-12T06:16:21.000Z] #7 pushing layers 0.0s done [2025-05-12T06:16:21.000Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a [2025-05-12T06:16:21.260Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done [2025-05-12T06:16:21.260Z] #7 DONE 0.2s [2025-05-12T06:16:21.260Z] [2025-05-12T06:16:21.260Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:21.260Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:21.559Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10' [2025-05-12T06:16:21.560Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 --push - [2025-05-12T06:16:21.820Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:21.820Z] #1 transferring dockerfile: 177B done [2025-05-12T06:16:21.820Z] #1 DONE 0.1s [2025-05-12T06:16:21.820Z] [2025-05-12T06:16:21.820Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 [2025-05-12T06:16:21.820Z] #2 DONE 0.0s [2025-05-12T06:16:21.820Z] [2025-05-12T06:16:21.820Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10 [2025-05-12T06:16:21.820Z] #3 DONE 0.0s [2025-05-12T06:16:21.820Z] [2025-05-12T06:16:21.820Z] #4 [internal] load .dockerignore [2025-05-12T06:16:21.820Z] #4 transferring context: 2B done [2025-05-12T06:16:21.820Z] #4 DONE 0.1s [2025-05-12T06:16:22.082Z] [2025-05-12T06:16:22.082Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:22.082Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done [2025-05-12T06:16:22.082Z] #5 CACHED [2025-05-12T06:16:22.082Z] [2025-05-12T06:16:22.082Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:22.082Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done [2025-05-12T06:16:22.082Z] #6 CACHED [2025-05-12T06:16:22.082Z] [2025-05-12T06:16:22.082Z] #7 exporting to image [2025-05-12T06:16:22.082Z] #7 exporting layers done [2025-05-12T06:16:22.082Z] #7 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 done [2025-05-12T06:16:22.082Z] #7 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f done [2025-05-12T06:16:22.082Z] #7 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 done [2025-05-12T06:16:22.082Z] #7 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done [2025-05-12T06:16:22.082Z] #7 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a done [2025-05-12T06:16:22.082Z] #7 pushing layers 0.0s done [2025-05-12T06:16:22.082Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a [2025-05-12T06:16:22.082Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:22.082Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.10@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done [2025-05-12T06:16:22.082Z] #7 DONE 0.1s [2025-05-12T06:16:22.082Z] [2025-05-12T06:16:22.082Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:22.082Z] #8 DONE 0.0s [2025-05-12T06:16:23.019Z] [2025-05-12T06:16:23.019Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:23.019Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:23.305Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:23.305Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:23.565Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:23.565Z] #1 transferring dockerfile: 218B done [2025-05-12T06:16:23.565Z] #1 DONE 0.0s [2025-05-12T06:16:23.565Z] [2025-05-12T06:16:23.565Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:23.565Z] #2 DONE 0.0s [2025-05-12T06:16:23.565Z] [2025-05-12T06:16:23.565Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:23.565Z] #3 DONE 0.1s [2025-05-12T06:16:23.565Z] [2025-05-12T06:16:23.565Z] #4 [internal] load .dockerignore [2025-05-12T06:16:23.565Z] #4 transferring context: 2B done [2025-05-12T06:16:23.565Z] #4 DONE 0.1s [2025-05-12T06:16:23.565Z] [2025-05-12T06:16:23.565Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:23.565Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done [2025-05-12T06:16:23.565Z] #5 CACHED [2025-05-12T06:16:23.565Z] [2025-05-12T06:16:23.565Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:23.824Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done [2025-05-12T06:16:23.824Z] #6 CACHED [2025-05-12T06:16:23.824Z] [2025-05-12T06:16:23.824Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:23.824Z] #7 DONE 0.0s [2025-05-12T06:16:23.824Z] [2025-05-12T06:16:23.824Z] #8 exporting to image [2025-05-12T06:16:23.824Z] #8 exporting layers done [2025-05-12T06:16:23.824Z] #8 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 done [2025-05-12T06:16:23.824Z] #8 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f done [2025-05-12T06:16:23.824Z] #8 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 done [2025-05-12T06:16:23.824Z] #8 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done [2025-05-12T06:16:23.824Z] #8 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a done [2025-05-12T06:16:23.824Z] #8 pushing layers 0.0s done [2025-05-12T06:16:23.824Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done [2025-05-12T06:16:23.824Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:23.824Z] #8 DONE 0.1s [2025-05-12T06:16:23.824Z] [2025-05-12T06:16:23.824Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:23.824Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:24.109Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-05-12T06:16:24.109Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-05-12T06:16:24.367Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:24.367Z] #1 transferring dockerfile: 169B done [2025-05-12T06:16:24.367Z] #1 DONE 0.0s [2025-05-12T06:16:24.367Z] [2025-05-12T06:16:24.367Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-12T06:16:24.367Z] #2 DONE 0.0s [2025-05-12T06:16:24.367Z] [2025-05-12T06:16:24.367Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-05-12T06:16:24.367Z] #3 DONE 0.0s [2025-05-12T06:16:24.367Z] [2025-05-12T06:16:24.367Z] #4 [internal] load .dockerignore [2025-05-12T06:16:24.367Z] #4 transferring context: [2025-05-12T06:16:24.367Z] #4 transferring context: 2B done [2025-05-12T06:16:24.367Z] #4 DONE 0.1s [2025-05-12T06:16:24.367Z] [2025-05-12T06:16:24.367Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:24.367Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.0s done [2025-05-12T06:16:24.367Z] #5 DONE 0.1s [2025-05-12T06:16:24.367Z] [2025-05-12T06:16:24.367Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:24.367Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb 0.1s done [2025-05-12T06:16:24.367Z] #6 DONE 0.1s [2025-05-12T06:16:24.626Z] [2025-05-12T06:16:24.626Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:24.626Z] #5 CACHED [2025-05-12T06:16:24.626Z] [2025-05-12T06:16:24.626Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:57331ac374f87b6a91a31a52074ae642cc9738c028c887a43d2d9156ac006fbb [2025-05-12T06:16:24.626Z] #6 CACHED [2025-05-12T06:16:24.626Z] [2025-05-12T06:16:24.626Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:24.626Z] #7 DONE 0.0s [2025-05-12T06:16:24.626Z] [2025-05-12T06:16:24.626Z] #8 exporting to image [2025-05-12T06:16:24.626Z] #8 exporting layers done [2025-05-12T06:16:24.626Z] #8 exporting manifest sha256:663f71e82888cc82ca900aadf88e5cd0d6c4b8e1920cd6d99df717f57a30edf8 done [2025-05-12T06:16:24.626Z] #8 exporting config sha256:4694d1c11b9454fba9fc43b12be474ac34c8126321875b3279c3c1739e13694f 0.0s done [2025-05-12T06:16:24.626Z] #8 exporting manifest sha256:f628feb9c251979033853b25b129bae030194059b6631fe82c8e84e433d978a9 done [2025-05-12T06:16:24.626Z] #8 exporting config sha256:6f5201a99fa063e688aa2434caa4d9e8105842836b5c4caf01d73fa292439e1c done [2025-05-12T06:16:24.626Z] #8 exporting manifest list sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a done [2025-05-12T06:16:24.626Z] #8 pushing layers 0.0s done [2025-05-12T06:16:24.626Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a [2025-05-12T06:16:24.626Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:24.626Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:da3119b2664f5ffaa907b31cd748a775a2b9325a7046a0caeb376839572c9d2a 0.1s done [2025-05-12T06:16:24.626Z] #8 DONE 0.1s [2025-05-12T06:16:24.626Z] [2025-05-12T06:16:24.626Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:24.626Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:24.918Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:24.918Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:25.177Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:25.177Z] #1 transferring dockerfile: 211B done [2025-05-12T06:16:25.177Z] #1 DONE 0.1s [2025-05-12T06:16:25.177Z] [2025-05-12T06:16:25.177Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:25.177Z] #2 DONE 0.1s [2025-05-12T06:16:25.177Z] [2025-05-12T06:16:25.177Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:25.177Z] #3 DONE 0.1s [2025-05-12T06:16:25.177Z] [2025-05-12T06:16:25.177Z] #4 [internal] load .dockerignore [2025-05-12T06:16:25.177Z] #4 transferring context: 2B done [2025-05-12T06:16:25.177Z] #4 DONE 0.0s [2025-05-12T06:16:25.436Z] [2025-05-12T06:16:25.436Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:25.436Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:25.436Z] #5 DONE 0.1s [2025-05-12T06:16:25.436Z] [2025-05-12T06:16:25.436Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:25.436Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:25.696Z] #6 DONE 0.4s [2025-05-12T06:16:25.696Z] [2025-05-12T06:16:25.696Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:25.959Z] #7 DONE 0.0s [2025-05-12T06:16:25.959Z] [2025-05-12T06:16:25.959Z] #8 exporting to image [2025-05-12T06:16:25.959Z] #8 exporting layers done [2025-05-12T06:16:25.959Z] #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 0.0s done [2025-05-12T06:16:25.959Z] #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done [2025-05-12T06:16:25.959Z] #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 0.0s done [2025-05-12T06:16:25.959Z] #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b 0.0s done [2025-05-12T06:16:25.959Z] #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.0s done [2025-05-12T06:16:25.959Z] #8 pushing layers 0.1s done [2025-05-12T06:16:25.959Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 [2025-05-12T06:16:25.959Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:25.959Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done [2025-05-12T06:16:25.959Z] #8 DONE 0.3s [2025-05-12T06:16:25.959Z] [2025-05-12T06:16:25.959Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:25.959Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:26.245Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-05-12T06:16:26.245Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-05-12T06:16:26.504Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:26.504Z] #1 transferring dockerfile: 177B done [2025-05-12T06:16:26.504Z] #1 DONE 0.0s [2025-05-12T06:16:26.504Z] [2025-05-12T06:16:26.504Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-12T06:16:26.504Z] #2 DONE 0.1s [2025-05-12T06:16:26.504Z] [2025-05-12T06:16:26.504Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-05-12T06:16:26.504Z] #3 DONE 0.1s [2025-05-12T06:16:26.504Z] [2025-05-12T06:16:26.504Z] #4 [internal] load .dockerignore [2025-05-12T06:16:26.504Z] #4 transferring context: 2B done [2025-05-12T06:16:26.504Z] #4 DONE 0.1s [2025-05-12T06:16:26.504Z] [2025-05-12T06:16:26.504Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:26.504Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:26.504Z] #5 DONE 0.0s [2025-05-12T06:16:26.504Z] [2025-05-12T06:16:26.504Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:26.766Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:26.766Z] #6 CACHED [2025-05-12T06:16:26.766Z] [2025-05-12T06:16:26.766Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:26.766Z] #5 CACHED [2025-05-12T06:16:26.766Z] [2025-05-12T06:16:26.766Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:26.766Z] #7 DONE 0.0s [2025-05-12T06:16:26.766Z] [2025-05-12T06:16:26.766Z] #8 exporting to image [2025-05-12T06:16:26.766Z] #8 exporting layers done [2025-05-12T06:16:26.766Z] #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done [2025-05-12T06:16:26.766Z] #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done [2025-05-12T06:16:26.766Z] #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done [2025-05-12T06:16:26.766Z] #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done [2025-05-12T06:16:26.766Z] #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done [2025-05-12T06:16:26.766Z] #8 pushing layers 0.0s done [2025-05-12T06:16:26.766Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done [2025-05-12T06:16:26.766Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:26.766Z] #8 DONE 0.1s [2025-05-12T06:16:26.766Z] [2025-05-12T06:16:26.766Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:26.766Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:27.055Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 --push - [2025-05-12T06:16:27.055Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10' [2025-05-12T06:16:27.315Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:27.315Z] #1 transferring dockerfile: 183B done [2025-05-12T06:16:27.315Z] #1 DONE 0.1s [2025-05-12T06:16:27.315Z] [2025-05-12T06:16:27.315Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 [2025-05-12T06:16:27.315Z] #2 DONE 0.0s [2025-05-12T06:16:27.315Z] [2025-05-12T06:16:27.315Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10 [2025-05-12T06:16:27.315Z] #3 DONE 0.0s [2025-05-12T06:16:27.315Z] [2025-05-12T06:16:27.315Z] #4 [internal] load .dockerignore [2025-05-12T06:16:27.315Z] #4 transferring context: 2B done [2025-05-12T06:16:27.315Z] #4 DONE 0.1s [2025-05-12T06:16:27.315Z] [2025-05-12T06:16:27.315Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:27.315Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:27.315Z] #5 DONE 0.0s [2025-05-12T06:16:27.315Z] [2025-05-12T06:16:27.315Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:27.574Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:27.574Z] #6 CACHED [2025-05-12T06:16:27.574Z] [2025-05-12T06:16:27.574Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:27.574Z] #5 CACHED [2025-05-12T06:16:27.574Z] [2025-05-12T06:16:27.574Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:27.574Z] #7 DONE 0.0s [2025-05-12T06:16:27.574Z] [2025-05-12T06:16:27.574Z] #8 exporting to image [2025-05-12T06:16:27.574Z] #8 exporting layers done [2025-05-12T06:16:27.574Z] #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done [2025-05-12T06:16:27.574Z] #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done [2025-05-12T06:16:27.574Z] #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done [2025-05-12T06:16:27.574Z] #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done [2025-05-12T06:16:27.574Z] #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done [2025-05-12T06:16:27.574Z] #8 pushing layers 0.0s done [2025-05-12T06:16:27.574Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.10@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done [2025-05-12T06:16:27.574Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:27.574Z] #8 DONE 0.1s [2025-05-12T06:16:27.574Z] [2025-05-12T06:16:27.574Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:27.574Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:27.857Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:27.857Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:28.120Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:28.120Z] #1 transferring dockerfile: 224B done [2025-05-12T06:16:28.120Z] #1 DONE 0.1s [2025-05-12T06:16:28.120Z] [2025-05-12T06:16:28.120Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:28.120Z] #2 DONE 0.1s [2025-05-12T06:16:28.120Z] [2025-05-12T06:16:28.120Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:28.120Z] #3 DONE 0.1s [2025-05-12T06:16:28.120Z] [2025-05-12T06:16:28.120Z] #4 [internal] load .dockerignore [2025-05-12T06:16:28.120Z] #4 transferring context: 2B done [2025-05-12T06:16:28.120Z] #4 DONE 0.1s [2025-05-12T06:16:28.120Z] [2025-05-12T06:16:28.120Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:28.120Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:28.120Z] #5 DONE 0.0s [2025-05-12T06:16:28.120Z] [2025-05-12T06:16:28.120Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:28.379Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:28.379Z] #6 CACHED [2025-05-12T06:16:28.379Z] [2025-05-12T06:16:28.379Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:28.379Z] #5 CACHED [2025-05-12T06:16:28.379Z] [2025-05-12T06:16:28.379Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:28.379Z] #7 DONE 0.0s [2025-05-12T06:16:28.379Z] [2025-05-12T06:16:28.379Z] #8 exporting to image [2025-05-12T06:16:28.379Z] #8 exporting layers done [2025-05-12T06:16:28.379Z] #8 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done [2025-05-12T06:16:28.379Z] #8 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done [2025-05-12T06:16:28.379Z] #8 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done [2025-05-12T06:16:28.379Z] #8 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done [2025-05-12T06:16:28.379Z] #8 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done [2025-05-12T06:16:28.379Z] #8 pushing layers 0.0s done [2025-05-12T06:16:28.379Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done [2025-05-12T06:16:28.379Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:28.379Z] #8 DONE 0.1s [2025-05-12T06:16:28.379Z] [2025-05-12T06:16:28.379Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:28.379Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:28.664Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-05-12T06:16:28.664Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-05-12T06:16:28.921Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:28.921Z] #1 transferring dockerfile: 175B done [2025-05-12T06:16:28.921Z] #1 DONE 0.0s [2025-05-12T06:16:28.921Z] [2025-05-12T06:16:28.921Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-12T06:16:28.921Z] #2 DONE 0.0s [2025-05-12T06:16:28.921Z] [2025-05-12T06:16:28.921Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-05-12T06:16:28.921Z] #3 DONE 0.0s [2025-05-12T06:16:28.921Z] [2025-05-12T06:16:28.921Z] #4 [internal] load .dockerignore [2025-05-12T06:16:28.921Z] #4 transferring context: [2025-05-12T06:16:28.921Z] #4 transferring context: 2B done [2025-05-12T06:16:28.921Z] #4 DONE 0.1s [2025-05-12T06:16:28.921Z] [2025-05-12T06:16:28.921Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:28.921Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:28.921Z] #5 CACHED [2025-05-12T06:16:28.921Z] [2025-05-12T06:16:28.921Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 [2025-05-12T06:16:28.921Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c98d022a50121df6416a420232093ee10ec0e789cb5e72ed9fea13de566cf8b0 0.0s done [2025-05-12T06:16:28.921Z] #6 CACHED [2025-05-12T06:16:28.921Z] [2025-05-12T06:16:28.921Z] #7 exporting to image [2025-05-12T06:16:28.921Z] #7 exporting layers done [2025-05-12T06:16:28.921Z] #7 exporting manifest sha256:098bd1c03094ca1599a579c8d22de8bd91e57998d47752faaf81fc64d759dd35 done [2025-05-12T06:16:28.921Z] #7 exporting config sha256:8dc3749ac4905a29eee3a7d5d4c474c474936e0175beb53926df3abb20d75698 done [2025-05-12T06:16:28.921Z] #7 exporting manifest sha256:1e0d1071f0ec95df5f1b77bcb0d8290ba2fd95d64702e44bf654fd8c96582210 done [2025-05-12T06:16:28.921Z] #7 exporting config sha256:16029948c56068e8895e5a03bc94ced269aa11baf2d86873f5857fc34be5816b done [2025-05-12T06:16:28.921Z] #7 exporting manifest list sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 done [2025-05-12T06:16:28.921Z] #7 pushing layers 0.0s done [2025-05-12T06:16:28.921Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 [2025-05-12T06:16:28.921Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:29.180Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:c5e4d0c1f3af00f75843fde71e5b0f2dda77147baf4978e4065c2526846e23a3 0.1s done [2025-05-12T06:16:29.180Z] #7 DONE 0.1s [2025-05-12T06:16:29.180Z] [2025-05-12T06:16:29.180Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:29.180Z] #8 DONE 0.0s [2025-05-12T06:16:29.180Z] [2025-05-12T06:16:29.180Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:29.180Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:29.462Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:29.462Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:29.720Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:29.720Z] #1 transferring dockerfile: 215B done [2025-05-12T06:16:29.720Z] #1 DONE 0.0s [2025-05-12T06:16:29.720Z] [2025-05-12T06:16:29.720Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:29.720Z] #2 DONE 0.1s [2025-05-12T06:16:29.720Z] [2025-05-12T06:16:29.720Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:29.720Z] #3 DONE 0.1s [2025-05-12T06:16:29.720Z] [2025-05-12T06:16:29.720Z] #4 [internal] load .dockerignore [2025-05-12T06:16:29.720Z] #4 transferring context: 2B done [2025-05-12T06:16:29.720Z] #4 DONE 0.1s [2025-05-12T06:16:29.720Z] [2025-05-12T06:16:29.720Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:29.720Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:29.986Z] #5 ... [2025-05-12T06:16:29.986Z] [2025-05-12T06:16:29.986Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:29.986Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:29.986Z] #6 DONE 0.0s [2025-05-12T06:16:29.986Z] [2025-05-12T06:16:29.986Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:29.986Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:29.986Z] #5 DONE 0.3s [2025-05-12T06:16:29.986Z] [2025-05-12T06:16:29.986Z] #7 exporting to image [2025-05-12T06:16:29.986Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:29.986Z] #7 exporting layers done [2025-05-12T06:16:29.986Z] #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 0.0s done [2025-05-12T06:16:29.986Z] #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 0.0s done [2025-05-12T06:16:29.986Z] #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 0.0s done [2025-05-12T06:16:29.986Z] #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d 0.0s done [2025-05-12T06:16:29.986Z] #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.0s done [2025-05-12T06:16:30.245Z] #7 ... [2025-05-12T06:16:30.245Z] [2025-05-12T06:16:30.246Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:30.246Z] #8 DONE 0.0s [2025-05-12T06:16:30.246Z] [2025-05-12T06:16:30.246Z] #7 exporting to image [2025-05-12T06:16:30.246Z] #7 pushing layers 0.1s done [2025-05-12T06:16:30.246Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d [2025-05-12T06:16:30.246Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done [2025-05-12T06:16:30.246Z] #7 DONE 0.3s [2025-05-12T06:16:30.504Z] [2025-05-12T06:16:30.504Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:30.504Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:30.795Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-05-12T06:16:30.796Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-05-12T06:16:31.055Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:31.055Z] #1 transferring dockerfile: 181B done [2025-05-12T06:16:31.055Z] #1 DONE 0.1s [2025-05-12T06:16:31.055Z] [2025-05-12T06:16:31.055Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-12T06:16:31.055Z] #2 DONE 0.0s [2025-05-12T06:16:31.055Z] [2025-05-12T06:16:31.055Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-05-12T06:16:31.055Z] #3 DONE 0.1s [2025-05-12T06:16:31.055Z] [2025-05-12T06:16:31.055Z] #4 [internal] load .dockerignore [2025-05-12T06:16:31.055Z] #4 transferring context: 2B done [2025-05-12T06:16:31.055Z] #4 DONE 0.1s [2025-05-12T06:16:31.055Z] [2025-05-12T06:16:31.055Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:31.055Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:31.055Z] #5 CACHED [2025-05-12T06:16:31.055Z] [2025-05-12T06:16:31.055Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:31.055Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:31.055Z] #6 CACHED [2025-05-12T06:16:31.055Z] [2025-05-12T06:16:31.055Z] #7 exporting to image [2025-05-12T06:16:31.055Z] #7 exporting layers done [2025-05-12T06:16:31.055Z] #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done [2025-05-12T06:16:31.055Z] #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 done [2025-05-12T06:16:31.055Z] #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 done [2025-05-12T06:16:31.055Z] #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done [2025-05-12T06:16:31.055Z] #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d [2025-05-12T06:16:31.055Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:31.315Z] #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done [2025-05-12T06:16:31.315Z] #7 pushing layers 0.0s done [2025-05-12T06:16:31.315Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done [2025-05-12T06:16:31.315Z] #7 DONE 0.1s [2025-05-12T06:16:31.315Z] [2025-05-12T06:16:31.315Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:31.315Z] #8 DONE 0.0s [2025-05-12T06:16:31.315Z] [2025-05-12T06:16:31.315Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:31.315Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:31.609Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10' [2025-05-12T06:16:31.609Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 --push - [2025-05-12T06:16:31.870Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:31.870Z] #1 transferring dockerfile: 187B done [2025-05-12T06:16:31.870Z] #1 DONE 0.1s [2025-05-12T06:16:31.870Z] [2025-05-12T06:16:31.870Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 [2025-05-12T06:16:31.870Z] #2 DONE 0.0s [2025-05-12T06:16:31.870Z] [2025-05-12T06:16:31.870Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10 [2025-05-12T06:16:31.870Z] #3 DONE 0.1s [2025-05-12T06:16:31.870Z] [2025-05-12T06:16:31.870Z] #4 [internal] load .dockerignore [2025-05-12T06:16:31.870Z] #4 transferring context: 2B done [2025-05-12T06:16:31.870Z] #4 DONE 0.1s [2025-05-12T06:16:31.870Z] [2025-05-12T06:16:31.870Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:31.870Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:31.870Z] #5 DONE 0.0s [2025-05-12T06:16:31.870Z] [2025-05-12T06:16:31.870Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:32.129Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:32.129Z] #6 CACHED [2025-05-12T06:16:32.129Z] [2025-05-12T06:16:32.129Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:32.129Z] #5 CACHED [2025-05-12T06:16:32.129Z] [2025-05-12T06:16:32.129Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:32.129Z] #7 DONE 0.0s [2025-05-12T06:16:32.129Z] [2025-05-12T06:16:32.129Z] #8 exporting to image [2025-05-12T06:16:32.129Z] #8 exporting layers done [2025-05-12T06:16:32.129Z] #8 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done [2025-05-12T06:16:32.129Z] #8 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 done [2025-05-12T06:16:32.129Z] #8 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 done [2025-05-12T06:16:32.129Z] #8 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done [2025-05-12T06:16:32.129Z] #8 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done [2025-05-12T06:16:32.129Z] #8 pushing layers 0.0s done [2025-05-12T06:16:32.129Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.10@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done [2025-05-12T06:16:32.129Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:32.129Z] #8 DONE 0.1s [2025-05-12T06:16:32.129Z] [2025-05-12T06:16:32.129Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:32.129Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:32.413Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:32.414Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:32.673Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:32.673Z] #1 transferring dockerfile: 228B done [2025-05-12T06:16:32.673Z] #1 DONE 0.1s [2025-05-12T06:16:32.673Z] [2025-05-12T06:16:32.673Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:32.673Z] #2 DONE 0.0s [2025-05-12T06:16:32.673Z] [2025-05-12T06:16:32.673Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:32.673Z] #3 DONE 0.0s [2025-05-12T06:16:32.673Z] [2025-05-12T06:16:32.673Z] #4 [internal] load .dockerignore [2025-05-12T06:16:32.673Z] #4 transferring context: 2B done [2025-05-12T06:16:32.673Z] #4 DONE 0.1s [2025-05-12T06:16:32.673Z] [2025-05-12T06:16:32.673Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:32.673Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:32.673Z] #5 CACHED [2025-05-12T06:16:32.673Z] [2025-05-12T06:16:32.673Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:32.673Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:32.673Z] #6 CACHED [2025-05-12T06:16:32.673Z] [2025-05-12T06:16:32.673Z] #7 exporting to image [2025-05-12T06:16:32.673Z] #7 exporting layers done [2025-05-12T06:16:32.673Z] #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done [2025-05-12T06:16:32.673Z] #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 done [2025-05-12T06:16:32.673Z] #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 done [2025-05-12T06:16:32.673Z] #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done [2025-05-12T06:16:32.673Z] #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done [2025-05-12T06:16:32.673Z] #7 pushing layers [2025-05-12T06:16:32.673Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:32.932Z] #7 pushing layers 0.0s done [2025-05-12T06:16:32.932Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done [2025-05-12T06:16:32.932Z] #7 DONE 0.1s [2025-05-12T06:16:32.932Z] [2025-05-12T06:16:32.932Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:32.932Z] #8 DONE 0.0s [2025-05-12T06:16:32.932Z] [2025-05-12T06:16:32.932Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:32.932Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:33.216Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-05-12T06:16:33.216Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-05-12T06:16:33.474Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:33.475Z] #1 transferring dockerfile: 179B done [2025-05-12T06:16:33.475Z] #1 DONE 0.1s [2025-05-12T06:16:33.475Z] [2025-05-12T06:16:33.475Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-12T06:16:33.475Z] #2 DONE 0.0s [2025-05-12T06:16:33.475Z] [2025-05-12T06:16:33.475Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-05-12T06:16:33.475Z] #3 DONE 0.1s [2025-05-12T06:16:33.475Z] [2025-05-12T06:16:33.475Z] #4 [internal] load .dockerignore [2025-05-12T06:16:33.475Z] #4 transferring context: 2B done [2025-05-12T06:16:33.475Z] #4 DONE 0.1s [2025-05-12T06:16:33.475Z] [2025-05-12T06:16:33.475Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:33.475Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:33.475Z] #5 DONE 0.0s [2025-05-12T06:16:33.475Z] [2025-05-12T06:16:33.475Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:33.475Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc 0.0s done [2025-05-12T06:16:33.475Z] #6 CACHED [2025-05-12T06:16:33.475Z] [2025-05-12T06:16:33.475Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:61b9f601ab1c5ffef96cf4dce123238b5f59a46496872ef2d377b56b889930cc [2025-05-12T06:16:33.475Z] #5 CACHED [2025-05-12T06:16:33.475Z] [2025-05-12T06:16:33.475Z] #7 exporting to image [2025-05-12T06:16:33.475Z] #7 exporting layers done [2025-05-12T06:16:33.475Z] #7 exporting manifest sha256:06ca56c7c663eba515728b9e07a168145de2df617d6cf77dd0d4a8a601d2a316 done [2025-05-12T06:16:33.475Z] #7 exporting config sha256:c34f3dd47adf01046d7ddd91a76f3092df8e14533d8384d48446763b0f7ed606 0.0s done [2025-05-12T06:16:33.475Z] #7 exporting manifest sha256:db7c4b0fa27d9fb90a460bdcfc93acee22923c186b7f2e53efb3f9286bcdcc76 0.0s done [2025-05-12T06:16:33.475Z] #7 exporting config sha256:9f89e3cb42f40c17446f96371306186c3248a17adc4304f84a72191fdf77976d done [2025-05-12T06:16:33.475Z] #7 exporting manifest list sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d done [2025-05-12T06:16:33.475Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:33.735Z] #7 pushing layers 0.0s done [2025-05-12T06:16:33.735Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:a2863ced899d0157eedfcaedaa5d41657d2289e4f0096574016dcb348ab9bd6d 0.1s done [2025-05-12T06:16:33.735Z] #7 DONE 0.2s [2025-05-12T06:16:33.735Z] [2025-05-12T06:16:33.735Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:33.735Z] #8 DONE 0.0s [2025-05-12T06:16:33.735Z] [2025-05-12T06:16:33.735Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:33.735Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:34.020Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:34.021Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:34.280Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:34.280Z] #1 transferring dockerfile: 205B done [2025-05-12T06:16:34.280Z] #1 DONE 0.1s [2025-05-12T06:16:34.280Z] [2025-05-12T06:16:34.280Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:34.280Z] #2 DONE 0.1s [2025-05-12T06:16:34.280Z] [2025-05-12T06:16:34.280Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:34.280Z] #3 DONE 0.1s [2025-05-12T06:16:34.280Z] [2025-05-12T06:16:34.280Z] #4 [internal] load .dockerignore [2025-05-12T06:16:34.280Z] #4 transferring context: 2B done [2025-05-12T06:16:34.280Z] #4 DONE 0.1s [2025-05-12T06:16:34.280Z] [2025-05-12T06:16:34.280Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:34.540Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.1s done [2025-05-12T06:16:34.540Z] #5 DONE 0.1s [2025-05-12T06:16:34.540Z] [2025-05-12T06:16:34.540Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:34.540Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:34.540Z] #6 ... [2025-05-12T06:16:34.540Z] [2025-05-12T06:16:34.540Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:34.540Z] #5 DONE 0.1s [2025-05-12T06:16:34.540Z] [2025-05-12T06:16:34.540Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:34.540Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:34.799Z] #6 DONE 0.4s [2025-05-12T06:16:34.799Z] [2025-05-12T06:16:34.799Z] #7 exporting to image [2025-05-12T06:16:34.799Z] #7 exporting layers done [2025-05-12T06:16:34.799Z] #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 0.0s done [2025-05-12T06:16:34.799Z] #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe 0.0s done [2025-05-12T06:16:34.799Z] #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 0.0s done [2025-05-12T06:16:34.799Z] #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e 0.0s done [2025-05-12T06:16:34.799Z] #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.0s done [2025-05-12T06:16:34.799Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:35.057Z] #7 ... [2025-05-12T06:16:35.057Z] [2025-05-12T06:16:35.057Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:35.057Z] #8 DONE 0.0s [2025-05-12T06:16:35.057Z] [2025-05-12T06:16:35.057Z] #7 exporting to image [2025-05-12T06:16:35.057Z] #7 pushing layers 0.1s done [2025-05-12T06:16:35.057Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e [2025-05-12T06:16:35.057Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done [2025-05-12T06:16:35.057Z] #7 DONE 0.3s [2025-05-12T06:16:35.318Z] [2025-05-12T06:16:35.318Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:35.318Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:35.605Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-05-12T06:16:35.605Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-05-12T06:16:35.605Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:35.605Z] #1 transferring dockerfile: 171B done [2025-05-12T06:16:35.605Z] #1 DONE 0.0s [2025-05-12T06:16:35.605Z] [2025-05-12T06:16:35.605Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-12T06:16:35.605Z] #2 DONE 0.0s [2025-05-12T06:16:35.605Z] [2025-05-12T06:16:35.605Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-05-12T06:16:35.605Z] #3 DONE 0.0s [2025-05-12T06:16:35.605Z] [2025-05-12T06:16:35.605Z] #4 [internal] load .dockerignore [2025-05-12T06:16:35.605Z] #4 transferring context: [2025-05-12T06:16:35.868Z] #4 transferring context: 2B done [2025-05-12T06:16:35.868Z] #4 DONE 0.1s [2025-05-12T06:16:35.868Z] [2025-05-12T06:16:35.868Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:35.868Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:35.868Z] #5 CACHED [2025-05-12T06:16:35.868Z] [2025-05-12T06:16:35.868Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:35.868Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:35.868Z] #6 CACHED [2025-05-12T06:16:35.868Z] [2025-05-12T06:16:35.868Z] #7 exporting to image [2025-05-12T06:16:35.868Z] #7 exporting layers done [2025-05-12T06:16:35.868Z] #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done [2025-05-12T06:16:35.868Z] #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done [2025-05-12T06:16:35.868Z] #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done [2025-05-12T06:16:35.868Z] #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done [2025-05-12T06:16:35.868Z] #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done [2025-05-12T06:16:35.868Z] #7 pushing layers 0.0s done [2025-05-12T06:16:35.868Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e [2025-05-12T06:16:35.868Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:35.868Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done [2025-05-12T06:16:35.868Z] #7 DONE 0.1s [2025-05-12T06:16:35.868Z] [2025-05-12T06:16:35.868Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:35.868Z] #8 DONE 0.0s [2025-05-12T06:16:36.128Z] [2025-05-12T06:16:36.128Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:36.128Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:36.423Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 --push - [2025-05-12T06:16:36.423Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10' [2025-05-12T06:16:36.682Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:36.682Z] #1 transferring dockerfile: 177B done [2025-05-12T06:16:36.682Z] #1 DONE 0.0s [2025-05-12T06:16:36.682Z] [2025-05-12T06:16:36.682Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 [2025-05-12T06:16:36.682Z] #2 DONE 0.0s [2025-05-12T06:16:36.682Z] [2025-05-12T06:16:36.682Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10 [2025-05-12T06:16:36.682Z] #3 DONE 0.0s [2025-05-12T06:16:36.682Z] [2025-05-12T06:16:36.682Z] #4 [internal] load .dockerignore [2025-05-12T06:16:36.682Z] #4 transferring context: [2025-05-12T06:16:36.682Z] #4 transferring context: 2B done [2025-05-12T06:16:36.682Z] #4 DONE 0.1s [2025-05-12T06:16:36.682Z] [2025-05-12T06:16:36.682Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:36.682Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:36.682Z] #5 CACHED [2025-05-12T06:16:36.682Z] [2025-05-12T06:16:36.682Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:36.682Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:36.682Z] #6 CACHED [2025-05-12T06:16:36.682Z] [2025-05-12T06:16:36.682Z] #7 exporting to image [2025-05-12T06:16:36.682Z] #7 exporting layers done [2025-05-12T06:16:36.682Z] #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done [2025-05-12T06:16:36.682Z] #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done [2025-05-12T06:16:36.682Z] #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done [2025-05-12T06:16:36.682Z] #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done [2025-05-12T06:16:36.682Z] #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done [2025-05-12T06:16:36.682Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:36.941Z] #7 pushing layers 0.0s done [2025-05-12T06:16:36.941Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.10@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done [2025-05-12T06:16:36.941Z] #7 DONE 0.1s [2025-05-12T06:16:36.941Z] [2025-05-12T06:16:36.941Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:36.941Z] #8 DONE 0.0s [2025-05-12T06:16:36.941Z] [2025-05-12T06:16:36.941Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:36.941Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:37.226Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:37.227Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:37.484Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:37.484Z] #1 transferring dockerfile: 218B done [2025-05-12T06:16:37.484Z] #1 DONE 0.1s [2025-05-12T06:16:37.484Z] [2025-05-12T06:16:37.484Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:37.484Z] #2 DONE 0.0s [2025-05-12T06:16:37.484Z] [2025-05-12T06:16:37.484Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:37.484Z] #3 DONE 0.0s [2025-05-12T06:16:37.484Z] [2025-05-12T06:16:37.484Z] #4 [internal] load .dockerignore [2025-05-12T06:16:37.484Z] #4 transferring context: 2B done [2025-05-12T06:16:37.484Z] #4 DONE 0.1s [2025-05-12T06:16:37.484Z] [2025-05-12T06:16:37.484Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:37.484Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:37.484Z] #5 CACHED [2025-05-12T06:16:37.484Z] [2025-05-12T06:16:37.484Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:37.484Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:37.484Z] #6 CACHED [2025-05-12T06:16:37.484Z] [2025-05-12T06:16:37.484Z] #7 exporting to image [2025-05-12T06:16:37.484Z] #7 exporting layers done [2025-05-12T06:16:37.484Z] #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 [2025-05-12T06:16:37.484Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:37.484Z] #7 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done [2025-05-12T06:16:37.484Z] #7 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done [2025-05-12T06:16:37.484Z] #7 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done [2025-05-12T06:16:37.484Z] #7 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done [2025-05-12T06:16:37.484Z] #7 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done [2025-05-12T06:16:37.484Z] #7 pushing layers 0.0s done [2025-05-12T06:16:37.484Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done [2025-05-12T06:16:37.484Z] #7 DONE 0.1s [2025-05-12T06:16:37.484Z] [2025-05-12T06:16:37.484Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:37.484Z] #8 DONE 0.0s [2025-05-12T06:16:37.744Z] [2025-05-12T06:16:37.744Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:37.744Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:38.087Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-05-12T06:16:38.087Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-05-12T06:16:38.087Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:38.371Z] #1 transferring dockerfile: 169B done [2025-05-12T06:16:38.371Z] #1 DONE 0.0s [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-12T06:16:38.371Z] #2 DONE 0.1s [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-05-12T06:16:38.371Z] #3 DONE 0.1s [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #4 [internal] load .dockerignore [2025-05-12T06:16:38.371Z] #4 transferring context: 2B done [2025-05-12T06:16:38.371Z] #4 DONE 0.1s [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:38.371Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:38.371Z] #5 DONE 0.0s [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:38.371Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 0.0s done [2025-05-12T06:16:38.371Z] #6 CACHED [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:160b130278c10b8f907383f33251154aef50886984170a8e9338d50d37e3d4c5 [2025-05-12T06:16:38.371Z] #5 CACHED [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:38.371Z] #7 DONE 0.0s [2025-05-12T06:16:38.371Z] [2025-05-12T06:16:38.371Z] #8 exporting to image [2025-05-12T06:16:38.371Z] #8 exporting layers done [2025-05-12T06:16:38.371Z] #8 exporting manifest sha256:669e45fbec7bc1c7a26534916dd0561c300aa672324b72bb051b5768f3e2f066 done [2025-05-12T06:16:38.371Z] #8 exporting config sha256:c221564e449cbc76991ca29fa88e44854bbd72b01b086a20d8ac51e0691e0efe done [2025-05-12T06:16:38.371Z] #8 exporting manifest sha256:a1b3dfa735494bc32ba30657ffba34f74e5d57a6bd509a3861b3557ae5a78a94 done [2025-05-12T06:16:38.371Z] #8 exporting config sha256:98cc99353c55512c3bf6586ce2fca9e5f8a5386e16f5e31507e17e7e1a5d261e done [2025-05-12T06:16:38.371Z] #8 exporting manifest list sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e done [2025-05-12T06:16:38.371Z] #8 pushing layers 0.0s done [2025-05-12T06:16:38.371Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:f32bc13ca49281024bad3ac5349ff6bb07332ad0914a23443c55cefd6d8ae63e 0.1s done [2025-05-12T06:16:38.371Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:38.371Z] #8 DONE 0.1s [2025-05-12T06:16:38.637Z] [2025-05-12T06:16:38.637Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:38.637Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:38.924Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:38.924Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:39.182Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:39.182Z] #1 transferring dockerfile: 206B done [2025-05-12T06:16:39.182Z] #1 DONE 0.0s [2025-05-12T06:16:39.182Z] [2025-05-12T06:16:39.182Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:39.182Z] #2 DONE 0.1s [2025-05-12T06:16:39.182Z] [2025-05-12T06:16:39.182Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:39.182Z] #3 DONE 0.1s [2025-05-12T06:16:39.182Z] [2025-05-12T06:16:39.182Z] #4 [internal] load .dockerignore [2025-05-12T06:16:39.182Z] #4 transferring context: 2B done [2025-05-12T06:16:39.182Z] #4 DONE 0.1s [2025-05-12T06:16:39.442Z] [2025-05-12T06:16:39.442Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:39.442Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:39.442Z] #5 DONE 0.0s [2025-05-12T06:16:39.442Z] [2025-05-12T06:16:39.442Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:39.442Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:39.701Z] #6 DONE 0.3s [2025-05-12T06:16:39.701Z] [2025-05-12T06:16:39.701Z] #7 exporting to image [2025-05-12T06:16:39.701Z] #7 exporting layers done [2025-05-12T06:16:39.701Z] #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 0.0s done [2025-05-12T06:16:39.701Z] #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 0.0s done [2025-05-12T06:16:39.701Z] #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 0.0s done [2025-05-12T06:16:39.701Z] #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 [2025-05-12T06:16:39.701Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:39.701Z] #7 ... [2025-05-12T06:16:39.701Z] [2025-05-12T06:16:39.701Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:39.701Z] #8 DONE 0.0s [2025-05-12T06:16:39.701Z] [2025-05-12T06:16:39.701Z] #7 exporting to image [2025-05-12T06:16:39.701Z] #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 0.0s done [2025-05-12T06:16:39.701Z] #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.0s done [2025-05-12T06:16:39.701Z] #7 pushing layers 0.1s done [2025-05-12T06:16:39.701Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 [2025-05-12T06:16:39.959Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done [2025-05-12T06:16:39.959Z] #7 DONE 0.3s [2025-05-12T06:16:39.959Z] [2025-05-12T06:16:39.959Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:39.959Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:40.247Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-05-12T06:16:40.247Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-05-12T06:16:40.507Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:40.507Z] #1 transferring dockerfile: 172B done [2025-05-12T06:16:40.507Z] #1 DONE 0.0s [2025-05-12T06:16:40.507Z] [2025-05-12T06:16:40.507Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-12T06:16:40.507Z] #2 DONE 0.0s [2025-05-12T06:16:40.507Z] [2025-05-12T06:16:40.507Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-05-12T06:16:40.507Z] #3 DONE 0.0s [2025-05-12T06:16:40.507Z] [2025-05-12T06:16:40.507Z] #4 [internal] load .dockerignore [2025-05-12T06:16:40.507Z] #4 transferring context: [2025-05-12T06:16:40.507Z] #4 transferring context: 2B done [2025-05-12T06:16:40.507Z] #4 DONE 0.0s [2025-05-12T06:16:40.507Z] [2025-05-12T06:16:40.507Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:40.507Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:40.507Z] #5 CACHED [2025-05-12T06:16:40.507Z] [2025-05-12T06:16:40.507Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:40.507Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:40.507Z] #6 CACHED [2025-05-12T06:16:40.507Z] [2025-05-12T06:16:40.507Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:40.767Z] #7 DONE 0.0s [2025-05-12T06:16:40.767Z] [2025-05-12T06:16:40.767Z] #8 exporting to image [2025-05-12T06:16:40.767Z] #8 exporting layers done [2025-05-12T06:16:40.767Z] #8 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done [2025-05-12T06:16:40.767Z] #8 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done [2025-05-12T06:16:40.767Z] #8 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done [2025-05-12T06:16:40.767Z] #8 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done [2025-05-12T06:16:40.767Z] #8 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done [2025-05-12T06:16:40.767Z] #8 pushing layers 0.0s done [2025-05-12T06:16:40.767Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done [2025-05-12T06:16:40.767Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:40.767Z] #8 DONE 0.1s [2025-05-12T06:16:40.767Z] [2025-05-12T06:16:40.767Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:40.767Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:41.057Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10' [2025-05-12T06:16:41.057Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 --push - [2025-05-12T06:16:41.317Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:41.317Z] #1 transferring dockerfile: 178B done [2025-05-12T06:16:41.317Z] #1 DONE 0.0s [2025-05-12T06:16:41.317Z] [2025-05-12T06:16:41.317Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 [2025-05-12T06:16:41.317Z] #2 DONE 0.0s [2025-05-12T06:16:41.317Z] [2025-05-12T06:16:41.317Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10 [2025-05-12T06:16:41.317Z] #3 DONE 0.0s [2025-05-12T06:16:41.317Z] [2025-05-12T06:16:41.317Z] #4 [internal] load .dockerignore [2025-05-12T06:16:41.317Z] #4 transferring context: 2B done [2025-05-12T06:16:41.317Z] #4 DONE 0.0s [2025-05-12T06:16:41.317Z] [2025-05-12T06:16:41.317Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:41.317Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:41.317Z] #5 CACHED [2025-05-12T06:16:41.317Z] [2025-05-12T06:16:41.317Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:41.317Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:41.317Z] #6 CACHED [2025-05-12T06:16:41.317Z] [2025-05-12T06:16:41.317Z] #7 exporting to image [2025-05-12T06:16:41.317Z] #7 exporting layers done [2025-05-12T06:16:41.317Z] #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done [2025-05-12T06:16:41.317Z] #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done [2025-05-12T06:16:41.317Z] #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done [2025-05-12T06:16:41.317Z] #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 [2025-05-12T06:16:41.317Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:41.317Z] #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done [2025-05-12T06:16:41.317Z] #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done [2025-05-12T06:16:41.317Z] #7 pushing layers 0.0s done [2025-05-12T06:16:41.317Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.10@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done [2025-05-12T06:16:41.317Z] #7 DONE 0.1s [2025-05-12T06:16:41.317Z] [2025-05-12T06:16:41.317Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:41.317Z] #8 DONE 0.0s [2025-05-12T06:16:41.578Z] [2025-05-12T06:16:41.578Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:41.578Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:41.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:41.871Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:42.131Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:42.131Z] #1 transferring dockerfile: 219B done [2025-05-12T06:16:42.131Z] #1 DONE 0.1s [2025-05-12T06:16:42.131Z] [2025-05-12T06:16:42.131Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:42.131Z] #2 DONE 0.0s [2025-05-12T06:16:42.131Z] [2025-05-12T06:16:42.131Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:42.131Z] #3 DONE 0.0s [2025-05-12T06:16:42.131Z] [2025-05-12T06:16:42.131Z] #4 [internal] load .dockerignore [2025-05-12T06:16:42.131Z] #4 transferring context: 2B done [2025-05-12T06:16:42.131Z] #4 DONE 0.0s [2025-05-12T06:16:42.131Z] [2025-05-12T06:16:42.131Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:42.131Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:42.131Z] #5 CACHED [2025-05-12T06:16:42.131Z] [2025-05-12T06:16:42.131Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:42.131Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:42.131Z] #6 CACHED [2025-05-12T06:16:42.131Z] [2025-05-12T06:16:42.131Z] #7 exporting to image [2025-05-12T06:16:42.131Z] #7 exporting layers done [2025-05-12T06:16:42.131Z] #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done [2025-05-12T06:16:42.131Z] #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done [2025-05-12T06:16:42.131Z] #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done [2025-05-12T06:16:42.131Z] #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done [2025-05-12T06:16:42.131Z] #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done [2025-05-12T06:16:42.131Z] #7 pushing layers [2025-05-12T06:16:42.131Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:42.131Z] #7 pushing layers 0.0s done [2025-05-12T06:16:42.131Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done [2025-05-12T06:16:42.131Z] #7 DONE 0.1s [2025-05-12T06:16:42.131Z] [2025-05-12T06:16:42.131Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:42.131Z] #8 DONE 0.0s [2025-05-12T06:16:42.391Z] [2025-05-12T06:16:42.391Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:42.391Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:42.681Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-05-12T06:16:42.681Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-05-12T06:16:42.681Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:42.681Z] #1 transferring dockerfile: 170B done [2025-05-12T06:16:42.681Z] #1 DONE 0.0s [2025-05-12T06:16:42.681Z] [2025-05-12T06:16:42.681Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-12T06:16:42.681Z] #2 DONE 0.0s [2025-05-12T06:16:42.681Z] [2025-05-12T06:16:42.681Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-05-12T06:16:42.681Z] #3 DONE 0.0s [2025-05-12T06:16:42.681Z] [2025-05-12T06:16:42.681Z] #4 [internal] load .dockerignore [2025-05-12T06:16:42.943Z] #4 transferring context: 2B done [2025-05-12T06:16:42.943Z] #4 DONE 0.0s [2025-05-12T06:16:42.943Z] [2025-05-12T06:16:42.943Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:42.943Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:42.943Z] #5 CACHED [2025-05-12T06:16:42.943Z] [2025-05-12T06:16:42.943Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb [2025-05-12T06:16:42.943Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:23e470227207b9c2094a3e07bd6c1e8c4a3cc47e0ee0b61bf17a4b5f47b78dfb 0.0s done [2025-05-12T06:16:42.943Z] #6 CACHED [2025-05-12T06:16:42.943Z] [2025-05-12T06:16:42.943Z] #7 exporting to image [2025-05-12T06:16:42.943Z] #7 exporting layers done [2025-05-12T06:16:42.943Z] #7 exporting manifest sha256:fddb1aef209d4a5dfb652b686a7ae870eab7f21bd3e8ba6ea8144bf62cb02463 done [2025-05-12T06:16:42.943Z] #7 exporting config sha256:592023c10737b89de0a9439c0211107523d00778749aa96e25e7c6f45a0fa2f0 done [2025-05-12T06:16:42.943Z] #7 exporting manifest sha256:41fe85f530baa6243cc616b814bf864dbc0c9b771045b1832e51dec0519ccf79 done [2025-05-12T06:16:42.943Z] #7 exporting config sha256:7f24578610e4e8b07ea8f92e97f7a86dac31594c9b0ade70810520135529d776 done [2025-05-12T06:16:42.943Z] #7 exporting manifest list sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 done [2025-05-12T06:16:42.943Z] #7 pushing layers 0.0s done [2025-05-12T06:16:42.943Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 [2025-05-12T06:16:42.943Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:43.201Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:dbba364f3ad693f2a0326c697add04ee590288d88b93c169286ce1edd5755fc7 0.1s done [2025-05-12T06:16:43.201Z] #7 DONE 0.1s [2025-05-12T06:16:43.201Z] [2025-05-12T06:16:43.201Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:43.201Z] #8 DONE 0.0s [2025-05-12T06:16:43.201Z] [2025-05-12T06:16:43.201Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:43.201Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:43.486Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:43.486Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:43.746Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:43.746Z] #1 transferring dockerfile: 206B done [2025-05-12T06:16:44.005Z] #1 DONE 0.3s [2025-05-12T06:16:44.005Z] [2025-05-12T06:16:44.005Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:44.005Z] #2 DONE 0.1s [2025-05-12T06:16:44.005Z] [2025-05-12T06:16:44.005Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:44.005Z] #3 DONE 0.1s [2025-05-12T06:16:44.005Z] [2025-05-12T06:16:44.005Z] #4 [internal] load .dockerignore [2025-05-12T06:16:44.005Z] #4 transferring context: 2B done [2025-05-12T06:16:44.005Z] #4 DONE 0.0s [2025-05-12T06:16:44.005Z] [2025-05-12T06:16:44.005Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:44.005Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:44.005Z] #5 DONE 0.0s [2025-05-12T06:16:44.005Z] [2025-05-12T06:16:44.005Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:44.005Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:44.263Z] #6 DONE 0.2s [2025-05-12T06:16:44.263Z] [2025-05-12T06:16:44.263Z] #7 exporting to image [2025-05-12T06:16:44.263Z] #7 exporting layers done [2025-05-12T06:16:44.263Z] #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 0.0s done [2025-05-12T06:16:44.263Z] #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 [2025-05-12T06:16:44.263Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:44.263Z] #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 0.0s done [2025-05-12T06:16:44.263Z] #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c 0.0s done [2025-05-12T06:16:44.263Z] #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e 0.0s done [2025-05-12T06:16:44.263Z] #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.0s done [2025-05-12T06:16:44.263Z] #7 pushing layers [2025-05-12T06:16:44.525Z] #7 ... [2025-05-12T06:16:44.525Z] [2025-05-12T06:16:44.525Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:44.525Z] #8 DONE 0.0s [2025-05-12T06:16:44.525Z] [2025-05-12T06:16:44.525Z] #7 exporting to image [2025-05-12T06:16:44.525Z] #7 pushing layers 0.1s done [2025-05-12T06:16:44.525Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a [2025-05-12T06:16:44.525Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done [2025-05-12T06:16:44.525Z] #7 DONE 0.3s [2025-05-12T06:16:44.785Z] [2025-05-12T06:16:44.785Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:44.785Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:45.072Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-05-12T06:16:45.072Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-05-12T06:16:45.330Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:45.330Z] #1 transferring dockerfile: 172B done [2025-05-12T06:16:45.330Z] #1 DONE 0.0s [2025-05-12T06:16:45.330Z] [2025-05-12T06:16:45.330Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-12T06:16:45.330Z] #2 DONE 0.0s [2025-05-12T06:16:45.330Z] [2025-05-12T06:16:45.330Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-05-12T06:16:45.330Z] #3 DONE 0.1s [2025-05-12T06:16:45.330Z] [2025-05-12T06:16:45.330Z] #4 [internal] load .dockerignore [2025-05-12T06:16:45.330Z] #4 transferring context: [2025-05-12T06:16:45.330Z] #4 transferring context: 2B done [2025-05-12T06:16:45.330Z] #4 DONE 0.0s [2025-05-12T06:16:45.330Z] [2025-05-12T06:16:45.330Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:45.330Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:45.330Z] #5 CACHED [2025-05-12T06:16:45.330Z] [2025-05-12T06:16:45.330Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:45.330Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:45.330Z] #6 CACHED [2025-05-12T06:16:45.330Z] [2025-05-12T06:16:45.330Z] #7 exporting to image [2025-05-12T06:16:45.330Z] #7 exporting layers done [2025-05-12T06:16:45.330Z] #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done [2025-05-12T06:16:45.330Z] #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done [2025-05-12T06:16:45.330Z] #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done [2025-05-12T06:16:45.330Z] #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done [2025-05-12T06:16:45.330Z] #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done [2025-05-12T06:16:45.330Z] #7 pushing layers 0.0s done [2025-05-12T06:16:45.330Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a [2025-05-12T06:16:45.330Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:45.589Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done [2025-05-12T06:16:45.589Z] #7 DONE 0.1s [2025-05-12T06:16:45.589Z] [2025-05-12T06:16:45.589Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:45.589Z] #8 DONE 0.0s [2025-05-12T06:16:45.589Z] [2025-05-12T06:16:45.589Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:45.589Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:45.874Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10' [2025-05-12T06:16:45.875Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 --push - [2025-05-12T06:16:46.133Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:46.133Z] #1 transferring dockerfile: 178B done [2025-05-12T06:16:46.133Z] #1 DONE 0.0s [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 [2025-05-12T06:16:46.133Z] #2 DONE 0.0s [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10 [2025-05-12T06:16:46.133Z] #3 DONE 0.0s [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] #4 [internal] load .dockerignore [2025-05-12T06:16:46.133Z] #4 transferring context: 2B done [2025-05-12T06:16:46.133Z] #4 DONE 0.0s [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:46.133Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:46.133Z] #5 CACHED [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:46.133Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:46.133Z] #6 CACHED [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:46.133Z] #7 DONE 0.0s [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] #8 exporting to image [2025-05-12T06:16:46.133Z] #8 exporting layers done [2025-05-12T06:16:46.133Z] #8 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done [2025-05-12T06:16:46.133Z] #8 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done [2025-05-12T06:16:46.133Z] #8 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done [2025-05-12T06:16:46.133Z] #8 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done [2025-05-12T06:16:46.133Z] #8 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done [2025-05-12T06:16:46.133Z] #8 pushing layers 0.0s done [2025-05-12T06:16:46.133Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.10@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done [2025-05-12T06:16:46.133Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:46.133Z] #8 DONE 0.1s [2025-05-12T06:16:46.133Z] [2025-05-12T06:16:46.133Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:46.133Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:46.426Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:46.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:46.426Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:46.426Z] #1 transferring dockerfile: 219B done [2025-05-12T06:16:46.426Z] #1 DONE 0.0s [2025-05-12T06:16:46.426Z] [2025-05-12T06:16:46.426Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:46.426Z] #2 DONE 0.0s [2025-05-12T06:16:46.426Z] [2025-05-12T06:16:46.426Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:46.426Z] #3 DONE 0.0s [2025-05-12T06:16:46.426Z] [2025-05-12T06:16:46.426Z] #4 [internal] load .dockerignore [2025-05-12T06:16:46.426Z] #4 transferring context: [2025-05-12T06:16:46.685Z] #4 transferring context: 2B done [2025-05-12T06:16:46.685Z] #4 DONE 0.0s [2025-05-12T06:16:46.685Z] [2025-05-12T06:16:46.685Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:46.685Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:46.685Z] #5 CACHED [2025-05-12T06:16:46.685Z] [2025-05-12T06:16:46.685Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:46.685Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:46.685Z] #6 CACHED [2025-05-12T06:16:46.685Z] [2025-05-12T06:16:46.685Z] #7 exporting to image [2025-05-12T06:16:46.685Z] #7 exporting layers done [2025-05-12T06:16:46.685Z] #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done [2025-05-12T06:16:46.685Z] #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done [2025-05-12T06:16:46.685Z] #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done [2025-05-12T06:16:46.685Z] #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done [2025-05-12T06:16:46.685Z] #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done [2025-05-12T06:16:46.685Z] #7 pushing layers 0.0s done [2025-05-12T06:16:46.685Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a [2025-05-12T06:16:46.685Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:46.685Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done [2025-05-12T06:16:46.685Z] #7 DONE 0.1s [2025-05-12T06:16:46.685Z] [2025-05-12T06:16:46.685Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:46.685Z] #8 DONE 0.0s [2025-05-12T06:16:46.944Z] [2025-05-12T06:16:46.944Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:46.944Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:47.228Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-05-12T06:16:47.228Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-05-12T06:16:47.487Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:47.487Z] #1 transferring dockerfile: 170B done [2025-05-12T06:16:47.487Z] #1 DONE 0.0s [2025-05-12T06:16:47.487Z] [2025-05-12T06:16:47.487Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-12T06:16:47.487Z] #2 DONE 0.0s [2025-05-12T06:16:47.487Z] [2025-05-12T06:16:47.487Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-05-12T06:16:47.487Z] #3 DONE 0.0s [2025-05-12T06:16:47.487Z] [2025-05-12T06:16:47.488Z] #4 [internal] load .dockerignore [2025-05-12T06:16:47.488Z] #4 transferring context: [2025-05-12T06:16:47.488Z] #4 transferring context: 2B done [2025-05-12T06:16:47.488Z] #4 DONE 0.0s [2025-05-12T06:16:47.488Z] [2025-05-12T06:16:47.488Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:47.488Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:47.488Z] #5 CACHED [2025-05-12T06:16:47.488Z] [2025-05-12T06:16:47.488Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 [2025-05-12T06:16:47.488Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:135118f3e1b8b1390126a5770b315266f4e384fae514c211988c3954bb86bea2 0.0s done [2025-05-12T06:16:47.488Z] #6 CACHED [2025-05-12T06:16:47.488Z] [2025-05-12T06:16:47.488Z] #7 exporting to image [2025-05-12T06:16:47.488Z] #7 exporting layers done [2025-05-12T06:16:47.488Z] #7 exporting manifest sha256:e280fe0a430b64f51940135cbb4fed5aa8956dd501c3b02cb1d4f3aa8319a226 done [2025-05-12T06:16:47.488Z] #7 exporting config sha256:0aadca005bfa0371de34fceec9195b2f90c178f45347761e83f8cad3b19a26e1 done [2025-05-12T06:16:47.488Z] #7 exporting manifest sha256:26be71c50c0d23372c7555caa1bfb98b6f4403e4034759d65eac807ba2a24d7c done [2025-05-12T06:16:47.488Z] #7 exporting config sha256:38147b36fe58f14ae6128b6c40e5ea7e43ddb51cde036f025a6dd928680ac98e done [2025-05-12T06:16:47.488Z] #7 exporting manifest list sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a done [2025-05-12T06:16:47.488Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:47.747Z] #7 pushing layers 0.0s done [2025-05-12T06:16:47.747Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:902c74644c586ec1c1f031a54f4ede3b9143aa59e897d12cd8c6aef5955baf0a 0.1s done [2025-05-12T06:16:47.747Z] #7 DONE 0.1s [2025-05-12T06:16:47.747Z] [2025-05-12T06:16:47.747Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:47.747Z] #8 DONE 0.0s [2025-05-12T06:16:47.747Z] [2025-05-12T06:16:47.747Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:47.747Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:48.034Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:48.035Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:48.295Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:48.295Z] #1 transferring dockerfile: 206B done [2025-05-12T06:16:48.295Z] #1 DONE 0.0s [2025-05-12T06:16:48.295Z] [2025-05-12T06:16:48.295Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:48.295Z] #2 DONE 0.1s [2025-05-12T06:16:48.295Z] [2025-05-12T06:16:48.295Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:48.295Z] #3 DONE 0.1s [2025-05-12T06:16:48.295Z] [2025-05-12T06:16:48.295Z] #4 [internal] load .dockerignore [2025-05-12T06:16:48.295Z] #4 transferring context: 2B done [2025-05-12T06:16:48.295Z] #4 DONE 0.0s [2025-05-12T06:16:48.295Z] [2025-05-12T06:16:48.295Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:48.295Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:48.295Z] #5 DONE 0.1s [2025-05-12T06:16:48.295Z] [2025-05-12T06:16:48.295Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:48.295Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:48.295Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:48.295Z] #6 DONE 0.2s [2025-05-12T06:16:48.295Z] [2025-05-12T06:16:48.295Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:48.295Z] #5 DONE 0.1s [2025-05-12T06:16:48.554Z] [2025-05-12T06:16:48.554Z] #7 exporting to image [2025-05-12T06:16:48.554Z] #7 exporting layers done [2025-05-12T06:16:48.554Z] #7 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 0.0s done [2025-05-12T06:16:48.554Z] #7 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 0.0s done [2025-05-12T06:16:48.554Z] #7 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 0.0s done [2025-05-12T06:16:48.554Z] #7 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c 0.0s done [2025-05-12T06:16:48.554Z] #7 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 [2025-05-12T06:16:48.554Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:48.554Z] #7 ... [2025-05-12T06:16:48.554Z] [2025-05-12T06:16:48.554Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:48.554Z] #8 DONE 0.0s [2025-05-12T06:16:48.554Z] [2025-05-12T06:16:48.554Z] #7 exporting to image [2025-05-12T06:16:48.554Z] #7 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.0s done [2025-05-12T06:16:48.554Z] #7 pushing layers 0.1s done [2025-05-12T06:16:48.554Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 [2025-05-12T06:16:48.813Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done [2025-05-12T06:16:48.813Z] #7 DONE 0.3s [2025-05-12T06:16:48.813Z] [2025-05-12T06:16:48.813Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:48.813Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:49.105Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-05-12T06:16:49.105Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-05-12T06:16:49.365Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:49.365Z] #1 transferring dockerfile: 172B done [2025-05-12T06:16:49.365Z] #1 DONE 0.0s [2025-05-12T06:16:49.365Z] [2025-05-12T06:16:49.365Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-12T06:16:49.365Z] #2 DONE 0.1s [2025-05-12T06:16:49.365Z] [2025-05-12T06:16:49.365Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-05-12T06:16:49.365Z] #3 DONE 0.1s [2025-05-12T06:16:49.365Z] [2025-05-12T06:16:49.365Z] #4 [internal] load .dockerignore [2025-05-12T06:16:49.365Z] #4 transferring context: 2B done [2025-05-12T06:16:49.365Z] #4 DONE 0.1s [2025-05-12T06:16:49.365Z] [2025-05-12T06:16:49.365Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:49.365Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:49.365Z] #5 DONE 0.0s [2025-05-12T06:16:49.365Z] [2025-05-12T06:16:49.365Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:49.623Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:49.623Z] #6 CACHED [2025-05-12T06:16:49.623Z] [2025-05-12T06:16:49.623Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:49.623Z] #5 CACHED [2025-05-12T06:16:49.623Z] [2025-05-12T06:16:49.623Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:49.623Z] #7 DONE 0.0s [2025-05-12T06:16:49.623Z] [2025-05-12T06:16:49.623Z] #8 exporting to image [2025-05-12T06:16:49.623Z] #8 exporting layers done [2025-05-12T06:16:49.623Z] #8 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done [2025-05-12T06:16:49.623Z] #8 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done [2025-05-12T06:16:49.624Z] #8 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done [2025-05-12T06:16:49.624Z] #8 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done [2025-05-12T06:16:49.624Z] #8 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done [2025-05-12T06:16:49.624Z] #8 pushing layers 0.0s done [2025-05-12T06:16:49.624Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done [2025-05-12T06:16:49.624Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:49.624Z] #8 DONE 0.1s [2025-05-12T06:16:49.624Z] [2025-05-12T06:16:49.624Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:49.624Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:49.919Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10' [2025-05-12T06:16:49.919Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 --push - [2025-05-12T06:16:50.178Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:50.178Z] #1 transferring dockerfile: 178B done [2025-05-12T06:16:50.178Z] #1 DONE 0.0s [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 [2025-05-12T06:16:50.178Z] #2 DONE 0.0s [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10 [2025-05-12T06:16:50.178Z] #3 DONE 0.0s [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #4 [internal] load .dockerignore [2025-05-12T06:16:50.178Z] #4 transferring context: 2B done [2025-05-12T06:16:50.178Z] #4 DONE 0.0s [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:50.178Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:50.178Z] #5 CACHED [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:50.178Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:50.178Z] #6 DONE 0.0s [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:50.178Z] #6 CACHED [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:50.178Z] #7 DONE 0.0s [2025-05-12T06:16:50.178Z] [2025-05-12T06:16:50.178Z] #8 exporting to image [2025-05-12T06:16:50.178Z] #8 exporting layers done [2025-05-12T06:16:50.178Z] #8 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done [2025-05-12T06:16:50.178Z] #8 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done [2025-05-12T06:16:50.178Z] #8 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done [2025-05-12T06:16:50.178Z] #8 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done [2025-05-12T06:16:50.178Z] #8 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done [2025-05-12T06:16:50.178Z] #8 pushing layers 0.0s done [2025-05-12T06:16:50.178Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.10@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done [2025-05-12T06:16:50.178Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:50.178Z] #8 DONE 0.1s [2025-05-12T06:16:50.438Z] [2025-05-12T06:16:50.438Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:50.438Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:50.724Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:50.724Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:50.982Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:50.982Z] #1 transferring dockerfile: 219B done [2025-05-12T06:16:50.982Z] #1 DONE 0.1s [2025-05-12T06:16:50.982Z] [2025-05-12T06:16:50.982Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:50.982Z] #2 DONE 0.0s [2025-05-12T06:16:50.982Z] [2025-05-12T06:16:50.982Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:50.982Z] #3 DONE 0.0s [2025-05-12T06:16:50.982Z] [2025-05-12T06:16:50.982Z] #4 [internal] load .dockerignore [2025-05-12T06:16:50.982Z] #4 transferring context: 2B done [2025-05-12T06:16:50.982Z] #4 DONE 0.0s [2025-05-12T06:16:50.982Z] [2025-05-12T06:16:50.982Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:50.982Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:50.982Z] #5 CACHED [2025-05-12T06:16:50.982Z] [2025-05-12T06:16:50.982Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:50.982Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:50.982Z] #6 CACHED [2025-05-12T06:16:50.982Z] [2025-05-12T06:16:50.982Z] #7 exporting to image [2025-05-12T06:16:50.982Z] #7 exporting layers done [2025-05-12T06:16:50.982Z] #7 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done [2025-05-12T06:16:50.982Z] #7 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done [2025-05-12T06:16:50.982Z] #7 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done [2025-05-12T06:16:50.982Z] #7 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done [2025-05-12T06:16:50.982Z] #7 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done [2025-05-12T06:16:50.982Z] #7 pushing layers 0.0s done [2025-05-12T06:16:50.982Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 [2025-05-12T06:16:50.982Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:51.240Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done [2025-05-12T06:16:51.241Z] #7 DONE 0.1s [2025-05-12T06:16:51.241Z] [2025-05-12T06:16:51.241Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:51.241Z] #8 DONE 0.0s [2025-05-12T06:16:51.241Z] [2025-05-12T06:16:51.241Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:51.241Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:51.526Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-05-12T06:16:51.526Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-05-12T06:16:51.786Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:51.786Z] #1 transferring dockerfile: 170B done [2025-05-12T06:16:51.786Z] #1 DONE 0.0s [2025-05-12T06:16:51.786Z] [2025-05-12T06:16:51.786Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-12T06:16:51.786Z] #2 DONE 0.0s [2025-05-12T06:16:51.786Z] [2025-05-12T06:16:51.786Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-05-12T06:16:51.786Z] #3 DONE 0.0s [2025-05-12T06:16:51.786Z] [2025-05-12T06:16:51.786Z] #4 [internal] load .dockerignore [2025-05-12T06:16:51.786Z] #4 transferring context: [2025-05-12T06:16:51.786Z] #4 transferring context: 2B done [2025-05-12T06:16:51.786Z] #4 DONE 0.0s [2025-05-12T06:16:51.786Z] [2025-05-12T06:16:51.786Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:51.786Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:51.786Z] #5 CACHED [2025-05-12T06:16:51.786Z] [2025-05-12T06:16:51.786Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af [2025-05-12T06:16:51.786Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c5e24db11cfb1421c6433da98e661c4ffbeb322421668a730cf84b731dbf32af 0.0s done [2025-05-12T06:16:51.786Z] #6 CACHED [2025-05-12T06:16:51.786Z] [2025-05-12T06:16:51.786Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:52.046Z] #7 DONE 0.0s [2025-05-12T06:16:52.046Z] [2025-05-12T06:16:52.046Z] #8 exporting to image [2025-05-12T06:16:52.046Z] #8 exporting layers done [2025-05-12T06:16:52.046Z] #8 exporting manifest sha256:bf42b97b47c9bd0d59c3d8c8e9aa32425d9d3c999e886e1c607f1b5688e4e783 done [2025-05-12T06:16:52.046Z] #8 exporting config sha256:907e7e4e57b0cde775d7dd41e68372a1848c8e2c8e69a9332b716032c04f6960 done [2025-05-12T06:16:52.046Z] #8 exporting manifest sha256:0564b39bb17e993e374630f4d9b542e418f96a81d3657a1c835d249168567769 done [2025-05-12T06:16:52.046Z] #8 exporting config sha256:0d5af7d122e13113626225a3ef9d4d6b8e2bb3f82a35bcdaa78f6d6ed4ad204c done [2025-05-12T06:16:52.046Z] #8 exporting manifest list sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 done [2025-05-12T06:16:52.046Z] #8 pushing layers 0.0s done [2025-05-12T06:16:52.046Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:feb9a009e02d6693ac134d9d7807b8136c463f55557a9674ccd4ef6b24b242e4 0.1s done [2025-05-12T06:16:52.046Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:52.046Z] #8 DONE 0.1s [2025-05-12T06:16:52.046Z] [2025-05-12T06:16:52.046Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:52.046Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:52.335Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6' [2025-05-12T06:16:52.335Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 --push - [2025-05-12T06:16:52.603Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:52.603Z] #1 transferring dockerfile: 202B done [2025-05-12T06:16:52.603Z] #1 DONE 0.1s [2025-05-12T06:16:52.603Z] [2025-05-12T06:16:52.603Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:52.603Z] #2 DONE 0.1s [2025-05-12T06:16:52.603Z] [2025-05-12T06:16:52.603Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:16:52.603Z] #3 DONE 0.1s [2025-05-12T06:16:52.603Z] [2025-05-12T06:16:52.603Z] #4 [internal] load .dockerignore [2025-05-12T06:16:52.603Z] #4 transferring context: 2B done [2025-05-12T06:16:52.603Z] #4 DONE 0.0s [2025-05-12T06:16:52.603Z] [2025-05-12T06:16:52.603Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:52.603Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.1s done [2025-05-12T06:16:52.603Z] #5 DONE 0.1s [2025-05-12T06:16:52.603Z] [2025-05-12T06:16:52.603Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:52.862Z] #6 DONE 0.1s [2025-05-12T06:16:52.862Z] [2025-05-12T06:16:52.862Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:52.862Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.1s done [2025-05-12T06:16:52.862Z] #5 DONE 0.2s [2025-05-12T06:16:52.862Z] [2025-05-12T06:16:52.862Z] #7 exporting to image [2025-05-12T06:16:52.862Z] #7 exporting layers done [2025-05-12T06:16:52.862Z] #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d 0.0s done [2025-05-12T06:16:52.862Z] #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 0.0s done [2025-05-12T06:16:52.862Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:53.122Z] #7 ... [2025-05-12T06:16:53.122Z] [2025-05-12T06:16:53.122Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:53.122Z] #8 DONE 0.0s [2025-05-12T06:16:53.122Z] [2025-05-12T06:16:53.122Z] #7 exporting to image [2025-05-12T06:16:53.122Z] #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 0.0s done [2025-05-12T06:16:53.122Z] #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa 0.0s done [2025-05-12T06:16:53.122Z] #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.0s done [2025-05-12T06:16:53.122Z] #7 pushing layers 0.1s done [2025-05-12T06:16:53.122Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 [2025-05-12T06:16:53.122Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done [2025-05-12T06:16:53.122Z] #7 DONE 0.3s [2025-05-12T06:16:53.382Z] [2025-05-12T06:16:53.382Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:53.382Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:53.670Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-05-12T06:16:53.671Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-05-12T06:16:53.938Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:53.938Z] #1 transferring dockerfile: 168B done [2025-05-12T06:16:53.938Z] #1 DONE 0.0s [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-12T06:16:53.938Z] #2 DONE 0.0s [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-05-12T06:16:53.938Z] #3 DONE 0.1s [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #4 [internal] load .dockerignore [2025-05-12T06:16:53.938Z] #4 transferring context: 2B done [2025-05-12T06:16:53.938Z] #4 DONE 0.1s [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:53.938Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:53.938Z] #5 DONE 0.0s [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:53.938Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:53.938Z] #6 CACHED [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:53.938Z] #5 CACHED [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:53.938Z] #7 DONE 0.0s [2025-05-12T06:16:53.938Z] [2025-05-12T06:16:53.938Z] #8 exporting to image [2025-05-12T06:16:53.938Z] #8 exporting layers done [2025-05-12T06:16:53.938Z] #8 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done [2025-05-12T06:16:53.938Z] #8 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 done [2025-05-12T06:16:53.938Z] #8 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done [2025-05-12T06:16:53.938Z] #8 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done [2025-05-12T06:16:53.938Z] #8 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done [2025-05-12T06:16:53.938Z] #8 pushing layers 0.0s done [2025-05-12T06:16:53.938Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done [2025-05-12T06:16:53.938Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:53.938Z] #8 DONE 0.1s [2025-05-12T06:16:54.202Z] [2025-05-12T06:16:54.202Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:54.202Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:54.489Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10' [2025-05-12T06:16:54.489Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 --push - [2025-05-12T06:16:54.748Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:54.748Z] #1 transferring dockerfile: 174B done [2025-05-12T06:16:54.748Z] #1 DONE 0.0s [2025-05-12T06:16:54.748Z] [2025-05-12T06:16:54.748Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 [2025-05-12T06:16:54.748Z] #2 DONE 0.0s [2025-05-12T06:16:54.748Z] [2025-05-12T06:16:54.748Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10 [2025-05-12T06:16:54.748Z] #3 DONE 0.0s [2025-05-12T06:16:54.748Z] [2025-05-12T06:16:54.748Z] #4 [internal] load .dockerignore [2025-05-12T06:16:54.748Z] #4 transferring context: 2B done [2025-05-12T06:16:54.748Z] #4 DONE 0.0s [2025-05-12T06:16:54.748Z] [2025-05-12T06:16:54.748Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:54.748Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:54.748Z] #5 CACHED [2025-05-12T06:16:54.748Z] [2025-05-12T06:16:54.748Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:54.748Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:54.748Z] #6 CACHED [2025-05-12T06:16:54.748Z] [2025-05-12T06:16:54.748Z] #7 exporting to image [2025-05-12T06:16:54.748Z] #7 exporting layers done [2025-05-12T06:16:54.748Z] #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done [2025-05-12T06:16:54.748Z] #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 done [2025-05-12T06:16:54.748Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:54.748Z] #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done [2025-05-12T06:16:54.748Z] #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done [2025-05-12T06:16:54.748Z] #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done [2025-05-12T06:16:54.748Z] #7 pushing layers 0.0s done [2025-05-12T06:16:54.748Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.10@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done [2025-05-12T06:16:54.748Z] #7 DONE 0.1s [2025-05-12T06:16:54.748Z] [2025-05-12T06:16:54.748Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:54.748Z] #8 DONE 0.0s [2025-05-12T06:16:55.006Z] [2025-05-12T06:16:55.006Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:55.006Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:55.288Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10' [2025-05-12T06:16:55.289Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 --push - [2025-05-12T06:16:55.550Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:55.550Z] #1 transferring dockerfile: 215B done [2025-05-12T06:16:55.550Z] #1 DONE 0.0s [2025-05-12T06:16:55.550Z] [2025-05-12T06:16:55.550Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:55.550Z] #2 DONE 0.1s [2025-05-12T06:16:55.550Z] [2025-05-12T06:16:55.550Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:16:55.550Z] #3 DONE 0.1s [2025-05-12T06:16:55.550Z] [2025-05-12T06:16:55.550Z] #4 [internal] load .dockerignore [2025-05-12T06:16:55.550Z] #4 transferring context: 2B done [2025-05-12T06:16:55.550Z] #4 DONE 0.0s [2025-05-12T06:16:55.550Z] [2025-05-12T06:16:55.550Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:55.550Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:55.550Z] #5 CACHED [2025-05-12T06:16:55.550Z] [2025-05-12T06:16:55.550Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:55.550Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:55.550Z] #6 CACHED [2025-05-12T06:16:55.550Z] [2025-05-12T06:16:55.550Z] #7 exporting to image [2025-05-12T06:16:55.550Z] #7 exporting layers done [2025-05-12T06:16:55.550Z] #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done [2025-05-12T06:16:55.550Z] #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 done [2025-05-12T06:16:55.550Z] #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done [2025-05-12T06:16:55.550Z] #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done [2025-05-12T06:16:55.550Z] #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done [2025-05-12T06:16:55.550Z] #7 pushing layers 0.0s done [2025-05-12T06:16:55.550Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 [2025-05-12T06:16:55.550Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:55.815Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done [2025-05-12T06:16:55.815Z] #7 DONE 0.1s [2025-05-12T06:16:55.815Z] [2025-05-12T06:16:55.815Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:55.815Z] #8 DONE 0.0s [2025-05-12T06:16:55.815Z] [2025-05-12T06:16:55.815Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:55.815Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-12T06:16:56.101Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-05-12T06:16:56.101Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-05-12T06:16:56.101Z] #1 [internal] load build definition from Dockerfile [2025-05-12T06:16:56.101Z] #1 transferring dockerfile: 166B done [2025-05-12T06:16:56.101Z] #1 DONE 0.0s [2025-05-12T06:16:56.101Z] [2025-05-12T06:16:56.101Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-12T06:16:56.101Z] #2 DONE 0.0s [2025-05-12T06:16:56.101Z] [2025-05-12T06:16:56.101Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-05-12T06:16:56.101Z] #3 DONE 0.0s [2025-05-12T06:16:56.101Z] [2025-05-12T06:16:56.101Z] #4 [internal] load .dockerignore [2025-05-12T06:16:56.101Z] #4 transferring context: [2025-05-12T06:16:56.358Z] #4 transferring context: 2B done [2025-05-12T06:16:56.358Z] #4 DONE 0.0s [2025-05-12T06:16:56.358Z] [2025-05-12T06:16:56.358Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:56.358Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:56.358Z] #5 CACHED [2025-05-12T06:16:56.358Z] [2025-05-12T06:16:56.358Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 [2025-05-12T06:16:56.358Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:a0df4de7c56d589e470bdab0a46c3485e4400ae1bd812a0a2bb57a7da15b9049 0.0s done [2025-05-12T06:16:56.358Z] #6 CACHED [2025-05-12T06:16:56.358Z] [2025-05-12T06:16:56.358Z] #7 exporting to image [2025-05-12T06:16:56.358Z] #7 exporting layers done [2025-05-12T06:16:56.358Z] #7 exporting manifest sha256:14297d5f4b384b15be753ee2f239d5f08e57ebba1ceb46f0d67c4aee206b400d done [2025-05-12T06:16:56.358Z] #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 [2025-05-12T06:16:56.358Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-12T06:16:56.358Z] #7 exporting config sha256:bbf7adb59544a7f83a4ec81a937179e4fba8d1dbc2e6a50deb4dcc5e55890303 0.0s done [2025-05-12T06:16:56.358Z] #7 exporting manifest sha256:c5bfc4a301d9aa42e3ef3a3378f127e623a6ea2775f00dd387b35abf6cd384e8 done [2025-05-12T06:16:56.358Z] #7 exporting config sha256:ef0fb2e7cae277a684cdbb4fab521d76518600f80e20d94fa24ca6965536e5fa done [2025-05-12T06:16:56.358Z] #7 exporting manifest list sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 done [2025-05-12T06:16:56.358Z] #7 pushing layers 0.0s done [2025-05-12T06:16:56.358Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:afa5191897c86d19e7164058c827cc0816ae2f80e6242d76bdb7ffd69e46a777 0.1s done [2025-05-12T06:16:56.358Z] #7 DONE 0.1s [2025-05-12T06:16:56.358Z] [2025-05-12T06:16:56.358Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-05-12T06:16:56.358Z] #8 DONE 0.0s [2025-05-12T06:16:56.618Z] [2025-05-12T06:16:56.618Z] 1 warning found (use --debug to expand): [2025-05-12T06:16:56.618Z]  - 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-12T06:16:57.069Z] + '[' -d /w/workspace/edgex-go/837/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:16:57.359Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:16:57.908Z] ---> package-listing.sh [2025-05-12T06:16:57.908Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-12T06:16:57.908Z] ++ facter osfamily [2025-05-12T06:16:58.167Z] + OS_FAMILY=redhat [2025-05-12T06:16:58.167Z] + workspace=/w/workspace/edgex-go/837 [2025-05-12T06:16:58.167Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-12T06:16:58.167Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-12T06:16:58.167Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-12T06:16:58.167Z] + PACKAGES=/tmp/packages_start.txt [2025-05-12T06:16:58.167Z] + '[' /w/workspace/edgex-go/837 ']' [2025-05-12T06:16:58.167Z] + PACKAGES=/tmp/packages_end.txt [2025-05-12T06:16:58.167Z] + case "${OS_FAMILY}" in [2025-05-12T06:16:58.167Z] + sort [2025-05-12T06:16:58.167Z] + rpm -qa [2025-05-12T06:16:58.734Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-12T06:16:58.734Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-12T06:16:58.734Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-12T06:16:58.734Z] + '[' /w/workspace/edgex-go/837 ']' [2025-05-12T06:16:58.734Z] + mkdir -p /w/workspace/edgex-go/837/archives/ [2025-05-12T06:16:58.734Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/837/archives/ [Pipeline] echo [2025-05-12T06:16:58.747Z] 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/837/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-12T06:16:59.028Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:16:59.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-12T06:16:59.610Z] [2025-05-12T06:16:59.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:16:59.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-12T06:16:59.952Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-12T06:16:59.952Z] 5eb5b503b376: Pulling fs layer [2025-05-12T06:16:59.952Z] 5c69ac0246d0: Pulling fs layer [2025-05-12T06:16:59.952Z] ec43610c2a17: Pulling fs layer [2025-05-12T06:16:59.952Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-12T06:16:59.952Z] 33b1e0a273af: Pulling fs layer [2025-05-12T06:16:59.952Z] 5d3b04190fa2: Pulling fs layer [2025-05-12T06:16:59.952Z] 2f39f015ded8: Pulling fs layer [2025-05-12T06:16:59.952Z] 33b1e0a273af: Waiting [2025-05-12T06:16:59.952Z] 5d3b04190fa2: Waiting [2025-05-12T06:16:59.952Z] 2f39f015ded8: Waiting [2025-05-12T06:16:59.952Z] 3a2ae6a8a46f: Waiting [2025-05-12T06:16:59.952Z] 5c69ac0246d0: Verifying Checksum [2025-05-12T06:16:59.952Z] 5c69ac0246d0: Download complete [2025-05-12T06:16:59.952Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-12T06:16:59.952Z] 3a2ae6a8a46f: Download complete [2025-05-12T06:17:00.212Z] 33b1e0a273af: Verifying Checksum [2025-05-12T06:17:00.212Z] 33b1e0a273af: Download complete [2025-05-12T06:17:00.212Z] ec43610c2a17: Verifying Checksum [2025-05-12T06:17:00.212Z] ec43610c2a17: Download complete [2025-05-12T06:17:00.212Z] 5d3b04190fa2: Verifying Checksum [2025-05-12T06:17:00.212Z] 5d3b04190fa2: Download complete [2025-05-12T06:17:00.212Z] 5eb5b503b376: Verifying Checksum [2025-05-12T06:17:00.212Z] 5eb5b503b376: Download complete [2025-05-12T06:17:01.144Z] 2f39f015ded8: Verifying Checksum [2025-05-12T06:17:01.144Z] 2f39f015ded8: Download complete [2025-05-12T06:17:01.717Z] 5eb5b503b376: Pull complete [2025-05-12T06:17:01.975Z] 5c69ac0246d0: Pull complete [2025-05-12T06:17:02.235Z] ec43610c2a17: Pull complete [2025-05-12T06:17:02.496Z] 3a2ae6a8a46f: Pull complete [2025-05-12T06:17:02.496Z] 33b1e0a273af: Pull complete [2025-05-12T06:17:02.763Z] 5d3b04190fa2: Pull complete [2025-05-12T06:17:06.960Z] 2f39f015ded8: Pull complete [2025-05-12T06:17:06.960Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-12T06:17:06.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-12T06:17:06.960Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:17:07.131Z] prd-centos7-docker-4c-2g-1370 does not seem to be running inside a container [2025-05-12T06:17:07.164Z] $ 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/837/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-12T06:17:13.623Z] $ docker top 3ff6c382734d4777157143904afdcda82f9d17696db24d3a833192e87897cb9b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-12T06:17:14.424Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-12T06:17:14.712Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-12T06:17:15.001Z] + ls /var/log/sa-host [2025-05-12T06:17:15.001Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:17:15.196Z] provisioning config files... [2025-05-12T06:17:15.207Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11652053083203839626tmp [Pipeline] { [Pipeline] echo [2025-05-12T06:17:15.226Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:17:15.512Z] ---> create-netrc.sh [Pipeline] } [2025-05-12T06:17:15.519Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:17:15.882Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-12T06:17:15.891Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:17:16.172Z] ---> sudo-logs.sh [2025-05-12T06:17:16.173Z] Archiving 'sudo' log.. [2025-05-12T06:17:16.173Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:17:16.204Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-12T06:17:16.208Z] $ docker stop --time=1 3ff6c382734d4777157143904afdcda82f9d17696db24d3a833192e87897cb9b [2025-05-12T06:17:17.362Z] $ docker rm -f --volumes 3ff6c382734d4777157143904afdcda82f9d17696db24d3a833192e87897cb9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-12T06:17:17.478Z] [WS-CLEANUP] Deleting project workspace... [2025-05-12T06:17:17.478Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-12T06:17:17.498Z] [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-12T06:32:26.623Z] #144 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-05-12T06:32:26.623Z] #147 DONE 1073.7s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:32:26.623Z] #43 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-05-12T06:32:26.623Z] #155 DONE 0.2s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:32:26.623Z] #150 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-12T06:32:26.623Z] #156 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-05-12T06:32:26.623Z] #151 DONE 1075.4s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-12T06:32:26.623Z] #156 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:32:26.623Z] #157 DONE 0.3s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:32:26.623Z] #158 DONE 0.2s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-05-12T06:32:26.623Z] #159 DONE 0.2s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #156 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-05-12T06:32:26.623Z] #156 DONE 2.7s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:32:26.623Z] #160 DONE 0.4s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-12T06:32:26.623Z] #161 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #162 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:32:26.623Z] #162 DONE 0.5s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-05-12T06:32:26.623Z] #161 DONE 0.3s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #163 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:32:26.623Z] #163 DONE 0.2s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #164 [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-12T06:32:26.623Z] #164 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-05-12T06:32:26.623Z] #165 DONE 0.7s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-05-12T06:32:26.623Z] #166 DONE 0.2s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #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-12T06:32:26.623Z] #167 DONE 0.3s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #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-12T06:32:26.623Z] #168 DONE 0.3s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #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-12T06:32:26.623Z] #169 DONE 0.3s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-05-12T06:32:26.623Z] #170 DONE 0.2s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-12T06:32:26.623Z] #171 ... [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #164 [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-12T06:32:26.623Z] #164 DONE 2.9s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #113 [core-common-config-bootstrapper] exporting to image [2025-05-12T06:32:26.623Z] #113 exporting layers [2025-05-12T06:32:26.623Z] #113 exporting layers 0.8s done [2025-05-12T06:32:26.623Z] #113 writing image sha256:401f135879408fbd1faa39b8534b37a80edf802e3380a35c6b2d5880a8522420 0.1s done [2025-05-12T06:32:26.623Z] #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 [2025-05-12T06:32:26.623Z] #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-05-12T06:32:26.623Z] #113 DONE 6.5s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-05-12T06:32:26.623Z] #171 DONE 2.6s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #113 [security-bootstrapper] exporting to image [2025-05-12T06:32:26.623Z] #113 exporting layers 1.2s done [2025-05-12T06:32:26.623Z] #113 writing image sha256:26156bc4ef39c2397dcd143f48f2c743670e4afef6baf33fc27f9c711b5d471a done [2025-05-12T06:32:26.623Z] #113 naming to docker.io/library/security-bootstrapper-arm64 done [2025-05-12T06:32:26.623Z] #113 DONE 7.6s [2025-05-12T06:32:26.623Z] [2025-05-12T06:32:26.623Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-12T06:46:34.137Z] #148 ... [2025-05-12T06:46:34.137Z] [2025-05-12T06:46:34.137Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-05-12T06:46:34.137Z] #154 DONE 1931.3s [2025-05-12T06:46:34.137Z] [2025-05-12T06:46:34.137Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:46:34.137Z] #33 ... [2025-05-12T06:46:34.137Z] [2025-05-12T06:46:34.137Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:46:34.137Z] #172 DONE 0.1s [2025-05-12T06:46:34.137Z] [2025-05-12T06:46:34.137Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:46:34.733Z] #153 ... [2025-05-12T06:46:34.733Z] [2025-05-12T06:46:34.733Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:46:34.733Z] #173 DONE 0.1s [2025-05-12T06:46:34.733Z] [2025-05-12T06:46:34.733Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-05-12T06:46:35.003Z] #174 DONE 0.4s [2025-05-12T06:46:35.004Z] [2025-05-12T06:46:35.004Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-12T06:46:35.004Z] #152 ... [2025-05-12T06:46:35.004Z] [2025-05-12T06:46:35.004Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:46:35.275Z] #175 DONE 0.2s [2025-05-12T06:46:35.275Z] [2025-05-12T06:46:35.275Z] #113 [core-command] exporting to image [2025-05-12T06:46:35.275Z] #113 exporting layers [2025-05-12T06:46:35.541Z] #113 exporting layers 0.4s done [2025-05-12T06:46:35.808Z] #113 writing image sha256:fedcb4a2caca5c50c4db772b759409d2fe983eae02c10e6a991bc09242997889 done [2025-05-12T06:46:35.808Z] #113 naming to docker.io/library/core-command-arm64 done [2025-05-12T06:46:35.808Z] #113 DONE 8.0s [2025-05-12T06:46:35.808Z] [2025-05-12T06:46:35.808Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:47:02.480Z] #33 ... [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-05-12T06:47:02.480Z] #152 DONE 1957.4s [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-12T06:47:02.480Z] #129 ... [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:47:02.480Z] #176 DONE 0.2s [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:47:02.480Z] #177 DONE 0.1s [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #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-12T06:47:02.480Z] #178 DONE 0.2s [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-05-12T06:47:02.480Z] #179 DONE 0.2s [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:47:02.480Z] #33 ... [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-05-12T06:47:02.480Z] #180 DONE 0.4s [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:47:02.480Z] #33 ... [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-05-12T06:47:02.480Z] #181 DONE 0.2s [2025-05-12T06:47:02.480Z] [2025-05-12T06:47:02.480Z] #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-12T06:47:03.941Z] #182 DONE 1.9s [2025-05-12T06:47:03.941Z] [2025-05-12T06:47:03.941Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-12T06:47:03.941Z] #146 ... [2025-05-12T06:47:03.941Z] [2025-05-12T06:47:03.941Z] #113 [security-proxy-setup] exporting to image [2025-05-12T06:47:03.941Z] #113 exporting layers [2025-05-12T06:47:04.907Z] #113 exporting layers 1.1s done [2025-05-12T06:47:04.907Z] #113 writing image sha256:47f6aba1322973754712eba261022a2d8abd91380c6c3ea22880fb65b0397902 0.0s done [2025-05-12T06:47:04.907Z] #113 naming to docker.io/library/security-proxy-setup-arm64 done [2025-05-12T06:47:04.907Z] #113 DONE 9.1s [2025-05-12T06:47:04.907Z] [2025-05-12T06:47:04.907Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:47:05.492Z] #33 ... [2025-05-12T06:47:05.492Z] [2025-05-12T06:47:05.492Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-05-12T06:47:05.492Z] #149 1963.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.10 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-05-12T06:47:37.682Z] #149 DONE 1992.2s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:47:37.682Z] #150 ... [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:47:37.682Z] #183 DONE 0.3s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:47:37.682Z] #184 DONE 0.2s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:47:37.682Z] #150 ... [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #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-12T06:47:37.682Z] #185 DONE 0.3s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:47:37.682Z] #150 ... [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #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-12T06:47:37.682Z] #186 DONE 0.1s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #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-12T06:47:37.682Z] #187 DONE 0.1s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-05-12T06:47:37.682Z] #188 DONE 0.3s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-05-12T06:47:37.682Z] #189 DONE 0.4s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-12T06:47:37.682Z] #129 ... [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-05-12T06:47:37.682Z] #190 DONE 0.1s [2025-05-12T06:47:37.682Z] [2025-05-12T06:47:37.682Z] #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-12T06:47:39.091Z] #191 DONE 1.8s [2025-05-12T06:47:39.091Z] [2025-05-12T06:47:39.091Z] #113 [security-secretstore-setup] exporting to image [2025-05-12T06:47:39.091Z] #113 exporting layers [2025-05-12T06:47:40.498Z] #113 exporting layers 1.4s done [2025-05-12T06:47:40.498Z] #113 writing image sha256:fd9e543c761f05d35d54e159771d9635342695e6719a927ab799c2394701e207 done [2025-05-12T06:47:40.498Z] #113 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-05-12T06:47:40.498Z] #113 DONE 10.5s [2025-05-12T06:47:40.498Z] [2025-05-12T06:47:40.498Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:48:48.346Z] #33 ... [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #129 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-05-12T06:48:48.346Z] #129 DONE 2060.3s [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:48:48.346Z] #33 ... [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:48:48.346Z] #192 DONE 0.3s [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:48:48.346Z] #193 DONE 0.2s [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #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-12T06:48:48.346Z] #194 DONE 0.5s [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:48:48.346Z] #42 ... [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #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-12T06:48:48.346Z] #195 DONE 0.1s [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #113 [security-spiffe-token-provider] exporting to image [2025-05-12T06:48:48.346Z] #113 exporting layers [2025-05-12T06:48:48.346Z] #113 exporting layers 1.0s done [2025-05-12T06:48:48.346Z] #113 writing image sha256:81bdceed3129e8ac97b2541ebaa84bd9d69e0eb6e797b15cd8e7a406c22c9dde done [2025-05-12T06:48:48.346Z] #113 naming to docker.io/library/security-spiffe-token-provider-arm64 [2025-05-12T06:48:48.346Z] #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-05-12T06:48:48.346Z] #113 DONE 11.6s [2025-05-12T06:48:48.346Z] [2025-05-12T06:48:48.346Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-05-12T06:49:15.026Z] #148 DONE 2091.3s [2025-05-12T06:49:15.026Z] [2025-05-12T06:49:15.026Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:49:15.026Z] #153 ... [2025-05-12T06:49:15.026Z] [2025-05-12T06:49:15.026Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:49:15.026Z] #196 DONE 0.2s [2025-05-12T06:49:15.026Z] [2025-05-12T06:49:15.026Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:49:15.026Z] #33 ... [2025-05-12T06:49:15.026Z] [2025-05-12T06:49:15.026Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:49:15.026Z] #197 DONE 0.3s [2025-05-12T06:49:15.026Z] [2025-05-12T06:49:15.026Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-05-12T06:49:15.613Z] #198 DONE 0.6s [2025-05-12T06:49:15.613Z] [2025-05-12T06:49:15.613Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-05-12T06:49:15.613Z] #146 DONE 2093.3s [2025-05-12T06:49:15.613Z] [2025-05-12T06:49:15.613Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-05-12T06:49:15.882Z] #199 DONE 0.3s [2025-05-12T06:49:15.882Z] [2025-05-12T06:49:15.882Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-05-12T06:49:16.152Z] #200 DONE 0.3s [2025-05-12T06:49:16.152Z] [2025-05-12T06:49:16.152Z] #201 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:49:16.737Z] #201 DONE 0.4s [2025-05-12T06:49:16.737Z] [2025-05-12T06:49:16.737Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-12T06:49:17.321Z] #202 ... [2025-05-12T06:49:17.321Z] [2025-05-12T06:49:17.321Z] #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:49:17.321Z] #203 DONE 0.4s [2025-05-12T06:49:17.321Z] [2025-05-12T06:49:17.321Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-05-12T06:49:17.912Z] #204 DONE 0.9s [2025-05-12T06:49:17.912Z] [2025-05-12T06:49:17.912Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-05-12T06:49:18.181Z] #43 ... [2025-05-12T06:49:18.181Z] [2025-05-12T06:49:18.181Z] #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:49:18.450Z] #205 DONE 0.4s [2025-05-12T06:49:18.450Z] [2025-05-12T06:49:18.450Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:49:18.718Z] #150 ... [2025-05-12T06:49:18.718Z] [2025-05-12T06:49:18.718Z] #113 [core-data] exporting to image [2025-05-12T06:49:18.718Z] #113 exporting layers [2025-05-12T06:49:18.986Z] #113 exporting layers 0.6s done [2025-05-12T06:49:19.255Z] #113 ... [2025-05-12T06:49:19.255Z] [2025-05-12T06:49:19.255Z] #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-05-12T06:49:19.255Z] #202 DONE 2.8s [2025-05-12T06:49:19.255Z] [2025-05-12T06:49:19.255Z] #113 [security-proxy-auth] exporting to image [2025-05-12T06:49:19.255Z] #113 writing image sha256:699fabb0bd8e84c48bbbaaa9dc67e3fad17b7533487bf2737375a8f2211b76e7 0.0s done [2025-05-12T06:49:19.255Z] #113 naming to docker.io/library/core-data-arm64 done [2025-05-12T06:49:19.843Z] #113 exporting layers 0.9s done [2025-05-12T06:49:20.110Z] #113 writing image sha256:bd53e69512a7c57c140d70e84bf14a89c178b3f7d23243000a7c3bc83c8de7e4 0.0s done [2025-05-12T06:49:20.110Z] #113 naming to docker.io/library/security-proxy-auth-arm64 done [2025-05-12T06:49:20.110Z] #113 DONE 12.5s [2025-05-12T06:49:20.110Z] [2025-05-12T06:49:20.110Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-05-12T06:49:21.521Z] #144 DONE 2098.8s [2025-05-12T06:49:21.521Z] [2025-05-12T06:49:21.521Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:49:22.204Z] #42 ... [2025-05-12T06:49:22.204Z] [2025-05-12T06:49:22.204Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:49:22.204Z] #206 DONE 0.2s [2025-05-12T06:49:22.204Z] [2025-05-12T06:49:22.204Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:49:22.706Z] #33 ... [2025-05-12T06:49:22.706Z] [2025-05-12T06:49:22.706Z] #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-05-12T06:49:22.706Z] #207 DONE 0.4s [2025-05-12T06:49:22.706Z] [2025-05-12T06:49:22.706Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:49:23.007Z] #42 ... [2025-05-12T06:49:23.007Z] [2025-05-12T06:49:23.007Z] #208 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:49:23.007Z] #208 DONE 0.2s [2025-05-12T06:49:23.007Z] [2025-05-12T06:49:23.007Z] #113 [core-keeper] exporting to image [2025-05-12T06:49:23.620Z] #113 exporting layers 0.7s done [2025-05-12T06:49:23.900Z] #113 writing image sha256:8bdba4d4787c431d39fbb758568618372059ccba32939f75e8bd79144a3446bf done [2025-05-12T06:49:23.900Z] #113 naming to docker.io/library/core-keeper-arm64 done [2025-05-12T06:49:23.900Z] #113 DONE 13.2s [2025-05-12T06:49:23.900Z] [2025-05-12T06:49:23.900Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-05-12T06:49:24.175Z] #153 DONE 2101.7s [2025-05-12T06:49:24.176Z] [2025-05-12T06:49:24.176Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:49:25.204Z] #150 ... [2025-05-12T06:49:25.204Z] [2025-05-12T06:49:25.204Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:49:25.204Z] #209 DONE 0.1s [2025-05-12T06:49:25.204Z] [2025-05-12T06:49:25.204Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:49:25.204Z] #210 DONE 0.1s [2025-05-12T06:49:25.204Z] [2025-05-12T06:49:25.204Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-05-12T06:49:25.483Z] #211 DONE 0.3s [2025-05-12T06:49:25.483Z] [2025-05-12T06:49:25.483Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-12T06:49:25.483Z] #145 ... [2025-05-12T06:49:25.483Z] [2025-05-12T06:49:25.483Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:49:25.483Z] #212 DONE 0.1s [2025-05-12T06:49:25.792Z] [2025-05-12T06:49:25.792Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-05-12T06:49:25.792Z] #213 DONE 0.1s [2025-05-12T06:49:25.792Z] [2025-05-12T06:49:25.792Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:49:25.792Z] #150 ... [2025-05-12T06:49:25.792Z] [2025-05-12T06:49:25.792Z] #113 [core-metadata] exporting to image [2025-05-12T06:49:26.058Z] #113 exporting layers 0.4s done [2025-05-12T06:49:26.324Z] #113 writing image sha256:210c59ff602ac6a18bb5aab7817c9fdfa03b5ef7061a01e2670dddc3358f7e0c done [2025-05-12T06:49:26.324Z] #113 naming to docker.io/library/core-metadata-arm64 done [2025-05-12T06:49:26.324Z] #113 DONE 13.6s [2025-05-12T06:49:26.324Z] [2025-05-12T06:49:26.324Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:49:58.528Z] #33 ... [2025-05-12T06:49:58.528Z] [2025-05-12T06:49:58.528Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-05-12T06:49:58.528Z] #145 DONE 2136.0s [2025-05-12T06:49:58.528Z] [2025-05-12T06:49:58.528Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:49:58.798Z] #150 ... [2025-05-12T06:49:58.798Z] [2025-05-12T06:49:58.798Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:49:58.798Z] #214 DONE 0.2s [2025-05-12T06:49:58.798Z] [2025-05-12T06:49:58.798Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:49:59.065Z] #215 DONE 0.2s [2025-05-12T06:49:59.065Z] [2025-05-12T06:49:59.065Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:49:59.333Z] #150 ... [2025-05-12T06:49:59.333Z] [2025-05-12T06:49:59.333Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-05-12T06:49:59.601Z] #216 DONE 0.4s [2025-05-12T06:49:59.601Z] [2025-05-12T06:49:59.601Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-05-12T06:49:59.866Z] #217 DONE 0.1s [2025-05-12T06:49:59.866Z] [2025-05-12T06:49:59.866Z] #113 [support-scheduler] exporting to image [2025-05-12T06:49:59.866Z] #113 exporting layers [2025-05-12T06:50:00.821Z] #113 exporting layers 1.0s done [2025-05-12T06:50:00.821Z] #113 writing image sha256:11e40a4328bc3f880d6e2c5d17ba3ddca0b10655e222bbb81a07f9620f2d2629 done [2025-05-12T06:50:00.821Z] #113 naming to docker.io/library/support-scheduler-arm64 done [2025-05-12T06:50:00.821Z] #113 DONE 14.6s [2025-05-12T06:50:00.821Z] [2025-05-12T06:50:00.821Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:50:06.153Z] #33 ... [2025-05-12T06:50:06.153Z] [2025-05-12T06:50:06.153Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-05-12T06:50:06.153Z] #150 DONE 2143.4s [2025-05-12T06:50:06.153Z] [2025-05-12T06:50:06.153Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-05-12T06:50:06.153Z] #218 DONE 0.1s [2025-05-12T06:50:06.153Z] [2025-05-12T06:50:06.153Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-05-12T06:50:06.422Z] #33 ... [2025-05-12T06:50:06.422Z] [2025-05-12T06:50:06.422Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-05-12T06:50:06.422Z] #219 DONE 0.1s [2025-05-12T06:50:06.422Z] [2025-05-12T06:50:06.422Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-05-12T06:50:07.388Z] #220 DONE 0.6s [2025-05-12T06:50:07.388Z] [2025-05-12T06:50:07.388Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-05-12T06:50:07.388Z] #221 DONE 0.1s [2025-05-12T06:50:07.388Z] [2025-05-12T06:50:07.388Z] #113 [support-notifications] exporting to image [2025-05-12T06:50:07.388Z] #113 exporting layers [2025-05-12T06:50:07.972Z] #113 exporting layers 0.6s done [2025-05-12T06:50:07.972Z] #113 writing image sha256:e5e0262279558a8e0057e50906299b44849f6ca9342d91ab67bd3eb36e1a4604 done [2025-05-12T06:50:07.972Z] #113 naming to docker.io/library/support-notifications-arm64 done [2025-05-12T06:50:07.972Z] #113 DONE 15.2s [2025-05-12T06:50:07.972Z] [2025-05-12T06:50:07.972Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-05-12T06:50:07.972Z] time="2025-05-12T06:11:50Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-05-12T06:50:07.975Z] $ docker stop --time=1 8ca86cdfdf1218ed706f339c70fed8cf8341a3171bb267bab1792da9912a218b [2025-05-12T06:50:09.722Z] $ docker rm -f --volumes 8ca86cdfdf1218ed706f339c70fed8cf8341a3171bb267bab1792da9912a218b [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-12T06:50:10.255Z] + docker images [2025-05-12T06:50:10.255Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-05-12T06:50:10.255Z] support-notifications-arm64 latest e5e026227955 3 seconds ago 52.3MB [2025-05-12T06:50:10.255Z] support-scheduler-arm64 latest 11e40a4328bc 11 seconds ago 48.5MB [2025-05-12T06:50:10.255Z] core-metadata-arm64 latest 210c59ff602a 45 seconds ago 33.1MB [2025-05-12T06:50:10.255Z] core-keeper-arm64 latest 8bdba4d4787c 48 seconds ago 32.6MB [2025-05-12T06:50:10.255Z] core-data-arm64 latest 699fabb0bd8e 52 seconds ago 33MB [2025-05-12T06:50:10.255Z] security-proxy-auth-arm64 latest bd53e69512a7 52 seconds ago 31.9MB [2025-05-12T06:50:10.255Z] security-spiffe-token-provider-arm64 latest 81bdceed3129 About a minute ago 48.1MB [2025-05-12T06:50:10.255Z] security-secretstore-setup-arm64 latest fd9e543c761f 2 minutes ago 67.6MB [2025-05-12T06:50:10.255Z] security-proxy-setup-arm64 latest 47f6aba13229 3 minutes ago 38.7MB [2025-05-12T06:50:10.255Z] core-command-arm64 latest fedcb4a2caca 3 minutes ago 28.5MB [2025-05-12T06:50:10.255Z] security-bootstrapper-arm64 latest 26156bc4ef39 17 minutes ago 21.1MB [2025-05-12T06:50:10.255Z] core-common-config-bootstrapper-arm64 latest 401f13587940 17 minutes ago 17.9MB [2025-05-12T06:50:10.255Z] security-spire-agent-arm64 latest b234b5cf5594 37 minutes ago 187MB [2025-05-12T06:50:10.255Z] security-spire-server-arm64 latest 30a84741f799 37 minutes ago 144MB [2025-05-12T06:50:10.255Z] security-spire-config-arm64 latest d89e0afa4a62 37 minutes ago 143MB [2025-05-12T06:50:10.255Z] ci-base-image-arm64 latest 09dd0e538140 38 minutes ago 910MB [2025-05-12T06:50:10.255Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 12c1d4c06be1 4 weeks ago 560MB [2025-05-12T06:50:10.255Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 23 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-12T06:50:10.421Z] provisioning config files... [2025-05-12T06:50:10.439Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/837@tmp/config1245213350620581966tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:50:10.791Z] ---> ****-login.sh [2025-05-12T06:50:10.791Z] nexus3.edgexfoundry.org:10001 [2025-05-12T06:50:11.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:50:11.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:50:11.058Z] Configure a credential helper to remove this warning. See [2025-05-12T06:50:11.058Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:50:11.058Z] [2025-05-12T06:50:11.058Z] Login Succeeded [2025-05-12T06:50:11.058Z] nexus3.edgexfoundry.org:10002 [2025-05-12T06:50:11.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:50:11.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:50:11.590Z] Configure a credential helper to remove this warning. See [2025-05-12T06:50:11.590Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:50:11.590Z] [2025-05-12T06:50:11.590Z] Login Succeeded [2025-05-12T06:50:11.590Z] nexus3.edgexfoundry.org:10003 [2025-05-12T06:50:11.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:50:11.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:50:11.856Z] Configure a credential helper to remove this warning. See [2025-05-12T06:50:11.856Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:50:11.856Z] [2025-05-12T06:50:11.856Z] Login Succeeded [2025-05-12T06:50:11.856Z] nexus3.edgexfoundry.org:10004 [2025-05-12T06:50:12.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:50:12.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:50:12.122Z] Configure a credential helper to remove this warning. See [2025-05-12T06:50:12.122Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:50:12.122Z] [2025-05-12T06:50:12.122Z] Login Succeeded [2025-05-12T06:50:12.389Z] ****.io [2025-05-12T06:50:12.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-12T06:50:12.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-12T06:50:12.657Z] Configure a credential helper to remove this warning. See [2025-05-12T06:50:12.657Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-12T06:50:12.657Z] [2025-05-12T06:50:12.657Z] Login Succeeded [2025-05-12T06:50:12.657Z] ---> ****-login.sh ends [Pipeline] } [2025-05-12T06:50:12.934Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:50:12.987Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-05-12T06:50:13.020Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-05-12T06:50:13.020Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:13.020Z] latest [2025-05-12T06:50:13.020Z] 4.1.0-dev.10 [2025-05-12T06:50:13.020Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:13.020Z] main [2025-05-12T06:50:13.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:13.400Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:13.762Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:13.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-12T06:50:13.762Z] 1fd06584b66c: Preparing [2025-05-12T06:50:13.762Z] 172655131499: Preparing [2025-05-12T06:50:13.762Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:13.762Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:13.762Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:13.762Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:13.762Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:13.762Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:13.762Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:14.027Z] 1fa62648a2e3: Pushed [2025-05-12T06:50:14.027Z] 6c0fb9967f5c: Pushed [2025-05-12T06:50:14.027Z] 1fd06584b66c: Pushed [2025-05-12T06:50:14.027Z] 7b3e4d35cc5b: Pushed [2025-05-12T06:50:14.027Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:14.027Z] 1a2d663b4c46: Pushed [2025-05-12T06:50:18.265Z] 172655131499: Pushed [2025-05-12T06:50:18.265Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:18.619Z] + 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-12T06:50:18.966Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-12T06:50:18.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-12T06:50:18.966Z] 1fd06584b66c: Preparing [2025-05-12T06:50:18.966Z] 172655131499: Preparing [2025-05-12T06:50:18.966Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:18.966Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:18.966Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:18.966Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:18.966Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:18.966Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:18.966Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:18.966Z] 1fd06584b66c: Layer already exists [2025-05-12T06:50:18.966Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:18.966Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:18.966Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:18.966Z] 172655131499: Layer already exists [2025-05-12T06:50:18.966Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:18.966Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:19.230Z] latest: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:19.588Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:19.950Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 [2025-05-12T06:50:19.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-12T06:50:19.951Z] 1fd06584b66c: Preparing [2025-05-12T06:50:19.951Z] 172655131499: Preparing [2025-05-12T06:50:19.951Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:19.951Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:19.951Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:19.951Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:19.951Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:19.951Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:19.951Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:19.951Z] 172655131499: Layer already exists [2025-05-12T06:50:19.951Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:19.951Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:19.951Z] 1fd06584b66c: Layer already exists [2025-05-12T06:50:19.951Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:19.951Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:19.951Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:20.217Z] 4.1.0-dev.10: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:20.576Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:21.333Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:21.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-12T06:50:21.333Z] 1fd06584b66c: Preparing [2025-05-12T06:50:21.333Z] 172655131499: Preparing [2025-05-12T06:50:21.333Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:21.333Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:21.333Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:21.333Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:21.333Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:21.333Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:21.333Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:21.333Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:21.333Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:21.333Z] 172655131499: Layer already exists [2025-05-12T06:50:21.333Z] 1fd06584b66c: Layer already exists [2025-05-12T06:50:21.333Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:21.333Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:21.333Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:21.333Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:22.000Z] + 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-12T06:50:22.355Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-05-12T06:50:22.355Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-05-12T06:50:22.355Z] 1fd06584b66c: Preparing [2025-05-12T06:50:22.355Z] 172655131499: Preparing [2025-05-12T06:50:22.355Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:22.355Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:22.355Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:22.355Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:22.355Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:22.355Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:22.355Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:22.355Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:22.355Z] 172655131499: Layer already exists [2025-05-12T06:50:22.355Z] 1fd06584b66c: Layer already exists [2025-05-12T06:50:22.355Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:22.355Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:22.355Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:22.355Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:22.623Z] main: digest: sha256:ec4679f03f3d9dcc943f6b80e7f1340426c8dad27d7e77aee158ceebdb524bc1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:50:22.703Z] ===================================================== [Pipeline] echo [2025-05-12T06:50:22.716Z] taggedImages: [2025-05-12T06:50:22.716Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:22.716Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-05-12T06:50:22.716Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 [2025-05-12T06:50:22.716Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:22.716Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-12T06:50:22.743Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-05-12T06:50:22.743Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:22.743Z] latest [2025-05-12T06:50:22.743Z] 4.1.0-dev.10 [2025-05-12T06:50:22.743Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:22.743Z] main [2025-05-12T06:50:22.743Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:23.151Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:23.523Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:23.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-12T06:50:23.523Z] a7523ad27fc1: Preparing [2025-05-12T06:50:23.523Z] 7a257624f8a1: Preparing [2025-05-12T06:50:23.523Z] 99b7993aa3c1: Preparing [2025-05-12T06:50:23.523Z] d5c6f17bd57a: Preparing [2025-05-12T06:50:23.523Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:23.523Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:23.523Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:23.523Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:23.523Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:23.523Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:50:23.523Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:23.523Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:23.523Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:23.790Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:23.790Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:23.790Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:23.790Z] 7a257624f8a1: Pushed [2025-05-12T06:50:23.790Z] 99b7993aa3c1: Pushed [2025-05-12T06:50:23.790Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:23.790Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:23.790Z] a7523ad27fc1: Pushed [2025-05-12T06:50:25.732Z] d5c6f17bd57a: Pushed [2025-05-12T06:50:25.999Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:26.368Z] + 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-12T06:50:26.722Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-12T06:50:26.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-12T06:50:26.722Z] a7523ad27fc1: Preparing [2025-05-12T06:50:26.722Z] 7a257624f8a1: Preparing [2025-05-12T06:50:26.722Z] 99b7993aa3c1: Preparing [2025-05-12T06:50:26.722Z] d5c6f17bd57a: Preparing [2025-05-12T06:50:26.722Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:26.722Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:26.722Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:26.722Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:26.722Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:26.722Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:50:26.722Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:26.722Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:26.722Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:26.722Z] 7a257624f8a1: Layer already exists [2025-05-12T06:50:26.722Z] a7523ad27fc1: Layer already exists [2025-05-12T06:50:26.722Z] 99b7993aa3c1: Layer already exists [2025-05-12T06:50:26.722Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:26.722Z] d5c6f17bd57a: Layer already exists [2025-05-12T06:50:26.722Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:26.722Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:26.722Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:26.722Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:26.989Z] latest: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:27.408Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:27.770Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 [2025-05-12T06:50:27.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-12T06:50:27.770Z] a7523ad27fc1: Preparing [2025-05-12T06:50:27.770Z] 7a257624f8a1: Preparing [2025-05-12T06:50:27.770Z] 99b7993aa3c1: Preparing [2025-05-12T06:50:27.770Z] d5c6f17bd57a: Preparing [2025-05-12T06:50:27.770Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:27.770Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:27.770Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:27.770Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:50:27.770Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:27.770Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:27.770Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:27.770Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:27.770Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:27.770Z] a7523ad27fc1: Layer already exists [2025-05-12T06:50:27.770Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:27.770Z] d5c6f17bd57a: Layer already exists [2025-05-12T06:50:27.770Z] 7a257624f8a1: Layer already exists [2025-05-12T06:50:27.770Z] 99b7993aa3c1: Layer already exists [2025-05-12T06:50:27.770Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:27.770Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:27.770Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:27.770Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:28.036Z] 4.1.0-dev.10: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:28.405Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:28.765Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:28.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-12T06:50:28.765Z] a7523ad27fc1: Preparing [2025-05-12T06:50:28.765Z] 7a257624f8a1: Preparing [2025-05-12T06:50:28.765Z] 99b7993aa3c1: Preparing [2025-05-12T06:50:28.765Z] d5c6f17bd57a: Preparing [2025-05-12T06:50:28.765Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:28.765Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:28.765Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:28.765Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:28.765Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:28.765Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:28.765Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:28.765Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:28.765Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:50:28.765Z] 7a257624f8a1: Layer already exists [2025-05-12T06:50:28.765Z] 99b7993aa3c1: Layer already exists [2025-05-12T06:50:28.765Z] d5c6f17bd57a: Layer already exists [2025-05-12T06:50:28.765Z] a7523ad27fc1: Layer already exists [2025-05-12T06:50:28.765Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:28.765Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:28.765Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:28.765Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:28.765Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:29.032Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:29.394Z] + 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-12T06:50:29.891Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-05-12T06:50:29.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-05-12T06:50:29.891Z] a7523ad27fc1: Preparing [2025-05-12T06:50:29.891Z] 7a257624f8a1: Preparing [2025-05-12T06:50:29.891Z] 99b7993aa3c1: Preparing [2025-05-12T06:50:29.891Z] d5c6f17bd57a: Preparing [2025-05-12T06:50:29.891Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:29.891Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:29.891Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:29.891Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:29.891Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:29.891Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:29.891Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:29.891Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:29.891Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:50:29.891Z] d5c6f17bd57a: Layer already exists [2025-05-12T06:50:29.891Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:29.891Z] 7a257624f8a1: Layer already exists [2025-05-12T06:50:29.891Z] 99b7993aa3c1: Layer already exists [2025-05-12T06:50:29.891Z] a7523ad27fc1: Layer already exists [2025-05-12T06:50:29.891Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:29.891Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:29.891Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:29.891Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:29.906Z] main: digest: sha256:232c2ea5611e2540c9aa9a98105d597396761a93b68182d1fdd20f083d907ffd size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:50:29.973Z] ===================================================== [Pipeline] echo [2025-05-12T06:50:29.987Z] taggedImages: [2025-05-12T06:50:29.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:29.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-05-12T06:50:29.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 [2025-05-12T06:50:29.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:29.987Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-12T06:50:30.014Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-05-12T06:50:30.014Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:30.014Z] latest [2025-05-12T06:50:30.014Z] 4.1.0-dev.10 [2025-05-12T06:50:30.014Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:30.014Z] main [2025-05-12T06:50:30.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:30.375Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:30.725Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:30.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-12T06:50:30.726Z] 864a3f114976: Preparing [2025-05-12T06:50:30.726Z] 5df00d06b0a3: Preparing [2025-05-12T06:50:30.726Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:30.726Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:30.726Z] bb1a7d8afbb9: Preparing [2025-05-12T06:50:30.726Z] 415f553f0829: Preparing [2025-05-12T06:50:30.726Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:30.726Z] 415f553f0829: Waiting [2025-05-12T06:50:30.726Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:30.991Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:30.991Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:30.991Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:30.991Z] 864a3f114976: Pushed [2025-05-12T06:50:30.991Z] bb1a7d8afbb9: Pushed [2025-05-12T06:50:30.991Z] 415f553f0829: Pushed [2025-05-12T06:50:36.330Z] 5df00d06b0a3: Pushed [2025-05-12T06:50:36.330Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:36.687Z] + 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-12T06:50:37.050Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-12T06:50:37.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-12T06:50:37.050Z] 864a3f114976: Preparing [2025-05-12T06:50:37.050Z] 5df00d06b0a3: Preparing [2025-05-12T06:50:37.050Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:37.050Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:37.050Z] bb1a7d8afbb9: Preparing [2025-05-12T06:50:37.050Z] 415f553f0829: Preparing [2025-05-12T06:50:37.050Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:37.050Z] 415f553f0829: Waiting [2025-05-12T06:50:37.050Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:37.050Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:37.050Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:37.050Z] 5df00d06b0a3: Layer already exists [2025-05-12T06:50:37.050Z] 864a3f114976: Layer already exists [2025-05-12T06:50:37.050Z] bb1a7d8afbb9: Layer already exists [2025-05-12T06:50:37.050Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:37.050Z] 415f553f0829: Layer already exists [2025-05-12T06:50:37.315Z] latest: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:37.678Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:38.032Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 [2025-05-12T06:50:38.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-12T06:50:38.033Z] 864a3f114976: Preparing [2025-05-12T06:50:38.033Z] 5df00d06b0a3: Preparing [2025-05-12T06:50:38.033Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:38.033Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:38.033Z] bb1a7d8afbb9: Preparing [2025-05-12T06:50:38.033Z] 415f553f0829: Preparing [2025-05-12T06:50:38.033Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:38.033Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:38.033Z] 415f553f0829: Waiting [2025-05-12T06:50:38.033Z] bb1a7d8afbb9: Layer already exists [2025-05-12T06:50:38.033Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:38.033Z] 864a3f114976: Layer already exists [2025-05-12T06:50:38.033Z] 5df00d06b0a3: Layer already exists [2025-05-12T06:50:38.033Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:38.033Z] 415f553f0829: Layer already exists [2025-05-12T06:50:38.033Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:38.033Z] 4.1.0-dev.10: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:38.697Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:39.055Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:39.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-12T06:50:39.055Z] 864a3f114976: Preparing [2025-05-12T06:50:39.055Z] 5df00d06b0a3: Preparing [2025-05-12T06:50:39.055Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:39.055Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:39.055Z] bb1a7d8afbb9: Preparing [2025-05-12T06:50:39.055Z] 415f553f0829: Preparing [2025-05-12T06:50:39.055Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:39.055Z] 415f553f0829: Waiting [2025-05-12T06:50:39.055Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:39.055Z] 864a3f114976: Layer already exists [2025-05-12T06:50:39.055Z] 5df00d06b0a3: Layer already exists [2025-05-12T06:50:39.055Z] bb1a7d8afbb9: Layer already exists [2025-05-12T06:50:39.055Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:39.055Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:39.055Z] 415f553f0829: Layer already exists [2025-05-12T06:50:39.055Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:39.325Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:39.682Z] + 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-12T06:50:40.026Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-05-12T06:50:40.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-05-12T06:50:40.026Z] 864a3f114976: Preparing [2025-05-12T06:50:40.026Z] 5df00d06b0a3: Preparing [2025-05-12T06:50:40.026Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:40.026Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:40.026Z] bb1a7d8afbb9: Preparing [2025-05-12T06:50:40.026Z] 415f553f0829: Preparing [2025-05-12T06:50:40.026Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:40.026Z] 415f553f0829: Waiting [2025-05-12T06:50:40.026Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:40.026Z] 5df00d06b0a3: Layer already exists [2025-05-12T06:50:40.026Z] bb1a7d8afbb9: Layer already exists [2025-05-12T06:50:40.026Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:40.026Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:40.026Z] 864a3f114976: Layer already exists [2025-05-12T06:50:40.026Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:40.026Z] 415f553f0829: Layer already exists [2025-05-12T06:50:40.292Z] main: digest: sha256:5457410fc26ead5aa9aa9d57f2386b47c91f0515d996f0c6fb78af3364229140 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:50:40.367Z] ===================================================== [Pipeline] echo [2025-05-12T06:50:40.379Z] taggedImages: [2025-05-12T06:50:40.379Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:40.379Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-05-12T06:50:40.379Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 [2025-05-12T06:50:40.379Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:40.379Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-12T06:50:40.406Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-05-12T06:50:40.406Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:40.406Z] latest [2025-05-12T06:50:40.406Z] 4.1.0-dev.10 [2025-05-12T06:50:40.406Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:40.406Z] main [2025-05-12T06:50:40.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:40.777Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:41.139Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:41.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-12T06:50:41.139Z] 2926a04bc8a7: Preparing [2025-05-12T06:50:41.139Z] e6419a94512c: Preparing [2025-05-12T06:50:41.139Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:41.139Z] 44c7ab570abd: Preparing [2025-05-12T06:50:41.139Z] cd08a0070f11: Preparing [2025-05-12T06:50:41.139Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:41.139Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:41.406Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:41.406Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:41.406Z] cd08a0070f11: Pushed [2025-05-12T06:50:41.406Z] 44c7ab570abd: Pushed [2025-05-12T06:50:41.406Z] 2926a04bc8a7: Pushed [2025-05-12T06:50:46.734Z] e6419a94512c: Pushed [2025-05-12T06:50:46.734Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:47.097Z] + 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-12T06:50:47.447Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-12T06:50:47.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-12T06:50:47.447Z] 2926a04bc8a7: Preparing [2025-05-12T06:50:47.447Z] e6419a94512c: Preparing [2025-05-12T06:50:47.447Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:47.447Z] 44c7ab570abd: Preparing [2025-05-12T06:50:47.447Z] cd08a0070f11: Preparing [2025-05-12T06:50:47.447Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:47.447Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:47.447Z] 2926a04bc8a7: Layer already exists [2025-05-12T06:50:47.447Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:47.447Z] cd08a0070f11: Layer already exists [2025-05-12T06:50:47.447Z] e6419a94512c: Layer already exists [2025-05-12T06:50:47.447Z] 44c7ab570abd: Layer already exists [2025-05-12T06:50:47.447Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:47.711Z] latest: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:48.079Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:48.425Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 [2025-05-12T06:50:48.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-12T06:50:48.425Z] 2926a04bc8a7: Preparing [2025-05-12T06:50:48.425Z] e6419a94512c: Preparing [2025-05-12T06:50:48.425Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:48.425Z] 44c7ab570abd: Preparing [2025-05-12T06:50:48.425Z] cd08a0070f11: Preparing [2025-05-12T06:50:48.425Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:48.425Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:48.425Z] e6419a94512c: Layer already exists [2025-05-12T06:50:48.425Z] cd08a0070f11: Layer already exists [2025-05-12T06:50:48.425Z] 44c7ab570abd: Layer already exists [2025-05-12T06:50:48.425Z] 2926a04bc8a7: Layer already exists [2025-05-12T06:50:48.425Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:48.425Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:48.692Z] 4.1.0-dev.10: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:49.066Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:49.424Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:49.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-12T06:50:49.424Z] 2926a04bc8a7: Preparing [2025-05-12T06:50:49.424Z] e6419a94512c: Preparing [2025-05-12T06:50:49.424Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:49.424Z] 44c7ab570abd: Preparing [2025-05-12T06:50:49.424Z] cd08a0070f11: Preparing [2025-05-12T06:50:49.424Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:49.424Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:49.424Z] cd08a0070f11: Layer already exists [2025-05-12T06:50:49.424Z] 2926a04bc8a7: Layer already exists [2025-05-12T06:50:49.424Z] 44c7ab570abd: Layer already exists [2025-05-12T06:50:49.424Z] e6419a94512c: Layer already exists [2025-05-12T06:50:49.424Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:49.424Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:49.424Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:50.055Z] + 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-12T06:50:50.409Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-05-12T06:50:50.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-05-12T06:50:50.409Z] 2926a04bc8a7: Preparing [2025-05-12T06:50:50.409Z] e6419a94512c: Preparing [2025-05-12T06:50:50.409Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:50.409Z] 44c7ab570abd: Preparing [2025-05-12T06:50:50.409Z] cd08a0070f11: Preparing [2025-05-12T06:50:50.409Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:50.409Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:50.409Z] 44c7ab570abd: Layer already exists [2025-05-12T06:50:50.409Z] 2926a04bc8a7: Layer already exists [2025-05-12T06:50:50.409Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:50.409Z] cd08a0070f11: Layer already exists [2025-05-12T06:50:50.409Z] e6419a94512c: Layer already exists [2025-05-12T06:50:50.409Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:50.674Z] main: digest: sha256:149f53342d95abad5362c4f52da2588faeb14aced419814072c3110180381280 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:50:50.755Z] ===================================================== [Pipeline] echo [2025-05-12T06:50:50.773Z] taggedImages: [2025-05-12T06:50:50.773Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:50.773Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-05-12T06:50:50.773Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 [2025-05-12T06:50:50.773Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:50.773Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-12T06:50:50.803Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-05-12T06:50:50.803Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:50.803Z] latest [2025-05-12T06:50:50.803Z] 4.1.0-dev.10 [2025-05-12T06:50:50.803Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:50.803Z] main [2025-05-12T06:50:50.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:51.180Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:51.532Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:50:51.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-12T06:50:51.532Z] 81fa62adbcb0: Preparing [2025-05-12T06:50:51.532Z] 26fa93fc2e55: Preparing [2025-05-12T06:50:51.532Z] 417c04d8683f: Preparing [2025-05-12T06:50:51.532Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:51.532Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:51.532Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:51.532Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:51.532Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:51.532Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:51.532Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:51.532Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:51.798Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:51.798Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:51.798Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:51.798Z] 26fa93fc2e55: Pushed [2025-05-12T06:50:51.798Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:51.798Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:51.798Z] 81fa62adbcb0: Pushed [2025-05-12T06:50:57.119Z] 417c04d8683f: Pushed [2025-05-12T06:50:57.119Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:57.478Z] + 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-12T06:50:57.837Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-12T06:50:57.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-12T06:50:57.837Z] 81fa62adbcb0: Preparing [2025-05-12T06:50:57.837Z] 26fa93fc2e55: Preparing [2025-05-12T06:50:57.837Z] 417c04d8683f: Preparing [2025-05-12T06:50:57.837Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:57.837Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:57.837Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:57.837Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:57.837Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:57.837Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:57.837Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:57.837Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:57.837Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:57.837Z] 81fa62adbcb0: Layer already exists [2025-05-12T06:50:57.837Z] 26fa93fc2e55: Layer already exists [2025-05-12T06:50:57.837Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:57.837Z] 417c04d8683f: Layer already exists [2025-05-12T06:50:57.837Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:57.837Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:57.837Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:58.104Z] latest: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:58.462Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:58.818Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 [2025-05-12T06:50:58.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-12T06:50:58.819Z] 81fa62adbcb0: Preparing [2025-05-12T06:50:58.819Z] 26fa93fc2e55: Preparing [2025-05-12T06:50:58.819Z] 417c04d8683f: Preparing [2025-05-12T06:50:58.819Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:58.819Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:58.819Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:58.819Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:58.819Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:58.819Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:58.819Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:58.819Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:58.819Z] 417c04d8683f: Layer already exists [2025-05-12T06:50:58.819Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:58.819Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:58.819Z] 81fa62adbcb0: Layer already exists [2025-05-12T06:50:58.819Z] 26fa93fc2e55: Layer already exists [2025-05-12T06:50:58.819Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:58.819Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:58.819Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:50:59.088Z] 4.1.0-dev.10: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:59.454Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:50:59.809Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:50:59.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-12T06:50:59.810Z] 81fa62adbcb0: Preparing [2025-05-12T06:50:59.810Z] 26fa93fc2e55: Preparing [2025-05-12T06:50:59.810Z] 417c04d8683f: Preparing [2025-05-12T06:50:59.810Z] 1fa62648a2e3: Preparing [2025-05-12T06:50:59.810Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:50:59.810Z] 6c0fb9967f5c: Preparing [2025-05-12T06:50:59.810Z] 1a2d663b4c46: Preparing [2025-05-12T06:50:59.810Z] dd9c8f8612c8: Preparing [2025-05-12T06:50:59.810Z] 1a2d663b4c46: Waiting [2025-05-12T06:50:59.810Z] 6c0fb9967f5c: Waiting [2025-05-12T06:50:59.810Z] dd9c8f8612c8: Waiting [2025-05-12T06:50:59.810Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:50:59.810Z] 417c04d8683f: Layer already exists [2025-05-12T06:50:59.810Z] 26fa93fc2e55: Layer already exists [2025-05-12T06:50:59.810Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:50:59.810Z] 81fa62adbcb0: Layer already exists [2025-05-12T06:50:59.810Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:50:59.810Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:50:59.810Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:51:00.075Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:00.436Z] + 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-12T06:51:00.788Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-05-12T06:51:00.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-05-12T06:51:00.789Z] 81fa62adbcb0: Preparing [2025-05-12T06:51:00.789Z] 26fa93fc2e55: Preparing [2025-05-12T06:51:00.789Z] 417c04d8683f: Preparing [2025-05-12T06:51:00.789Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:00.789Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:00.789Z] 6c0fb9967f5c: Preparing [2025-05-12T06:51:00.789Z] 1a2d663b4c46: Preparing [2025-05-12T06:51:00.789Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:00.789Z] 1a2d663b4c46: Waiting [2025-05-12T06:51:00.789Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:00.789Z] 6c0fb9967f5c: Waiting [2025-05-12T06:51:00.789Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:00.789Z] 26fa93fc2e55: Layer already exists [2025-05-12T06:51:00.789Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:00.789Z] 417c04d8683f: Layer already exists [2025-05-12T06:51:00.789Z] 81fa62adbcb0: Layer already exists [2025-05-12T06:51:00.789Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:00.789Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:51:00.789Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:51:01.054Z] main: digest: sha256:e9de8e0c712044daa9aee5f5c5d1e714c92b0279699f32f168e08ea8e6b70186 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:51:01.128Z] ===================================================== [Pipeline] echo [2025-05-12T06:51:01.141Z] taggedImages: [2025-05-12T06:51:01.141Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:01.141Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-05-12T06:51:01.141Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 [2025-05-12T06:51:01.141Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:01.141Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-12T06:51:01.171Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-05-12T06:51:01.171Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:01.171Z] latest [2025-05-12T06:51:01.171Z] 4.1.0-dev.10 [2025-05-12T06:51:01.171Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:01.171Z] main [2025-05-12T06:51:01.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:01.561Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:01.929Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:01.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-12T06:51:01.929Z] b66c60c7df6f: Preparing [2025-05-12T06:51:01.929Z] df72d5e7e01d: Preparing [2025-05-12T06:51:01.929Z] 07163833b1a3: Preparing [2025-05-12T06:51:01.929Z] f447e5da3ad6: Preparing [2025-05-12T06:51:01.929Z] 31c81fb29c83: Preparing [2025-05-12T06:51:01.929Z] a78336c25dac: Preparing [2025-05-12T06:51:01.929Z] ec45575946f1: Preparing [2025-05-12T06:51:01.929Z] a78336c25dac: Waiting [2025-05-12T06:51:01.929Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:01.929Z] ec45575946f1: Waiting [2025-05-12T06:51:01.929Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:01.929Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:01.929Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:01.929Z] 890fa1706a06: Preparing [2025-05-12T06:51:01.929Z] 57068b21db84: Preparing [2025-05-12T06:51:01.929Z] 5f70bf18a086: Preparing [2025-05-12T06:51:01.929Z] 7002f9b2fb31: Preparing [2025-05-12T06:51:01.929Z] a59859aebdc7: Preparing [2025-05-12T06:51:01.929Z] 57068b21db84: Waiting [2025-05-12T06:51:01.929Z] 9a52320c1cbb: Preparing [2025-05-12T06:51:01.929Z] 5f70bf18a086: Waiting [2025-05-12T06:51:01.929Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:01.929Z] 7002f9b2fb31: Waiting [2025-05-12T06:51:01.929Z] a59859aebdc7: Waiting [2025-05-12T06:51:01.929Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:01.929Z] 9a52320c1cbb: Waiting [2025-05-12T06:51:01.929Z] 890fa1706a06: Waiting [2025-05-12T06:51:02.200Z] 31c81fb29c83: Pushed [2025-05-12T06:51:02.200Z] 07163833b1a3: Pushed [2025-05-12T06:51:02.200Z] f447e5da3ad6: Pushed [2025-05-12T06:51:02.200Z] df72d5e7e01d: Pushed [2025-05-12T06:51:02.200Z] b66c60c7df6f: Pushed [2025-05-12T06:51:02.200Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:02.200Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:02.200Z] a78336c25dac: Pushed [2025-05-12T06:51:02.200Z] 5f70bf18a086: Layer already exists [2025-05-12T06:51:02.466Z] 57068b21db84: Pushed [2025-05-12T06:51:02.466Z] 890fa1706a06: Pushed [2025-05-12T06:51:02.466Z] 7002f9b2fb31: Pushed [2025-05-12T06:51:02.466Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:02.466Z] a59859aebdc7: Pushed [2025-05-12T06:51:02.466Z] 9a52320c1cbb: Pushed [2025-05-12T06:51:05.037Z] ec45575946f1: Pushed [2025-05-12T06:51:05.304Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:05.668Z] + 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-12T06:51:06.015Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-12T06:51:06.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-12T06:51:06.015Z] b66c60c7df6f: Preparing [2025-05-12T06:51:06.015Z] df72d5e7e01d: Preparing [2025-05-12T06:51:06.015Z] 07163833b1a3: Preparing [2025-05-12T06:51:06.015Z] f447e5da3ad6: Preparing [2025-05-12T06:51:06.015Z] 31c81fb29c83: Preparing [2025-05-12T06:51:06.015Z] a78336c25dac: Preparing [2025-05-12T06:51:06.015Z] ec45575946f1: Preparing [2025-05-12T06:51:06.015Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:06.015Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:06.015Z] 890fa1706a06: Preparing [2025-05-12T06:51:06.015Z] 57068b21db84: Preparing [2025-05-12T06:51:06.015Z] 5f70bf18a086: Preparing [2025-05-12T06:51:06.015Z] 7002f9b2fb31: Preparing [2025-05-12T06:51:06.015Z] a59859aebdc7: Preparing [2025-05-12T06:51:06.015Z] 9a52320c1cbb: Preparing [2025-05-12T06:51:06.015Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:06.015Z] 5f70bf18a086: Waiting [2025-05-12T06:51:06.015Z] 7002f9b2fb31: Waiting [2025-05-12T06:51:06.015Z] a78336c25dac: Waiting [2025-05-12T06:51:06.015Z] a59859aebdc7: Waiting [2025-05-12T06:51:06.015Z] ec45575946f1: Waiting [2025-05-12T06:51:06.015Z] 9a52320c1cbb: Waiting [2025-05-12T06:51:06.015Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:06.015Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:06.015Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:06.015Z] 57068b21db84: Waiting [2025-05-12T06:51:06.015Z] b66c60c7df6f: Layer already exists [2025-05-12T06:51:06.015Z] 07163833b1a3: Layer already exists [2025-05-12T06:51:06.015Z] f447e5da3ad6: Layer already exists [2025-05-12T06:51:06.015Z] 31c81fb29c83: Layer already exists [2025-05-12T06:51:06.015Z] df72d5e7e01d: Layer already exists [2025-05-12T06:51:06.015Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:06.015Z] ec45575946f1: Layer already exists [2025-05-12T06:51:06.015Z] a78336c25dac: Layer already exists [2025-05-12T06:51:06.015Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:06.015Z] 890fa1706a06: Layer already exists [2025-05-12T06:51:06.015Z] 5f70bf18a086: Layer already exists [2025-05-12T06:51:06.015Z] 7002f9b2fb31: Layer already exists [2025-05-12T06:51:06.015Z] 57068b21db84: Layer already exists [2025-05-12T06:51:06.015Z] a59859aebdc7: Layer already exists [2025-05-12T06:51:06.015Z] 9a52320c1cbb: Layer already exists [2025-05-12T06:51:06.015Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:06.280Z] latest: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:06.634Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:06.986Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 [2025-05-12T06:51:06.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-12T06:51:06.986Z] b66c60c7df6f: Preparing [2025-05-12T06:51:06.986Z] df72d5e7e01d: Preparing [2025-05-12T06:51:06.986Z] 07163833b1a3: Preparing [2025-05-12T06:51:06.986Z] f447e5da3ad6: Preparing [2025-05-12T06:51:06.986Z] 31c81fb29c83: Preparing [2025-05-12T06:51:06.986Z] a78336c25dac: Preparing [2025-05-12T06:51:06.986Z] ec45575946f1: Preparing [2025-05-12T06:51:06.986Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:06.986Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:06.986Z] 890fa1706a06: Preparing [2025-05-12T06:51:06.986Z] 57068b21db84: Preparing [2025-05-12T06:51:06.986Z] 5f70bf18a086: Preparing [2025-05-12T06:51:06.986Z] 7002f9b2fb31: Preparing [2025-05-12T06:51:06.986Z] a59859aebdc7: Preparing [2025-05-12T06:51:06.986Z] 9a52320c1cbb: Preparing [2025-05-12T06:51:06.986Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:06.986Z] 890fa1706a06: Waiting [2025-05-12T06:51:06.986Z] 57068b21db84: Waiting [2025-05-12T06:51:06.986Z] 5f70bf18a086: Waiting [2025-05-12T06:51:06.986Z] 7002f9b2fb31: Waiting [2025-05-12T06:51:06.986Z] a59859aebdc7: Waiting [2025-05-12T06:51:06.986Z] 9a52320c1cbb: Waiting [2025-05-12T06:51:06.986Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:06.986Z] a78336c25dac: Waiting [2025-05-12T06:51:06.986Z] ec45575946f1: Waiting [2025-05-12T06:51:06.987Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:06.987Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:06.987Z] df72d5e7e01d: Layer already exists [2025-05-12T06:51:06.987Z] 31c81fb29c83: Layer already exists [2025-05-12T06:51:06.987Z] f447e5da3ad6: Layer already exists [2025-05-12T06:51:06.987Z] 07163833b1a3: Layer already exists [2025-05-12T06:51:06.987Z] b66c60c7df6f: Layer already exists [2025-05-12T06:51:06.987Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:06.987Z] a78336c25dac: Layer already exists [2025-05-12T06:51:06.987Z] ec45575946f1: Layer already exists [2025-05-12T06:51:06.987Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:06.987Z] 890fa1706a06: Layer already exists [2025-05-12T06:51:06.987Z] 57068b21db84: Layer already exists [2025-05-12T06:51:06.987Z] 5f70bf18a086: Layer already exists [2025-05-12T06:51:06.987Z] a59859aebdc7: Layer already exists [2025-05-12T06:51:06.987Z] 9a52320c1cbb: Layer already exists [2025-05-12T06:51:06.987Z] 7002f9b2fb31: Layer already exists [2025-05-12T06:51:06.987Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:07.256Z] 4.1.0-dev.10: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:07.621Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:07.976Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:07.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-12T06:51:07.976Z] b66c60c7df6f: Preparing [2025-05-12T06:51:07.976Z] df72d5e7e01d: Preparing [2025-05-12T06:51:07.976Z] 07163833b1a3: Preparing [2025-05-12T06:51:07.976Z] f447e5da3ad6: Preparing [2025-05-12T06:51:07.976Z] 31c81fb29c83: Preparing [2025-05-12T06:51:07.976Z] a78336c25dac: Preparing [2025-05-12T06:51:07.976Z] ec45575946f1: Preparing [2025-05-12T06:51:07.976Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:07.976Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:07.976Z] 890fa1706a06: Preparing [2025-05-12T06:51:07.976Z] 57068b21db84: Preparing [2025-05-12T06:51:07.976Z] 5f70bf18a086: Preparing [2025-05-12T06:51:07.976Z] 7002f9b2fb31: Preparing [2025-05-12T06:51:07.976Z] a59859aebdc7: Preparing [2025-05-12T06:51:07.976Z] 9a52320c1cbb: Preparing [2025-05-12T06:51:07.976Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:07.976Z] ec45575946f1: Waiting [2025-05-12T06:51:07.976Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:07.976Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:07.976Z] 890fa1706a06: Waiting [2025-05-12T06:51:07.976Z] 57068b21db84: Waiting [2025-05-12T06:51:07.976Z] 5f70bf18a086: Waiting [2025-05-12T06:51:07.976Z] 7002f9b2fb31: Waiting [2025-05-12T06:51:07.976Z] a59859aebdc7: Waiting [2025-05-12T06:51:07.976Z] 9a52320c1cbb: Waiting [2025-05-12T06:51:07.976Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:07.976Z] a78336c25dac: Waiting [2025-05-12T06:51:07.976Z] f447e5da3ad6: Layer already exists [2025-05-12T06:51:07.976Z] 07163833b1a3: Layer already exists [2025-05-12T06:51:07.976Z] df72d5e7e01d: Layer already exists [2025-05-12T06:51:07.976Z] 31c81fb29c83: Layer already exists [2025-05-12T06:51:07.976Z] b66c60c7df6f: Layer already exists [2025-05-12T06:51:07.976Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:07.976Z] a78336c25dac: Layer already exists [2025-05-12T06:51:07.976Z] ec45575946f1: Layer already exists [2025-05-12T06:51:07.976Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:07.976Z] 890fa1706a06: Layer already exists [2025-05-12T06:51:07.976Z] 5f70bf18a086: Layer already exists [2025-05-12T06:51:07.976Z] 57068b21db84: Layer already exists [2025-05-12T06:51:07.976Z] 7002f9b2fb31: Layer already exists [2025-05-12T06:51:07.976Z] a59859aebdc7: Layer already exists [2025-05-12T06:51:07.976Z] 9a52320c1cbb: Layer already exists [2025-05-12T06:51:07.976Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:08.241Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:08.592Z] + 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-12T06:51:08.949Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-05-12T06:51:08.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-05-12T06:51:08.950Z] b66c60c7df6f: Preparing [2025-05-12T06:51:08.950Z] df72d5e7e01d: Preparing [2025-05-12T06:51:08.950Z] 07163833b1a3: Preparing [2025-05-12T06:51:08.950Z] f447e5da3ad6: Preparing [2025-05-12T06:51:08.950Z] 31c81fb29c83: Preparing [2025-05-12T06:51:08.950Z] a78336c25dac: Preparing [2025-05-12T06:51:08.950Z] ec45575946f1: Preparing [2025-05-12T06:51:08.950Z] a78336c25dac: Waiting [2025-05-12T06:51:08.950Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:08.950Z] ec45575946f1: Waiting [2025-05-12T06:51:08.950Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:08.950Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:08.950Z] 890fa1706a06: Preparing [2025-05-12T06:51:08.950Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:08.950Z] 57068b21db84: Preparing [2025-05-12T06:51:08.950Z] 890fa1706a06: Waiting [2025-05-12T06:51:08.950Z] 5f70bf18a086: Preparing [2025-05-12T06:51:08.950Z] 57068b21db84: Waiting [2025-05-12T06:51:08.950Z] 7002f9b2fb31: Preparing [2025-05-12T06:51:08.950Z] 5f70bf18a086: Waiting [2025-05-12T06:51:08.950Z] a59859aebdc7: Preparing [2025-05-12T06:51:08.950Z] 9a52320c1cbb: Preparing [2025-05-12T06:51:08.950Z] a59859aebdc7: Waiting [2025-05-12T06:51:08.950Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:08.950Z] 9a52320c1cbb: Waiting [2025-05-12T06:51:08.950Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:08.950Z] b66c60c7df6f: Layer already exists [2025-05-12T06:51:08.950Z] 07163833b1a3: Layer already exists [2025-05-12T06:51:08.950Z] df72d5e7e01d: Layer already exists [2025-05-12T06:51:08.950Z] f447e5da3ad6: Layer already exists [2025-05-12T06:51:08.950Z] 31c81fb29c83: Layer already exists [2025-05-12T06:51:08.950Z] ec45575946f1: Layer already exists [2025-05-12T06:51:08.950Z] a78336c25dac: Layer already exists [2025-05-12T06:51:08.950Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:08.950Z] 890fa1706a06: Layer already exists [2025-05-12T06:51:08.950Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:08.950Z] 5f70bf18a086: Layer already exists [2025-05-12T06:51:08.950Z] a59859aebdc7: Layer already exists [2025-05-12T06:51:08.950Z] 57068b21db84: Layer already exists [2025-05-12T06:51:08.950Z] 7002f9b2fb31: Layer already exists [2025-05-12T06:51:08.950Z] 9a52320c1cbb: Layer already exists [2025-05-12T06:51:09.216Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:09.216Z] main: digest: sha256:025e26b28f29d5538ef753480821e0d27296b6004224f11da1b6bb398c0e4b32 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:51:09.299Z] ===================================================== [Pipeline] echo [2025-05-12T06:51:09.313Z] taggedImages: [2025-05-12T06:51:09.313Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:09.313Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-05-12T06:51:09.313Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 [2025-05-12T06:51:09.313Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:09.313Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-12T06:51:09.340Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-05-12T06:51:09.340Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:09.340Z] latest [2025-05-12T06:51:09.340Z] 4.1.0-dev.10 [2025-05-12T06:51:09.340Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:09.340Z] main [2025-05-12T06:51:09.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:09.717Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:10.086Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:10.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-12T06:51:10.086Z] 69d00312e89f: Preparing [2025-05-12T06:51:10.086Z] 2805092236b3: Preparing [2025-05-12T06:51:10.086Z] 8703a8362b2c: Preparing [2025-05-12T06:51:10.086Z] f6768c18e08f: Preparing [2025-05-12T06:51:10.086Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:10.086Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:10.086Z] 6c0fb9967f5c: Preparing [2025-05-12T06:51:10.086Z] 1a2d663b4c46: Preparing [2025-05-12T06:51:10.086Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:10.086Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:10.086Z] 6c0fb9967f5c: Waiting [2025-05-12T06:51:10.086Z] 1a2d663b4c46: Waiting [2025-05-12T06:51:10.086Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:10.352Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:10.352Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:10.352Z] 2805092236b3: Pushed [2025-05-12T06:51:10.352Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:51:10.352Z] 69d00312e89f: Pushed [2025-05-12T06:51:10.352Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:51:10.352Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:10.352Z] 8703a8362b2c: Pushed [2025-05-12T06:51:15.685Z] f6768c18e08f: Pushed [2025-05-12T06:51:15.685Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:16.050Z] + 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-12T06:51:16.406Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-12T06:51:16.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-12T06:51:16.406Z] 69d00312e89f: Preparing [2025-05-12T06:51:16.406Z] 2805092236b3: Preparing [2025-05-12T06:51:16.406Z] 8703a8362b2c: Preparing [2025-05-12T06:51:16.406Z] f6768c18e08f: Preparing [2025-05-12T06:51:16.406Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:16.406Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:16.406Z] 6c0fb9967f5c: Preparing [2025-05-12T06:51:16.406Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:16.406Z] 1a2d663b4c46: Preparing [2025-05-12T06:51:16.406Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:16.406Z] 6c0fb9967f5c: Waiting [2025-05-12T06:51:16.406Z] 1a2d663b4c46: Waiting [2025-05-12T06:51:16.406Z] 8703a8362b2c: Layer already exists [2025-05-12T06:51:16.406Z] f6768c18e08f: Layer already exists [2025-05-12T06:51:16.406Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:16.406Z] 2805092236b3: Layer already exists [2025-05-12T06:51:16.406Z] 69d00312e89f: Layer already exists [2025-05-12T06:51:16.406Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:16.406Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:51:16.406Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:51:16.406Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:16.673Z] latest: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:17.035Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:17.389Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 [2025-05-12T06:51:17.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-12T06:51:17.389Z] 69d00312e89f: Preparing [2025-05-12T06:51:17.389Z] 2805092236b3: Preparing [2025-05-12T06:51:17.389Z] 8703a8362b2c: Preparing [2025-05-12T06:51:17.389Z] f6768c18e08f: Preparing [2025-05-12T06:51:17.389Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:17.389Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:17.389Z] 6c0fb9967f5c: Preparing [2025-05-12T06:51:17.389Z] 1a2d663b4c46: Preparing [2025-05-12T06:51:17.389Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:17.389Z] 6c0fb9967f5c: Waiting [2025-05-12T06:51:17.389Z] 1a2d663b4c46: Waiting [2025-05-12T06:51:17.389Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:17.389Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:17.389Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:17.389Z] 2805092236b3: Layer already exists [2025-05-12T06:51:17.389Z] 8703a8362b2c: Layer already exists [2025-05-12T06:51:17.389Z] f6768c18e08f: Layer already exists [2025-05-12T06:51:17.389Z] 69d00312e89f: Layer already exists [2025-05-12T06:51:17.389Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:17.389Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:51:17.389Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:51:17.389Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:17.654Z] 4.1.0-dev.10: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:18.014Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:18.369Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:18.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-12T06:51:18.369Z] 69d00312e89f: Preparing [2025-05-12T06:51:18.369Z] 2805092236b3: Preparing [2025-05-12T06:51:18.369Z] 8703a8362b2c: Preparing [2025-05-12T06:51:18.369Z] f6768c18e08f: Preparing [2025-05-12T06:51:18.369Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:18.369Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:18.369Z] 6c0fb9967f5c: Preparing [2025-05-12T06:51:18.369Z] 1a2d663b4c46: Preparing [2025-05-12T06:51:18.369Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:18.369Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:18.369Z] 1a2d663b4c46: Waiting [2025-05-12T06:51:18.369Z] 6c0fb9967f5c: Waiting [2025-05-12T06:51:18.369Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:18.369Z] f6768c18e08f: Layer already exists [2025-05-12T06:51:18.369Z] 2805092236b3: Layer already exists [2025-05-12T06:51:18.369Z] 69d00312e89f: Layer already exists [2025-05-12T06:51:18.369Z] 8703a8362b2c: Layer already exists [2025-05-12T06:51:18.369Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:18.369Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:51:18.369Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:51:18.369Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:18.369Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:18.636Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:18.985Z] + 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-12T06:51:19.457Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-05-12T06:51:19.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-05-12T06:51:19.457Z] 69d00312e89f: Preparing [2025-05-12T06:51:19.457Z] 2805092236b3: Preparing [2025-05-12T06:51:19.457Z] 8703a8362b2c: Preparing [2025-05-12T06:51:19.457Z] f6768c18e08f: Preparing [2025-05-12T06:51:19.457Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:19.457Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:19.457Z] 6c0fb9967f5c: Preparing [2025-05-12T06:51:19.457Z] 1a2d663b4c46: Preparing [2025-05-12T06:51:19.457Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:19.457Z] 6c0fb9967f5c: Waiting [2025-05-12T06:51:19.457Z] 1a2d663b4c46: Waiting [2025-05-12T06:51:19.457Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:19.457Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:19.457Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:19.457Z] 2805092236b3: Layer already exists [2025-05-12T06:51:19.457Z] f6768c18e08f: Layer already exists [2025-05-12T06:51:19.457Z] 8703a8362b2c: Layer already exists [2025-05-12T06:51:19.457Z] 69d00312e89f: Layer already exists [2025-05-12T06:51:19.457Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:19.457Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:19.457Z] 6c0fb9967f5c: Layer already exists [2025-05-12T06:51:19.457Z] 1a2d663b4c46: Layer already exists [2025-05-12T06:51:19.723Z] main: digest: sha256:cdf655fc62a61e7bcade71235ecac0a67d8dd72c49726cb478bd9a39547947cb size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:51:19.802Z] ===================================================== [Pipeline] echo [2025-05-12T06:51:19.818Z] taggedImages: [2025-05-12T06:51:19.818Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:19.818Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-05-12T06:51:19.818Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 [2025-05-12T06:51:19.818Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:19.818Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-12T06:51:19.851Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-05-12T06:51:19.851Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:19.851Z] latest [2025-05-12T06:51:19.851Z] 4.1.0-dev.10 [2025-05-12T06:51:19.851Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:19.851Z] main [2025-05-12T06:51:19.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:20.238Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:20.586Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:20.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-12T06:51:20.586Z] 437973393a87: Preparing [2025-05-12T06:51:20.586Z] 4aea57e69e7d: Preparing [2025-05-12T06:51:20.586Z] f53587f51d97: Preparing [2025-05-12T06:51:20.586Z] 77222d25df1a: Preparing [2025-05-12T06:51:20.586Z] 8315dad0673a: Preparing [2025-05-12T06:51:20.586Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:20.586Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:20.586Z] 775096679993: Preparing [2025-05-12T06:51:20.586Z] 5bb3098870ff: Preparing [2025-05-12T06:51:20.586Z] f1b99a24b350: Preparing [2025-05-12T06:51:20.586Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:20.586Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:20.586Z] 775096679993: Waiting [2025-05-12T06:51:20.586Z] 5bb3098870ff: Waiting [2025-05-12T06:51:20.586Z] f1b99a24b350: Waiting [2025-05-12T06:51:20.586Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:20.586Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:20.853Z] 4aea57e69e7d: Pushed [2025-05-12T06:51:20.853Z] 8315dad0673a: Pushed [2025-05-12T06:51:20.853Z] 77222d25df1a: Pushed [2025-05-12T06:51:20.853Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:20.853Z] 437973393a87: Pushed [2025-05-12T06:51:20.853Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:20.853Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:20.853Z] 775096679993: Pushed [2025-05-12T06:51:20.853Z] 5bb3098870ff: Pushed [2025-05-12T06:51:24.197Z] f1b99a24b350: Pushed [2025-05-12T06:51:25.159Z] f53587f51d97: Pushed [2025-05-12T06:51:25.159Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:25.520Z] + 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-12T06:51:25.875Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-12T06:51:25.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-12T06:51:25.876Z] 437973393a87: Preparing [2025-05-12T06:51:25.876Z] 4aea57e69e7d: Preparing [2025-05-12T06:51:25.876Z] f53587f51d97: Preparing [2025-05-12T06:51:25.876Z] 77222d25df1a: Preparing [2025-05-12T06:51:25.876Z] 8315dad0673a: Preparing [2025-05-12T06:51:25.876Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:25.876Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:25.876Z] 775096679993: Preparing [2025-05-12T06:51:25.876Z] 5bb3098870ff: Preparing [2025-05-12T06:51:25.876Z] f1b99a24b350: Preparing [2025-05-12T06:51:25.876Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:25.876Z] 775096679993: Waiting [2025-05-12T06:51:25.876Z] 5bb3098870ff: Waiting [2025-05-12T06:51:25.876Z] f1b99a24b350: Waiting [2025-05-12T06:51:25.876Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:25.876Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:25.876Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:25.876Z] f53587f51d97: Layer already exists [2025-05-12T06:51:25.876Z] 4aea57e69e7d: Layer already exists [2025-05-12T06:51:25.876Z] 77222d25df1a: Layer already exists [2025-05-12T06:51:25.876Z] 437973393a87: Layer already exists [2025-05-12T06:51:25.876Z] 8315dad0673a: Layer already exists [2025-05-12T06:51:25.876Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:25.876Z] 775096679993: Layer already exists [2025-05-12T06:51:25.876Z] f1b99a24b350: Layer already exists [2025-05-12T06:51:25.876Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:25.876Z] 5bb3098870ff: Layer already exists [2025-05-12T06:51:25.876Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:26.143Z] latest: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:26.497Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:26.860Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 [2025-05-12T06:51:26.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-12T06:51:26.860Z] 437973393a87: Preparing [2025-05-12T06:51:26.860Z] 4aea57e69e7d: Preparing [2025-05-12T06:51:26.860Z] f53587f51d97: Preparing [2025-05-12T06:51:26.860Z] 77222d25df1a: Preparing [2025-05-12T06:51:26.860Z] 8315dad0673a: Preparing [2025-05-12T06:51:26.860Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:26.860Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:26.860Z] 775096679993: Preparing [2025-05-12T06:51:26.860Z] 5bb3098870ff: Preparing [2025-05-12T06:51:26.860Z] f1b99a24b350: Preparing [2025-05-12T06:51:26.860Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:26.860Z] 775096679993: Waiting [2025-05-12T06:51:26.860Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:26.860Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:26.860Z] 5bb3098870ff: Waiting [2025-05-12T06:51:26.860Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:26.860Z] f1b99a24b350: Waiting [2025-05-12T06:51:26.860Z] 8315dad0673a: Layer already exists [2025-05-12T06:51:26.860Z] 77222d25df1a: Layer already exists [2025-05-12T06:51:26.860Z] 4aea57e69e7d: Layer already exists [2025-05-12T06:51:26.860Z] 437973393a87: Layer already exists [2025-05-12T06:51:26.860Z] f53587f51d97: Layer already exists [2025-05-12T06:51:26.860Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:26.860Z] 775096679993: Layer already exists [2025-05-12T06:51:26.860Z] 5bb3098870ff: Layer already exists [2025-05-12T06:51:26.860Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:26.860Z] f1b99a24b350: Layer already exists [2025-05-12T06:51:26.860Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:27.127Z] 4.1.0-dev.10: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:27.541Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:27.936Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:27.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-12T06:51:27.936Z] 437973393a87: Preparing [2025-05-12T06:51:27.936Z] 4aea57e69e7d: Preparing [2025-05-12T06:51:27.936Z] f53587f51d97: Preparing [2025-05-12T06:51:27.936Z] 77222d25df1a: Preparing [2025-05-12T06:51:27.936Z] 8315dad0673a: Preparing [2025-05-12T06:51:27.936Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:27.936Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:27.936Z] 775096679993: Preparing [2025-05-12T06:51:27.936Z] 5bb3098870ff: Preparing [2025-05-12T06:51:27.936Z] f1b99a24b350: Preparing [2025-05-12T06:51:27.936Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:27.936Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:27.936Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:27.936Z] 5bb3098870ff: Waiting [2025-05-12T06:51:27.936Z] 775096679993: Waiting [2025-05-12T06:51:27.936Z] f1b99a24b350: Waiting [2025-05-12T06:51:27.936Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:27.936Z] 437973393a87: Layer already exists [2025-05-12T06:51:27.936Z] 77222d25df1a: Layer already exists [2025-05-12T06:51:27.936Z] 4aea57e69e7d: Layer already exists [2025-05-12T06:51:27.936Z] f53587f51d97: Layer already exists [2025-05-12T06:51:27.936Z] 8315dad0673a: Layer already exists [2025-05-12T06:51:27.936Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:27.936Z] 5bb3098870ff: Layer already exists [2025-05-12T06:51:27.936Z] f1b99a24b350: Layer already exists [2025-05-12T06:51:27.936Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:27.936Z] 775096679993: Layer already exists [2025-05-12T06:51:27.936Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:28.207Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:28.569Z] + 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-12T06:51:28.933Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-05-12T06:51:28.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-05-12T06:51:28.933Z] 437973393a87: Preparing [2025-05-12T06:51:28.933Z] 4aea57e69e7d: Preparing [2025-05-12T06:51:28.933Z] f53587f51d97: Preparing [2025-05-12T06:51:28.933Z] 77222d25df1a: Preparing [2025-05-12T06:51:28.933Z] 8315dad0673a: Preparing [2025-05-12T06:51:28.933Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:28.933Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:28.933Z] 775096679993: Preparing [2025-05-12T06:51:28.933Z] 5bb3098870ff: Preparing [2025-05-12T06:51:28.933Z] f1b99a24b350: Preparing [2025-05-12T06:51:28.933Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:28.933Z] 775096679993: Waiting [2025-05-12T06:51:28.933Z] 5bb3098870ff: Waiting [2025-05-12T06:51:28.933Z] f1b99a24b350: Waiting [2025-05-12T06:51:28.933Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:28.933Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:28.933Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:28.933Z] 77222d25df1a: Layer already exists [2025-05-12T06:51:28.933Z] f53587f51d97: Layer already exists [2025-05-12T06:51:28.933Z] 437973393a87: Layer already exists [2025-05-12T06:51:28.933Z] 4aea57e69e7d: Layer already exists [2025-05-12T06:51:28.933Z] 8315dad0673a: Layer already exists [2025-05-12T06:51:28.933Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:28.933Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:28.933Z] 5bb3098870ff: Layer already exists [2025-05-12T06:51:28.933Z] 775096679993: Layer already exists [2025-05-12T06:51:28.933Z] f1b99a24b350: Layer already exists [2025-05-12T06:51:28.933Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:29.203Z] main: digest: sha256:000f6b98b6e9954bb57e42a5d34a62a95426b32ef8712f4233d4b8109058bf0b size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:51:29.272Z] ===================================================== [Pipeline] echo [2025-05-12T06:51:29.286Z] taggedImages: [2025-05-12T06:51:29.286Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:29.286Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-05-12T06:51:29.286Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 [2025-05-12T06:51:29.286Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:29.286Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-12T06:51:29.315Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-05-12T06:51:29.315Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:29.315Z] latest [2025-05-12T06:51:29.315Z] 4.1.0-dev.10 [2025-05-12T06:51:29.315Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:29.315Z] main [2025-05-12T06:51:29.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:29.690Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:30.051Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:30.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-12T06:51:30.051Z] 9ef14262787b: Preparing [2025-05-12T06:51:30.051Z] ef28d98a3590: Preparing [2025-05-12T06:51:30.051Z] f0610535b5df: Preparing [2025-05-12T06:51:30.051Z] d33f8279c5d5: Preparing [2025-05-12T06:51:30.051Z] 34fc50f0a204: Preparing [2025-05-12T06:51:30.051Z] 7e8b6a117ca7: Preparing [2025-05-12T06:51:30.051Z] bc49bb45affb: Preparing [2025-05-12T06:51:30.051Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:30.051Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:30.051Z] a891b7e73749: Preparing [2025-05-12T06:51:30.051Z] 002959cfabed: Preparing [2025-05-12T06:51:30.051Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:30.051Z] bc49bb45affb: Waiting [2025-05-12T06:51:30.051Z] a891b7e73749: Waiting [2025-05-12T06:51:30.051Z] 002959cfabed: Waiting [2025-05-12T06:51:30.051Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:30.051Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:30.051Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:30.316Z] 34fc50f0a204: Pushed [2025-05-12T06:51:30.316Z] 9ef14262787b: Pushed [2025-05-12T06:51:30.316Z] ef28d98a3590: Pushed [2025-05-12T06:51:30.316Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:30.583Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:30.583Z] 7e8b6a117ca7: Pushed [2025-05-12T06:51:30.583Z] bc49bb45affb: Pushed [2025-05-12T06:51:30.583Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:30.583Z] a891b7e73749: Pushed [2025-05-12T06:51:33.918Z] 002959cfabed: Pushed [2025-05-12T06:51:34.498Z] d33f8279c5d5: Pushed [2025-05-12T06:51:37.072Z] f0610535b5df: Pushed [2025-05-12T06:51:37.073Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:37.432Z] + 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-12T06:51:37.777Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-12T06:51:37.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-12T06:51:37.777Z] 9ef14262787b: Preparing [2025-05-12T06:51:37.777Z] ef28d98a3590: Preparing [2025-05-12T06:51:37.777Z] f0610535b5df: Preparing [2025-05-12T06:51:37.777Z] d33f8279c5d5: Preparing [2025-05-12T06:51:37.777Z] 34fc50f0a204: Preparing [2025-05-12T06:51:37.777Z] 7e8b6a117ca7: Preparing [2025-05-12T06:51:37.777Z] bc49bb45affb: Preparing [2025-05-12T06:51:37.777Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:37.777Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:37.777Z] a891b7e73749: Preparing [2025-05-12T06:51:37.777Z] 002959cfabed: Preparing [2025-05-12T06:51:37.777Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:37.777Z] 7e8b6a117ca7: Waiting [2025-05-12T06:51:37.777Z] bc49bb45affb: Waiting [2025-05-12T06:51:37.777Z] a891b7e73749: Waiting [2025-05-12T06:51:37.777Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:37.777Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:37.777Z] 002959cfabed: Waiting [2025-05-12T06:51:37.777Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:37.777Z] ef28d98a3590: Layer already exists [2025-05-12T06:51:37.777Z] f0610535b5df: Layer already exists [2025-05-12T06:51:37.777Z] 9ef14262787b: Layer already exists [2025-05-12T06:51:37.777Z] d33f8279c5d5: Layer already exists [2025-05-12T06:51:37.777Z] 34fc50f0a204: Layer already exists [2025-05-12T06:51:37.777Z] bc49bb45affb: Layer already exists [2025-05-12T06:51:37.777Z] 7e8b6a117ca7: Layer already exists [2025-05-12T06:51:37.777Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:37.777Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:37.777Z] a891b7e73749: Layer already exists [2025-05-12T06:51:37.777Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:37.777Z] 002959cfabed: Layer already exists [2025-05-12T06:51:38.043Z] latest: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:38.399Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:39.028Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 [2025-05-12T06:51:39.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-12T06:51:39.028Z] 9ef14262787b: Preparing [2025-05-12T06:51:39.028Z] ef28d98a3590: Preparing [2025-05-12T06:51:39.028Z] f0610535b5df: Preparing [2025-05-12T06:51:39.028Z] d33f8279c5d5: Preparing [2025-05-12T06:51:39.028Z] 34fc50f0a204: Preparing [2025-05-12T06:51:39.028Z] 7e8b6a117ca7: Preparing [2025-05-12T06:51:39.028Z] bc49bb45affb: Preparing [2025-05-12T06:51:39.028Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:39.028Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:39.028Z] a891b7e73749: Preparing [2025-05-12T06:51:39.028Z] 002959cfabed: Preparing [2025-05-12T06:51:39.028Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:39.028Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:39.028Z] a891b7e73749: Waiting [2025-05-12T06:51:39.028Z] 002959cfabed: Waiting [2025-05-12T06:51:39.028Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:39.028Z] 7e8b6a117ca7: Waiting [2025-05-12T06:51:39.028Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:39.028Z] bc49bb45affb: Waiting [2025-05-12T06:51:39.028Z] 34fc50f0a204: Layer already exists [2025-05-12T06:51:39.028Z] f0610535b5df: Layer already exists [2025-05-12T06:51:39.028Z] d33f8279c5d5: Layer already exists [2025-05-12T06:51:39.028Z] 9ef14262787b: Layer already exists [2025-05-12T06:51:39.028Z] ef28d98a3590: Layer already exists [2025-05-12T06:51:39.028Z] bc49bb45affb: Layer already exists [2025-05-12T06:51:39.028Z] 7e8b6a117ca7: Layer already exists [2025-05-12T06:51:39.028Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:39.028Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:39.028Z] a891b7e73749: Layer already exists [2025-05-12T06:51:39.028Z] 002959cfabed: Layer already exists [2025-05-12T06:51:39.028Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:39.294Z] 4.1.0-dev.10: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:39.653Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:40.005Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:40.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-12T06:51:40.005Z] 9ef14262787b: Preparing [2025-05-12T06:51:40.005Z] ef28d98a3590: Preparing [2025-05-12T06:51:40.005Z] f0610535b5df: Preparing [2025-05-12T06:51:40.005Z] d33f8279c5d5: Preparing [2025-05-12T06:51:40.005Z] 34fc50f0a204: Preparing [2025-05-12T06:51:40.005Z] 7e8b6a117ca7: Preparing [2025-05-12T06:51:40.005Z] bc49bb45affb: Preparing [2025-05-12T06:51:40.005Z] 7e8b6a117ca7: Waiting [2025-05-12T06:51:40.005Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:40.005Z] bc49bb45affb: Waiting [2025-05-12T06:51:40.005Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:40.005Z] a891b7e73749: Preparing [2025-05-12T06:51:40.005Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:40.005Z] 002959cfabed: Preparing [2025-05-12T06:51:40.005Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:40.005Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:40.005Z] a891b7e73749: Waiting [2025-05-12T06:51:40.005Z] 002959cfabed: Waiting [2025-05-12T06:51:40.005Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:40.005Z] d33f8279c5d5: Layer already exists [2025-05-12T06:51:40.005Z] 9ef14262787b: Layer already exists [2025-05-12T06:51:40.005Z] 34fc50f0a204: Layer already exists [2025-05-12T06:51:40.005Z] ef28d98a3590: Layer already exists [2025-05-12T06:51:40.005Z] f0610535b5df: Layer already exists [2025-05-12T06:51:40.005Z] bc49bb45affb: Layer already exists [2025-05-12T06:51:40.005Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:40.005Z] 7e8b6a117ca7: Layer already exists [2025-05-12T06:51:40.005Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:40.005Z] a891b7e73749: Layer already exists [2025-05-12T06:51:40.005Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:40.005Z] 002959cfabed: Layer already exists [2025-05-12T06:51:40.272Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:40.635Z] + 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-12T06:51:40.986Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-05-12T06:51:40.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-05-12T06:51:40.986Z] 9ef14262787b: Preparing [2025-05-12T06:51:40.986Z] ef28d98a3590: Preparing [2025-05-12T06:51:40.986Z] f0610535b5df: Preparing [2025-05-12T06:51:40.986Z] d33f8279c5d5: Preparing [2025-05-12T06:51:40.986Z] 34fc50f0a204: Preparing [2025-05-12T06:51:40.986Z] 7e8b6a117ca7: Preparing [2025-05-12T06:51:40.986Z] bc49bb45affb: Preparing [2025-05-12T06:51:40.986Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:40.986Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:40.986Z] a891b7e73749: Preparing [2025-05-12T06:51:40.986Z] 002959cfabed: Preparing [2025-05-12T06:51:40.986Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:40.986Z] 1fa62648a2e3: Waiting [2025-05-12T06:51:40.986Z] 7b3e4d35cc5b: Waiting [2025-05-12T06:51:40.986Z] a891b7e73749: Waiting [2025-05-12T06:51:40.986Z] 002959cfabed: Waiting [2025-05-12T06:51:40.986Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:40.986Z] 7e8b6a117ca7: Waiting [2025-05-12T06:51:40.986Z] bc49bb45affb: Waiting [2025-05-12T06:51:40.986Z] d33f8279c5d5: Layer already exists [2025-05-12T06:51:40.986Z] f0610535b5df: Layer already exists [2025-05-12T06:51:40.986Z] 9ef14262787b: Layer already exists [2025-05-12T06:51:40.986Z] 34fc50f0a204: Layer already exists [2025-05-12T06:51:40.986Z] ef28d98a3590: Layer already exists [2025-05-12T06:51:40.986Z] bc49bb45affb: Layer already exists [2025-05-12T06:51:40.986Z] 7e8b6a117ca7: Layer already exists [2025-05-12T06:51:40.986Z] a891b7e73749: Layer already exists [2025-05-12T06:51:40.986Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:40.986Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:40.986Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:40.986Z] 002959cfabed: Layer already exists [2025-05-12T06:51:41.251Z] main: digest: sha256:50d7a8f6e4501454638158caba356388e96c79e2d59034dcf98da7304b46423b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:51:41.338Z] ===================================================== [Pipeline] echo [2025-05-12T06:51:41.349Z] taggedImages: [2025-05-12T06:51:41.349Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:41.349Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-05-12T06:51:41.349Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 [2025-05-12T06:51:41.349Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:41.349Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-12T06:51:41.375Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-05-12T06:51:41.375Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:41.375Z] latest [2025-05-12T06:51:41.375Z] 4.1.0-dev.10 [2025-05-12T06:51:41.375Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:41.375Z] main [2025-05-12T06:51:41.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:41.737Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:42.092Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:42.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-12T06:51:42.093Z] ae74ccf428f8: Preparing [2025-05-12T06:51:42.093Z] d307e474e3e7: Preparing [2025-05-12T06:51:42.093Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:42.093Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:42.093Z] a844ed4bc220: Preparing [2025-05-12T06:51:42.093Z] 74b48d98a2b2: Preparing [2025-05-12T06:51:42.093Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:42.093Z] 74b48d98a2b2: Waiting [2025-05-12T06:51:42.093Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:42.093Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:42.360Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:42.360Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:42.360Z] a844ed4bc220: Pushed [2025-05-12T06:51:42.360Z] ae74ccf428f8: Pushed [2025-05-12T06:51:44.301Z] 74b48d98a2b2: Pushed [2025-05-12T06:51:49.634Z] d307e474e3e7: Pushed [2025-05-12T06:51:49.634Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:49.991Z] + 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-12T06:51:50.344Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-12T06:51:50.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-12T06:51:50.344Z] ae74ccf428f8: Preparing [2025-05-12T06:51:50.344Z] d307e474e3e7: Preparing [2025-05-12T06:51:50.344Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:50.344Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:50.344Z] a844ed4bc220: Preparing [2025-05-12T06:51:50.344Z] 74b48d98a2b2: Preparing [2025-05-12T06:51:50.344Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:50.344Z] 74b48d98a2b2: Waiting [2025-05-12T06:51:50.344Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:50.344Z] ae74ccf428f8: Layer already exists [2025-05-12T06:51:50.344Z] a844ed4bc220: Layer already exists [2025-05-12T06:51:50.344Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:50.344Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:50.344Z] d307e474e3e7: Layer already exists [2025-05-12T06:51:50.344Z] 74b48d98a2b2: Layer already exists [2025-05-12T06:51:50.344Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:50.608Z] latest: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:50.963Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:51.320Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 [2025-05-12T06:51:51.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-12T06:51:51.320Z] ae74ccf428f8: Preparing [2025-05-12T06:51:51.320Z] d307e474e3e7: Preparing [2025-05-12T06:51:51.320Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:51.320Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:51.321Z] a844ed4bc220: Preparing [2025-05-12T06:51:51.321Z] 74b48d98a2b2: Preparing [2025-05-12T06:51:51.321Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:51.321Z] 74b48d98a2b2: Waiting [2025-05-12T06:51:51.321Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:51.321Z] a844ed4bc220: Layer already exists [2025-05-12T06:51:51.321Z] d307e474e3e7: Layer already exists [2025-05-12T06:51:51.321Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:51.321Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:51.321Z] ae74ccf428f8: Layer already exists [2025-05-12T06:51:51.321Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:51.321Z] 74b48d98a2b2: Layer already exists [2025-05-12T06:51:51.587Z] 4.1.0-dev.10: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:51.950Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:52.296Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:52.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-12T06:51:52.296Z] ae74ccf428f8: Preparing [2025-05-12T06:51:52.296Z] d307e474e3e7: Preparing [2025-05-12T06:51:52.296Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:52.296Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:52.296Z] a844ed4bc220: Preparing [2025-05-12T06:51:52.296Z] 74b48d98a2b2: Preparing [2025-05-12T06:51:52.296Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:52.296Z] 74b48d98a2b2: Waiting [2025-05-12T06:51:52.296Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:52.296Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:52.296Z] a844ed4bc220: Layer already exists [2025-05-12T06:51:52.296Z] ae74ccf428f8: Layer already exists [2025-05-12T06:51:52.296Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:52.296Z] d307e474e3e7: Layer already exists [2025-05-12T06:51:52.296Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:52.296Z] 74b48d98a2b2: Layer already exists [2025-05-12T06:51:52.562Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:52.915Z] + 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-12T06:51:53.271Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-05-12T06:51:53.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-05-12T06:51:53.271Z] ae74ccf428f8: Preparing [2025-05-12T06:51:53.271Z] d307e474e3e7: Preparing [2025-05-12T06:51:53.271Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:53.271Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:53.271Z] a844ed4bc220: Preparing [2025-05-12T06:51:53.271Z] 74b48d98a2b2: Preparing [2025-05-12T06:51:53.271Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:53.271Z] 74b48d98a2b2: Waiting [2025-05-12T06:51:53.271Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:53.271Z] a844ed4bc220: Layer already exists [2025-05-12T06:51:53.271Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:53.271Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:53.271Z] d307e474e3e7: Layer already exists [2025-05-12T06:51:53.271Z] ae74ccf428f8: Layer already exists [2025-05-12T06:51:53.271Z] 74b48d98a2b2: Layer already exists [2025-05-12T06:51:53.271Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:53.538Z] main: digest: sha256:e9e36c6375f1883bfdfff09b33ce0f99369f7952d5f87502648d9e1e3ca437fc size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:51:53.616Z] ===================================================== [Pipeline] echo [2025-05-12T06:51:53.630Z] taggedImages: [2025-05-12T06:51:53.630Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:53.630Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-05-12T06:51:53.630Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 [2025-05-12T06:51:53.630Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:53.630Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-12T06:51:53.661Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-05-12T06:51:53.661Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:53.661Z] latest [2025-05-12T06:51:53.661Z] 4.1.0-dev.10 [2025-05-12T06:51:53.661Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:51:53.661Z] main [2025-05-12T06:51:53.661Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:54.031Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:51:54.379Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:51:54.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-12T06:51:54.379Z] 3b3f51a52abf: Preparing [2025-05-12T06:51:54.379Z] 0b62a5392e08: Preparing [2025-05-12T06:51:54.379Z] df6d3ae238c6: Preparing [2025-05-12T06:51:54.379Z] 1fa62648a2e3: Preparing [2025-05-12T06:51:54.379Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:51:54.379Z] 69b96bb89c0b: Preparing [2025-05-12T06:51:54.379Z] a0ddd386d342: Preparing [2025-05-12T06:51:54.379Z] f969152c0701: Preparing [2025-05-12T06:51:54.379Z] 31cc9627ce84: Preparing [2025-05-12T06:51:54.379Z] dd9c8f8612c8: Preparing [2025-05-12T06:51:54.379Z] 69b96bb89c0b: Waiting [2025-05-12T06:51:54.379Z] a0ddd386d342: Waiting [2025-05-12T06:51:54.379Z] 31cc9627ce84: Waiting [2025-05-12T06:51:54.379Z] dd9c8f8612c8: Waiting [2025-05-12T06:51:54.379Z] f969152c0701: Waiting [2025-05-12T06:51:54.647Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:51:54.647Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:51:54.647Z] 0b62a5392e08: Pushed [2025-05-12T06:51:54.647Z] df6d3ae238c6: Pushed [2025-05-12T06:51:54.647Z] 3b3f51a52abf: Pushed [2025-05-12T06:51:54.647Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:51:54.647Z] f969152c0701: Pushed [2025-05-12T06:51:55.603Z] 31cc9627ce84: Pushed [2025-05-12T06:52:05.658Z] a0ddd386d342: Pushed [2025-05-12T06:52:20.635Z] 69b96bb89c0b: Pushed [2025-05-12T06:52:20.635Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:20.990Z] + 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-12T06:52:21.346Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-12T06:52:21.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-12T06:52:21.346Z] 3b3f51a52abf: Preparing [2025-05-12T06:52:21.346Z] 0b62a5392e08: Preparing [2025-05-12T06:52:21.346Z] df6d3ae238c6: Preparing [2025-05-12T06:52:21.346Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:21.346Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:21.346Z] 69b96bb89c0b: Preparing [2025-05-12T06:52:21.346Z] a0ddd386d342: Preparing [2025-05-12T06:52:21.346Z] f969152c0701: Preparing [2025-05-12T06:52:21.346Z] 31cc9627ce84: Preparing [2025-05-12T06:52:21.346Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:21.346Z] a0ddd386d342: Waiting [2025-05-12T06:52:21.346Z] 31cc9627ce84: Waiting [2025-05-12T06:52:21.346Z] f969152c0701: Waiting [2025-05-12T06:52:21.346Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:21.346Z] 69b96bb89c0b: Waiting [2025-05-12T06:52:21.346Z] df6d3ae238c6: Layer already exists [2025-05-12T06:52:21.346Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:21.346Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:21.346Z] 3b3f51a52abf: Layer already exists [2025-05-12T06:52:21.346Z] 0b62a5392e08: Layer already exists [2025-05-12T06:52:21.346Z] 69b96bb89c0b: Layer already exists [2025-05-12T06:52:21.346Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:21.346Z] f969152c0701: Layer already exists [2025-05-12T06:52:21.346Z] a0ddd386d342: Layer already exists [2025-05-12T06:52:21.346Z] 31cc9627ce84: Layer already exists [2025-05-12T06:52:21.612Z] latest: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:21.972Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:22.330Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 [2025-05-12T06:52:22.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-12T06:52:22.330Z] 3b3f51a52abf: Preparing [2025-05-12T06:52:22.330Z] 0b62a5392e08: Preparing [2025-05-12T06:52:22.330Z] df6d3ae238c6: Preparing [2025-05-12T06:52:22.330Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:22.330Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:22.330Z] 69b96bb89c0b: Preparing [2025-05-12T06:52:22.330Z] a0ddd386d342: Preparing [2025-05-12T06:52:22.330Z] f969152c0701: Preparing [2025-05-12T06:52:22.330Z] 31cc9627ce84: Preparing [2025-05-12T06:52:22.330Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:22.330Z] 69b96bb89c0b: Waiting [2025-05-12T06:52:22.330Z] f969152c0701: Waiting [2025-05-12T06:52:22.330Z] a0ddd386d342: Waiting [2025-05-12T06:52:22.330Z] 31cc9627ce84: Waiting [2025-05-12T06:52:22.330Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:22.330Z] 3b3f51a52abf: Layer already exists [2025-05-12T06:52:22.330Z] 0b62a5392e08: Layer already exists [2025-05-12T06:52:22.330Z] df6d3ae238c6: Layer already exists [2025-05-12T06:52:22.330Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:22.330Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:22.330Z] f969152c0701: Layer already exists [2025-05-12T06:52:22.330Z] 69b96bb89c0b: Layer already exists [2025-05-12T06:52:22.330Z] a0ddd386d342: Layer already exists [2025-05-12T06:52:22.330Z] 31cc9627ce84: Layer already exists [2025-05-12T06:52:22.330Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:22.596Z] 4.1.0-dev.10: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:22.954Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:23.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:52:23.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-12T06:52:23.304Z] 3b3f51a52abf: Preparing [2025-05-12T06:52:23.304Z] 0b62a5392e08: Preparing [2025-05-12T06:52:23.304Z] df6d3ae238c6: Preparing [2025-05-12T06:52:23.304Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:23.304Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:23.304Z] 69b96bb89c0b: Preparing [2025-05-12T06:52:23.304Z] a0ddd386d342: Preparing [2025-05-12T06:52:23.304Z] f969152c0701: Preparing [2025-05-12T06:52:23.304Z] 31cc9627ce84: Preparing [2025-05-12T06:52:23.304Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:23.304Z] a0ddd386d342: Waiting [2025-05-12T06:52:23.304Z] f969152c0701: Waiting [2025-05-12T06:52:23.304Z] 31cc9627ce84: Waiting [2025-05-12T06:52:23.304Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:23.304Z] 69b96bb89c0b: Waiting [2025-05-12T06:52:23.304Z] df6d3ae238c6: Layer already exists [2025-05-12T06:52:23.304Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:23.304Z] 0b62a5392e08: Layer already exists [2025-05-12T06:52:23.304Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:23.304Z] 3b3f51a52abf: Layer already exists [2025-05-12T06:52:23.304Z] 69b96bb89c0b: Layer already exists [2025-05-12T06:52:23.304Z] a0ddd386d342: Layer already exists [2025-05-12T06:52:23.304Z] 31cc9627ce84: Layer already exists [2025-05-12T06:52:23.304Z] f969152c0701: Layer already exists [2025-05-12T06:52:23.304Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:23.569Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:23.921Z] + 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-12T06:52:24.276Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-05-12T06:52:24.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-05-12T06:52:24.276Z] 3b3f51a52abf: Preparing [2025-05-12T06:52:24.276Z] 0b62a5392e08: Preparing [2025-05-12T06:52:24.276Z] df6d3ae238c6: Preparing [2025-05-12T06:52:24.276Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:24.276Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:24.276Z] 69b96bb89c0b: Preparing [2025-05-12T06:52:24.276Z] a0ddd386d342: Preparing [2025-05-12T06:52:24.276Z] f969152c0701: Preparing [2025-05-12T06:52:24.276Z] 31cc9627ce84: Preparing [2025-05-12T06:52:24.276Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:24.276Z] a0ddd386d342: Waiting [2025-05-12T06:52:24.276Z] f969152c0701: Waiting [2025-05-12T06:52:24.276Z] 31cc9627ce84: Waiting [2025-05-12T06:52:24.276Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:24.276Z] 69b96bb89c0b: Waiting [2025-05-12T06:52:24.276Z] 3b3f51a52abf: Layer already exists [2025-05-12T06:52:24.276Z] df6d3ae238c6: Layer already exists [2025-05-12T06:52:24.276Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:24.276Z] 0b62a5392e08: Layer already exists [2025-05-12T06:52:24.276Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:24.276Z] f969152c0701: Layer already exists [2025-05-12T06:52:24.276Z] 69b96bb89c0b: Layer already exists [2025-05-12T06:52:24.276Z] 31cc9627ce84: Layer already exists [2025-05-12T06:52:24.276Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:24.276Z] a0ddd386d342: Layer already exists [2025-05-12T06:52:24.542Z] main: digest: sha256:c4bfb23c6718e8c6d2dddbf932aa7655faad1bd899ffbb92616bf224e2c489a3 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:52:24.619Z] ===================================================== [Pipeline] echo [2025-05-12T06:52:24.633Z] taggedImages: [2025-05-12T06:52:24.633Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:52:24.633Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-05-12T06:52:24.633Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 [2025-05-12T06:52:24.633Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:52:24.633Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-12T06:52:24.660Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-05-12T06:52:24.660Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:52:24.660Z] latest [2025-05-12T06:52:24.660Z] 4.1.0-dev.10 [2025-05-12T06:52:24.660Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:52:24.660Z] main [2025-05-12T06:52:24.660Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:25.045Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:25.401Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:52:25.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-12T06:52:25.401Z] 3af549d83a42: Preparing [2025-05-12T06:52:25.401Z] c1f507cc3bcc: Preparing [2025-05-12T06:52:25.401Z] f94fb1a20bf3: Preparing [2025-05-12T06:52:25.401Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:25.401Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:25.401Z] ba2963ccaef8: Preparing [2025-05-12T06:52:25.401Z] 0a72c5f94623: Preparing [2025-05-12T06:52:25.401Z] 341580cb7bc1: Preparing [2025-05-12T06:52:25.401Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:25.401Z] ba2963ccaef8: Waiting [2025-05-12T06:52:25.401Z] 0a72c5f94623: Waiting [2025-05-12T06:52:25.401Z] 341580cb7bc1: Waiting [2025-05-12T06:52:25.401Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:25.401Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:25.668Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:25.668Z] f94fb1a20bf3: Pushed [2025-05-12T06:52:25.668Z] c1f507cc3bcc: Pushed [2025-05-12T06:52:25.668Z] 0a72c5f94623: Pushed [2025-05-12T06:52:25.668Z] 3af549d83a42: Pushed [2025-05-12T06:52:25.668Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:26.250Z] 341580cb7bc1: Pushed [2025-05-12T06:52:52.908Z] ba2963ccaef8: Pushed [2025-05-12T06:52:52.908Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:53.252Z] + 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-12T06:52:53.595Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-12T06:52:53.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-12T06:52:53.595Z] 3af549d83a42: Preparing [2025-05-12T06:52:53.595Z] c1f507cc3bcc: Preparing [2025-05-12T06:52:53.595Z] f94fb1a20bf3: Preparing [2025-05-12T06:52:53.595Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:53.595Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:53.595Z] ba2963ccaef8: Preparing [2025-05-12T06:52:53.595Z] 0a72c5f94623: Preparing [2025-05-12T06:52:53.595Z] 341580cb7bc1: Preparing [2025-05-12T06:52:53.595Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:53.595Z] ba2963ccaef8: Waiting [2025-05-12T06:52:53.595Z] 0a72c5f94623: Waiting [2025-05-12T06:52:53.595Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:53.595Z] 341580cb7bc1: Waiting [2025-05-12T06:52:53.595Z] c1f507cc3bcc: Layer already exists [2025-05-12T06:52:53.595Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:53.595Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:53.595Z] f94fb1a20bf3: Layer already exists [2025-05-12T06:52:53.595Z] 3af549d83a42: Layer already exists [2025-05-12T06:52:53.595Z] ba2963ccaef8: Layer already exists [2025-05-12T06:52:53.595Z] 0a72c5f94623: Layer already exists [2025-05-12T06:52:53.595Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:53.595Z] 341580cb7bc1: Layer already exists [2025-05-12T06:52:53.595Z] latest: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:54.213Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:54.576Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 [2025-05-12T06:52:54.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-12T06:52:54.576Z] 3af549d83a42: Preparing [2025-05-12T06:52:54.576Z] c1f507cc3bcc: Preparing [2025-05-12T06:52:54.576Z] f94fb1a20bf3: Preparing [2025-05-12T06:52:54.576Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:54.576Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:54.576Z] ba2963ccaef8: Preparing [2025-05-12T06:52:54.576Z] 0a72c5f94623: Preparing [2025-05-12T06:52:54.576Z] 341580cb7bc1: Preparing [2025-05-12T06:52:54.576Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:54.576Z] 0a72c5f94623: Waiting [2025-05-12T06:52:54.576Z] 341580cb7bc1: Waiting [2025-05-12T06:52:54.576Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:54.576Z] ba2963ccaef8: Waiting [2025-05-12T06:52:54.576Z] f94fb1a20bf3: Layer already exists [2025-05-12T06:52:54.576Z] c1f507cc3bcc: Layer already exists [2025-05-12T06:52:54.576Z] 3af549d83a42: Layer already exists [2025-05-12T06:52:54.576Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:54.576Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:54.576Z] ba2963ccaef8: Layer already exists [2025-05-12T06:52:54.576Z] 341580cb7bc1: Layer already exists [2025-05-12T06:52:54.576Z] 0a72c5f94623: Layer already exists [2025-05-12T06:52:54.576Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:54.842Z] 4.1.0-dev.10: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:55.201Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:55.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:52:55.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-12T06:52:55.545Z] 3af549d83a42: Preparing [2025-05-12T06:52:55.545Z] c1f507cc3bcc: Preparing [2025-05-12T06:52:55.545Z] f94fb1a20bf3: Preparing [2025-05-12T06:52:55.545Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:55.545Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:55.545Z] ba2963ccaef8: Preparing [2025-05-12T06:52:55.545Z] 0a72c5f94623: Preparing [2025-05-12T06:52:55.545Z] 341580cb7bc1: Preparing [2025-05-12T06:52:55.545Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:55.545Z] ba2963ccaef8: Waiting [2025-05-12T06:52:55.545Z] 0a72c5f94623: Waiting [2025-05-12T06:52:55.545Z] 341580cb7bc1: Waiting [2025-05-12T06:52:55.545Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:55.545Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:55.545Z] 3af549d83a42: Layer already exists [2025-05-12T06:52:55.545Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:55.545Z] c1f507cc3bcc: Layer already exists [2025-05-12T06:52:55.545Z] f94fb1a20bf3: Layer already exists [2025-05-12T06:52:55.545Z] ba2963ccaef8: Layer already exists [2025-05-12T06:52:55.545Z] 341580cb7bc1: Layer already exists [2025-05-12T06:52:55.545Z] 0a72c5f94623: Layer already exists [2025-05-12T06:52:55.545Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:55.810Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:56.159Z] + 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-12T06:52:56.505Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-05-12T06:52:56.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-05-12T06:52:56.505Z] 3af549d83a42: Preparing [2025-05-12T06:52:56.505Z] c1f507cc3bcc: Preparing [2025-05-12T06:52:56.505Z] f94fb1a20bf3: Preparing [2025-05-12T06:52:56.505Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:56.505Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:56.505Z] ba2963ccaef8: Preparing [2025-05-12T06:52:56.505Z] 0a72c5f94623: Preparing [2025-05-12T06:52:56.505Z] 341580cb7bc1: Preparing [2025-05-12T06:52:56.505Z] ba2963ccaef8: Waiting [2025-05-12T06:52:56.505Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:56.505Z] 0a72c5f94623: Waiting [2025-05-12T06:52:56.505Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:56.505Z] 341580cb7bc1: Waiting [2025-05-12T06:52:56.505Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:56.505Z] 3af549d83a42: Layer already exists [2025-05-12T06:52:56.505Z] f94fb1a20bf3: Layer already exists [2025-05-12T06:52:56.505Z] c1f507cc3bcc: Layer already exists [2025-05-12T06:52:56.505Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:56.505Z] 0a72c5f94623: Layer already exists [2025-05-12T06:52:56.505Z] ba2963ccaef8: Layer already exists [2025-05-12T06:52:56.505Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:56.505Z] 341580cb7bc1: Layer already exists [2025-05-12T06:52:56.770Z] main: digest: sha256:a065f2c4b7648018aea8068a4afd796c5616a67738a769c7eed57193a68007bb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:52:56.849Z] ===================================================== [Pipeline] echo [2025-05-12T06:52:56.865Z] taggedImages: [2025-05-12T06:52:56.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:52:56.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-05-12T06:52:56.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 [2025-05-12T06:52:56.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:52:56.865Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-12T06:52:56.896Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-05-12T06:52:56.896Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:52:56.896Z] latest [2025-05-12T06:52:56.896Z] 4.1.0-dev.10 [2025-05-12T06:52:56.896Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:52:56.896Z] main [2025-05-12T06:52:56.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:57.264Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:57.686Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:52:57.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-12T06:52:57.687Z] 70ecbc049459: Preparing [2025-05-12T06:52:57.687Z] 2b2be5e72645: Preparing [2025-05-12T06:52:57.687Z] c38e3e4d576f: Preparing [2025-05-12T06:52:57.687Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:57.687Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:57.687Z] ba2963ccaef8: Preparing [2025-05-12T06:52:57.687Z] f969152c0701: Preparing [2025-05-12T06:52:57.687Z] ba2963ccaef8: Waiting [2025-05-12T06:52:57.687Z] 31cc9627ce84: Preparing [2025-05-12T06:52:57.687Z] f969152c0701: Waiting [2025-05-12T06:52:57.687Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:57.687Z] 31cc9627ce84: Waiting [2025-05-12T06:52:57.687Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:57.687Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:57.957Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:57.957Z] ba2963ccaef8: Layer already exists [2025-05-12T06:52:57.957Z] f969152c0701: Layer already exists [2025-05-12T06:52:57.957Z] 31cc9627ce84: Layer already exists [2025-05-12T06:52:57.957Z] c38e3e4d576f: Pushed [2025-05-12T06:52:57.957Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:57.957Z] 70ecbc049459: Pushed [2025-05-12T06:52:57.957Z] 2b2be5e72645: Pushed [2025-05-12T06:52:57.957Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:58.590Z] + 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-12T06:52:58.947Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-12T06:52:58.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-12T06:52:58.947Z] 70ecbc049459: Preparing [2025-05-12T06:52:58.947Z] 2b2be5e72645: Preparing [2025-05-12T06:52:58.947Z] c38e3e4d576f: Preparing [2025-05-12T06:52:58.947Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:58.947Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:58.947Z] ba2963ccaef8: Preparing [2025-05-12T06:52:58.947Z] f969152c0701: Preparing [2025-05-12T06:52:58.947Z] ba2963ccaef8: Waiting [2025-05-12T06:52:58.947Z] 31cc9627ce84: Preparing [2025-05-12T06:52:58.947Z] f969152c0701: Waiting [2025-05-12T06:52:58.947Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:58.947Z] 31cc9627ce84: Waiting [2025-05-12T06:52:58.947Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:58.947Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:58.947Z] 70ecbc049459: Layer already exists [2025-05-12T06:52:58.947Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:58.947Z] c38e3e4d576f: Layer already exists [2025-05-12T06:52:58.947Z] 2b2be5e72645: Layer already exists [2025-05-12T06:52:58.947Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:58.947Z] ba2963ccaef8: Layer already exists [2025-05-12T06:52:58.947Z] 31cc9627ce84: Layer already exists [2025-05-12T06:52:58.947Z] f969152c0701: Layer already exists [2025-05-12T06:52:59.214Z] latest: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:59.556Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:52:59.904Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 [2025-05-12T06:52:59.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-12T06:52:59.904Z] 70ecbc049459: Preparing [2025-05-12T06:52:59.904Z] 2b2be5e72645: Preparing [2025-05-12T06:52:59.904Z] c38e3e4d576f: Preparing [2025-05-12T06:52:59.904Z] 1fa62648a2e3: Preparing [2025-05-12T06:52:59.904Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:52:59.904Z] ba2963ccaef8: Preparing [2025-05-12T06:52:59.904Z] f969152c0701: Preparing [2025-05-12T06:52:59.904Z] ba2963ccaef8: Waiting [2025-05-12T06:52:59.904Z] 31cc9627ce84: Preparing [2025-05-12T06:52:59.904Z] f969152c0701: Waiting [2025-05-12T06:52:59.904Z] 31cc9627ce84: Waiting [2025-05-12T06:52:59.904Z] dd9c8f8612c8: Preparing [2025-05-12T06:52:59.904Z] dd9c8f8612c8: Waiting [2025-05-12T06:52:59.904Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:52:59.904Z] 2b2be5e72645: Layer already exists [2025-05-12T06:52:59.904Z] c38e3e4d576f: Layer already exists [2025-05-12T06:52:59.904Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:52:59.904Z] 70ecbc049459: Layer already exists [2025-05-12T06:52:59.904Z] f969152c0701: Layer already exists [2025-05-12T06:52:59.904Z] ba2963ccaef8: Layer already exists [2025-05-12T06:52:59.904Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:52:59.904Z] 31cc9627ce84: Layer already exists [2025-05-12T06:52:59.904Z] 4.1.0-dev.10: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:00.520Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:00.856Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:00.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-12T06:53:00.856Z] 70ecbc049459: Preparing [2025-05-12T06:53:00.856Z] 2b2be5e72645: Preparing [2025-05-12T06:53:00.856Z] c38e3e4d576f: Preparing [2025-05-12T06:53:00.856Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:00.856Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:00.856Z] ba2963ccaef8: Preparing [2025-05-12T06:53:00.856Z] f969152c0701: Preparing [2025-05-12T06:53:00.856Z] 31cc9627ce84: Preparing [2025-05-12T06:53:00.856Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:00.856Z] f969152c0701: Waiting [2025-05-12T06:53:00.856Z] 31cc9627ce84: Waiting [2025-05-12T06:53:00.856Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:00.856Z] ba2963ccaef8: Waiting [2025-05-12T06:53:00.856Z] c38e3e4d576f: Layer already exists [2025-05-12T06:53:00.856Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:00.856Z] 2b2be5e72645: Layer already exists [2025-05-12T06:53:00.856Z] 70ecbc049459: Layer already exists [2025-05-12T06:53:00.856Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:00.856Z] ba2963ccaef8: Layer already exists [2025-05-12T06:53:00.856Z] 31cc9627ce84: Layer already exists [2025-05-12T06:53:00.856Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:00.856Z] f969152c0701: Layer already exists [2025-05-12T06:53:00.856Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:01.203Z] + 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-12T06:53:01.545Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-05-12T06:53:01.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-05-12T06:53:01.546Z] 70ecbc049459: Preparing [2025-05-12T06:53:01.546Z] 2b2be5e72645: Preparing [2025-05-12T06:53:01.546Z] c38e3e4d576f: Preparing [2025-05-12T06:53:01.546Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:01.546Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:01.546Z] ba2963ccaef8: Preparing [2025-05-12T06:53:01.546Z] f969152c0701: Preparing [2025-05-12T06:53:01.546Z] 31cc9627ce84: Preparing [2025-05-12T06:53:01.546Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:01.546Z] ba2963ccaef8: Waiting [2025-05-12T06:53:01.546Z] f969152c0701: Waiting [2025-05-12T06:53:01.546Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:01.546Z] 31cc9627ce84: Waiting [2025-05-12T06:53:01.546Z] 2b2be5e72645: Layer already exists [2025-05-12T06:53:01.546Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:01.546Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:01.546Z] 70ecbc049459: Layer already exists [2025-05-12T06:53:01.546Z] c38e3e4d576f: Layer already exists [2025-05-12T06:53:01.546Z] f969152c0701: Layer already exists [2025-05-12T06:53:01.546Z] 31cc9627ce84: Layer already exists [2025-05-12T06:53:01.546Z] ba2963ccaef8: Layer already exists [2025-05-12T06:53:01.546Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:01.809Z] main: digest: sha256:bd7de4468046b0b206498d7430a9be8826b1ad8188b15f4546fd8932d955a7c6 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:53:01.883Z] ===================================================== [Pipeline] echo [2025-05-12T06:53:01.902Z] taggedImages: [2025-05-12T06:53:01.902Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:53:01.902Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-05-12T06:53:01.902Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 [2025-05-12T06:53:01.902Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:01.902Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-12T06:53:01.935Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-05-12T06:53:01.935Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:53:01.935Z] latest [2025-05-12T06:53:01.935Z] 4.1.0-dev.10 [2025-05-12T06:53:01.935Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:01.935Z] main [2025-05-12T06:53:01.935Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:02.302Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:02.656Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:53:02.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-12T06:53:02.656Z] 917977315e43: Preparing [2025-05-12T06:53:02.656Z] 4fd4e0657791: Preparing [2025-05-12T06:53:02.656Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:02.656Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:02.656Z] e1eae1d1caab: Preparing [2025-05-12T06:53:02.656Z] b323f6a6a5b6: Preparing [2025-05-12T06:53:02.656Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:02.656Z] b323f6a6a5b6: Waiting [2025-05-12T06:53:02.656Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:02.923Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:02.923Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:02.923Z] e1eae1d1caab: Pushed [2025-05-12T06:53:02.923Z] 917977315e43: Pushed [2025-05-12T06:53:04.324Z] b323f6a6a5b6: Pushed [2025-05-12T06:53:10.958Z] 4fd4e0657791: Pushed [2025-05-12T06:53:10.958Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:11.306Z] + 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-12T06:53:11.661Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-12T06:53:11.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-12T06:53:11.661Z] 917977315e43: Preparing [2025-05-12T06:53:11.661Z] 4fd4e0657791: Preparing [2025-05-12T06:53:11.661Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:11.661Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:11.661Z] e1eae1d1caab: Preparing [2025-05-12T06:53:11.661Z] b323f6a6a5b6: Preparing [2025-05-12T06:53:11.661Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:11.661Z] b323f6a6a5b6: Waiting [2025-05-12T06:53:11.661Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:11.661Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:11.661Z] 917977315e43: Layer already exists [2025-05-12T06:53:11.661Z] 4fd4e0657791: Layer already exists [2025-05-12T06:53:11.661Z] e1eae1d1caab: Layer already exists [2025-05-12T06:53:11.661Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:11.661Z] b323f6a6a5b6: Layer already exists [2025-05-12T06:53:11.661Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:11.926Z] latest: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:12.280Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:12.624Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 [2025-05-12T06:53:12.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-12T06:53:12.624Z] 917977315e43: Preparing [2025-05-12T06:53:12.624Z] 4fd4e0657791: Preparing [2025-05-12T06:53:12.624Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:12.624Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:12.624Z] e1eae1d1caab: Preparing [2025-05-12T06:53:12.624Z] b323f6a6a5b6: Preparing [2025-05-12T06:53:12.624Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:12.624Z] b323f6a6a5b6: Waiting [2025-05-12T06:53:12.624Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:12.624Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:12.624Z] e1eae1d1caab: Layer already exists [2025-05-12T06:53:12.624Z] 4fd4e0657791: Layer already exists [2025-05-12T06:53:12.624Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:12.624Z] 917977315e43: Layer already exists [2025-05-12T06:53:12.624Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:12.624Z] b323f6a6a5b6: Layer already exists [2025-05-12T06:53:12.624Z] 4.1.0-dev.10: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:13.236Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:13.591Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:13.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-12T06:53:13.591Z] 917977315e43: Preparing [2025-05-12T06:53:13.591Z] 4fd4e0657791: Preparing [2025-05-12T06:53:13.591Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:13.591Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:13.591Z] e1eae1d1caab: Preparing [2025-05-12T06:53:13.591Z] b323f6a6a5b6: Preparing [2025-05-12T06:53:13.591Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:13.591Z] b323f6a6a5b6: Waiting [2025-05-12T06:53:13.591Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:13.591Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:13.591Z] 4fd4e0657791: Layer already exists [2025-05-12T06:53:13.591Z] 917977315e43: Layer already exists [2025-05-12T06:53:13.591Z] e1eae1d1caab: Layer already exists [2025-05-12T06:53:13.591Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:13.591Z] b323f6a6a5b6: Layer already exists [2025-05-12T06:53:13.591Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:13.591Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:14.213Z] + 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-12T06:53:14.568Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-05-12T06:53:14.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-05-12T06:53:14.568Z] 917977315e43: Preparing [2025-05-12T06:53:14.568Z] 4fd4e0657791: Preparing [2025-05-12T06:53:14.568Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:14.568Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:14.568Z] e1eae1d1caab: Preparing [2025-05-12T06:53:14.568Z] b323f6a6a5b6: Preparing [2025-05-12T06:53:14.568Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:14.568Z] b323f6a6a5b6: Waiting [2025-05-12T06:53:14.568Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:14.568Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:14.568Z] 4fd4e0657791: Layer already exists [2025-05-12T06:53:14.568Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:14.568Z] e1eae1d1caab: Layer already exists [2025-05-12T06:53:14.568Z] 917977315e43: Layer already exists [2025-05-12T06:53:14.568Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:14.568Z] b323f6a6a5b6: Layer already exists [2025-05-12T06:53:14.568Z] main: digest: sha256:cee3fcc0fba62c02e09051d6556da5ca94f92575f731f03ae2422c9745d42520 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:53:14.915Z] ===================================================== [Pipeline] echo [2025-05-12T06:53:14.934Z] taggedImages: [2025-05-12T06:53:14.934Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:53:14.934Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-05-12T06:53:14.934Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 [2025-05-12T06:53:14.934Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:14.934Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-12T06:53:14.965Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-05-12T06:53:14.965Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:53:14.965Z] latest [2025-05-12T06:53:14.965Z] 4.1.0-dev.10 [2025-05-12T06:53:14.965Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:14.965Z] main [2025-05-12T06:53:14.965Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:15.347Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:15.702Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:53:15.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-12T06:53:15.702Z] a1b372f1e5f4: Preparing [2025-05-12T06:53:15.702Z] 795e9ac38b91: Preparing [2025-05-12T06:53:15.702Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:15.702Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:15.702Z] 4bfa869afe19: Preparing [2025-05-12T06:53:15.702Z] f46b576fe384: Preparing [2025-05-12T06:53:15.702Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:15.702Z] f46b576fe384: Waiting [2025-05-12T06:53:15.702Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:15.702Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:15.969Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:15.969Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:15.969Z] 4bfa869afe19: Pushed [2025-05-12T06:53:15.969Z] a1b372f1e5f4: Pushed [2025-05-12T06:53:16.551Z] f46b576fe384: Pushed [2025-05-12T06:53:24.754Z] 795e9ac38b91: Pushed [2025-05-12T06:53:24.754Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:25.105Z] + 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-12T06:53:25.459Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-12T06:53:25.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-12T06:53:25.459Z] a1b372f1e5f4: Preparing [2025-05-12T06:53:25.459Z] 795e9ac38b91: Preparing [2025-05-12T06:53:25.459Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:25.459Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:25.459Z] 4bfa869afe19: Preparing [2025-05-12T06:53:25.459Z] f46b576fe384: Preparing [2025-05-12T06:53:25.459Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:25.459Z] f46b576fe384: Waiting [2025-05-12T06:53:25.459Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:25.459Z] 4bfa869afe19: Layer already exists [2025-05-12T06:53:25.459Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:25.459Z] 795e9ac38b91: Layer already exists [2025-05-12T06:53:25.459Z] a1b372f1e5f4: Layer already exists [2025-05-12T06:53:25.459Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:25.459Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:25.459Z] f46b576fe384: Layer already exists [2025-05-12T06:53:25.723Z] latest: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:26.077Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:26.428Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 [2025-05-12T06:53:26.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-12T06:53:26.429Z] a1b372f1e5f4: Preparing [2025-05-12T06:53:26.429Z] 795e9ac38b91: Preparing [2025-05-12T06:53:26.429Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:26.429Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:26.429Z] 4bfa869afe19: Preparing [2025-05-12T06:53:26.429Z] f46b576fe384: Preparing [2025-05-12T06:53:26.429Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:26.429Z] f46b576fe384: Waiting [2025-05-12T06:53:26.429Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:26.429Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:26.429Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:26.429Z] 795e9ac38b91: Layer already exists [2025-05-12T06:53:26.429Z] a1b372f1e5f4: Layer already exists [2025-05-12T06:53:26.429Z] 4bfa869afe19: Layer already exists [2025-05-12T06:53:26.429Z] f46b576fe384: Layer already exists [2025-05-12T06:53:26.429Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:26.429Z] 4.1.0-dev.10: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:26.778Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:27.120Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:27.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-12T06:53:27.120Z] a1b372f1e5f4: Preparing [2025-05-12T06:53:27.120Z] 795e9ac38b91: Preparing [2025-05-12T06:53:27.120Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:27.120Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:27.120Z] 4bfa869afe19: Preparing [2025-05-12T06:53:27.120Z] f46b576fe384: Preparing [2025-05-12T06:53:27.120Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:27.120Z] f46b576fe384: Waiting [2025-05-12T06:53:27.120Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:27.120Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:27.120Z] a1b372f1e5f4: Layer already exists [2025-05-12T06:53:27.120Z] 4bfa869afe19: Layer already exists [2025-05-12T06:53:27.120Z] 795e9ac38b91: Layer already exists [2025-05-12T06:53:27.120Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:27.120Z] f46b576fe384: Layer already exists [2025-05-12T06:53:27.120Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:27.383Z] 21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:27.729Z] + 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-12T06:53:28.065Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-05-12T06:53:28.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-05-12T06:53:28.065Z] a1b372f1e5f4: Preparing [2025-05-12T06:53:28.065Z] 795e9ac38b91: Preparing [2025-05-12T06:53:28.065Z] 1fa62648a2e3: Preparing [2025-05-12T06:53:28.065Z] 7b3e4d35cc5b: Preparing [2025-05-12T06:53:28.065Z] 4bfa869afe19: Preparing [2025-05-12T06:53:28.065Z] f46b576fe384: Preparing [2025-05-12T06:53:28.065Z] dd9c8f8612c8: Preparing [2025-05-12T06:53:28.065Z] f46b576fe384: Waiting [2025-05-12T06:53:28.065Z] dd9c8f8612c8: Waiting [2025-05-12T06:53:28.065Z] 795e9ac38b91: Layer already exists [2025-05-12T06:53:28.065Z] 1fa62648a2e3: Layer already exists [2025-05-12T06:53:28.065Z] 4bfa869afe19: Layer already exists [2025-05-12T06:53:28.065Z] a1b372f1e5f4: Layer already exists [2025-05-12T06:53:28.065Z] 7b3e4d35cc5b: Layer already exists [2025-05-12T06:53:28.065Z] f46b576fe384: Layer already exists [2025-05-12T06:53:28.065Z] dd9c8f8612c8: Layer already exists [2025-05-12T06:53:28.328Z] main: digest: sha256:351ad5d532b53694479d8c6a712b710adb07a945f01e5d040882d1e077d4ce63 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-12T06:53:28.409Z] ===================================================== [Pipeline] echo [2025-05-12T06:53:28.425Z] taggedImages: [2025-05-12T06:53:28.425Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [2025-05-12T06:53:28.425Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-05-12T06:53:28.425Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 [2025-05-12T06:53:28.425Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [2025-05-12T06:53:28.425Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-05-12T06:53:28.441Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.457Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.472Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.488Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.504Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-05-12T06:53:28.518Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.531Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.541Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.556Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.568Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-05-12T06:53:28.579Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.591Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.605Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.619Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.630Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-05-12T06:53:28.643Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.656Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.668Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.680Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.694Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-05-12T06:53:28.707Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.722Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.734Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.748Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.761Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-05-12T06:53:28.774Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.787Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.803Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.817Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.829Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-05-12T06:53:28.843Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.857Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.866Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.880Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.891Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-05-12T06:53:28.906Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.917Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.927Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.940Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.950Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-05-12T06:53:28.960Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:28.973Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-05-12T06:53:28.983Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:28.998Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.011Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-05-12T06:53:29.024Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:29.038Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-05-12T06:53:29.052Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.067Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.080Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-05-12T06:53:29.090Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:29.103Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-05-12T06:53:29.118Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.129Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.147Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-05-12T06:53:29.159Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:29.173Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-05-12T06:53:29.188Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.205Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.222Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-05-12T06:53:29.234Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:29.245Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-05-12T06:53:29.260Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.273Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.285Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-05-12T06:53:29.297Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:29.308Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-05-12T06:53:29.322Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.334Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.346Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-05-12T06:53:29.362Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] echo [2025-05-12T06:53:29.379Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-05-12T06:53:29.391Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.402Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21cd7c14f5e382ba721c8756160f6132a91a8ed6-4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:53:29.416Z] 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-12T06:53:29.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-12T06:53:29.823Z] [2025-05-12T06:53:29.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:53:30.157Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-12T06:53:30.157Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-12T06:53:30.157Z] 8998bd30e6a1: Pulling fs layer [2025-05-12T06:53:30.157Z] 04944245beec: Pulling fs layer [2025-05-12T06:53:30.157Z] 699f458cf7ca: Pulling fs layer [2025-05-12T06:53:30.157Z] 765212b225bb: Pulling fs layer [2025-05-12T06:53:30.157Z] f23df028b6ca: Pulling fs layer [2025-05-12T06:53:30.157Z] d65c8cfc05b1: Pulling fs layer [2025-05-12T06:53:30.157Z] 2437ff75d9bd: Pulling fs layer [2025-05-12T06:53:30.157Z] 765212b225bb: Waiting [2025-05-12T06:53:30.157Z] f23df028b6ca: Waiting [2025-05-12T06:53:30.157Z] d65c8cfc05b1: Waiting [2025-05-12T06:53:30.157Z] 2437ff75d9bd: Waiting [2025-05-12T06:53:30.423Z] 04944245beec: Verifying Checksum [2025-05-12T06:53:30.423Z] 04944245beec: Download complete [2025-05-12T06:53:30.423Z] 765212b225bb: Verifying Checksum [2025-05-12T06:53:30.423Z] 765212b225bb: Download complete [2025-05-12T06:53:30.423Z] f23df028b6ca: Verifying Checksum [2025-05-12T06:53:30.423Z] f23df028b6ca: Download complete [2025-05-12T06:53:30.423Z] d65c8cfc05b1: Verifying Checksum [2025-05-12T06:53:30.423Z] d65c8cfc05b1: Download complete [2025-05-12T06:53:30.688Z] 699f458cf7ca: Verifying Checksum [2025-05-12T06:53:30.688Z] 699f458cf7ca: Download complete [2025-05-12T06:53:30.954Z] 8998bd30e6a1: Verifying Checksum [2025-05-12T06:53:30.954Z] 8998bd30e6a1: Download complete [2025-05-12T06:53:33.527Z] 2437ff75d9bd: Verifying Checksum [2025-05-12T06:53:33.527Z] 2437ff75d9bd: Download complete [2025-05-12T06:53:36.098Z] 8998bd30e6a1: Pull complete [2025-05-12T06:53:36.098Z] 04944245beec: Pull complete [2025-05-12T06:53:37.502Z] 699f458cf7ca: Pull complete [2025-05-12T06:53:37.768Z] 765212b225bb: Pull complete [2025-05-12T06:53:38.723Z] f23df028b6ca: Pull complete [2025-05-12T06:53:38.987Z] d65c8cfc05b1: Pull complete [2025-05-12T06:53:57.166Z] 2437ff75d9bd: Pull complete [2025-05-12T06:53:57.166Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-12T06:53:57.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-12T06:53:57.166Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:53:57.355Z] prd-ubuntu20.04-docker-arm64-4c-16g-1369 does not seem to be running inside a container [2025-05-12T06:53:57.391Z] $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:54:00.303Z] $ docker top 2866eb4e9b57e4062fc3e92b63ce0e2b3cc2c6af1bc8c2ff408ce0b173381b8c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:54:01.203Z] ---> job-cost.sh [2025-05-12T06:54:01.203Z] lf-activate-venv: SKIPPING [2025-05-12T06:54:01.203Z] INFO: No Stack... [2025-05-12T06:54:01.469Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-12T06:54:02.422Z] INFO: Archiving Costs [Pipeline] sh [2025-05-12T06:54:03.067Z] + + cat /w/workspace/edgex-go/837/archives/cost.csv [2025-05-12T06:54:03.067Z] cut -d, -f6 [Pipeline] lock [2025-05-12T06:54:03.103Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-837-stack-cost] [2025-05-12T06:54:03.109Z] Resource [jenkins-edgexfoundry-edgex-go-main-837-stack-cost] did not exist. Created. [2025-05-12T06:54:03.114Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-837-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-12T06:54:03.772Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-12T06:54:04.537Z] Stashed 1 file(s) [Pipeline] } [2025-05-12T06:54:04.547Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-837-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-12T06:54:04.557Z] $ docker stop --time=1 2866eb4e9b57e4062fc3e92b63ce0e2b3cc2c6af1bc8c2ff408ce0b173381b8c [2025-05-12T06:54:06.127Z] $ docker rm -f --volumes 2866eb4e9b57e4062fc3e92b63ce0e2b3cc2c6af1bc8c2ff408ce0b173381b8c [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-12T06:54:06.714Z] provisioning config files... [2025-05-12T06:54:06.721Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/837@tmp/config4784730538056879771tmp [Pipeline] { [Pipeline] sh [2025-05-12T06:54:07.013Z] + set +x [2025-05-12T06:54:07.013Z] + curl -s https://codecov.io/bash [2025-05-12T06:54:07.014Z] + bash -s -- [2025-05-12T06:54:07.014Z] [2025-05-12T06:54:07.014Z] _____ _ [2025-05-12T06:54:07.014Z] / ____| | | [2025-05-12T06:54:07.014Z] | | ___ __| | ___ ___ _____ __ [2025-05-12T06:54:07.014Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-05-12T06:54:07.014Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-05-12T06:54:07.014Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-05-12T06:54:07.014Z] Bash-1.0.6 [2025-05-12T06:54:07.014Z] [2025-05-12T06:54:07.014Z] [2025-05-12T06:54:07.014Z] ==> git version 2.25.1 found [2025-05-12T06:54:07.014Z] ==> 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-12T06:54:07.014Z] Release-Date: 2020-01-08 [2025-05-12T06:54:07.014Z] 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-12T06:54:07.014Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-05-12T06:54:07.014Z] ==> Jenkins CI detected. [2025-05-12T06:54:07.014Z] current dir:  /w/workspace/edgex-go/837 [2025-05-12T06:54:07.014Z] project root: . [2025-05-12T06:54:07.014Z] --> token set from env [2025-05-12T06:54:07.014Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-05-12T06:54:07.014Z] ==> Running gcov in . (disable via -X gcov) [2025-05-12T06:54:07.014Z] ==> Python coveragepy not found [2025-05-12T06:54:07.014Z] ==> Searching for coverage reports in: [2025-05-12T06:54:07.014Z] + . [2025-05-12T06:54:07.272Z] -> Found 1 reports [2025-05-12T06:54:07.272Z] ==> Detecting git/mercurial file structure [2025-05-12T06:54:07.272Z] ==> Reading reports [2025-05-12T06:54:07.272Z] + ./coverage.out bytes=1661048 [2025-05-12T06:54:07.272Z] ==> Appending adjustments [2025-05-12T06:54:07.272Z] https://docs.codecov.io/docs/fixing-reports [2025-05-12T06:54:08.649Z] + Found adjustments [2025-05-12T06:54:08.649Z] ==> Gzipping contents [2025-05-12T06:54:08.649Z] 140K /tmp/codecov.fMYx84.gz [2025-05-12T06:54:08.649Z] ==> Uploading reports [2025-05-12T06:54:08.649Z] url: https://codecov.io [2025-05-12T06:54:08.649Z] query: branch=main&commit=21cd7c14f5e382ba721c8756160f6132a91a8ed6&build=837&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F837%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-12T06:54:08.649Z] -> Pinging Codecov [2025-05-12T06:54:08.649Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=21cd7c14f5e382ba721c8756160f6132a91a8ed6&build=837&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F837%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-05-12T06:54:08.909Z] -> Uploading to [2025-05-12T06:54:08.909Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/21cd7c14f5e382ba721c8756160f6132a91a8ed6/b0efff9c-aa15-40da-b6c4-fc9ed81dfac5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250512%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250512T065408Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=ffb397476e852c527958887cd67cee54fee085c8d1f4cca5d30a330c3f567b84 [2025-05-12T06:54:08.909Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:08.909Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:09.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 526k --:--:-- --:--:-- --:--:-- 526k [2025-05-12T06:54:09.168Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/21cd7c14f5e382ba721c8756160f6132a91a8ed6 [Pipeline] } [2025-05-12T06:54:09.176Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-05-12T06:54:09.425Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-05-12T06:54:09.441Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:54:09.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-12T06:54:09.744Z] [2025-05-12T06:54:09.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:54:10.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-12T06:54:10.047Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-05-12T06:54:10.047Z] 43c4264eed91: Pulling fs layer [2025-05-12T06:54:10.047Z] 4cc291be95ef: Pulling fs layer [2025-05-12T06:54:10.047Z] 2ac1f1163629: Pulling fs layer [2025-05-12T06:54:10.047Z] 5c3c966382ef: Pulling fs layer [2025-05-12T06:54:10.047Z] 4f4fb700ef54: Pulling fs layer [2025-05-12T06:54:10.047Z] d9c7d2e4e75e: Pulling fs layer [2025-05-12T06:54:10.047Z] 9c3e1370e548: Pulling fs layer [2025-05-12T06:54:10.047Z] 4f4fb700ef54: Waiting [2025-05-12T06:54:10.047Z] 5c3c966382ef: Waiting [2025-05-12T06:54:10.047Z] d9c7d2e4e75e: Waiting [2025-05-12T06:54:10.047Z] 4cc291be95ef: Verifying Checksum [2025-05-12T06:54:10.047Z] 4cc291be95ef: Download complete [2025-05-12T06:54:10.047Z] 5c3c966382ef: Download complete [2025-05-12T06:54:10.047Z] 4f4fb700ef54: Verifying Checksum [2025-05-12T06:54:10.047Z] 4f4fb700ef54: Download complete [2025-05-12T06:54:10.047Z] 43c4264eed91: Download complete [2025-05-12T06:54:10.377Z] 43c4264eed91: Pull complete [2025-05-12T06:54:10.377Z] d9c7d2e4e75e: Verifying Checksum [2025-05-12T06:54:10.377Z] d9c7d2e4e75e: Download complete [2025-05-12T06:54:10.377Z] 4cc291be95ef: Pull complete [2025-05-12T06:54:10.679Z] 2ac1f1163629: Verifying Checksum [2025-05-12T06:54:10.679Z] 2ac1f1163629: Download complete [2025-05-12T06:54:11.281Z] 9c3e1370e548: Verifying Checksum [2025-05-12T06:54:11.281Z] 9c3e1370e548: Download complete [2025-05-12T06:54:13.889Z] 2ac1f1163629: Pull complete [2025-05-12T06:54:13.890Z] 5c3c966382ef: Pull complete [2025-05-12T06:54:13.890Z] 4f4fb700ef54: Pull complete [2025-05-12T06:54:14.146Z] d9c7d2e4e75e: Pull complete [2025-05-12T06:54:17.424Z] 9c3e1370e548: Pull complete [2025-05-12T06:54:17.424Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-05-12T06:54:17.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-05-12T06:54:17.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:54:17.519Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:54:17.536Z] $ 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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:54:20.399Z] $ docker top f7299b43c1a5cca604a5f3879d9797003e5723a072eccf4c33c4beeaf25b1c97 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-12T06:54:20.759Z] + git config --global --add safe.directory /w/workspace/edgex-go/837 [Pipeline] echo [2025-05-12T06:54:20.768Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-05-12T06:54:21.042Z] + set -o pipefail [2025-05-12T06:54:21.042Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-05-12T06:54:29.157Z] [2025-05-12T06:54:29.157Z] Monitoring /w/workspace/edgex-go/837 (github.com/edgexfoundry/edgex-go)... [2025-05-12T06:54:29.157Z] [2025-05-12T06:54:29.157Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/9d9a27e0-8563-4eaa-aabe-d8648bc6455d [2025-05-12T06:54:29.157Z] [2025-05-12T06:54:29.157Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-05-12T06:54:29.157Z] [2025-05-12T06:54:29.157Z] [2025-05-12T06:54:29.157Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-05-12T06:54:29.157Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-05-12T06:54:29.152Z] $ docker stop --time=1 f7299b43c1a5cca604a5f3879d9797003e5723a072eccf4c33c4beeaf25b1c97 [2025-05-12T06:54:32.199Z] $ docker rm -f --volumes f7299b43c1a5cca604a5f3879d9797003e5723a072eccf4c33c4beeaf25b1c97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-05-12T06:54:32.717Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:54:32.740Z] provisioning config files... [2025-05-12T06:54:32.747Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/837@tmp/config15216722471236877611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:54:33.040Z] --> edgex-publish-swagger.sh [2025-05-12T06:54:33.040Z] === Publish openapi API === [2025-05-12T06:54:33.040Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-05-12T06:54:33.040Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/837/openapi/core-command.yaml] [2025-05-12T06:54:33.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:33.040Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:33.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32848 100 66 100 32782 192 95853 --:--:-- --:--:-- --:--:-- 96046 [2025-05-12T06:54:33.297Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:33.297Z] [2025-05-12T06:54:33.298Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/837/openapi/core-data.yaml] [2025-05-12T06:54:33.298Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:33.298Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:33.555Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 277 291k --:--:-- --:--:-- --:--:-- 291k [2025-05-12T06:54:33.555Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:33.555Z] [2025-05-12T06:54:33.555Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/837/openapi/core-keeper.yaml] [2025-05-12T06:54:33.555Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:33.555Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:33.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32901 100 66 100 32835 390 189k --:--:-- --:--:-- --:--:-- 188k 100 32901 100 66 100 32835 390 189k --:--:-- --:--:-- --:--:-- 188k [2025-05-12T06:54:33.813Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:33.813Z] [2025-05-12T06:54:33.813Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/837/openapi/core-metadata.yaml] [2025-05-12T06:54:33.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:33.813Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:33.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 409 973k --:--:-- --:--:-- --:--:-- 973k [2025-05-12T06:54:33.813Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:33.813Z] [2025-05-12T06:54:33.813Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/837/openapi/security-proxy-auth.yaml] [2025-05-12T06:54:33.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:33.813Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:34.072Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 412 149k --:--:-- --:--:-- --:--:-- 149k [2025-05-12T06:54:34.072Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:34.072Z] [2025-05-12T06:54:34.072Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/837/openapi/security-secretstore-setup.yaml] [2025-05-12T06:54:34.072Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:34.072Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:34.072Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 559 33161 --:--:-- --:--:-- --:--:-- 33720 [2025-05-12T06:54:34.330Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:34.330Z] [2025-05-12T06:54:34.330Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/837/openapi/support-notifications.yaml] [2025-05-12T06:54:34.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:34.330Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:34.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 428 633k --:--:-- --:--:-- --:--:-- 634k [2025-05-12T06:54:34.330Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:34.330Z] [2025-05-12T06:54:34.330Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/837/openapi/support-scheduler.yaml] [2025-05-12T06:54:34.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-12T06:54:34.330Z] Dload Upload Total Spent Left Speed [2025-05-12T06:54:34.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 452 339k --:--:-- --:--:-- --:--:-- 339k [2025-05-12T06:54:34.589Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-05-12T06:54:34.589Z] [Pipeline] } [2025-05-12T06:54:34.595Z] 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-12T06:54:35.033Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-12T06:54:35.033Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:54:35.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-12T06:54:35.334Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:54:35.416Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:54:35.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:54:35.848Z] $ docker top 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc -eo pid,comm [2025-05-12T06:54:35.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-12T06:54:35.907Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-12T06:54:35.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-12T06:54:35.963Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-12T06:54:36.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-12T06:54:36.054Z] $ docker exec 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc ssh-agent [2025-05-12T06:54:36.164Z] SSH_AUTH_SOCK=/tmp/ssh-UgcsRuxhZa8w/agent.31 [2025-05-12T06:54:36.164Z] SSH_AGENT_PID=37 [2025-05-12T06:54:36.168Z] Running ssh-add (command line suppressed) [2025-05-12T06:54:36.251Z] Identity added: /w/workspace/edgex-go/837@tmp/private_key_5415861719015121533.key (/w/workspace/edgex-go/837@tmp/private_key_5415861719015121533.key) [2025-05-12T06:54:36.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-12T06:54:36.570Z] + git semver tag [2025-05-12T06:54:36.828Z] 2025-05-12 06:54:36,746 [run_tag] DEBUG tag force:False [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,746 [check_head_tag] DEBUG check head tag [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,746 [execute] INFO git cat-file --batch-check [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,746 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=) [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,749 [execute] INFO git cat-file --batch [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=) [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,763 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,763 [execute] INFO git tag -a v4.1.0-dev.10 -m v4.1.0-dev.10 [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,763 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.10', '-m', 'v4.1.0-dev.10'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=None) [2025-05-12T06:54:36.829Z] 2025-05-12 06:54:36,768 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:54:36.829Z] 4.1.0-dev.10 [Pipeline] } [2025-05-12T06:54:36.822Z] $ docker exec --env ******** --env ******** 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc ssh-agent -k [2025-05-12T06:54:36.906Z] unset SSH_AUTH_SOCK; [2025-05-12T06:54:36.906Z] unset SSH_AGENT_PID; [2025-05-12T06:54:36.906Z] echo Agent pid 37 killed; [2025-05-12T06:54:36.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-12T06:54:37.260Z] + git semver [Pipeline] } [2025-05-12T06:54:37.518Z] $ docker stop --time=1 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc [2025-05-12T06:54:38.797Z] $ docker rm -f --volumes 93130a9221e70fc17228a6f8a95db17cb6e1b483386ba52fa0c422d861725dbc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:54:39.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-12T06:54:39.232Z] [2025-05-12T06:54:39.232Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:54:39.530Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-12T06:54:39.530Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-05-12T06:54:39.530Z] ab5ef0e58194: Pulling fs layer [2025-05-12T06:54:39.530Z] 9712f1f96733: Pulling fs layer [2025-05-12T06:54:39.530Z] 63f879dbbcfc: Pulling fs layer [2025-05-12T06:54:39.530Z] 0d9ebad4ef96: Pulling fs layer [2025-05-12T06:54:39.530Z] e9a5061849ea: Pulling fs layer [2025-05-12T06:54:39.530Z] d747dcd14b5f: Pulling fs layer [2025-05-12T06:54:39.530Z] 2de7ff778b66: Pulling fs layer [2025-05-12T06:54:39.530Z] 0d9ebad4ef96: Waiting [2025-05-12T06:54:39.530Z] e9a5061849ea: Waiting [2025-05-12T06:54:39.530Z] d747dcd14b5f: Waiting [2025-05-12T06:54:39.530Z] 2de7ff778b66: Waiting [2025-05-12T06:54:39.530Z] 9712f1f96733: Verifying Checksum [2025-05-12T06:54:39.530Z] 9712f1f96733: Download complete [2025-05-12T06:54:40.097Z] 63f879dbbcfc: Verifying Checksum [2025-05-12T06:54:40.097Z] 63f879dbbcfc: Download complete [2025-05-12T06:54:40.097Z] e9a5061849ea: Verifying Checksum [2025-05-12T06:54:40.097Z] e9a5061849ea: Download complete [2025-05-12T06:54:40.097Z] d747dcd14b5f: Verifying Checksum [2025-05-12T06:54:40.097Z] d747dcd14b5f: Download complete [2025-05-12T06:54:40.097Z] ab5ef0e58194: Verifying Checksum [2025-05-12T06:54:40.097Z] ab5ef0e58194: Download complete [2025-05-12T06:54:40.097Z] 0d9ebad4ef96: Download complete [2025-05-12T06:54:40.355Z] 2de7ff778b66: Verifying Checksum [2025-05-12T06:54:40.355Z] 2de7ff778b66: Download complete [2025-05-12T06:54:42.886Z] ab5ef0e58194: Pull complete [2025-05-12T06:54:42.886Z] 9712f1f96733: Pull complete [2025-05-12T06:54:43.450Z] 63f879dbbcfc: Pull complete [2025-05-12T06:54:46.730Z] 0d9ebad4ef96: Pull complete [2025-05-12T06:54:46.730Z] e9a5061849ea: Pull complete [2025-05-12T06:54:46.730Z] d747dcd14b5f: Pull complete [2025-05-12T06:54:47.664Z] 2de7ff778b66: Pull complete [2025-05-12T06:54:47.664Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-05-12T06:54:47.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-05-12T06:54:47.664Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:54:47.760Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:54:47.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:54:51.222Z] $ docker top d382bf47aa1540247839f2478a386c8014d46972de4408d1a7c8d184b462e785 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:54:51.305Z] provisioning config files... [2025-05-12T06:54:51.311Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/837@tmp/config2357051697667479373tmp [2025-05-12T06:54:51.320Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/837@tmp/config4652676940632169767tmp [2025-05-12T06:54:51.327Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/837@tmp/config543806054719474851tmp [Pipeline] { [Pipeline] echo [2025-05-12T06:54:51.355Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:54:51.649Z] ---> sigul-configuration.sh [2025-05-12T06:54:51.649Z] gpg: directory `/root/.gnupg' created [2025-05-12T06:54:51.649Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-05-12T06:54:51.649Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-05-12T06:54:51.649Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-05-12T06:54:51.649Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-05-12T06:54:51.649Z] gpg: CAST5 encrypted data [2025-05-12T06:54:51.649Z] gpg: encrypted with 1 passphrase [2025-05-12T06:54:51.649Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-05-12T06:54:51.950Z] + mkdir /home/jenkins [2025-05-12T06:54:51.951Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-05-12T06:54:52.244Z] + 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-12T06:54:52.262Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:54:52.552Z] ---> sigul-install.sh [2025-05-12T06:54:52.552Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-05-12T06:54:52.844Z] + git tag --list [2025-05-12T06:54:52.845Z] 0.6.0 [2025-05-12T06:54:52.845Z] 0.6.1 [2025-05-12T06:54:52.845Z] 0.7.0 [2025-05-12T06:54:52.845Z] 0.7.1 [2025-05-12T06:54:52.845Z] v1.0.0 [2025-05-12T06:54:52.845Z] v1.0.1 [2025-05-12T06:54:52.845Z] v1.1.0 [2025-05-12T06:54:52.845Z] v1.2.0 [2025-05-12T06:54:52.845Z] v1.2.1 [2025-05-12T06:54:52.845Z] v1.3.0 [2025-05-12T06:54:52.845Z] v1.3.1 [2025-05-12T06:54:52.845Z] v2.0.0 [2025-05-12T06:54:52.845Z] v2.1.0 [2025-05-12T06:54:52.845Z] v2.1.1 [2025-05-12T06:54:52.845Z] v2.2.0 [2025-05-12T06:54:52.845Z] v2.3.0 [2025-05-12T06:54:52.845Z] v3.0 [2025-05-12T06:54:52.845Z] v3.0.0 [2025-05-12T06:54:52.845Z] v3.1 [2025-05-12T06:54:52.845Z] v3.1.0 [2025-05-12T06:54:52.845Z] v3.1.1 [2025-05-12T06:54:52.845Z] v4.0 [2025-05-12T06:54:52.845Z] v4.0.0 [2025-05-12T06:54:52.845Z] v4.0.1 [2025-05-12T06:54:52.845Z] v4.1.0-dev.1 [2025-05-12T06:54:52.845Z] v4.1.0-dev.10 [2025-05-12T06:54:52.845Z] v4.1.0-dev.2 [2025-05-12T06:54:52.845Z] v4.1.0-dev.3 [2025-05-12T06:54:52.845Z] v4.1.0-dev.4 [2025-05-12T06:54:52.845Z] v4.1.0-dev.5 [2025-05-12T06:54:52.845Z] v4.1.0-dev.6 [2025-05-12T06:54:52.845Z] v4.1.0-dev.7 [2025-05-12T06:54:52.845Z] v4.1.0-dev.8 [2025-05-12T06:54:52.845Z] v4.1.0-dev.9 [Pipeline] sh [2025-05-12T06:54:53.138Z] + lftools sign git-tag v4.1.0-dev.10 [2025-05-12T06:54:53.706Z] Signing Git tag with Sigul... [2025-05-12T06:54:53.706Z] Signing v4.1.0-dev.10 [Pipeline] echo [2025-05-12T06:54:53.981Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:54:54.272Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-05-12T06:54:54.280Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-05-12T06:54:54.294Z] $ docker stop --time=1 d382bf47aa1540247839f2478a386c8014d46972de4408d1a7c8d184b462e785 [2025-05-12T06:54:55.562Z] $ docker rm -f --volumes d382bf47aa1540247839f2478a386c8014d46972de4408d1a7c8d184b462e785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-05-12T06:54:56.034Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-12T06:54:56.034Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:54:56.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-12T06:54:56.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:54:56.428Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:54:56.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:54:56.808Z] $ docker top 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 -eo pid,comm [2025-05-12T06:54:56.867Z] 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-12T06:54:56.867Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-12T06:54:56.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-12T06:54:56.945Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-12T06:54:57.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-12T06:54:57.042Z] $ docker exec 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 ssh-agent [2025-05-12T06:54:57.159Z] SSH_AUTH_SOCK=/tmp/ssh-1G3zxITUA4kv/agent.33 [2025-05-12T06:54:57.159Z] SSH_AGENT_PID=39 [2025-05-12T06:54:57.163Z] Running ssh-add (command line suppressed) [2025-05-12T06:54:57.247Z] Identity added: /w/workspace/edgex-go/837@tmp/private_key_18088231839778055955.key (/w/workspace/edgex-go/837@tmp/private_key_18088231839778055955.key) [2025-05-12T06:54:57.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-12T06:54:57.567Z] + git semver bump pre [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,742 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,742 [bump_version] DEBUG bumping version:4.1.0-dev.10 on axis:pre with prefix:dev [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,742 [bump_version] DEBUG bumped version:4.1.0-dev.11 [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,742 [write_version] DEBUG write version:4.1.0-dev.11 to path:/w/workspace/edgex-go/837/.semver/main with force:True [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,742 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,743 [write_file] DEBUG write to file:/w/workspace/edgex-go/837/.semver/main [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,745 [execute] INFO git cat-file --batch-check [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,745 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=) [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,750 [execute] INFO git cat-file --batch [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=) [2025-05-12T06:54:57.826Z] 2025-05-12 06:54:57,755 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:54:57.826Z] 4.1.0-dev.11 [Pipeline] } [2025-05-12T06:54:57.821Z] $ docker exec --env ******** --env ******** 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 ssh-agent -k [2025-05-12T06:54:57.924Z] unset SSH_AUTH_SOCK; [2025-05-12T06:54:57.924Z] unset SSH_AGENT_PID; [2025-05-12T06:54:57.924Z] echo Agent pid 39 killed; [2025-05-12T06:54:57.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-12T06:54:58.272Z] + git semver [Pipeline] } [2025-05-12T06:54:58.527Z] $ docker stop --time=1 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 [2025-05-12T06:54:59.793Z] $ docker rm -f --volumes 3049d63cad66e8b722dd1237162f85dee0954298cff491feee5b5fe11d0b7f41 [Pipeline] // withDockerContainer [Pipeline] sh [2025-05-12T06:55:00.157Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-05-12T06:55:00.157Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:55:00.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-12T06:55:00.454Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:55:00.532Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:55:00.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:55:00.889Z] $ docker top 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-05-12T06:55:01.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-05-12T06:55:01.010Z] [ssh-agent] Looking for ssh-agent implementation... [2025-05-12T06:55:01.120Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-05-12T06:55:01.107Z] $ docker exec 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 ssh-agent [2025-05-12T06:55:01.227Z] SSH_AUTH_SOCK=/tmp/ssh-lENSJuGvkfeC/agent.33 [2025-05-12T06:55:01.227Z] SSH_AGENT_PID=40 [2025-05-12T06:55:01.231Z] Running ssh-add (command line suppressed) [2025-05-12T06:55:01.319Z] Identity added: /w/workspace/edgex-go/837@tmp/private_key_3878227623148477602.key (/w/workspace/edgex-go/837@tmp/private_key_3878227623148477602.key) [2025-05-12T06:55:01.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-05-12T06:55:01.635Z] + git semver push [2025-05-12T06:55:01.895Z] 2025-05-12 06:55:01,784 [run_push] DEBUG push [2025-05-12T06:55:01.895Z] 2025-05-12 06:55:01,785 [execute] INFO git cat-file --batch-check [2025-05-12T06:55:01.895Z] 2025-05-12 06:55:01,785 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=) [2025-05-12T06:55:01.895Z] 2025-05-12 06:55:01,789 [execute] INFO git rev-list bd210f45ae3756453d76f2bf177561bac33c14d1 -- [2025-05-12T06:55:01.895Z] 2025-05-12 06:55:01,789 [execute] DEBUG Popen(['git', 'rev-list', 'bd210f45ae3756453d76f2bf177561bac33c14d1', '--'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=None) [2025-05-12T06:55:01.895Z] 2025-05-12 06:55:01,805 [execute] INFO git fetch -v origin [2025-05-12T06:55:01.895Z] 2025-05-12 06:55:01,805 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=True, shell=None, istream=None) [2025-05-12T06:55:02.464Z] 2025-05-12 06:55:02,272 [run_push] DEBUG no remote changes detected [2025-05-12T06:55:02.464Z] 2025-05-12 06:55:02,272 [execute] INFO git push origin semver [2025-05-12T06:55:02.464Z] 2025-05-12 06:55:02,273 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/837/.semver, universal_newlines=False, shell=None, istream=None) [2025-05-12T06:55:03.031Z] 2025-05-12 06:55:02,919 [run_push] DEBUG push all version tags [2025-05-12T06:55:03.031Z] 2025-05-12 06:55:02,919 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-05-12T06:55:03.031Z] 2025-05-12 06:55:02,920 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/837, universal_newlines=False, shell=None, istream=None) [2025-05-12T06:55:03.599Z] 2025-05-12 06:55:03,565 [read_version] DEBUG read version from /w/workspace/edgex-go/837/.semver/main [2025-05-12T06:55:03.599Z] 4.1.0-dev.11 [Pipeline] } [2025-05-12T06:55:03.593Z] $ docker exec --env ******** --env ******** 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 ssh-agent -k [2025-05-12T06:55:03.697Z] unset SSH_AUTH_SOCK; [2025-05-12T06:55:03.697Z] unset SSH_AGENT_PID; [2025-05-12T06:55:03.697Z] echo Agent pid 40 killed; [2025-05-12T06:55:03.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-12T06:55:04.051Z] + git semver [Pipeline] } [2025-05-12T06:55:04.312Z] $ docker stop --time=1 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 [2025-05-12T06:55:05.612Z] $ docker rm -f --volumes 6f847ebad40106ee04a6a1f4e2d00912bea3753142578b0e41fe7dcb37ad1280 [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-12T06:55:06.176Z] + [ -d /w/workspace/edgex-go/837/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:55:06.463Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:55:07.319Z] ---> package-listing.sh [2025-05-12T06:55:07.320Z] ++ facter osfamily [2025-05-12T06:55:07.320Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-12T06:55:07.577Z] + OS_FAMILY=debian [2025-05-12T06:55:07.577Z] + workspace=/w/workspace/edgex-go/837 [2025-05-12T06:55:07.578Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-12T06:55:07.578Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-12T06:55:07.578Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-12T06:55:07.578Z] + PACKAGES=/tmp/packages_start.txt [2025-05-12T06:55:07.578Z] + '[' /w/workspace/edgex-go/837 ']' [2025-05-12T06:55:07.578Z] + PACKAGES=/tmp/packages_end.txt [2025-05-12T06:55:07.578Z] + case "${OS_FAMILY}" in [2025-05-12T06:55:07.578Z] + dpkg -l [2025-05-12T06:55:07.578Z] + grep '^ii' [2025-05-12T06:55:07.578Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-12T06:55:07.578Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-12T06:55:07.578Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-12T06:55:07.578Z] + '[' /w/workspace/edgex-go/837 ']' [2025-05-12T06:55:07.578Z] + mkdir -p /w/workspace/edgex-go/837/archives/ [2025-05-12T06:55:07.578Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/837/archives/ [Pipeline] echo [2025-05-12T06:55:07.590Z] 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/837/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-12T06:55:07.864Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:55:08.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-12T06:55:08.434Z] [2025-05-12T06:55:08.434Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-12T06:55:08.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-12T06:55:08.740Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-12T06:55:08.740Z] 5eb5b503b376: Pulling fs layer [2025-05-12T06:55:08.740Z] 5c69ac0246d0: Pulling fs layer [2025-05-12T06:55:08.740Z] ec43610c2a17: Pulling fs layer [2025-05-12T06:55:08.740Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-12T06:55:08.740Z] 33b1e0a273af: Pulling fs layer [2025-05-12T06:55:08.740Z] 5d3b04190fa2: Pulling fs layer [2025-05-12T06:55:08.740Z] 2f39f015ded8: Pulling fs layer [2025-05-12T06:55:08.740Z] 3a2ae6a8a46f: Waiting [2025-05-12T06:55:08.740Z] 33b1e0a273af: Waiting [2025-05-12T06:55:08.740Z] 5d3b04190fa2: Waiting [2025-05-12T06:55:08.740Z] 5c69ac0246d0: Verifying Checksum [2025-05-12T06:55:08.740Z] 5c69ac0246d0: Download complete [2025-05-12T06:55:08.740Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-12T06:55:08.740Z] 3a2ae6a8a46f: Download complete [2025-05-12T06:55:08.740Z] 33b1e0a273af: Verifying Checksum [2025-05-12T06:55:08.740Z] 33b1e0a273af: Download complete [2025-05-12T06:55:08.740Z] ec43610c2a17: Verifying Checksum [2025-05-12T06:55:08.740Z] ec43610c2a17: Download complete [2025-05-12T06:55:08.740Z] 5d3b04190fa2: Verifying Checksum [2025-05-12T06:55:08.740Z] 5d3b04190fa2: Download complete [2025-05-12T06:55:08.997Z] 5eb5b503b376: Verifying Checksum [2025-05-12T06:55:08.997Z] 5eb5b503b376: Download complete [2025-05-12T06:55:09.562Z] 2f39f015ded8: Download complete [2025-05-12T06:55:10.126Z] 5eb5b503b376: Pull complete [2025-05-12T06:55:10.126Z] 5c69ac0246d0: Pull complete [2025-05-12T06:55:10.385Z] ec43610c2a17: Pull complete [2025-05-12T06:55:10.643Z] 3a2ae6a8a46f: Pull complete [2025-05-12T06:55:10.644Z] 33b1e0a273af: Pull complete [2025-05-12T06:55:10.901Z] 5d3b04190fa2: Pull complete [2025-05-12T06:55:15.102Z] 2f39f015ded8: Pull complete [2025-05-12T06:55:15.102Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-12T06:55:15.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-12T06:55:15.102Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-12T06:55:15.213Z] prd-ubuntu20.04-docker-8c-8g-1368 does not seem to be running inside a container [2025-05-12T06:55:15.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/837/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/837 -v /w/workspace/edgex-go/837:/w/workspace/edgex-go/837:rw,z -v /w/workspace/edgex-go/837@tmp:/w/workspace/edgex-go/837@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-12T06:55:18.345Z] $ docker top bb40f8f0c1db41dfb0a7803a5e5a5761420d3c21fe0fa7ddec272ac28dcd2685 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-12T06:55:18.704Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-12T06:55:18.987Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-12T06:55:19.266Z] + ls /var/log/sa-host [2025-05-12T06:55:19.266Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-12T06:55:19.300Z] provisioning config files... [2025-05-12T06:55:19.309Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/837@tmp/config1065535414106515668tmp [Pipeline] { [Pipeline] echo [2025-05-12T06:55:19.328Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:55:19.610Z] ---> create-netrc.sh [Pipeline] } [2025-05-12T06:55:19.617Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:55:19.927Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-12T06:55:19.934Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:55:20.213Z] ---> sudo-logs.sh [2025-05-12T06:55:20.213Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-12T06:55:20.244Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:55:20.526Z] ---> job-cost.sh [2025-05-12T06:55:20.526Z] lf-activate-venv: SKIPPING [2025-05-12T06:55:20.526Z] DEBUG: total: 0.10999999940395355 [2025-05-12T06:55:20.526Z] INFO: Retrieving Stack Cost... [2025-05-12T06:55:20.784Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-12T06:55:21.352Z] INFO: Archiving Costs [Pipeline] echo [2025-05-12T06:55:21.366Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-12T06:55:21.648Z] ---> logs-deploy.sh [2025-05-12T06:55:21.648Z] lf-activate-venv: SKIPPING [2025-05-12T06:55:21.648Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/837 [2025-05-12T06:55:21.648Z] INFO: archiving workspace using pattern(s): [2025-05-12T06:55:22.586Z] Archives upload complete. [2025-05-12T06:55:22.586Z] INFO: archiving logs to Nexus